aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/home.html
AgeCommit message (Collapse)AuthorFilesLines
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau1-1/+1
2011-10-18Paint sidebar in green. Close #34Arnaud Bos1-1/+1
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-8/+8
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-08Add a password recovery feature. Fix #32Alexis Metaireau1-0/+1
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-3/+3
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-08-21Fix a weird behavior with tests and databases.Alexis Metaireau1-8/+12
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-21include bootstrap.css in the files to avoid weird changes in the future, Add ↵Alexis Metaireau1-1/+1
a mention about the freedom of the project. Fixes #16
2011-08-21add a demo feature (see #16)Alexis Metaireau1-1/+1
2011-08-21wordingAlexis Metaireau1-1/+1
2011-08-21graph some stuff from the spiral websiteAlexis Metaireau1-17/+28
2011-08-21styling & usabilityAlexis Metaireau1-1/+1
2011-08-21minor styling changes (homepage)Alexis Metaireau1-1/+2
2011-08-21minor changes to the homepageAlexis Metaireau1-13/+17
2011-07-31Some more theming and fixes.Alexis Metaireau1-27/+11
2011-07-31List the projects in session into the home page.Alexis Metaireau1-6/+8
This allows easier access when people don't remembre the name / url of their projects.
2011-07-30List existing sessions on the home.Alexis Metaireau1-10/+17
Also factorize the code to display errors in forms.
2011-07-30Uses blueprint classes rather than floats.Alexis Metaireau1-3/+3
2011-07-29Adding bill worksFrédéric Sureau1-2/+2
2011-07-29Homepage created and project authentication refactoredFrédéric Sureau1-0/+28