My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 7 days

  • Dec 03, 2009
    cpedialog_20091203_2.0_RC2.tar.gz (cpedialog - RC2 release version 2.0. Urgent bug fixed in ap...) file uploaded by cpedia   -  
    Labels: Type-Archive OpSys-All cpedialog Featured
    Labels: Type-Archive OpSys-All cpedialog Featured
  • Dec 03, 2009
    cpedialog_20091203_2.0_RC2.zip (cpedialog - RC2 release version 2.0. Fixed bug in appengine ...) file uploaded by cpedia   -  
    Labels: Type-Archive OpSys-All cpedialog Featured
    Labels: Type-Archive OpSys-All cpedialog Featured
  • Dec 03, 2009
    r479 (release 2.0 RC2) committed by cpedia   -   release 2.0 RC2
    release 2.0 RC2
  • Dec 03, 2009
    r478 (release 2.0 RC) committed by cpedia   -   release 2.0 RC
    release 2.0 RC

Last 30 days

  • Nov 27, 2009
    issue 26 (Update does not work) commented on by beruchtigte   -   it did not work for me
    it did not work for me
  • Nov 26, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by fergalmohan   -   You might need to guard against an empty gQuery response. If you add a couple of lines to util.py to check if blogs_query is None: then you should be able to avoid the above error in getBlogPagination
    You might need to guard against an empty gQuery response. If you add a couple of lines to util.py to check if blogs_query is None: then you should be able to avoid the above error in getBlogPagination
  • Nov 26, 2009
    issue 48 (cpedialog 1.0 doesn't work for me.) Status changed by cpedia   -   I recommand you upgrade to the latest version. "full patched release for version 1.0" is the stable release of version 1.0. But recently, Google upgrade their translate web site that used by cpedialog to generate permanent link (some non-english user need that), so the old version will not work. So, please use the cpedialog 2.0 RC version currently.
    Status: Fixed
    I recommand you upgrade to the latest version. "full patched release for version 1.0" is the stable release of version 1.0. But recently, Google upgrade their translate web site that used by cpedialog to generate permanent link (some non-english user need that), so the old version will not work. So, please use the cpedialog 2.0 RC version currently.
    Status: Fixed
  • Nov 26, 2009
    cpedialog_20091126_2.0_RC.zip (cpedialog - RC release version 2.0. Fix permlink translate a...) file uploaded by cpedia   -  
    Labels: Type-Archive OpSys-All cpedialog
    Labels: Type-Archive OpSys-All cpedialog
  • Nov 26, 2009
    cpedialog_20091126_2.0_RC.tar.gz (cpedialog - RC release version 2.0. Fix permlink translate a...) file uploaded by cpedia   -  
    Labels: Type-Archive OpSys-All cpedialog
    Labels: Type-Archive OpSys-All cpedialog
  • Nov 25, 2009
    r477 (release 2.0 RC) committed by cpedia   -   release 2.0 RC
    release 2.0 RC
  • Nov 25, 2009
    r476 (Using google ajax language api for permlink translate.) committed by cpedia   -   Using google ajax language api for permlink translate.
    Using google ajax language api for permlink translate.
  • Nov 21, 2009
    issue 48 (cpedialog 1.0 doesn't work for me.) reported by hu7363   -   What steps will reproduce the problem? 1. I just typed python appcfy.py /path/to/cpidialog 2. Then in the console it displays """ Uploading index definitions. Error 400: --- begin server output --- Creating a composite index failed: This index: entity_type: "Archive" ancestor: false Property { name: "date" direction: 2 } is not necessary, since single-property indices are built in. Please remove it from your index file and upgrade to the latest version of the SDK, if you haven't already. """ 3. And then I go to my app index, the browser tells me """ Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1552, in count result = raw_query.Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1086, in Count raise _ToDatastoreError(err) NeedIndexError: no matching index found. """ What version of the product are you using? On what operating system? cpedialog 1.0 Python 2.6.2 Ubuntu 9.04 GAE 1.2.7
    What steps will reproduce the problem? 1. I just typed python appcfy.py /path/to/cpidialog 2. Then in the console it displays """ Uploading index definitions. Error 400: --- begin server output --- Creating a composite index failed: This index: entity_type: "Archive" ancestor: false Property { name: "date" direction: 2 } is not necessary, since single-property indices are built in. Please remove it from your index file and upgrade to the latest version of the SDK, if you haven't already. """ 3. And then I go to my app index, the browser tells me """ Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/nextstopheaven/2.337924679879795810/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1552, in count result = raw_query.Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1086, in Count raise _ToDatastoreError(err) NeedIndexError: no matching index found. """ What version of the product are you using? On what operating system? cpedialog 1.0 Python 2.6.2 Ubuntu 9.04 GAE 1.2.7
  • Nov 16, 2009
    r475 (fix the collapse bug when page resize.) committed by cpedia   -   fix the collapse bug when page resize.
    fix the collapse bug when page resize.
  • Nov 16, 2009
    r474 (refactor the menu css.) committed by cpedia   -   refactor the menu css.
    refactor the menu css.
  • Nov 16, 2009
    r473 (compressed the image size to improve the performance.) committed by cpedia   -   compressed the image size to improve the performance.
    compressed the image size to improve the performance.

Earlier this year

  • Oct 17, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by forest520   -   点“System Configuration”(/admin)的时候出现错误: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/cpedialog520/2.337098269425496884/blog.py", line 75, in get view.ViewPage(cache_time=36000).render(self) TypeError: render() takes at least 3 arguments (2 given)
    点“System Configuration”(/admin)的时候出现错误: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/cpedialog520/2.337098269425496884/blog.py", line 75, in get view.ViewPage(cache_time=36000).render(self) TypeError: render() takes at least 3 arguments (2 given)
  • Oct 13, 2009
    issue 47 (不支持站内全文搜索) reported by imcaptor   -   希望加上这个功能,并且能做正确的中文搜索。 谢谢!
    希望加上这个功能,并且能做正确的中文搜索。 谢谢!
  • Oct 13, 2009
    issue 46 (标题如果为日语的时候,无法发布) changed by cpedia   -   目前会对将中文标题通过google translate翻译为英文而得到permalink,我会检查为什么日文翻译会出错。
    Status: Accepted
    Owner: cpedia
    目前会对将中文标题通过google translate翻译为英文而得到permalink,我会检查为什么日文翻译会出错。
    Status: Accepted
    Owner: cpedia
  • Oct 10, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by ruhou.h   -   使用第三方上传工具sdupload为什么会上传失败? 机器系统太烂了没有安装python和SDK。。。
    使用第三方上传工具sdupload为什么会上传失败? 机器系统太烂了没有安装python和SDK。。。
  • Oct 07, 2009
    issue 46 (标题如果为日语的时候,无法发布) commented on by ncow...@gmail.com   -   Index: C:/Projects/cpedialog/blog.py =================================================================== --- C:/Projects/cpedialog/blog.py (revision 2) +++ C:/Projects/cpedialog/blog.py (working copy) @@ -25,6 +25,7 @@ import logging import string import urllib +import random from xml.etree import ElementTree @@ -148,9 +149,10 @@ if not permalink: raise Exception except Exception: - template_values.update({'error':'Generate permanent link for blog error, please retry it.'}) - self.generate('blog_add.html',template_values) - return + #template_values.update({'error':'Generate permanent link for blog error, please retry it.'}) + #self.generate('blog_add.html',template_values) + #return + permalink = str(random.randrange(10000,99999)) #check the permalink duplication problem. maxpermalinkBlog = db.GqlQuery("select * from Weblog where permalink >= :1 and permalink < :2 order by permalink desc",permalink, permalink+u"\xEF\xBF\xBD").get() if maxpermalinkBlog is not None:
    Index: C:/Projects/cpedialog/blog.py =================================================================== --- C:/Projects/cpedialog/blog.py (revision 2) +++ C:/Projects/cpedialog/blog.py (working copy) @@ -25,6 +25,7 @@ import logging import string import urllib +import random from xml.etree import ElementTree @@ -148,9 +149,10 @@ if not permalink: raise Exception except Exception: - template_values.update({'error':'Generate permanent link for blog error, please retry it.'}) - self.generate('blog_add.html',template_values) - return + #template_values.update({'error':'Generate permanent link for blog error, please retry it.'}) + #self.generate('blog_add.html',template_values) + #return + permalink = str(random.randrange(10000,99999)) #check the permalink duplication problem. maxpermalinkBlog = db.GqlQuery("select * from Weblog where permalink >= :1 and permalink < :2 order by permalink desc",permalink, permalink+u"\xEF\xBF\xBD").get() if maxpermalinkBlog is not None:
  • Oct 07, 2009
    issue 46 (标题如果为日语的时候,无法发布) reported by ncowboy   -   What steps will reproduce the problem? 1. 标题为日语,比如“あいうえお” 2. 然后预览 3. 然后发布。会得到提示“ Generate permanent link for blog error, please retry it. ” What is the expected output? What do you see instead? “ Generate permanent link for blog error, please retry it. ” What version of the product are you using? On what operating system? Server:GAE Please provide any additional information below.
    What steps will reproduce the problem? 1. 标题为日语,比如“あいうえお” 2. 然后预览 3. 然后发布。会得到提示“ Generate permanent link for blog error, please retry it. ” What is the expected output? What do you see instead? “ Generate permanent link for blog error, please retry it. ” What version of the product are you using? On what operating system? Server:GAE Please provide any additional information below.
  • Sep 28, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by ChunZhi...@gmail.com   -   上传后遇到这样的错误: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/syringa-oblata/1.336670071144637259/blog.py", line 85, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/syringa-oblata/1.336670071144637259/util.py", line 127, in getBlogPagination obj_page = GqlQueryPaginator(blogs_query,page,cpedialog.num_post_per_page).page() File "/base/data/home/apps/syringa-oblata/1.336670071144637259/cpedia/pagination/GqlQueryPaginator.py", line 32, in __init__ self.count_ = int(gqlQuery.count()) ##todo:google GqlQuery has 1000 records limit. File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1485, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1040, in Count raise _ToDatastoreError(err) NeedIndexError: no matching index found. 怎么解决阿??
    上传后遇到这样的错误: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/syringa-oblata/1.336670071144637259/blog.py", line 85, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/syringa-oblata/1.336670071144637259/util.py", line 127, in getBlogPagination obj_page = GqlQueryPaginator(blogs_query,page,cpedialog.num_post_per_page).page() File "/base/data/home/apps/syringa-oblata/1.336670071144637259/cpedia/pagination/GqlQueryPaginator.py", line 32, in __init__ self.count_ = int(gqlQuery.count()) ##todo:google GqlQuery has 1000 records limit. File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1485, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1040, in Count raise _ToDatastoreError(err) NeedIndexError: no matching index found. 怎么解决阿??
  • Sep 28, 2009
    What_is_new_in_version_2_0 (This article is the new features introduction for coming cpe...) Wiki page commented on by robataka.neo   -   what version of django are you planning to use?
    what version of django are you planning to use?
  • Sep 08, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by boy02.game   -   Layout时,点“Save Current Layout”按钮没有任何反应。 还有我用google帐号登陆后,系统会用邮箱名做为我的名称,我在帐户信息里修改后,发文章显示的是修改前的名称。 在IE下,帐户信息里的生日只有年、日,缺了月,而且无法更新帐户信息。FF下正常。
    Layout时,点“Save Current Layout”按钮没有任何反应。 还有我用google帐号登陆后,系统会用邮箱名做为我的名称,我在帐户信息里修改后,发文章显示的是修改前的名称。 在IE下,帐户信息里的生日只有年、日,缺了月,而且无法更新帐户信息。FF下正常。
  • Sep 04, 2009
    issue 45 (开发RPC服务) reported by kukkiz   -   使cpedialog能支持离线BLOG发布软件和第三方图片托管商的"Publish to Blog"功能.
    使cpedialog能支持离线BLOG发布软件和第三方图片托管商的"Publish to Blog"功能.
  • Sep 03, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by bbddb4   -   Yes, This is an issue with gae but it works fine as predicted..."since single-property indices are built in. Please remove it from your index file" I think this is taken care of in the new version released (need to check) - Lassina Ouattara
    Yes, This is an issue with gae but it works fine as predicted..."since single-property indices are built in. Please remove it from your index file" I think this is taken care of in the new version released (need to check) - Lassina Ouattara
  • Sep 03, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by bbddb4   -   ohh yea worked fine like predicted... This is an issue with GAE though - Lassina
    ohh yea worked fine like predicted... This is an issue with GAE though - Lassina
  • Sep 03, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by bbddb4   -   Guys, just follow the server response, "since single-property indices are built in. Please remove it from your index file" remove it and you should be fine...
    Guys, just follow the server response, "since single-property indices are built in. Please remove it from your index file" remove it and you should be fine...
  • Aug 26, 2009
    r472 (fix timezone bug for the blog view page.) committed by cpedia   -   fix timezone bug for the blog view page.
    fix timezone bug for the blog view page.
  • Aug 20, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by ovnicr...@gmail.com   -   I removed index.yaml from app and update give no errors but when try to access it in the cloud says this: {{{ Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/ovnicraft/2.335755820222154311/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1430, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1003, in Count raise _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2100, in _ToDatastoreError raise errors[err.application_error](err.error_detail) NeedIndexError: no matching index found. }}}
    I removed index.yaml from app and update give no errors but when try to access it in the cloud says this: {{{ Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/ovnicraft/2.335755820222154311/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1430, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1003, in Count raise _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2100, in _ToDatastoreError raise errors[err.application_error](err.error_detail) NeedIndexError: no matching index found. }}}
  • Aug 20, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by ovnicr...@gmail.com   -   I removed index.yaml from app and update give no errors, but when access to in cloud give this error: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/ovnicraft/2.335755820222154311/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1430, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1003, in Count raise _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2100, in _ToDatastoreError raise errors[err.application_error](err.error_detail) NeedIndexError: no matching index found.
    I removed index.yaml from app and update give no errors, but when access to in cloud give this error: Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/ovnicraft/2.335755820222154311/blog.py", line 86, in get obj_page = util.getBlogPagination(page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/util.py", line 130, in getBlogPagination obj_page = YUIPaginator(blogs_query,page,cpedialog.num_post_per_page) File "/base/data/home/apps/ovnicraft/2.335755820222154311/cpedia/pagination/GqlQueryPaginator.py", line 33, in __init__ self.count = int(gqlQuery.count()) File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1430, in count return self._get_query().Count(limit=limit) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1003, in Count raise _ToDatastoreError(err) File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 2100, in _ToDatastoreError raise errors[err.application_error](err.error_detail) NeedIndexError: no matching index found.
  • Aug 14, 2009
    r471 (refactor google ad to improve performance.) committed by cpedia   -   refactor google ad to improve performance.
    refactor google ad to improve performance.
  • Aug 14, 2009
    r470 (refactor css.) committed by cpedia   -   refactor css.
    refactor css.
  • Aug 14, 2009
    r469 (fix comments css.) committed by cpedia   -   fix comments css.
    fix comments css.
  • Aug 14, 2009
    r468 (refactor syntachighlighter: load js using YUI get.) committed by cpedia   -   refactor syntachighlighter: load js using YUI get.
    refactor syntachighlighter: load js using YUI get.
  • Aug 13, 2009
    r467 (change syntachighlighter css.) committed by cpedia   -   change syntachighlighter css.
    change syntachighlighter css.
  • Aug 13, 2009
    r466 (fix yui editor PRE tag support bug.) committed by cpedia   -   fix yui editor PRE tag support bug.
    fix yui editor PRE tag support bug.
  • Aug 13, 2009
    r465 (integrate syntaxhighlighter.) committed by cpedia   -   integrate syntaxhighlighter.
    integrate syntaxhighlighter.
  • Aug 12, 2009
    RoadMap_for_coming_v_2_0_release (Roadmap of cpedialog for the coming version 2.0 release.) Wiki page commented on by danil.mail   -   +1 for wordpress import.
    +1 for wordpress import.
  • Aug 12, 2009
    r464 (add dp.SyntaxHighlighter support.) committed by cpedia   -   add dp.SyntaxHighlighter support.
    add dp.SyntaxHighlighter support.
  • Aug 12, 2009
    r463 (fix yui image uploader.) committed by cpedia   -   fix yui image uploader.
    fix yui image uploader.
  • Aug 12, 2009
    r462 (fix index & to add syntaxhighlighter to yui editor.) committed by cpedia   -   fix index & to add syntaxhighlighter to yui editor.
    fix index & to add syntaxhighlighter to yui editor.
  • Aug 10, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by cpedia   -   后台模板的错误已经修复,请从svn上checkout最新code。
    后台模板的错误已经修复,请从svn上checkout最新code。
  • Aug 07, 2009
    How_To_Install_cpedialog (This article will tell you how to install cpedialog on appen...) Wiki page commented on by dropfood   -   后台模板修改有错误 /admin/layout Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/dropfood/1.335456781470166076/authorized.py", line 61, in check_login return handler_method(self, *args, **kwargs) File "/base/data/home/apps/dropfood/1.335456781470166076/admin.py", line 252, in get self.generate('admin/admin_layout.html',template_values) File "/base/data/home/apps/dropfood/1.335456781470166076/admin.py", line 62, in generate view.ViewPage(cache_time=0).render(self, template_name,values) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 115, in render output = self.render_or_get_cache(handler, template_file, params) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 108, in render_or_get_cache return self.full_render(handler, template_file, template_params) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 88, in full_render return template.render(template_file, template_params, debug=cpedialog.debug) File "/base/python_lib/versions/1/google/appengine/ext/webapp/template.py", line 80, in render t = load(template_path, debug) File "/base/python_lib/versions/1/google/appengine/ext/webapp/template.py", line 108, in load template = django.template.loader.get_template(file_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 80, in get_template template = get_template_from_string(source, origin, template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 88, in get_template_from_string return Template(source, origin, name) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 158, in __init__ self.nodelist = compile_string(template_string, origin) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 174, in compile_string return parser.parse() File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 273, in parse compiled_result = compile_func(self, token) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 172, in do_include return ConstantIncludeNode(path[1:-1]) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 87, in __init__ t = get_template(template_path) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 80, in get_template template = get_template_from_string(source, origin, template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 88, in get_template_from_string return Template(source, origin, name) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 158, in __init__ self.nodelist = compile_string(template_string, origin) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 174, in compile_string return parser.parse() File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 273, in parse compiled_result = compile_func(self, token) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 172, in do_include return ConstantIncludeNode(path[1:-1]) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 87, in __init__ t = get_template(template_path) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 79, in get_template source, origin = find_template_source(template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 72, in find_template_source raise TemplateDoesNotExist, name TemplateDoesNotExist: include/menu_navigator.html
    后台模板修改有错误 /admin/layout Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 507, in __call__ handler.get(*groups) File "/base/data/home/apps/dropfood/1.335456781470166076/authorized.py", line 61, in check_login return handler_method(self, *args, **kwargs) File "/base/data/home/apps/dropfood/1.335456781470166076/admin.py", line 252, in get self.generate('admin/admin_layout.html',template_values) File "/base/data/home/apps/dropfood/1.335456781470166076/admin.py", line 62, in generate view.ViewPage(cache_time=0).render(self, template_name,values) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 115, in render output = self.render_or_get_cache(handler, template_file, params) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 108, in render_or_get_cache return self.full_render(handler, template_file, template_params) File "/base/data/home/apps/dropfood/1.335456781470166076/view.py", line 88, in full_render return template.render(template_file, template_params, debug=cpedialog.debug) File "/base/python_lib/versions/1/google/appengine/ext/webapp/template.py", line 80, in render t = load(template_path, debug) File "/base/python_lib/versions/1/google/appengine/ext/webapp/template.py", line 108, in load template = django.template.loader.get_template(file_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 80, in get_template template = get_template_from_string(source, origin, template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 88, in get_template_from_string return Template(source, origin, name) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 158, in __init__ self.nodelist = compile_string(template_string, origin) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 174, in compile_string return parser.parse() File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 273, in parse compiled_result = compile_func(self, token) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 172, in do_include return ConstantIncludeNode(path[1:-1]) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 87, in __init__ t = get_template(template_path) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 80, in get_template template = get_template_from_string(source, origin, template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 88, in get_template_from_string return Template(source, origin, name) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 158, in __init__ self.nodelist = compile_string(template_string, origin) File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 174, in compile_string return parser.parse() File "/base/python_lib/versions/third_party/django-0.96/django/template/__init__.py", line 273, in parse compiled_result = compile_func(self, token) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 172, in do_include return ConstantIncludeNode(path[1:-1]) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py", line 87, in __init__ t = get_template(template_path) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 79, in get_template source, origin = find_template_source(template_name) File "/base/python_lib/versions/third_party/django-0.96/django/template/loader.py", line 72, in find_template_source raise TemplateDoesNotExist, name TemplateDoesNotExist: include/menu_navigator.html
  • Aug 04, 2009
    issue 36 (Some "redirect" calls are not followed by "return") Status changed by cpedia   -  
    Status: Fixed
    Status: Fixed
  • Aug 04, 2009
    r461 (remove unnecessary.) committed by cpedia   -   remove unnecessary.
    remove unnecessary.
  • Aug 04, 2009
    issue 36 (Some "redirect" calls are not followed by "return") Owner changed by cpedia   -   fix for all the occurrence of the redirect clouse. Thanks for the patching.
    Owner: cpedia
    fix for all the occurrence of the redirect clouse. Thanks for the patching.
    Owner: cpedia
  • Aug 04, 2009
    r460 (fix for return after redirect clouse. see issue 36: http://c...) committed by cpedia   -   fix for return after redirect clouse. see issue 36 : http://code.google.com/p/cpedialog/issues/detail?id=36
    fix for return after redirect clouse. see issue 36 : http://code.google.com/p/cpedialog/issues/detail?id=36
  • Aug 04, 2009
    r459 (add robots.txt for search engine.) committed by cpedia   -   add robots.txt for search engine.
    add robots.txt for search engine.
  • Aug 04, 2009
    r458 (fix admin module description bug.) committed by cpedia   -   fix admin module description bug.
    fix admin module description bug.
 
Hosted by Google Code