summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed that _revision_graph.html.erb breaks window load events (#9775).Jean-Philippe Lang2011-12-141-2/+2
* Fixed time entries context menu activity update link.Etienne Massip2011-12-141-2/+2
* Fixed issues context menu attributes update links (#9794).Etienne Massip2011-12-141-10/+10
* Removed code duplicated in lib.Etienne Massip2011-12-141-6/+0
* Code cleanup.Jean-Philippe Lang2011-12-133-3/+3
* Moved fields specific to new issues to the new issue form.Jean-Philippe Lang2011-12-132-15/+14
* Code cleanup.Jean-Philippe Lang2011-12-131-7/+6
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-132-7/+7
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-121-1/+1
* Adds /search to robots.txt.Jean-Philippe Lang2011-12-121-0/+1
* Adds a hook before the new issue form.Jean-Philippe Lang2011-12-121-0/+2
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-1/+1
* Rails3: model: replace deprecated before_validation method at CustomField modelToshi MARUYAMA2011-12-111-1/+2
* Resourcified enumerations.Jean-Philippe Lang2011-12-117-49/+47
* Removed fieldset.Jean-Philippe Lang2011-12-101-4/+0
* Removed double dash.Jean-Philippe Lang2011-12-101-1/+1
* Fixed reorder links on custom fields.Jean-Philippe Lang2011-12-101-1/+1
* Extracted new_subclass_instance method to a module.Jean-Philippe Lang2011-12-101-16/+2
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-103-3/+3
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-102-10/+7
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-103-7/+4
* Custom fields display on bulk edit form.Jean-Philippe Lang2011-12-101-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-102-6/+7
* Resourcified roles.Jean-Philippe Lang2011-12-097-22/+37
* Resourcified custom fields.Jean-Philippe Lang2011-12-096-19/+49
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-091-4/+4
* 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
* 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