summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-1/+1
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-3/+3
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc...Toshi MARUYAMA2014-02-062-6/+14
* code format clean up app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* remove unneeded h() from app/views/repositories/_revisions.html.erbToshi MARUYAMA2014-02-051-1/+1
* remove unneeded h() from app/views/repositories/_dir_list_content.html.erbToshi MARUYAMA2014-02-051-1/+1
* remove unneeded h() from app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
* code format clean up app/views/search/index.html.erbToshi MARUYAMA2014-02-051-3/+5
* code format clean up ApplicationHelper#parse_redmine_linksToshi MARUYAMA2014-02-051-7/+15
* code format clean up ApplicationHelper#link_to_issueToshi MARUYAMA2014-02-051-1/+2
* code format clean up app/views/projects/settings/_members.html.erbToshi MARUYAMA2014-02-041-6/+8
* 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-29154-154/+154
* 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
* remove unneeded Relation#all from WorkflowsControllerToshi MARUYAMA2014-01-271-2/+2
* 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
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-252-2/+5
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-247-2/+25