| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* ooo_replace: generate a document by mapping ooo variables with
a given dict
* DocumentTemplate model: store templates associated with a type
of objects
* get_values method: generate a dict of value from a model
* new form/view to generate document from administrativ acts
|
|
|
|
|
|
|
|
|
|
New template tags for displaying table of documents
|
|
|
|
|
|
|
|
|
|
If a field has been changed a confirmation dialog appear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix rollback
* fix history duplicates
|
|
* improve ObjectPermBackend
* change permission right from wizard to groups
* remove default to administrator
* add default data for french person_types
|
|
* added to models
* associated migration
* added to search
* added to forms
|
|
(refs #1402)
|
|
|
|
|
|
|
|
|
|
Chack if prettyPhoto is loaded to prevent JS error.
|
|
|
|
|
|
|
|
|
|
#1387)
|
|
|
|
|
|
If the database sort doesn't work a python sort is operated. Far more
inefficient (especially as all data are queried) but a fallback mode
to do the job.
|
|
|
|
|
|
* add a custom widget to allow display via prettyPhoto on forms
* disable resizing when the image is deleted
* fix "has image" search request to manage empty and null field for images
* fix deletion of files by the wizard
* fix initialization of instancied form for files and images
|
|
|
|
|
|
get_previous_table_id (refs #1374)
|
|
|