summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
AgeCommit message (Collapse)Author
2013-12-17Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtarÉtienne Loks
2013-12-17Add a responsible of town planning services to filesÉtienne Loks
2013-12-14Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtarÉtienne Loks
2013-12-14Set Non Precised by default (if available) for permit typesÉtienne Loks
2013-12-05CleaningÉtienne Loks
2013-12-05More precise value getter for document generationÉtienne Loks
2013-12-02Prevent unicode problem when generating an ooo fileÉtienne Loks
2013-12-02i18n on document templateÉtienne Loks
2013-12-02Manage 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-28Fix history modificationÉtienne Loks
2013-10-24Fix history management - fix archaeological files history testsÉtienne Loks
* fix rollback * fix history duplicates
2013-10-17Fix permission managementÉtienne Loks
* improve ObjectPermBackend * change permission right from wizard to groups * remove default to administrator * add default data for french person_types
2013-09-12Manage missing order for some GeneralTypes (refs #612)Étienne Loks
2013-09-08Prevent multiple hostorization when there are not necessary (refs #1323)Étienne Loks
2013-09-04Improve 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-09-04Prevent to keep non resized images (refs #1365)Étienne Loks
2013-08-29Fix bad user permission management (refs #1369)Étienne Loks
2013-08-29Make all "short_label" properties (refs #1370)Étienne Loks
2013-08-26Change 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-26Fix encoding issues in PDF (refs #1214)Étienne Loks
2013-08-25Change saved filename (refs #244)Étienne Loks
2013-08-25Add images to finds (refs #1314)Étienne Loks
* an abstract model class has been defined to manage image and thumbnail with resizing on the fly * max size for images and thumbnails are set in project settings * new field have been added to Find model to save images and thumbnails * form and wizard of Find have been changed
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
2013-08-22Replace all "Reference" label by "Ref." (refs #1322)Étienne Loks
2013-08-22Display department number instead of INSEE code for towns (refs #1324)Étienne Loks
2013-08-21Small improvment on settingsÉtienne Loks
2013-06-18Add simple view permissionsÉtienne Loks
2013-06-11Operations: work on importÉtienne Loks
2013-04-30Add extra fields to Operation (fr specific) - many display improvmentÉtienne Loks
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-04-16Small fix on DBF import - generate a "fr" initial_data instead of a genericÉtienne Loks
2013-04-16Ordering operation typesÉtienne Loks
2013-04-11Fix translation of title (closes #593)Étienne Loks
2013-04-04Fix main dashboard (refs #1040)Étienne Loks
2013-03-13Fix display of missing title personÉtienne Loks
2013-02-06Work on importsÉtienne Loks
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 8)Étienne Loks
* clean-up on request and storage args in methods * view creation now managed by South * clean some mess in session values by using MultiValueDict
2012-10-21Djangoization - Major refactoring (step 7)Étienne Loks
Work on archaeological_files wizards
2012-10-20Djangoization - Major refactoring (step 5)Étienne Loks
Fix models imports and menu creation.
2012-10-20Djangoization - Major refactoring (step 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks
2012-10-19Fix account creationÉtienne Loks
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks