summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+1
* Fix the Log Time link on an issue pageEric Davis2010-10-081-1/+1
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-082-5/+9
* Refactor: extract TimelogController#new from #editEric Davis2010-10-072-2/+2
* Rename task to issue in calendar (#6563)Azamat Hackimov2010-10-071-3/+3
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-1/+1
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-064-4/+4
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-054-3/+3
* Refactor: convert UsersController to resourceEric Davis2010-10-043-3/+3
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-302-2/+2
* Refactor: rename UsersController#add to #newEric Davis2010-09-292-1/+1
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-284-14/+30
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-5/+7
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+3
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-1/+1
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: convert News to a REST resourceEric Davis2010-09-275-13/+13
* Fixes broken filter clearing links on gantt and calendar (#6473).Jean-Philippe Lang2010-09-262-2/+4