- 02 Oct, 2001 8 commits
-
-
Andreas Jung authored
-
matt@zope.com authored
maxlistusers property (managed from user folder properties tab) which limits the number of roles that rolemanager's get_valid_users will return before raising an OverflowError. The DTML for listLocalRoles will insert a text box for user id entry if OverflowError is raised.
-
Andreas Jung authored
-
Shane Hathaway authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 01 Oct, 2001 8 commits
-
-
matt@zope.com authored
discovered for a media client. DTMLValidate is just validate with different arguments -- this eliminates an argument remapping step.
-
Fred Drake authored
_request(): Avoid recompiling the regular expression on every call.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Andreas Jung authored
output to (needed to catch output for AccessControl/securitySuite/testSecurity.py).
-
Andreas Jung authored
-
Andreas Jung authored
-
- 27 Sep, 2001 6 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Andreas Jung authored
-
Andreas Jung authored
-minor code cleanup
-
Fred Drake authored
-
- 26 Sep, 2001 5 commits
-
-
Andreas Jung authored
Steve Alexander)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
fixed typo
-
Brian Lloyd authored
-
- 25 Sep, 2001 11 commits
-
-
Amos Latteier authored
-
Evan Simpson authored
following whitespace ignored.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Brian Lloyd authored
-
Andreas Jung authored
-
Brian Lloyd authored
escaping logic.
-
Andreas Jung authored
DTML stuff is now roughly 8-10% faster.
-
Brian Lloyd authored
makes Dreamweaver happier.
-
Amos Latteier authored
-
- 24 Sep, 2001 2 commits
-
-
Fred Drake authored
[Synchronizing the HTMLParser module with the Python standard library.] Re-factor the HTMLParser class to use the new markupbase.ParserBase class. Use a new internal method, error(), consistently to raise parse errors; the new base class also uses this.
-
Fred Drake authored
[Synchonizing the HTMLParser module with the Python standard library; the HTMLParser module is now dependent on this module.] New base class for the SGMLParser and HTMLParser classes from the sgmllib and HTMLParser modules (and indirectly for the htmllib.HTMLParser class). This has all the support for scanning over DOCTYPE declarations; it warrants having a base class since this is a fair amount of tedious code (since it's fairly strict), and should be in a separate module to avoid compiling many REs that are not used (which would happen if this were placed in either then sgmllib or HTMLParser module).
-