summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-176-9/+12
* 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-1618-3/+36
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-165-4/+35
* 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-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