summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+1
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-2/+4
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+4
* Fixed: URLs broken in wiki notifications (#6838).Jean-Philippe Lang2010-11-061-3/+3
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-021-1/+1
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-273-8/+8
* Fix wiki links on the activity page. #6746Eric Davis2010-10-262-2/+2
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+4
* Refactor: move method to model with compatibility wrapperEric Davis2010-10-221-0/+12
* Fixed: timelog link in the activity broken by recent refactoring (#6702).Jean-Philippe Lang2010-10-221-1/+1
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-2/+2
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-2/+2
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-2/+3
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-1/+1
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-1/+3
* Code cleanup: renamed variables in User#allowed_to? with explicit namesJean-Baptiste Barth2010-10-061-11/+11
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-2/+4
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-3/+13
* Refactor: move method to modelEric Davis2010-09-281-0/+11
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-1/+1
* Added three new notifiable events based on issue attributesEric Davis2010-09-281-1/+6
* Add a default mail notification setting for new usersEric Davis2010-09-281-1/+1
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-282-3/+39
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-282-2/+11
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-261-3/+3
* Revert "Fixed: gantt broken when no due date on project issues and versions."Eric Davis2010-09-261-3/+2
* Fixed: gantt broken when no due date on project issues and versions.Jean-Philippe Lang2010-09-261-2/+3
* Added a users options to the reminders emailEric Davis2010-09-201-0/+5
* Add User#allowed_to_globally? which wraps User#allowed_to?Eric Davis2010-09-201-0/+6
* Updated issue delete confirmation when it has child issues. #6191Eric Davis2010-09-201-0/+5
* Fixed non standard SQL syntax. #6413Jean-Baptiste Barth2010-09-161-1/+1
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-142-4/+21
* Refactor: move method to Model.Eric Davis2010-09-141-0/+8
* Refactor: move method to Project#css_classesEric Davis2010-09-101-0/+8
* Refactor: replace chained finders with an inject. Should handle edge cases be...Eric Davis2010-09-101-3/+8
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-0/+23
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-0/+19
* Define Principal#name so all subclasses will have some sort of name when prin...Eric Davis2010-09-101-1/+5
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-0/+4
* Rewrite the Gantt chart. #6276Eric Davis2010-09-103-1/+82
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-0/+8
* Removed hard-coded english error message on failed Member creationJean-Baptiste Barth2010-08-091-1/+1
* Removed useless debug code. #5978Jean-Baptiste Barth2010-08-081-1/+0
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+6
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-1/+1
* Show the number of days in the subject line of Reminder emails.Eric Davis2010-08-031-1/+1
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-031-0/+24
* Fixed: Deleting statuses doesn't delete all workflow entries (#5811).Jean-Philippe Lang2010-07-251-1/+8
* Strips user email (#5834).Jean-Philippe Lang2010-07-251-0/+4
* Force-clear the default value for migration from :string to :text. #5846 #5771Eric Davis2010-07-241-2/+3