summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+10
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-1/+82
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-142-7/+8
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-0/+15
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-0/+2
* Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).Jean-Philippe Lang2017-01-121-4/+3
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-4/+56
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-5/+0
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-093-112/+139
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Don't destructively insert builtin_role into roles (#23519).Jean-Philippe Lang2017-01-071-3/+2
* Reset #roles on reload (#23519).Jean-Philippe Lang2017-01-071-0/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-072-5/+8
* Sort user memberships by project.Jean-Philippe Lang2017-01-071-0/+4
* Validate length of custom field regexp (#24283).Jean-Philippe Lang2017-01-041-1/+1
* Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...Jean-Philippe Lang2017-01-032-21/+40
* Speeds up rendering of the project list for users who belong to hundreds of p...Jean-Philippe Lang2017-01-031-2/+12
* Unneeded assignment (#24693).Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-0/+9
* Don't load Member#user, use #principal instead.Jean-Philippe Lang2016-12-311-1/+1
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-211-1/+9
* Show an error message when changing an issue's project fails due to errors in...Jean-Philippe Lang2016-12-181-0/+1
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-1/+1
* remove trailing white space from app/models/user_preference.rbToshi MARUYAMA2016-12-141-1/+1
* remove training white space from app/models/user.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/role.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/issue_relation.rbToshi MARUYAMA2016-12-141-1/+1
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-2/+10
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-132-4/+39
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-102-10/+16
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-033-6/+6
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
* Sort members on the DB side.Jean-Philippe Lang2016-12-031-0/+7
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
* Wrong validation introduced in r15989 (#24283).Jean-Philippe Lang2016-11-191-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-196-1/+7
* Don't return 2 errors when identifier is blank (blank + too short).Jean-Philippe Lang2016-11-191-1/+1
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Allow Journal to return empty Array instead nil in Journal#attachments (#24308).Jean-Philippe Lang2016-11-181-1/+1
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+18
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-0/+18
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-0/+8
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+26
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-232-7/+23
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-233-12/+39
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Set @available_filters as an empty hash if nil.Jean-Philippe Lang2016-10-201-0/+1
* Consider custom fields that correspond to the project only (#24014).Jean-Philippe Lang2016-10-081-2/+12
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-5/+7