- 28 Oct, 1999 11 commits
-
-
Christopher Petrilli authored
based on patch submitted by Kent Polk. [805]
- 27 Oct, 1999 2 commits
-
-
Christopher Petrilli authored
confuses a lot of people.
- 26 Oct, 1999 1 commit
-
-
Michel Pelletier authored
-
- 22 Oct, 1999 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
absolute URLs to objects, as in: <a href="&dtml.url-spam;">The spam object, which may be acquired</a> This option usses absolute_url().
-
sroberts authored
-
Jim Fulton authored
Examples: Entity ref Equivalent tag ------------------------- ------------------------------ &dtml-foo; <dtml-var foo html_quote> &dtml.url_quote-foo <dtml-var foo url_quote> &dtml.url_quote.upper-foo <dtml-var foo url_quote upper> &dtml.-foo <dtml-var foo> ------------------------- ------------------------------
-
- 21 Oct, 1999 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
possible to implement "site" objects that redefine the URL hierarchy. Also, fixed a bug in absolute URL that made it generate effectively relative absolute URLs. :) (Note the use of aq_inner, which gives the containment, rather than the access context.
-
Jim Fulton authored
possible to implement "site" objects that redefine the URL hierarchy. Also, fixed a bug in absolute URL that made it generate effectively relative absolute URLs. :)
-
- 20 Oct, 1999 4 commits
-
-
Ken Manheimer authored
-
Ken Manheimer authored
info-less lines.
-
Ken Manheimer authored
useful when doing a walk of the directory hierarchy changing all th dirs - we don't need to spew every chmod, in fact we need to not.
-
Ken Manheimer authored
incorrect cut-and-paste.
-
- 19 Oct, 1999 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
.
-
Jim Fulton authored
-
- 18 Oct, 1999 2 commits
-
-
Amos Latteier authored
-
Michel Pelletier authored
-
- 16 Oct, 1999 1 commit
-
-
Jim Fulton authored
This makes it easier to create computed attributes that work with acquisition. Normally, computed attributes are called with unwrapped objects. Passing a level of 1, causes computed attributes to be called with one level of wrapping. Note that the innermost (single) level of wrapping typically reflects a containment context with any extra access contexts stripped off.
-
- 14 Oct, 1999 6 commits
-
-
Amos Latteier authored
-
Ken Manheimer authored
incorporated in default_content, to be done only when the Data.fs is being created.
-
Ken Manheimer authored
be done only when the Data.fs is being created. (This activity came from the separate, short-lived module, default_perms.)
-
Ken Manheimer authored
default_perms goes.
-
Ken Manheimer authored
particularly so the password report doesn't get scrolled off the screen! I'm removing the default_perms line - the permissions setting stuff has gotten combined into the default_content module.
-
Jim Fulton authored
make pickier compilers happy.
-
- 12 Oct, 1999 2 commits
-
-
Amos Latteier authored
Convert FTPResponse to use the same tricks as the HTTPResponse for returning large amounts of data without using too much memory.
-
Amos Latteier authored
-