- 17 Sep, 1999 6 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
wrong context.
-
Jim Fulton authored
acquired objects. getRolesInContext did not used the correct context, as defined by the inner-most object wrapping.
-
- 16 Sep, 1999 9 commits
-
-
Michel Pelletier authored
Notepad? :)
-
Michel Pelletier authored
data_record_id_ attribute, brains now also have a data_record_score_ attribute. Currently, the score is 1 for objects returned from field indexes, and search term frequency for text indexes.
-
Michel Pelletier authored
the cache. Modified UI to include CPU time and enable/disable subtransactions
-
Michel Pelletier authored
the cache
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Also changed completion code to check registered status and avoid completion logic if not registered, which would be the case if _begin failed.
-
Amos Latteier authored
Fixed a find support bug which caused find permissions not to get correctly registered. Also fixed a find frame URL bug that became apparent after fixing the first bug.
-
- 14 Sep, 1999 5 commits
-
-
Amos Latteier authored
-
Michel Pelletier authored
-
- 10 Sep, 1999 6 commits
-
-
Amos Latteier authored
-
Christopher Petrilli authored
-
Christopher Petrilli authored
Thanks Brian Hooper.
-
Christopher Petrilli authored
Common Long Format.
-
Ken Manheimer authored
-
Ken Manheimer authored
reload extenal method files every time. The problem was that the entire os.stat() record was being compared, and that includes the access time, which of course changes every time the method is loaded - self fulfilling prophecy, and all. Instead, we now just stash and compare the modification time (ST_MTIME) field, and get rid of the extraneous (expensive) reloads.
-
- 09 Sep, 1999 8 commits
-
-
Amos Latteier authored
-
Michel Pelletier authored
ZTables)
-
that requires climbing the entire aq chain on every call (and it gets called a *lot*). A little investigation revealed that it is called over and over for the same objects during a request for complex pages, so a cache was added that can cut the work down to about 10% of its current level.
-
Christopher Petrilli authored
-
Christopher Petrilli authored
is legit HTML4. (C650)
-
Amos Latteier authored
-
Amos Latteier authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
Christopher Petrilli authored
-
- 08 Sep, 1999 1 commit
-
- 07 Sep, 1999 1 commit
-
-
Amos Latteier authored
Fixed a bug which allowed unauthorized options to be displayed when adding a Folder. Now you only see options to add an index_document and/or a user folder if you have adequate permissions.
-
- 03 Sep, 1999 1 commit
-
-
Jim Fulton authored
-
- 01 Sep, 1999 3 commits
-
-
Jim Fulton authored