| Commit message (Expand) | Author | Age | Files | Lines |
* | fix confirmation page has broken HTML when a project folding sub project is d... | Toshi MARUYAMA | 2012-07-26 | 2 | -1/+6 |
* | Identifier is now frozen. | Jean-Philippe Lang | 2012-07-26 | 1 | -3/+1 |
* | Repository Identifier should be frozen (#11109). | Jean-Philippe Lang | 2012-07-26 | 50 | -2/+95 |
* | Adds a task to duplicate a string in locales. | Jean-Philippe Lang | 2012-07-26 | 1 | -0/+28 |
* | Changed issues css class from priority-{position} to status-{id} (#2071). | Jean-Philippe Lang | 2012-07-26 | 3 | -7/+7 |
* | Changed issues css class from status-{position} to status-{id} (#11304). | Jean-Philippe Lang | 2012-07-26 | 1 | -1/+1 |
* | Don't turn #nnn with leading zeros into link (#11494). | Jean-Philippe Lang | 2012-07-24 | 2 | -1/+3 |
* | Sort versions ascending when grouping issues by version (#11153). | Jean-Philippe Lang | 2012-07-24 | 1 | -1/+1 |
* | Fixed broken test. | Jean-Philippe Lang | 2012-07-24 | 1 | -4/+4 |
* | In case the column is not found. | Jean-Philippe Lang | 2012-07-24 | 1 | -1/+1 |
* | Ability to group and sort the issue list by user/version custom field (#9419). | Jean-Philippe Lang | 2012-07-24 | 5 | -6/+142 |
* | Adds Version.fields_for_order_statement. | Jean-Philippe Lang | 2012-07-24 | 2 | -1/+6 |
* | Adds CustomField#group_statement. | Jean-Philippe Lang | 2012-07-24 | 2 | -5/+14 |
* | Use JQuery Dialog (#11445). | Jean-Philippe Lang | 2012-07-22 | 2 | -22/+13 |
* | Use JQuery Datepicker (#11445). | Jean-Philippe Lang | 2012-07-22 | 98 | -7891/+1068 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 122 | -10950/+1419 |
* | Fixed that settings raises an error if not trackers exist (#11467). | Jean-Philippe Lang | 2012-07-21 | 3 | -2/+22 |
* | code layout cleanup lib/redmine/helpers/gantt.rb | Toshi MARUYAMA | 2012-07-21 | 1 | -61/+0 |
* | replace tabs to spaces and fix indents at lib/redmine/helpers/gantt.rb | Toshi MARUYAMA | 2012-07-21 | 1 | -41/+41 |
* | code layout cleanup app/views/gantts/show.html.erb | Toshi MARUYAMA | 2012-07-21 | 1 | -9/+10 |
* | code layout cleanup test/unit/lib/redmine/helpers/gantt_test.rb | Toshi MARUYAMA | 2012-07-21 | 1 | -38/+21 |
* | add copyright statement to test/functional/gantts_controller_test.rb | Toshi MARUYAMA | 2012-07-21 | 1 | -0/+17 |
* | replace shoulda to Rails standard tests at functional gantts controller test | Toshi MARUYAMA | 2012-07-21 | 1 | -19/+14 |
* | Removed -moz-border-radius styles. | Jean-Philippe Lang | 2012-07-21 | 1 | -2/+2 |
* | Removes RJS from UsersController. | Jean-Philippe Lang | 2012-07-21 | 5 | -28/+32 |
* | Removes RJS from MembersController. | Jean-Philippe Lang | 2012-07-21 | 5 | -44/+46 |
* | Russian translation for 1.4-stable and 2.0-stable updated by Александ... | Toshi MARUYAMA | 2012-07-20 | 1 | -34/+34 |
* | Removes RJS from JournalsController. | Jean-Philippe Lang | 2012-07-19 | 7 | -39/+43 |
* | Removes RJS from MessagesController. | Jean-Philippe Lang | 2012-07-19 | 3 | -15/+15 |
* | Removes RJS from VersionsController. | Jean-Philippe Lang | 2012-07-19 | 3 | -1/+6 |
* | Removes RJS from WikisController. | Jean-Philippe Lang | 2012-07-19 | 3 | -3/+37 |
* | Removes RJS from IssuesController. | Jean-Philippe Lang | 2012-07-19 | 3 | -7/+14 |
* | Fixed migration broken by r9977. | Jean-Philippe Lang | 2012-07-19 | 1 | -2/+3 |
* | Removes RJS from RepositoriesController. | Jean-Philippe Lang | 2012-07-19 | 4 | -31/+20 |
* | Removes RJS from WatchersController. | Jean-Philippe Lang | 2012-07-19 | 7 | -49/+26 |
* | Test cleanup. | Jean-Philippe Lang | 2012-07-19 | 1 | -17/+1 |
* | Removes RJS from IssueRelationsController. | Jean-Philippe Lang | 2012-07-19 | 4 | -18/+33 |
* | Removes RJS from GroupsController. | Jean-Philippe Lang | 2012-07-19 | 6 | -30/+46 |
* | Start removing the RJS stuff. | Jean-Philippe Lang | 2012-07-19 | 8 | -58/+37 |
* | Do not let is_private be required. | Jean-Philippe Lang | 2012-07-19 | 1 | -1/+1 |
* | Removed deprecated #labelled_tabular_form_for helper. | Jean-Philippe Lang | 2012-07-18 | 1 | -10/+0 |
* | ApplicationHelper#labelled_remote_form_for deprecated. | Jean-Philippe Lang | 2012-07-18 | 1 | -0/+1 |
* | ApplicationHelper#link_to_remote_if_authorized deprecated. | Jean-Philippe Lang | 2012-07-18 | 1 | -0/+1 |
* | Removes calls to link_to_remote. | Jean-Philippe Lang | 2012-07-18 | 1 | -3/+5 |
* | Removes calls to link_to_remote. | Jean-Philippe Lang | 2012-07-18 | 1 | -9/+4 |
* | Removes a call to form_remote_tag. | Jean-Philippe Lang | 2012-07-18 | 1 | -6/+7 |
* | Removes calls to remote_form_for. | Jean-Philippe Lang | 2012-07-18 | 3 | -4/+5 |
* | Removes a call to form_remote_tag. | Jean-Philippe Lang | 2012-07-18 | 1 | -1/+3 |
* | Removes most of the ajax stuff on my page layout. | Jean-Philippe Lang | 2012-07-18 | 4 | -62/+20 |
* | Removes calls to link_to_remote. | Jean-Philippe Lang | 2012-07-18 | 3 | -15/+20 |