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