New widget system

We have taken into account many of your remarks concerning the widgets, and we have greatly improved them. This improvement has an unfortunate side, however - if you have customized your widgets, you must give them a title, they will be erased after the update. You may also reset your widgets if you want to return to the default configuration.

Change in the CSS stylesheet

If you use the theme, "Custom CSS", you may need to update some style attributes:

  • #categories becomes .categories
  • #selected becomes .selected
  • #langs becomes .langs
  • #syndicate becomes .syndicate
  • #links becomes .links
  • #tags becomes #sidebar .tags

Note that this latter must be #sidebar .tags so as to not put it in conflict against a class of the same name.

If you do not use the "Custom CSS" theme, then nothing needs to be changed.

Administration interface

Nearly all the javascript files in the administration interface have been changed. Due to the sometimes odd behavior of certain browsers, they may take on a strange appearance or display errors. The simplest solution to this will be to empty your web browser's cache after the update occurs.