Menu:

development history

↑ info  #

Here is a list of all the "visible changes" and improvements.

Please see also on our list of Backwards-incompatible changes. You find all changes that require a admin intervention.

↑ 24.08.2010 - AJAX Comments for normal content pages  #

With commit 99dadf88 the pylucid comments plugin can be used for normal content pages, too and not only for blog/lexicon entries. Now it's implemented as AJAX views. Hope that will bring less spam comments, for a while ;)

To use it, just add this to your global page template:

HTML
1
{% lucidTag pylucid_comments %}

↑ 20.08.2010 - AJAX diff view for dbtemplate entries  #

With commit 7ba2947e7 we add a AJAX diff view for display the difference between the dbtemplate content with the content stored in the filesystem. So you see what you have been changed.

Howto:

  • edit a dbtemplate entry (witch was a overwritten filesystem template)
  • click on the "diff" button (found in django's object-tools line, the grey links upper, right)

The diff would be highlighted with pygments ;)

↑ 08.07.2010 - Add ColorMirror Editor  #

With commit c7f6ea0, we include CodeMirror JS Editor.

You will get syntax highlighting and you can now Indent with TAB and Shift-TAB !

↑ 26.05.2010 - use jquery.textarearesizer.js  #

Demo page from the plugin author:

↑ 25.05.2010 - Clone existing Design  #

↑ 27.04.2010 - "find and replace" plugin reimplemented  #

↑ 19.04.2010 - migrate SVN to git  #

We switched from subversion to git and hosted our repository on github.com: http://github.com/jedie/PyLucid

The old SVN server will remain online, for some time.

How to create a new PyLucid vitual environment with git, read: Developers guide for testing v0.9

more information: blog article (de)

↑ 04.04.2010 - highlight source code  #

↑ 01.04.2010 - better language handling  #

  • 2609 - We implemented a better language selection. This is important for users how used more than one language.PyLucid created a list of all existing languages sorted by the client sended HTTP_ACCEPT_LANGUAGE.These language list stored in request.PYLUCID.languages. PyLucid and all multilanguage plugins should use this list...

↑ 10.03.2010 - mark first/last main menu entry  #

  • 2567 - The first and last main menu entry in the same level gets the additional css class value frist/last. More into: The main menu plugin

↑ 03.03.2010 - Lexicon improvement  #

  • 2559 - The lexicon plugin used now the HTMLParser for replacing words. It work if term contains spaces (two or more words)

↑ 02.03.2010 - NEW: tools / template overwrite  #

↑ 01.03.2010 - google translation and small improvements  #

  • 2552 - NEW and experimental: Use google translation API to prefill fields when use: edit page -> translate content -> prefill with google
  • 2553 - Small improvements:
    • Add SVN Reversion number to package_info page, if exist.
    • Activate HeadlineAnchor? on the admin page, too.
    • Use lucidTag TOC in package_info admin view.

↑ 24.02.2010 - Blog feeds + new plugin: package_info + page list + markup help  #

  • 2541 - The two edit page buttons "page list" and "markup help" are reimplemented.
  • 2540 - The new package_info plugin added: Dynamic generation of a page like: v0.8 package info, more info: The Package information Plugin
  • 2538:
    • Blog Plugin updates: Blog can send feeds and tag filter can be combined
    • Update Journal feeds used the "count" GET parameter

↑ 06.02.2010 - RSS/Atom feeds  #

↑ 05.02.2010 - blog updates  #

  • After the 'blog tag pages are empty!' bugfix, we found a security hole: User can access non public entries by manipulate the ID in the url. This is fixed in 2527.

↑ 04.02.2010 - Add confirm dialog + use paginator in blog summary  #

  • 2524 - Add a JavaScript confirm dialog to the inline editing form, if the user leave the page without save the changes.
  • 2523 - Limit the blog articles on summary page with django paginator.

↑ 29.01.2010 - add context keys to tag list + update initial data  #

  • 2517 - add a list of existing template tags from the context
  • 2514 - update initial data and fix some things in the initial pages

↑ 22.01.2010 - Better fastCGI dispatcher  #

↑ 20.01.2010 - new TOC plugin  #

↑ 08.01.2010 - new OpenStreetMap plugin  #

↑ 02.12.2009 - new "change page order" view  #

↑ missing  #

...very much things missed here...

↑ v0.9 (branch under development)  #

We start the v0.9 branch with changeset 1852. Many things changed to v0.8.x because it's more a rewrite than a simply update ;)

↑ old history  #

↑ See also:  #

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