index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
helpers
/
repositories_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Repository entry pagination (#29395).
Go MAEDA
2018-10-04
1
-0
/
+9
*
Replace Enumerable#sort with faster Enumerable#sort_by (#29299).
Go MAEDA
2018-08-02
1
-1
/
+1
*
Switching SCM fails after validation error in "New repository" page (#27333).
Go MAEDA
2017-12-10
1
-1
/
+1
*
Drop Darcs support (#26391).
Jean-Philippe Lang
2017-07-25
1
-10
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Adds accessors for report_last_commit.
Jean-Philippe Lang
2016-10-04
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Removed unused helper.
Jean-Philippe Lang
2014-12-03
1
-4
/
+0
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
1
-7
/
+29
*
Code cleanup.
Jean-Philippe Lang
2014-11-06
1
-29
/
+26
*
Use em.info tags.
Jean-Philippe Lang
2014-11-06
1
-9
/
+7
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
remove unused "require 'redmine/codeset_util'" from RepositoriesHelper
Toshi MARUYAMA
2012-09-15
1
-2
/
+0
*
remove redundant empty lines from RepositoriesHelper
Toshi MARUYAMA
2012-09-15
1
-13
/
+0
*
remove unused "require 'iconv'" from RepositoriesHelper
Toshi MARUYAMA
2012-09-15
1
-1
/
+0
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
1
-6
/
+1
*
Makes repository url read-only after saving.
Jean-Philippe Lang
2012-06-20
1
-8
/
+8
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Integrated revision graph into scmid column.
Etienne Massip
2012-02-11
1
-17
/
+16
*
Revision graph code cleanup.
Etienne Massip
2012-02-04
1
-40
/
+45
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-0
/
+3
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-7
/
+4
*
Fixed invalid html.
Jean-Philippe Lang
2012-01-04
1
-1
/
+2
*
Added encoding comment to helpers (#9792).
Jean-Philippe Lang
2011-12-14
1
-0
/
+2
*
scm: attachment: remove "to_utf8" methods from helpers (#2371)
Toshi MARUYAMA
2011-11-20
1
-4
/
+0
*
move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...
Toshi MARUYAMA
2011-11-17
1
-28
/
+1
*
scm: git: mercurial: add a new feature of revision graph (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+56
*
Rails3: helper: use html_safe for Subversion setting
Toshi MARUYAMA
2011-09-30
1
-1
/
+2
*
Rails3: helper: use html_safe for filesysytem scm setting
Toshi MARUYAMA
2011-09-30
1
-1
/
+1
*
Rails3: helper: use html_safe for cvs setting
Toshi MARUYAMA
2011-09-30
1
-1
/
+1
*
Rails3: helper: use html_safe for git setting
Toshi MARUYAMA
2011-09-30
1
-2
/
+2
*
Rails3: helper: use html_safe for Mercurial setting
Toshi MARUYAMA
2011-09-30
1
-2
/
+2
*
Rails3: helper: use html_safe at render_properties(properties) of Repositorie...
Toshi MARUYAMA
2011-09-30
1
-2
/
+2
*
Rails3: helper: use html_safe at render_changes_tree(tree) of RepositoriesHelper
Toshi MARUYAMA
2011-09-30
1
-4
/
+4
*
improve git repository note at project setting (#9129).
Toshi MARUYAMA
2011-08-26
1
-1
/
+1
*
temporarily hard-cord git repository note at project setting (#9129).
Toshi MARUYAMA
2011-08-26
1
-1
/
+2
*
Replace hardcoded string "diff" in Repositories_Helper (#9043).
Toshi MARUYAMA
2011-08-12
1
-1
/
+1
*
HTML escape at app/helpers/repositories_helper.rb.
Toshi MARUYAMA
2011-08-02
1
-4
/
+4
*
remove trailing white-spaces from repositories helper source.
Toshi MARUYAMA
2011-05-18
1
-5
/
+5
*
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
*
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
[next]