summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor: extract TimelogController#new from #editEric Davis2010-10-072-14/+15
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-072-4/+12
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-062-40/+39
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-0/+4
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-053-131/+143
* Refactor: convert UsersController to resourceEric Davis2010-10-042-4/+4
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-303-10/+11
* Refactor: rename UsersController#add to #newEric Davis2010-09-293-7/+7
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-0/+13
* Fix test failure from Setting changes in other testsEric Davis2010-09-291-0/+1
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-3/+14
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-10/+3
* Added three new notifiable events based on issue attributesEric Davis2010-09-284-2/+122
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-0/+38
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+12
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-284-3/+90
* Added tests for Issue#recipientsEric Davis2010-09-281-1/+25
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-282-14/+14
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-283-4/+44
* Refactor: convert News to a REST resourceEric Davis2010-09-272-6/+3
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-264-6/+15
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-264-10/+23
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-0/+8
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-262-3/+16
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-0/+11
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-4/+4
* Project tests updated.Jean-Philippe Lang2010-09-261-0/+4
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-243-12/+15
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-233-9/+13
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-223-21/+48
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-212-3/+5
* Added a users options to the reminders emailEric Davis2010-09-201-0/+10
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-202-5/+5
* Fix failing test.Eric Davis2010-09-201-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-3/+3
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-162-5/+5
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-152-2/+8
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-142-9/+42
* Refactor: move method to Model.Eric Davis2010-09-141-0/+15
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-142-6/+6
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-132-5/+5
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+2
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-0/+2
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-102-1/+72
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-2/+88
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-102-13/+13
* Rewrite the Gantt chart. #6276Eric Davis2010-09-107-11/+905
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-4/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-082-4/+4
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-072-8/+8