aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02First draft of fixing sidebar ugly hovering effect pointed in #51.Arnaud Bos4-17/+91
2011-11-02Bug fix in order to show the calendar widget when you edit a bill. Also fix ↵A.Avenel3-16/+16
another bug related to cancel button.
2011-11-01Make the new bill link more visible. Fix #50.Arnaud Bos1-2/+3
2011-11-01Replace edit / delete links by icons. Fix #49.Arnaud Bos4-2/+21
2011-11-01Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and ↵Arnaud Bos4-11/+5
typos
2011-11-01Improvement of the sidebar look. Related to #34. Fix #52.Arnaud Bos8-84/+97
2011-10-27Update README.rst with informations about the `TESTING` flag. Fix #58Alexis Metaireau1-0/+3
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos7-186/+217
- Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels
2011-10-18theme import failureAlexis Metaireau3-0/+286
2011-10-18theme import failureAlexis Metaireau2-3/+0
2011-10-18Document the API. Fix #46Alexis Metaireau11-15/+503
2011-10-18Minor changes to the slidebar. See #34Alexis Metaireau3-6/+11
2011-10-18Bills can't be negative. Fix #45Alexis Metaireau5-0/+19
2011-10-18Use the relation table for "has_bills".Alexis Metaireau1-4/+3
This fixes a bug related to the way we made joins to query q postgresql db. I found that we didn't needed at all any join, so a simple lookup in the m2m relation table allows to speed up things. Fix #44
2011-10-18Paint sidebar in green. Close #34Arnaud Bos3-7/+18
2011-10-18Dead link in READMEArnaud Bos1-1/+1
2011-10-18change the link in the footer as wellAlexis Metaireau1-1/+1
2011-10-17License under BSD custom beerwareAlexis Metaireau2-0/+47
2011-10-17Make the rest module a flask extension.Alexis Metaireau3-159/+2
It's now flask_rest.
2011-10-17the format for the date is yy-mm-ddAlexis Metaireau1-2/+2
2011-10-17Add the ability to change the language explicitely. I'm not sure the UI is ↵Alexis Metaireau3-2/+19
better with this. Any thoughts are welcome. Fix #35
2011-10-16Add a datepicker (with support of i18n). Fix #37Alexis Metaireau22-7/+598
2011-10-16Format floats with 2 decimals. Fix #39Alexis Metaireau1-1/+1
2011-10-15serve static files with nginxAlexis Metaireau1-0/+3
2011-10-15clicking on the logo should return on the homepageAlexis Metaireau1-1/+1
2011-10-15translate 'each' as wellAlexis Metaireau4-1/+6
2011-10-15add the project's title in the list of billsAlexis Metaireau2-1/+2
2011-10-15update some strings in the french translationAlexis Metaireau2-1/+1
2011-10-15remove the archive feature for nowAlexis Metaireau1-1/+0
2011-10-15fix a bit the UI (identifier on bill's list)Alexis Metaireau5-8/+6
2011-10-15Fix translations of forms.Alexis Metaireau1-1/+1
Forms are not context related, thus translations are done only once if not done in a lazy way. the fix is to use lazy_gettext rather than gettext. Fix #12
2011-10-15update AUTHORSAlexis Metaireau1-1/+2
2011-10-15Translate the application using Flask-babel.Alexis Metaireau27-108/+1037
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-14I HAZ TO RUN TESTS BEFORE COMMITINGAlexis Metaireau2-3/+3
2011-10-13add epio.iniAlexis Metaireau1-0/+6
2011-10-13put back requirements.txt in budgetAlexis Metaireau1-0/+0
2011-10-13add a Procfile for herokuAlexis Metaireau1-0/+1
2011-10-13move requirements.txtAlexis Metaireau1-0/+0
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau6-8/+22
2011-10-13Coerce the payer choice to int, default is unicode. Fix #33Alexis Metaireau1-1/+1
2011-10-13Coerce the payer choice to int, default is unicodeAlexis Metaireau1-0/+4
2011-10-13remove the TODO file. Will be handled by github issuesAlexis Metaireau1-4/+0
2011-10-08Do not prompt the user with a 'prompt()' in javascript when deleting ↵Alexis Metaireau2-1/+10
members. Fix #29
2011-10-08Round the balance. Fix #1Alexis Metaireau2-1/+40
2011-10-08Add a password recovery feature. Fix #32Alexis Metaireau9-7/+80
2011-10-08iclude the edit_project templateAlexis Metaireau1-0/+8
2011-10-08update the README with how to run testsAlexis Metaireau1-0/+7
2011-10-08merge with masterAlexis Metaireau5-25/+13
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau7-52/+353
2011-09-18Merge mistake, my badArnaud Bos1-0/+1
- Restore ProjectForm.password as a PasswordField and not TextField