Commit Graph

3796 Commits (8944c70ced79b33b9eeca34d7709b4da05d5c0d3)

Author SHA1 Message Date
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
Eric Davis e13790c62c Refactor: extract TimelogController#report to a new controller class 14 years ago
j.wollert 8ed6198511 validation error messages are now generated by the filters operator 14 years ago
j.wollert db407ae997 filters can now be invalid given certain combinations of values and operators. by default, a filter is valid 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 4853dd97fd Splitted #find_issues filter in ApplicationController to #find_issues and #check_project_uniqueness (#5332) 14 years ago
Eric Davis 747b9ec568 Refactor: move method to model 14 years ago
Eric Davis 437690119b Allow admins to edit user's email notifications and preferences. #3503 14 years ago
Eric Davis 244e94de80 Refactor the hardcoded event actions (notifiables) to use a class 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
p.tessenow 5c38decdbc do not answer available values if the filter does not have any 14 years ago
p.tessenow 2716b2f04b available_values are now loaded on user request (ajax) - fixes #3490 14 years ago
p.tessenow 396660325f the project_id filter is applied depending on the project the user currently works with 14 years ago
Eric Davis 76fcf136d0 Redirect to project settings after copying a project. #6443 14 years ago
Jean-Baptiste Barth 2f380a7985 Fixed: don't reset watchers when changing tracker. #6479 14 years ago
Jean-Philippe Lang e9686cbbe5 Fixed: error on mail notification when adding an invalid file (#6452). 14 years ago
Eric Davis deed1b949d Refactor: move NewsController#preview to PreviewsController#news 14 years ago
rkh 508fa91b7f Implement drill down. Fixes #3229. 14 years ago
Eric Davis 401197a895 Refactor: move #destroy_comment method to CommentsController#destroy 14 years ago
rkh cec4fbb88e Fixed constant lookup issue with generated subclasses. 14 years ago
t.felgentreff d93df84477 add a singleton value to allow multi-grouping only in rows or columns 14 years ago
Eric Davis 1f2f953687 Refactor: move NewsController#add_comment to CommentsController#create 14 years ago
j.wollert 78ba4e723d delicious-style group_by ui. for reasons unknown, the images are framed, though. 14 years ago
t.felgentreff f5f27be37f fix bug forcing default filters 14 years ago
t.felgentreff eef51dfa4d if the cost type filter has been applied manually, only show a subset of tabs 14 years ago
t.felgentreff e2b3fb57e3 the cost type filter applied through unit tabs should not be displayed 14 years ago
Eric Davis 01d1a02df4 Refactor: split NewsController#edit into #edit and #update 14 years ago
Eric Davis 3bc29e29e0 Refactor: split NewsController#new into #new and #create methods. 14 years ago
friflaj 521b4cf5fe Blank? is more thorough than nil? 14 years ago
Eric Davis bd193a026d Refactor: convert VersionsController to a REST resource. 14 years ago
t.felgentreff 1e55977f48 merge upstream reporting_merge 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
rkh 676de3ac8b extract subclass generation logic from custom fields group by 14 years ago
Tim Felgentreff 68ae2d0dfd change issue specific journal query and show_details for journal helper 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
Tim Felgentreff e8af8d1945 Still use the event api for now 14 years ago
Eric Davis 1b90703157 Refactor: convert FilesController to a restful resource. 14 years ago
Tim Felgentreff d7854003c4 fix applicationcontroller test 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
Eric Davis 3a2efb4757 Refactor: convert ProjectEnumerations to a resource on a project. 14 years ago
j.wollert 2fd0a986f1 remove filters by clicking on a fancy button instead of just unchecking them 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
friflaj 3ad742ce26 updated_on is nil if there's no story 14 years ago