summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* introduce request_store to ensure that the current user doesn't leak across r...Toshi MARUYAMA2014-05-011-2/+2
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-261-0/+1
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
* replace tabs to spaces at app/models/query.rbToshi MARUYAMA2014-04-151-2/+2
* mark deprecated Enumeration#overridding_change? which was changed in r13056Toshi MARUYAMA2014-04-081-0/+6
* remove trailing white-spaces from Issue#count_and_group_by SQLToshi MARUYAMA2014-04-081-6/+6
* remove trailing white-spaces from Issue#by_subproject SQLToshi MARUYAMA2014-04-081-5/+5
* remove trailing white-spaces from app/models/issue.rbToshi MARUYAMA2014-04-081-9/+9
* code format clean up Issue#update_versions_from_hierarchy_changeToshi MARUYAMA2014-04-081-1/+4
* fix typos of source comments at Query modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-071-3/+3
* fix typos of source comments at Member modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Issue modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Enumeration modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Version modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at WikiContent modelToshi MARUYAMA2014-04-061-1/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-061-2/+2
* fix typo of Enumeration#overridding_change?Toshi MARUYAMA2014-04-062-3/+3
* Fixed that Link custom fields are not displayed as links on the issue list (#...Jean-Philippe Lang2014-04-061-4/+19
* Remove users from cc if they are already notified (#16415).Jean-Philippe Lang2014-03-291-1/+1
* remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_roleToshi MARUYAMA2014-03-261-4/+2
* fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...Toshi MARUYAMA2014-03-261-2/+1
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-3/+1
* remove unneeded Relation#all from Issue#workflow_rule_by_attributeToshi MARUYAMA2014-03-241-1/+1
* Don't abort processing of emails when an email triggers a parsing exception (...Jean-Philippe Lang2014-03-211-0/+8
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+10
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-4/+10
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-3/+5
* Use #read/#write_attribute instead of #super when overwriting default accesso...Jean-Philippe Lang2014-03-151-2/+3
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-281-3/+1
* prevent issue tree hierarchy is broken in race conditions (#6579)Toshi MARUYAMA2014-02-251-7/+13
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-252-10/+98
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+1
* Only notify users that can see news (#16134).Jean-Philippe Lang2014-02-221-1/+1
* Prevent N queries on custom_fields when call /issues API.Jean-Philippe Lang2014-02-221-1/+1
* Preload issue authors when displayed on the issue list (#16091).Jean-Philippe Lang2014-02-221-0/+3
* Always preload issues custom values (#16091).Jean-Philippe Lang2014-02-151-3/+1
* fix source indent of Repository::Cvs modelToshi MARUYAMA2014-02-131-1/+1
* Use spaces instead of tabs.Jean-Philippe Lang2014-02-091-3/+3
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-094-3/+24
* Project.activities should always return a ActiveRecord::Relation (#15983).Jean-Philippe Lang2014-02-071-8/+8
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
* fix wrong issue 'assigned-to-my-group' css class (#16038)Toshi MARUYAMA2014-02-061-1/+1
* scm: mercurial: insert long id to DB unless existing id in DB is not short id...Toshi MARUYAMA2014-02-021-2/+8
* scm: mercurial: switch short or long id of entry by existing value in DB (#14...Toshi MARUYAMA2014-02-021-2/+15
* scm: mercurial: override entry and scm_entries (#14361)Toshi MARUYAMA2014-02-021-0/+9
* scm: mercurial: add method to switch short or long id by existing value in DB...Toshi MARUYAMA2014-02-021-5/+17
* scm: split Repository#entries (#14361)Toshi MARUYAMA2014-02-025-11/+15
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-11/+3