summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: git: call "git log" only once instead of per branch in fetching revision...Toshi MARUYAMA2012-02-111-28/+39
* code layout cleanup app/views/repositories/committers.html.erbToshi MARUYAMA2012-02-111-1/+9
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-12/+16
* Makes error class more specific to prevent clashes with syntax highlight (#10...Jean-Philippe Lang2012-02-101-1/+1
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-091-1/+1
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-093-10/+10
* Code cleanup.Jean-Philippe Lang2012-02-092-9/+3
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-092-3/+2
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-094-1/+39
* Moved #context_menu_link to a new helper.Jean-Philippe Lang2012-02-092-16/+36
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-091-0/+7
* scm: git: split fetch_changesets methodToshi MARUYAMA2012-02-081-0/+5
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-2/+7
* Fixed "can't convert Fixnum into String" error on projects with numerical ide...Jean-Philippe Lang2012-02-061-1/+1
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-062-4/+20
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-063-25/+96
* code layout cleanup app/views/repositories/_related_issues.html.erbToshi MARUYAMA2012-02-051-2/+6
* code layout cleanup app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-2/+4
* replace tabs to spaces at app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* replace tabs to spaces at app/views/issues/_conflict.html.erbToshi MARUYAMA2012-02-051-13/+13
* replace tabs to spaces at app/views/issues/_edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* Resourcified project memberships.Jean-Philippe Lang2012-02-054-23/+25
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-053-9/+18
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-051-0/+5
* Removed unsafe attributes assignment.Jean-Philippe Lang2012-02-051-1/+2
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-051-1/+1
* scm: rename JavaScript "branchGraph" function name to "revisionGraph"Toshi MARUYAMA2012-02-051-1/+1
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-052-6/+9
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-054-15/+92
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-044-6/+71
* Revision graph code cleanup.Etienne Massip2012-02-043-58/+62
* Removed useless code.Jean-Philippe Lang2012-02-041-6/+0
* Fixed rounding issue on spent hours column in CSV export (#10150).Jean-Philippe Lang2012-02-041-1/+1
* 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
* Permissions report: display role names on each permission group (#10119).Jean-Philippe Lang2012-02-021-2/+5
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-0212-26/+25
* Replaced ruby-net-ldap with net-ldap 0.2.2 gem.Jean-Philippe Lang2012-02-021-1/+0
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-022-2/+6
* Fixed: associated changesets from other projects are not visible if the curre...Jean-Philippe Lang2012-02-021-4/+2