| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 6 | -138/+213 |
* | Refactor: convert UsersController to resource | Eric Davis | 2010-10-04 | 3 | -3/+3 |
* | Refactor: split UsersController#edit into #edit and #update | Eric Davis | 2010-09-30 | 4 | -35/+46 |
* | Refactor: rename UsersController#add to #new | Eric Davis | 2010-09-29 | 3 | -4/+4 |
* | Splitted #find_issues filter in ApplicationController to #find_issues and #ch... | Jean-Baptiste Barth | 2010-09-29 | 3 | -7/+11 |
* | Added ability to specify multiple projects in User#allowed_to? (#5332) | Jean-Baptiste Barth | 2010-09-29 | 1 | -3/+13 |
* | Refactor: move method to model | Eric Davis | 2010-09-28 | 3 | -23/+13 |
* | Allow admins to edit user's email notifications and preferences. #3503 | Eric Davis | 2010-09-28 | 6 | -15/+74 |
* | Changed the notifications to use a hierarchy UI | Eric Davis | 2010-09-28 | 2 | -5/+17 |
* | Added three new notifiable events based on issue attributes | Eric Davis | 2010-09-28 | 1 | -1/+6 |
* | Refactor the hardcoded event actions (notifiables) to use a class | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 2 | -1/+4 |
* | Added User#notify_about? to check when a user should be notified about an event | Eric Davis | 2010-09-28 | 2 | -3/+39 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 4 | -9/+20 |
* | Refactor: split UsersController#add into #add and #create | Eric Davis | 2010-09-28 | 2 | -15/+19 |
* | Refactor: convert News to a REST resource | Eric Davis | 2010-09-27 | 5 | -13/+13 |
* | Fixes reverting an issue to a status with a done_ratio of 0%. #5170 | Eric Davis | 2010-09-26 | 1 | -3/+3 |
* | Redirect to project settings after copying a project. #6443 | Eric Davis | 2010-09-26 | 1 | -2/+2 |
* | Revert "Fixed: gantt broken when no due date on project issues and versions." | Eric Davis | 2010-09-26 | 1 | -3/+2 |
* | Fixed: don't reset watchers when changing tracker. #6479 | Jean-Baptiste Barth | 2010-09-26 | 1 | -1/+4 |
* | Fixed: gantt broken when no due date on project issues and versions. | Jean-Philippe Lang | 2010-09-26 | 1 | -2/+3 |
* | Fixed: error on mail notification when adding an invalid file (#6452). | Jean-Philippe Lang | 2010-09-26 | 1 | -1/+1 |
* | Fixes broken filter clearing links on gantt and calendar (#6473). | Jean-Philippe Lang | 2010-09-26 | 2 | -2/+4 |
* | Refactor: move NewsController#preview to PreviewsController#news | Eric Davis | 2010-09-24 | 6 | -17/+17 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 3 | -7/+8 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 3 | -14/+32 |
* | Refactor: split NewsController#edit into #edit and #update | Eric Davis | 2010-09-21 | 3 | -7/+12 |
* | Added a users options to the reminders email | Eric Davis | 2010-09-20 | 1 | -0/+5 |
* | Document render_issue_tooltip | Eric Davis | 2010-09-20 | 1 | -1/+10 |
* | Add view_issues_form_details_top hook | Eric Davis | 2010-09-20 | 1 | -0/+2 |
* | Add User#allowed_to_globally? which wraps User#allowed_to? | Eric Davis | 2010-09-20 | 1 | -0/+6 |
* | Refactor: split NewsController#new into #new and #create methods. | Eric Davis | 2010-09-20 | 3 | -5/+11 |
* | Add scm.css to news pages to allow proper syntax highlighting. #6270 | Eric Davis | 2010-09-20 | 2 | -0/+5 |
* | Updated issue delete confirmation when it has child issues. #6191 | Eric Davis | 2010-09-20 | 2 | -1/+6 |
* | Turn on ssl Gravatars for all SSL requests. #5929 | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Adds a link to edit the associated wiki page on the version view. #4416 | Jean-Baptiste Barth | 2010-09-18 | 1 | -0/+1 |
* | Fixes switching between inline and side-by-side in diff view with path. #6242 | Jean-Baptiste Barth | 2010-09-18 | 1 | -1/+1 |
* | Refactor: add VersionsController#status_by to the resource. | Eric Davis | 2010-09-17 | 1 | -1/+1 |
* | Refactor: convert VersionsController to a REST resource. | Eric Davis | 2010-09-17 | 4 | -6/+6 |
* | Fix the new subproject link on project overview. #6388 | Eric Davis | 2010-09-17 | 1 | -1/+1 |
* | Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #... | Jean-Baptiste Barth | 2010-09-16 | 2 | -0/+13 |
* | Fix links to activity pages broken with r4047. #6392 | Jean-Baptiste Barth | 2010-09-16 | 2 | -3/+3 |
* | Fixed non standard SQL syntax. #6413 | Jean-Baptiste Barth | 2010-09-16 | 1 | -1/+1 |
* | Refactor: split VersionsController#new into #new and #create | Eric Davis | 2010-09-16 | 3 | -7/+18 |
* | Use the full path to the partials | Eric Davis | 2010-09-15 | 2 | -2/+2 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 2 | -2/+5 |
* | Change the TimelogController's to/from dates based on the project time entries | Eric Davis | 2010-09-14 | 3 | -6/+23 |
* | Refactor: move method to Model. | Eric Davis | 2010-09-14 | 2 | -2/+10 |
* | Refactor: convert FilesController to a restful resource. | Eric Davis | 2010-09-14 | 3 | -4/+4 |
* | Refactor: split FilesController#new into #new and #create. | Eric Davis | 2010-09-13 | 2 | -12/+11 |