This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/redmine-og/repository/revisions?page=5 at Fri, 04 Nov 2022 00:00:35 GMT Revisions - Redmine - Open Grid Forum
Revision:

Revisions

# Date Author Comment
7056649a 02/27/2012 01:42 PM Etienne Massip

Override #url_for in AM to force generation of absolute links (#10251)....

81554eae 02/27/2012 01:35 PM Jean-Philippe Lang

Fixed routing failure with jruby 1.6....

fba7789b 02/27/2012 10:26 AM Jean-Philippe Lang

Adds a test for project menu item when displaying a revision....

4384db59 02/27/2012 10:11 AM Jean-Philippe Lang

Adds a test for when displaying the new message form on boards#show....

0d2a22f3 02/26/2012 02:20 PM Jean-Philippe Lang

Use controller_name and action_name instead of params....

7c568ccc 02/26/2012 01:07 PM Jean-Philippe Lang

Adds a helper for displaying validation error messages....

9c264a7e 02/26/2012 09:09 AM Toshi MARUYAMA

Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit model test...

ad2036aa 02/26/2012 08:05 AM Jean-Philippe Lang

Rails 3.1 compatibility (order declared on association takes precedence)....

39aa4cac 02/26/2012 07:00 AM Jean-Philippe Lang

Moved tests about session reset to functional tests....

65b4d8a6 02/26/2012 06:42 AM Jean-Philippe Lang

Make sure that projects_to_search is a Project Array....

3363e4f7 02/26/2012 05:16 AM Toshi MARUYAMA

remove trailing white-spaces from app/models/attachment.rb...

aa0935c1 02/26/2012 02:10 AM Toshi MARUYAMA

Rails3: html_safe for project_tree_options_for_select method in application helper...

8e899d96 02/25/2012 11:28 PM Toshi MARUYAMA

remove trailing white-spaces from vendor/plugins/acts_as_watchable/lib/acts_as_watchabl...

33d48219 02/25/2012 03:47 PM Jean-Philippe Lang

Rewrite test without shoulda macros....

4f153083 02/25/2012 03:42 PM Jean-Philippe Lang

Removed assertions on blank template....

4f31027f 02/25/2012 11:33 AM Jean-Philippe Lang

Rails 3.1 compatibility....

62c8ad4d 02/25/2012 11:31 AM Jean-Philippe Lang

Rails 3.1 compatibility....

888287c6 02/25/2012 10:23 AM Jean-Philippe Lang

Rails 3.1 compatibility....

10a37f4b 02/25/2012 10:20 AM Jean-Philippe Lang

Rails 3.1 compatibility....

2b12146e 02/25/2012 08:26 AM Etienne Massip

Updated Ruby required version....

b6742bda 02/25/2012 08:04 AM Jean-Philippe Lang

Code cleanup....

cf9154f9 02/25/2012 07:57 AM Jean-Philippe Lang

Can not use Project#find on scopes with Rails 3.1....

0cc60f36 02/25/2012 07:37 AM Jean-Philippe Lang

Use content_tag for empty option....

21607751 02/25/2012 07:35 AM Jean-Philippe Lang

Clean up assertion....

56a5f598 02/25/2012 07:19 AM Jean-Philippe Lang

Preserve xml output with Rails 3.1....

231683e8 02/25/2012 06:48 AM Jean-Philippe Lang

Undefined #builtin= with Rails 3.1.3....

a98b65c2 02/25/2012 06:46 AM Jean-Philippe Lang

Fixed migration broken with Rails 3.1.3 (#10320)....

f01b97eb 02/25/2012 06:33 AM Jean-Philippe Lang

YAML files parsing issues....

b795bd5a 02/25/2012 06:06 AM Jean-Philippe Lang

Fixed escaping issue with Rails 3.1....

61b14f63 02/25/2012 06:04 AM Jean-Philippe Lang

Use content_tag for empty option....

9964e20a 02/25/2012 05:41 AM Jean-Philippe Lang

Adds missing format parameter....

28503d83 02/25/2012 04:58 AM Jean-Philippe Lang

Do not do assertions on mail class....

f1b26008 02/25/2012 04:37 AM Jean-Philippe Lang

Fixed escaping issue with Rails 3.1....

36fa1ff9 02/25/2012 04:29 AM Jean-Philippe Lang

Use content_tag for "no change" options....

b4630c03 02/25/2012 01:01 AM Toshi MARUYAMA

Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and Rails 3.1.3...

b7ead65f 02/24/2012 08:43 PM Toshi MARUYAMA

Rails3: test: fix ordering functional/comments_controller_test.rb...

f04c7a76 02/24/2012 07:07 PM Jean-Philippe Lang

Fixed Version#issues_progress for Rails 3.1....

30282f20 02/24/2012 07:00 PM Jean-Philippe Lang

Fixed escaping issues in #textilizable with Rails 3.1....

7ad40e22 02/24/2012 06:16 PM Jean-Philippe Lang

Replace auto_link with link_to in email templates....

4a6de486 02/24/2012 04:24 PM Jean-Philippe Lang

Use fixture....

d04b4aaf 02/24/2012 01:55 PM Jean-Philippe Lang

Use :joins instead of :include....

cc19635b 02/24/2012 01:43 PM Jean-Philippe Lang

Potential test failure fixed....

430477d4 02/24/2012 01:40 PM Jean-Philippe Lang

Round hours when reading TimeEntry attribute....

492cce79 02/24/2012 01:38 PM Jean-Philippe Lang

Cleanup instance variables when reloading a project....

67d81670 02/24/2012 01:27 PM Jean-Philippe Lang

Removed useless option....

528735b9 02/24/2012 01:23 PM Jean-Philippe Lang

Use subclasses method instead of class variable....

55a8087f 02/24/2012 09:59 AM Toshi MARUYAMA

Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter...

ebb109b6 02/24/2012 09:59 AM Toshi MARUYAMA

Rails3: scm: git: use .to_s for overriding human_attribute_name parameter...

e6916cf7 02/24/2012 09:59 AM Toshi MARUYAMA

Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter...

7100ca61 02/24/2012 09:58 AM Toshi MARUYAMA

Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter...

e5bcac15 02/24/2012 09:58 AM Toshi MARUYAMA

Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter...

565ac00b 02/24/2012 09:57 AM Toshi MARUYAMA

Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter...

cd9b62d7 02/24/2012 09:57 AM Toshi MARUYAMA

Rails3: scm: use .to_s for overriding human_attribute_name parameter at repository mode...

a4ee104b 02/24/2012 09:56 AM Toshi MARUYAMA

Rails3: use .to_s for overriding human_attribute_name parameter at group model...

1f2f32f5 02/24/2012 09:02 AM Toshi MARUYAMA

scm: cvs: add test to override human_attribute_name...

e323a0c2 02/24/2012 08:04 AM Toshi MARUYAMA

scm: filesystem: add test to override human_attribute_name of "Root directory"...

41c16ecb 02/24/2012 07:38 AM Toshi MARUYAMA

scm: mercurial: remove unnecessary log_encoding from overriding human_attribute_name te...

c5ed7bbc 02/24/2012 07:38 AM Toshi MARUYAMA

scm: git: remove unnecessary log_encoding from overriding human_attribute_name test...

beb3b23f 02/24/2012 06:31 AM Toshi MARUYAMA

scm: mercurial: add test to override human_attribute_name of "path to repository"...

ca9e4128 02/24/2012 06:31 AM Toshi MARUYAMA

scm: git: add test to override human_attribute_name of "path to repository"...

d004d831 02/24/2012 06:18 AM Toshi MARUYAMA

scm: mercurial: split unit model test setup whether repository required or not...

4a7de0cd 02/24/2012 06:18 AM Toshi MARUYAMA

scm: git: split unit model test setup whether repository required or not...

9f581b9e 02/24/2012 05:02 AM Toshi MARUYAMA

scm: bazaar: add test to override human_attribute_name of "path to repository"...

b73d5d7e 02/24/2012 05:01 AM Toshi MARUYAMA

scm: darcs: add test to override human_attribute_name of "path to repository"...

873e57dc 02/23/2012 11:09 PM Toshi MARUYAMA

code layout cleanup test/unit/repository_test.rb...

c0cdde65 02/23/2012 11:08 PM Toshi MARUYAMA

scm: add test to override human_attribute_name of log_encoding...

34d14500 02/23/2012 06:08 PM Toshi MARUYAMA

Rails3: view: html_safe for auto_link of project homepage...

77aab5c4 02/23/2012 10:42 AM Jean-Philippe Lang

Fixes HTML....

71c83e11 02/23/2012 10:41 AM Jean-Philippe Lang

Adds functional tests....

8cfc0804 02/23/2012 10:28 AM Jean-Philippe Lang

Code cleanup....

0bb95790 02/23/2012 10:23 AM Jean-Philippe Lang

Adds required fixtures back....

3be511cd 02/23/2012 10:23 AM Jean-Philippe Lang

Removed dead code....

0a8b3571 02/23/2012 10:17 AM Jean-Philippe Lang

Pass the message id when previewing in edit mode (#10275)....

3762a92a 02/23/2012 10:11 AM Jean-Philippe Lang

Pass the topic objet to #textilizable (#10275)....

c49ef8e5 02/23/2012 09:39 AM Jean-Philippe Lang

Adds functional tests....

e6a64aa0 02/23/2012 09:26 AM Jean-Philippe Lang

Adds functional tests....

95811c8e 02/23/2012 09:19 AM Jean-Philippe Lang

Removed dead code....

0f721f6f 02/23/2012 09:18 AM Jean-Philippe Lang

Adds functional tests....

8f24aa6c 02/23/2012 08:10 AM Jean-Philippe Lang

Preserve uploaded files when on documents....

3871cbc7 02/23/2012 08:08 AM Jean-Philippe Lang

Preserve uploaded files when on news....

707ce0be 02/23/2012 08:07 AM Jean-Philippe Lang

Preserve uploaded files when on news....

4f217618 02/23/2012 08:05 AM Jean-Philippe Lang

Do not check the request http method....

435a634a 02/23/2012 08:02 AM Jean-Philippe Lang

Preserve uploaded files when creating a forum topic....

4669c41e 02/23/2012 07:55 AM Jean-Philippe Lang

i18n not working with russian gem (#10066)....

6bdc2c36 02/23/2012 07:18 AM Toshi MARUYAMA

scm: mercurial: use to_s for revision in find_changeset_by_name method...

7e347069 02/23/2012 07:18 AM Jean-Philippe Lang

Better message for file size validation error....

9774782c 02/23/2012 07:18 AM Toshi MARUYAMA

Rails3: test: scm: mercurial: use "repository_path_hash" for path param...

844d9044 02/23/2012 07:17 AM Toshi MARUYAMA

Rails3: test: scm: darcs: use "repository_path_hash" for path param...

10a37e27 02/23/2012 06:15 AM Jean-Philippe Lang

Makes container_id and container_type columns nullables....

afa6c1a9 02/23/2012 05:57 AM Jean-Philippe Lang

Removed testing code....

09d243f4 02/23/2012 05:21 AM Toshi MARUYAMA

add vendor/cache to .hgignore and .gitignore...

a2610066 02/23/2012 05:11 AM Toshi MARUYAMA

scm: use to_s for revision in find_changeset_by_name method...

5033a155 02/23/2012 05:10 AM Toshi MARUYAMA

Rails3: test: scm: subversion: use "repository_path_hash" for path param...

cc79bc6f 02/23/2012 05:02 AM Jean-Philippe Lang

Adds vendor/cache to svn:ignore....

77626ef6 02/23/2012 05:01 AM Jean-Philippe Lang

Adds support for adding attachments to issues through the REST API (#8171)....

d086683b 02/23/2012 03:49 AM Toshi MARUYAMA

Rails3: test: scm: bazaar: use "repository_path_hash" for path param...

00ec4e18 02/23/2012 02:33 AM Toshi MARUYAMA

Rails3: test: scm: cvs: use "repository_path_hash" for path param...

1e7340b4 02/23/2012 01:12 AM Toshi MARUYAMA

Rails3: test: scm: filesystem: use "repository_path_hash" for path param...

08811bd2 02/23/2012 01:12 AM Toshi MARUYAMA

Rails3: test: scm: git: use "repository_path_hash" for path param...

21cb2ee8 02/23/2012 01:11 AM Toshi MARUYAMA

Rails3: test: scm: move "repository_path_hash" method in repositories routing test to t...

« Previous 1 ... 3 4 5 6 7 ... 82 Next » (401-500/8154)

(Other formats not available in this archive.

This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/redmine-og/repository/revisions?page=5 at Fri, 04 Nov 2022 00:00:38 GMT