Reinier Balt
67d574bf73
fix #887 . Reference log file in error 500 message
2011-10-31 13:13:44 +01:00
Reinier Balt
10f6a4306b
Merge branches 'multi-tag' and 'master'
2011-10-28 20:51:28 +02:00
Reinier Balt
29e1de8ef2
fix failing selenium tests
2011-10-28 20:51:02 +02: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
Reinier Balt
34a005ec0e
change notify banner. you can now set it in development.rb
2011-10-28 11:17:31 +02:00
Reinier Balt
8fdbcedcba
Fix running Tracks on passenger.
...
The exception that Passenger threw was NoMethodError on the find_by_name method
2011-10-27 23:08:06 +02:00
Reinier Balt
6e20e374bb
Merge pull request #38 from Popsch/banner
...
clearly mark the 'development' mode in the web interface
2011-10-27 04:17:13 -07:00
Matt Rogers
84a2448224
Merge pull request #48 from u2ix/feature-1047
...
Logout after password change
2011-10-25 06:21:57 -07:00
Demian Gemperli
fafbdae079
Logut user after password change, Closes #1047
2011-10-24 21:47:15 +02:00
Demian Gemperli
6256caeb72
Yardoc - show private and protected methods in api doc
2011-10-24 21:40:18 +02:00
Matt Rogers
2d975a4a3b
Merge pull request #47 from u2ix/remove-manual
...
Removed manual that doesn't exist anymore
2011-10-23 21:04:06 -07:00
Demian Gemperli
7dfe36a204
Removed manual that doesn't exist anymore
2011-10-23 15:37:30 +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
2a8a2a0cb8
Merge pull request #46 from u2ix/master
...
Fix failing spec test
2011-10-21 13:22:58 -07:00
Demian Gemperli
eda521d238
Fix failing spec test, due to commit 09e0f64
2011-10-21 22:16:51 +02: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
98a69a5236
Merge pull request #45 from mattr-/show-deferred-if-no-active-actions
...
Show deferred actions if there are no active actions for project. This will be seen in the project listing and in the sidebar
2011-10-21 09:36:11 -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
Matt Rogers
fe5af255cd
Remove a wip tag from a passing scenario
...
The scenario is passing when the tests are run so there's no reason to
mark it as a work in progress
2011-10-20 12:12:49 -05:00
Matt Rogers
4d5a40c376
Add features for listing projects on the projects page
...
The features cover listing a project the following data:
- n active actions and m deferred actions
- n active actions and 0 deferred actions
- 0 active actions and m deferred actions
- 0 active actions and 0 deferred actions
2011-10-20 12:09:00 -05:00
Matt Rogers
a7ce073351
Fix the functional tests that wouldn't run before
...
With Ruby 1.8.7, the functional tests were failing due to a recursive
require stack. No longer requiring 'backend_controller' and doesn't seem
to have any bearing on the running of the tests.
2011-10-18 22:25:17 -05:00
Matt Rogers
af6ac52663
Merge pull request #43 from u2ix/yard
...
Yard for code documentation
2011-10-17 09:48:40 -07:00
Demian Gemperli
77c53e3630
using yard for code documentation
2011-10-17 18:07:10 +02:00
Reinier Balt
0e63f3dbe1
Merge pull request #42 from Popsch/new_templates_script
...
updated the template script
2011-10-17 00:05:59 -07:00
sf
3fa40279f4
check for use of token with the command line
2011-10-16 01:59:45 -04:00
sf
a8a699da1f
permit using stdin
2011-10-16 01:53:29 -04:00
sf
07634453ed
updated the template script
2011-10-15 14:52:37 -04:00
Reinier Balt
0fc4318163
Merge pull request #36 from 02strich/896e496f83c92fb0326dceb56a0fcf007e7327da
...
Fixing failing cucumber test
2011-10-15 04:45:09 -07:00
Reinier Balt
8167fcd063
Merge pull request #39 from mattr-/ticket-1199
...
Give focus to the project name box when loading the project list
2011-10-15 04:41:10 -07:00
Reinier Balt
abf537ee40
Merge pull request #40 from mattr-/ticket-1200
...
Set the focus to the new context name by default
2011-10-15 04:40:47 -07:00
Reinier Balt
6b401e5f41
Merge pull request #41 from craigmaloney/patch-1
...
Changing the default sort order so that the context view matches the home
2011-10-15 04:39:50 -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
Matt Rogers
9e60f5720a
Give focus to the project name when loading the project list
...
Fixes #1199
2011-10-10 21:49:09 -05:00
Matt Rogers
9a42fa8067
Set the focus to the new context name by default
2011-10-10 21:44:59 -05:00
Stefan Richter
d03928ef4c
making cryptography stuff in user public
2011-10-10 22:31:51 +02:00
sf
a871511c24
added develop notification bar on RAILS_ENV != production
2011-10-10 14:14:27 -04: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
0b3ff41f02
Merge pull request #32 from 02strich/fixing_965
...
fixing #965 - re-adding removed tests - all green
2011-10-10 04:45:20 -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
Reinier Balt
799a50b654
Merge pull request #37 from 02strich/ruby-1.9
...
Ruby 1.9 compatibility
2011-10-10 04:35:46 -07:00
sf
90f9e41671
changed the condition to increase readability
2011-10-10 05:36:56 -04:00
Stefan Richter
4b0087ae36
fix path concatenation
2011-10-09 20:30:48 +02: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
Stefan Richter
896e496f83
FIx failing test due to refactoring of code
2011-10-09 16:48:18 +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