Project

General

Profile

Activity

From 2011-12-08 to 2011-12-10

2011-12-10

22:33 Revision 8188 (svn): Removed fieldset.
Jean-Philippe Lang
22:31 Revision 8187 (svn): Typo in French locale.
Jean-Philippe Lang
22:28 Revision 8186 (svn): Removed double dash.
Jean-Philippe Lang
21:40 Revision 8185 (svn): Updated issue description diff route.
Etienne Massip
20:27 Revision 8184 (svn): Fixed reorder links on custom fields.
Jean-Philippe Lang
20:18 Revision 8183 (svn): Extracted new_subclass_instance method to a module.
Jean-Philippe Lang
18:06 Revision 8182 (svn): Role.all broken in migration due to default sort (columns do not exist yet). Use raw SQL instead.
Jean-Philippe Lang
17:25 Revision 8181 (svn): Fixed tests with the valid login url.
Jean-Philippe Lang
15:50 Revision 8180 (svn): tagged version 1.3.0
Jean-Philippe Lang
15:50 Revision 8179 (svn): tagged version 1.2.3
Jean-Philippe Lang
15:49 Revision 8178 (svn): Version set to 1.2.3.
Jean-Philippe Lang
15:49 Revision 8177 (svn): CHANGELOG updated.
Jean-Philippe Lang
15:48 Revision 8176 (svn): CHANGELOG updated.
Jean-Philippe Lang
15:48 Revision 8175 (svn): CHANGELOG updated.
Jean-Philippe Lang
15:41 Revision 8174 (svn): Merged r8166 from trunk.
Jean-Philippe Lang
15:39 Revision 8173 (svn): Backported r8168 from trunk.
Jean-Philippe Lang
15:33 Revision 8172 (svn): Removed useless routes.
Jean-Philippe Lang
15:30 Revision 8171 (svn): Removed useless routes.
Jean-Philippe Lang
15:28 Revision 8170 (svn): Removed useless routes.
Jean-Philippe Lang
15:00 Revision 8169 (svn): Makes assertion compatible with ruby1.9.
Jean-Philippe Lang
14:55 Revision 8168 (svn): ruby1.9: macro must accept 2 arguments.
Jean-Philippe Lang
14:50 Revision 8167 (svn): Added method to attachments routes.
Etienne Massip
14:48 Revision 8166 (svn): Fixed assert call.
Jean-Philippe Lang
14:37 Revision 8165 (svn): Removed boards widcard route.
Etienne Massip
14:36 Revision 8164 (svn): Removed repositories widcard route.
Etienne Massip
14:34 Revision 8163 (svn): Removed default route.
Etienne Massip
14:33 Revision 8162 (svn): Explicitly declare all routes and deactivate default route.
Etienne Massip
13:20 Revision 8161 (svn): Merged r8130 from trunk.
Jean-Philippe Lang
13:08 Revision 8160 (svn): Merged r8112 from trunk (#9748).
Jean-Philippe Lang
13:07 Revision 8159 (svn): Merged r8113 from trunk (#9738).
Jean-Philippe Lang
13:04 Revision 8158 (svn): Merged r7920, r7921, r7922 and r7924 from trunk (#9405).
Jean-Philippe Lang
12:56 Revision 8157 (svn): Merged r8103 from trunk (#9737).
Jean-Philippe Lang
12:55 Revision 8156 (svn): scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
12:44 Revision 8155 (svn): Issue destroy is now DELETE only.
Jean-Philippe Lang
10:38 Revision 8154 (svn): Removed no longer working old wiki route.
Jean-Philippe Lang
10:36 Revision 8153 (svn): Droppped old repositories routes.
Jean-Philippe Lang
10:32 Revision 8152 (svn): Changed ProjectsController#destroy to DELETE only.
Jean-Philippe Lang
10:20 Revision 8151 (svn): Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
10:10 Revision 8150 (svn): Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
09:48 Revision 8149 (svn): Removed obsolete project news route.
Jean-Philippe Lang
09:45 Revision 8148 (svn): Moved bulk_edit/update routes into issues resources.
Jean-Philippe Lang
09:44 Revision 8147 (svn): Custom fields display on bulk edit form.
Jean-Philippe Lang
09:37 Revision 8146 (svn): REST urls for user memberships.
Jean-Philippe Lang
00:29 Revision 8145 (svn): Resourcified roles.
Jean-Philippe Lang

2011-12-09

23:58 Revision 8144 (svn): Resourcified custom fields.
Jean-Philippe Lang
19:45 Revision 8143 (svn): Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.
Jean-Philippe Lang
19:40 Revision 8142 (svn): Removed TabularFormBuilder references in views.
Jean-Philippe Lang
19:15 Revision 8141 (svn): Use #labelled_form_for instead of #labelled_tabular_form_for.
Jean-Philippe Lang
13:08 Revision 8140 (svn): Rails3: model: user: use ::Query instead of Query
Test fails on Rails 3.0.... Toshi MARUYAMA
08:16 Revision 8139 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/custom_field_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
08:16 Revision 8138 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/issue_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
08:15 Revision 8137 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/user_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
08:15 Revision 8136 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/time_entry_activity_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
08:14 Revision 8135 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/repository_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
06:55 Revision 8134 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/wiki_page_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
06:54 Revision 8133 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/functional/issues_controller_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA
06:54 Revision 8132 (svn): Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/version_test.rb
On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.
Toshi MARUYAMA

2011-12-08

21:37 Revision 8131 (svn): Makes project and tracker assigned first in #attributes=
Jean-Philippe Lang
21:03 Revision 8130 (svn): Changes auto_complete calls to GET requests.
Jean-Philippe Lang
20:22 Revision 8129 (svn): Handle spaces in development scm stderr log file path.
Etienne Massip
19:50 Revision 8128 (svn): Tests broken with ruby1.8.6 (#9751).
Jean-Philippe Lang
16:12 Revision 8127 (svn): Rails3: model: Member: add virtual attribute to prevent error
On Rails 3.0, test fails with following error.... Toshi MARUYAMA
16:11 Revision 8126 (svn): add unit test of error message in case that member role is empty
Toshi MARUYAMA
14:37 Revision 8125 (svn): back out r8124
r8124 shows ":roles can't be empty". Toshi MARUYAMA
12:13 Revision 8124 (svn): Rails3: model: Member: errors must be set on existing attributes
On Rails 3.0, test fails with following error.... Toshi MARUYAMA
08:30 Revision 8123 (svn): replace tabs to spaces at app/views/issues/_form.html.erb
Toshi MARUYAMA
00:54 Revision 8122 (svn): Rails3: view: html_safe for timelog/_date_range.html.erb
Toshi MARUYAMA
00:53 Revision 8121 (svn): Rails3: helper: html_safe for render_flash_messages method at ApplicationHelper
Contributed by Sylvain Utard. Toshi MARUYAMA
 

Also available in: Atom