Zwiki

Latest version: v2.0b1

Safety actively analyzes 628919 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 14

0.56

=======================

Plone 2.5 support, LatexWiki and MathAction incorporated, plone tabs
cleanup, translation updates, bug fixes.

**Upgrade notes**

If you are upgrading, re-install Zwiki in your plone site's
Add/Remove Products to make the metadata tab go away. (See below.)

**Installing**

* Wiki pages in Plone (or CMF) will no longer show the metadata
tab by default. http://zwiki.org/1273 has more about
this. (1273)

* add isDefaultPageInFolder method, fixing plone 2.5.x support
(1283)

**Configuring**

* don't use in setupTracker's event log messages, it was confusing

**Browsing**

* don't limit the content area to 80% width in standard skin's stylesheet

* clean up plone/cmf tabs/actions

* change backlinks form's title to Related pages

* in the PAGE/myvotes view, link to pages

**Editing**

* tweak the warning a user sees when too many external links are added

* make restructured text be more silent about errors (report
severe errors only)

* LaTeX support: add the zwiki.org version of LatexWiki to Zwiki's
standard plugins (Simon Michael, Bob McElrath, Joe Koberg & R. Sean
Bowman)

* Axiom, Reduce, Maxima, Noweb support: add the zwiki.org version
of MathAction to Zwiki's standard plugins (Simon Michael, Bill Page)

* increase max page name length in editform from 100 to 300 for eg
latexwiki formula page names

**Issue tracking**

* make the add issue form respect the edits_need_username property,
closing a spam hole (1279)

**Translations**

* new Breton translation for plone skin (Fulup)

* translation updates:
- German (Stefan Kose)
- Japanese (Masaya Kato)
- Russian (Valery Sharapov)

**General**

* in embedded DTML, ensure the context object (_.this) can acquire
from the folder, as we'd expect. Zope bug ? see collector

0.55

=======================

A couple of bugfixes.

**Installing**

* fix installation breakage in vanilla CMF (1271, koegler, Simon Michael)

* fix typo which broke ZMI add zwiki form (1269)

**Editing**

* make standard_error_message create button use createform, not
editform (1275, Peter Merel)

0.54

=======================

Miscellaneous view-related and general enhancements.

**Upgrade notes**

CMF/Plone users: the zwiki_standard and zwiki_plone skin layers have
been replaced by a single zwiki layer. Re-install Zwiki in your
CMF/Plone sites, using Plone's add/remove products or CMF's
quickinstaller, to register the new skin layer. Also remove the
zwiki_standard and zwiki_plone skin layers from your skins in
portal_skins -> Properties.

**Installing**

* cleaned up ZMI Add ZWiki and Add ZWiki Page forms

* remove _getViewFor import that broke with CMF 2.0

* fix upgradeAll's batch option

**Browsing**

* /myvotes view shows your votes in this wiki

* highlight your current vote for this page, if any

**Editing**

* support a max_identified_links property also, for
cookie-identified users (for now)

* edit history enhancements, a more useful diff browser and more
powerful revert methods. Renames can now be reverted, reverting
is more reliable, and appropriate mail notifications are sent.

**General**

* replace zwiki_standard and zwiki_plone with just skins/zwiki

* Views code cleanup

* simplify definition of view macros and make them refresh
immediately in debug mode

* more code docs

* don't bother identifying the catalog in event log

0.53

=======================

RST+DTML support, alternate heading layout for plone, some useful
bugfixes.

**Configuring**

* add an old-style compact parents list as an alternative in
pageheader.pt, off by default (1250)

* CSS cleanups

**Browsing**

* fix action icons layout in plone 2.0 (1253)

* make top-right links small again in standard skin

**Editing**

* enable dtml interpretation in rst pagetype (Stefan Rank,
Simon Michael)

**Mail**

* fix unsubscribe, which was losing all subscribers' "all
edits" setting (1254)

* fix an obscure case where cmf/plone subscriptions could be
ignored

* don't add NO_ADDRESS_FOR recipients, they break some MTAs
(1255)

**Issue tracking**

* make changeIssueProperties respect relevant permissions and
edits_need_username, to protect from spambots (1260)

* be more robust about including full page name in issue
creation mails (1257)

**General**

* easier make test-* rules

* fix WWML test, which wasn't testing WWML at all

* testsupport docs, use rst not stx in default fixture

0.52.1

=======================

Bugfix release.

**Upgrade notes**

If you installed 0.52 in a CMF or Plone site for the first time, the
zwiki_standard skin layer may not have been installed and some
images may appear broken. If so, uninstall and reinstall Zwiki in
add/remove products.

**Installing**

* fix backwards compatibility for old custom templates like
editform (1241)

* the zwiki_standard layer was not being registered during
cmf/plone installation; don't add the unnecessary "Zwiki" skin
any more

* Add Zwiki was not setting page type based on the file suffix
(1247)

**Configuring**

* don't html-quote the site header, if configured (1240)

**Browsing**

* fix blank lines in RST page comments (1248)

* don't show wiki logo in plone skin

* show document actions instead of zwiki search form in plone skin

* don't show page hierarchy list bullets in plone skin

* don't make context links smaller in plone skin

* use h1 instead of big for page name

* add more whitespace between header and content in plone skin

**Editing**

* when creating pages, use epoz based on the new page's type, not
the parent page's (1243)

**Mail**

* subscribe form fixes for cmf/plone sites: fall back to zwiki
options cookie when not logged in, don't subscribe Anonymous
User, more help for logged in users (Jens Nachtigall, Simon
Michael, 878, 1203)

* fix subscribeform _members attribute error with CMFMember
(1239, Jens Nachtigall, Simon Michael)

**General**

* don't let find objects in the catalog break due to outline
(1246)

* make include() convenience method more robust with
authentication

0.52

=======================

Restructured Text fixed & now the default markup, standard skin
templates refactored and used for plone, zwiki/plone skin switching
always available, wiki navigation links and issuebrowser
(re-)enabled, better styles, zope 2.7 support fixed, slow freeform
link rendering fixed, translation updates including a new Thai
translation, much code cleanup.

**Upgrade notes**

A lot of skins code has changed. Your old wikis should keep working
as before except:

- if you have a customized ``recentchanges`` or ``searchwiki``
template you'll need to delete it or replace with the latest and
re-customize

- full/simple/minimal links in old custom skin templates will no
longer work.

- http://zwiki.org/HowToUseTheStandardSkinInPlone is now built in,
if you made a "Zwiki" CMF skin you can delete it.

**Installing**

* fix startup failure with Zope 2.7 (1222, Frank Laurijssens)

* fix a mysterious new bug with cmf/plone registration (1237)

**Configuring**

* leave site links enabled by default again (home, changes,
issues...)

* fix container context, make page management form create button
respect folder permission (1220)

**Browsing**

* switching between plone and standard zwiki skins in CMF/plone
sites is now always available, and no longer changes the url.
Just use the - and + access keys (in firefox: alt minus, alt
plus).

* fix the two-year-old freeform links speed regression (818,
Warren Holt, Simon Michael)

* fix double-linking of bare urls in rst pages

* add standard RST styles and latest zwiki.org tweaks to
stylesheet - black headings & subtopic links, limited text
width, etc.

* tweak rst comment headings - remove blank line after heading,
don't italicise username

* fix too-small headings on RST pages, and don't show so many RST
warnings (1224)

* work better with plone livesearch

* UserOptions.dtml was missing a > (Andrew Milton)

* remove unneeded styling of external editor icon

* remove unnecessary inconsistent-looking access key on logo

* show a heading on all views except editform

**Editing**

* make restructured text the default page type, change page type
order in editform. (AdoptRestructuredText)
"As of today, RST is the default page type. Hurrah! And three
cheers for trusty old STX, which served us well. It is still the
page type of choice when you want to do stuff with embedded DTML
or HTML."

* fix error displayed on first comment to an RST page (1233)

* show "HTML (WYSIWYG)" in the editform when Epoz is available

* remove editform's hard-coded gray background

**Page hierarchy**

* make backlinks form smarter

* make singletons have same style as other links in contents

**Issue tracking**

* don't bother showing "(property change)" in issue mailouts

* provide a link to issuebrowser by default

* make IssueBrowser show categories more usefully out of the box

**Translations**

* Thai translation started (Bunyawat Singchai)

* update po files from rosetta and code, simplify file names

**General**

* namegeddon. File and class renames and re-ordering for clarity
and better organization eg in wing ide

* major refactoring of skin templates using macros, the same
templates are now used for standard & plone skins (ViewGeddon)

* document skin code in Views.py

* use PageTemplateFile so view templates will reload in debug mode
(macros still don't)

* move all images to skins dir, use the standard zwiki page icon in plone

* standard_error_message cleanups

Page 2 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.