Commit graph

1982 commits

Author SHA1 Message Date
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
Reinier Balt
1c17e02c5d Merge pull request #23 from Popsch/implement_review_view
fixed always true line
2011-09-27 06:56:36 -07:00
sf
227e0052b3 fixed always true line 2011-09-27 09:42:30 -04:00
Reinier Balt
d6390f28cf Merge pull request #22 from Popsch/implement_review_view
Implement review view
2011-09-27 06:33:18 -07: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
f91a2867b2 merged master 2011-09-23 18:32:12 -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
Reinier Balt
ae32db7418 Merge pull request #18 from Popsch/fix_textboxes
fixed the boxes
2011-09-27 02:16:11 -07:00
Reinier Balt
4557b3de74 Merge pull request #20 from mattr-/ticket-1209
Add ruby-debug to the Gemfile
2011-09-27 02:15:30 -07:00
Reinier Balt
5d2fec325c Merge pull request #21 from afirel/master
Decode HTML entities when displaying todos formatted as TXT.
2011-09-27 02:14:22 -07: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ällig'
in German locale).
2011-09-27 01:07:02 +02:00
sfischme
fd44a1fb4b fixed the boxes 2011-09-23 18:22:20 -04:00
Matt Rogers
8157cdc088 Add ruby-debug to the Gemfile
ruby-debug is referenced in the 'Setting up a development environment'
page on the Tracks wiki. Include it in the Gemfile as part of the
development group
2011-09-22 22:09:56 -05: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
7ebf25320b better icon 2011-09-15 09:30:50 -04:00
sfischme
9d5049c9ea fixed html error 2011-09-15 09:10:12 -04:00
sfischme
07821b407d added gemfile again 2011-09-15 00:52:22 -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
9eca1557fb add tests for adding multiple todos and multiple sequential todos
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 16:29:30 +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
5a168beef9 fix failing tests because of newer acts_as_list gem
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 13:49:06 +02:00
Reinier Balt
d9db33bc0d fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 11:29:50 +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
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
cdff38995c add tests for toggling visibility of collapsed contexts 2011-09-10 00:51:39 +02:00
Reinier Balt
30c2fb8b82 fix one deprecation warning for rubygems >= 1.8.2 2011-09-09 22:02:02 +02:00
Reinier Balt
998231066f update locales to latest changes. Please help review the changes since I let google translate determinse translations :-) 2011-09-09 21:52:39 +02:00
popsch
067df75e98 toggle notes patch from Christian Frank 2011-09-10 05:06:03 +08:00
Reinier Balt
39a38a8f73 update plugins: 2 are available as gems, 1 updated and removed yaml_db
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-09 21:07:22 +02:00
Reinier Balt
998c14fa71 Fix updating password
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-09 17:49:42 +02:00
Reinier Balt
50875cfa40 Merge pull request #16 from jstepien/bcrypt-v2
Hash passwords with BCrypt instead of SHA1
2011-09-08 08:08:33 -07:00
Reinier Balt
23c95f2833 Merge pull request #15 from antoninb/master
fix typo in fr.yml translation
2011-09-08 08:08:18 -07:00
Antonin Blanc
81d14edc2c fix typo in fr.yml translation 2011-09-08 00:54:58 +02:00
Reinier Balt
7d9f241a12 delete selenium scripts that have cucumber equivalents
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-07 22:54:22 +02:00
Jan Stępień
342b8ab4ef Require 'bcrypt' on top of app/models/user.rb 2011-09-07 17:19:04 +02:00
Jan Stępień
97431324db Password-rehashing "down" for migration 20110727073510
Reinier Balt wrote:
> One problem I see is when people want to downgrade. You chop the
> password field back to 40 chars, but it will cause all users incapable
> of logging in. Perhaps we can put a default password in the password on
> migration.down? like sha1('secret123') so we leave Tracks operable on
> downgrade?

https://github.com/bsag/tracks-old/pull/26#issuecomment-2001500
2011-09-07 16:06:03 +02:00