1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
Commit graph

255 commits

Author SHA1 Message Date
A.Avenel
058cc8a9e5 correct french translation 2013-05-09 22:33:15 +02:00
A.Avenel
1999ebd925 one more fix to french translation ... 2013-04-08 00:14:16 +02:00
A.Avenel
9fcdd0dee3 Forget to translate some sentences ... 2013-04-07 23:48:23 +02:00
A.Avenel
c1f4348b52 update french translation 2013-04-07 23:38:39 +02:00
A.Avenel
a0e94f3c11 bugfix : "Settle" link was not active on navbar. 2013-04-07 23:01:32 +02:00
A.Avenel
0d7c82b122 More code cleanup for "settle bills" 2013-04-07 22:14:32 +02:00
A.Avenel
1fa0cff180 use "member.id" instead of "member" 2013-04-07 20:25:25 +02:00
A.Avenel
b410e48851 Merge branch 'flask0.9' of github.com:aavenel/ihatemoney 2013-02-19 15:36:37 +01:00
A.Avenel
a4b8283fba Update tests to work with flask 0.9 2013-02-19 15:27:51 +01:00
A.Avenel
bfea4e436f update for flask 0.9 2013-02-18 19:18:49 +01:00
A.Avenel
8b114c5718 update for "create archive" interface 2012-11-26 21:52:25 +01:00
A.Avenel
ee7459025d Increase max-height for modal
so we can display more members without using scrollbars
2012-11-25 14:01:47 +01:00
A.Avenel
bbd4a1a838 Cosmetic changes for "add a bill" panel 2012-11-25 13:53:30 +01:00
A.Avenel
79bd22c25c Add unit tests for settle_bill 2012-11-03 20:53:51 +01:00
A.Avenel
2b51131aa4 Merge git://github.com/Lastpixl/ihatemoney into HEAD
Conflicts:
	budget/templates/layout.html
	budget/templates/list_bills.html
2012-11-03 17:34:05 +01:00
A.Avenel
0fcc2c72ec Some love for the dashboard view 2012-09-03 23:11:32 +02:00
Alexis Metaireau
800dcba2c8 Merge pull request #91 from aavenel/master
Bugfix : "Submit and add a new one not working".
2012-09-03 12:29:16 -07:00
A.Avenel
44dc06bb6f Bugfix : "Submit and add a new one" not working 2012-09-03 21:06:07 +02:00
Alexis Metaireau
4f811ffc72 Merge pull request #90 from aavenel/master
Bugfix : display calendar widget when editing a bill
2012-09-03 11:43:29 -07:00
A.Avenel
d0129abc0e Bugfix : calendar widget not working when you edit a bill. 2012-09-03 18:11:31 +02:00
A.Avenel
a2b950d9c8 Remove some old code no longer needed (Correct 404 errors about jquery-ui) 2012-09-03 17:40:34 +02:00
Alexis Metaireau
688a281464 remove epio support 2012-09-02 14:09:41 +02:00
Alexis Metaireau
2c1fe198e5 update the fabric script with the last arch 2012-09-02 14:08:05 +02:00
Alexis Metaireau
6a544855d7 Fix project deletion. fix #87 2012-09-02 13:53:01 +02:00
Alexis Metaireau
e75809dddf Enhance the test suite 2012-09-02 13:26:56 +02:00
Alexis Metaireau
b3ce91c79f add sentry support 2012-06-10 01:49:01 +02:00
Alexis Metaireau
599895cac3 Switched to the new naming scheme for extensions 2012-05-19 15:09:57 +02:00
Alexis Metaireau
7d91abbe13 Merge pull request #85 from fredericsureau/master
Update to Boostrap v2
2012-04-05 06:54:27 -07:00
Frédéric Sureau
be32a2550e Update to Boostrap v2.
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-04-05 15:40:09 +02:00
Alexis Metaireau
870101c237 add settings for epio 2012-04-01 20:36:28 +02:00
Alexis Metaireau
90acad67f9 make tests run on python 2.7 also 2012-04-01 19:39:26 +02:00
Alexis Metaireau
a9d9f1e6fd Merge pull request #75 from fredericsureau/master
Fix bug #73.
2012-03-30 17:02:52 -07:00
Frédéric Sureau
192ca41b0a Adds test for the has_bills() method of Person model 2012-03-29 01:13:00 +02:00
Frédéric Sureau
c343bf96ea Merge branch 'master' of git://github.com/spiral-project/ihatemoney 2012-03-28 17:02:02 +02:00
Xavier Mehrenberger
cb13fbb782 Split bills function and basic template. 2012-03-12 01:35:28 +01:00
Alexis Metaireau
757e86baa1 Merge pull request #82 from feth/master
review, pep8 and star imports
2012-03-07 02:41:29 -08:00
Feth AREZKI
46d2dfeb29 remove unused code
If that code is ever needed, I'll try to rewrite it as a class
decorator, which is more hype
2012-03-06 22:42:58 +01:00
Feth AREZKI
353aec4f1e remove unused imports, and pep8 2012-03-06 22:14:29 +01:00
Feth AREZKI
e04a4154e8 remove unused imports and from blah import * 2012-03-06 22:14:10 +01:00
Feth AREZKI
e22ee5dfd2 remove from blah import * 2012-03-06 22:13:47 +01:00
Feth AREZKI
9583fe3cbe code reread: noop, and pep8 <3 2012-03-06 20:37:32 +01:00
Feth AREZKI
6a50e7318b pep8 <3 and '*' imports removal 2012-03-06 18:42:44 +01:00
Feth AREZKI
fddf60a662 pep8 <3 and '*' imports removal 2012-03-06 18:41:55 +01:00
Alexis Metaireau
1dbfc554c8 Merge pull request #80 from feth/master
not much change
2012-02-26 10:52:04 -08:00
Feth AREZKI
c51c02481b tolerance to smtp error when creating project 2012-02-20 17:03:44 +01:00
Feth AREZKI
04f8470223 cosmit. rem trailing spaces 2012-02-20 16:58:18 +01:00
Frédéric Sureau
71cb07a92b Merge remote-tracking branch 'upstream/master' 2012-02-15 16:09:23 +01:00
fredericsureau
c981002796 Merge pull request #78 from Glandos/master
Get rid of Google dependency for fonts and warn about access code
2012-02-15 07:03:39 -08:00
Adrien CLERC
bd1b0aaff3 Add QTip2 and use it to display a message about access code on the first page. 2012-02-11 19:18:34 +01:00
Adrien CLERC
2f928e08be Use embedded fonts instead of Google. 2012-02-09 23:02:55 +01:00