[Zope-CMF] Break My Blark!

Jeff Sasmor Jeff Sasmor" <jsasmor@gte.net
Sat, 23 Jun 2001 11:30:30 -0400


I've never seen this happen either on my site or cmf.zope.org.  Maybe
you have some sort of cookies filter on or something?
-----Original Message-----
From: Norman Khine <khine@btinternet.com>
To: Jeff Sasmor <jeff@janix.com>
Cc: Zope-CMF <zope-cmf@zope.org>
Date: Friday, June 22, 2001 6:05 PM
Subject: RE: [Zope-CMF] Break My Blark!


Hi Jeff,
One thing I have noticed with both your site and cmf.zope.org is that once
you register and are loged in, and you click on the home page icon, top
left, you become an anonymous visitor. So I am not sure if this is a bug,
but seems to happen, can somebody else confirm this.

thanks

norman

-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of Jeff Sasmor
Sent: 22 June 2001 22:37
To: zope-cmf@zope.org
Subject: [Zope-CMF] Break My Blark!


Hi CMF users!

I've completed an updated version of CMFOptions for
CMF 1.1 .  Most changes applied to the Blark Weblog.

Why not bounce over to www.netkook.com and try to break it?
See if you can find any bugs, there's a BUGS subject on the
weblog where you can enter them directly, or you can email
me at the address below.

Here are some of the new features (I left out a list of bugfixes so
as not to bore anyone).

cleaned up blarkActions_box to look more like CMF style.

Changed the way feature boxes work so that a DTML method can be used. For
example, if news_box is
   added to the Feature Boxes list, it will be displayed whether or not it
is a Filesystem DTML Method or
   a DTML Method (i.e., after 'Customize' is clicked from within the Portal
Skins tool).  Note that these
   DTML methods must draw their own title bar (like the news box does) -
Blark's feature boxes use the
   'News' CSS styles.

   Added the following property: noProductHome.  Inhibits adding the Blark
product home link

   To support a single Blark as the entry-point for a whole portal, added
the following property:
   noPortalHome.  If you add a Blark at the 'top' of a portal you'll have
two links to the same place at
   the top of the actions box. This property may be used to inhibit this.
Add it to the Blark instance itself
   rather than to the enclosing folder or it will apply to all Blarks in the
portal.

   To support the general use of other meta-typed objects besides DTML
methods within feature boxes, added the following
   property: objectMetaTypes.   For example, if you were to add
'EventFolder' to the
   objectMetaTypes property, then you could add an Event Folder instance
name to the Feature boxes list.


   Added the ability to have feature boxes on the left-side of the page.
The items list now accepts a suffix
   of ,side. If the side is left out, then R is assumed.

   Added the maxReplies property. Since the new Discussion system does not
provide an easy way
   to determine the number of replies without recursion, when listing the
replies we just will
   recurse to a depth of 15 and a total number of replies = 1024. This can
be used to
   override the total number limit.


    Added the Global Viewing property to the weblog properties page.  This
allows you to
     let anonymous viewers look at articles (they can click on the view
icon).

     Added a 'hide reply' feature.  You can hide/unhide replies - it's much
trickier than you would think
     to just delete them.


Jeff Sasmor
jeff@sasmor.com



_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests