summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from MailHandler model source.Toshi MARUYAMA2011-05-081-35/+35
* scm: code clean up Repositories Controller.Toshi MARUYAMA2011-05-081-2/+3
* remove trailing white-spaces from attachments helper.Toshi MARUYAMA2011-05-071-7/+7
* scm: filesystem: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-3/+3
* scm: bazaar: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-2/+2
* scm: cvs: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-5/+5
* scm: git: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-4/+4
* scm: mercurial: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-4/+4
* scm: darcs: change i18n l() parameter in setting from string to symbol.Toshi MARUYAMA2011-05-071-2/+2
* scm: git: change model report_last_commit() name to extra_report_last_commit(...Toshi MARUYAMA2011-05-061-2/+2
* scm: git: use the model value of whether reporting last commit in repository ...Toshi MARUYAMA2011-05-051-1/+3
* scm: git: add the model method whether reporting last commit in repository tr...Toshi MARUYAMA2011-05-051-0/+4
* scm: git: override entries() in model for browsing tree performance (#7047).Toshi MARUYAMA2011-05-051-0/+4
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-21/+26
* scm: git: fix indent in model.Toshi MARUYAMA2011-05-051-1/+1
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-9/+13
* scm: git: add comments of revision order in fetch_changesets().Toshi MARUYAMA2011-05-041-0/+15
* scm: git: rearrange fetch_changesets() comment.Toshi MARUYAMA2011-05-041-3/+7
* scm: add the feature of SCM command availability automatic check in administr...Toshi MARUYAMA2011-05-041-1/+7
* scm: refactor projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-041-3/+9
* scm: code clean up projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-041-4/+11
* scm: set disable a button if scm is not selected in project scm setting.Toshi MARUYAMA2011-05-041-1/+1
* scm: git: refactor saving a revision in model.Toshi MARUYAMA2011-05-041-13/+18
* scm: code clean up app/views/projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-031-1/+1
* scm: code clean up RepositoriesHelper.Toshi MARUYAMA2011-05-031-6/+6
* scm: code clean up RepositoriesController.Toshi MARUYAMA2011-05-031-20/+19
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-016-15/+25
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-293-7/+23
* Fixed: copying an issue keeps the author of the original issue (#6901).Jean-Philippe Lang2011-04-291-0/+1
* Adds context menu for related issues on version view.Jean-Philippe Lang2011-04-291-7/+12
* Moved the version summary to the right of related issues.Jean-Philippe Lang2011-04-291-4/+4
* Makes 'This week' filter work with any starting day of week (#7097).Jean-Philippe Lang2011-04-291-6/+4
* Fixed: selected modules are not activated when copying a project (#8244).Jean-Philippe Lang2011-04-291-1/+0
* code clean up app/views/admin/info.rhtml.Toshi MARUYAMA2011-04-281-4/+5
* code clean up AdminController.Toshi MARUYAMA2011-04-251-12/+10
* scm: mercurial: use i18n text of repository note in setting.Toshi MARUYAMA2011-04-231-1/+1
* scm: git: use i18n text of repository note in setting.Toshi MARUYAMA2011-04-231-1/+1
* scm: cvs: use i18n string at 'CVSROOT' and 'Module' setting.Toshi MARUYAMA2011-04-232-8/+14
* scm: filesystem: use i18n string at 'Root directory' setting.Toshi MARUYAMA2011-04-232-5/+7
* scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa...Toshi MARUYAMA2011-04-235-22/+30
* scm: mercurial: change "url" human attribute name from "Root directory" to "P...Toshi MARUYAMA2011-04-232-4/+6
* scm: darcs: change "url" human attribute name from "Root directory" to "Path ...Toshi MARUYAMA2011-04-232-2/+2
* scm: bazaar: change "url" human attribute name from "Root directory" to "Path...Toshi MARUYAMA2011-04-232-2/+2
* scm: use i18n string at path encoding setting note (#2274, #2664, #3462, #5251).Toshi MARUYAMA2011-04-231-10/+14
* scm: use i18n string at path encoding setting (#2274, #2664, #3462, #5251).Toshi MARUYAMA2011-04-231-6/+6
* scm: use i18n string at commit log encoding setting (#1735).Toshi MARUYAMA2011-04-235-9/+17
* scm: cvs: fix mistake human attribute names of root_url and url.Toshi MARUYAMA2011-04-231-2/+2
* scm: code clean up RepositoriesHelper.Toshi MARUYAMA2011-04-231-5/+5
* scm: code clean up RepositoriesHelper.Toshi MARUYAMA2011-04-201-4/+3
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-174-2/+21