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
/
lib
/
redmine
/
scm
/
adapters
/
filesystem_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Lint/MissingSuper (#36919).
Go MAEDA
2023-03-24
1
-2
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Typo in an argument name: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
1
-2
/
+2
*
Typo in method names: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
1
-3
/
+3
*
Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...
Go MAEDA
2022-08-25
1
-1
/
+0
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-10-26
1
-3
/
+1
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-10-24
1
-2
/
+6
*
fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb
Toshi MARUYAMA
2020-08-07
1
-8
/
+10
*
add empty line after guard clause to FilesystemAdapter
Toshi MARUYAMA
2020-07-21
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Filesystem adapter does not show correct size for large files (#30411).
Jean-Philippe Lang
2019-01-20
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
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
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Changes RedMine to Redmine in copyright notices.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: filesystem: override "path_encoding" method in adapter (#2274).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: filesystem: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-9
/
+9
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: filesystem: fix loss non ASCII paths if path_encoding is '' (#2274).
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: filesystem: prevent exception raises if path encoding is incorrect.
Toshi MARUYAMA
2011-03-20
1
-1
/
+3
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-2
/
+3
*
scm: filesystem: refactor for path encoding (#2274).
Toshi MARUYAMA
2011-02-21
1
-23
/
+36
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
1
-1
/
+6
*
Filesystem adapter: read files in binary mode.
Jean-Philippe Lang
2008-06-08
1
-1
/
+1
*
Filesystem adapter: negative size is displayed for large files under win32.
Jean-Philippe Lang
2008-06-08
1
-2
/
+1
*
Adds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang
2008-06-08
1
-0
/
+94