summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds a failing test for #6350.Jean-Philippe Lang2010-10-221-0/+9
* 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-223-2/+3
* Add documentation about contributing to Redmine with gitintegration-to-svn-trunkEric Davis2010-10-221-0/+40
* Refactor: split WikiController#edit into #updateEric Davis2010-10-226-29/+45
* Fixes display of archived child projects on the admin project list.Jean-Philippe Lang2010-10-222-2/+2
* 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-2114-45/+45
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-2010-81/+82
* 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-192-2/+13
* Refactor: remove WikiController#specialEric Davis2010-10-191-15/+0
* Refactor: extract method from WikiController#specialEric Davis2010-10-187-7/+20
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-162-9/+9
* 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-152-25/+2
* Add rake task to send test email. (#6511)Eric Davis2010-10-151-0/+17
* Remove the translated string. It's definition changed in enEric Davis2010-10-1542-42/+1
* Add rake tasks to add and remove keys in the locales. #6548Eric Davis2010-10-151-0/+58
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-157-13/+17
* 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-137-14/+47
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-125-47/+65
* Fixed bad markup in users/general partialJean-Baptiste Barth2010-10-111-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-116-12/+27
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-102-2/+53
* Correctly update all mail_notification options. #6549Eric Davis2010-10-101-2/+16
* Add SortHelper so custom queries will run on the Calendar. #6612Eric Davis2010-10-102-0/+12
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-086-8/+25
* 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-086-10/+78
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-072-1/+10
* Allow assigning issues back to the author. #4199Eric Davis2010-10-072-4/+16
* Refactor: extract TimelogController#new from #editEric Davis2010-10-077-22/+31
* Rename task to issue in calendar (#6563)Azamat Hackimov2010-10-0744-132/+132
* Translation updatesAzamat Hackimov2010-10-078-228/+228
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-076-9/+17
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-069-52/+51
* 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-062-2/+8
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-0511-272/+359
* Refactor: convert UsersController to resourceEric Davis2010-10-046-16/+16
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-308-46/+58
* Refactor: rename UsersController#add to #newEric Davis2010-09-297-13/+12
* 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-292-3/+26