summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-1/+1
* Use named routes.Jean-Philippe Lang2012-07-151-6/+8
* Remember "Only display used statuses" checkbox value after update.Jean-Philippe Lang2012-07-151-2/+2
* Adds option for displaying all statuses on workflow permissions.Jean-Philippe Lang2012-07-151-9/+11
* Find role and tracker only when param is present.Jean-Philippe Lang2012-07-151-4/+4
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+1
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+3
* Code cleanup.Jean-Philippe Lang2012-07-151-1/+1
* Display all fields if tracker statuses are not yet set.Jean-Philippe Lang2012-07-151-0/+3
* Moved code for replacing permissions to WorkflowPermission model.Jean-Philippe Lang2012-07-151-8/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-154-13/+39
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-1410-19/+25
* Adds Etags on attachments.Jean-Philippe Lang2012-07-081-9/+12
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-0/+1
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-0/+1
* Removed unused helper.Jean-Philippe Lang2012-07-081-1/+0
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-081-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-081-0/+4
* Code cleanup.Jean-Philippe Lang2012-07-071-5/+11
* Code cleanup.Jean-Philippe Lang2012-07-071-4/+7
* Use named routes.Jean-Philippe Lang2012-07-071-5/+5
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+13
* Fixed: Openid registration form should not require user to enter password (#1...Jean-Philippe Lang2012-07-071-2/+5
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+2
* More specific flash message when creating a user account.Jean-Philippe Lang2012-06-261-1/+1
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-252-2/+16
* Reversed order of priorities on the issue summary page (#11205).Jean-Philippe Lang2012-06-201-2/+2
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-2/+3
* Fixed that time entries should be sorted by date and created_on (#11178).Jean-Philippe Lang2012-06-161-1/+1
* Fixed that sticky messages are not displayed first (#11170).Jean-Philippe Lang2012-06-161-2/+2
* Make sure that #api_key_from_request returns a String.Jean-Philippe Lang2012-06-101-2/+2
* Configurable session lifetime and timeout (#6597).Jean-Philippe Lang2012-06-101-6/+47
* Force rendering of activity view if activity items count changed.Jean-Philippe Lang2012-06-091-1/+1
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+1
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-14/+12
* Adds #find_group filter.Jean-Philippe Lang2012-06-011-10/+9
* Removed auto-generated comments.Jean-Philippe Lang2012-06-011-20/+7
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-011-2/+4
* Fixed that project, issue and activity should be preserved when logging time ...Jean-Philippe Lang2012-05-291-8/+16
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-1/+1
* Code cleanup.Jean-Philippe Lang2012-05-252-5/+5
* Use a modal form to create a category from the issue form.Jean-Philippe Lang2012-05-241-4/+20
* Removed delete_broken_cookies filter.Jean-Philippe Lang2012-05-131-11/+0
* Redirect to referer when deleting a user (#10865).Jean-Philippe Lang2012-05-131-1/+1
* Fixed that REST Uploads fail with fastcgi (#10832).Jean-Philippe Lang2012-05-081-1/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-055-9/+11
* Copyright update.Jean-Philippe Lang2012-05-0544-40/+108
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+10