Menu:

A OpenSource CMS written in Python, used django

26.08.2010 - Breaking news:

We will release PyLucid v0.9 stable in the next few days!
Please test the current git trunk and send feedback!

↑ about PyLucid  #

PyLucid is a Open Source web content management system written in Python using the Django Framework.

Some PyLucid Features are:

A good startpoint is:

News for PyLucid users:

Any Questions? Start a new thread in our forum or contact us via IRC/Jabber/Mailinglist!

↑ last changes:  #

update time title user name
Sept. 2, 2010, 4:18 p.m. PyLucid v0.9.0.RC8 released
(blog entry)
Jens Diemer
Aug. 27, 2010, 4:16 p.m. PyLucid v0.9.0.RC7 released
(blog entry)
Jens Diemer
Aug. 27, 2010, 4:16 p.m. PyLucid v0.9.0.RC7 released
(blog entry)
Jens Diemer
Aug. 27, 2010, 6:50 a.m. update_v08
(PageContent)
Jens Diemer
Aug. 27, 2010, 6:50 a.m. migrate a old PyLucid v0.8 installation to v0.9
(PageContent)
Jens Diemer
Aug. 26, 2010, 4:14 p.m. PyLucid ist ein OpenSource CMS, geschrieben in Python
(PageContent)
Jens Diemer
Aug. 26, 2010, 4:12 p.m. A OpenSource CMS written in Python, used django
(PageContent)
Jens Diemer
Aug. 26, 2010, 2:46 p.m. PyLucid@flattr
(blog entry)
Jens Diemer
Aug. 26, 2010, 2:46 p.m. PyLucid@flattr
(blog entry)
Jens Diemer
Aug. 25, 2010, 3:57 p.m. New comment for 'Aptana Studio, das bessere Eclipse für Python Entwicklung?'
(PyLucid comment)
Jens
get update journal as RSS/Atom feed.

↑ last commits  #

(See also PyLucid development history page.)

Feed from github.com/jedie/PyLucid:

Recent Commits to PyLucid:master
  • Bugfix in package_info

    2010-09-02T09:00:54-07:00

    m pylucid_project/pylucid_plugins/package_info/views.py
    
    Bugfix in package_info

  • renaming colors works and has unittests ;)

    2010-09-02T08:57:34-07:00

    m pylucid_project/apps/pylucid/models/colorscheme.py
    m pylucid_project/apps/pylucid/models/design.py
    m pylucid_project/apps/pylucid/models/editable_headfile.py
    m pylucid_project/pylucid_plugins/design/test_fixtures.json
    m pylucid_project/pylucid_plugins/design/tests.py
    
    renaming colors works and has unittests ;)

  • * new look for design admin changelist (e.g.: /admin/pylucid/design/)

    2010-09-01T09:03:13-07:00

    m pylucid_project/apps/pylucid/admin.py
    m pylucid_project/apps/pylucid/models/colorscheme.py
    m pylucid_project/apps/pylucid/models/editable_headfile.py
    m pylucid_project/apps/pylucid/templates/admin/pylucid/colorscheme/change_form.html
    m pylucid_project/apps/pylucid/templates/admin/pylucid/design_colorscheme_info.html
    + pylucid_project/apps/pylucid/templates/admin/pylucid/editablehtmlheadfile/change_form.html
    m pylucid_project/apps/pylucid/templates/admin/pylucid/includes/colorscheme_preview.html
    m pylucid_project/apps/pylucid_admin/management/commands/create_initialdata.py
    + pylucid_project/pylucid_plugins/design/test_fixtures.json
    m pylucid_project/pylucid_plugins/design/tests.py
    m pylucid_project/utils/css_color_utils.py
    
    * new look for design admin changelist (e.g.: /admin/pylucid/design/)
    * start rewriting design unittests
    * many bugfixes around design/colorscheme stuff
    
    everything not really done, yet!

  • Add a new example page with same template/css, but other color scheme

    2010-08-31T07:26:01-07:00

    m pylucid_project/apps/pylucid_admin/fixtures/pylucid.json
    
    Add a new example page with same template/css, but other color scheme

  • add "edit link" in admin change list pages for design stuff.

    2010-08-30T02:35:01-07:00

    m pylucid_project/apps/pylucid/admin.py
    + pylucid_project/apps/pylucid/templates/admin/pylucid/dbtemplate_usage_info.html
    + pylucid_project/apps/pylucid/templates/admin/pylucid/design_colorscheme_info.html
    + pylucid_project/apps/pylucid/templates/admin/pylucid/design_template_info.html
    + pylucid_project/apps/pylucid/templates/admin/pylucid/includes/colorscheme_preview.html
    + pylucid_project/apps/pylucid/templates/admin/pylucid/includes/design_usage_info.html
    
    add "edit link" in admin change list pages for design stuff.

  • Add target="_blank" fallback to add_openinwindow_links() (e.g. for firefox)

    2010-08-30T01:41:45-07:00

    m pylucid_project/media/PyLucid/pylucid_js_tools.js
    
    Add target="_blank" fallback to add_openinwindow_links() (e.g. for firefox)

  • update blog unittests

    2010-08-27T08:42:51-07:00

    m pylucid_project/pylucid_plugins/blog/tests.py
    
    update blog unittests

  • Don't display pylucid comments on this page

    2010-08-27T08:42:34-07:00

    m pylucid_project/pylucid_plugins/lexicon/tests.py
    m pylucid_project/pylucid_plugins/pylucid_comments/views.py
    m pylucid_project/pylucid_plugins/search/tests.py
    m pylucid_project/system/pylucid_plugins.py
    
    Don't display 
    pylucid comments on this page
    e.g. search get view display search results

  • Bugfix: old cmd didn't work with all git version?

    2010-08-27T07:37:07-07:00

    m pylucid_project/__init__.py
    
    Bugfix: old cmd didn't work with all git version?

  • add last commit timestamp to version string

    2010-08-27T07:27:23-07:00

    m pylucid_project/__init__.py
    
    add last commit timestamp to version string

  • add CSS selectors to update journal td's

    2010-08-27T06:46:20-07:00

    m pylucid_project/pylucid_plugins/update_journal/templates/update_journal/update_journal_table.html
    
    add CSS selectors to update journal td's

  • made the update journal table a little more compact

    2010-08-27T06:41:27-07:00

    m pylucid_project/pylucid_plugins/update_journal/templates/update_journal/update_journal_table.html
    
    made the update journal table a little more compact

  • use html links in dbtemplate page list

    2010-08-27T06:38:06-07:00

    m pylucid_project/apps/pylucid/templates/admin/dbtemplates/template/change_form.html
    
    use html links in dbtemplate page list

  • nicer page_list

    2010-08-27T06:36:05-07:00

    m pylucid_project/pylucid_plugins/page_admin/templates/page_admin/page_list_popup.html
    
    nicer page_list

  • bugfix sending form

    2010-08-27T06:26:27-07:00

    m pylucid_project/pylucid_plugins/page_admin/admin_views/page_list.py
    
    bugfix sending form

  • Bugfix: Styles/JS not active

    2010-08-27T05:53:18-07:00

    m pylucid_project/pylucid_plugins/page_admin/templates/page_admin/tag_list_popup.html
    
    Bugfix: Styles/JS not active

  • Add "page list" and "tag list" buttons in dbtemplates object-tools

    2010-08-27T05:45:36-07:00

    m pylucid_project/apps/pylucid/templates/admin/dbtemplates/template/change_form.html
    
    Add "page list" and "tag list" buttons in 
    dbtemplates object-tools

  • Bugfix in JS resize input fields

    2010-08-27T05:41:05-07:00

    m pylucid_project/media/PyLucid/pylucid_js_tools.js
    
    Bugfix in JS resize input fields

  • update pylucid comments JavaScript stuff and move them into pylucid_js_tools.js

    2010-08-27T05:30:44-07:00

    m pylucid_project/media/PyLucid/pylucid_js_tools.js
    m pylucid_project/pylucid_plugins/pylucid_comments/templates/pylucid_comments/comments.html
    
    update 
    pylucid comments JavaScript stuff and move them into pylucid_js_tools.js
    Tested with Firefox, Safari and IE8

  • remove obsolete resize buttons

    2010-08-27T00:21:02-07:00

    m pylucid_project/pylucid_plugins/page_admin/templates/page_admin/includes/edit_content_page_buttons.html
    
    remove obsolete resize buttons

↑ twitter  #

RSS feed from twitter.com/PyLucid:

Twitter / PyLucid

0 comments for 'about PyLucid':
    there exist no comment for 'about PyLucid'
Leave a comment
tag navi about
Fork me on GitHub