Alexis Metaireau
90acad67f9
make tests run on python 2.7 also
2012-04-01 19:39:26 +02: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
a59465c9a5
Changed delete feature to only support POST method. Fix #21 .
2012-01-28 01:35:04 +01:00
A.Avenel
0633b153f6
Small commit to add more informations in dashboard view.
2011-12-03 17:40:50 +01:00
A.Avenel
6df3bcdf13
Oops, forgot to commit tests
2011-11-02 15:26:35 +01:00
Alexis Metaireau
6f4f04b117
Document the API. Fix #46
2011-10-18 23:26:13 +02:00
Alexis Metaireau
b88b317faa
Bills can't be negative. Fix #45
2011-10-18 18:13:54 +02:00
Alexis Metaireau
7d9fde0460
Round the balance. Fix #1
2011-10-08 16:43:46 +02:00
Alexis Metaireau
75209aeed0
Add a password recovery feature. Fix #32
2011-10-08 15:52:12 +02:00
Alexis Metaireau
19ae3ab3b2
merge with master
2011-10-08 13:45:05 +02:00
Alexis Metaireau
48bc551853
Complete the REST API + Tests. Fix #27
2011-10-08 13:27:30 +02:00
Arnaud Bos
681f22f3e4
Merge branch 'master' into auth-forms-usability
2011-09-18 23:39:10 +02:00
Alexis Metaireau
20ab40690d
Provide a way to edit a project. Fix #17
2011-09-14 22:03:18 +02:00
Alexis Metaireau
1b8258a521
Add a test for #23
2011-09-14 14:50:54 +02:00
Arnaud Bos
89e1bbe134
Make the identifier clearer to the end-user.
...
- 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-14 01:16:25 +02:00
Alexis Metaireau
ef353d643c
Refactor the application to use blueprints.
...
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-09-09 21:21:37 +02:00
Alexis Metaireau
5550e18cfd
Add missing tests. Fixes #14 and #22 .
2011-08-22 23:19:00 +02:00
Alexis Metaireau
35ea308a26
Fix a weird behavior with tests and databases.
...
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-21 20:54:20 +02:00
Alexis Metaireau
822058b251
Add some more tests about membership. ( #14 )
...
Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance.
2011-08-10 17:49:35 +02:00
Alexis Metaireau
683c7ee0b8
Add tests about project creation and member add.
...
See #14
2011-08-10 17:07:23 +02:00
Alexis Metaireau
cdc6f2e1c4
Add tests to make test that invitations are sent.
...
Fixes #7
2011-08-09 23:49:44 +02:00
Alexis Metaireau
78914962ed
Add tests about sending notifications. #7
2011-08-09 23:49:44 +02:00