summaryrefslogtreecommitdiff
path: root/ishtar_common
AgeCommit message (Collapse)Author
2013-12-09Add permissions for SRA-frÉtienne Loks
2013-12-09Add permissions for SRA-frÉtienne Loks
2013-12-06Better date formatting for ooo file variablesÉtienne Loks
2013-12-05Fix Person modificationÉtienne Loks
2013-12-05Add address to person form (refs #1527)Étienne Loks
2013-12-05CleaningÉtienne Loks
2013-12-05More precise value getter for document generationÉtienne Loks
2013-12-04Administrativ acts: generate document from the last step of ↵Étienne Loks
creation/modification (refs #1523)
2013-12-03Associate template to AdministrativActType - automatically associate the ↵Étienne Loks
relevant template on administrativeact document generation (refs #1524)
2013-12-02Prevent unicode problem when generating an ooo fileÉtienne Loks
2013-12-02Update french translationÉ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-28Update french translationÉtienne Loks
2013-10-28Display a reminder of items concerned by the current edition (refs #1218)Étienne Loks
2013-10-28Update french translationÉtienne Loks
2013-10-28Templates: list all dependant documentsÉtienne Loks
New template tags for displaying table of documents
2013-10-28Update french translationÉtienne Loks
2013-10-28Fix wizard navigation (missing <form>) (refs #1463)Étienne Loks
2013-10-28Autofocus on full text input on parcel form (refs #1463)Étienne Loks
2013-10-28Add autofocus to first field of wizard pages (refs #1463)Étienne Loks
2013-10-28Don't validate the form when clicking on previous step (refs #1462, refs #1463)Étienne Loks
If a field has been changed a confirmation dialog appear.
2013-10-28Better title for sheets (refs #1372)Étienne Loks
2013-10-28Update french translationÉtienne Loks
2013-10-28Operation: easily add all parcel related to an archaeological file (refs #1444)Étienne Loks
2013-10-28Fix history modificationÉtienne Loks
2013-10-27Person: use also associated organization on full text search (refs #1461)Étienne Loks
2013-10-27Add person type to new person creation form (refs #1427)Étienne Loks
2013-10-27Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtarÉtienne Loks
2013-10-26French translation updateÉtienne Loks
2013-10-26Allow the deletion of all parcel with a click (refs #1428)É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-30Archaeological finds: add a conservatory state field (refs #1303)Étienne Loks
* added to models * associated migration * added to search * added to forms
2013-09-18Wizard: prevent bad testÉtienne Loks
2013-09-18Fix history browsing - bad call to inexistent property (refs #1401)Étienne Loks
2013-09-18Fix template for tables: link missing (refs #1400)Étienne Loks
2013-09-16Fix AJAX search on popup windows (refs #1396)Étienne Loks
Chack if prettyPhoto is loaded to prevent JS error.
2013-09-12Change m2 to ha in dashboards (refs #559)Étienne Loks
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-08Manage wizard formset when no required field is available (refs #1386, refs ↵Étienne Loks
#1387)
2013-09-08Fix archaeological operation wizard when no town is availableÉtienne Loks
2013-09-05Fix python table sort (refs #1301)Étienne Loks
2013-09-05Better 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-04Wizard: improve management of forms number in formset after submit (refs #1220)Étienne Loks
2013-09-04Fix dashboard display (refs #1223)É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-04Put prettyPhoto load on every pageÉtienne Loks
2013-09-04Prevent to keep non resized images (refs #1365)Étienne Loks