projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rearrange issues table and combine some columns.
[rails.git]
/
config
/
initializers
/
potlatch.rb
1
# Load presets
2
POTLATCH_PRESETS = Potlatch::Potlatch.get_presets
3
4
# Use SQL (faster) or Rails (more elegant) for common Potlatch reads
5
# getway speedup is approximately x2, whichways approximately x7
6
POTLATCH_USE_SQL = false