summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-02Add full export of operation's sourcesÉtienne Loks
2016-06-02Generic management of baskets in owns itemsÉtienne Loks
2016-05-26Fix creation form for findÉtienne Loks
2016-05-26Fix logout (refs #3102)Étienne Loks
2016-05-24Fix EQUIV fileds on wizard saveÉtienne Loks
2016-05-22Find: sheet for basket - manage default basket selectionÉtienne Loks
2016-05-22Find: fix unicode errorÉtienne Loks
2016-05-22Basket management: select multiple - select allÉtienne Loks
2016-05-22Basket: manage deletionÉtienne Loks
2016-05-19Manage basket contentÉtienne Loks
2016-05-18Delete basketÉtienne Loks
2016-05-18Basket: create a new basketÉtienne Loks
2016-05-14Finds: basket (db)Étienne Loks
2016-05-09Changing context record of a find (refs #3080)Étienne Loks
2016-04-26Administrativ act admin: can change operationÉtienne Loks
2016-04-22Make ishtare-prepare-instance call compilemessages in ishtar_common too.Cyril Brulebois
This is the likely cause for missing translations right after an instance is created, which appear once "dpkg-reconfigure python-django-ishtar" is called. Checking the logic implemented in the postinst script makes sense and using the same steps in ishtare-prepare-instance would be nice. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-22Add changelog entry for recent changes.Cyril Brulebois
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-22Restart uwsgi and nginx after instances have been updated.Cyril Brulebois
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-22Add postinst script to update all created instances.Cyril Brulebois
The update procedure is inspired by the "update" target in upstream Makefile, except for the hardcoding of the localized applications. Keeping this postinst script "set -x" would be a bit too verbose on the long run, so it would probably be a good idea to remove that line once initial testing has happened. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-22Keep track of created instances in INSTANCES file.Cyril Brulebois
This makes it easier to iterate on instances after installation. In particular, the postinst script can easily run migration code on upgrades. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-21Temporary fix for rights managementÉtienne Loks
2016-04-21Fix operation wizardÉtienne Loks
2016-04-19Update version numberÉtienne Loks
2016-04-19Merge branch 'v0.9' into wheezyÉtienne Loks
2016-04-19Fix for default MCC importerÉtienne Loks
2016-04-19Fix permission checking in order to get own itemÉtienne Loks
2016-04-19Merge branch 'wheezy' of https://gitlab.com/cyrilbrulebois/ishtar into ↵Étienne Loks
wheezy-branch
2016-04-19v0.93Étienne Loks
2016-04-19Merge new migrationsÉtienne Loks
2016-04-19Merge branch 'master' into v0.9Étienne Loks
2016-04-15Merge branch 'master-contact' of git.iggdrasil.net:/srv/git/ishtar into ↵Étienne Loks
master-contact
2016-04-15Fix person merge (typo) (refs #3094)Étienne Loks
2016-04-15Modify a person from his sheetÉtienne Loks
2016-04-15Improve person sheetÉtienne Loks
2016-04-15Person form: improve alternate address labelÉtienne Loks
2016-04-15Update french translationsÉtienne Loks
2016-04-15Adapt person sheet to new fieldsÉtienne Loks
2016-04-15Adpat person form to new fieldsÉtienne Loks
2016-04-15gitignore updateÉtienne Loks
2016-04-15Add field to person and organizationsÉtienne Loks
2016-04-15File wizard: manage unicity of numeric reference on multiple editÉtienne Loks
2016-04-08Fix person merge (typo) (refs #3094)Étienne Loks
2016-04-08Modify a person from his sheetÉtienne Loks
2016-04-08Improve person sheetÉtienne Loks
2016-04-08Person form: improve alternate address labelÉtienne Loks
2016-04-08Update french translationsÉtienne Loks
2016-04-08Adapt person sheet to new fieldsÉtienne Loks
2016-04-08Adpat person form to new fieldsÉtienne Loks
2016-04-07Move /var/log/django creation way earlier.Cyril Brulebois
This directory is needed to run various django commands, so create it much earlier. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-07Fix missing dependencies.Cyril Brulebois
apg ships the apg command, gettext ships msgfmt. Plus some python modules. Signed-off-by: Cyril Brulebois <cyril@debamax.com>