Commit Graph

740 Commits (e8f3dd07dd8462d8d80948d5c8f094bdcc966d9a)

Author SHA1 Message Date
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
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 878bb55522 Refactor: move method to Project#css_classes 14 years ago
Eric Davis d36700eeee Refactor: replace chained finders with an inject. Should handle edge cases better. 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 4c656fcffc Define Principal#name so all subclasses will have some sort of name when printed. 14 years ago
Eric Davis abf3ee4999 Add project names to the Versions in the Gantt export. #5904 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
Eric Davis db11030410 Refactor: move method to model. (references r4057) 14 years ago
Jean-Baptiste Barth e00884bcca Removed hard-coded english error message on failed Member creation 14 years ago
Jean-Baptiste Barth 56e3953a71 Removed useless debug code. #5978 14 years ago
Jean-Baptiste Barth 56a6d86af5 Added project filter when viewing all issues. #5084 14 years ago
Jean-Baptiste Barth 0bcde4ab28 Fixed: assigned_to and author filters in cross project issues view should be based on user's project visibility. #5760 14 years ago
Eric Davis 16969fdbbb Show the number of days in the subject line of Reminder emails. 14 years ago
Eric Davis 13234f8552 Refactor: Add methods to User to edit the encapsulate the status field. 14 years ago
Jean-Philippe Lang c47d23a87b Fixed: Deleting statuses doesn't delete all workflow entries (#5811). 14 years ago
Jean-Philippe Lang 66820dbed3 Strips user email (#5834). 14 years ago
Eric Davis a628b0f186 Force-clear the default value for migration from :string to :text. #5846 #5771 14 years ago
Eric Davis 0d5fca9ba5 Force the default value of path to be set on the Change model class. #5771 15 years ago
Eric Davis c6201ae15b Recalculate inherited attributes on parents when a child is moved under a new parent. #5524 15 years ago
Eric Davis 672852baaf Force string comparison for login search to be case sensitive on MySQL. #2473 15 years ago
Eric Davis 6cb4ff7d89 Refactor and documentation for User#find_by_login. 15 years ago
Eric Davis de17640489 Change User#login to be case-insensitive. #2473 15 years ago
Eric Davis 4083e7e622 Truncate incoming email subject lines to 255 characters. #5698 15 years ago
Eric Davis d48eb2de47 Accept email from anonymous users with an empty from address. #5604 15 years ago
Eric Davis f08b2a394d Unused variable 15 years ago
Eric Davis c56c0f411c Fix a nil error when a Project cannot save attachments. 15 years ago
Eric Davis e94c45d548 Add an "Assigned To" keyword to receiving email. #5594 15 years ago
Eric Davis 080dc2212e Add 'Start date' and 'End date' keywords for incoming email. #5595 15 years ago
Eric Davis 1a4b23731f Include the Project name when sorting versions. 15 years ago
Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 15 years ago
Eric Davis 908d44519c Allow AuthSources to control if they allow password changes. 15 years ago
Eric Davis a1f73c8b20 Remove hard coded LDAP log message. 15 years ago
Jean-Philippe Lang cbd4af236c Adds issue relations to individual issue XML (#5305). 15 years ago
Jean-Philippe Lang da7c89bfd0 Fixes workflow edit with JRuby (#5404). 15 years ago