summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-2/+4
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-056-138/+213
* Refactor: convert UsersController to resourceEric Davis2010-10-043-3/+3
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-304-35/+46
* Refactor: rename UsersController#add to #newEric Davis2010-09-293-4/+4
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-293-7/+11
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-3/+13
* Refactor: move method to modelEric Davis2010-09-283-23/+13
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-286-15/+74
* Changed the notifications to use a hierarchy UIEric Davis2010-09-282-5/+17
* Added three new notifiable events based on issue attributesEric Davis2010-09-281-1/+6
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-1/+1
* Add a default mail notification setting for new usersEric Davis2010-09-282-1/+4
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-282-3/+39
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-284-9/+20
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-282-15/+19