Project

General

Profile

Activity

From 2012-02-24 to 2012-02-26

2012-02-26

20:20 Revision 9018 (svn): Use controller_name and action_name instead of params.
Jean-Philippe Lang
19:07 Revision 9017 (svn): Adds a helper for displaying validation error messages.
Jean-Philippe Lang
15:09 Revision 9016 (svn): Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, ...
Toshi MARUYAMA
14:05 Revision 9015 (svn): Rails 3.1 compatibility (order declared on association takes precedence).
Jean-Philippe Lang
13:00 Revision 9014 (svn): Moved tests about session reset to functional tests.
Jean-Philippe Lang
12:42 Revision 9013 (svn): Make sure that projects_to_search is a Project Array.
Jean-Philippe Lang
11:16 Revision 9012 (svn): remove trailing white-spaces from app/models/attachment.rb
Toshi MARUYAMA
08:10 Revision 9011 (svn): Rails3: html_safe for project_tree_options_for_select method in application helper
Toshi MARUYAMA
05:28 Revision 9010 (svn): remove trailing white-spaces from vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb
Toshi MARUYAMA

2012-02-25

21:47 Revision 9009 (svn): Rewrite test without shoulda macros.
Jean-Philippe Lang
21:42 Revision 9008 (svn): Removed assertions on blank template.
Jean-Philippe Lang
17:33 Revision 9007 (svn): Rails 3.1 compatibility.
Jean-Philippe Lang
17:31 Revision 9006 (svn): Rails 3.1 compatibility.
Jean-Philippe Lang
16:23 Revision 9005 (svn): Rails 3.1 compatibility.
Jean-Philippe Lang
16:20 Revision 9004 (svn): Rails 3.1 compatibility.
Jean-Philippe Lang
14:26 Revision 9003 (svn): Updated Ruby required version.
Etienne Massip
14:04 Revision 9002 (svn): Code cleanup.
Jean-Philippe Lang
13:57 Revision 9001 (svn): Can not use Project#find on scopes with Rails 3.1.
Jean-Philippe Lang
13:37 Revision 9000 (svn): Use content_tag for empty option.
Jean-Philippe Lang
13:35 Revision 8999 (svn): Clean up assertion.
Jean-Philippe Lang
13:19 Revision 8998 (svn): Preserve xml output with Rails 3.1.
Jean-Philippe Lang
12:48 Revision 8997 (svn): Undefined #builtin= with Rails 3.1.3.
Jean-Philippe Lang
12:46 Revision 8996 (svn): Fixed migration broken with Rails 3.1.3 (#10320).
Jean-Philippe Lang
12:33 Revision 8995 (svn): YAML files parsing issues.
Jean-Philippe Lang
12:06 Revision 8994 (svn): Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
12:04 Revision 8993 (svn): Use content_tag for empty option.
Jean-Philippe Lang
11:41 Revision 8992 (svn): Adds missing format parameter.
Jean-Philippe Lang
10:58 Revision 8991 (svn): Do not do assertions on mail class.
Jean-Philippe Lang
10:37 Revision 8990 (svn): Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
10:29 Revision 8989 (svn): Use content_tag for "no change" options.
Jean-Philippe Lang
07:01 Revision 8988 (svn): Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and Rails 3.1.3
Toshi MARUYAMA
02:43 Revision 8987 (svn): Rails3: test: fix ordering functional/comments_controller_test.rb
On Rails 3.0.11, test fails.... Toshi MARUYAMA
01:07 Revision 8986 (svn): Fixed Version#issues_progress for Rails 3.1.
Jean-Philippe Lang
01:00 Revision 8985 (svn): Fixed escaping issues in #textilizable with Rails 3.1.
Jean-Philippe Lang
00:16 Revision 8984 (svn): Replace auto_link with link_to in email templates.
Jean-Philippe Lang

2012-02-24

22:24 Revision 8983 (svn): Use fixture.
Jean-Philippe Lang
19:55 Revision 8982 (svn): Use :joins instead of :include.
Jean-Philippe Lang
19:43 Revision 8981 (svn): Potential test failure fixed.
Jean-Philippe Lang
19:40 Revision 8980 (svn): Round hours when reading TimeEntry attribute.
Jean-Philippe Lang
19:38 Revision 8979 (svn): Cleanup instance variables when reloading a project.
Jean-Philippe Lang
19:27 Revision 8978 (svn): Removed useless option.
Jean-Philippe Lang
19:23 Revision 8977 (svn): Use subclasses method instead of class variable.
Jean-Philippe Lang
15:59 Revision 8976 (svn): Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:59 Revision 8975 (svn): Rails3: scm: git: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:59 Revision 8974 (svn): Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:58 Revision 8973 (svn): Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:58 Revision 8972 (svn): Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:57 Revision 8971 (svn): Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:57 Revision 8970 (svn): Rails3: scm: use .to_s for overriding human_attribute_name parameter at repository model
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:56 Revision 8969 (svn): Rails3: use .to_s for overriding human_attribute_name parameter at group model
On Rails 3.0.11, parameter is symbol not string in activerecord validation. Toshi MARUYAMA
15:02 Revision 8968 (svn): scm: cvs: add test to override human_attribute_name
Toshi MARUYAMA
14:04 Revision 8967 (svn): scm: filesystem: add test to override human_attribute_name of "Root directory"
Toshi MARUYAMA
13:38 Revision 8966 (svn): scm: mercurial: remove unnecessary log_encoding from overriding human_attribute_name test
Toshi MARUYAMA
13:38 Revision 8965 (svn): scm: git: remove unnecessary log_encoding from overriding human_attribute_name test
Toshi MARUYAMA
12:31 Revision 8964 (svn): scm: mercurial: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
12:31 Revision 8963 (svn): scm: git: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
12:18 Revision 8962 (svn): scm: mercurial: split unit model test setup whether repository required or not
Toshi MARUYAMA
12:18 Revision 8961 (svn): scm: git: split unit model test setup whether repository required or not
Toshi MARUYAMA
11:02 Revision 8960 (svn): scm: bazaar: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
11:01 Revision 8959 (svn): scm: darcs: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
05:09 Revision 8958 (svn): code layout cleanup test/unit/repository_test.rb
Toshi MARUYAMA
05:08 Revision 8957 (svn): scm: add test to override human_attribute_name of log_encoding
Toshi MARUYAMA
00:08 Revision 8956 (svn): Rails3: view: html_safe for auto_link of project homepage
Toshi MARUYAMA
 

Also available in: Atom