summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-122-3/+2
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-112-6/+19
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-2/+3
* Add SortHelper so custom queries will run on the Calendar. #6612Eric Davis2010-10-101-0/+2
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-082-2/+17
* 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-084-10/+20
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-1/+1
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-1/+3
* Refactor: extract TimelogController#new from #editEric Davis2010-10-073-3/+11
* 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-074-5/+5
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-065-9/+9
* Code cleanup: renamed variables in User#allowed_to? with explicit namesJean-Baptiste Barth2010-10-061-11/+11