summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor: convert News to a REST resourceEric Davis2010-09-275-13/+13
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-261-3/+3
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-2/+2
* Revert "Fixed: gantt broken when no due date on project issues and versions."Eric Davis2010-09-261-3/+2
* Fixed: don't reset watchers when changing tracker. #6479Jean-Baptiste Barth2010-09-261-1/+4
* Fixed: gantt broken when no due date on project issues and versions.Jean-Philippe Lang2010-09-261-2/+3
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Fixes broken filter clearing links on gantt and calendar (#6473).Jean-Philippe Lang2010-09-262-2/+4
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-246-17/+17
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-233-7/+8
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-223-14/+32
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-213-7/+12
* Added a users options to the reminders emailEric Davis2010-09-201-0/+5
* Document render_issue_tooltipEric Davis2010-09-201-1/+10
* Add view_issues_form_details_top hookEric Davis2010-09-201-0/+2
* Add User#allowed_to_globally? which wraps User#allowed_to?Eric Davis2010-09-201-0/+6
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-203-5/+11
* Add scm.css to news pages to allow proper syntax highlighting. #6270Eric Davis2010-09-202-0/+5
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-202-1/+6
* Turn on ssl Gravatars for all SSL requests. #5929Eric Davis2010-09-201-1/+1
* Adds a link to edit the associated wiki page on the version view. #4416Jean-Baptiste Barth2010-09-181-0/+1
* Fixes switching between inline and side-by-side in diff view with path. #6242Jean-Baptiste Barth2010-09-181-1/+1
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-171-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-174-6/+6
* Fix the new subproject link on project overview. #6388Eric Davis2010-09-171-1/+1
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-162-0/+13
* Fix links to activity pages broken with r4047. #6392Jean-Baptiste Barth2010-09-162-3/+3
* Fixed non standard SQL syntax. #6413Jean-Baptiste Barth2010-09-161-1/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-163-7/+18
* Use the full path to the partialsEric Davis2010-09-152-2/+2
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-152-2/+5
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-143-6/+23
* Refactor: move method to Model.Eric Davis2010-09-142-2/+10
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-143-4/+4
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-132-12/+11
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+1