Menu:

PyLucid ist ein OpenSource CMS, geschrieben in Python

26.08.2010 - Aktuelle Neuigkeiten:

Wir werden PyLucid v0.9 stable in den nächsten Tagen Veröffentlichen!
Mehr Informationen im Weblog.
Bitte teste den aktuellen git trunk und gebe uns Feedback!

↑ über PyLucid  #

PyLucid ist ein flexibles, Open Source Webseiten Content Management System. Es ist in Python geschrieben und nutzt das Django Framework.

Was PyLucid ausmacht:

Guter Einstieg bieten die folgenden Seiten:

Neuigkeiten für PyLucid Benutzer:

Fragen? Starte einfach einen neuen Thread in unserem Forum starten oder Kontaktiere uns über IRC/Jabber/Mailinglist!

↑ Letzte Änderungen:  #

update time title user name
6. Sept. 2010, 07:51 PyLucid v0.9.0.RC9 veröffentlicht
(blog entry)
Jens Diemer
6. Sept. 2010, 07:44 PyLucid v0.9.0.RC9 released
(blog entry)
Jens Diemer
2. Sept. 2010, 16:18 PyLucid v0.9.0.RC8 released
(blog entry)
Jens Diemer
27. Aug. 2010, 16:16 PyLucid v0.9.0.RC7 released
(blog entry)
Jens Diemer
27. Aug. 2010, 16:16 PyLucid v0.9.0.RC7 released
(blog entry)
Jens Diemer
27. Aug. 2010, 06:50 update_v08
(PageContent)
Jens Diemer
27. Aug. 2010, 06:50 migrate a old PyLucid v0.8 installation to v0.9
(PageContent)
Jens Diemer
26. Aug. 2010, 14:46 PyLucid@flattr
(blog entry)
Jens Diemer
26. Aug. 2010, 14:46 PyLucid@flattr
(blog entry)
Jens Diemer
25. Aug. 2010, 15:57 New comment for 'Aptana Studio, das bessere Eclipse für Python Entwicklung?'
(PyLucid comment)
Jens
Letzte Seiten Ändrungen als RSS / Atom-Feeds.

↑ letzten commits  #

(Siehe auch PyLucid entwicklungs History Seite.)

RSS Feed von github.com/jedie/PyLucid:

Recent Commits to PyLucid:master
  • change version to RC8 (Last release candidate?)

    2010-09-06T00:28:43-07:00

    m pylucid_project/__init__.py
    
    change version to RC8 (Last release candidate?)

  • add "remove unused colors" function. (In object tools links, when change a colorscheme)

    2010-09-06T00:28:00-07:00

    m pylucid_project/apps/pylucid/admin.py
    m pylucid_project/apps/pylucid/models/colorscheme.py
    m pylucid_project/apps/pylucid/templates/admin/pylucid/colorscheme/change_form.html
    m pylucid_project/apps/pylucid_admin/fixtures/pylucid.json
    m pylucid_project/pylucid_plugins/design/tests.py
    
    add "remove unused colors" function. (In object tools links, when change a colorscheme)

  • bugfix: missing template string ;)

    2010-09-03T07:56:15-07:00

    m pylucid_project/pylucid_plugins/page_admin/admin_views/page_order.py
    
    bugfix: missing template string ;)

  • check in template strings invalid

    2010-09-03T07:55:56-07:00

    m pylucid_project/pylucid_plugins/find_and_replace/tests.py
    m pylucid_project/pylucid_plugins/page_admin/tests.py
    
    check in template strings invalid

  • obsolete template code

    2010-09-03T07:55:11-07:00

    m pylucid_project/pylucid_plugins/page_admin/templates/page_admin/convert_markup.html
    
    obsolete template code

  • make a real link to design change list page

    2010-09-03T07:54:46-07:00

    m pylucid_project/pylucid_plugins/admin_menu/templates/admin_menu/includes/pylucid_admin_menu.html
    
    make a real link to design change list page

  • put pygments_css always into context... But Should we only insert pygments in admin section? Should we use a template tag??

    2010-09-03T07:54:12-07:00

    m pylucid_project/apps/pylucid/context_processors.py
    
    put pygments_css always into context... But Should we only insert pygments in admin section? Should we use a template tag??

  • pagecontent doesn't exist in "create new page" view

    2010-09-03T07:50:58-07:00

    m pylucid_project/pylucid_plugins/page_admin/templates/page_admin/includes/edit_content_page_buttons.html
    
    pagecontent doesn't exist in "create new page" view

  • cleanup import (raised a import error in find_and_teplace unittests before)

    2010-09-03T07:45:26-07:00

    m pylucid_project/pylucid_plugins/search/views.py
    
    cleanup import (raised a import error in find_and_teplace unittests before)

  • update unittest

    2010-09-03T07:00:31-07:00

    m pylucid_project/pylucid_plugins/find_and_replace/tests.py
    
    update unittest

  • * repaste a rendered stylesheet works, now. Existing colors would be used and new one created in every used colorscheme ;)

    2010-09-03T05:33:04-07:00

    m pylucid_project/apps/pylucid/models/colorscheme.py
    m pylucid_project/apps/pylucid/models/editable_headfile.py
    m pylucid_project/pylucid_plugins/design/tests.py
    m pylucid_project/utils/css_color_utils.py
    
    * repaste a rendered stylesheet works, now. Existing colors would be used and new one created in every used colorscheme ;)
    * merging and create new color works better
    * add unittests for all of these stuff

  • add more context links

    2010-09-03T05:31:02-07:00

    m pylucid_project/pylucid_plugins/design/templates/design/clone.html
    m pylucid_project/pylucid_plugins/design/templates/design/switch.html
    
    add more context links

  • make design link ;)

    2010-09-03T05:13:25-07:00

    m pylucid_project/apps/pylucid/templates/admin/pylucid/change_list_with_design_link.html
    
    make design link  ;)

  • spelling

    2010-09-03T01:32:43-07:00

    m pylucid_project/apps/pylucid/models/colorscheme.py
    
    spelling

  • IMHO better links ;)

    2010-09-03T01:15:36-07:00

    m pylucid_project/apps/pylucid/templates/admin/pylucid/design_headfiles_info.html
    m pylucid_project/apps/pylucid/templates/admin/pylucid/includes/colorscheme_preview.html
    
    IMHO better links ;)

  • Add link to design change list

    2010-09-03T01:15:08-07:00

    m pylucid_project/apps/pylucid/admin.py
    + pylucid_project/apps/pylucid/templates/admin/pylucid/change_list_with_design_link.html
    
    Add link to design change list

  • Change Version to v0.9.0.RC8 and made the git info shorter ;)

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

    m pylucid_project/__init__.py
    
    Change Version to v0.9.0.RC8 and made the git info shorter ;)

  • 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!

↑ twitter  #

RSS Feed von twitter.com/PyLucid:

Twitter / PyLucid

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