| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 154 | -154/+154 |
* | 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 |
* | remove unneeded Relation#all from WorkflowsController | Toshi MARUYAMA | 2014-01-27 | 1 | -2/+2 |
* | 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 |
* | Successful update notice for workflows (#15831). | Jean-Philippe Lang | 2014-01-25 | 1 | -0/+2 |
* | Redirect to back_url or referer when clicking "Sign in" while already logged-... | Jean-Philippe Lang | 2014-01-25 | 2 | -2/+5 |
* | Adds settings for disabling browser language detection and language preferenc... | Jean-Philippe Lang | 2014-01-24 | 7 | -2/+25 |
* | 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 |
* | Don't display default watchers checkboxes on the new issue form when there ar... | Jean-Philippe Lang | 2014-01-19 | 5 | -13/+23 |
* | Prevents no method errors when reloading in development mode. | Jean-Philippe Lang | 2014-01-19 | 1 | -0/+2 |
* | Focus first text field automatically (#13134). | Jean-Philippe Lang | 2014-01-19 | 4 | -6/+0 |
* | Make sure that we don't set the done ratio to a value > 100% (#15870). | Jean-Philippe Lang | 2014-01-19 | 1 | -0/+1 |
* | Show warning when exported issues exceed the limit (#13770). | Jean-Philippe Lang | 2014-01-12 | 1 | -2/+7 |
* | Adds favicon to ATOM feeds (#14309). | Jean-Philippe Lang | 2014-01-12 | 2 | -0/+2 |
* | Adds #favicon_path and #favicon_url helpers. | Jean-Philippe Lang | 2014-01-12 | 1 | -2/+15 |
* | Fixed Changeset#text_tag for changeset with hash and repository identifier (#... | Jean-Philippe Lang | 2014-01-12 | 1 | -5/+6 |
* | Code cleanup (#14766). | Jean-Philippe Lang | 2014-01-11 | 1 | -1/+1 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 6 | -9/+12 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 1 | -2/+2 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 1 | -1/+1 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 1 | -2/+3 |
* | Removes duplicate ids (#15485). | Jean-Philippe Lang | 2014-01-11 | 1 | -1/+1 |
* | Adds project status to GET /projects/:id and GET /projects API response (#158... | Jean-Philippe Lang | 2014-01-11 | 2 | -0/+2 |
* | Make favicon themeable (#15689). | Jean-Philippe Lang | 2014-01-11 | 1 | -1/+2 |
* | Wrap filters, options and buttons with extra div (#15362). | Jean-Philippe Lang | 2014-01-11 | 2 | -6/+9 |
* | cleanup syntax of Relation#all at WikiController#export | Toshi MARUYAMA | 2014-01-11 | 1 | -1/+4 |
* | cleanup syntax of Relation#all at app/views/watchers/_new.html.erb | Toshi MARUYAMA | 2014-01-11 | 1 | -1/+1 |
* | code format cleanup WikiController | Toshi MARUYAMA | 2014-01-11 | 1 | -2/+8 |
* | code format cleanup app/views/watchers/_new.html.erb | Toshi MARUYAMA | 2014-01-11 | 1 | -1/+5 |
* | Rails4: replace deprecated find_all_by_* at WatchersController | Toshi MARUYAMA | 2014-01-10 | 1 | -2/+2 |