summaryrefslogtreecommitdiff
path: root/archaeological_files
AgeCommit message (Collapse)Author
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-02Update french translationÉ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-28Add the reference of the last recorded file in the label (refs #625)Étienne Loks
2013-10-28Better title for sheets (refs #1372)Étienne Loks
2013-10-28Fix archaeological file autocompleteÉ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-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-08Fix archaeological operation wizard when no town is availableÉtienne Loks
2013-09-03Update french translationÉ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-26Shorten the label of files in operation list (refs #408)Étienne Loks
2013-08-26Improve dashboard layout (refs #1316)Étienne Loks
2013-08-25Update of french translationÉtienne Loks
2013-08-25Change saved filename (refs #244)Étienne Loks
2013-08-25Improve window images layout by usinf prettyPhoto (refs #1314)Étienne Loks
2013-08-25Fix messup between static and media filesÉ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-25Improve cached_label displayÉtienne Loks
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-22More explicit label for operation and files (refs #1324)Étienne Loks
2013-07-17Move remaining initial_data to initial_data-frÉtienne Loks
2013-07-17Fix cache issuesÉtienne Loks
2013-07-17Improve cached_label managemnentÉtienne Loks
* more genericity * adapt it to archaeological files
2013-07-17Fix cached forms that doesn't allow modeltypes updateÉtienne Loks
Don't instanciate the form passed to the widget
2013-07-17French translation: fix "Creation" translationÉtienne Loks
2013-06-18Add simple view permissionsÉtienne Loks
2013-05-06Minor improve on sheet displayÉtienne Loks
2013-04-30Manage new imports for "Pays de la Loire"Étienne Loks
2013-04-16Fix parcel search for archaeological files (closes #1215)Étienne Loks
2013-04-16Improve admin for general typesÉtienne Loks
2013-04-16Update french labelsÉtienne Loks
2013-04-11Add a name to archaelogical files (closes #628)Étienne Loks
2013-04-05Fix archaeological file dashboardÉtienne Loks
2013-04-05UI improvment for parcels management (refs #151)Étienne Loks
2013-04-04Operation sheet: group parcels by sections - add parcels to File sheet (refs ↵Étienne Loks
#1193)
2013-04-04Rename and move sheets templatesÉtienne Loks
2013-04-04Forms (operations, context records, files): add search by parcel (refs #575)Étienne Loks
2012-10-22Djangoization - Major refactoring (step 16)Étienne Loks
* regeneration of all french translations
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 9)Étienne Loks
* move templates * change labels
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 6)Étienne Loks
Work on wizard, views and forms to dispatch logic in a more relevant way.