Reinier Balt
bc7bf459db
fix small regressions
2012-01-20 23:50:27 +01:00
Reinier Balt
7af2211479
finalize refactoring
...
finally done, now for ticket 1030 :-)
2012-01-20 23:35:01 +01:00
Reinier Balt
78a2bd7f49
further refactoring of stats controller and views
2012-01-20 23:35:00 +01:00
Reinier Balt
b948cc48b2
further refactoring and more tests
2012-01-20 23:35:00 +01:00
Reinier Balt
2349bee535
further refactorings and tests
...
one test is failing, will fix that next time
2012-01-20 23:34:59 +01:00
Reinier Balt
80d8d2b67a
add tests
2012-01-20 23:34:59 +01:00
Reinier Balt
61624ed455
completed first pass of refactoring
2012-01-20 23:34:58 +01:00
Reinier Balt
f74370aab5
first refactoring of stats controller
2012-01-20 23:34:58 +01:00
tim madden
250e1d8fcc
folding mobile_done method into original toggle_check method
...
the mobile_done method was created to test out a checkbox submit
the mobile interface. In the interests of DRY, this brings the new
mobile code into the original method,
2012-01-16 11:37:29 -06:00
Matt Rogers
1ced030681
properly filter passwords in the users controller
2012-01-10 11:20:01 -06:00
tim madden
d0e7264661
changes for done checkbox on mobile page
...
adding recent completed todos in case you accidentally tick one by mistake
2011-12-19 21:10:19 -06:00
Reinier Balt
960326efb4
Fix #1223 for the single tag and single dependency case in the REST API
2011-11-20 14:48:49 +01:00
Reinier Balt
6aa8b8d2f9
replace new repeating todo form with jquery dialog. And some refactoring
2011-11-17 17:07:55 +01:00
Reinier Balt
4b6aff5502
hopefully fix failing recurring todos test. Timezones are a pain to get right
2011-11-16 22:05:06 +01:00
Reinier Balt
833297b355
fix regression and further cleanups of todo model
2011-11-16 19:36:09 +01:00
Reinier Balt
906ff11633
fix failing test and make sure that you can supply 'starred' tag. Refactor todo model
2011-11-16 16:37:04 +01:00
Matt Rogers
66b96e0c0c
Properly update the project page for hidden projects
...
Immediately after hiding a project, if a user marks a todo as done, they
would erroneously see a "There are no incomplete actions in this
project" banner under the open actions section.
This commit uses the active_or_hidden scope for the project todos in
order to fix this, since the todos are active but hidden due to the
project.
Fixes #1202
2011-11-04 10:29:09 -05:00
Reinier Balt
cda75a0cc1
fix regression where viewing a page for a single tag (like starred) did not work
...
and fix some test warnings/errors
2011-10-31 14:39:52 +01:00
Reinier Balt
bfb6c4ee9a
optimize for the common case: selecting only one tag
2011-10-28 20:50:38 +02:00
Reinier Balt
58d8bc56d1
fix #827 . You can now select todos with tags using OR and AND
...
/todos/tag/tagA,tagB?and=tagC will select all todos with (tagA or tagB) AND tagC
2011-10-28 19:33:51 +02:00
Reinier Balt
2accbd0a32
start changing param parsing to allow and and or of tags
2011-10-28 11:18:26 +02:00
Demian Gemperli
fafbdae079
Logut user after password change, Closes #1047
2011-10-24 21:47:15 +02:00
Reinier Balt
3fd6a8a1fa
Merge pull request #29 from 02strich/fixing_1063
...
Fixing bug #1063
2011-10-22 02:12:14 -07:00
Matt Rogers
b387b27f4a
Show deferred actions on the project listing and sidebar
...
If a project does not have any active actions, then it will now display
that it has x number of deferred actions.
Fixes #1084
2011-10-20 21:05:57 -05:00
Reinier Balt
671652c4c4
Merge pull request #25 from 02strich/cloudmailin_integration
...
Adding cloudmailin support for adding tasks
2011-10-10 04:52:38 -07:00
Stefan Richter
f49276a982
fixing gems for 1.9
2011-10-09 20:30:13 +02:00
Stefan Richter
71643bb1b0
fix bug #858 by adding information on todos to project xml and providing a test for it
2011-10-06 17:32:39 +02:00
Stefan Richter
0d4116cc93
Removing signatures from output and adding two test cases: invalid signature and unknown sender
2011-10-06 16:41:46 +02:00
Stefan Richter
c80cc008af
Fixing bug #1063 by adding an initial_tags variable/field
2011-10-06 15:37:51 +02:00
Stefan Richter
17bb939e9e
adding test for cloudmailin and fixing some bugs found with it
2011-10-05 23:53:49 +02:00
Stefan Richter
c0956a7e76
Adding cloudmailin support for adding tasks
2011-10-04 20:14:36 +02:00
Reinier Balt
eb26f4f7b9
fix error on end of each request at cleanup_application
...
declaring self.method caused rails to error
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-30 19:49:18 +02:00
Reinier Balt
2f0bfbbf47
some smallfurther adjustments
2011-09-28 15:34:15 +02:00
Reinier Balt
3a07010338
first cleanups of review feature
2011-09-28 13:58:46 +02:00
sf
858be5d85b
added preferences description, added list of up-to-date projects to review view
2011-09-27 19:22:14 -04:00
sf
ad2df4a792
fixed routing problem
2011-09-27 17:33:32 -04:00
Reinier Balt
83133e3cdc
improve sort order of search results and remove delete button for found projects
2011-09-16 12:39:44 +02:00
sf
9f9ae6f836
use select instead of iterating
2011-09-27 08:25:32 -04:00
sfischme
ac98737176
first version of review view
2011-09-16 23:34:09 -04:00
sfischme
5f0bcebca9
first steps towards review view
2011-09-16 15:07:58 -04:00
sfischme
01bcc7a48c
code cleanup
2011-09-15 21:09:03 -04:00
sfischme
77b6c931ca
added separate database field for reviews
2011-09-15 20:52:24 -04:00
sfischme
b320dd60a8
initial version of reviewing
2011-09-15 00:42:34 -04:00
Reinier Balt
2f42fad7c9
add checkbox to multiple action form to make all actions dependent on each other (sequential)
...
for people wanting sequential projects
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 15:25:15 +02:00
Reinier Balt
92c8cfe61a
fix another regression by the previous two commits :-(
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-13 07:11:33 +02:00
Reinier Balt
8fe5552d64
fix regression by last commit
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-12 22:58:39 +02:00
Reinier Balt
f5cabbf74d
fix #1194 by checking the project_id and context_id
2011-09-10 02:31:53 +02:00
Reinier Balt
998c14fa71
Fix updating password
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-09 17:49:42 +02:00
Jan Stępień
ad1f3b5862
Users with SHA-1 hashes can reset their passwords
2011-09-07 16:06:03 +02:00
Jan Stępień
5d3829cfbf
Users with SHA-1 hashes are redirected to the password change page
2011-09-07 16:06:03 +02:00