GLoc plugin removed.
Removes the ActiveRecord::Errors part of GLoc. I18n now handles error messages translation.
Engines upgrade.
Rails 2.2 branch added.
Merged nested projects branch. Removes limit on subproject nesting (#594).
Adds watchers selection on new issue form (#398). Permission 'add issue watchers' required.
Rails 2.1.2 deprecations (#2332).
AttachmentsController now handles attachments deletion.
Fixed: project activity truncated after viewing user's activity.
Fixed: activity broken by r2066 with postgresql (#2266).
Display latest user's activity on account/show view.
Typo in gloc:update task description (#2243).
Gravatar support for issue detai, user grid, and activity stream
Makes GLoc language global.
Engines compatibility with Rails 2.1.1 (#1886).
Fixes custom fields display order at several places (#1768).
Slight change to engines to let plugins override views.
Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).
Activity refactoring.
Adds child_pages macro for wiki pages (#528).
Fixed: 'search titles only' box ignored after one search is done on titles only.
Fixed: searchable model can't be loaded if table is not yet created (#1421).
Search engine: display total results count (#906) and count by result type.
Small fix to gloc error messages translation.
Fixes engines assets mirroring.
Adds engines 2.1.0 plugin.
Fixed: no :author method error on projects atom feed (#1623).
Fixed: search engine may reveal private projects (#1613).
Merged Rails 2.1 compatibility branch.
Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable).
Fixes Chinese pdf export when the issue description is too long (#1170).
Fixed: Unable to use angular braces after include word in c code highlighting (#1230).
Ability to search all projects or the projects the user belongs to (#791).
Add an icon to each event on the activity view.
Add a simple java scanner.
Fix applied to ruby-net-ldap (#608).
Fixed search with all words (broken in r994).
Test environments cleanup.
Fixed: locked users should not receive email notifications.
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.
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.
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).
Added /coverage and /vendor/rails to svn-ignore.
Merged Rails 2.0 compatibility changes.Compatibility with Rails 1.2 is preserved.
Search engine: added a checkbox to search titles only (usefull when searching on common words).
Redmine acts_as_* plugins moved to vendor/plugins.
Basic plugin support.
Added polish translation (Tomasz Gawryl).Added a gloc task to update lang files based on the english file content.
Added javascript highlightment support (http://pastie.textmate.org/50774/)
Added code highlighting support in wiki, using this syntax:
<-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here -->
Added syntax highlightment for repository files (using CodeRay).Supported languages: c, ruby, rhtml, yaml, html, xml.
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....
Added chinese simplified translation (Andy Wu)Fixed rfpdf chinese.rb
wiki branch merged into trunk
fix for #8973: Export feature(to csv/pdf) doesn't work in Japanesecsv 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
missing parenthesis added in filter.rb (net-ldap)
syntax error in rfpdf/makefont.rb
removed translation of error messages inside ActiveRecord module
Modified GLoc helpers to ensure compatibility with rails 1.2
addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin
trunk moved from /trunk/redmine to /trunk
missing rfpdf in the repository...
0.3 unstable
Initial commit