summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-178-3/+89
* Makes issues/show accept rss key (#3362).Jean-Philippe Lang2009-05-171-1/+1
* Fixed: issue status bulk edit broken by r2726 (#3347).Jean-Philippe Lang2009-05-141-1/+1
* Ability to use any custom field as a cross-project custom query column (#3321).Jean-Philippe Lang2009-05-131-1/+1
* Do not autologin if more that one token is found (#3351).Jean-Philippe Lang2009-05-131-4/+8
* Add token value uniqueness validation (#3351).Jean-Philippe Lang2009-05-131-0/+1
* Use ActiveSupport::SecureRandom to generate tokens (#3351).Jean-Philippe Lang2009-05-131-4/+1
* Fixed: issue bulk edit view broken by r2726 (#3347).Jean-Philippe Lang2009-05-131-1/+1
* Fixed: issue move by non-admin broken by r2726 (#3354).Jean-Philippe Lang2009-05-131-1/+1
* Escape custom field name.Jean-Philippe Lang2009-05-121-1/+1
* Sort roles on account view.Jean-Philippe Lang2009-05-121-1/+1
* Escape role name.Jean-Philippe Lang2009-05-121-1/+1
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-123-6/+15
* Cleaning projects administration list.Jean-Philippe Lang2009-05-101-11/+3
* Removes untranslated string.Jean-Philippe Lang2009-05-101-1/+1
* Fixes project members copy with multiple roles.Jean-Philippe Lang2009-05-101-0/+1
* Follows r2720 (#3308).Jean-Philippe Lang2009-05-101-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-1020-97/+180
* Slight change to the permissions report view, with folding support.Jean-Philippe Lang2009-05-101-1/+6
* Fixes consistency of custom fields display on the issue detail view (#3190).Jean-Philippe Lang2009-05-101-1/+1
* Accept any svn tunnel scheme in repository URL (#3278).Jean-Philippe Lang2009-05-102-2/+2
* Adds wiki comments length validation (#3308).Jean-Philippe Lang2009-05-101-0/+1
* Removes hardcoded table names in Repository#clear_changesets.Jean-Philippe Lang2009-05-081-3/+4
* Link projects and users in the issue list.Eric Davis2009-05-061-0/+6
* Link the project name in simple issue lists.Eric Davis2009-05-061-1/+1
* Adds group folding on issue list (#2679).Jean-Philippe Lang2009-05-041-1/+2
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-034-3/+107
* 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-266-15/+71
* 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-252-1/+11
* Slight gantt export refactoring (#3229).Jean-Philippe Lang2009-04-251-2/+4
* 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-241-1/+1
* 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-243-13/+35
* Prevent recursive calls to RepositoriesHelper#repository_field_tags (#3226).Jean-Philippe Lang2009-04-241-1/+1
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-215-5/+17
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-215-3/+57
* 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-191-1/+1
* Adds mime type specific css classes to the SCM browser.Jean-Philippe Lang2009-04-191-1/+1
* Fixes memory consumption on file upload (#3116).Jean-Philippe Lang2009-04-101-10/+9
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-081-24/+26
* Fixes that custom values length and attachment size validation error raises a...Jean-Philippe Lang2009-04-082-3/+5