aboutsummaryrefslogtreecommitdiff
path: root/budget/translations
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau2-527/+0
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.
2017-06-26Explain better what is a deactivation of a member, per @JocelynDelalande's ↵Alexis Métaireau2-2/+2
review
2017-06-21Rename delete to deactivate for members. Fixes #177Alexis Métaireau2-0/+4
2017-05-18Public project creation and admin permissions (#210)0livd2-0/+8
* Add a @requires_admin decorator It can be used to protect specific endpoints with ADMIN_PASSWORD (a password that is stored unencrypted in the settings) The decorator has no effect if ADMIN_PASSWORD is an empty string (default value) * Require admin permissions to access create project endpoint When ADMIN_PASSWORD is not empty, project creation form on the home page will be replaced by a link to the create project endpoint so one is able to enter the admin password before filling the form
2017-03-19Remove unused archive feature0livd2-16/+0
The archive table is not removed from the database model because it would involve a tricky migration fixes #170
2017-03-09Add export feature0livd2-0/+24
Bills and transactions can now be exported to json or csv ref #28
2017-02-01Improve translation for user edit form.Berteh1-1/+5
2016-06-16Update translationJocelyn Delande2-1/+4
2013-10-13Fix translation for password tooltipA.Avenel2-9/+9
- Javascript don't like non-escaped character - fix typo
2013-05-09correct french translationA.Avenel2-128/+122
2013-04-08one more fix to french translation ...A.Avenel2-10/+1
2013-04-07Forget to translate some sentences ...A.Avenel2-4/+6
2013-04-07update french translationA.Avenel2-128/+183
2011-11-20Addition of an auto hiding user information message in the add user text ↵Tinmn2-85/+92
field (with translation).
2011-11-01Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and ↵Arnaud Bos2-8/+2
typos
2011-11-01Improvement of the sidebar look. Related to #34. Fix #52.Arnaud Bos2-36/+38
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos2-99/+98
- Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels
2011-10-18Bills can't be negative. Fix #45Alexis Metaireau2-0/+3
2011-10-15translate 'each' as wellAlexis Metaireau2-0/+3
2011-10-15update some strings in the french translationAlexis Metaireau2-1/+1
2011-10-15Translate the application using Flask-babel.Alexis Metaireau2-0/+450
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12