summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-2/+24
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-2/+2
* Fixed openid redirect.Jean-Philippe Lang2012-04-291-1/+1
* Removed #utf8nize! that is no longer used with Rails 3.Jean-Philippe Lang2012-04-261-24/+0
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-255-41/+28
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-153-8/+27