summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: custom field displayed as deleted in the issue history even if no valu...Jean-Philippe Lang2007-09-051-1/+3
* Issue notes are now included in search.Jean-Philippe Lang2007-09-052-1/+10
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-0514-3/+19
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-053-12/+18
* Added an index on custom_values table (customized_type + customized_id column...Jean-Philippe Lang2007-09-041-0/+9
* Small fix in Mailer.Jean-Philippe Lang2007-09-041-1/+1
* 'Due in' label removed from the changelog view.Jean-Philippe Lang2007-09-021-3/+1
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-028-37/+1346
* Fix: Inline image links broken in rev 690.Jean-Philippe Lang2007-09-021-1/+1
* Buttons (edit, watch...) on issues/show are now located in the upper-right co...Jean-Philippe Lang2007-09-021-8/+10
* Changed the application default title (redMine -> Redmine).Jean-Philippe Lang2007-09-021-1/+1
* Small fix in issue history display.Jean-Philippe Lang2007-09-021-2/+2
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
* Trac importer now checks the existence of trac.db and attachments directory b...Jean-Philippe Lang2007-09-021-26/+38
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-024-3/+16
* Fixed: auto-generated links corrupted when url contains & characters in the q...Jean-Philippe Lang2007-09-011-1/+1
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-313-13/+15
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-313-3/+12
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-313-10/+47
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-317-22/+126
* Fixed: autologin broken.Jean-Philippe Lang2007-08-301-1/+1
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-296-12/+13
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-293-4/+4
* Added border and padding on wiki table headers.Jean-Philippe Lang2007-08-291-1/+1
* Translated a few strings in fr.ymlJean-Philippe Lang2007-08-291-3/+3
* Fixed: "subproject of" list should not show archived projects.Jean-Philippe Lang2007-08-291-2/+2
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-2914-17/+66
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-293-7/+7
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-294-4/+8
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2993-1231/+1116
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-266-18/+82
* Added missing image.Jean-Philippe Lang2007-08-261-0/+0
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-265-4/+168
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ...Jean-Philippe Lang2007-08-253-0/+37
* Replaced hard-coded urls in Mailer#attachments_addJean-Philippe Lang2007-08-251-6/+6
* Automatic closing of duplicate issues.Jean-Philippe Lang2007-08-252-0/+47
* Fixed: Bad url to project forums from the wiki home page.Jean-Philippe Lang2007-08-251-2/+2
* Mantis importer: small fix in categories mapping.Jean-Philippe Lang2007-08-251-1/+1
* Mantis importer:Jean-Philippe Lang2007-08-251-3/+10
* Mantis importer: issue categories truncated to 30 chars.Jean-Philippe Lang2007-08-251-1/+1
* Fixed: wiki preview doesn't work on long entries.Jean-Philippe Lang2007-08-251-17/+3
* Changeset comments are now stripped before being stored in the database (patc...Jean-Philippe Lang2007-08-252-0/+19
* Committer field in the Changesets table is now varchar 255.Jean-Philippe Lang2007-08-251-0/+9
* Added wiki syntax to online help.Jean-Philippe Lang2007-08-1725-22/+321
* Fixed: cursor not positioned correctly when using wiki toolbar buttons under ...Jean-Philippe Lang2007-08-171-2/+6
* Small change to ApplicationHelper#textilizable to allow links to other wikis ...Jean-Philippe Lang2007-08-171-1/+2
* Application welcome text is now textilized.Jean-Philippe Lang2007-08-172-2/+3