summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Moved the parent issue field above start/due date fields.Jean-Philippe Lang2011-04-112-7/+5
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-117-16/+67
* scm: cvs: override annotate() in model.Toshi MARUYAMA2011-04-111-2/+11
* scm: cvs: cat returns nil if revision does not exist at model.Toshi MARUYAMA2011-04-111-1/+5
* scm: cvs: code clean up model.Toshi MARUYAMA2011-04-111-4/+4
* scm: code clean up RepositoriesHelper.Toshi MARUYAMA2011-04-111-13/+13
* scm: cvs: code clean up app/models/repository/cvs.rb.Toshi MARUYAMA2011-04-091-18/+21
* scm: use upcase to compare encoding name "UTF-8" in log converting.Toshi MARUYAMA2011-04-091-1/+1
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-8/+14
* scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...Toshi MARUYAMA2011-04-091-12/+11
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-9/+13
* scm: code clean up app/models/changeset.rb.Toshi MARUYAMA2011-04-091-5/+6
* scm: fix log converting error in Ruby 1.9 and add more tests.Toshi MARUYAMA2011-04-091-1/+2
* scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.Toshi MARUYAMA2011-04-091-1/+4
* scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...Toshi MARUYAMA2011-04-091-9/+16
* Adds visibility condition to Issue.by_* count methods.Jean-Philippe Lang2011-04-081-13/+14
* Fixes test broken by r5354.Jean-Philippe Lang2011-04-071-1/+1
* Adds functional test for project copy.Jean-Philippe Lang2011-04-071-0/+1
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-074-4/+6
* Fixes #possible_values for version custom field.Jean-Philippe Lang2011-04-071-1/+1
* Localize anonymous and non member roles names (#8072).Jean-Philippe Lang2011-04-051-2/+10
* Wrap text custom fields in the issue list (#8064).Jean-Philippe Lang2011-04-052-1/+9
* Removed duplicate Modules fieldset on project copy form.Jean-Philippe Lang2011-04-051-9/+0
* Removed calls to deprecated Project.visible_by method.Jean-Philippe Lang2011-04-051-1/+1
* Add permission option to wiki page activity provider.Jean-Philippe Lang2011-04-051-0/+1
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-058-22/+27
* Adds context menu for related issues (#8006).Jean-Philippe Lang2011-04-051-7/+10
* Cleaner way to handle the replacement of watch links (#8071).Jean-Philippe Lang2011-04-054-33/+19
* Fixed: DoubleRenderError introduced by #7996.Jean-Philippe Lang2011-04-051-0/+2
* add function of bulk delete time entries (#7996).Toshi MARUYAMA2011-04-042-20/+30
* add bulk edit items and context menu in time entries list view (#7996).Toshi MARUYAMA2011-04-041-1/+13
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-042-0/+55
* add controller for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-1/+14
* add view for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-0/+49
* add context menu in time entries for bulk edit (#7996).Toshi MARUYAMA2011-04-041-0/+27
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-033-3/+6
* Keep issue filter params on sort headers.Jean-Philippe Lang2011-04-031-2/+1
* Changes pagination links to non-AJAX requests (#5138).Jean-Philippe Lang2011-04-031-4/+1
* Makes all pagination-like links use #link_to_content_update (#5138).Jean-Philippe Lang2011-04-037-47/+26
* Removed the changeset-changes class to the commit logs on the issue view (#80...Jean-Philippe Lang2011-04-031-1/+1
* Disable unused fields when switching the period type.Jean-Philippe Lang2011-04-031-5/+6
* Removed hidden project_id and issue_id parameters.Jean-Philippe Lang2011-04-031-3/+0
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-033-18/+7
* Skip a count(*) SQL query.Jean-Philippe Lang2011-04-021-1/+1
* Do not load projects association in #rolled_up_trackers.Jean-Philippe Lang2011-04-021-1/+1
* Skip a few count(*) SQL queries on the issue list.Jean-Philippe Lang2011-04-021-6/+11
* No PUT request to get previous/next month.Jean-Philippe Lang2011-04-011-1/+1
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-013-2/+6
* Fixed: bulk destroying parent and child issues raises a stale object error (#...Jean-Philippe Lang2011-04-011-1/+7
* Shortens filter param names.Jean-Philippe Lang2011-04-013-13/+13