Project

General

Profile

Statistics
| Revision:
  • svn:ignore: rails

# Date Author Comment
2400 2009-02-08 12:50 Jean-Philippe Lang

GLoc plugin removed.

2378 2009-02-06 21:53 Jean-Philippe Lang

Removes the ActiveRecord::Errors part of GLoc. I18n now handles error messages translation.

2367 2009-02-06 18:05 Jean-Philippe Lang

Engines upgrade.

2358 2009-02-02 19:29 Jean-Philippe Lang

Rails 2.2 branch added.

2304 2009-01-24 12:31 Jean-Philippe Lang

Merged nested projects branch. Removes limit on subproject nesting (#594).

2164 2008-12-22 20:21 Jean-Philippe Lang

Adds watchers selection on new issue form (#398). Permission 'add issue watchers' required.

2134 2008-12-14 16:36 Jean-Philippe Lang

Rails 2.1.2 deprecations (#2332).

2116 2008-12-09 17:54 Jean-Philippe Lang

AttachmentsController now handles attachments deletion.

2114 2008-12-08 19:20 Jean-Philippe Lang

Fixed: project activity truncated after viewing user's activity.

2083 2008-12-02 18:16 Jean-Philippe Lang

Fixed: activity broken by r2066 with postgresql (#2266).

2066 2008-11-30 12:18 Jean-Philippe Lang

Display latest user's activity on account/show view.

2061 2008-11-27 19:43 Jean-Philippe Lang

Typo in gloc:update task description (#2243).

1962 2008-10-30 03:58 Eric Davis

Gravatar support for issue detai, user grid, and activity stream

1957 2008-10-27 13:34 Jean-Philippe Lang

Makes GLoc language global.

1810 2008-09-13 17:33 Jean-Philippe Lang

Engines compatibility with Rails 2.1.1 (#1886).

1731 2008-08-11 20:24 Jean-Philippe Lang

Fixes custom fields display order at several places (#1768).

1723 2008-08-07 21:59 Jean-Philippe Lang

Slight change to engines to let plugins override views.

1712 2008-08-03 11:14 Jean-Philippe Lang

Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).

1701 2008-07-27 19:54 Jean-Philippe Lang

Activity refactoring.

1699 2008-07-26 14:54 Jean-Philippe Lang

Adds child_pages macro for wiki pages (#528).

1684 2008-07-21 21:19 Jean-Philippe Lang

Fixed: 'search titles only' box ignored after one search is done on titles only.

1682 2008-07-20 19:31 Jean-Philippe Lang

Fixed: searchable model can't be loaded if table is not yet created (#1421).

1681 2008-07-20 19:26 Jean-Philippe Lang

Search engine: display total results count (#906) and count by result type.

1676 2008-07-19 09:19 Jean-Philippe Lang

Small fix to gloc error messages translation.

1657 2008-07-12 13:04 Jean-Philippe Lang

Fixes engines assets mirroring.

1654 2008-07-12 12:17 Jean-Philippe Lang

Adds engines 2.1.0 plugin.

1653 2008-07-12 11:42 Jean-Philippe Lang

Fixed: no :author method error on projects atom feed (#1623).

1649 2008-07-10 14:31 Jean-Philippe Lang

Fixed: search engine may reveal private projects (#1613).

1623 2008-07-04 19:58 Jean-Philippe Lang

Merged Rails 2.1 compatibility branch.

1592 2008-06-27 22:13 Jean-Philippe Lang

Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable).

1497 2008-06-07 10:39 Jean-Philippe Lang

Fixes Chinese pdf export when the issue description is too long (#1170).

1476 2008-05-29 21:12 Jean-Philippe Lang

Fixed: Unable to use angular braces after include word in c code highlighting (#1230).

1435 2008-05-18 18:15 Jean-Philippe Lang

Ability to search all projects or the projects the user belongs to (#791).

1342 2008-04-12 18:54 Jean-Philippe Lang

Add an icon to each event on the activity view.

1272 2008-03-18 18:39 Jean-Philippe Lang

Add a simple java scanner.

1148 2008-02-15 18:22 Jean-Philippe Lang

Fix applied to ruby-net-ldap (#608).

1092 2008-01-21 19:52 Jean-Philippe Lang

Fixed search with all words (broken in r994).

1084 2008-01-20 15:24 Jean-Philippe Lang

Test environments cleanup.

1075 2008-01-17 20:58 Jean-Philippe Lang

Fixed: locked users should not receive email notifications.

1070 2008-01-16 21:45 Jean-Philippe Lang

Added a couple of mime types so that corresponding files can be viewed in the browser.
Added a simple (and not perfect) CodeRay scanner for php.

1043 2008-01-06 18:06 Jean-Philippe Lang

Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.

994 2007-12-14 19:54 Jean-Philippe Lang

Search engine: issue custom fields can now be searched.
Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).

985 2007-12-12 23:23 Jean-Philippe Lang

Added /coverage and /vendor/rails to svn-ignore.

975 2007-12-10 18:58 Jean-Philippe Lang

Merged Rails 2.0 compatibility changes.
Compatibility with Rails 1.2 is preserved.

842 2007-10-15 18:53 Jean-Philippe Lang

Search engine: added a checkbox to search titles only (usefull when searching on common words).

774 2007-09-29 12:37 Jean-Philippe Lang

Redmine acts_as_* plugins moved to vendor/plugins.

752 2007-09-23 19:19 Jean-Philippe Lang

Basic plugin support.

749 2007-09-22 16:56 Jean-Philippe Lang

Added polish translation (Tomasz Gawryl).
Added a gloc task to update lang files based on the english file content.

716 2007-09-07 23:30 Jean-Philippe Lang

Added javascript highlightment support (http://pastie.textmate.org/50774/)

710 2007-09-06 19:06 Jean-Philippe Lang

Added code highlighting support in wiki, using this syntax:

 <-- cut here

  <pre><code class="ruby">
    Place you code here.
  </code></pre>  

cut here --> 
644 2007-08-15 22:20 Jean-Philippe Lang

Added syntax highlightment for repository files (using CodeRay).
Supported languages: c, ruby, rhtml, yaml, html, xml.

531 2007-05-14 19:03 Jean-Philippe Lang

Added mail notification when a new message is posted in the forums.
Only users who "watch" the board receive notifications. To watch a board, go to the board and click on the "Watch" link.

Notifications are sent by MessageObserver observer.
GLoc was modified to use the mail template without language suffix when translated template (with language suffix) doesn't exist....

393 2007-03-31 17:51 Jean-Philippe Lang

Added chinese simplified translation (Andy Wu)
Fixed rfpdf chinese.rb

323 2007-03-10 16:09 Jean-Philippe Lang

wiki branch merged into trunk

287 2007-03-01 20:49 Jean-Philippe Lang

fix for #8973: Export feature(to csv/pdf) doesn't work in Japanese
csv and pdf encoding are know defined for each language (general_csv_encoding and general_pdf_encoding keys in lang files)
added SJIS font for japanese pdf exports

252 2007-02-18 12:45 Jean-Philippe Lang

missing parenthesis added in filter.rb (net-ldap)

248 2007-02-18 11:33 Jean-Philippe Lang

syntax error in rfpdf/makefont.rb

222 2007-02-03 13:42 Jean-Philippe Lang

removed translation of error messages inside ActiveRecord module

173 2007-01-24 19:15 Jean-Philippe Lang

Modified GLoc helpers to ensure compatibility with rails 1.2

134 2007-01-02 09:48 Jean-Philippe Lang

addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin

67 2006-12-05 21:45 Jean-Philippe Lang

trunk moved from /trunk/redmine to /trunk

49 2006-11-21 19:34 Jean-Philippe Lang

missing rfpdf in the repository...

48 2006-11-21 19:33 Jean-Philippe Lang

missing rfpdf in the repository...

13 2006-07-29 21:53 Jean-Philippe Lang
12 2006-07-29 11:32 Jean-Philippe Lang

0.3 unstable

4 2006-06-28 20:11 Jean-Philippe Lang

Initial commit