summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Now, when a user turns mail notifications off, he will still receive notifica...Jean-Philippe Lang2007-07-151-1/+11
* Hours displayed using %.2f on time report.Jean-Philippe Lang2007-07-141-1/+1
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-142-0/+21
* Added an option to choose the date format: language based (as defined in each...Jean-Philippe Lang2007-07-142-2/+10
* Fixed: Error when editing the wokflow after deleting a statusJean-Philippe Lang2007-07-141-1/+1
* Added wiki diff.Jean-Philippe Lang2007-07-148-8/+116