Commit Graph

2620 Commits (58d46c21117c144153019fa8eefce7afe9af7934)

Author SHA1 Message Date
Jean-Philippe Lang fa3d71bed9 Allow non-unique names for projects (#630). 14 years ago
Jean-Philippe Lang 63866407f1 Fixed: unchecking status filter on the issue list has no effect (#6844). 14 years ago
Jean-Philippe Lang 475530e59f Adds a "visible" option on User and Project custom fields (#1738). 14 years ago
Jean-Philippe Lang 338e407a91 Fixed: URLs broken in wiki notifications (#6838). 14 years ago
Tim Felgentreff 905ac8c1e6 update to incorporate latest acts_as_journalized fixes 14 years ago
Tim Felgentreff 5dda7e34a3 test fixes 14 years ago
Eric Davis 0395eb99de Remove email quotes (>) when searching for incoming email delimiters. #2852 #6628 14 years ago
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Tim Felgentreff 9bb45d9e75 Fix journal_observer 14 years ago
Tim Felgentreff 1a2aa363bd fix journal observer tests, remove journal observer 14 years ago
Tim Felgentreff 8c5312e0ec more merge fixups 14 years ago
Eric Davis 17eab0f5f9 Fix wiki links on the activity page. #6746 14 years ago
Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 14 years ago
Eric Davis 0ca74df604 Refactor: move method to model with compatibility wrapper 14 years ago
Jean-Philippe Lang d8ef4b6f4d Fixed: timelog link in the activity broken by recent refactoring (#6702). 14 years ago
Jean-Philippe Lang f3baa5bfee Fixed: precedes/follows relations no longer update start/due dates (#5803). 14 years ago
Eric Davis fef21d5aa2 Remember the selected "Member of Role" and "Member of Group" options. #6467 14 years ago
Eric Davis 700c302fca Change Project#notified_users to check for the 'all' notification option. #6541 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
Jean-Baptiste Barth c43ef6e769 Code cleanup: renamed variables in User#allowed_to? with explicit names 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
Jean-Baptiste Barth e8f3dd07dd Added ability to specify multiple projects in User#allowed_to? (#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 4c9f261a24 Added three new notifiable events based on issue attributes 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 0316af7f6b Converted User#mail_notification from a boolean to a string. 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 83bfb8cd2b Revert "Fixed: gantt broken when no due date on project issues and versions." 14 years ago
Jean-Philippe Lang a7fd592db4 Fixed: gantt broken when no due date on project issues and versions. 14 years ago
Eric Davis 51359704a0 Added a users options to the reminders email 14 years ago
Eric Davis 6a76aef375 Add User#allowed_to_globally? which wraps User#allowed_to? 14 years ago
Eric Davis f62a1827f3 Updated issue delete confirmation when it has child issues. #6191 14 years ago
Jean-Baptiste Barth c4d44af54c Fixed non standard SQL syntax. #6413 14 years ago
Tim Felgentreff 61fdd38435 move issue journal reply to issue controller test, as each journalized controller will now use the render_reply journals helper to reply 14 years ago
Tim Felgentreff 53fd34fbd0 message mail delivery must happen after the first journal is created 14 years ago
Tim Felgentreff e28b809271 use direct method call 14 years ago
Tim Felgentreff 68ae2d0dfd change issue specific journal query and show_details for journal helper 14 years ago
Tim Felgentreff 6863c00359 forgot a few versioned => journaled conversions 14 years ago
Tim Felgentreff 3279b2adbd fix mailer tests 14 years ago
Tim Felgentreff 485335599a fix attachment_removal 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 3b51eb54ea fix 2 more tests 14 years ago
Tim Felgentreff 9cd55d8dd4 more test fixes 14 years ago
Tim Felgentreff d1ba27358a fix wiki content specs 14 years ago
Tim Felgentreff 68ca0636c4 init journal will return the last_journal, not the new one, now 14 years ago
Tim Felgentreff 4eb07d6ce6 fix use of versions vs journals 14 years ago