| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 14 | -45/+45 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 10 | -81/+82 |
* | Remove the Description label from the issue view and omit the block if empty ... | Jean-Philippe Lang | 2010-10-19 | 1 | -3/+4 |
* | Fixed: precedes/follows relations no longer update start/due dates (#5803). | Jean-Philippe Lang | 2010-10-19 | 2 | -2/+13 |
* | Refactor: remove WikiController#special | Eric Davis | 2010-10-19 | 1 | -15/+0 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 7 | -7/+20 |
* | Remember the selected "Member of Role" and "Member of Group" options. #6467 | Eric Davis | 2010-10-16 | 2 | -9/+9 |
* | Use HTTP DELETE when deleting a time entry. #6674 | Eric Davis | 2010-10-15 | 1 | -1/+1 |
* | Revert part of r3936. | Eric Davis | 2010-10-15 | 1 | -2/+2 |
* | Revert part of r4064. | Eric Davis | 2010-10-15 | 2 | -25/+2 |
* | Add rake task to send test email. (#6511) | Eric Davis | 2010-10-15 | 1 | -0/+17 |
* | Remove the translated string. It's definition changed in en | Eric Davis | 2010-10-15 | 42 | -42/+1 |
* | Add rake tasks to add and remove keys in the locales. #6548 | Eric Davis | 2010-10-15 | 1 | -0/+58 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 7 | -13/+17 |
* | Refactor: extract finder to a utility method | Eric Davis | 2010-10-14 | 1 | -6/+11 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 7 | -14/+47 |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 5 | -47/+65 |
* | Fixed bad markup in users/general partial | Jean-Baptiste Barth | 2010-10-11 | 1 | -1/+1 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 6 | -12/+27 |
* | Change Project#notified_users to check for the 'all' notification option. #6541 | Eric Davis | 2010-10-10 | 2 | -2/+53 |
* | Correctly update all mail_notification options. #6549 | Eric Davis | 2010-10-10 | 1 | -2/+16 |
* | Add SortHelper so custom queries will run on the Calendar. #6612 | Eric Davis | 2010-10-10 | 2 | -0/+12 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 6 | -8/+25 |
* | Fix the Log Time link on an issue page | Eric Davis | 2010-10-08 | 1 | -1/+1 |
* | Added ability to edit issues from different project through contextual menu (... | Jean-Baptiste Barth | 2010-10-08 | 6 | -10/+78 |
* | Don't duplicate users in Issue#assignable_users. From r4240 | Eric Davis | 2010-10-07 | 2 | -1/+10 |
* | Allow assigning issues back to the author. #4199 | Eric Davis | 2010-10-07 | 2 | -4/+16 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 7 | -22/+31 |
* | Rename task to issue in calendar (#6563) | Azamat Hackimov | 2010-10-07 | 44 | -132/+132 |
* | Translation updates | Azamat Hackimov | 2010-10-07 | 8 | -228/+228 |
* | Added ability to delete issues from different projects through contextual men... | Jean-Baptiste Barth | 2010-10-07 | 6 | -9/+17 |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 9 | -52/+51 |
* | Code cleanup: renamed variables in User#allowed_to? with explicit names | Jean-Baptiste Barth | 2010-10-06 | 1 | -11/+11 |
* | Fixed: User#allowed_to? returning true in any case if array of projects had o... | Jean-Baptiste Barth | 2010-10-06 | 2 | -2/+8 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 11 | -272/+359 |
* | Refactor: convert UsersController to resource | Eric Davis | 2010-10-04 | 6 | -16/+16 |
* | Refactor: split UsersController#edit into #edit and #update | Eric Davis | 2010-09-30 | 8 | -46/+58 |
* | Refactor: rename UsersController#add to #new | Eric Davis | 2010-09-29 | 7 | -13/+12 |
* | 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 | 2 | -3/+26 |
* | Fix test failure from Setting changes in other tests | Eric Davis | 2010-09-29 | 1 | -0/+1 |
* | Locale update | Eric Davis | 2010-09-28 | 42 | -0/+168 |
* | 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 | 7 | -18/+88 |
* | Changed the notifications to use a hierarchy UI | Eric Davis | 2010-09-28 | 6 | -31/+46 |
* | Added three new notifiable events based on issue attributes | Eric Davis | 2010-09-28 | 6 | -3/+131 |
* | Refactor the hardcoded event actions (notifiables) to use a class | Eric Davis | 2010-09-28 | 4 | -1/+59 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 5 | -1/+19 |
* | Added User#notify_about? to check when a user should be notified about an event | Eric Davis | 2010-09-28 | 6 | -6/+129 |
* | Added tests for Issue#recipients | Eric Davis | 2010-09-28 | 1 | -1/+25 |