summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2953-476/+474
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-263-17/+22
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-263-4/+161
* 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-251-0/+22
* Fixed: Bad url to project forums from the wiki home page.Jean-Philippe Lang2007-08-251-2/+2
* 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-251-0/+4
* 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
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-175-8/+11
* Code improvement in ProjectsController#activity (Nicolas Chuche)Jean-Philippe Lang2007-08-161-12/+3
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-165-3/+15
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-164-4/+27
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-167-6/+22
* Activity view improvements:Jean-Philippe Lang2007-08-163-11/+25
* Fixed: nil error on 'commits per month' graph.Jean-Philippe Lang2007-08-151-2/+3
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-153-9/+17
* 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
* Fixed: SQL error on roadmap and changelog if there is no tracker to display.Jean-Philippe Lang2007-08-152-2/+4
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-144-3/+26
* 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
* Fixed: non-active users can be viewed with account/showJean-Philippe Lang2007-08-131-1/+1
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-122-1/+4
* 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-121-7/+2
* 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 AR error messages style (same as flash errors).Jean-Philippe Lang2007-08-122-3/+5
* 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
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-123-3/+19
* 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-021-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-0215-21/+22
* 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-011-3/+3
* 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