summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Override @#url_for@ in AM to force generation of absolute links (#10251).Etienne Massip2012-02-278-7/+12
* Use controller_name and action_name instead of params.Jean-Philippe Lang2012-02-261-2/+2
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-265-4/+19
* Rails 3.1 compatibility (order declared on association takes precedence).Jean-Philippe Lang2012-02-261-3/+2
* Make sure that projects_to_search is a Project Array.Jean-Philippe Lang2012-02-261-1/+1
* remove trailing white-spaces from app/models/attachment.rbToshi MARUYAMA2012-02-261-3/+3
* Rails3: html_safe for project_tree_options_for_select method in application h...Toshi MARUYAMA2012-02-261-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-251-3/+4
* Can not use Project#find on scopes with Rails 3.1.Jean-Philippe Lang2012-02-251-2/+10
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Preserve xml output with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Use content_tag for "no change" options.Jean-Philippe Lang2012-02-251-4/+4
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-253-4/+10
* Fixed Version#issues_progress for Rails 3.1.Jean-Philippe Lang2012-02-251-2/+2
* Fixed escaping issues in #textilizable with Rails 3.1.Jean-Philippe Lang2012-02-251-9/+10
* Replace auto_link with link_to in email templates.Jean-Philippe Lang2012-02-244-4/+4
* Use :joins instead of :include.Jean-Philippe Lang2012-02-241-1/+1
* Round hours when reading TimeEntry attribute.Jean-Philippe Lang2012-02-241-0/+9
* Cleanup instance variables when reloading a project.Jean-Philippe Lang2012-02-241-0/+13
* Removed useless option.Jean-Philippe Lang2012-02-241-1/+1
* Use subclasses method instead of class variable.Jean-Philippe Lang2012-02-241-1/+1
* Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: git: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...Toshi MARUYAMA2012-02-241-1/+1
* Rails3: use .to_s for overriding human_attribute_name parameter at group modelToshi MARUYAMA2012-02-241-1/+1
* Rails3: view: html_safe for auto_link of project homepageToshi MARUYAMA2012-02-231-2/+4
* Fixes HTML.Jean-Philippe Lang2012-02-231-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-231-1/+1
* Removed dead code.Jean-Philippe Lang2012-02-232-11/+1
* Pass the message id when previewing in edit mode (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Pass the topic objet to #textilizable (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Removed dead code.Jean-Philippe Lang2012-02-231-8/+1
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-232-3/+3
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-2/+0
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-232-1/+3
* Do not check the request http method.Jean-Philippe Lang2012-02-231-11/+9
* Preserve uploaded files when creating a forum topic.Jean-Philippe Lang2012-02-232-6/+8
* scm: mercurial: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-5/+6
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-1/+1
* Removed testing code.Jean-Philippe Lang2012-02-231-1/+1
* scm: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-2/+3
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-234-10/+48
* add ":id => nil" to "Overall activity" link_toToshi MARUYAMA2012-02-221-1/+3