Commit graph

18 commits

Author SHA1 Message Date
Arnaud Bos
c3b3e2f770 Paint sidebar in green. Close #34 2011-10-18 04:30:34 +02:00
f61d1432c7 Translate the application using Flask-babel.
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-15 01:19:19 +02:00
75209aeed0 Add a password recovery feature. Fix #32 2011-10-08 15:52:12 +02:00
ef353d643c Refactor the application to use blueprints.
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.
2011-09-09 21:21:37 +02:00
35ea308a26 Fix a weird behavior with tests and databases.
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-21 20:54:20 +02:00
a90959ba70 include bootstrap.css in the files to avoid weird changes in the future, Add a mention about the freedom of the project. Fixes #16 2011-08-21 14:57:05 +02:00
b941248662 add a demo feature (see #16) 2011-08-21 03:27:59 +02:00
5be9b2a0ce wording 2011-08-21 03:19:20 +02:00
85549cc98d graph some stuff from the spiral website 2011-08-21 03:16:54 +02:00
a6825cdcb7 styling & usability 2011-08-21 02:37:15 +02:00
d584391929 minor styling changes (homepage) 2011-08-21 02:23:48 +02:00
2fdc86136d minor changes to the homepage 2011-08-21 01:50:35 +02:00
548101d8bb Some more theming and fixes. 2011-07-31 23:55:02 +02:00
3417a5a7d4 List the projects in session into the home page.
This allows easier access when people don't remembre the name / url of their projects.
2011-07-31 00:53:12 +02:00
ea136b506b List existing sessions on the home.
Also factorize the code to display errors in forms.
2011-07-30 15:47:51 +02:00
fcf33e9fdb Uses blueprint classes rather than floats. 2011-07-30 01:31:14 +02:00
Frédéric Sureau
e9b9a06779 Adding bill works 2011-07-29 17:14:33 +02:00
Frédéric Sureau
8dd2091f31 Homepage created and project authentication refactored 2011-07-29 15:44:15 +02:00