Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | Improve get_item | Étienne Loks | |
Manage associated (sub) models for query | |||
2013-12-17 | Organizations management (refs #1568) | Étienne Loks | |
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls | |||
2013-12-17 | Unaccent town search (refs #1566) | Étienne Loks | |
2013-12-05 | Fix Person modification | Étienne Loks | |
2013-12-02 | Manage document template | Étienne Loks | |
* 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 | |||
2013-10-27 | Person: use also associated organization on full text search (refs #1461) | Étienne Loks | |
2013-09-30 | Archaeological finds: add a conservatory state field (refs #1303) | Étienne Loks | |
* added to models * associated migration * added to search * added to forms | |||
2013-09-18 | Fix history browsing - bad call to inexistent property (refs #1401) | Étienne Loks | |
2013-09-05 | Fix python table sort (refs #1301) | Étienne Loks | |
2013-09-05 | Better management of table sort (refs #1301) | Étienne Loks | |
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. | |||
2013-09-04 | Fix dashboard display (refs #1223) | Étienne Loks | |
2013-09-04 | Improve Image field management (refs #1365) | Étienne Loks | |
* 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 | |||
2013-08-29 | Browse sheets (refs #1219) | Étienne Loks | |
2013-08-26 | Change Person selection form - add a Person sheet (refs #425) | Étienne Loks | |
* change sheet creation to allow non historized object * add related names corresponding to person for operation, files and sources (through Author) * use a jqGrid associated to a form to select persons * create sheet templates for persons * add appropriate urls | |||
2013-08-26 | Shorten the label of files in operation list (refs #408) | Étienne Loks | |
2013-08-26 | Add "Has an image?" in find searches (refs #1314) | Étienne Loks | |
2013-08-26 | Fix encoding issues in PDF (refs #1214) | Étienne Loks | |
2013-08-25 | Change saved filename (refs #244) | Étienne Loks | |
2013-08-23 | PersonType from single value to multi value for Person | Étienne Loks | |
2013-04-16 | Manage OR condition in searches | Étienne Loks | |
2013-04-16 | Fix duplicate in research | Étienne Loks | |
2013-04-04 | Operation: search by period (refs #1017) | Étienne Loks | |
2013-04-04 | Rename and move sheets templates | Étienne Loks | |
2013-04-04 | Forms (operations, context records, files): add search by parcel (refs #575) | Étienne Loks | |
2013-04-04 | Operations: search operations by dates (refs #1187) | Étienne Loks | |
2012-10-22 | Djangoization - Major refactoring (step 16) | Étienne Loks | |
* regeneration of all french translations | |||
2012-10-22 | Djangoization - Major refactoring (step 15) | Étienne Loks | |
* works on dashboards | |||
2012-10-21 | Djangoization - Major refactoring (step 13) | Étienne Loks | |
* Fix finds wizards * Clean-up an unecessary file | |||
2012-10-20 | Djangoization - Major refactoring (step 6) | Étienne Loks | |
Work on wizard, views and forms to dispatch logic in a more relevant way. | |||
2012-10-20 | Djangoization - Major refactoring (step 3) | Étienne Loks | |
Reorganization of views, urls, menus, admin, forms. Changes on models. | |||
2012-10-19 | Djangoization - Fix account and person management | Étienne Loks | |
2012-10-19 | Fix account creation | Étienne Loks | |
2012-10-18 | Djangoization - Major refactoring (step 1) | Étienne Loks | |