Commit Graph

1143 Commits (cb8b71470a6741886a0f598000217f48ab857dba)

Author SHA1 Message Date
Eric Davis 397222f198 Allow adding notes when moving issues 14 years ago
Eric Davis 22e3cba0b7 Allow changing the Priority when moving issues. 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Eric Davis 0e951c0716 Fix the tests that were broken by r4286: 14 years ago
Jean-Baptiste Barth d642964035 Fixed: auto links ending with right angle bracket shouldn't include the bracket in the URL. #5652 14 years ago
Jean-Philippe Lang 7824eca775 Refactor: merged error rendering methods. 14 years ago
Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 14 years ago
Jean-Philippe Lang ed608cb7d3 Fixed: error on gantt when no issue have a due date (#6350). 14 years ago
Eric Davis b1921830de Mark the failed test in r4276 as pending. Tests should never fail when committed. 14 years ago
Jean-Philippe Lang d0bbe830ad Adds a failing test for #6350. 14 years ago
Jean-Philippe Lang d9652183f6 Fixed: file upload on wiki page broken by recent refactoring (#6724). 14 years ago
Eric Davis cac3b1e538 Refactor: split WikiController#edit into #update 14 years ago
Eric Davis c259ada6e1 Refactor: rename WikiController#index to #show, it's a single resource action 14 years ago
Eric Davis d3381fb518 Refactor: change :id on WikiController to use :project_id 14 years ago
Jean-Philippe Lang f3baa5bfee Fixed: precedes/follows relations no longer update start/due dates (#5803). 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago
Eric Davis fef21d5aa2 Remember the selected "Member of Role" and "Member of Group" options. #6467 14 years ago
Eric Davis 5823a71c18 Revert part of r4064. 14 years ago
Eric Davis 0271105794 Refactor: extract #page_index from WikiController#special 14 years ago
Eric Davis e8468b51cc Refactor: extract method in WikiController#special to create a new #export method 14 years ago
Eric Davis 718816c5d4 Refactor: convert timelogs to a REST resource (:time_entries) 14 years ago
Eric Davis 435c90eb47 Refactor: extract TimelogController#edit to #update 14 years ago
Eric Davis 700c302fca Change Project#notified_users to check for the 'all' notification option. #6541 14 years ago
Eric Davis eabf1ff3e7 Add SortHelper so custom queries will run on the Calendar. #6612 14 years ago
Eric Davis 4acd990ee2 Refactor: extract TimelogController#create from TimelogController#edit 14 years ago
Jean-Baptiste Barth 156eca4d22 Added ability to edit issues from different project through contextual menu (#5332) 14 years ago
Eric Davis 73f12765a9 Don't duplicate users in Issue#assignable_users. From r4240 14 years ago
Eric Davis 7798e1b1f7 Allow assigning issues back to the author. #4199 14 years ago
Eric Davis 068771ea07 Refactor: extract TimelogController#new from #edit 14 years ago
Jean-Baptiste Barth b255b7760a Added ability to delete issues from different projects through contextual menu (#5332) 14 years ago
Eric Davis 2ecca7e4df Refactor: rename TimelogController#details to #index 14 years ago
Jean-Baptiste Barth e59c927ee5 Fixed: User#allowed_to? returning true in any case if array of projects had only one item (#5332) 14 years ago
Eric Davis e13790c62c Refactor: extract TimelogController#report to a new controller class 14 years ago
Eric Davis a034172b24 Refactor: convert UsersController to resource 14 years ago
Eric Davis 86ba692bf5 Refactor: split UsersController#edit into #edit and #update 14 years ago
Eric Davis d06a1a7fa4 Refactor: rename UsersController#add to #new 14 years ago
Jean-Baptiste Barth e8f3dd07dd Added ability to specify multiple projects in User#allowed_to? (#5332) 14 years ago
Eric Davis fda1a0cb3b Fix test failure from Setting changes in other tests 14 years ago
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