summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we don't set the done ratio to a value > 100% (#15870).Jean-Philippe Lang2014-01-191-0/+1
* Fixed Changeset#text_tag for changeset with hash and repository identifier (#...Jean-Philippe Lang2014-01-121-5/+6
* Rails4: replace deprecated Relation#update_all at Project#create_time_entry_a...Toshi MARUYAMA2014-01-101-4/+3
* remove unneeded Relation#all from AuthSource#authenticateToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#sum with finder options at Issue#total_sp...Toshi MARUYAMA2014-01-101-2/+4
* remove unneeded Relation#all from Watcher#pruneToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from Watcher#prune_single_userToshi MARUYAMA2014-01-091-1/+1
* code format cleanup Watcher modelToshi MARUYAMA2014-01-091-3/+4
* backout r12562 : remove unneeded Relation#all from Repository::Mercurial#late...Toshi MARUYAMA2014-01-091-1/+2
* backout r12540 : remove unneeded Relation#all from News#latestToshi MARUYAMA2014-01-091-1/+1
* Rails4: replace deprecated find_all_by_* at IssueQuery modelToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from Repository::Mercurial#latest_changesetsToshi MARUYAMA2014-01-091-2/+1
* Rails4: replace deprecated find_all_by_* at Tracker modelToshi MARUYAMA2014-01-091-2/+1
* Rails4: replace deprecated Relation#update_all at Repository modelToshi MARUYAMA2014-01-091-3/+2
* Rails4: replace deprecated Relation#update_all at User modelToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from MailHandler#add_watchersToshi MARUYAMA2014-01-091-2/+3
* remove unneeded Relation#all from Project#copy_issuesToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from News#latestToshi MARUYAMA2014-01-091-1/+1
* Rails4: replace deprecated Relation#calculate with finder options at Issue modelToshi MARUYAMA2014-01-081-3/+4
* remove unneeded Relation#all from Group#user_removedToshi MARUYAMA2014-01-081-1/+0
* remove unneeded Relation#all from WikiPage#handle_redirectsToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#update_all at Issue modelToshi MARUYAMA2014-01-081-3/+3
* Rails4: replace deprecated Relation#update_all at IssueCategory modelToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#update_all at Group modelToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#update_all at Issue modelToshi MARUYAMA2014-01-081-1/+2
* Rails4: replace deprecated Relation#update_all at User modelToshi MARUYAMA2014-01-081-12/+16
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#update_all at Member modelToshi MARUYAMA2014-01-081-1/+2
* Rails4: replace deprecated Relation#update_all at IssueStatus modelToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#update_all at Enumeration modelToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#update_all at Board modelToshi MARUYAMA2014-01-081-3/+3
* Rails4: replace deprecated Relation#update_all at Message modelToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated find_all_by_* at Journal modelToshi MARUYAMA2014-01-071-1/+1
* Rails4: replace deprecated find_all_by_* at IssueQuery modelToshi MARUYAMA2014-01-071-1/+1
* Rails4: replace deprecated Relation#update_all at Repository modelToshi MARUYAMA2014-01-071-1/+1
* Rails4: replace deprecated Relation#update_all at IssuePriority modelToshi MARUYAMA2014-01-071-1/+1
* use lambda form in Version model scope (#12499)Toshi MARUYAMA2014-01-071-1/+1
* Reduces the number of subqueries when searching with many custom fields set a...Jean-Philippe Lang2014-01-052-8/+10
* Fixed test failure with ruby1.8 (#8842).Jean-Philippe Lang2014-01-031-1/+1
* Fixed test failure with sqlite (#8842).Jean-Philippe Lang2014-01-031-2/+3
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-12/+27
* support more character encoding in incoming emails (#15785)Toshi MARUYAMA2014-01-011-1/+5
* Rails4: replace deprecated find_by_id at Changeset classToshi MARUYAMA2013-12-291-1/+1
* explicitly define fix has_and_belongs_to_many join_table at Group and UserToshi MARUYAMA2013-12-272-4/+8
* Rails4 compatibility of version group countToshi MARUYAMA2013-12-261-1/+1
* code format cleanup Principal classToshi MARUYAMA2013-12-261-1/+5
* Rails4 compatibility of Setting modelToshi MARUYAMA2013-12-201-2/+3
* Fixed that time entries custom values are not deleted when deleting a project...Jean-Philippe Lang2013-12-182-2/+2
* Fixed that text/plain attachments are added to issue description (#15684).Jean-Philippe Lang2013-12-181-0/+5