summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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