r13382 - in MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk: . docs
"Tom Gross" <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.archetypes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tom_gross
Date: Wed Dec 22 14:18:55 2010
New Revision: 13382
Added:
MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/CHANGES.txt (contents, props changed)
Modified:
MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/HISTORY.txt
MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/setup.py
Log:
added CHANGES.txt for changes in 2.0 branch and let everything before in
HISTORY.txt
Added: MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/CHANGES.txt
==============================================================================
--- (empty file)
+++ MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/CHANGES.txt Wed Dec 22 14:18:55 2010
@@ -0,0 +1,100 @@
+Changelog
+=========
+
+2.1 - (svn/unreleased)
+----------------------
+
+* Don't issue deprecation-warnings on Zope 2.13
+ [tom_gross]
+
+* Fixed title display for images with preview
+ http://dev.plone.org/plone/ticket/11290
+ [tom_gross]
+
+* Fixed: do not return results that are outside of startup directory
+ if browse is restricted to it.
+ [thomasdesvenain]
+
+* Qualify input tag id to avoid name-clashing. Fixes
+ http://dev.plone.org/plone/ticket/11325.
+ [malthe]
+
+* Made sure to always quote ``at_url`` when forwarding it in the templates.
+ [deo]
+
+* Use URL quoting of ``at_url`` everywhere and quote in Python code not in
+ templates. Fixes http://dev.plone.org/plone/ticket/11297
+ [tom_gross]
+
+* Cleaned breadcrumb code Fixes http://dev.plone.org/plone/ticket/11289
+ [tom_gross]
+
+2.0 - 06.09.2010
+----------------
+
+* Fixed i18n of "You are here:".
+ [vincentfretin]
+
+* Set a minimum version for jquerytools, to avoid this problem #10939
+ [do3cc]
+
+* Encode search-URL. Fixes http://dev.plone.org/plone/ticket/10942
+ [tom_gross]
+
+2.0rc2 - 29.07.2010
+-------------------
+
+* Make sure the popup can be closed by the same ways as other popups in Plone
+ 4. Fixes http://dev.plone.org/plone/ticket/10773
+ [davisagli]
+
+* Fixed bug: pop-up didn't render id of file with empty title because of
+ improper use of TALES Path expression. Now uses browser method instead.
+ [kleist]
+
+2.0rc1 - 12.07.2010
+-------------------
+
+* Fixed link rebinding of pagination links (thanks Mustapha Benali!)
+ [tom_gross]
+
+2.0b4 - 02.06.2010
+------------------
+
+* Fixed display of title (introduced in 2.0b3)
+
+2.0b3 - 02.06.2010
+------------------
+
+* Use getOverlay() instead of the deprecated getContent()
+ Closes http://dev.plone.org/plone/ticket/10548
+ [esteele]
+
+* Use content icons from sprite
+ Closes http://dev.plone.org/plone/ticket/10543
+ [tom_gross]
+
+2.0b2 - 23.04.2010
+------------------
+
+* Adding missing return falses to prevent page reloads on reordering
+ [cah190,esteele]
+
+* Mark already related objects visually in referencebrowser
+ [tom_gross]
+
+* Only show sorting arrows on adding, if field is really sortable
+ [tom_gross]
+
+* use Python doctest instead of zope.testing.doctest
+ [tom_gross]
+
+2.0b1 - 08.04.2010
+------------------
+
+* Updated package description
+ [tom_gross]
+
+* Merged javascript files to one, which is included only with the widget
+ [tom_gross]
+
Modified: MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/HISTORY.txt
==============================================================================
--- MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/HISTORY.txt (original)
+++ MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/docs/HISTORY.txt Wed Dec 22 14:18:55 2010
@@ -1,103 +1,6 @@
Changelog
=========
-2.1 - (svn/unreleased)
-----------------------
-
-* Don't issue deprecation-warnings on Zope 2.13
- [tom_gross]
-
-* Fixed title display for images with preview
- http://dev.plone.org/plone/ticket/11290
- [tom_gross]
-
-* Fixed: do not return results that are outside of startup directory
- if browse is restricted to it.
- [thomasdesvenain]
-
-* Qualify input tag id to avoid name-clashing. Fixes
- http://dev.plone.org/plone/ticket/11325.
- [malthe]
-
-* Made sure to always quote ``at_url`` when forwarding it in the templates.
- [deo]
-
-* Use URL quoting of ``at_url`` everywhere and quote in Python code not in
- templates. Fixes http://dev.plone.org/plone/ticket/11297
- [tom_gross]
-
-* Cleaned breadcrumb code Fixes http://dev.plone.org/plone/ticket/11289
- [tom_gross]
-
-2.0 - 06.09.2010
-----------------
-
-* Fixed i18n of "You are here:".
- [vincentfretin]
-
-* Set a minimum version for jquerytools, to avoid this problem #10939
- [do3cc]
-
-* Encode search-URL. Fixes http://dev.plone.org/plone/ticket/10942
- [tom_gross]
-
-2.0rc2 - 29.07.2010
--------------------
-
-* Make sure the popup can be closed by the same ways as other popups in Plone
- 4. Fixes http://dev.plone.org/plone/ticket/10773
- [davisagli]
-
-* Fixed bug: pop-up didn't render id of file with empty title because of
- improper use of TALES Path expression. Now uses browser method instead.
- [kleist]
-
-2.0rc1 - 12.07.2010
--------------------
-
-* Fixed link rebinding of pagination links (thanks Mustapha Benali!)
- [tom_gross]
-
-2.0b4 - 02.06.2010
-------------------
-
-* Fixed display of title (introduced in 2.0b3)
-
-2.0b3 - 02.06.2010
-------------------
-
-* Use getOverlay() instead of the deprecated getContent()
- Closes http://dev.plone.org/plone/ticket/10548
- [esteele]
-
-* Use content icons from sprite
- Closes http://dev.plone.org/plone/ticket/10543
- [tom_gross]
-
-2.0b2 - 23.04.2010
-------------------
-
-* Adding missing return falses to prevent page reloads on reordering
- [cah190,esteele]
-
-* Mark already related objects visually in referencebrowser
- [tom_gross]
-
-* Only show sorting arrows on adding, if field is really sortable
- [tom_gross]
-
-* use Python doctest instead of zope.testing.doctest
- [tom_gross]
-
-2.0b1 - 08.04.2010
-------------------
-
-* Updated package description
- [tom_gross]
-
-* Merged javascript files to one, which is included only with the widget
- [tom_gross]
-
1.0rc1 - 02.04.2010
-------------------
Modified: MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/setup.py
==============================================================================
--- MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/setup.py (original)
+++ MoreFieldsAndWidgets/archetypes.referencebrowserwidget/trunk/setup.py Wed Dec 22 14:18:55 2010
@@ -12,7 +12,7 @@
'Change history\n'
'**************\n'
+ '\n' +
- read('docs', 'HISTORY.txt')
+ read('docs', 'CHANGES.txt')
+ '\n' +
'Detailed Documentation\n'
'**********************\n'
------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months. Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew