↑ PyLucid Install & Usage at my Site  #

↑ Ideas/Improvements  #

  • blog
    • replace pylucid_plugins in blog content (maybe bug?)
    • split (also normal content) in "teaser" and "main content" section for displaying only the teaser part on overview pages (similar to Joomla)
    • navigation/overview display features: list pages according to
      • date
      • tags (combination)
      • ...

↑ Usability Issues  #

  • sorting of sub-menu item is /sub-menu/ plugin and normal menu
    • different
    • and unclear how exactly the sort order is defined
  • PyLucid admin menu -> create content: neither markup help, page list nor tag list work
    • 2011-01-30T19:54 cd: help, page/tag list work WITH FIREFOX ONLY, IE8 does'nt show markup help, page/tag lists, Preview works!!)
    • not reproducable by jedie, need to investigate
  • many page_messages when loggin in an the default page is not avail in default lang
  • filter side menu on admin pages is always dropped-down, doesn't roll-up
  • gallery directories: issues with spaces: .. lead to 404 an messed up link ( .../d/de/... or .../e/en/... ).
  • empy contentpages lead to "creole markup conversion error" or similar. need to add some text (any) to make it go away.
File "/home/wwwcd/pylucid/env/src/pylucid/pylucid_project/apps/pylucid/markup/converter.py", line 147, in apply_creole

    document = Parser(content).parse()

  File "creole/creole_parser.py", line 288, in __init__

AssertionError

↑ Usability Issues: SOLVED  #

  • PyLucid admin menu -> create content: neither markup preview, nor markup help, page list or tag list work (markup preview error: AJAX error: can't get markup field with '#id_content-markup' )
    • 2011-01-31T14:22 cd: markup preview in admin edit works after patch of pylucid/markup/content_widget.html: replace var markup_selector = "#-markup"; with var markup_selector = "#id_markup";
    • 2001-02-16T21:18 cd: only solve the issue when previewing markup in admin or "edit all" (django) view, BROKE the edit in "translate content" edit view because textare id was not recognized any more, new bug description: when only in admin view, /id_prefix/ in pylucid/pylucid_project/apps/pylucid/markup/widgets.py is not set (or does not conatain a "-") then the markup preview does not work. Need to investiate how to set this correctly.
    • frontend edit page: at least markup preview works
    • 2011-01-30T19:54 cd: help, page/tag list work now, don't know why (BUT ONLY WITH FIREFOX, IE8 does'nt show markup help, page/tag lists, Preview works!!)
  • rendering of Creole inline preformatted tags does not work, looks like non-inline (<pre></pre> instead of <tt></tt>
    • fixed: changed <pre>%s</pre> code in creole2html.py:pre_inline_emit to <tt>%s</tt>

↑ Install/AddOns/Extensions  #

  • win/nginx/fastcgi :-) WORKS NOW needed "PATH_INFO" var in fcgi params
  • linux/apache/fcgid :-)

↑ Serving auth static files  #

↑ (flash) media player  #

jQuery based

↑ Misc  #