| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip uniqueness validation when updating a setting without changing its name. | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+1 |
* | Adds methods for loading and adding settings. | Jean-Philippe Lang | 2014-12-05 | 1 | -32/+52 |
* | Removed dead code, Rails4 handles that in its attribute writer. | Jean-Philippe Lang | 2014-12-05 | 1 | -3/+0 |
* | Removed unused scopes. | Jean-Philippe Lang | 2014-12-05 | 1 | -15/+0 |
* | 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 | 2 | -78/+122 |
* | Rescue RecordNotSaved in #save_with_content. | Jean-Philippe Lang | 2014-12-03 | 1 | -2/+7 |
* | Get version ids with a single query (was n+1). | Jean-Philippe Lang | 2014-12-02 | 1 | -3/+4 |
* | Removed broken and unused method added in r5313. | Jean-Philippe Lang | 2014-12-02 | 1 | -6/+0 |
* | Use scope. | Jean-Philippe Lang | 2014-12-02 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-11-30 | 1 | -4/+5 |
* | Edit attachments after upload (#1326). | Jean-Philippe Lang | 2014-11-29 | 4 | -1/+41 |
* | Move wiki page to other project (#5450). | Jean-Philippe Lang | 2014-11-23 | 3 | -22/+85 |
* | Merged r13640 from 2.6-stable to trunk (#18280) | Toshi MARUYAMA | 2014-11-22 | 1 | -1/+2 |
* | replace tab to space at app/models/issue.rb | Toshi MARUYAMA | 2014-11-22 | 1 | -1/+1 |
* | Selected projects in email notifications on "my account" are lost when the pa... | Jean-Philippe Lang | 2014-11-22 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-11-22 | 1 | -2/+1 |
* | Clear @spent_hours on reload (#18410). | Jean-Philippe Lang | 2014-11-22 | 1 | -0/+1 |
* | Ignore bogus issue strings like [some-string#1234] in email subjects (#17705). | Jean-Philippe Lang | 2014-11-14 | 1 | -1/+1 |
* | Adds a role setting for controlling visibility of users: all or members of vi... | Jean-Philippe Lang | 2014-11-11 | 5 | -7/+49 |
* | 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 |
* | Adds configuration settings to limit valid repository path (#1415). | Jean-Philippe Lang | 2014-11-08 | 2 | -0/+21 |
* | Preload users and projects for latest news on welcome page. | Jean-Philippe Lang | 2014-11-06 | 1 | -1/+1 |
* | Use IssueRelation#to_s. | Jean-Philippe Lang | 2014-11-05 | 1 | -1/+1 |
* | Overrides IssueRelation#to_s. | Jean-Philippe Lang | 2014-11-05 | 1 | -0/+10 |
* | Fixed that setting a status as closed should update issue closed_on attribute... | Jean-Philippe Lang | 2014-11-05 | 1 | -0/+18 |
* | Let QueryColumn accept a Proc as caption (#18276). | Jean-Philippe Lang | 2014-11-04 | 1 | -1/+8 |
* | Fixed that a disabled field which is required by workflow rules blocks issue ... | Jean-Philippe Lang | 2014-11-04 | 1 | -1/+1 |
* | Moved controller code to new method Project#add_default_member. | Jean-Philippe Lang | 2014-11-02 | 1 | -0/+9 |
* | Adds a 'sorted' scope to Project. | Jean-Philippe Lang | 2014-11-02 | 1 | -0/+1 |
* | Default status per tracker (#5991). | Jean-Philippe Lang | 2014-11-02 | 3 | -27/+67 |
* | Fixed that IssueRelation should not be responsible for calling Issue#init_jou... | Jean-Philippe Lang | 2014-11-02 | 2 | -26/+56 |
* | Removed ORDER option on acts_as_tree that duplicates default_scope. | Jean-Philippe Lang | 2014-10-30 | 1 | -1/+1 |
* | Fixed SQL errors with SQLServer (column specified more than once in the order... | Jean-Philippe Lang | 2014-10-29 | 2 | -2/+2 |
* | Order scopes cleanup. | Jean-Philippe Lang | 2014-10-29 | 6 | -7/+7 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-28 | 1 | -2/+2 |
* | Removed unused instance variable. | Jean-Philippe Lang | 2014-10-28 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-28 | 1 | -3/+3 |
* | Code cleanup, removed raw SQL. | Jean-Philippe Lang | 2014-10-28 | 2 | -2/+2 |
* | Query IssueStatus model to prevent workflows instanciation. | Jean-Philippe Lang | 2014-10-26 | 1 | -10/+14 |
* | 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 |
* | Clear @assignable_users on reload. | Jean-Philippe Lang | 2014-10-25 | 1 | -0/+1 |
* | Makes Project#assignable_users return a scope that prevents 2*n queries. | Jean-Philippe Lang | 2014-10-25 | 2 | -6/+8 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-25 | 2 | -17/+19 |
* | 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 | 4 | -5/+10 |