]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
15 years agoHandle Mediawiki template syntax in blocks also
vargenau [Fri, 23 Jan 2009 18:45:58 +0000 (18:45 +0000)]
Handle Mediawiki template syntax in blocks also

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6435 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplement Wikicreole nowiki for blocks
vargenau [Fri, 23 Jan 2009 14:01:41 +0000 (14:01 +0000)]
Implement Wikicreole nowiki for blocks

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6434 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse tt instead of pre for inline nowiki
vargenau [Fri, 23 Jan 2009 13:47:05 +0000 (13:47 +0000)]
Use tt instead of pre for inline nowiki

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6433 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMoving Mediawiki tables from InlineParser to BlockParser
vargenau [Fri, 23 Jan 2009 13:22:51 +0000 (13:22 +0000)]
Moving Mediawiki tables from InlineParser to BlockParser

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6432 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMoving Wikicreole tables from InlineParser to BlockParser
vargenau [Fri, 23 Jan 2009 13:07:05 +0000 (13:07 +0000)]
Moving Wikicreole tables from InlineParser to BlockParser

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6431 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNo need for a span
vargenau [Fri, 23 Jan 2009 12:33:28 +0000 (12:33 +0000)]
No need for a span

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6430 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoTrim carriage return
vargenau [Thu, 22 Jan 2009 17:03:37 +0000 (17:03 +0000)]
Trim carriage return

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6429 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoReverting to 6424
vargenau [Wed, 21 Jan 2009 15:35:18 +0000 (15:35 +0000)]
Reverting to 6424

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6428 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMore tight simplifications
vargenau [Wed, 21 Jan 2009 13:26:11 +0000 (13:26 +0000)]
More tight simplifications

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6427 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoRemove gzcompress because of single quote bug
vargenau [Wed, 21 Jan 2009 10:43:22 +0000 (10:43 +0000)]
Remove gzcompress because of single quote bug

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6426 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agosetTightness no longer needed
vargenau [Wed, 21 Jan 2009 10:32:50 +0000 (10:32 +0000)]
setTightness no longer needed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6425 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoCSS classes tightenable top bottom no longer used in modern themes (Monobook, Sidebar)
vargenau [Wed, 21 Jan 2009 09:35:42 +0000 (09:35 +0000)]
CSS classes tightenable top bottom no longer used in modern themes (Monobook, Sidebar)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6424 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNo div around plugin invocation
vargenau [Wed, 21 Jan 2009 09:18:16 +0000 (09:18 +0000)]
No div around plugin invocation

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6423 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFix regression: content and line mixup
vargenau [Tue, 20 Jan 2009 14:30:22 +0000 (14:30 +0000)]
Fix regression: content and line mixup

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6422 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoTest if content exists
vargenau [Tue, 20 Jan 2009 12:15:57 +0000 (12:15 +0000)]
Test if content exists

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6421 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agosvn propset svn:keywords Id
vargenau [Tue, 20 Jan 2009 08:45:36 +0000 (08:45 +0000)]
svn propset svn:keywords Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6420 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse TransformInline instead of TransformText if Template is single-line
vargenau [Mon, 19 Jan 2009 22:08:41 +0000 (22:08 +0000)]
Use TransformInline instead of TransformText if Template is single-line

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6419 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agotimezone argument not implemented
vargenau [Mon, 19 Jan 2009 21:18:18 +0000 (21:18 +0000)]
timezone argument not implemented

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6418 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAllow single-line Wikicreole plugins
vargenau [Mon, 19 Jan 2009 21:16:25 +0000 (21:16 +0000)]
Allow single-line Wikicreole plugins

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6417 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd Id
vargenau [Mon, 19 Jan 2009 10:49:42 +0000 (10:49 +0000)]
Add Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6416 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd Id
vargenau [Mon, 19 Jan 2009 10:40:19 +0000 (10:40 +0000)]
Add Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6415 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd Id
vargenau [Mon, 19 Jan 2009 10:36:55 +0000 (10:36 +0000)]
Add Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6414 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd Id
vargenau [Mon, 19 Jan 2009 10:33:24 +0000 (10:33 +0000)]
Add Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6413 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFix findFile fallback for php-4.x
rurban [Mon, 19 Jan 2009 08:55:40 +0000 (08:55 +0000)]
Fix findFile fallback for php-4.x
break some long lines

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6412 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoadd LdapUpper: search LDAP lowercase, force uppercase to match Windows
rurban [Sat, 17 Jan 2009 14:50:05 +0000 (14:50 +0000)]
add LdapUpper: search LDAP lowercase, force uppercase to match Windows

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6411 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agomove default/hypewiki to Sidebar, now that inheritance search works
rurban [Sat, 17 Jan 2009 14:46:16 +0000 (14:46 +0000)]
move default/hypewiki to Sidebar, now that inheritance search works
remove Search title

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6410 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoChange old Sidebar theme to new MonoBook-based layout
rurban [Sat, 17 Jan 2009 14:40:16 +0000 (14:40 +0000)]
Change old Sidebar theme to new MonoBook-based layout
with a few goodies.
Fix MonoBook/templates/viewsource.tmpl
Add special Sidebar/wikibits.js with added showHideFolder()

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6409 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agobump version
rurban [Sat, 17 Jan 2009 14:33:24 +0000 (14:33 +0000)]
bump version

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6408 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoquote js_script array
rurban [Sat, 17 Jan 2009 14:32:39 +0000 (14:32 +0000)]
quote js_script array

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6407 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agodefault size 12 lines as in the new rc.tmpl
rurban [Sat, 17 Jan 2009 14:31:56 +0000 (14:31 +0000)]
default size 12 lines as in the new rc.tmpl

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6406 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoDerive Sidebar now from Monobook.
rurban [Fri, 16 Jan 2009 09:41:04 +0000 (09:41 +0000)]
Derive Sidebar now from Monobook.
Search all parent classes for theme files, not only default.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6405 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoTemp. fix a php-5.2.8 problem reported by Charles Sprickman:
rurban [Fri, 16 Jan 2009 06:26:31 +0000 (06:26 +0000)]
Temp. fix a php-5.2.8 problem reported by Charles Sprickman:
  _PearDbPassUser::_PearDbPassUser() cannot be called statically, assuming
  $this from incompatible context in /usr/local/www/data/wiki/lib/WikiUserNew.php
  on line 1118
This is not yet ready.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6404 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoRecentChanges: option bars for everything, not only days
vargenau [Thu, 15 Jan 2009 10:21:34 +0000 (10:21 +0000)]
RecentChanges: option bars for everything, not only days

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6403 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoLet us be more explicit
vargenau [Thu, 15 Jan 2009 10:10:45 +0000 (10:10 +0000)]
Let us be more explicit

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6402 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoDo the same for Gforge theme as for Monobook theme
vargenau [Thu, 15 Jan 2009 10:07:04 +0000 (10:07 +0000)]
Do the same for Gforge theme as for Monobook theme

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6401 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agosplit PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug
vargenau [Thu, 15 Jan 2009 09:00:25 +0000 (09:00 +0000)]
split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6400 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years ago<noinclude> and </noinclude> should not appear even when not included
vargenau [Tue, 13 Jan 2009 18:18:36 +0000 (18:18 +0000)]
<noinclude> and </noinclude> should not appear even when not included

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6399 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImprove description
vargenau [Mon, 12 Jan 2009 20:23:09 +0000 (20:23 +0000)]
Improve description

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6398 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoCorrect pagename
vargenau [Mon, 12 Jan 2009 19:43:16 +0000 (19:43 +0000)]
Correct pagename

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6397 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNo need for a div, class template is not defined
vargenau [Mon, 12 Jan 2009 19:09:59 +0000 (19:09 +0000)]
No need for a div, class template is not defined

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6396 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNew plugin: Chart
vargenau [Mon, 12 Jan 2009 16:48:53 +0000 (16:48 +0000)]
New plugin: Chart

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6395 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMore things for 1.3.15
vargenau [Mon, 12 Jan 2009 16:05:12 +0000 (16:05 +0000)]
More things for 1.3.15

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6394 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMatch for @@
vargenau [Mon, 12 Jan 2009 15:44:50 +0000 (15:44 +0000)]
Match for @@

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6393 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoDescription of spreadsheet syntax in Wikicreole tables
vargenau [Sun, 11 Jan 2009 17:47:52 +0000 (17:47 +0000)]
Description of spreadsheet syntax in Wikicreole tables

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6392 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMore flexibility: the formula does not need to be alone in the cell
vargenau [Sat, 10 Jan 2009 10:30:39 +0000 (10:30 +0000)]
More flexibility: the formula does not need to be alone in the cell

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6391 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMore spreadsheet functions
vargenau [Fri, 9 Jan 2009 18:03:39 +0000 (18:03 +0000)]
More spreadsheet functions

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6390 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd function compute_tablecell in stdlib
vargenau [Fri, 9 Jan 2009 13:42:12 +0000 (13:42 +0000)]
Add function compute_tablecell in stdlib

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6389 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNumeric cells are right-aligned by default
vargenau [Fri, 9 Jan 2009 13:04:37 +0000 (13:04 +0000)]
Numeric cells are right-aligned by default

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6388 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNumeric cells are right-aligned by default
vargenau [Fri, 9 Jan 2009 11:59:25 +0000 (11:59 +0000)]
Numeric cells are right-aligned by default

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6387 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNumeric cells are right-aligned by default
vargenau [Fri, 9 Jan 2009 09:56:12 +0000 (09:56 +0000)]
Numeric cells are right-aligned by default

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6386 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agotypo in comment
rurban [Thu, 8 Jan 2009 15:26:25 +0000 (15:26 +0000)]
typo in comment

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6385 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMore documentation. Enable RATEIT
rurban [Thu, 8 Jan 2009 13:32:57 +0000 (13:32 +0000)]
More documentation. Enable RATEIT

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6384 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd paragraph about images
vargenau [Thu, 8 Jan 2009 11:03:03 +0000 (11:03 +0000)]
Add paragraph about images

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6383 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoEmpty alternative if none provided
vargenau [Thu, 8 Jan 2009 10:26:40 +0000 (10:26 +0000)]
Empty alternative if none provided

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6382 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse is_image
vargenau [Thu, 8 Jan 2009 09:56:52 +0000 (09:56 +0000)]
Use is_image

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6381 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd double-click notice
rurban [Thu, 8 Jan 2009 09:47:02 +0000 (09:47 +0000)]
Add double-click notice

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6380 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNew function is_image
vargenau [Thu, 8 Jan 2009 09:46:18 +0000 (09:46 +0000)]
New function is_image

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6379 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoProtect against empty join warning
rurban [Thu, 8 Jan 2009 09:40:18 +0000 (09:40 +0000)]
Protect against empty join warning

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6378 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFix Warning: Missing argument 2
rurban [Thu, 8 Jan 2009 09:36:49 +0000 (09:36 +0000)]
Fix Warning: Missing argument 2

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6377 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse Wikicreole syntax
vargenau [Wed, 7 Jan 2009 18:52:15 +0000 (18:52 +0000)]
Use Wikicreole syntax

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6376 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoBetter put tilde at beginning of line
vargenau [Wed, 7 Jan 2009 09:48:02 +0000 (09:48 +0000)]
Better put tilde at beginning of line

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6375 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoBe pedantic about suppressed warnings (just for the debugger)
rurban [Wed, 7 Jan 2009 08:58:06 +0000 (08:58 +0000)]
Be pedantic about suppressed warnings (just for the debugger)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6374 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoProtect against "Cannot create references to/from string offsets nor overloaded objects"
rurban [Wed, 7 Jan 2009 08:56:46 +0000 (08:56 +0000)]
Protect against "Cannot create references to/from string offsets nor overloaded objects"

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6373 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoSupport include=empty for backups to overwrite with deleted pages
rurban [Wed, 7 Jan 2009 08:54:19 +0000 (08:54 +0000)]
Support include=empty for backups to overwrite with deleted pages

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6372 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplemented Wikicreole plugins
vargenau [Tue, 6 Jan 2009 20:07:13 +0000 (20:07 +0000)]
Implemented Wikicreole plugins

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6371 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoWikicreole implemented syntax description
vargenau [Tue, 6 Jan 2009 17:29:08 +0000 (17:29 +0000)]
Wikicreole implemented syntax description

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6370 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAllow lang attribute for <abbr> and <acronym>
vargenau [Fri, 2 Jan 2009 20:38:01 +0000 (20:38 +0000)]
Allow lang attribute for <abbr> and <acronym>

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6369 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplemented Wikicreole bold
vargenau [Fri, 2 Jan 2009 12:31:22 +0000 (12:31 +0000)]
Implemented Wikicreole bold

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6368 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplemented Wikicreole italics
vargenau [Fri, 2 Jan 2009 12:22:48 +0000 (12:22 +0000)]
Implemented Wikicreole italics

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6367 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplemented Wikicreole superscript
vargenau [Fri, 2 Jan 2009 12:14:27 +0000 (12:14 +0000)]
Implemented Wikicreole superscript

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6366 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoImplemented Wikicreole monospace
vargenau [Fri, 2 Jan 2009 12:09:02 +0000 (12:09 +0000)]
Implemented Wikicreole monospace

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6365 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFinish implementing Wikicreole syntax for links
vargenau [Fri, 2 Jan 2009 11:30:43 +0000 (11:30 +0000)]
Finish implementing Wikicreole syntax for links

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6364 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd spreadsheet capability to Wikicreole tables
vargenau [Fri, 2 Jan 2009 11:04:05 +0000 (11:04 +0000)]
Add spreadsheet capability to Wikicreole tables

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6363 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNo trigger_error
vargenau [Fri, 2 Jan 2009 10:54:00 +0000 (10:54 +0000)]
No trigger_error

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6362 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd summary syntax to Mediawiki tables
vargenau [Thu, 1 Jan 2009 20:15:34 +0000 (20:15 +0000)]
Add summary syntax to Mediawiki tables

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6361 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse parse_attributes function from stdlib
vargenau [Thu, 1 Jan 2009 19:52:28 +0000 (19:52 +0000)]
Use parse_attributes function from stdlib

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6360 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUse parse_attributes function from stdlib
vargenau [Thu, 1 Jan 2009 19:50:23 +0000 (19:50 +0000)]
Use parse_attributes function from stdlib

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6359 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNew function: parse_attributes (from RichTable and MediawikiTable plugins)
vargenau [Thu, 1 Jan 2009 19:47:30 +0000 (19:47 +0000)]
New function: parse_attributes (from RichTable and MediawikiTable plugins)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6358 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNew plugin: CurrentTime
vargenau [Thu, 1 Jan 2009 19:37:23 +0000 (19:37 +0000)]
New plugin: CurrentTime

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6357 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoRemove /Chmod, does not work yet
vargenau [Mon, 15 Dec 2008 19:07:03 +0000 (19:07 +0000)]
Remove /Chmod, does not work yet

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6356 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdded "align" parameter to PrevNext plugin
vargenau [Sat, 13 Dec 2008 19:19:17 +0000 (19:19 +0000)]
Added "align" parameter to PrevNext plugin

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6355 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoPHP Fatal error: Cannot unset string offsets
rurban [Thu, 4 Dec 2008 07:51:53 +0000 (07:51 +0000)]
PHP Fatal error:  Cannot unset string offsets

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6354 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFix fatal with search for attributes
rurban [Thu, 4 Dec 2008 07:50:10 +0000 (07:50 +0000)]
Fix fatal with search for attributes

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6353 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoContent-Transfer-Encoding: binary
vargenau [Tue, 2 Dec 2008 10:17:32 +0000 (10:17 +0000)]
Content-Transfer-Encoding: binary

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6352 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agocharset=iso-8859-1
vargenau [Tue, 2 Dec 2008 10:14:51 +0000 (10:14 +0000)]
charset=iso-8859-1

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6351 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoflags=PAGE_LOCKED
vargenau [Tue, 2 Dec 2008 10:11:52 +0000 (10:11 +0000)]
flags=PAGE_LOCKED

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6350 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoX-Rcs-Id
vargenau [Tue, 2 Dec 2008 10:07:39 +0000 (10:07 +0000)]
X-Rcs-Id

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6349 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agomarkup=2
vargenau [Tue, 2 Dec 2008 10:03:19 +0000 (10:03 +0000)]
markup=2

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6348 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoadd new feature ENABLE_PAGE_PUBLIC
rurban [Wed, 19 Nov 2008 08:53:06 +0000 (08:53 +0000)]
add new feature ENABLE_PAGE_PUBLIC

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6347 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoFix unbalanced wiki syntax
vargenau [Tue, 18 Nov 2008 10:43:26 +0000 (10:43 +0000)]
Fix unbalanced wiki syntax

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6346 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUpdate date of page
vargenau [Sat, 8 Nov 2008 15:44:04 +0000 (15:44 +0000)]
Update date of page

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6345 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNo div needed
vargenau [Fri, 7 Nov 2008 14:20:31 +0000 (14:20 +0000)]
No div needed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6344 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoNew parameter "title" for Transclude plugin
vargenau [Fri, 7 Nov 2008 14:12:27 +0000 (14:12 +0000)]
New parameter "title" for Transclude plugin

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6343 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMove the HomePage check to doPgsrcUpdate
vargenau [Fri, 31 Oct 2008 14:29:13 +0000 (14:29 +0000)]
Move the HomePage check to doPgsrcUpdate

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6342 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoMuch simpler function isActionPage
vargenau [Fri, 31 Oct 2008 13:48:40 +0000 (13:48 +0000)]
Much simpler function isActionPage

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6341 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd xml and xsd extensions
vargenau [Thu, 30 Oct 2008 16:55:09 +0000 (16:55 +0000)]
Add xml and xsd extensions

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6340 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoUpdate comments for isImageLink
vargenau [Thu, 30 Oct 2008 11:08:19 +0000 (11:08 +0000)]
Update comments for isImageLink

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6339 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoLess space between lines in Table of Contents
vargenau [Tue, 28 Oct 2008 15:58:27 +0000 (15:58 +0000)]
Less space between lines in Table of Contents

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6338 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoValid XHTML code
vargenau [Fri, 24 Oct 2008 15:26:32 +0000 (15:26 +0000)]
Valid XHTML code

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6337 96ab9672-09ca-45d6-a79d-3d69d39ca109

15 years agoAdd missing alt argument
vargenau [Fri, 24 Oct 2008 14:58:50 +0000 (14:58 +0000)]
Add missing alt argument

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6336 96ab9672-09ca-45d6-a79d-3d69d39ca109