summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07gitignore updateÉtienne Loks
2016-04-07Add field to person and organizationsÉtienne Loks
2016-04-07Fix DRACAR codeÉtienne Loks
2016-04-07Context records: search within relationsÉtienne Loks
2016-04-06Import fixes - UE Relation importsÉtienne Loks
2016-04-03Fix install script on v0.9 branch (refs #3092)Étienne Loks
The detail in migration was a dirty hack before migration merge.
2016-04-03Merge branch 'v0.9-ok' of https://gitlab.com/cyrilbrulebois/ishtar into v0.9Étienne Loks
2016-04-03Merge branch 'master' into v0.9Étienne Loks
2016-04-03FIXME: Improve reporting and error detection.Cyril Brulebois
set -e makes the shell error out whenever an unguarded command reports a failure, instead of blindly executing everything in turn. set -x ensures one knows which commands are being run/attempted. XXX: At least in v0.9, two commands are failing, hence the two occurrences of "|| true".
2016-04-03Merge branch 'better-install' into release-v4Cyril Brulebois
2016-04-03Add support for APT_GET and PIP environment variables.Cyril Brulebois
This makes it possible for admins or packagers to bypass automatic dependency installation using apt-get and pip. Example: APT_GET='echo -- apt-get' PIP='echo -- pip' install/install.sh
2016-04-03Use 'mkdir -p' to create intermediate directory where needed.Cyril Brulebois
2016-04-03Make INSTALL_PREFIX configurable.Cyril Brulebois
Since a comment insisted on this topic, make sure to add a trailing slash if that variable wasn't set properly. This means adjusting the templates in addition to the main script. A slash is kept as a separator in those to keep them readable, which explains the slightly awkward (uwsgi and nginx) sed calls.
2016-04-03Fix syntax error in sed command.Cyril Brulebois
2016-04-03Allow running install.sh from the top-level directory.Cyril Brulebois
Setting CDIR to the directory containing install.sh makes it possible to run it as install/install.sh from the top-level directory. Calling readlink -f on it makes sure one gets the canonical location, so that cd-ing to various places doesn't interfere with finding appropriate files (relatively to CDIR) afterwards.
2016-03-29Admin: administrativ act readonlyfyÉtienne Loks
2016-03-18Important fix: parcel rearranging on operation form when file existsÉtienne Loks
2016-03-17XHTML to ODT: put table caption on topÉtienne Loks
2016-03-17Change default style of generated ODT filesÉtienne Loks
2016-03-17Improve search button layoutÉtienne Loks
2016-03-16Update translationsÉtienne Loks
2016-03-16Show / hide advanced search (refs #3069)Étienne Loks
2016-03-14Shortcut list: choices for finds and context records not kept (refs #3082)Étienne Loks
2016-03-13Allow simultunaeous creation of operations: remove operation_code field ↵Étienne Loks
(refs #3070)
2016-03-13Better display of sheet sources (refs #3065)Étienne Loks
2016-03-08Change surname and name length (refs #2965)Étienne Loks
2016-03-08Remove packagingÉtienne Loks
2016-03-07Update translationsÉtienne Loks
2016-03-07Force submited attribute to dynamic tables (refs #3074)Étienne Loks