0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better information about static files in the _ More... over 18 years ago
-set svn:execute information -add a header More... over 18 years ago
update the unitest... But the django login test fails :( Why? More... over 18 years ago
renamed the settings variable "INSTALL_PASS_HASH" to "INSTALL_PASSWORD_HASH" Now, the name contains "PASSWORD", so django hide the value from a debug traceback. more information: http://www.pylucid.org/_goto/121/changes/ More... over 18 years ago
Better error information. More... over 18 years ago
Tag the v0.8.0RC2 More... over 18 years ago
A patched django mysql_old backend file... See: http://code.djangoproject.com/ticket/4741 (Mysql returns non-unicode strings) More... over 18 years ago
bugfix for ticket:93 -> sub_menu use now "get_absolute_url" More... over 18 years ago
correct import (escape_django_tags) More... over 18 years ago
delete "userhandling" Plugin. Because we use the django admin panel for this... More... over 18 years ago
Update install data More... over 18 years ago
-make the permalink changes not really Backwards-incompatible -append the shortcut to the permalink, but only the ID is used for the redirect Look at: http://pylucid.org/_goto/121/ More... over 18 years ago
Bugfix building shortcuts with no double "-" e.g.: "foo - bar" -> "foo-bar" not "foo---bar" More... over 18 years ago
change the displayed title... More... over 18 years ago
make page_admin.tag_list public. So we can use it for the documentation on pylucid.org More... over 18 years ago
remove CSS color... Replace with "grey"... More... over 18 years ago
bugfix: cgi.escape -> escape More... over 18 years ago
Open the JS windows a little bit smaller but a bit higher... More... over 18 years ago
remove the camera name in the filename More... over 18 years ago
change the version string to v0.8.0RC2 More... over 18 years ago
With django autoescape we need no longer a escape hack here. More... over 18 years ago
bugfix: mark_safe the tinyMCE code More... over 18 years ago
delete "== True" ;) More... over 18 years ago
New settings ('SERVE_STATIC_FILES' and 'REDIRECT_OLD_PYLUCID_URL') for set up the urls.py More... over 18 years ago
use PyLucid escaping method... So you can put this into you CMS page: =={{ PAGE.get_absolute_uri }}== to diplay the command escaped. More... over 18 years ago
from PyLucid.plugins_internal.page_style.page_style import replace_add_data More... over 18 years ago
change "<" to ">" More... over 18 years ago
more error info text More... over 18 years ago
move replace_add_data() from content_processors into page_style.py More... over 18 years ago
maxlength is deprecated, changed to max_length More... over 18 years ago