Here you find changes that require a admin intervention.
On our development history page is a list of all "visible changes" and improvements.
Important: 2569 and 2572 needs some admin intervention otherwise a svn up makes your side down!
see also:
If you use a other settings than sqlite3 with test.db3 you will get the error that database tables doesn't exists. Because Django didn't used your old config from local_settings.py!
The new JS-SHA-Login implementation 2572 has changed some JavaScript media files:
| media/PyLucid/pylucid_js_tools.js | (modified) |
| media/PyLucid/shared_sha_tools.js | (modified) |
| media/PyLucid/sha_login_input_password.js | (deleted) |
Please update your media files, if not done in svn update...
Since 2577 you will see only "loading..." if media files not updated.
You must run:
to see the new menu point: PyLucid admin menu -> tools -> overwrite templates
We activate the TOC/HeadLineAnchor in the
django admin panel with 2553.
The static file media/PyLucid/pylucid_admin.css has been updated.
Possibly, you must copy the file into your media directory.
Since 2536 you should create a 'update_journal' PluginPage. Otherwise staff members get this error message on a page witch contains the lucidTag update_journal:
Can't get a PluginPage for plugin 'update_journal', please create one.
See also: user manual
Django contains jQuery since Django changeset 12297. So we delete our own copy of jQuery and use it from django.
You must copy jquery.min.js into your media path, if you get the JavaScript alert error:
Error loading file [/django_media/js/jquery.min.js] !
Copy django/contrib/admin/media/js/jquery.min.js into your django media path, e.g.:
(see also: static media files)
With Changeset 2348, among other things, we changed the ManyToManyField in the design model. It seems that this is problematic in later django updates.
You must change a database column name if you get this error:
OperationalError: (1054, "Unknown column 'pylucid_design_headfiles.editablehtmlheadfile_id' in 'on clause'")
Solution: Change the column name: