summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-0937-147/+123
* Added a few extensions/mimetypes.Jean-Philippe Lang2008-02-071-6/+9
* Mantis importer: few fixes in user mapping.Jean-Philippe Lang2008-02-061-6/+12
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-0624-5/+66
* Trac importer: handle nil usernames.Jean-Philippe Lang2008-02-061-0/+2
* Fixed settings.yml syntax (yaml parsing fails with JRuby 1.0.3: #606).Jean-Philippe Lang2008-02-061-2/+2
* Activity test fix (r1120).Jean-Philippe Lang2008-02-051-6/+8
* Slight change to the issue added/updated email templates.Jean-Philippe Lang2008-02-0527-369/+372
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-056-18/+24
* Slight changes to the activity view.Jean-Philippe Lang2008-02-043-9/+24
* Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequenc...Jean-Philippe Lang2008-02-041-10/+2
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-034-31/+31
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/).Jean-Philippe Lang2008-02-0338-49/+18
* Set wiki class to issue notes.Jean-Philippe Lang2008-02-031-1/+1
* Fixed: error when uploading a file with no content-type specified by the brow...Jean-Philippe Lang2008-02-031-1/+1
* Fixed #208: Issue list does not scroll up when you click nextJean-Philippe Lang2008-02-031-3/+9
* Do not use RedCloth's glyphs (#210).Jean-Philippe Lang2008-02-031-1/+1
* Slight style changes on issue associated changesets list.Jean-Philippe Lang2008-02-032-9/+10
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-039-27/+82
* Add 'Author' to the available columns for the issue list.Jean-Philippe Lang2008-02-031-0/+1
* Translations updates (#254, #255, #260):Jean-Philippe Lang2008-02-033-117/+115
* Do not authorize project identifier with numbers only (would be interpreted a...Jean-Philippe Lang2008-02-021-0/+1
* Do not show Roadmap menu item if the project doesn't define any versions.Jean-Philippe Lang2008-02-021-1/+2
* Fixed an error on issue feeds.Jean-Philippe Lang2008-02-021-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-0213-3/+156
* Fixed RepositoriesController: undefined local variable or method `show_error'...Jean-Philippe Lang2008-01-252-7/+13
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-2530-6/+65
* Translations updates:Jean-Philippe Lang2008-01-244-76/+79
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-242-14/+91
* Mantis importer:Jean-Philippe Lang2008-01-231-6/+1
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
* Fixed: Incorrect filtering for unset values when using 'is not' filter.Jean-Philippe Lang2008-01-231-1/+1
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
* Added preview for issue notes.Jean-Philippe Lang2008-01-233-3/+14
* Fixed: can not lock a topic when creating it.Jean-Philippe Lang2008-01-231-1/+1
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-2326-27/+90
* Fixed migration 87 (mysql: TEXT column can't have a default value).Jean-Philippe Lang2008-01-221-1/+1
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-213-3/+34
* Missing migration for r1090.Jean-Philippe Lang2008-01-201-0/+9
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-2029-12/+96
* Fixed: custom fields empty on issue/edit (broken by r1086).Jean-Philippe Lang2008-01-201-3/+5
* Unlimited and optional project description. The project list will show trunca...Jean-Philippe Lang2008-01-206-7/+26
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-202-1/+2
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-203-4/+12
* Added related changesets messages on issue details view.Jean-Philippe Lang2008-01-2026-8/+60
* Test environments cleanup.Jean-Philippe Lang2008-01-204-29/+6
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-203-3/+4
* Fixed: error when removing a project member (postgresql and sqlite only).Jean-Philippe Lang2008-01-201-1/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-209-28/+45
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-2013-74/+128