From: <var...@us...> - 2008-09-07 11:16:55
|
Revision: 6244 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6244&view=rev Author: vargenau Date: 2008-09-07 11:17:06 +0000 (Sun, 07 Sep 2008) Log Message: ----------- Removed history Modified Paths: -------------- trunk/lib/plugin/WikiAdminRename.php Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2008-09-07 11:15:18 UTC (rev 6243) +++ trunk/lib/plugin/WikiAdminRename.php 2008-09-07 11:17:06 UTC (rev 6244) @@ -256,146 +256,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.29 2008/04/14 17:49:50 vargenau -// Generate valid XHTML code -// -// Revision 1.28 2007/09/15 12:30:24 rurban -// temp. disable support for Change pagename in all linked pages also. This is broken. -// -// Revision 1.27 2007/08/25 18:08:24 rurban -// change rename action from access perm change to edit: allow the signed in user to rename. Improve layout -// -// Revision 1.26 2005/04/01 16:06:41 rurban -// do not trim spaces -// -// Revision 1.25 2005/04/01 15:22:20 rurban -// Implement icase and regex options. -// Change checkbox case message from "Case-Sensitive" to "Case-Insensitive" -// -// Revision 1.24 2005/04/01 15:03:01 rurban -// Optimize rename UI with one selected pagename -// -// Revision 1.23 2005/02/12 17:24:24 rurban -// locale update: missing . : fixed. unified strings -// proper linebreaks -// -// Revision 1.22 2004/11/23 15:17:20 rurban -// better support for case_exact search (not caseexact for consistency), -// plugin args simplification: -// handle and explode exclude and pages argument in WikiPlugin::getArgs -// and exclude in advance (at the sql level if possible) -// handle sortby and limit from request override in WikiPlugin::getArgs -// ListSubpages: renamed pages to maxpages -// -// Revision 1.21 2004/11/01 10:43:59 rurban -// seperate PassUser methods into seperate dir (memory usage) -// fix WikiUser (old) overlarge data session -// remove wikidb arg from various page class methods, use global ->_dbi instead -// ... -// -// Revision 1.20 2004/06/16 10:38:59 rurban -// Disallow refernces in calls if the declaration is a reference -// ("allow_call_time_pass_reference clean"). -// PhpWiki is now allow_call_time_pass_reference = Off clean, -// but several external libraries may not. -// In detail these libs look to be affected (not tested): -// * Pear_DB odbc -// * adodb oracle -// -// Revision 1.19 2004/06/14 11:31:39 rurban -// renamed global $Theme to $WikiTheme (gforge nameclash) -// inherit PageList default options from PageList -// default sortby=pagename -// use options in PageList_Selectable (limit, sortby, ...) -// added action revert, with button at action=diff -// added option regex to WikiAdminSearchReplace -// -// Revision 1.18 2004/06/13 15:33:20 rurban -// new support for arguments owner, author, creator in most relevant -// PageList plugins. in WikiAdmin* via preSelectS() -// -// Revision 1.17 2004/06/08 10:05:12 rurban -// simplified admin action shortcuts -// -// Revision 1.16 2004/06/07 18:57:31 rurban -// fix rename: Change pagename in all linked pages -// -// Revision 1.15 2004/06/04 20:32:54 rurban -// Several locale related improvements suggested by Pierrick Meignen -// LDAP fix by John Cole -// reanable admin check without ENABLE_PAGEPERM in the admin plugins -// -// Revision 1.14 2004/06/03 22:24:48 rurban -// reenable admin check on !ENABLE_PAGEPERM, honor s=Wildcard arg, fix warning after Remove -// -// Revision 1.13 2004/06/03 12:59:41 rurban -// simplify translation -// NS4 wrap=virtual only -// -// Revision 1.12 2004/06/01 15:28:01 rurban -// AdminUser only ADMIN_USER not member of Administrators -// some RateIt improvements by dfrankow -// edit_toolbar buttons -// -// Revision 1.11 2004/05/24 17:34:53 rurban -// use ACLs -// -// Revision 1.10 2004/04/06 20:00:11 rurban -// Cleanup of special PageList column types -// Added support of plugin and theme specific Pagelist Types -// Added support for theme specific UserPreferences -// Added session support for ip-based throttling -// sql table schema change: ALTER TABLE session ADD sess_ip CHAR(15); -// Enhanced postgres schema -// Added DB_Session_dba support -// -// Revision 1.9 2004/03/12 13:31:43 rurban -// enforce PagePermissions, errormsg if not Admin -// -// Revision 1.8 2004/03/01 13:48:46 rurban -// rename fix -// p[] consistency fix -// -// Revision 1.7 2004/02/22 23:20:33 rurban -// fixed DumpHtmlToDir, -// enhanced sortby handling in PageList -// new button_heading th style (enabled), -// added sortby and limit support to the db backends and plugins -// for paging support (<<prev, next>> links on long lists) -// -// Revision 1.6 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.5 2004/02/15 21:34:37 rurban -// PageList enhanced and improved. -// fixed new WikiAdmin... plugins -// editpage, Theme with exp. htmlarea framework -// (htmlarea yet committed, this is really questionable) -// WikiUser... code with better session handling for prefs -// enhanced UserPreferences (again) -// RecentChanges for show_deleted: how should pages be deleted then? -// -// Revision 1.4 2004/02/12 17:05:39 rurban -// WikiAdminRename: -// added "Change pagename in all linked pages also" -// PageList: -// added javascript toggle for Select -// WikiAdminSearchReplace: -// fixed another typo -// -// Revision 1.3 2004/02/12 13:05:50 rurban -// Rename functional for PearDB backend -// some other minor changes -// SiteMap comes with a not yet functional feature request: includepages (tbd) -// -// Revision 1.2 2004/02/12 11:45:11 rurban -// only WikiDB method missing -// -// Revision 1.1 2004/02/11 20:00:16 rurban -// WikiAdmin... series overhaul. Rename misses the db backend methods yet. Chmod + Chwon still missing. -// - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |