• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisiona7b6d92b1d3131156fe406aaf53618a0162de915 (tree)
Time2012-06-07 02:14:08
AuthorCory Johns <johnsca@geek...>
CommiterYaroslav Luzin

Log Message

[#4254] Uncommented RSS feed option for blog

Change Summary

Incremental Difference

--- a/ForgeBlog/forgeblog/main.py
+++ b/ForgeBlog/forgeblog/main.py
@@ -117,7 +117,7 @@ class ForgeBlogApp(Application):
117117 def admin_menu(self):
118118 admin_url = c.project.url() + 'admin/' + self.config.options.mount_point + '/'
119119 # temporarily disabled until some bugs are fixed
120- links = []#[SitemapEntry('External feeds', admin_url + 'exfeed', className='admin_modal')]
120+ links = [SitemapEntry('External feeds', admin_url + 'exfeed', className='admin_modal')]
121121 links += super(ForgeBlogApp, self).admin_menu(force_options=True)
122122 return links
123123 #return super(ForgeBlogApp, self).admin_menu(force_options=True)