summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-231-1/+1
* Removed dead code.Jean-Philippe Lang2012-02-232-11/+1
* Removed dead code.Jean-Philippe Lang2012-02-231-8/+1
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-231-2/+2
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-2/+0
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-0/+2
* 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-231-5/+7
* Removed testing code.Jean-Philippe Lang2012-02-231-1/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-232-5/+29
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-191-0/+3
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-1/+2
* Allow API auth on GET /versions/:id (#10241).Jean-Philippe Lang2012-02-151-1/+1
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-1/+19
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-111-4/+20
* Only show statuses that can be applied to all issues on the bulk edit form (#...Jean-Philippe Lang2012-02-111-1/+1
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-092-9/+9
* Code cleanup.Jean-Philippe Lang2012-02-091-8/+2
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-1/+0
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+13
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-061-4/+12
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-25/+64
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-10/+13
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-7/+6
* Removed unsafe attributes assignment.Jean-Philippe Lang2012-02-051-1/+2
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-051-1/+1
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-6/+54
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-4/+33
* Removed useless code.Jean-Philippe Lang2012-02-041-6/+0
* attachment: fix that diff type is not saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+5
* code layout cleanup app/controllers/sys_controller.rbToshi MARUYAMA2012-02-021-2/+9
* Fixed: associated changesets from other projects are not visible if the curre...Jean-Philippe Lang2012-02-021-4/+2
* Removed useless permission check in wiki controller.Jean-Philippe Lang2012-01-301-5/+0
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-7/+15
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-0/+5
* Ruby1.9: skip enforcing UTF-8 encodings on the params hash on Rails2 if it is...Toshi MARUYAMA2012-01-281-1/+3
* Ruby1.9: enforce UTF-8 encodings on the params hash on Rails2 (#4050, #4796)Toshi MARUYAMA2012-01-281-0/+22
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-241-1/+4
* Allows bulk change issue private flag (#10042).Jean-Philippe Lang2012-01-231-0/+1
* Fixed that project is ignored when entering an issue id on /time_entries/new ...Jean-Philippe Lang2012-01-221-4/+6
* Keep back_url param for when continuing creating issues.Jean-Philippe Lang2012-01-211-2/+2
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-211-6/+13
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-211-2/+6
* Fixes admin menu display.Jean-Philippe Lang2012-01-203-0/+6
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-5/+9
* Fixed an error when trying to copy an issue that does not exist.Jean-Philippe Lang2012-01-171-1/+6
* Display the position of the current issue in the query results.Jean-Philippe Lang2012-01-161-0/+4
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-1/+1
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-152-13/+11