##// END OF EJS Templates
config: Add argument to convert settings to lowercase or not....
config: Add argument to convert settings to lowercase or not. Most settings should be converted to lowercase during app init. But at least file system paths should not lower cased. Threfore we need a switch to control it.

File last commit:

r737:b3f2563a default
r1003:7a52996d default
Show More
contributing.rst
21 lines | 271 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _contributing:
Contributing to RhodeCode
=========================
docs: updates to contributor documentation #4039
r271 Welcome to the contribution guides and development docs of RhodeCode.
project: added all source files and assets
r1
.. toctree::
:maxdepth: 1
docs: more comprehensive contributor docs #4039
r303 overview
project: added all source files and assets
r1 testing/index
dev-setup
db-schema
dev-settings
api
docs: Add dependency management
r737 dependencies