and add support for showing the cached version of a page if unable to
contact the database.
Also add 'Vary: Accept-Encoding' to headers for every output, just to
make sure.
- smaller headlines in standard skin
- slightly smaller font for menu links
- headlines have thin gray underline
- thinner borders
- footer in blue box
2) Skin changes:
- changed default color for non-article pages
- removed "Special pages" dropdown -- takes space,
causes display bugs and is hardly used
3) Preferences:
- put all checkbox prefs in a table so they are
properly aligned
4) Section editing:
- new option for editing sections by right clicking
titles (onContextMenu); works in Mozilla & IE
- new functionality for appending text to pages, currently
displayed only for Talk pages as "Post a comment"
(summary field becomes comment subject)
2) fixed edit section bug (would not trigger on <h[1-6]> elements
3) show/hide javascript toggle text changes when clicked
4) toc centered, smaller font
HOWEVER, the session cookie seems to override our cache control. May need to
mess with this to get things working smoothly.
Also, caching + gzip may be a difficult combination.
2) Hide section edit links for old revisions
3) Changed layout of section edit links
4) added info to editing screen when you are editing a section
5) removed toc from main page
instead of the whole one
* "Table of contents" feature that is displayed above the article if that
preference is enabled and there are more than three headings
* Rewrote auto-numbering code
* Automatic insertion of anchors into every page
* minor fixes to update.php
If an article with less than 500 characters is to be deleted, at most the
first 150 characters are automatically suggested as a deletion reason. This
should automate the frequent practice of pasting the text of nonsense
articles into the deletion reason.
If an article with a history is to be deleted, a warning is inserted,
linking to the article history (so as to avoid accidentally deleting a
vandalized page with a valid history).
If a blanked article with a history is to be deleted, and the next earlier
revision contains less than 500 characters, at most the first 150 characters
are automatically suggested as a deletion reason. Nonsense pages are often
blanked, just checking the current revision for nonsense is not good enough.
New texts in Language.php for this feature:
- excontent, exblank, exbeforeblank, historywarning