summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-7/+11
* 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
* back out r8124Toshi MARUYAMA2011-12-081-1/+1
* Rails3: model: Member: errors must be set on existing attributesToshi MARUYAMA2011-12-081-1/+1
* 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-071-1/+2
* code layout clean up app/views/gantts/show.html.erbToshi MARUYAMA2011-12-071-14/+14
* Removed the "more" link to edit additional properties of an issue (#7603).Jean-Philippe Lang2011-12-062-9/+11
* Issue forms cleanup.Jean-Philippe Lang2011-12-062-9/+4
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-5/+13
* Parameter changed to issue_category in r7882 (#9724).Jean-Philippe Lang2011-12-051-1/+1
* Slight change to time report style.Jean-Philippe Lang2011-12-051-1/+1
* Removed ARCondition.Jean-Philippe Lang2011-12-041-2/+0
* 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-042-22/+12
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-042-31/+41
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-043-9/+16
* Adds named scopes for users index.Jean-Philippe Lang2011-12-043-14/+18
* Fixes spent time column sort for postgresql.Jean-Philippe Lang2011-12-041-1/+1
* Removed open/closed percentage on the roadmap.Jean-Philippe Lang2011-12-041-3/+1
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-044-6/+40
* Rails3: model: replace deprecated validate method at watcher modelToshi MARUYAMA2011-12-041-1/+2
* Rails3: model: replace deprecated before_save method at UserPreference modelToshi MARUYAMA2011-12-041-1/+3
* Rails3: model: replace deprecated validate method at member_role modelToshi MARUYAMA2011-12-041-1/+2
* Fixed malformed HTML.Jean-Philippe Lang2011-12-031-1/+1
* Rails3: model: replace deprecated before_destroy method at member modelToshi MARUYAMA2011-12-031-1/+2
* Rails3: model: replace deprecated validate method at member modelToshi MARUYAMA2011-12-031-1/+2
* Adds tests for plugin settings editing.Jean-Philippe Lang2011-12-031-2/+2
* Tests/cleanup VersionsController.Jean-Philippe Lang2011-12-031-7/+1
* Rails3: helper: html_safe for "format_activity_description" methodToshi MARUYAMA2011-12-031-1/+2
* Rails3: view: html_safe for parents and children revisionsToshi MARUYAMA2011-12-031-2/+2
* code layout clean up application helper "link_to_revision" methodToshi MARUYAMA2011-12-031-3/+5
* Do not show warnings for disabled scm.Jean-Philippe Lang2011-12-021-2/+5
* Makes the link in an issue update notification point to the change (#9690).Jean-Philippe Lang2011-12-021-1/+1
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-026-87/+15
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-024-168/+41
* code layout clean up issues helperToshi MARUYAMA2011-12-021-2/+4
* Rails3: helper: html_safe for issues helper "show_detail" methodToshi MARUYAMA2011-12-021-5/+5
* scm: git: mercurial: not show revision graph in sub directory (#5501)Toshi MARUYAMA2011-12-011-4/+5
* Controller cleanup.Jean-Philippe Lang2011-12-011-10/+1
* Resourcified boards.Jean-Philippe Lang2011-12-017-19/+32
* Resourcified documents.Jean-Philippe Lang2011-11-307-44/+46
* Removed #find_project already defined as #find_project_by_project_id in paren...Jean-Philippe Lang2011-11-301-8/+1
* Reverted r8007.Jean-Philippe Lang2011-11-301-0/+7