Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r49936 - Quills/trunk Quills/trunk/tests quills.app/trunk/quills/app/portlets quills.app/trunk/quills/app/skins/Quills

Tom Lazar tom at tomster.org
Sun Sep 23 15:19:03 UTC 2007


my take is we should enable as much as possible and let the user  
decide what to turn off.



On 23.09.2007, at 12:54, Tim Hicks wrote:

> quills-dev at lists.etria.com wrote:
>> Author: tomster
>> Date: Sun Sep 23 02:30:08 2007
>> New Revision: 49936
>>
>> Added:
>>    quills.app/trunk/quills/app/portlets/archive.pt
>>    quills.app/trunk/quills/app/portlets/archive.py
>> Modified:
>>    Quills/trunk/setuphandlers.py
>>    Quills/trunk/tests/browser.rst
>>    quills.app/trunk/quills/app/portlets/configure.zcml
>>    quills.app/trunk/quills/app/skins/Quills/Quills.css.dtml
>> Log:
>> implemented weblog archive portlet 'new-style'
>>
>> Modified: Quills/trunk/setuphandlers.py
>> ===================================================================== 
>> =========
>> --- Quills/trunk/setuphandlers.py	(original)
>> +++ Quills/trunk/setuphandlers.py	Sun Sep 23 02:30:08 2007
>> @@ -12,7 +12,8 @@
>>  from plone.app.portlets.storage import PortletAssignmentMapping
>>
>>  # Quills imports
>> -from quills.app.portlets import tagcloud, weblogadmin, authors,  
>> recententries, quillslinks, recentcomments
>> +from quills.app.portlets import tagcloud, weblogadmin, authors,  
>> recententries, quillslinks, \
>> +    recentcomments, archive
>>
>>  # Local imports
>>  import config
>> @@ -81,6 +82,7 @@
>>
>>  DEFAULT_LEFT_PORTLETS = (
>>      ('tagcloud', tagcloud.Assignment, {}),
>> +    ('archive', archive.Assignment, {}),
>>      ('quillslinks', quillslinks.Assignment, {}),
>>      )
>
> I don't think it makes sense to have *both* the tag cloud and the
> archive portlet present by default.  Personally, I prefer the tag  
> cloud,
> so I'd probably vote for having that one as enabled by default.
>
> Anyone have any thoughts/objections?
>
> Tim
>

Tom Lazar
http://tomster.org




More information about the quills-dev mailing list