| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds breadcrumb on all wiki page views. | Jean-Philippe Lang | 2011-07-04 | 1 | -0/+6 |
* | Do not show 'Send information' checkbox if email delivery is not configured. | Jean-Philippe Lang | 2011-07-03 | 1 | -0/+4 |
* | Fixed: private queries should not be accessible to other users (#8729). | Jean-Philippe Lang | 2011-07-03 | 1 | -0/+1 |
* | code clean up settings helper. | Toshi MARUYAMA | 2011-05-29 | 1 | -5/+12 |
* | remove trailing white-spaces from reports helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -7/+7 |
* | remove trailing white-spaces from projects helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -11/+11 |
* | remove trailing white-spaces from application helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -44/+44 |
* | remove trailing white-spaces from issues helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -22/+22 |
* | remove trailing white-spaces from repositories helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -5/+5 |
* | remove trailing white-spaces from settings helper source. | Toshi MARUYAMA | 2011-05-18 | 1 | -11/+11 |
* | scm: git: use symbol instead of string whether reporting last commit in proje... | Toshi MARUYAMA | 2011-05-13 | 1 | -1/+1 |
* | scm: git: use i18n text whether reporting last commit for files and directori... | Toshi MARUYAMA | 2011-05-13 | 1 | -1/+1 |
* | scm: git: add check box of whether reporting last commit for files and direct... | Toshi MARUYAMA | 2011-05-13 | 1 | -1/+5 |
* | 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: code clean up RepositoriesHelper. | Toshi MARUYAMA | 2011-05-03 | 1 | -6/+6 |
* | 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 | 1 | -3/+7 |
* | scm: filesystem: use i18n string at 'Root directory' setting. | Toshi MARUYAMA | 2011-04-23 | 1 | -1/+2 |
* | scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa... | Toshi MARUYAMA | 2011-04-23 | 1 | -6/+10 |
* | scm: mercurial: change "url" human attribute name from "Root directory" to "P... | Toshi MARUYAMA | 2011-04-23 | 1 | -3/+5 |
* | scm: darcs: change "url" human attribute name from "Root directory" to "Path ... | Toshi MARUYAMA | 2011-04-23 | 1 | -1/+1 |
* | scm: bazaar: change "url" human attribute name from "Root directory" to "Path... | Toshi MARUYAMA | 2011-04-23 | 1 | -1/+1 |
* | 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 | 1 | -6/+9 |
* | 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 | 1 | -0/+18 |
* | add Redmine::CodesetUtil and move replacing invalid utf8 logic to it. | Toshi MARUYAMA | 2011-04-16 | 1 | -26/+2 |
* | Private issues (#7414). | Jean-Philippe Lang | 2011-04-15 | 1 | -3/+12 |
* | scm: cvs: add path encoding select box at setting (#3462). | Toshi MARUYAMA | 2011-04-15 | 1 | -1/+5 |
* | Skip memberships query for anonymous user. | Jean-Philippe Lang | 2011-04-14 | 1 | -0/+1 |
* | Skip a count query. | Jean-Philippe Lang | 2011-04-14 | 1 | -1/+1 |
* | Adds a helper for issue heading (#7647). | Jean-Philippe Lang | 2011-04-12 | 1 | -0/+4 |
* | Adds noindex,noarchive robots meta tag on form pages (#7582). | Jean-Philippe Lang | 2011-04-12 | 1 | -0/+4 |
* | scm: replace invalid utf-8 sequences instead of stripping in displaying repos... | Toshi MARUYAMA | 2011-04-12 | 1 | -4/+10 |
* | scm: code clean up RepositoriesHelper. | Toshi MARUYAMA | 2011-04-11 | 1 | -13/+13 |
* | Fixes test broken by r5354. | Jean-Philippe Lang | 2011-04-07 | 1 | -1/+1 |
* | Fixed: empty list for user/version custom fields on bulk edit form (#2096). | Jean-Philippe Lang | 2011-04-07 | 1 | -2/+2 |
* | Cleaner way to handle the replacement of watch links (#8071). | Jean-Philippe Lang | 2011-04-05 | 1 | -17/+12 |
* | Shorten query[column_names] param name. | Jean-Philippe Lang | 2011-04-03 | 1 | -1/+1 |
* | Keep issue filter params on sort headers. | Jean-Philippe Lang | 2011-04-03 | 1 | -2/+1 |
* | Changes pagination links to non-AJAX requests (#5138). | Jean-Philippe Lang | 2011-04-03 | 1 | -4/+1 |