summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+2
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-042-0/+28
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-034-95/+93
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-034-42/+40
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-032-0/+47
* 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: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-141-3/+3
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-0/+1
* 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-075-4/+6
* Removed hardcoded links in my/page_layout (#6839).Jean-Philippe Lang2010-11-071-3/+3
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-061-1/+1
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-023-0/+6
* Add a label for user and group search fields. #6521Jean-Baptiste Barth2010-10-302-2/+2
* Added ability to create issue directly as a subtask of another one. #5484Jean-Baptiste Barth2010-10-302-3/+3
* Fix wikilinks in project > settings > versions and version view. #6435 #4416Jean-Baptiste Barth2010-10-292-3/+3
* Fixed: disabling autologin not persisted. #6438Jean-Baptiste Barth2010-10-291-1/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-285-10/+10
* Fixed potential nil method errors when trying to access /issues/context_menu ...Jean-Baptiste Barth2010-10-271-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-2714-35/+35
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-262-2/+2
* Allow adding notes when moving issuesEric Davis2010-10-251-0/+5
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-0/+5
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-252-1/+1
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-233-12/+6
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-1/+1
* Makes zoom buttons on gantt looks like the others.Jean-Philippe Lang2010-10-231-1/+1
* Add ids to some sections of the issue formEric Davis2010-10-221-2/+2
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Fixes display of archived child projects on the admin project list.Jean-Philippe Lang2010-10-221-1/+1
* Removes description column from the admin project list to get a better lookin...Jean-Philippe Lang2010-10-221-3/+1
* Fixed: "Add file" link broken by recent refactoring (#6627).Jean-Philippe Lang2010-10-221-1/+1
* Fixed: "Add news" link broken by recent refactoring (#6650).Jean-Philippe Lang2010-10-221-4/+4
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-218-15/+15
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-204-3/+4
* Remove the Description label from the issue view and omit the block if empty ...Jean-Philippe Lang2010-10-191-3/+4
* Refactor: extract method from WikiController#specialEric Davis2010-10-182-1/+1
* Use HTTP DELETE when deleting a time entry. #6674Eric Davis2010-10-151-1/+1
* Revert part of r3936.Eric Davis2010-10-151-2/+2
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-152-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-132-2/+2
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-1/+1
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-1/+6