summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Escape titles in activity view.Jean-Philippe Lang2008-02-141-1/+1
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-132-0/+44
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-1227-7/+188
* Added issue subject to the time entries view and subject + tracker to the csv...Jean-Philippe Lang2008-02-122-5/+9
* Fixed: not null constraints not removed with Postgresql.Jean-Philippe Lang2008-02-123-7/+7
* Fixed: empty status list shouldn't be displayed when the user can not change ...Jean-Philippe Lang2008-02-121-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-124-4/+5
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-126-40/+66
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-115-7/+4
* Footer update.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: 404 error when selecting an other project on issues/move.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: context menu not available if the initial issue list is empty.Jean-Philippe Lang2008-02-112-8/+5
* Translation updates:Jean-Philippe Lang2008-02-103-23/+23
* Fixed: Anonymous users may not see the issue list headers in the correct lang...Jean-Philippe Lang2008-02-101-1/+1
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-1037-247/+485
* 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