[Zope-Checkins] SVN: Zope/trunk/src/ Removed some outdated hints at SQL usage
Hanno Schlichting
hannosch at hannosch.eu
Fri Jul 9 17:41:24 EDT 2010
Log message for revision 114460:
Removed some outdated hints at SQL usage
Changed:
U Zope/trunk/src/HelpSys/dtml/helpsys_main.dtml
U Zope/trunk/src/Products/OFSP/help/Cacheable-properties.stx
U Zope/trunk/src/Products/OFSP/help/ZSearch-Interface.stx
U Zope/trunk/src/Products/OFSP/help/dtml-funcs.stx
U Zope/trunk/src/Products/ZCatalog/ZCatalog.txt
U Zope/trunk/src/Products/ZCatalog/dtml/catalogAdvanced.dtml
U Zope/trunk/src/Products/ZCatalog/dtml/catalogStatus.dtml
U Zope/trunk/src/ZServer/medusa/medusa.html
-=-
Modified: Zope/trunk/src/HelpSys/dtml/helpsys_main.dtml
===================================================================
--- Zope/trunk/src/HelpSys/dtml/helpsys_main.dtml 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/HelpSys/dtml/helpsys_main.dtml 2010-07-09 21:41:24 UTC (rev 114460)
@@ -25,7 +25,6 @@
<ul>
<li><a href="http://www.zope.org/Documentation/Guides/ZCMG">Zope Content Manager's Guide</a></li>
<li><a href="http://www.zope.org/Documentation/Guides/DTML">Z Document Template User's Guide</a></li>
-<li><a href="http://www.zope.org/Documentation/Guides/ZSQL">Z SQL Methods User's Guide</a></li>
</ul>
</p>
Modified: Zope/trunk/src/Products/OFSP/help/Cacheable-properties.stx
===================================================================
--- Zope/trunk/src/Products/OFSP/help/Cacheable-properties.stx 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/OFSP/help/Cacheable-properties.stx 2010-07-09 21:41:24 UTC (rev 114460)
@@ -18,4 +18,4 @@
expensive, so use this feature with care. Also note that it is not
possible for accelerated HTTP cache managers to make use of this feature.
- (TODO) Python scripts and SQL methods may also provide further options.
+ (TODO) Python scripts may also provide further options.
Modified: Zope/trunk/src/Products/OFSP/help/ZSearch-Interface.stx
===================================================================
--- Zope/trunk/src/Products/OFSP/help/ZSearch-Interface.stx 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/OFSP/help/ZSearch-Interface.stx 2010-07-09 21:41:24 UTC (rev 114460)
@@ -5,7 +5,5 @@
A Search Interface is a wizard that creates search and results forms.
The Search Interface will create a search-input form and a report
- for displaying the search results. You can search ZSQL Methods,
- ZCatalogs, or any other objects that implement the searchable
- interface.
-
+ for displaying the search results. You can search ZCatalogs, or any other
+ objects that implement the searchable interface.
Modified: Zope/trunk/src/Products/OFSP/help/dtml-funcs.stx
===================================================================
--- Zope/trunk/src/Products/OFSP/help/dtml-funcs.stx 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/OFSP/help/dtml-funcs.stx 2010-07-09 21:41:24 UTC (rev 114460)
@@ -153,8 +153,7 @@
SecurityCalledByExecutable() -- Return a true if the current
object (e.g. DTML document or method) is being called by an
- executable (e.g. another DTML document or method, a script or a
- SQL method).
+ executable (e.g. another DTML document or method or script).
SecurityCheckPermission(permission, object) -- Check whether the
security context allows the given permission on the given
Modified: Zope/trunk/src/Products/ZCatalog/ZCatalog.txt
===================================================================
--- Zope/trunk/src/Products/ZCatalog/ZCatalog.txt 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/ZCatalog/ZCatalog.txt 2010-07-09 21:41:24 UTC (rev 114460)
@@ -108,11 +108,10 @@
with the Portal toolkit.
ZCatalogs are "searchable objects", meaning they cooperate with Z
- Search Interfaces documented in Z SQL Methods. Creating a search
- form for a 'ZCatalog' is a simple matter of adding a Z Search
- Interface from the management screen and filling in a form.
- ZCatalogs can also be queried directly from DTML, as shown in the
- example below.
+ Search Interfaces. Creating a search form for a 'ZCatalog' is a
+ simple matter of adding a Z Search Interface from the management
+ screen and filling in a form. ZCatalogs can also be queried directly
+ from DTML, as shown in the example below.
Using 'ZCatalog' In A Zope Site
Modified: Zope/trunk/src/Products/ZCatalog/dtml/catalogAdvanced.dtml
===================================================================
--- Zope/trunk/src/Products/ZCatalog/dtml/catalogAdvanced.dtml 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/ZCatalog/dtml/catalogAdvanced.dtml 2010-07-09 21:41:24 UTC (rev 114460)
@@ -76,11 +76,6 @@
If you choose to enable subtransactions, you can adjust how often
ZCatalog commits a subtransactions by adjusting the
<em>threshold</em> below.</p>
-
- <p class="form-help"> If you are using ZCatalog and ZSQL Methods
- in the same transaction, you <em>must</em> disable
- subtransactions, they are not compatible with ZSQL Methods.</p>
- <br />
</td>
</tr>
<tr>
Modified: Zope/trunk/src/Products/ZCatalog/dtml/catalogStatus.dtml
===================================================================
--- Zope/trunk/src/Products/ZCatalog/dtml/catalogStatus.dtml 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/Products/ZCatalog/dtml/catalogStatus.dtml 2010-07-09 21:41:24 UTC (rev 114460)
@@ -14,11 +14,6 @@
ZCatalog commits a subtransactions by adjusting the
<em>threshold</em> below.</p>
- <p class="form-help"> If you are using ZCatalog and ZSQL Methods in the
- same
- transaction, you <em>must</em> disable subtransactions, they are not
- compatible with ZSQL Methods.</p>
-
<h3>Subtransactions are
<dtml-if threshold>
<font color="green"><b>Enabled</b></font>
Modified: Zope/trunk/src/ZServer/medusa/medusa.html
===================================================================
--- Zope/trunk/src/ZServer/medusa/medusa.html 2010-07-09 21:12:27 UTC (rev 114459)
+++ Zope/trunk/src/ZServer/medusa/medusa.html 2010-07-09 21:41:24 UTC (rev 114460)
@@ -258,13 +258,6 @@
ignore, say, all images from
'http://obnoxious.blinky.advertisements.com/'), logging,
etc...
-
- <dt> <b> Planned </b> <dd> On the drawing board are pseudo-filesystem
- extensions, access to databases like mSQL and Oracle, (and on Windows
- via ODBC), authentication, server-side includes, and a full-blown
- proxy/cache system for both HTTP and FTP. Feedback from users will
- help me decide which areas to concentrate on, so please email me any
- suggestions.
</dl>
More information about the Zope-Checkins
mailing list