Commit Graph

954 Commits (d7c607fd8b1efe8467509220025bbdbbfe076b47)

Author SHA1 Message Date
Eric Davis 437690119b Allow admins to edit user's email notifications and preferences. #3503 14 years ago
Eric Davis 26ef9da02b Changed the notifications to use a hierarchy UI 14 years ago
Eric Davis 4c9f261a24 Added three new notifiable events based on issue attributes 14 years ago
Eric Davis 244e94de80 Refactor the hardcoded event actions (notifiables) to use a class 14 years ago
Eric Davis 582ed86d82 Add a default mail notification setting for new users 14 years ago
Eric Davis c059300d99 Added User#notify_about? to check when a user should be notified about an event 14 years ago
Eric Davis a61ee73e69 Added tests for Issue#recipients 14 years ago
Eric Davis 0316af7f6b Converted User#mail_notification from a boolean to a string. 14 years ago
Eric Davis 3a3263102a Refactor: split UsersController#add into #add and #create 14 years ago
Eric Davis 79e30e7087 Refactor: convert News to a REST resource 14 years ago
Eric Davis ffb3d9260a Support leading and trailing spaces in filenames or directories in the git adapter. #6499 14 years ago
Eric Davis bd51119460 Support spaces in the files or directories in the git adapter. #6054 14 years ago
Eric Davis 319849caf8 Parse the timezone in #last_rev for git to correct display the Age diplay. #6346 14 years ago
Eric Davis 83e0be5d07 Fixes reverting an issue to a status with a done_ratio of 0%. #5170 14 years ago
Eric Davis 76fcf136d0 Redirect to project settings after copying a project. #6443 14 years ago
Eric Davis 768d67f27b Workaround for i18n 0.4.x with the old style syntax. #6428 #5608 14 years ago
Jean-Philippe Lang 7a952136e0 Project tests updated. 14 years ago
Eric Davis deed1b949d Refactor: move NewsController#preview to PreviewsController#news 14 years ago
Eric Davis 401197a895 Refactor: move #destroy_comment method to CommentsController#destroy 14 years ago
Eric Davis 1f2f953687 Refactor: move NewsController#add_comment to CommentsController#create 14 years ago
Eric Davis 01d1a02df4 Refactor: split NewsController#edit into #edit and #update 14 years ago
Eric Davis 51359704a0 Added a users options to the reminders email 14 years ago
Eric Davis 3bc29e29e0 Refactor: split NewsController#new into #new and #create methods. 14 years ago
Eric Davis e58513c976 Fix failing test. 14 years ago
Eric Davis bd193a026d Refactor: convert VersionsController to a REST resource. 14 years ago
Eric Davis 969bf2107b Refactor: split VersionsController#new into #new and #create 14 years ago
Eric Davis be6e0927f3 Refactor: Split VersionsController#edit into #edit and #update 14 years ago
Eric Davis cdfc57d544 Change the TimelogController's to/from dates based on the project time entries 14 years ago
Eric Davis 8900797ada Refactor: move method to Model. 14 years ago
Eric Davis 1b90703157 Refactor: convert FilesController to a restful resource. 14 years ago
Eric Davis 41c055363e Refactor: split FilesController#new into #new and #create. 14 years ago
Jean-Baptiste Barth 12e10f6956 Fixed "Create and continue" redirection broken by recent changes. #6333 14 years ago
Jean-Baptiste Barth 4b69a895df Fixed broken context_menu on roadmap. #6351 14 years ago
Eric Davis 41f8d043eb Added a "Member of Role" to the issues filters. #5869 14 years ago
Eric Davis 109b42f482 Added a "Member of Group" to the issues filter. #5869 14 years ago
Eric Davis 3a2efb4757 Refactor: convert ProjectEnumerations to a resource on a project. 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
Eric Davis 8d52608dba Refactor: convert the Projects routes to resources. 14 years ago
Eric Davis bf7476af5b Refactor: split method ProjectsController#edit to ProjectsController#update. 14 years ago
Eric Davis 2295b61cb6 Refactor: rename method ProjectsController#add to ProjectsController#new 14 years ago
Eric Davis 763ab07942 Refactor: split ProjectsController#add into #add (GET) and #create (POST). 14 years ago
Eric Davis 9da4ee5fcc Allow user password changes when changing to Internal authentication. #6267 14 years ago
Eric Davis d771fa9289 Change link_to_if_authorized to allow url paths. (Fixes #6195) 14 years ago
Eric Davis 563c879e44 Use the built in Rails ActionView::TestCase for testing helpers. 14 years ago
Jean-Baptiste Barth c799d03ece Added missing tests for User#allowed_to? #6291 14 years ago
Jean-Baptiste Barth a2ce6e236c Allow mass status update through context menu. #3411 14 years ago
Eric Davis c1068bf0cd Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy. 14 years ago
Eric Davis 83b4343d2d Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save 14 years ago
Eric Davis b5e90972d8 Refactor: move method, ProjectsController#add_file to FilesController#new. 14 years ago
Eric Davis daa8eaa9ae Refactor: move method, ProjectsController#list_files to FilesController#index. 14 years ago