summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+5
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-1/+1
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-201-3/+17
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
* remove trailing white-space from app/models/issue.rbToshi MARUYAMA2015-03-161-1/+1
* Reverts r14115 in trunk.Jean-Philippe Lang2015-03-151-1/+1
* Compatibility with ruby1.8 (#19305).Jean-Philippe Lang2015-03-151-1/+1
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-1/+23
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+5
* Ignore auto reply messages from Exchange server (#19322).Jean-Philippe Lang2015-03-141-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-1/+10
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-2/+2
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-21/+1
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-1/+21
* Code cleanup.Jean-Philippe Lang2015-03-082-4/+6
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-1/+0
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-2/+2
* Don't validate custom fields that are not editable (#19193).Jean-Philippe Lang2015-03-011-0/+11
* Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...Jean-Philippe Lang2015-02-151-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-142-1/+24
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-10/+3
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-1/+6
* Don't call #upcase on nil.Jean-Philippe Lang2015-02-081-1/+1
* Fixed filtering on date custom field with SQLServer.Jean-Philippe Lang2015-02-081-25/+35
* Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_track...Jean-Philippe Lang2015-02-081-1/+1
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+3
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-10/+12
* TimeEntry acts_as_activity_provider scope should joins(:project) (#18818).Jean-Philippe Lang2015-02-071-1/+1
* Raise an error if version is not found (#18983).Jean-Philippe Lang2015-02-071-2/+5
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+3
* Set :inverse_of on details association.Jean-Philippe Lang2015-01-241-1/+1
* Memorize project override roles.Jean-Philippe Lang2015-01-241-1/+4
* Set :inverse_of option on journals association.Jean-Philippe Lang2015-01-211-1/+1
* fix code indent at app/models/repository/cvs.rbToshi MARUYAMA2015-01-181-1/+1
* use "where" instead of find_by_ at Repository::Cvs classToshi MARUYAMA2015-01-181-3/+3
* revert r13901Toshi MARUYAMA2015-01-181-10/+3
* workaround unit cvs test failure on sqlite3Toshi MARUYAMA2015-01-181-3/+10
* Use attribute writers instead of before_create callback to normalize comments...Jean-Philippe Lang2015-01-181-3/+11
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-172-7/+8
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+3
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-179-48/+184
* Copyright update.Jean-Philippe Lang2015-01-1170-70/+70
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-1/+2
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+1
* Search custom fields and journals with different queries to take advantage of...Jean-Philippe Lang2015-01-081-7/+2
* Skip validation if attribute did not change.Jean-Philippe Lang2015-01-071-2/+2
* Deprecates Project#set_allowed_parent!.Jean-Philippe Lang2015-01-071-1/+2
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-1/+2
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-38/+44