summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force the default value of path to be set on the Change model class. #5771Eric Davis2010-07-061-0/+4
* Recalculate inherited attributes on parents when a child is moved under a new...Eric Davis2010-06-301-1/+8
* Force string comparison for login search to be case sensitive on MySQL. #2473Eric Davis2010-06-241-2/+5
* Refactor and documentation for User#find_by_login.Eric Davis2010-06-201-5/+5
* Change User#login to be case-insensitive. #2473Eric Davis2010-06-201-2/+11
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-1/+1
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-1/+1
* Unused variableEric Davis2010-06-191-1/+0
* Fix a nil error when a Project cannot save attachments.Eric Davis2010-06-191-1/+7
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-291-1/+14
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-281-3/+10
* Include the Project name when sorting versions.Eric Davis2010-05-271-4/+16
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-0/+7
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-232-3/+22
* Remove hard coded LDAP log message.Eric Davis2010-05-231-1/+1
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-011-7/+18
* Fixes workflow edit with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Only copy visible issues.Eric Davis2010-04-291-1/+1
* Adding missing setter for Query#available_columnsEric Davis2010-04-201-0/+8
* Refactor: Move method to Query modelEric Davis2010-04-191-0/+7
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-0/+16
* Fixed: Error on db:migrate with table prefix set (#5335).Jean-Philippe Lang2010-04-171-1/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-10/+1
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-111-8/+4
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-111-27/+28
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-111-6/+14
* Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).Jean-Philippe Lang2010-04-111-1/+6
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-1/+2