summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-11/+16
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-223-3/+3
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-16/+3
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-211-37/+11
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-191-10/+2
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-191-14/+5
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-1/+1
* Removes RJS from WikisController.Jean-Philippe Lang2012-07-191-1/+0
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-7/+1
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-25/+0
* Removes RJS from WatchersController.Jean-Philippe Lang2012-07-191-37/+4
* Removes RJS from IssueRelationsController.Jean-Philippe Lang2012-07-191-10/+3
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-191-25/+7
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-192-42/+6
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-181-3/+7
* 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