93 Commits (b303dddbe3deea0660dccf6ff1089f2085adddf6)

Author SHA1 Message Date
  Etienne Massip 1ad977f712 Integrated revision graph into scmid column. 12 years ago
  Etienne Massip b9c26d6ddc Revision graph code cleanup. 12 years ago
  Jean-Philippe Lang 1bd5e58c84 Adds support for multiple repositories per project (#779). 12 years ago
  Jean-Philippe Lang fb1a2fd7cd Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779). 12 years ago
  Jean-Philippe Lang 87b51d847c Fixed invalid html. 12 years ago
  Jean-Philippe Lang e43df59168 Added encoding comment to helpers (#9792). 12 years ago
  Toshi MARUYAMA fb75372b86 scm: attachment: remove "to_utf8" methods from helpers (#2371) 12 years ago
  Toshi MARUYAMA 88f8daf8b7 move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for common use (#2371) 12 years ago
  Toshi MARUYAMA 5d98eb6ece scm: git: mercurial: add a new feature of revision graph (#5501) 12 years ago
  Toshi MARUYAMA 70a83bd47c Rails3: helper: use html_safe for Subversion setting 12 years ago
  Toshi MARUYAMA 19ac57e71a Rails3: helper: use html_safe for filesysytem scm setting 12 years ago
  Toshi MARUYAMA 9afd7b7df6 Rails3: helper: use html_safe for cvs setting 12 years ago
  Toshi MARUYAMA 2681578d53 Rails3: helper: use html_safe for git setting 12 years ago
  Toshi MARUYAMA 163588887f Rails3: helper: use html_safe for Mercurial setting 12 years ago
  Toshi MARUYAMA bafa472d7e Rails3: helper: use html_safe at render_properties(properties) of RepositoriesHelper 12 years ago
  Toshi MARUYAMA f9626e4066 Rails3: helper: use html_safe at render_changes_tree(tree) of RepositoriesHelper 12 years ago
  Toshi MARUYAMA 2816ec9897 improve git repository note at project setting (#9129). 13 years ago
  Toshi MARUYAMA 35afd91fdc temporarily hard-cord git repository note at project setting (#9129). 13 years ago
  Toshi MARUYAMA 9887ed7171 Replace hardcoded string "diff" in Repositories_Helper (#9043). 13 years ago
  Toshi MARUYAMA 5cd6aa0a09 HTML escape at app/helpers/repositories_helper.rb. 13 years ago
  Toshi MARUYAMA 6f0de178f9 remove trailing white-spaces from repositories helper source. 13 years ago
  Toshi MARUYAMA 4ea8f1637c scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365). 13 years ago
  Toshi MARUYAMA 042a7661e3 scm: git: use i18n text whether reporting last commit for files and directories in project setting (#8365, #7047). 13 years ago
  Toshi MARUYAMA 4cbe231c8c scm: git: add check box of whether reporting last commit for files and directories in project setting (#8365, #7047). 13 years ago
  Toshi MARUYAMA 5da0151bfb scm: filesystem: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA bd26c9666d scm: bazaar: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA 9f8ede65b5 scm: cvs: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA 530151e1d9 scm: git: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA dc8968b03e scm: mercurial: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA ed296ec9c6 scm: darcs: change i18n l() parameter in setting from string to symbol. 13 years ago
  Toshi MARUYAMA 7ada45d3a2 scm: code clean up RepositoriesHelper. 13 years ago
  Toshi MARUYAMA 7fe397e8fd scm: mercurial: use i18n text of repository note in setting. 13 years ago
  Toshi MARUYAMA d03de4449f scm: git: use i18n text of repository note in setting. 13 years ago
  Toshi MARUYAMA 7e77d5ddf9 scm: cvs: use i18n string at 'CVSROOT' and 'Module' setting. 13 years ago
  Toshi MARUYAMA 25d6ed38b6 scm: filesystem: use i18n string at 'Root directory' setting. 13 years ago
  Toshi MARUYAMA 36eac0dc8d scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaar and Darcs. 13 years ago
  Toshi MARUYAMA 82d5de4b4e scm: mercurial: change "url" human attribute name from "Root directory" to "Path to repository". 13 years ago
  Toshi MARUYAMA 8696835b42 scm: darcs: change "url" human attribute name from "Root directory" to "Path to repository". 13 years ago
  Toshi MARUYAMA 7ad046f53d scm: bazaar: change "url" human attribute name from "Root directory" to "Path to repository". 13 years ago
  Toshi MARUYAMA 2a2e6d71e3 scm: use i18n string at path encoding setting note (#2274, #2664, #3462, #5251). 13 years ago
  Toshi MARUYAMA 379503b591 scm: use i18n string at path encoding setting (#2274, #2664, #3462, #5251). 13 years ago
  Toshi MARUYAMA bb929f4f75 scm: use i18n string at commit log encoding setting (#1735). 13 years ago
  Toshi MARUYAMA 6d0f8f1db9 scm: code clean up RepositoriesHelper. 13 years ago
  Toshi MARUYAMA 8dcde8fc59 scm: code clean up RepositoriesHelper. 13 years ago
  Toshi MARUYAMA a78b12706a add Redmine::CodesetUtil and move replacing invalid utf8 logic to it. 13 years ago
  Toshi MARUYAMA 37205a8991 scm: cvs: add path encoding select box at setting (#3462). 13 years ago
  Toshi MARUYAMA bb48d96d30 scm: replace invalid utf-8 sequences instead of stripping in displaying repository contents on Ruby 1.8. 13 years ago
  Toshi MARUYAMA f690341d9e scm: code clean up RepositoriesHelper. 13 years ago
  Jean-Philippe Lang 88dc1412d7 Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil. 13 years ago
  Jean-Philippe Lang 2201a343e4 Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8. 13 years ago