summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-039-9/+242
* Adds hostname to Redmine links in atom feeds (#3275).Jean-Philippe Lang2009-05-011-1/+1
* Fixes user edit urls (#3281).Jean-Philippe Lang2009-05-012-2/+2
* Fixes self and alternate atom links (#3161).Jean-Philippe Lang2009-04-261-2/+2
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-2645-19/+178
* Adds .erb mime type.Jean-Philippe Lang2009-04-251-1/+1
* Adds more css classes to the roadmap issues (#3214).Jean-Philippe Lang2009-04-257-17/+15
* Adds the filename to the html title of attachment view.Jean-Philippe Lang2009-04-252-0/+4
* Returns a 404 error when trying to view/download an attachment that can't be ...Jean-Philippe Lang2009-04-253-3/+18
* Slight gantt export refactoring (#3229).Jean-Philippe Lang2009-04-251-2/+4
* Fixes a javascript comment (#3238).Jean-Philippe Lang2009-04-251-1/+1
* Added some new view hooks to the welcome page.Eric Davis2009-04-241-0/+2
* Added two new plugin hooks to the Project Overview pageEric Davis2009-04-241-0/+2
* Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167).Jean-Philippe Lang2009-04-2435-35/+35
* Fixes a translation key (#3167).Jean-Philippe Lang2009-04-241-1/+1
* Fixed: Calendar popup broken by i18n refactoring (#3168).Jean-Philippe Lang2009-04-241-1/+1
* Adds single forum atom feed (#3181).Jean-Philippe Lang2009-04-245-13/+49
* Prevent recursive calls to RepositoriesHelper#repository_field_tags (#3226).Jean-Philippe Lang2009-04-241-1/+1
* Fixed: Mercurial integration doesn't work if redmine is installed in folder p...Jean-Philippe Lang2009-04-211-1/+1
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-2140-5/+54
* Less aggressive textile image tag parsing (#3209).Jean-Philippe Lang2009-04-212-1/+5
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-2142-7/+256
* fix for he.yml (#3204), thank Orgad Shaneh for patchAzamat Hackimov2009-04-191-1/+1
* Fixed: an error is raised when no tab is available on project settings (#3179).Jean-Philippe Lang2009-04-191-0/+5
* Fixed: Issue status in the notify email's subject is the issue's old status, ...Jean-Philippe Lang2009-04-192-1/+3
* Adds mime type specific css classes to the SCM browser.Jean-Philippe Lang2009-04-1917-2/+89
* Translation updates: ru #3067, pl #3076, sv #3124, sk #3164, cs #3166, nl #3198Azamat Hackimov2009-04-176-399/+399
* Fixes memory consumption on file upload (#3116).Jean-Philippe Lang2009-04-102-14/+22
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-082-24/+45
* Slight change to french locale.Jean-Philippe Lang2009-04-081-1/+1
* Fixes that custom values length and attachment size validation error raises a...Jean-Philippe Lang2009-04-082-3/+5
* Inform about minimum/maximum field lengths in error messages (#3128).Jean-Philippe Lang2009-04-071-3/+3
* Add test for r2664 (#3127).Jean-Philippe Lang2009-04-071-1/+3
* Allow textile mailto links (#3127).Jean-Philippe Lang2009-04-071-1/+1
* Fixed: links to changesets in activity and atom feeds uses project id instead...Jean-Philippe Lang2009-04-072-3/+3
* Set a default scope for 'My page' block names translations (#3057).Jean-Philippe Lang2009-04-052-2/+2
* Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...Jean-Philippe Lang2009-04-052-1/+12
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-057-13/+68
* Follows r2647.Jean-Philippe Lang2009-04-041-1/+1
* Fixed: Sorting a query on a value that isn't in the displayed columns fails (...Jean-Philippe Lang2009-04-041-1/+1
* Set minimum identifier lenght to 1 (#3073).Jean-Philippe Lang2009-04-042-2/+2
* Email footer signature convention (#3084).Jean-Philippe Lang2009-04-021-1/+1
* Make sure that lock_version changes are not stored in journals table (#3004).Jean-Philippe Lang2009-04-021-1/+1
* Show timelog reports for non-versioned issues (#3051).Jean-Philippe Lang2009-03-301-1/+5
* Update SVG library to latest stable (0.6.1) (#3056).Jean-Philippe Lang2009-03-307-2519/+2550
* Fixed: News summary field is not searchable (#2998).Jean-Philippe Lang2009-03-281-1/+1
* Test failure (#3041).Jean-Philippe Lang2009-03-281-1/+1
* Fixes content vertical overflow (#3053).Jean-Philippe Lang2009-03-281-0/+1
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-287-13/+88
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-2819-18/+206