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=43 at Fri, 04 Nov 2022 20:54:53 GMT Revisions - Redmine - Open Grid Forum
Revision:

Revisions

# Date Author Comment
e1eafe3b 02/28/2011 11:44 AM Jean-Philippe Lang

Escapes body css classes....

eb1271bb 02/28/2011 09:12 AM Toshi MARUYAMA

scm: git: use --encoding=UTF-8 in "git log" (#3396)....

06c9eea6 02/28/2011 09:12 AM Toshi MARUYAMA

scm: git: refactor lastrev() in adapter....

06f078a8 02/28/2011 07:09 AM Toshi MARUYAMA

scm: ignore log encoding setting in Subversion and Mercurial (#7597)....

7664892b 02/28/2011 05:03 AM Toshi MARUYAMA

scm: refactor scm log encoding test (#1735, #3396, #7597)....

f03e3388 02/28/2011 03:03 AM Toshi MARUYAMA

scm: return if str.blank? in to_utf8(str)....

d7aa303a 02/27/2011 11:46 PM Toshi MARUYAMA

scm: git: move saving changesets from adapter to model (#3396)....

c781cbb2 02/27/2011 10:51 AM Jean-Philippe Lang

Fixes a failing test....

5d0869bc 02/27/2011 08:50 AM Toshi MARUYAMA

scm: mercurial: change project id of unit app test from 1 to 3....

186a64c5 02/27/2011 08:49 AM Toshi MARUYAMA

scm: git: add utf-8 log test in app unit test (#3396)....

5f44bf1e 02/27/2011 08:43 AM Jean-Philippe Lang

Adds new string to locales....

26274191 02/27/2011 08:34 AM Jean-Philippe Lang

Keep track of issue description changes (#746)....

ca807c8d 02/27/2011 07:50 AM Jean-Philippe Lang

Fixes wiki diff rendering....

d06f4d01 02/27/2011 07:35 AM Jean-Philippe Lang

Extracts a diff helper from the WikiDiff class....

2d115bbe 02/26/2011 09:46 AM Jean-Philippe Lang

Fixes syntax for time logging in commit messages (#7630, #7718)....

a78d5659 02/26/2011 08:09 AM Jean-Philippe Lang

Adds support for SCM/LDAP passwords encryption in the database (#7411)....

e1ad561c 02/25/2011 09:30 AM Jean-Philippe Lang

Adds a method to temporarily override configuration settings....

2b80f463 02/24/2011 01:09 PM Jean-Philippe Lang

Bulgarian translation update by Ivan Cenov....

ead20ec2 02/24/2011 12:56 PM Jean-Philippe Lang

Removes obsolete code from Opera pseudo right click (#7700)....

af8689db 02/24/2011 12:52 PM Jean-Philippe Lang

Do not responde with javascript on regular requests....

9a8c88ec 02/24/2011 08:01 AM Toshi MARUYAMA

scm: git: add flag of disable showing last commit in repository tree (#7047)....

8bdf7388 02/24/2011 02:00 AM Toshi MARUYAMA

scm: filesystem: fix mistake of respository select box on r4943 (#2274)....

3a20d132 02/24/2011 12:59 AM Toshi MARUYAMA

scm: filesystem: add path encoding select item (#2274)....

61667a21 02/24/2011 12:59 AM Toshi MARUYAMA

scm: code clean up repositories_helper.rb....

9937ac67 02/24/2011 12:58 AM Toshi MARUYAMA

scm: update adapter initialize() to use path encoding (#2664, #2274)....

4bf84ca4 02/24/2011 12:58 AM Toshi MARUYAMA

scm: add "path_encoding" column in repositories table (#2664, #2274)....

a2e47f9f 02/23/2011 11:03 PM Toshi MARUYAMA

scm: cvs: fix CVS diffs do not handle new files properly (#7615)....

e51aeb5a 02/23/2011 11:03 PM Toshi MARUYAMA

scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9....

f27637b0 02/23/2011 01:03 PM Jean-Philippe Lang

Adds tasks for locales maintenance....

ce84bb1a 02/23/2011 12:27 PM Jean-Philippe Lang

Adds random salt to user passwords (#7410)....

3ab981c0 02/23/2011 11:55 AM Jean-Philippe Lang

Fixed: Bulk editing menu non-functional in Opera browser (#3132)....

0edde5da 02/23/2011 06:38 AM Toshi MARUYAMA

scm: mercurial: replace urllib.unquote to urllib.unquote_plus in helper (#4455)....

d671b116 02/23/2011 02:57 AM Toshi MARUYAMA

scm: mercurial: remove unused rhannotate command options in helper....

a93d6a16 02/23/2011 02:04 AM Toshi MARUYAMA

scm: add unit RepositoryHelper test for Ruby 1.9 compatibility....

f8da0127 02/23/2011 02:04 AM Toshi MARUYAMA

scm: mercurial: annotate path encoding support in adapter (#2664)....

494c2b50 02/23/2011 02:04 AM Toshi MARUYAMA

scm: mercurial: annotate path encoding support in helper (#2664)....

35f075d8 02/23/2011 02:03 AM Toshi MARUYAMA

scm: fix diffs do not handle one line new files properly (#7618)....

7dfd0bf6 02/22/2011 07:34 PM Toshi MARUYAMA

scm: mercurial: path encoding support for "cat" in adapter (#2664)....

bb248fb0 02/22/2011 09:29 AM Toshi MARUYAMA

scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF....

87a6d79b 02/22/2011 08:39 AM Toshi MARUYAMA

scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing....

9f50e635 02/22/2011 08:39 AM Toshi MARUYAMA

scm: Ruby 1.9 compatibility for log....

4257b1d9 02/22/2011 07:16 AM Toshi MARUYAMA

scm: fix unit changeset_test.rb test methods calls randomly....

c37f6389 02/22/2011 03:47 AM Toshi MARUYAMA

scm: mercurial: log and entries path encoding support in adapter (#2664)....

d43284ba 02/22/2011 03:29 AM Toshi MARUYAMA

scm: Ruby 1.9 compatibility for diff, cat and blame (#2664)....

1d6fbe56 02/22/2011 03:16 AM Toshi MARUYAMA

scm: Ruby 1.9 compatibility for browsing repository tree (#2664, #2274)....

11e4c5c1 02/22/2011 03:05 AM Toshi MARUYAMA

scm: Ruby 1.9 compatibility in getting scm version (#4273)....

1236e037 02/22/2011 03:05 AM Toshi MARUYAMA

scm: mercurial: override initialize() for path encoding (#2664)....

069d0571 02/21/2011 07:40 PM Toshi MARUYAMA

scm: git: Ruby 1.9 compatibility of adapter test (#3396)....

496f22e4 02/21/2011 12:40 PM Jean-Philippe Lang

Moves scm path configuration examples in comments....

d78fa206 02/21/2011 12:10 PM Jean-Philippe Lang

Extracts gantt subjects styles to css (#7280)....

727ce783 02/21/2011 10:26 AM Jean-Philippe Lang

Removed .settings folder (#7676)....

e6850726 02/21/2011 10:17 AM Jean-Philippe Lang

Adds full subject as gantt subject title (#7280)....

2f7084f7 02/21/2011 10:06 AM Jean-Philippe Lang

Prevent text wrap in gantt subjects (#7280)....

111ae3c2 02/21/2011 09:28 AM Toshi MARUYAMA

scm: prevent diff shows trace if UTF-8 is invalid in Ruby 1.9....

4abdc0f2 02/21/2011 09:02 AM Jean-Philippe Lang

Makes filters behaviour consistent with the issue list....

40f2d5a9 02/21/2011 08:58 AM Jean-Philippe Lang

Makes title/filters consistent with the issue list....

a11e3a85 02/21/2011 08:52 AM Jean-Philippe Lang

Preserve Issues/Gantt/Calendar tab when displaying a saved query (#7605)....

0efc783a 02/21/2011 08:34 AM Jean-Philippe Lang

Splits private/public issue queries in the sidebar (#1067)....

a189b4b3 02/21/2011 07:10 AM Toshi MARUYAMA

scm: filesystem: refactor for path encoding (#2274)....

8963579b 02/21/2011 07:10 AM Toshi MARUYAMA

scm: add "scm_iconv" method for repository path encoding in abstract_adapter.rb (#2664,...

ca3b5034 02/21/2011 06:02 AM Jean-Philippe Lang

Updgraded Rails to 2.3.11 (#6887)....

c35a79ab 02/21/2011 05:08 AM Jean-Philippe Lang

Added Persian translation contributed by Behrang Noroozinia (#7418)....

317c35c3 02/21/2011 05:02 AM Jean-Philippe Lang

Fills locales with new strings....

ea334188 02/21/2011 05:01 AM Jean-Philippe Lang

Updated basque and czech translations. Contributed by Ales Zabala Alava and Michal Geba...

17591a3e 02/21/2011 04:53 AM Jean-Philippe Lang

Warning on leaving a page with unsaved content in textarea (#2910)....

11c72f28 02/21/2011 04:41 AM Toshi MARUYAMA

scm: add CP932 at Setting::ENCODINGS (#2664, #2274)....

842968f6 02/20/2011 11:00 PM Toshi MARUYAMA

scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper extension (...

7a9136f9 02/20/2011 10:59 PM Toshi MARUYAMA

Ruby 1.9 compatibility of unified_diff.rb....

3e463c4e 02/20/2011 10:59 PM Toshi MARUYAMA

scm: subversion: change some functional tests project id from 1 to 3....

4b096e9a 02/20/2011 10:38 AM Jean-Philippe Lang

Allow additional workflow transitions for issue author and assignee (#2732)....

7ddb1c69 02/20/2011 09:56 AM Jean-Philippe Lang

Fixed: date part of the time default format doesn't respect the date format (#7639)....

20a54f1e 02/20/2011 09:49 AM Toshi MARUYAMA

scm: git: move "--no-color" option from scm_cmd() to revision()....

fdff8d6b 02/20/2011 09:27 AM Jean-Philippe Lang

Use #custom_field_values to display issue custom fields in email, just like on regular ...

e29b99c6 02/20/2011 09:26 AM Jean-Philippe Lang

Do not keep illegitimate custom_values when setting custom_field_values (#7604)....

490ad9ee 02/20/2011 08:13 AM Jean-Philippe Lang

Fixed: Workflow summary shows X icon for workflow with exactly 1 status transition (#76...

58f5d3ab 02/20/2011 08:11 AM Jean-Philippe Lang

Fixed: Syntax highlighting unavailable from board new topic or topic edit preview (#762...

f357912d 02/20/2011 08:03 AM Jean-Philippe Lang

Fixed: SQL error when filtering issues with an empty group or role (#7656)....

329b2aa2 02/19/2011 08:33 PM Toshi MARUYAMA

scm: git: fix wrong commit range in git log command on Windows (#7657)....

1c5cd49c 02/19/2011 08:33 PM Toshi MARUYAMA

scm: git: add new method 'scm_cmd' to wrap shellout....

915107a0 02/19/2011 08:33 PM Toshi MARUYAMA

scm: git: add --no-color option to run "git --version"....

af01f525 02/19/2011 05:34 AM Toshi MARUYAMA

scm: mercurial: code cleanup....

824adaf3 02/19/2011 01:42 AM Toshi MARUYAMA

scm: git: change select label to 'Path to repository'....

a092f5e0 02/18/2011 08:11 PM Toshi MARUYAMA

scm: catch exception of getting command and version in model (#4273)....

3861214c 02/18/2011 08:11 PM Toshi MARUYAMA

scm: darcs: override client_available method (#4273)....

537c53f8 02/18/2011 07:56 PM Toshi MARUYAMA

scm: darcs: space cleanup in adapter....

c6e1d4f3 02/18/2011 09:49 AM Toshi MARUYAMA

scm: mercurial: fix exception operation in adapter all methods using xml and io.read (#...

96f82be2 02/18/2011 09:49 AM Toshi MARUYAMA

scm: mercurial: simplify fixing exception operation in adapter "summary" method (#4455)...

190d2883 02/18/2011 07:44 AM Toshi MARUYAMA

scm: mercurial: fix exception operation in adapter "summary" method (#4455)....

0833abd9 02/18/2011 02:15 AM Toshi MARUYAMA

scm: mercurial: unit test for named branches at adapter (#7246)....

68fe8534 02/18/2011 02:15 AM Toshi MARUYAMA

scm: mercurial: support named branches at adapter (#7246)....

8c9be393 02/18/2011 02:15 AM Toshi MARUYAMA

scm: mercurial: unit test for tags at adapter (#1981)....

25d642e0 02/18/2011 02:14 AM Toshi MARUYAMA

scm: mercurial: support tags at adapter (#1981)....

0247a149 02/18/2011 02:14 AM Toshi MARUYAMA

scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #4455)....

0b197573 02/18/2011 12:55 AM Toshi MARUYAMA

scm: mercurial: unit app test for latest_changesets SQL "like" special character '%' an...

0e0a8c01 02/18/2011 12:55 AM Toshi MARUYAMA

scm: mercurial: unit app test for latest_changeset....

b3c51738 02/18/2011 12:55 AM Toshi MARUYAMA

scm: mercurial: improvement latest_changesets without supporting tags and named branche...

d393306a 02/18/2011 12:00 AM Toshi MARUYAMA

scm: mercurial: entries unit lib test for named branch (#7246)....

b6f12e28 02/17/2011 11:59 PM Toshi MARUYAMA

scm: mercurial: entries unit lib test for tag (#1981)....

55fdc239 02/17/2011 11:20 PM Toshi MARUYAMA

scm: mercurial: remove "TODO" comment and fix indent of unit lib test....

628130ef 02/17/2011 11:13 PM Toshi MARUYAMA

scm: mercurial: unit lib test for entries (#3421)....

« Previous 1 ... 41 42 43 44 45 ... 82 Next » (4201-4300/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=43 at Fri, 04 Nov 2022 20:54:53 GMT