Basic plugin support.
Subversion repository now accepts svn+ssh url.
The news list now shows the full news contents.News add/edit forms are now accessible with no additional request.
Added polish translation (Tomasz Gawryl).Added a gloc task to update lang files based on the english file content.
Fixed: error in calendar french translation (Thomas Lecavelier).
Application layout refactored.The project menu is now the main menu.
Fixed: error in english string :label_end_to_start
Fixed: project homepage length validation inconsistent with database field.
Fixed setting value serialization.
Added 2 log messages in SubversionAdapter#entries.
Fixed: Oracle error when saving serialized setting (eg. mail notifications)
Fixed: RMagick not loaded on case sensitive filesystems.
Fixed: error on document list with a document without description.
Fixed: error when uploading a file with a content type longer than 60 chars.(Maximum size changed to 255. Mime type not saved if longer)
Added RMagick availability on admin/info.
Updated german translation (Thomas Löber).
Date added as acronym title in ApplicationHelper#authoring
Fixed: lines in wiki content containing just a single wiki link are not displayed.
Fixed: unable to save a new wiki page that just contains the default h1 title
Changed author display on issues, news and document files.
Added 'Estimated hours' attribute on issues.
Project modules are checked (default) when creating a project.
Main project list now displays root projects with their subprojects.Added files turned into links (if not removed) on the issue history.
Mail notification options restored (default is: issue_added and issue_updated).Added mail notification when adding a news (disabled by default).
Fixed: Spent Time on Reports page only visible to administrators.
Fixed: can't preview/save the very first wiki page.
Added project module concept.
A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level.For each project, modules can be enabled on the project settings view ('Modules' tab).This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses)....
Fixed: watchers should be notified even if they uncheck 'mail notifications'
Notifications about issues (add/edit) are now sent in plain text and html.Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.
Added Subversion repository unit tests.
Added "% done" in the filter list.
Added the ability to rename wiki pages (specific permission required).
Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).
Small fix to TOC regexp.
Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings.
To display the page TOC, insert a line with this tag: {{toc}} or {{<toc}} => left aligned toc {{>toc}} => right aligned toc
Updated INSTALL doc.
Added javascript highlightment support (http://pastie.textmate.org/50774/)
Removed @html_title assignments in controllers.Views can now set the header title using set_htmh_title(title) method.
Wiki page cache had to be disabled.
Fixed: 'Move' button always visible on issues list.
Automatically scroll down to the preview when previewing wiki page.
Added background on
wiki blocks.
Added code highlighting support in wiki, using this syntax:
<-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here -->
'current week' filter fix.
Removed RedCloth checks since it's now supplied with the application.
Search field automatically focused.
Fixed: custom field displayed as deleted in the issue history even if no value was set.
Issue notes are now included in search.Fixed: search results too long when there are many matches.Fixed: search results not escaped.
Added a new value for date filters: 'this week'
Subprojects are now grouped by projects in the 'Projects' top navigation drop-down menu.
Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters.
Small fix in Mailer.
'Due in' label removed from the changelog view.
Added Redmine::WikiFormatting module and tests for wiki links.RedCloth librairy is now present in Redmine lib directory.
Fix: Inline image links broken in rev 690.TODO: Fix urls with &
Buttons (edit, watch...) on issues/show are now located in the upper-right corner.Pdf export link is at the bottom of the screen.
Changed the application default title (redMine -> Redmine).
Small fix in issue history display.
Trac importer: 'resolution' field imported with history as a custom field.
Trac importer now migrates status changes.
Trac importer now checks the existence of trac.db and attachments directory before processing.
Added namespace for Redmine specific rake tasks.
Fixed: auto-generated links corrupted when url contains & characters in the query string.
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.
Added the ability to move issues (to another project) without changing their trackers.Added length validation for homepage project attribute.
Added atom feed on the new cross-project issue list.
Added cache for application settings (Setting model).Once the values are cached, only one database query is done at each user request (to check if the cache is still valid).
Added a cross-project issue list. It displays the issues of all the projects visible by the user.The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to.For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists)...
Fixed: autologin broken.
Added Redmine::Info to store various information about the application.
Fixed: "new issue" drop-down only visible by admin users.
Added border and padding on wiki table headers.
Translated a few strings in fr.yml
Fixed: "subproject of" list should not show archived projects.
Added the ability to reset its own RSS access key on "My account".
Some deprecation fixes (end_form_tag and count API).
Fix: error when posting to projects/add or users/add with no custom_fields parameter.
Project drop-down menu removed (same as left menu).New issue selector restored on project overview and issues list.
Role's builtin attribute values moved to constants.
Permission :manage_queries renamed to :manage_pulic_queries
Atom feeds added on project activity, news and changesets.Existing RSS format feeds may be removed in the future.
Small changes to permissions symbols.
Fixed: queries with multiple custom fields return no result.
Added missing image.
Gantt chart can now be exported to a graphic file (png).This functionality is only available if RMagick is present.
Fixed: calendar and gantt not updated when adding/editing/deleting a project version.
Replaced hard-coded urls in Mailer#attachments_add
Automatic closing of duplicate issues.When closing an issue, all related issues marked as duplicates are now also closed.
Fixed: Bad url to project forums from the wiki home page.
Mantis importer: small fix in categories mapping.
Mantis importer: issue categories truncated to 30 chars.
Fixed: wiki preview doesn't work on long entries.POST is now used for previews instead of GET.
Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland).
Committer field in the Changesets table is now varchar 255.
Added wiki syntax to online help.
Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan).
Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext).