summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* code layout cleanup app/views/users/show.html.erbToshi MARUYAMA2012-02-221-1/+3
* Rails3: view: html_safe for common/_diff.html.erbToshi MARUYAMA2012-02-221-3/+3
* Fixed magic link in the note added when closing an issue by a commit from a s...Jean-Philippe Lang2012-02-201-4/+8
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-193-2/+9
* Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358.Jean-Philippe Lang2012-02-191-1/+5
* Require net/ldap.Jean-Philippe Lang2012-02-191-0/+1
* Rails3: view: mail: html_safe for auto_linkToshi MARUYAMA2012-02-174-4/+4
* Rails3: view: mail: html_safe for header and footerToshi MARUYAMA2012-02-171-2/+2
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-1/+1
* Missing argument to new_project_query_path named route (#10254).Jean-Philippe Lang2012-02-161-1/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-166-43/+56
* replace tabs to spaces app/views/issues/show.html.erbToshi MARUYAMA2012-02-161-3/+3
* replace tabs to spaces app/views/issues/new.html.erbToshi MARUYAMA2012-02-161-7/+7
* route: split issue preview route to adding and editingToshi MARUYAMA2012-02-153-3/+3
* Adds confirmation message to changeset/issue relation delete link.Jean-Philippe Lang2012-02-151-0/+1
* Adds confirmation message to relation delete link (#8413).Jean-Philippe Lang2012-02-151-1/+2
* Prevents SCM browser to overlay over the new repository sidebar (#779).Etienne Massip2012-02-151-0/+2
* Allow API auth on GET /versions/:id (#10241).Jean-Philippe Lang2012-02-151-1/+1
* Adds support for "Magic links" to notes (#2715).Jean-Philippe Lang2012-02-151-4/+5
* Makes user autocompleters work with firstname and lastname.Jean-Philippe Lang2012-02-142-12/+14
* Restyles user search fields and ajax indicator.Jean-Philippe Lang2012-02-143-0/+6
* Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...Jean-Philippe Lang2012-02-141-0/+6
* Removed useless style.Etienne Massip2012-02-141-1/+1
* Redraw revision graph on window resize (#10206).Etienne Massip2012-02-131-5/+10
* Fixed: error when creating a project with a version format custom field (#102...Jean-Philippe Lang2012-02-131-4/+9
* Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).Jean-Philippe Lang2012-02-121-1/+7
* Fixed potential error when sorting members without role (#10053).Jean-Philippe Lang2012-02-122-2/+14
* Removed "clear:both" divs that break the issue form with long sidebar content.Jean-Philippe Lang2012-02-122-2/+4
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-113-2/+25
* Moved revision graph holder div out of the table structure.Etienne Massip2012-02-111-15/+15
* Included scm stylesheet in changes page.Etienne Massip2012-02-111-0/+4
* Use of local variable for consistency.Etienne Massip2012-02-111-1/+1
* Integrated revision graph into scmid column.Etienne Massip2012-02-113-50/+37
* Fixed that changesets parents associations are not deleted when deleting a re...Jean-Philippe Lang2012-02-111-1/+7
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-113-10/+33
* Only show statuses that can be applied to all issues on the bulk edit form (#...Jean-Philippe Lang2012-02-111-1/+1
* Fixed: wrong section edit links when a heading contains inline code (#10199).Jean-Philippe Lang2012-02-111-1/+4
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-02-111-2/+7