# HG changeset patch # User Marcin Kuzminski # Date 1346620140 -7200 # Node ID f9c685144aebd8c6e77cbc464c00de8173e3f670 # Parent dd222038535db1f54e4d65203d0d6b7d16ac8ef4# Parent d03d51b6541e8b2d75dd4c34fc2a2767311ce6b4 merge with beta diff -r dd222038535d -r f9c685144aeb rhodecode/lib/db_manage.py --- a/rhodecode/lib/db_manage.py Sun Sep 02 22:26:46 2012 +0200 +++ b/rhodecode/lib/db_manage.py Sun Sep 02 23:09:00 2012 +0200 @@ -194,6 +194,14 @@ notify('re-checking permissions') self.klass.create_permissions() + notify('installing new UI options') + sett4 = RhodeCodeSetting('show_public_icon', True) + Session().add(sett4) + sett5 = RhodeCodeSetting('show_private_icon', True) + Session().add(sett5) + sett6 = RhodeCodeSetting('stylify_metatags', False) + Session().add(sett6) + notify('fixing old PULL hook') _pull = RhodeCodeUi.get_by_key('preoutgoing.pull_logger') if _pull: