Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions.Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view).
Added svn command output to error log when SubversionAdapter#entries parsing fails.
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.
Fixed: Links get chopped by punctuation marks in anchors.
Redmine acts_as_* plugins moved to vendor/plugins.
Fixed: Links to other wiki pages in headings get corrupted (class attributes shown).
Search engines now supports pagination.Results are sorted in reverse chronological order.
Basic plugin support.
Application layout refactored.The project menu is now the main menu.
Added 2 log messages in SubversionAdapter#entries.
Fixed: RMagick not loaded on case sensitive filesystems.
Fixed: lines in wiki content containing just a single wiki link are not displayed.
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'
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
Added code highlighting support in wiki, using this syntax:
<-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here -->
Added Redmine::WikiFormatting module and tests for wiki links.RedCloth librairy is now present in Redmine lib directory.
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.
Added Redmine::Info to store various information about the application.
Gantt chart can now be exported to a graphic file (png).This functionality is only available if RMagick is present.
Mantis importer: small fix in categories mapping.
Mantis importer: issue categories truncated to 30 chars.
Added syntax highlightment for repository files (using CodeRay).Supported languages: c, ruby, rhtml, yaml, html, xml.
Mantis importer: fixed default role mapping
Small change to mantis importer to be 0.5.1 compatible.
Mantis importer: fixed a few bugs
Mantis importer: replaced find by find_by_id
Mantis importer: added priorities mapping.
Mantis importer: steps_to_reproduce and additional_information fields added to issue description.
Added migration of Mantis bug monitors.
Added migration of Mantis bug relationships.
More accurate status and role mapping in Mantis importer.
Mantis migration task initial import.
Doc update for 0.5.1 release.
Fix: SVN commit dates are now stored as local time
Added wiki diff.Diff can be viewed from the page history, or directly from the project activity page for each edit.Uses Lars Christensen's diff library.
Added Darcs basic support.Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.
Added basic support for CVS and Mercurial SCMs.Browsing, changesets fetching and diff viewing are implemented.Only tested with local repositories.
Thanks to Ralph Vater for CVS specific code.
Text files can now be viewed online when browsing the repository.
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes.For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change).
Redmine::VERSION updated
slight svg rendering modifications
added simple svn statistics graphs, rendered using SVG::Graph
Simple time tracking functionality added. Time can be logged at issue or project level.There's no aggregation reports for now, it's just possible to see all time entries for a project or an issue.A new "activities" enumeration is added.Permission for a role to log time must be set (new "Time tracking" section in role permissions screen).
added roadmap view
added Redmine::VERSION module
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
language for default configuration data can now be chosen when running 'load_default_data' task
added model Comment.comments can now be added on news.
trunk moved from /trunk/redmine to /trunk
Localization plugin removed (replaced with GLoc)
0.3 unstable
Initial commit