summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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 passing options to find at MessagesControllerToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated find_all_by_* at GroupsControllerToshi MARUYAMA2014-01-081-1/+1
* remove unneeded Relation#all from app/views/custom_fields/_form.html.erbToshi MARUYAMA2014-01-081-1/+1
* 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: deprecated find_by methods with options at ApplicationHelperToshi MARUYAMA2014-01-071-2/+3
* 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
* Fixed that magic links to existing attachments are not converted when preview...Jean-Philippe Lang2014-01-031-1/+2
* 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
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-1/+1
* back out r12441Toshi MARUYAMA2013-12-221-2/+2
* Adds support for links on values for various custom field formats (#1358).Jean-Philippe Lang2013-12-225-1/+6
* Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at App...Toshi MARUYAMA2013-12-221-2/+2
* Fixed that OpenID authentication fails with 422 error due to token verificati...Jean-Philippe Lang2013-12-211-0/+8
* 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
* Fixed that previous assignee is not notified on issue update (#15714).Jean-Philippe Lang2013-12-171-3/+20
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-152-5/+6