summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-3/+35
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-062-2/+2
* Fixed: URLs broken in wiki notifications (#6838).Jean-Philippe Lang2010-11-061-3/+3
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-023-0/+6
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-021-1/+1
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+4
* Provides a default string for untranslated search types.Jean-Philippe Lang2010-11-011-1/+1
* 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-287-13/+14
* 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-2719-56/+56
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-263-4/+5
* Fix wiki links on the activity page. #6746Eric Davis2010-10-262-2/+2
* Allow adding notes when moving issuesEric Davis2010-10-252-0/+8
* Allow changing the Priority when moving issues.Eric Davis2010-10-252-1/+6
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-253-6/+21
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-234-37/+23
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-233-3/+17
* Makes zoom buttons on gantt looks like the others.Jean-Philippe Lang2010-10-232-11/+9
* Refactor: move method to model with compatibility wrapperEric Davis2010-10-222-8/+15
* Moves a method to the appropriate helper.Jean-Philippe Lang2010-10-222-26/+27
* Fixed: timelog link in the activity broken by recent refactoring (#6702).Jean-Philippe Lang2010-10-221-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-222-24/+38
* 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
* Removes duplicate helper introduced in r4072.Jean-Philippe Lang2010-10-221-5/+0
* 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-2110-26/+26
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-206-12/+13
* Remove the Description label from the issue view and omit the block if empty ...Jean-Philippe Lang2010-10-191-3/+4
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-2/+2
* Refactor: remove WikiController#specialEric Davis2010-10-191-15/+0
* Refactor: extract method from WikiController#specialEric Davis2010-10-183-4/+5
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-2/+2
* Use HTTP DELETE when deleting a time entry. #6674Eric Davis2010-10-151-1/+1
* Revert part of r3936.Eric Davis2010-10-151-2/+2
* Revert part of r4064.Eric Davis2010-10-151-16/+2
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-153-3/+7
* Refactor: extract finder to a utility methodEric Davis2010-10-141-6/+11
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-133-11/+15