From c92261b0bb3c8a35a7e7f02d0001a7dc86851192 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 3 Oct 2005 16:14:57 +0000 Subject: [PATCH] improve description git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4890 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/lib/WikiDB.php b/lib/WikiDB.php index cb6d24485..7aa60b267 100644 --- a/lib/WikiDB.php +++ b/lib/WikiDB.php @@ -1,5 +1,5 @@ - *
'locked'
Is page locked? + *
'date'
Created as unixtime + *
'locked'
Is page locked? 'yes' or 'no' *
'hits'
Page hit counter. - *
'pref'
Users preferences, stored in homepages. + *
'_cached_html'
Transformed CachedMarkup object, serialized + optionally gzipped. + * In SQL stored now in an extra column. + * Optional data: + *
'pref'
Users preferences, stored only in homepages. *
'owner'
Default: first author_id. We might add a group with a dot here: * E.g. "owner.users" *
'perm'
Permission flag to authorize read/write/execution of * page-headers and content. + +
'moderation'
ModeratedPage data *
'score'
Page score (not yet implement, do we need?) - *
'_cached_html'
Transformed CachedMarkup object, serialized + optionally gzipped. - * In SQL stored in an extra column. * * * @return scalar The requested value, or false if the requested data @@ -2190,6 +2193,9 @@ function _sql_debuglog_shutdown_function() { } // $Log: not supported by cvs2svn $ +// Revision 1.135 2005/09/11 14:19:44 rurban +// enable LIMIT support for fulltext search +// // Revision 1.134 2005/09/10 21:28:10 rurban // applyFilters hack to use filters after methods, which do not support them (titleSearch) // -- 2.45.0