From 02f206a68b48636dad9852f6e042cddf8504a395 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 21 Jan 2005 11:51:22 +0000 Subject: [PATCH] changed (c) git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4402 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/CachedMarkup.php | 5 +++-- lib/Theme.php | 7 +++++-- lib/stdlib.php | 29 ++++++++++++++++++++++++++--- 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/lib/CachedMarkup.php b/lib/CachedMarkup.php index 191df8d23..ad7cc1a4a 100644 --- a/lib/CachedMarkup.php +++ b/lib/CachedMarkup.php @@ -1,6 +1,7 @@ +rcs_id('$Id: CachedMarkup.php,v 1.31 2005-01-21 11:51:22 rurban Exp $'); +/* Copyright (C) 2002 Geoffrey T. Dairiki + * Copyright (C) 2004, 2005 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * diff --git a/lib/Theme.php b/lib/Theme.php index 0ee6c6216..801e974a4 100644 --- a/lib/Theme.php +++ b/lib/Theme.php @@ -1,5 +1,5 @@ - 0) { if (is_array($content)) { // fixme: return a list of lines then? - $content = join("\n", $content); - $return_array = true; + //$content = join("\n", $content); + //$return_array = true; $wordcount = 0; foreach ($content as $line) { $words = explode(' ', $line); @@ -1863,6 +1882,10 @@ function printSimpleTrace($bt) { } // $Log: not supported by cvs2svn $ +// Revision 1.228 2005/01/17 20:28:30 rurban +// Allow more pagename chars: Limit only on certain backends. +// Re-Allow : and ; and control chars on non-file backends. +// // Revision 1.227 2005/01/14 18:32:08 uckelman // ConvertOldMarkup did not properly handle links containing pairs of pairs // of underscores. (E.g., [http://example.com/foo__bar__.html] would be -- 2.45.0