summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Gantt: view cleanup.Jean-Philippe Lang2010-12-071-4/+1
* Gantt: iterate over all objects only once for html and pdf rendering (#6348).Jean-Philippe Lang2010-12-071-2/+4
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-052-40/+95
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-3/+4
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-0413-14/+31
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-042-0/+16
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-043-17/+93
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-033-7/+27
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-035-113/+102
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-035-50/+49
* Adds a reusable method to render API response on validation failure.Jean-Philippe Lang2010-12-032-5/+15
* Dry Users API responders.Jean-Philippe Lang2010-12-031-8/+4
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-033-1/+61
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-1/+1
* Add responders to UsersController.Jean-Philippe Lang2010-12-031-11/+30
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+2
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-271-1/+1
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-271-3/+3
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+2
* Fixed: Layout problem in workflow overview (#6990).Jean-Philippe Lang2010-11-271-0/+2
* Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...Azamat Hackimov2010-11-251-2/+2
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-2/+1
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-201-1/+1
* Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-171-0/+1
* Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).Jean-Philippe Lang2010-11-161-9/+15
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-1/+4
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-142-5/+8
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-1/+1
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-6/+7
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-2/+17
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-122-50/+50
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-112-16/+23
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-112-2/+2
* Reverted r4381.Jean-Philippe Lang2010-11-072-2/+2
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-073-6/+8
* Fixed: User list not sorted on category form (#6760).Jean-Philippe Lang2010-11-071-1/+1
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-077-5/+10
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-072-2/+2
* Removed hardcoded links in my/page_layout (#6839).Jean-Philippe Lang2010-11-071-3/+3
* Render level 4 headings in TOC (#5494).Jean-Philippe Lang2010-11-071-1/+1
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-1/+1
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-5/+17