summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2011-04-141-7/+6
* Skip memberships query for anonymous user.Jean-Philippe Lang2011-04-141-0/+1
* Skip a count query.Jean-Philippe Lang2011-04-141-1/+1
* scm: cvs: convert author encoding with log encoding setting.Toshi MARUYAMA2011-04-141-1/+1
* scm: cvs: fix parsing revisions if author is not ASCII.Toshi MARUYAMA2011-04-142-3/+2
* scm: cvs: code clean up model.Toshi MARUYAMA2011-04-131-25/+26
* scm: darcs: code clean up model.Toshi MARUYAMA2011-04-131-7/+6
* Adds a helper for issue heading (#7647).Jean-Philippe Lang2011-04-122-1/+5
* Fixed no method error due to typo.Jean-Philippe Lang2011-04-121-1/+1
* No need to query changesets if user is not allowed to view them.Jean-Philippe Lang2011-04-121-3/+7
* Code cleanup.Jean-Philippe Lang2011-04-122-2/+2
* Adds noindex,noarchive robots meta tag on form pages (#7582).Jean-Philippe Lang2011-04-125-0/+12
* Extract visibility condition from project statement and use visible scopes in...Jean-Philippe Lang2011-04-121-7/+9
* scm: darcs: model entries returns nil if revision is not stored in database.Toshi MARUYAMA2011-04-121-1/+5
* scm: darcs: code clean up model.Toshi MARUYAMA2011-04-121-8/+10
* scm: cvs: model entries returns nil if revision is not stored in database.Toshi MARUYAMA2011-04-121-2/+6
* scm: replace invalid utf-8 sequences instead of stripping in displaying repos...Toshi MARUYAMA2011-04-121-4/+10
* Adds a specific icon for deleting a relation.Jean-Philippe Lang2011-04-111-1/+1
* Do a redirect when accessing a renamed wiki page.Jean-Philippe Lang2011-04-112-2/+20
* Code cleanup.Jean-Philippe Lang2011-04-111-6/+7
* 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