summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-09-04Define default empty function for get_next_table_id and ↵Étienne Loks
get_previous_table_id (refs #1374)
2013-09-04Add wsgi.py fileÉtienne Loks
2013-09-03Fix SquareMeter widget (refs #1380)Étienne Loks
* bad escaping of attributes
2013-09-03Update french translationÉtienne Loks
2013-09-03i18n to change language (refs #1383)Étienne Loks
2013-09-03First work on i18n form to change languageÉtienne Loks
2013-09-03UI: add arrow to scroll to bottom or to scroll to topÉtienne Loks
2013-09-03Add a widget to do free input parcel additions (refs #809)Étienne Loks
2013-09-03Fix SquareMeterWidget (syntax error)Étienne Loks
2013-09-03Refactoring: move parse_parcels to "utils.py" (refs #809)Étienne Loks
2013-09-03Wizard: fix deletion management in formsets when number of forms is greater ↵Étienne Loks
than 10 (refs #809)
2013-09-02Widget: use a template for SquareMeterWidgetÉtienne Loks
2013-08-30Templates: add link to doc tables - add a doc table to find sheet (refs #1350)É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-29Browse sheets (refs #1219)Étienne Loks
2013-08-28Widgets: use a template for JQueryJqGrid. It is now far clearer... (refs #1219)Étienne Loks
2013-08-27Allow partial text query for context record search by ID (refs #362)É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 context record search (refs #362)Étienne Loks
2013-08-26Add "Has an image?" in find searches (refs #1314)Étienne Loks
2013-08-26Fix encoding issues in PDF (refs #1214)É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-25Add missing PDF templates - fix bad link in context record sheetfileÉtienne Loks
2013-08-25Improve window images layout by usinf prettyPhoto (refs #1314)Étienne Loks
2013-08-25Add prettyPhoto library to sourcesÉtienne Loks
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
2013-08-25Fix messup between static and media filesÉtienne Loks
2013-08-25Basic template for Find sheet (refs #1314)É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-25CSS: dashboard layout changes (refs #1316)Étienne Loks
2013-08-25Fix conversion to string for display of OA number (refs #1317)Étienne Loks
2013-08-25Simplify access to operation for context records (don't use the parcel ↵Étienne Loks
anymore) (refs #1317)
2013-08-25Improve cached_label displayÉtienne Loks
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
2013-08-23Wizard: allow ManyToMany with non formset forms - fix bad initial data copy ↵Étienne Loks
of list values
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-08-22Display department number instead of INSEE code for towns (refs #1324)Étienne Loks