summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-1553-13/+5813
* Wiki links can now refer other project wikis, using this syntax:Jean-Philippe Lang2007-08-152-14/+24
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-153-11/+10
* Removed hard-coded URLs in mail templates.Jean-Philippe Lang2007-08-1541-67/+36
* Mantis importer: fixed default role mappingJean-Philippe Lang2007-08-151-5/+5
* Fixed: SQL error on roadmap and changelog if there is no tracker to display.Jean-Philippe Lang2007-08-152-2/+4
* Small change to mantis importer to be 0.5.1 compatible.Jean-Philippe Lang2007-08-141-1/+1
* Mantis importer: fixed a few bugsJean-Philippe Lang2007-08-141-10/+17
* Mantis importer: replaced find by find_by_idJean-Philippe Lang2007-08-141-7/+7
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-1416-6/+65
* Firstname, lastname and email LDAP attributes are now required if "on-the-fly...Jean-Philippe Lang2007-08-141-1/+2
* Issue history is now 'oldest first' sorted.Jean-Philippe Lang2007-08-142-3/+3
* On the issue report page, 0 issue counts are now displayed as dashes.Jean-Philippe Lang2007-08-133-7/+11
* Mantis importer: added priorities mapping.Jean-Philippe Lang2007-08-131-4/+13
* Mantis importer: steps_to_reproduce and additional_information fields added t...Jean-Philippe Lang2007-08-131-2/+11
* Added migration of Mantis bug monitors.Jean-Philippe Lang2007-08-131-0/+12
* Added migration of Mantis bug relationships.Jean-Philippe Lang2007-08-131-2/+29
* More accurate status and role mapping in Mantis importer.Jean-Philippe Lang2007-08-131-15/+20
* Mantis migration task initial import.Jean-Philippe Lang2007-08-131-0/+409
* Fixed: non-active users can be viewed with account/showJean-Philippe Lang2007-08-131-1/+1
* Updated UPGRADING documentationJean-Philippe Lang2007-08-131-1/+4
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-1216-1/+20
* Project name is now displayed in news titles when not inside the project (eg....Jean-Philippe Lang2007-08-121-1/+2
* Translated 'Sort by' label on table headers.Jean-Philippe Lang2007-08-1213-7/+14
* Attachment content-type is now chomped before being saved.Jean-Philippe Lang2007-08-121-1/+1
* Fixed: versions not sorted correctly in drop down lists.Jean-Philippe Lang2007-08-123-3/+3
* Removed deprecated Object#type in CustomFieldsController.Jean-Philippe Lang2007-08-121-1/+1
* Fixed: the link to delete issue relations is displayed even if the user is no...Jean-Philippe Lang2007-08-121-2/+2
* Removed IssuesController#history, all changes are now displayed on issues/sho...Jean-Philippe Lang2007-08-124-22/+8
* Fixed custom fields alignment on issues/show (Balazs Dan)Jean-Philippe Lang2007-08-121-1/+1
* Changed 'versions' table creation to allow null values for 'effective_date' f...Jean-Philippe Lang2007-08-121-1/+1
* Changed AR error messages style (same as flash errors).Jean-Philippe Lang2007-08-125-40/+15
* Updated german translation (Hans-Peter Werner)Jean-Philippe Lang2007-08-121-22/+22
* Fixed: Roadmap percentages not being calculated correctly (Nick Read).Jean-Philippe Lang2007-08-121-1/+1
* Forum notifications are now also sent to the authors of the thread, even if t...Jean-Philippe Lang2007-08-121-2/+5
* Fixed my_controller_test.rb (errors are now in flash[:error])Jean-Philippe Lang2007-08-121-1/+1
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-1215-3/+31
* Added a confirmation dialog box for project archivingJean-Philippe Lang2007-08-021-1/+1
* Changed the footer link from http://redmine.rubyforge.org to http://www.redmi...Jean-Philippe Lang2007-08-021-1/+1
* Applied 'register notice' patch by Matt Jones.Jean-Philippe Lang2007-08-022-2/+2
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-0216-21/+44
* Fixed: on spent time details view, the h3 issue link now links back to the issueJean-Philippe Lang2007-08-011-1/+1
* Fixed: error when creating a tracker without copying an existing wokflowJean-Philippe Lang2007-08-011-1/+1
* Added icon on external wiki linksJean-Philippe Lang2007-08-013-3/+15
* History box on issues/show is now hidden if there's no historyJean-Philippe Lang2007-08-011-0/+2
* Fixed a bug in CVS model (clash when 2 projects point to the same repository)Jean-Philippe Lang2007-08-011-1/+1
* Removed a line break on news/showJean-Philippe Lang2007-07-181-2/+1
* Added several validates_length_ofJean-Philippe Lang2007-07-1611-1/+14
* Fixed mailer (error when no assignee)Jean-Philippe Lang2007-07-151-4/+4
* Doc update for 0.5.1 release.Jean-Philippe Lang2007-07-153-11/+79