summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Custom fields display on bulk edit form.Jean-Philippe Lang2011-12-101-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-105-26/+33
* Resourcified roles.Jean-Philippe Lang2011-12-0910-56/+81
* Resourcified custom fields.Jean-Philippe Lang2011-12-0910-28/+108
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-092-5/+5
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-0913-20/+28
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-0923-30/+31
* Rails3: model: user: use ::Query instead of QueryToshi MARUYAMA2011-12-091-2/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-2/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+1
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-4/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-082-12/+22
* Changes auto_complete calls to GET requests.Jean-Philippe Lang2011-12-082-1/+3
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* Tests broken with ruby1.8.6 (#9751).Jean-Philippe Lang2011-12-081-1/+2
* Rails3: model: Member: add virtual attribute to prevent errorToshi MARUYAMA2011-12-081-0/+6
* add unit test of error message in case that member role is emptyToshi MARUYAMA2011-12-081-0/+8
* back out r8124Toshi MARUYAMA2011-12-082-2/+1
* Rails3: model: Member: errors must be set on existing attributesToshi MARUYAMA2011-12-082-1/+2
* replace tabs to spaces at app/views/issues/_form.html.erbToshi MARUYAMA2011-12-081-4/+4
* Rails3: view: html_safe for timelog/_date_range.html.erbToshi MARUYAMA2011-12-071-1/+1
* Rails3: helper: html_safe for render_flash_messages method at ApplicationHelperToshi MARUYAMA2011-12-071-1/+1
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-072-1/+24
* Adds an explicit error message for invalid YAML configuration file (#9748).Jean-Philippe Lang2011-12-071-2/+8
* code layout clean up app/views/gantts/show.html.erbToshi MARUYAMA2011-12-071-14/+14
* remove trailing white-spaces from calendar-hr.jsToshi MARUYAMA2011-12-071-2/+2
* convert calendar-hr.js (Croatian) from Windows-1250 to UTF-8 (#9741)Toshi MARUYAMA2011-12-071-4/+4
* Removed obsolete nss/svn scripts.Jean-Philippe Lang2011-12-062-49/+0
* Fixed that custom values get saved when assigning custom values after changin...Jean-Philippe Lang2011-12-062-1/+17
* Removed the "more" link to edit additional properties of an issue (#7603).Jean-Philippe Lang2011-12-063-10/+12
* Issue forms cleanup.Jean-Philippe Lang2011-12-062-9/+4
* pdf: move note number to the head of line for single issue's PDF (#9720)Toshi MARUYAMA2011-12-061-2/+3
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-052-9/+48
* Parameter changed to issue_category in r7882 (#9724).Jean-Philippe Lang2011-12-051-1/+1
* Adds tests for MailHandler.Jean-Philippe Lang2011-12-051-3/+30
* Slight change to time report style.Jean-Philippe Lang2011-12-052-4/+4
* Replace raw SQL with a .count call.Jean-Philippe Lang2011-12-051-29/+13
* Fixed time report broken by r8085.Jean-Philippe Lang2011-12-051-8/+21
* pdf: add note number for single issue's PDF (#9720)Toshi MARUYAMA2011-12-051-1/+4
* Removed ARCondition.Jean-Philippe Lang2011-12-042-43/+0
* Use scopes instead of ARCondition.Jean-Philippe Lang2011-12-041-13/+8
* Use scopes instead of ARCondition.Jean-Philippe Lang2011-12-041-10/+9
* Use Query.visible scope.Jean-Philippe Lang2011-12-041-8/+5
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-044-75/+17
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-042-31/+41