Show More
@@ -194,6 +194,14 b' class DbManage(object):' | |||
|
194 | 194 | notify('re-checking permissions') |
|
195 | 195 | self.klass.create_permissions() |
|
196 | 196 | |
|
197 | notify('installing new UI options') | |
|
198 | sett4 = RhodeCodeSetting('show_public_icon', True) | |
|
199 | Session().add(sett4) | |
|
200 | sett5 = RhodeCodeSetting('show_private_icon', True) | |
|
201 | Session().add(sett5) | |
|
202 | sett6 = RhodeCodeSetting('stylify_metatags', False) | |
|
203 | Session().add(sett6) | |
|
204 | ||
|
197 | 205 | notify('fixing old PULL hook') |
|
198 | 206 | _pull = RhodeCodeUi.get_by_key('preoutgoing.pull_logger') |
|
199 | 207 | if _pull: |
General Comments 0
You need to be logged in to leave comments.
Login now