[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30857:
  The caller can't deal with using current data from loadBefore, so having an 
end_tid of None is useless.
  

Changed:
  U   Zope/trunk/lib/python/tempstorage/TemporaryStorage.py

-=-
Modified: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
===
--- Zope/trunk/lib/python/tempstorage/TemporaryStorage.py   2005-06-19 
16:32:17 UTC (rev 30856)
+++ Zope/trunk/lib/python/tempstorage/TemporaryStorage.py   2005-06-19 
22:34:43 UTC (rev 30857)
@@ -153,7 +153,7 @@
 start_tid = tids[i]
 j = i + 1
 if j == len(tids):
-end_tid = None
+return None # the caller can't deal with current data
 else:
 end_tid = tids[j]
 data = self.loadSerial(oid, start_tid)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30858:
  The caller can't deal with using current data from loadBefore, so having an 
end_tid of None is useless.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py

-=-
Modified: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
===
--- Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
2005-06-19 22:34:43 UTC (rev 30857)
+++ Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
2005-06-19 22:36:40 UTC (rev 30858)
@@ -153,7 +153,7 @@
 start_tid = tids[i]
 j = i + 1
 if j == len(tids):
-end_tid = None
+return None # the caller can't deal with current data
 else:
 end_tid = tids[j]
 data = self.loadSerial(oid, start_tid)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ These files don't need to be executable (remove svn:executable propery from all of them).

2005-06-19 Thread Chris McDonough
Log message for revision 30859:
  These files don't need to be executable (remove svn:executable propery from 
all of them).
  

Changed:
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/__init__.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/component.xml
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/config.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/__init__.py
  _U  
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/testTemporaryStorage.py

-=-

Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/component.xml
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/config.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/testTemporaryStorage.py
___
Name: svn:executable
   - *

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ These files don't need to be svn:executable.

2005-06-19 Thread Chris McDonough
Log message for revision 30860:
  These files don't need to be svn:executable.
  

Changed:
  _U  Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
  _U  Zope/trunk/lib/python/tempstorage/__init__.py
  _U  Zope/trunk/lib/python/tempstorage/component.xml
  _U  Zope/trunk/lib/python/tempstorage/config.py
  _U  Zope/trunk/lib/python/tempstorage/tests/__init__.py
  _U  Zope/trunk/lib/python/tempstorage/tests/testTemporaryStorage.py

-=-

Property changes on: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/__init__.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/component.xml
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/config.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/tests/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/trunk/lib/python/tempstorage/tests/testTemporaryStorage.py
___
Name: svn:executable
   - *

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


Re: [Zope-dev] Re: Zope 2.9 goals

2005-06-19 Thread Lennart Regebro
OK, so becuase of the tomembased release schedule, let's not dicuss
what goes in 2.9. let's discuss what features we found most
urgent/desirable, so we can start working on that, like now.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: Zope 2.9 goals

2005-06-19 Thread Andreas Jung



--On 19. Juni 2005 11:35:32 +0200 Lennart Regebro [EMAIL PROTECTED] wrote:


OK, so becuase of the tomembased release schedule, let's not dicuss
what goes in 2.9. let's discuss what features we found most
urgent/desirable, so we can start working on that, like now.


Propose something :-)

-aj




pgp3DpDmVWBU8.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Zope(ish) Windows services vs shutdown

2005-06-19 Thread Tim Peters
[Tim Peters]
[...]
 So, best guesses (please scream where I'm wrong):

 - This is because service.py doesn't define a SvcShutdown method, just
   a SvcStop method,

 - It's a good idea to add a SvcShutdown method to service.py.

 - It would suffice to add

 SvcShutdown = SvcStop

   to service.py.
|
 If nobody disagrees (or even if everyone disagrees except Mark
 wink), I'll add that to the various Zope branches.

[Mark Hammond]
 Thanks Tim - I'd never noticed that omission.  You are completely correct.
 I'll test this next time I need to reboot (which contrary to popular opinion
 isn't that often wink).

Cool!  I can testify that adding SvcShutdown to ZRS's service subclass
(just invoking the base class SvcStop) did cure ZRS's Windows shutdown
oddities and didn't appear to create any new problems, so I'm much
more confident now.  I'll fiddle the various Zopes' base service
classes instead tomorrow.  Thanks for the brain cells!
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Softwarepatents: European Parliament will decide in 11 days

2005-06-19 Thread Jan Ulrich Hasecke

Hi all!

Please excuse this slightly offtopic posting:

In 11 to 13 days the EP will decide about softwarepatents.

So in the next days the members of the EP will make up their minds  
and read the guideline for the first time. Many MEPs do not  
understand what they read. There are 260 requests for modification,  
which they must read and understand too. There are some MEPs which  
will give recommendations to the members of their party, but these  
MEPs are lobbied by the big players, who want to have software  
patents in the EU.


But you can change their minds. The FFII (www.ffii.org) read all  
requests of modification and made a recommendation How to vote.


Please phone your MEP, try to talk with him, but it is also ok to  
talk to his assistant, and ask him to follow the recommendations of  
the FFII.


You will find more information here:
http://noepatents.eu.org/index.php/NO_Software_Patents

A list of all MEPs sorted by zip code:
http://www.ffii.org/%7Eblasum/tmp/meps.txt

The recommendations:
http://europarl.ffii.org/amendments.en.html

Please act immediately. The MEPs need your help to decide. This is  
not a joke. They do not really understand the issue. Please clarify  
them, how softwarepatents will change the IT-economy in europe. Tell  
them that your business and your employees are in danger when great  
companies sue them.


Spend some hours to save the future of your business!

juh

--
DZUG e.V. Telefon: +49 (0) 
3496/309 49 7
Schalaunische Strasse 6  Telefax: +49 (0)3496 309  
91 18
06366 Kthen http://www.dzug.org http:// 
www.zope.de
?  ?  ?  ?  ?  ?  Zope  
rocks!


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] dtml sessions

2005-06-19 Thread Tino Wildenhain
Am Sonntag, den 19.06.2005, 06:08 +0200 schrieb Andy Kim:
 No, I am not using the user system here.
 It is just a simple use.
 All I want is to put a session-conditional call for a dtml method within a
 simple page with this method.
 

if not REQUEST.SESSION.get(marker,):
yourcall()
REQUEST.SESSION.set(marker,call done)


transfer this to DTML or use a python script for coding
(since its easier)


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Graphical front end for Zope?

2005-06-19 Thread John Poltorak

I don't suppose there is such a thing as a graphical front end for 
building Zope sites...

I've just been trying out a Flash based product called SiteMaker

http://www.moonfruit.com/

which made designing web pages a doddle. Just wish there was something 
which would simplify the building of a Zope site.


-- 
John



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )