| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-02-04 | Adapt navigation bar to bootstrap 4 | Jocelyn Delalande | 1 | -22/+17 | |
| Also fixed some weird alignment issues. I think this will need more work later (revamp the navbar layout to avoid that sensation of thing which are floating at random places in the navbar). | |||||
| 2017-02-04 | Refactor layout based on bootstrap 4 grid | Jocelyn Delalande | 1 | -7/+8 | |
| 2017-02-04 | Update bootstrap dependency to bootstrap 4 | Jocelyn Delalande | 1 | -1/+2 | |
| 2017-01-30 | Factor navbar between list_bills and settle_bill | Jocelyn Delalande | 1 | -2/+2 | |
| 2013-04-07 | bugfix : "Settle" link was not active on navbar. | A.Avenel | 1 | -0/+2 | |
| 2012-11-03 | Merge git://github.com/Lastpixl/ihatemoney into HEAD | A.Avenel | 1 | -0/+1 | |
| Conflicts: budget/templates/layout.html budget/templates/list_bills.html | |||||
| 2012-09-03 | Bugfix : calendar widget not working when you edit a bill. | A.Avenel | 1 | -1/+9 | |
| 2012-04-05 | Update to Boostrap v2. | Frédéric Sureau | 1 | -62/+44 | |
| Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. | |||||
| 2012-03-12 | Split bills function and basic template. | Xavier Mehrenberger | 1 | -0/+3 | |
| 2012-02-11 | Add QTip2 and use it to display a message about access code on the first page. | Adrien CLERC | 1 | -0/+1 | |
| 2011-11-28 | Fix a little styling mistake. Now the menu displays the right way | Alexis Metaireau | 1 | -1/+1 | |
| 2011-11-28 | reorganize the static folder structure | Alexis Metaireau | 1 | -2/+3 | |
| 2011-11-27 | update bootstrap to the last version. Clean some css | Alexis Metaireau | 1 | -4/+6 | |
| 2011-11-27 | Fix #54. The flash message is now in green | Alexis Metaireau | 1 | -1/+1 | |
| 2011-11-02 | See #54. Move the flashing message to absolute positionning to avoid ↵ | Arnaud Bos | 1 | -3/+5 | |
| annoying shifting of the bills list. | |||||
| 2011-11-02 | Bug fix in order to show the calendar widget when you edit a bill. Also fix ↵ | A.Avenel | 1 | -1/+1 | |
| another bug related to cancel button. | |||||
| 2011-10-18 | Minor changes to the slidebar. See #34 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-18 | Paint sidebar in green. Close #34 | Arnaud Bos | 1 | -3/+3 | |
| 2011-10-18 | change the link in the footer as well | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-17 | Add the ability to change the language explicitely. I'm not sure the UI is ↵ | Alexis Metaireau | 1 | -1/+9 | |
| better with this. Any thoughts are welcome. Fix #35 | |||||
| 2011-10-16 | Add a datepicker (with support of i18n). Fix #37 | Alexis Metaireau | 1 | -1/+2 | |
| 2011-10-15 | clicking on the logo should return on the homepage | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-15 | add the project's title in the list of bills | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-15 | remove the archive feature for now | Alexis Metaireau | 1 | -1/+0 | |
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 1 | -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-18 | Merge branch 'master' into auth-forms-usability | Arnaud Bos | 1 | -2/+2 | |
| 2011-09-14 | Provide a way to edit a project. Fix #17 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-09-14 | Fix #26. Footer is now relative | Alexis Metaireau | 1 | -1/+1 | |
| 2011-09-14 | Make the identifier clearer to the end-user. | Arnaud Bos | 1 | -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-09 | Refactor the application to use blueprints. | Alexis Metaireau | 1 | -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-21 | include bootstrap.css in the files to avoid weird changes in the future, Add ↵ | Alexis Metaireau | 1 | -0/+5 | |
| a mention about the freedom of the project. Fixes #16 | |||||
| 2011-08-21 | graph some stuff from the spiral website | Alexis Metaireau | 1 | -0/+3 | |
| 2011-08-21 | styling & usability | Alexis Metaireau | 1 | -1/+8 | |
| 2011-08-21 | Re-design (Fixes #19) | Alexis Metaireau | 1 | -22/+60 | |
| 2011-08-10 | Make flash messages go away after 2 seconds. | Alexis Metaireau | 1 | -2/+12 | |
| 2011-08-10 | Add some simple javascript for usability. | Alexis Metaireau | 1 | -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-09 | Styling stuff. Fixes #9 (Adds a menu) | Alexis Metaireau | 1 | -6/+5 | |
| 2011-07-31 | Some more theming and fixes. | Alexis Metaireau | 1 | -0/+1 | |
| 2011-07-31 | Adding a bill is now working properly | Alexis Metaireau | 1 | -1/+1 | |
| 2011-07-30 | List existing sessions on the home. | Alexis Metaireau | 1 | -3/+1 | |
| Also factorize the code to display errors in forms. | |||||
| 2011-07-23 | Manage users creation | Alexis Metaireau | 1 | -10/+5 | |
| 2011-07-23 | Kick-start multiple projects support. | Alexis Metaireau | 1 | -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-10 | reshape the folder structure. Add conf files | Alexis Metaireau | 1 | -0/+34 | |
