| Commit message (Expand) | Author | Age | Files | Lines |
* | Resourcified enumerations. | Jean-Philippe Lang | 2011-12-11 | 10 | -60/+71 |
* | Removed fieldset. | Jean-Philippe Lang | 2011-12-10 | 1 | -4/+0 |
* | Typo in French locale. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Removed double dash. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Updated issue description diff route. | Etienne Massip | 2011-12-10 | 1 | -1/+2 |
* | Fixed reorder links on custom fields. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Extracted new_subclass_instance method to a module. | Jean-Philippe Lang | 2011-12-10 | 2 | -16/+44 |
* | Role.all broken in migration due to default sort (columns do not exist yet). ... | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Fixed tests with the valid login url. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+2 |
* | CHANGELOG updated. | Jean-Philippe Lang | 2011-12-10 | 1 | -0/+101 |
* | Removed useless routes. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+0 |
* | Removed useless routes. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+0 |
* | Removed useless routes. | Jean-Philippe Lang | 2011-12-10 | 1 | -5/+0 |
* | Makes assertion compatible with ruby1.9. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | ruby1.9: macro must accept 2 arguments. | Jean-Philippe Lang | 2011-12-10 | 2 | -2/+2 |
* | Added method to attachments routes. | Etienne Massip | 2011-12-10 | 1 | -3/+3 |
* | Fixed assert call. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | Removed boards widcard route. | Etienne Massip | 2011-12-10 | 1 | -3/+0 |
* | Removed repositories widcard route. | Etienne Massip | 2011-12-10 | 1 | -2/+0 |
* | Removed default route. | Etienne Massip | 2011-12-10 | 1 | -2/+0 |
* | Explicitly declare all routes and deactivate default route. | Etienne Massip | 2011-12-10 | 7 | -29/+113 |
* | scm: git: remove unused --since option (#4547, #4716, #7146, #6013) | Toshi MARUYAMA | 2011-12-10 | 2 | -10/+0 |
* | Issue destroy is now DELETE only. | Jean-Philippe Lang | 2011-12-10 | 1 | -3/+3 |
* | Removed no longer working old wiki route. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+0 |
* | Droppped old repositories routes. | Jean-Philippe Lang | 2011-12-10 | 1 | -8/+0 |
* | Changed ProjectsController#destroy to DELETE only. | Jean-Philippe Lang | 2011-12-10 | 4 | -17/+11 |
* | Changed IssuesController#destroy to DELETE only. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+0 |
* | Changed IssuesController#destroy to DELETE only. | Jean-Philippe Lang | 2011-12-10 | 5 | -15/+13 |
* | Removed obsolete project news route. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+0 |
* | Moved bulk_edit/update routes into issues resources. | Jean-Philippe Lang | 2011-12-10 | 2 | -4/+2 |
* | Custom fields display on bulk edit form. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+1 |
* | REST urls for user memberships. | Jean-Philippe Lang | 2011-12-10 | 5 | -26/+33 |
* | Resourcified roles. | Jean-Philippe Lang | 2011-12-09 | 10 | -56/+81 |
* | Resourcified custom fields. | Jean-Philippe Lang | 2011-12-09 | 10 | -28/+108 |
* | Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder. | Jean-Philippe Lang | 2011-12-09 | 2 | -5/+5 |
* | Removed TabularFormBuilder references in views. | Jean-Philippe Lang | 2011-12-09 | 13 | -20/+28 |
* | Use #labelled_form_for instead of #labelled_tabular_form_for. | Jean-Philippe Lang | 2011-12-09 | 23 | -30/+31 |
* | Rails3: model: user: use ::Query instead of Query | Toshi MARUYAMA | 2011-12-09 | 1 | -2/+2 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -2/+2 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -3/+6 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -3/+6 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -1/+2 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -1/+1 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -4/+6 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -1/+2 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -1/+2 |
* | Makes project and tracker assigned first in #attributes= | Jean-Philippe Lang | 2011-12-08 | 2 | -12/+22 |
* | Changes auto_complete calls to GET requests. | Jean-Philippe Lang | 2011-12-08 | 2 | -1/+3 |
* | Handle spaces in development scm stderr log file path. | Etienne Massip | 2011-12-08 | 1 | -1/+1 |
* | Tests broken with ruby1.8.6 (#9751). | Jean-Philippe Lang | 2011-12-08 | 1 | -1/+2 |