summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2011-12-241-4/+5
* Dup attributes instead of issue object.Jean-Philippe Lang2011-12-241-5/+4
* Rails3: view: html_safe for issues/destroy.html.erbToshi MARUYAMA2011-12-221-1/+1
* Rails3: helper: html_safe for WatchersHelperToshi MARUYAMA2011-12-211-2/+2
* Rails3: view: html_safe for timelog/bulk_edit.html.erbToshi MARUYAMA2011-12-211-3/+4
* Rails3: view: html_safe for common/_calendar.html.erbToshi MARUYAMA2011-12-211-2/+2
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2011-12-191-1/+1
* Use validation callback.Jean-Philippe Lang2011-12-181-3/+4
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Use scoped method instead of merge_conditions.Jean-Philippe Lang2011-12-181-6/+6
* Removed after_initialize methods.Jean-Philippe Lang2011-12-188-11/+14
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-184-4/+4
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-188-16/+16
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-182-3/+6
* html_safe for Rails3Jean-Philippe Lang2011-12-181-1/+1
* Rails3.1 compatibilityJean-Philippe Lang2011-12-181-1/+2
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* html_safe for Rails3Jean-Philippe Lang2011-12-171-2/+2
* html_safe for Rails3Jean-Philippe Lang2011-12-171-1/+1
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-173-2/+16
* Changed style of the wiki edit form.Jean-Philippe Lang2011-12-171-3/+6
* Invalid HTML generated with ruby1.9.Jean-Philippe Lang2011-12-171-1/+5
* use same human_attribute_name logic with SCM models at group model (#9795)Toshi MARUYAMA2011-12-151-2/+6
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-151-0/+4
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-155-21/+34
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-142-4/+4
* Save an @Issue#save@.Etienne Massip2011-12-142-11/+13
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-1438-0/+93
* 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