summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-3/+11
* scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ...Toshi MARUYAMA2014-02-011-2/+13
* scm: mercurial: use 12 chars id for format_changeset_identifier (#14361)Toshi MARUYAMA2014-02-011-1/+1
* Fixed calculation of done_ratio of parent task with child having estimated_ti...Jean-Philippe Lang2014-01-311-1/+1
* remove unneeded Relation#all from Repository::Git modelToshi MARUYAMA2014-01-311-1/+1
* code format clean up Repository::Git modelToshi MARUYAMA2014-01-311-5/+6
* Reverts r12669 and add a test for #15870.Jean-Philippe Lang2014-01-301-1/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-2967-67/+67
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-276-20/+20
* remove unneeded Relation#all from TimeEntryQuery modelToshi MARUYAMA2014-01-271-2/+4
* remove unneeded Relation#all from Principal modelToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Relation#all from Repository::Subversion modelToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Relation#all from Project modelToshi MARUYAMA2014-01-271-2/+2
* remove unneeded Relation#all from MemberRole modelToshi MARUYAMA2014-01-271-1/+2
* remove unneeded Relation#all from Journal modelToshi MARUYAMA2014-01-271-1/+1
* code format cleanup Repository::Subversion modelToshi MARUYAMA2014-01-271-4/+5
* remove unneeded Relation#all from IssueStatus modelToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Relation#all from IssueQuery modelToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Relation#all from Mailer modelToshi MARUYAMA2014-01-271-3/+3
* remove unneeded Relation#all from IssuePriority modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated #connection from Query modelToshi MARUYAMA2014-01-271-8/+8
* Rails4: replace deprecated #connection from Project modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated #connection from Repository modelToshi MARUYAMA2014-01-271-4/+4
* Rails4: replace deprecated #connection from IssueQuery modelToshi MARUYAMA2014-01-271-5/+5
* Rails4: replace deprecated #connection from IssueCustomField modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated #connection from Issue modelToshi MARUYAMA2014-01-271-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-0/+12
* Adds firstname initials+lastname user format.Jean-Philippe Lang2014-01-241-0/+5
* remove unneeded Project#acts_as_nested_set :order => 'name' optionToshi MARUYAMA2014-01-211-1/+1
* call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)Toshi MARUYAMA2014-01-211-0/+3
* back out r12680Toshi MARUYAMA2014-01-201-1/+1