summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
AgeCommit message (Collapse)Author
2014-01-17Manage search errors on JQueryJqGrid widgetÉtienne Loks
2014-01-16Display of record carts from the shortcut menu (refs #1602) - change record ↵Étienne Loks
cart links to a more explicit image
2013-12-27Display current item window after creation and modification (refs #1574)Étienne Loks
2013-12-26Manage archaeological sites into forms (refs #1586)Étienne Loks
* create new widget: multiple autocomplete field * move JS autocomplete to template * archaeological site reference made unique
2013-12-17Organizations management (refs #1568)Étienne Loks
* select, create, modify forms * create, modify, wizard * sheet templates * associated actions, urls
2013-12-04Administrativ acts: generate document from the last step of ↵Étienne Loks
creation/modification (refs #1523)
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-28Display a reminder of items concerned by the current edition (refs #1218)Étienne Loks
2013-10-28Templates: list all dependant documentsÉtienne Loks
New template tags for displaying table of documents
2013-10-28Fix wizard navigation (missing <form>) (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-28Operation: easily add all parcel related to an archaeological file (refs #1444)Étienne Loks
2013-10-26Allow the deletion of all parcel with a click (refs #1428)Étienne Loks
2013-09-18Fix template for tables: link missing (refs #1400)Étienne Loks
2013-09-04Fix dashboard display (refs #1223)Étienne Loks
2013-09-04Put prettyPhoto load on every pageÉ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-02Widget: use a template for SquareMeterWidgetÉ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-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-26Improve dashboard layout (refs #1316)É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-23PersonType from single value to multi value for PersonÉtienne Loks
2013-07-17Add default 404Étienne Loks
2013-04-17Fix current action and context data for search actionsÉtienne Loks
2013-04-16Add a progress visual for research - improve CSSÉtienne Loks
2013-04-04Inline formset to manage parcelsÉtienne Loks
2013-04-04Rename and move sheets templatesÉtienne Loks
2013-03-13Operations: better display of missing operation_codeÉtienne Loks
2012-10-22Djangoization - Major refactoring (step 15)Étienne Loks
* works on dashboards
2012-10-21Djangoization - Major refactoring (step 14)Étienne Loks
* Fix formset UI. * Fix formset towns. * Clean-up
2012-10-21Djangoization - Major refactoring (step 10)Étienne Loks
* Fix operation wizards * Minor fix on other wizards
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 3)Étienne Loks
Reorganization of views, urls, menus, admin, forms. Changes on models.
2012-10-19Layout improvmentÉtienne Loks
2012-10-18Djangoization - Major refactoring (step 1)Étienne Loks