| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 1 | -2/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Option to search open issues only (#10734). | Jean-Philippe Lang | 2015-01-10 | 1 | -1/+2 |
* | Search custom fields and journals with different queries to take advantage of... | Jean-Philippe Lang | 2015-01-08 | 1 | -7/+2 |
* | Replaces awesome_nested_set gem with a simple and more robust implementation ... | Jean-Philippe Lang | 2015-01-07 | 1 | -48/+15 |
* | Don't consider roles without issue add/edit permissions for determining field... | Jean-Philippe Lang | 2014-12-13 | 1 | -0/+1 |
* | Droped legacy behaviour that allows a user to edit a few attributes of an iss... | Jean-Philippe Lang | 2014-12-13 | 1 | -8/+0 |
* | Rewrites search engine to properly paginate results (#18631). | Jean-Philippe Lang | 2014-12-12 | 1 | -2/+1 |
* | Skip some validations if attribute did not change. | Jean-Philippe Lang | 2014-12-06 | 1 | -1/+4 |
* | Typo. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Removed unused and deprecated Issue#move_to_project method. | Jean-Philippe Lang | 2014-12-05 | 1 | -27/+0 |
* | Moved journal details generation to Journal model. | Jean-Philippe Lang | 2014-12-05 | 1 | -78/+20 |
* | replace tab to space at app/models/issue.rb | Toshi MARUYAMA | 2014-11-22 | 1 | -1/+1 |
* | Clear @spent_hours on reload (#18410). | Jean-Philippe Lang | 2014-11-22 | 1 | -0/+1 |
* | Prevents a status load in #status_was when status is not changed (#18290). | Jean-Philippe Lang | 2014-11-08 | 1 | -2/+6 |
* | Prevents author load (#18290). | Jean-Philippe Lang | 2014-11-08 | 1 | -1/+1 |
* | Fixed that a disabled field which is required by workflow rules blocks issue ... | Jean-Philippe Lang | 2014-11-04 | 1 | -1/+1 |
* | Default status per tracker (#5991). | Jean-Philippe Lang | 2014-11-02 | 1 | -9/+52 |
* | Fixed that IssueRelation should not be responsible for calling Issue#init_jou... | Jean-Philippe Lang | 2014-11-02 | 1 | -0/+35 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-26 | 1 | -10/+15 |
* | Prevents useless COUNT queries. | Jean-Philippe Lang | 2014-10-26 | 1 | -2/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-26 | 1 | -8/+15 |
* | Makes Project#assignable_users return a scope that prevents 2*n queries. | Jean-Philippe Lang | 2014-10-25 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-25 | 1 | -16/+18 |
* | Code cleanup, use safer #closed? | Jean-Philippe Lang | 2014-10-24 | 1 | -2/+2 |
* | Restores commits reverted when rails-4.1 branch was merged (#18174). | Jean-Philippe Lang | 2014-10-24 | 1 | -1/+0 |
* | remove unneeded "references" of joins | Toshi MARUYAMA | 2014-10-24 | 1 | -5/+0 |
* | use includes instead of joins at Issue#visible | Toshi MARUYAMA | 2014-10-24 | 1 | -1/+1 |
* | Removed unneeded :foreign_key option on belongs_to associations. | Jean-Philippe Lang | 2014-10-22 | 1 | -6/+6 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -25/+50 |
* | Fixed test failure with MySQL introduced by r13467. | Jean-Philippe Lang | 2014-10-21 | 1 | -1/+1 |
* | Fixed test failure with SQLServer introduced by r13461. | Jean-Philippe Lang | 2014-10-21 | 1 | -1/+2 |
* | Fixed tests broken by r13461. | Jean-Philippe Lang | 2014-10-20 | 1 | -1/+1 |
* | Code cleanup, removed raw SQL queries. | Jean-Philippe Lang | 2014-10-20 | 1 | -61/+36 |
* | Parent issue autocomplete does not follow to the "Allow cross-project subtask... | Jean-Philippe Lang | 2014-09-14 | 1 | -0/+22 |
* | remove unneeded setting self[left_column_name] and self[right_column_name] fr... | Toshi MARUYAMA | 2014-08-23 | 1 | -2/+0 |
* | remove unneeded statement from Issue#parent_issue_id= | Toshi MARUYAMA | 2014-07-13 | 1 | -1/+0 |
* | Field set as read-only still available in the issues list context menu (#16755). | Jean-Philippe Lang | 2014-05-02 | 1 | -0/+5 |
* | remove trailing white-spaces from Issue#count_and_group_by SQL | Toshi MARUYAMA | 2014-04-08 | 1 | -6/+6 |
* | remove trailing white-spaces from Issue#by_subproject SQL | Toshi MARUYAMA | 2014-04-08 | 1 | -5/+5 |
* | remove trailing white-spaces from app/models/issue.rb | Toshi MARUYAMA | 2014-04-08 | 1 | -9/+9 |
* | code format clean up Issue#update_versions_from_hierarchy_change | Toshi MARUYAMA | 2014-04-08 | 1 | -1/+4 |
* | fix typos of source comments at Issue model | Toshi MARUYAMA | 2014-04-07 | 1 | -1/+1 |
* | fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa... | Toshi MARUYAMA | 2014-03-26 | 1 | -2/+1 |
* | fix always new lft and rgt are lft = 1, rgt = 2 (#6579) | Toshi MARUYAMA | 2014-03-26 | 1 | -3/+1 |
* | remove unneeded Relation#all from Issue#workflow_rule_by_attribute | Toshi MARUYAMA | 2014-03-24 | 1 | -1/+1 |
* | prevent issue tree hierarchy is broken in race conditions (#6579) | Toshi MARUYAMA | 2014-02-25 | 1 | -7/+13 |
* | Prevent N queries on custom_fields when call /issues API. | Jean-Philippe Lang | 2014-02-22 | 1 | -1/+1 |
* | fix wrong issue 'assigned-to-my-group' css class (#16038) | Toshi MARUYAMA | 2014-02-06 | 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 |