summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Preload wiki page content for search results.Jean-Philippe Lang2014-12-261-1/+1
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-4/+5
* Don't overwrite headers that were already set (#14699).Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-213-4/+4
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Use a simple count query.Jean-Philippe Lang2014-12-131-17/+0
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-132-2/+2
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-132-0/+5
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-8/+0
* Removed unused method.Jean-Philippe Lang2014-12-121-4/+0
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-126-10/+10
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Misc tests.Jean-Philippe Lang2014-12-081-1/+1
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-3/+6
* Skip some validations if attribute did not change.Jean-Philippe Lang2014-12-062-3/+5
* Specify the order for finding a setting.Jean-Philippe Lang2014-12-051-1/+1
* Skip uniqueness validation when updating a setting without changing its name.Jean-Philippe Lang2014-12-051-1/+1
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-32/+52
* Removed dead code, Rails4 handles that in its attribute writer.Jean-Philippe Lang2014-12-051-3/+0
* Removed unused scopes.Jean-Philippe Lang2014-12-051-15/+0
* Typo.Jean-Philippe Lang2014-12-051-1/+1
* Removed unused and deprecated Issue#move_to_project method.Jean-Philippe Lang2014-12-051-27/+0
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-052-78/+122
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-2/+7
* Get version ids with a single query (was n+1).Jean-Philippe Lang2014-12-021-3/+4
* Removed broken and unused method added in r5313.Jean-Philippe Lang2014-12-021-6/+0
* Use scope.Jean-Philippe Lang2014-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-301-4/+5
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-294-1/+41
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-233-22/+85
* Merged r13640 from 2.6-stable to trunk (#18280)Toshi MARUYAMA2014-11-221-1/+2
* replace tab to space at app/models/issue.rbToshi MARUYAMA2014-11-221-1/+1
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-221-2/+1
* Clear @spent_hours on reload (#18410).Jean-Philippe Lang2014-11-221-0/+1
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-141-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-115-7/+49
* Prevents a status load in #status_was when status is not changed (#18290).Jean-Philippe Lang2014-11-081-2/+6
* Prevents author load (#18290).Jean-Philippe Lang2014-11-081-1/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-082-0/+21
* Preload users and projects for latest news on welcome page.Jean-Philippe Lang2014-11-061-1/+1
* Use IssueRelation#to_s.Jean-Philippe Lang2014-11-051-1/+1
* Overrides IssueRelation#to_s.Jean-Philippe Lang2014-11-051-0/+10
* Fixed that setting a status as closed should update issue closed_on attribute...Jean-Philippe Lang2014-11-051-0/+18
* Let QueryColumn accept a Proc as caption (#18276).Jean-Philippe Lang2014-11-041-1/+8
* Fixed that a disabled field which is required by workflow rules blocks issue ...Jean-Philippe Lang2014-11-041-1/+1
* Moved controller code to new method Project#add_default_member.Jean-Philippe Lang2014-11-021-0/+9
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-021-0/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-023-27/+67