Commit graph

766 commits

Author SHA1 Message Date
Reinier Balt
3fd6a8a1fa Merge pull request #29 from 02strich/fixing_1063
Fixing bug #1063
2011-10-22 02:12:14 -07:00
Matt Rogers
cf62c91ee0 Wrap the project name in a div tag inside the h2 tag
When using inline editing of the project name, the extra stuff that's in
the template for a collapsible project adds a bunch of spaces to the
beginning of the project name due to how the editable plugin is getting
the text for the selector it's being asked to edit.

Using the div tag inside the header tag, and adjusting the javascript to
use the div#project_name selector fixes this behavior and fixes #1204
2011-10-21 12:07:42 -05: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
0fc4318163 Merge pull request #36 from 02strich/896e496f83c92fb0326dceb56a0fcf007e7327da
Fixing failing cucumber test
2011-10-15 04:45:09 -07:00
Craig Maloney
09e0f64de7 Changing the default sort order so that the context view matches the home screen view.
This appears to override the todos_controller.rb order.
2011-10-12 23:22:44 -03:00
Stefan Richter
d03928ef4c making cryptography stuff in user public 2011-10-10 22:31:51 +02: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
Reinier Balt
7801406e51 Merge pull request #34 from Popsch/fix_review
completed reviews no longer show up that they need a review
2011-10-10 04:42:08 -07:00
Reinier Balt
0573df1fa4 Merge pull request #35 from mattr-/ticket-954
Fix missing links for tags in the recurring todo view
2011-10-10 04:40:06 -07:00
sf
90f9e41671 changed the condition to increase readability 2011-10-10 05:36:56 -04:00
Stefan Richter
1b33a2733a slight syntax issue with 1.9 2011-10-09 20:30:26 +02:00
Stefan Richter
f49276a982 fixing gems for 1.9 2011-10-09 20:30:13 +02:00
Matt Rogers
32af610a1b Fix missing links for tags in the recurring todo view
The helper method for the recurring todo tag list was missing additions
of the links
2011-10-08 21:32:15 -05:00
sf
3d3646a137 completed reviews no longer show up that they need a review 2011-10-08 00:23:31 -04:00
Reinier Balt
5f5a2045b5 Merge pull request #30 from 02strich/fixing_858
fix bug #858 by adding information on todos to project xml and providing
2011-10-06 12:08:00 -07: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
08fb85ef0d fixing issues with user creation 2011-10-05 16:25:30 +02:00
Stefan Richter
c0956a7e76 Adding cloudmailin support for adding tasks 2011-10-04 20:14:36 +02:00
Reinier Balt
d182394930 further refactoring of todos_helper 2011-09-30 22:54:39 +02:00
Reinier Balt
fde151123c refactor tag helpers 2011-09-30 19:49:44 +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
bc529f7baa redelete dead partial that was added (with some "debug" stuff) in the review pull request
:-)
2011-09-16 17:57:12 +02:00
Reinier Balt
bed46847b3 make todos editable on the search page. Fix #716. 2011-09-16 12:39:44 +02: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
227e0052b3 fixed always true line 2011-09-27 09:42:30 -04:00
sf
9f9ae6f836 use select instead of iterating 2011-09-27 08:25:32 -04:00
sfischme
5b95092c08 merging tracks master 2011-09-27 06:35:48 -04:00
sfischme
6f8d9ec2ae exclude completed projects from blocked list 2011-09-17 13:15:30 -04:00
sfischme
7873d2cff8 explude completed projects from review 2011-09-17 13:13:45 -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
Reinier Balt
1a127e5d1e fix #1208 by removing an unused partial 2011-09-16 07:31:31 +02:00
Andreas Brandl
f15017c972 Decode HTML entities when displaying todos formatted as TXT.
When rendering the text-feed for todos (_text_todo.rhtml) this
uses localized string 'as-is'. Those are html-encoded which
is not appropriate for TXT feeds (e.g. 'todos.due' is 'F&auml;llig'
in German locale).
2011-09-27 01:07:02 +02:00
sfischme
01bcc7a48c code cleanup 2011-09-15 21:09:03 -04:00
sfischme
33befa88b3 added preference settings 2011-09-15 21:06:50 -04:00
sfischme
77b6c931ca added separate database field for reviews 2011-09-15 20:52:24 -04:00
sfischme
9d5049c9ea fixed html error 2011-09-15 09:10:12 -04:00
sfischme
b320dd60a8 initial version of reviewing 2011-09-15 00:42:34 -04:00
Reinier Balt
2563532022 implement new scenarios that were pending from the selenium-on-rails removal and fix a bug it uncovered 2011-09-14 20:50:21 +02: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
a332f8f557 fix #1196. You can now transition from pending to project_hidden
One side effect though: althoug dependencies are still in place, the gui cannot differentiate between pending and hidden todos. The views currently do not show dependencies anymore in hidden projects. Postponing a fix for 2.2

Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 14:22:30 +02:00
Reinier Balt
4927f39594 fix some regressions caused by the newer acts_as_list gem
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-13 11:15:14 +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