aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02See #54. Move the flashing message to absolute positionning to avoid ↵Arnaud Bos1-3/+5
annoying shifting of the bills list.
2011-11-02Bug fix in order to show the calendar widget when you edit a bill. Also fix ↵A.Avenel1-1/+1
another bug related to cancel button.
2011-10-18Minor changes to the slidebar. See #34Alexis Metaireau1-1/+1
2011-10-18Paint sidebar in green. Close #34Arnaud Bos1-3/+3
2011-10-18change the link in the footer as wellAlexis Metaireau1-1/+1
2011-10-17Add the ability to change the language explicitely. I'm not sure the UI is ↵Alexis Metaireau1-1/+9
better with this. Any thoughts are welcome. Fix #35
2011-10-16Add a datepicker (with support of i18n). Fix #37Alexis Metaireau1-1/+2
2011-10-15clicking on the logo should return on the homepageAlexis Metaireau1-1/+1
2011-10-15add the project's title in the list of billsAlexis Metaireau1-1/+1
2011-10-15remove the archive feature for nowAlexis Metaireau1-1/+0
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-9/+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-09-18Merge branch 'master' into auth-forms-usabilityArnaud Bos1-2/+2
2011-09-14Provide a way to edit a project. Fix #17Alexis Metaireau1-1/+1
2011-09-14Fix #26. Footer is now relativeAlexis Metaireau1-1/+1
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-1/+1
- Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page.
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-5/+5
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-21include bootstrap.css in the files to avoid weird changes in the future, Add ↵Alexis Metaireau1-0/+5
a mention about the freedom of the project. Fixes #16
2011-08-21graph some stuff from the spiral websiteAlexis Metaireau1-0/+3
2011-08-21styling & usabilityAlexis Metaireau1-1/+8
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-22/+60
2011-08-10Make flash messages go away after 2 seconds.Alexis Metaireau1-2/+12
2011-08-10Add some simple javascript for usability.Alexis Metaireau1-0/+2
* Ask confirmation before deleting an user * Display the form when clicking on the add bill button * Only show the delete button (for users) on mouse over.
2011-08-09Styling stuff. Fixes #9 (Adds a menu)Alexis Metaireau1-6/+5
2011-07-31Some more theming and fixes.Alexis Metaireau1-0/+1
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-1/+1
2011-07-30List existing sessions on the home.Alexis Metaireau1-3/+1
Also factorize the code to display errors in forms.
2011-07-23Manage users creationAlexis Metaireau1-10/+5
2011-07-23Kick-start multiple projects support.Alexis Metaireau1-3/+1
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+34