Commit graph

1411 commits

Author SHA1 Message Date
A.Avenel
471ef87d3e Bug fix in order to show the calendar widget when you edit a bill. Also fix another bug related to cancel button. 2011-11-02 00:23:21 +01:00
Arnaud Bos
0d44b97c4a Make the new bill link more visible. Fix #50. 2011-11-01 14:41:51 +01:00
Arnaud Bos
5963d7df9d Replace edit / delete links by icons. Fix #49. 2011-11-01 14:35:20 +01:00
Arnaud Bos
d1b641b45e Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and typos 2011-11-01 13:07:32 +01:00
Arnaud Bos
7f805b63ca Improvement of the sidebar look. Related to #34. Fix #52. 2011-11-01 12:57:12 +01:00
Alexis Metaireau
39158b4fc8 Update README.rst with informations about the TESTING flag. Fix #58 2011-10-27 18:06:39 +03:00
Arnaud Bos
1e0898dd87 Last selected payer and translations. Fix #47.
- Last selected payer selected by default when creating a new bill

- Fix some translation typos and modify a few labels
2011-10-20 04:18:12 +02:00
440ccb6e22 theme import failure 2011-10-18 23:36:23 +02:00
5e69ca326d theme import failure 2011-10-18 23:35:56 +02:00
6f4f04b117 Document the API. Fix #46 2011-10-18 23:26:13 +02:00
4e1819523f Minor changes to the slidebar. See #34 2011-10-18 18:39:38 +02:00
b88b317faa Bills can't be negative. Fix #45 2011-10-18 18:13:54 +02:00
6e3834048b Use the relation table for "has_bills".
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-18 17:48:23 +02:00
Arnaud Bos
c3b3e2f770 Paint sidebar in green. Close #34 2011-10-18 04:30:34 +02:00
Arnaud Bos
1486b20ac9 Dead link in README 2011-10-18 02:48:01 +02:00
6f3b9dfda8 change the link in the footer as well 2011-10-18 00:04:50 +02:00
4d88c37d6b License under BSD custom beerware 2011-10-17 23:32:47 +02:00
435ec2626d Make the rest module a flask extension.
It's now flask_rest.
2011-10-17 17:30:57 +02:00
3f9022ac13 the format for the date is yy-mm-dd 2011-10-17 00:15:44 +02:00
db7e1496b0 Add the ability to change the language explicitely. I'm not sure the UI is better with this. Any thoughts are welcome. Fix #35 2011-10-17 00:03:41 +02:00
f7a969240a Add a datepicker (with support of i18n). Fix #37 2011-10-16 23:38:27 +02:00
9a3e4537cb Format floats with 2 decimals. Fix #39 2011-10-16 13:59:22 +02:00
2553303fa4 serve static files with nginx 2011-10-15 21:50:15 +02:00
ebcd64237d clicking on the logo should return on the homepage 2011-10-15 21:49:27 +02:00
c1267da2ea translate 'each' as well 2011-10-15 02:53:09 +02:00
8acd4984dd add the project's title in the list of bills 2011-10-15 02:40:19 +02:00
ad392db53e update some strings in the french translation 2011-10-15 02:26:43 +02:00
b07c8a9273 remove the archive feature for now 2011-10-15 02:25:12 +02:00
d9c7977a59 fix a bit the UI (identifier on bill's list) 2011-10-15 02:24:02 +02:00
c54fac69c9 Fix translations of forms.
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-15 01:58:30 +02:00
c03cceaced update AUTHORS 2011-10-15 01:30:25 +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
45ccc8b509 I HAZ TO RUN TESTS BEFORE COMMITING 2011-10-14 15:48:31 +02:00
9c4fd0c210 add epio.ini 2011-10-13 23:14:27 +02:00
20f905a5c0 put back requirements.txt in budget 2011-10-13 23:05:53 +02:00
7dc74e053f add a Procfile for heroku 2011-10-13 22:57:23 +02:00
f0f73a3c8b move requirements.txt 2011-10-13 22:54:58 +02:00
97132ce88a Fix some problems related to postgresql and models 2011-10-13 21:27:56 +02:00
b7ba8e43c4 Coerce the payer choice to int, default is unicode. Fix #33 2011-10-13 21:24:23 +02:00
fdb75316d6 Coerce the payer choice to int, default is unicode 2011-10-13 20:20:11 +02:00
e9635f5718 remove the TODO file. Will be handled by github issues 2011-10-13 20:07:29 +02:00
5245a1a6c7 Do not prompt the user with a 'prompt()' in javascript when deleting members. Fix #29 2011-10-08 17:13:36 +02:00
7d9fde0460 Round the balance. Fix #1 2011-10-08 16:43:46 +02:00
75209aeed0 Add a password recovery feature. Fix #32 2011-10-08 15:52:12 +02:00
1338653bd2 iclude the edit_project template 2011-10-08 15:12:29 +02:00
93ac2cc947 update the README with how to run tests 2011-10-08 13:48:06 +02:00
19ae3ab3b2 merge with master 2011-10-08 13:45:05 +02:00
48bc551853 Complete the REST API + Tests. Fix #27 2011-10-08 13:27:30 +02:00
Arnaud Bos
402dbce153 Merge mistake, my bad
- Restore ProjectForm.password as a PasswordField and not TextField
2011-09-18 23:50:14 +02:00
Arnaud Bos
681f22f3e4 Merge branch 'master' into auth-forms-usability 2011-09-18 23:39:10 +02:00