diff --git a/rhodecode/config/pre_receive_tmpl.py b/rhodecode/config/pre_receive_tmpl.py --- a/rhodecode/config/pre_receive_tmpl.py +++ b/rhodecode/config/pre_receive_tmpl.py @@ -16,7 +16,7 @@ def main(): # rhodecode sys.exit(0) - repo_path = os.path.abspath('.') + repo_path = os.path.abspath('.') push_data = sys.stdin.read().strip().split(' ') # os.environ is modified here by a subprocess call that # runs git and later git executes this hook. @@ -26,4 +26,4 @@ def main(): sys.exit(0) if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/rhodecode/controllers/admin/settings.py b/rhodecode/controllers/admin/settings.py --- a/rhodecode/controllers/admin/settings.py +++ b/rhodecode/controllers/admin/settings.py @@ -196,13 +196,13 @@ class SettingsController(BaseController) hgsettings4 = self.sa.query(RhodeCodeUi)\ .filter(RhodeCodeUi.ui_key == RhodeCodeUi.HOOK_REPO_SIZE)\ .one() - hgsettings4.ui_active = bool(form_result[_f('hooks_%s' % + hgsettings4.ui_active = bool(form_result[_f('hooks_%s' % RhodeCodeUi.HOOK_REPO_SIZE)]) hgsettings5 = self.sa.query(RhodeCodeUi)\ .filter(RhodeCodeUi.ui_key == RhodeCodeUi.HOOK_PUSH)\ .one() - hgsettings5.ui_active = bool(form_result[_f('hooks_%s' % + hgsettings5.ui_active = bool(form_result[_f('hooks_%s' % RhodeCodeUi.HOOK_PUSH)]) hgsettings6 = self.sa.query(RhodeCodeUi)\ diff --git a/rhodecode/lib/hooks.py b/rhodecode/lib/hooks.py --- a/rhodecode/lib/hooks.py +++ b/rhodecode/lib/hooks.py @@ -199,10 +199,9 @@ def log_create_repository(repository_dic def handle_git_post_receive(repo_path, revs, env): """ A really hacky method that is runned by git post-receive hook and logs - an push action together with pushed revisions. It's runned by subprocess - thus needs all info to be able to create a temp pylons enviroment, connect - to database and run the logging code. Hacky as sh**t but works. ps. - GIT SUCKS + an push action together with pushed revisions. It's executed by subprocess + thus needs all info to be able to create a on the fly pylons enviroment, + connect to database and run the logging code. Hacky as sh*t but works. :param repo_path: :type repo_path: diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -24,7 +24,7 @@
  • ${_('ATOM feed')} -
  • +
    ${c.journal_data}
    diff --git a/rhodecode/templates/journal/public_journal.html b/rhodecode/templates/journal/public_journal.html --- a/rhodecode/templates/journal/public_journal.html +++ b/rhodecode/templates/journal/public_journal.html @@ -21,7 +21,7 @@
  • ${_('ATOM feed')} -
  • +