| Commit message (Expand) | Author | Age | Files | Lines |
* | Preload issue authors when displayed on the issue list (#16091). | Jean-Philippe Lang | 2014-02-22 | 1 | -0/+3 |
* | Always preload issues custom values (#16091). | Jean-Philippe Lang | 2014-02-15 | 1 | -3/+1 |
* | fix source indent of Repository::Cvs model | Toshi MARUYAMA | 2014-02-13 | 1 | -1/+1 |
* | Use spaces instead of tabs. | Jean-Philippe Lang | 2014-02-09 | 1 | -3/+3 |
* | Enable the watching of news (#2549). | Jean-Philippe Lang | 2014-02-09 | 4 | -3/+24 |
* | Project.activities should always return a ActiveRecord::Relation (#15983). | Jean-Philippe Lang | 2014-02-07 | 1 | -8/+8 |
* | Make sure that Repository#extra_info returns a Hash or nil (#16032). | Jean-Philippe Lang | 2014-02-06 | 1 | -0/+6 |
* | fix wrong issue 'assigned-to-my-group' css class (#16038) | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+1 |
* | scm: mercurial: insert long id to DB unless existing id in DB is not short id... | Toshi MARUYAMA | 2014-02-02 | 1 | -2/+8 |
* | scm: mercurial: switch short or long id of entry by existing value in DB (#14... | Toshi MARUYAMA | 2014-02-02 | 1 | -2/+15 |
* | scm: mercurial: override entry and scm_entries (#14361) | Toshi MARUYAMA | 2014-02-02 | 1 | -0/+9 |
* | scm: mercurial: add method to switch short or long id by existing value in DB... | Toshi MARUYAMA | 2014-02-02 | 1 | -5/+17 |
* | scm: split Repository#entries (#14361) | Toshi MARUYAMA | 2014-02-02 | 5 | -11/+15 |
* | back out r12752 (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -11/+3 |
* | scm: mercurial: use long id in adapter level (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -3/+11 |
* | scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ... | Toshi MARUYAMA | 2014-02-01 | 1 | -2/+13 |
* | scm: mercurial: use 12 chars id for format_changeset_identifier (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -1/+1 |
* | Fixed calculation of done_ratio of parent task with child having estimated_ti... | Jean-Philippe Lang | 2014-01-31 | 1 | -1/+1 |
* | remove unneeded Relation#all from Repository::Git model | Toshi MARUYAMA | 2014-01-31 | 1 | -1/+1 |
* | code format clean up Repository::Git model | Toshi MARUYAMA | 2014-01-31 | 1 | -5/+6 |
* | Reverts r12669 and add a test for #15870. | Jean-Philippe Lang | 2014-01-30 | 1 | -1/+0 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 67 | -67/+67 |
* | back out from r12715 to r12720: #connection replacing | Toshi MARUYAMA | 2014-01-27 | 6 | -20/+20 |
* | remove unneeded Relation#all from TimeEntryQuery model | Toshi MARUYAMA | 2014-01-27 | 1 | -2/+4 |
* | remove unneeded Relation#all from Principal model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | remove unneeded Relation#all from Repository::Subversion model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | remove unneeded Relation#all from Project model | Toshi MARUYAMA | 2014-01-27 | 1 | -2/+2 |
* | remove unneeded Relation#all from MemberRole model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+2 |
* | remove unneeded Relation#all from Journal model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | code format cleanup Repository::Subversion model | Toshi MARUYAMA | 2014-01-27 | 1 | -4/+5 |
* | remove unneeded Relation#all from IssueStatus model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | remove unneeded Relation#all from IssueQuery model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | remove unneeded Relation#all from Mailer model | Toshi MARUYAMA | 2014-01-27 | 1 | -3/+3 |
* | remove unneeded Relation#all from IssuePriority model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | Rails4: replace deprecated #connection from Query model | Toshi MARUYAMA | 2014-01-27 | 1 | -8/+8 |
* | Rails4: replace deprecated #connection from Project model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | Rails4: replace deprecated #connection from Repository model | Toshi MARUYAMA | 2014-01-27 | 1 | -4/+4 |
* | Rails4: replace deprecated #connection from IssueQuery model | Toshi MARUYAMA | 2014-01-27 | 1 | -5/+5 |
* | Rails4: replace deprecated #connection from IssueCustomField model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | Rails4: replace deprecated #connection from Issue model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | Adds settings for disabling browser language detection and language preferenc... | Jean-Philippe Lang | 2014-01-24 | 1 | -0/+12 |
* | Adds firstname initials+lastname user format. | Jean-Philippe Lang | 2014-01-24 | 1 | -0/+5 |
* | remove unneeded Project#acts_as_nested_set :order => 'name' option | Toshi MARUYAMA | 2014-01-21 | 1 | -1/+1 |
* | call Project#set_or_update_position_under in Project.rebuild_tree! (#12431) | Toshi MARUYAMA | 2014-01-21 | 1 | -0/+3 |
* | back out r12680 | Toshi MARUYAMA | 2014-01-20 | 1 | -1/+1 |
* | use :order_column option instead of :order for acts_as_nested_set | Toshi MARUYAMA | 2014-01-20 | 1 | -1/+1 |
* | Prevents no method errors when reloading in development mode. | Jean-Philippe Lang | 2014-01-19 | 1 | -0/+2 |
* | Make sure that we don't set the done ratio to a value > 100% (#15870). | Jean-Philippe Lang | 2014-01-19 | 1 | -0/+1 |
* | Fixed Changeset#text_tag for changeset with hash and repository identifier (#... | Jean-Philippe Lang | 2014-01-12 | 1 | -5/+6 |
* | Rails4: replace deprecated Relation#update_all at Project#create_time_entry_a... | Toshi MARUYAMA | 2014-01-10 | 1 | -4/+3 |