| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-04-03 | Do not load user-overriden settings in unit tests. | Jocelyn Delande | 1 | -1/+3 | |
| Loading not versioned settings.py during tests make them less predictable. That's inspired from django behaviour with DJANGO_SETTING_MODULE environment variable. | |||||
| 2015-08-19 | Made an URL prefix configurable in settings, includes tests. | Jocelyn Delande | 1 | -1/+2 | |
| 2015-08-19 | Adds a way to (re)configure the running app, reloading settings. | Jocelyn Delande | 1 | -12/+19 | |
| Currently, there is no way to reset settings after modifying them, which is anoying for tests. | |||||
| 2015-04-30 | nicely deprecates DEFAULT_MAIL_SENDER as it changed upstream for flask-mail>=0.8 | Jocelyn Delande | 1 | -0/+14 | |
| 2013-02-18 | update for flask 0.9 | A.Avenel | 1 | -1/+1 | |
| 2012-06-10 | add sentry support | Alexis Metaireau | 1 | -0/+4 | |
| 2012-03-06 | remove unused imports and from blah import * | Feth AREZKI | 1 | -3/+3 | |
| 2011-10-17 | Add the ability to change the language explicitely. I'm not sure the UI is ↵ | Alexis Metaireau | 1 | -1/+3 | |
| better with this. Any thoughts are welcome. Fix #35 | |||||
| 2011-10-16 | Add a datepicker (with support of i18n). Fix #37 | Alexis Metaireau | 1 | -2/+3 | |
| 2011-10-15 | fix a bit the UI (identifier on bill's list) | Alexis Metaireau | 1 | -2/+3 | |
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 1 | -2/+9 | |
| 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 | |||||
| 2011-10-13 | Fix some problems related to postgresql and models | Alexis Metaireau | 1 | -0/+2 | |
| 2011-09-11 | Add Handlers for members and bills. | Alexis Metaireau | 1 | -0/+1 | |
| 2011-09-11 | API first draft: utils. (related to #27) | Alexis Metaireau | 1 | -1/+2 | |
| Introduces the "rest" module, with reusable utils for flask applications (will be packaged as a flask extension later on). | |||||
| 2011-09-09 | Refactor the application to use blueprints. | Alexis Metaireau | 1 | -0/+22 | |
| This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways. | |||||
