| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r11513 from trunk (#13328). | Jean-Philippe Lang | 2013-03-01 | 1 | -5/+12 |
* | Merged r11509 and r11512 from trunk (#13309). | Jean-Philippe Lang | 2013-03-01 | 1 | -1/+1 |
* | Merged r11461, r11462 from trunk (#13251). | Jean-Philippe Lang | 2013-02-24 | 2 | -1/+2 |
* | Typo. | Jean-Philippe Lang | 2013-02-23 | 1 | -1/+1 |
* | Adds an helper for rendering query columns selection. | Jean-Philippe Lang | 2013-02-23 | 6 | -10/+13 |
* | Adds helpers for query columns selection. | Jean-Philippe Lang | 2013-02-23 | 3 | -2/+12 |
* | Rename issues CSV and PDF exports. | Jean-Philippe Lang | 2013-02-23 | 1 | -2/+2 |
* | Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_... | Jean-Philippe Lang | 2013-02-23 | 5 | -37/+22 |
* | Refactor: makes issue id a regular QueryColumn. | Jean-Philippe Lang | 2013-02-23 | 6 | -15/+18 |
* | Fixed that requesting a message from an invalid forum should respond with 404... | Jean-Philippe Lang | 2013-02-20 | 1 | -1/+2 |
* | Removed hard-coded style in watchers list. | Jean-Philippe Lang | 2013-02-20 | 1 | -1/+1 |
* | Fixed that delete watcher link was broken by r11290 (#13231). | Jean-Philippe Lang | 2013-02-20 | 1 | -3/+3 |
* | Makes all time entry columns available in the CSV export. | Jean-Philippe Lang | 2013-02-19 | 3 | -36/+23 |
* | Fixed that float custom fields do not use CSV decimal separator (#10364). | Jean-Philippe Lang | 2013-02-19 | 2 | -21/+26 |
* | Add login to /users/:id API for current user (#13155). | Jean-Philippe Lang | 2013-02-18 | 1 | -1/+1 |
* | fix typo at app/models/user.rb (#5719) | Toshi MARUYAMA | 2013-02-18 | 1 | -2/+2 |
* | Optimizes the SQL query behind Principal#member_of. | Jean-Philippe Lang | 2013-02-17 | 1 | -1/+1 |
* | Use #per_page instead of #items_per_page. | Jean-Philippe Lang | 2013-02-17 | 5 | -5/+5 |
* | Fixed that messages are not sorted by last reply (#12243). | Jean-Philippe Lang | 2013-02-17 | 1 | -2/+3 |
* | replace tabs to spaces at app/controllers/boards_controller.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | replace tabs to spaces at app/models/issue.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -2/+2 |
* | replace tabs to spaces at app/models/setting.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -9/+9 |
* | replace tabs to spaces at app/helpers/application_helper.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | remove trailing tabs from app/controllers/users_controller.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | remove trailing tabs from app/controllers/projects_controller.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | remove trailing tabs from app/controllers/admin_controller.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -2/+2 |
* | remove trailing tabs from app/models/project.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -2/+2 |
* | remove trailing tab from app/helpers/custom_fields_helper.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | remove trailing tab and white-spaces from app/controllers/issue_statuses_cont... | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | Adds Issue#status_was that returns the initial issue status. | Jean-Philippe Lang | 2013-02-17 | 1 | -3/+16 |
* | Adds closed_on to issues API responses (#824). | Jean-Philippe Lang | 2013-02-16 | 2 | -0/+2 |
* | replace tabs to spaces at app/helpers/timelog_helper.rb | Toshi MARUYAMA | 2013-02-16 | 1 | -3/+3 |
* | Fixed that updating the issue form was broken by r4011 when user is not allow... | Jean-Philippe Lang | 2013-02-16 | 2 | -3/+7 |
* | Makes closed_on available as column and filter on the issue list (#824). | Jean-Philippe Lang | 2013-02-16 | 1 | -0/+2 |
* | Adds closed_on column that stores the time of the last closing (#824). | Jean-Philippe Lang | 2013-02-16 | 1 | -4/+17 |
* | Adds the date picker for the default value of date custom fields. | Jean-Philippe Lang | 2013-02-15 | 1 | -0/+5 |
* | Remove default for when changing custom field format. | Jean-Philippe Lang | 2013-02-15 | 1 | -0/+2 |
* | Use a textarea instead of an input for the default value of long text custom ... | Jean-Philippe Lang | 2013-02-15 | 1 | -2/+8 |
* | Test broken by r11392 (#13174). | Jean-Philippe Lang | 2013-02-15 | 1 | -3/+3 |
* | Possibility to define the default enable trackers when creating a project (#1... | Jean-Philippe Lang | 2013-02-15 | 3 | -2/+10 |
* | Raised group name maximum length to 255 characters (#13174). | Jean-Philippe Lang | 2013-02-15 | 2 | -2/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2013-02-14 | 1 | -10/+4 |
* | Adds token finder methods. | Jean-Philippe Lang | 2013-02-14 | 2 | -6/+23 |
* | Refactor: use an ordered hash to store available filters and remove :order op... | Jean-Philippe Lang | 2013-02-14 | 4 | -160/+147 |
* | remove trailing white-spaces from app/models/custom_field.rb | Toshi MARUYAMA | 2013-02-12 | 1 | -4/+4 |
* | Format all floats with 2 decimals in the issue list (#13126). | Jean-Philippe Lang | 2013-02-11 | 1 | -6/+4 |
* | Don't generate duplicate ids. | Jean-Philippe Lang | 2013-02-10 | 1 | -1/+1 |
* | Use POST/DELETE to watch/unwatch an item. | Jean-Philippe Lang | 2013-02-10 | 1 | -5/+4 |
* | Bulk watch/unwatch issues from the context menu (#7159). | Jean-Philippe Lang | 2013-02-10 | 4 | -33/+51 |
* | remove trailing white-space from app/models/board.rb | Toshi MARUYAMA | 2013-02-10 | 1 | -1/+1 |