|
From: <var...@us...> - 2008-10-03 14:33:13
|
Revision: 6291
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6291&view=rev
Author: vargenau
Date: 2008-10-03 14:33:04 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
Monobook update
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2008-10-03 09:30:41 UTC (rev 6290)
+++ trunk/pgsrc/ReleaseNotes 2008-10-03 14:33:04 UTC (rev 6291)
@@ -58,6 +58,8 @@
* more icons for toolbar (vargenau)
* UserPreferences: specific message when only one preference is updated (vargenau)
* renamed class Theme to WikiTheme to avoid Gforge name clash (vargenau)
+* in Monobook, use a "Create Page" button instead of "Edit" if the page does not exist (vargenau)
+* in Monobook, do not show the History and Diff buttons if the page does not exist (vargenau)
new:
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
@@ -963,5 +965,4 @@
--SteveWainstead
----
-
[PhpWikiDocumentation]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2008-10-17 10:23:05
|
Revision: 6309
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6309&view=rev
Author: vargenau
Date: 2008-10-17 09:27:28 +0000 (Fri, 17 Oct 2008)
Log Message:
-----------
Big cleanup-up: real headers, table of contents, escape all broken links
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2008-10-16 09:21:07 UTC (rev 6308)
+++ trunk/pgsrc/ReleaseNotes 2008-10-17 09:27:28 UTC (rev 6309)
@@ -1,4 +1,4 @@
-Date: Mon, 7 Sep 2008 14:15:24 +0000
+Date: Mon, 17 Oct 2008 4:15:24 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -8,12 +8,14 @@
charset=iso-8859-1
Content-Transfer-Encoding: binary
-1.3.15 ?? 2008 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+<?plugin CreateToc with_toclink||=1 headers||=1,2,3 ?>
-Improved dumping, pageset handling for format= with ~ActionPages.
+!!! 1.3.15 ?? 2008 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+
+Improved dumping, pageset handling for format= with ~ActionPages.
e.g. dump pagesets or multi-page pdf's.
-fixes:
+!! Fixes
* fix ~PagePerm for multiple groups: not a member and undecided: check other groups
* fix rss button actions for special RecentChanges actions (UserContribs, PageHistory, ...)
* fix Bug#1749950 accesslog SQL duration float with ","
@@ -22,20 +24,20 @@
* ignore fatals and access-denied stowstoppers on multi-page dumps
* link only to existing pages on multi-page dumps (pagesets)
* fix Bug#1795420 by Sven Ginka: Use /U in preg_match
-* ensure ending uploads slash even on user provided UPLOAD constants. Fixes plugin/UpLoad
+* ensure ending uploads slash even on user provided UPLOAD constants. Fixes plugin/~UpLoad
* stablize Comment. substring search for basepages, do not tokenize.
* fix Bug#1792170 Handle " ( " or "(test" without closing ")" as plain word. Allow single string token "0"
-* fix Bug#1752172 undefined method TextSearchQuery_node_or::_sql_quote()
+* fix Bug#1752172 undefined method ~TextSearchQuery_node_or::_sql_quote()
* dba: fix sorting for empty mtime field
-* LdapSearch: fix layout and logic
+* ~LdapSearch: fix layout and logic
* ~FileInfo: fix Upload: links
* XHTML validation corrections (vargenau)
* avoid recursive modification when renaming a page like '~PageFoo to '~PageFooTwo' (vargenau)
* fix Bug#1904088 Some brackets links with \n cause the parser to crash
* fixed incorrect numbering in Table of Contents numbering (vargenau)
-changes:
-* changed SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
+!! Changes
+* changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
will be searched exact, and not with regex=auto. This means no word splitting, no substrings.
* ranked search for title and fulltext for non-SQL backends. Simple score function.
* allow comments in ~WikiGroup lists after username
@@ -43,13 +45,13 @@
* create interim pages as minor not see them in RecentChanges
* default theme: use standard search template (~LiveSearch)
* [Help:CalendarPlugin] changed default start_wday from 0 to 1 (Monday)
-* [Help:CalendarListPlugin] pages now in parallel with Calendar: year + month args as start base.
+* [Help:CalendarListPlugin] pages now in parallel with Calendar: year + month args as start base.
The behaviour before 2007 with last/next_n_days was to start now.
* removed fpdf support. only use external converters
* change rename action from access perm change to edit: allow the signed-in user to rename.
* htmldump copies locally uploaded images also
* improve SemanticRelations layout: direct links, support attributes and relations filters
-* LdapSearch: use default basedn
+* ~LdapSearch: use default basedn
* WhoIsOnline cleans stale sessions
* remove Upload button from edit
* changed Wikiwyg editor workflow (labbenes)
@@ -57,17 +59,15 @@
* ~RichTable plugin: enrich syntax for attributes (vargenau)
* more icons for toolbar (vargenau)
* UserPreferences: specific message when only one preference is updated (vargenau)
-* renamed class Theme to WikiTheme to avoid Gforge name clash (vargenau)
-* in Monobook, use a "Create Page" button instead of "Edit" if the page does not exist (vargenau)
-* in Monobook, do not show the History and Diff buttons if the page does not exist (vargenau)
+* renamed class Theme to ~WikiTheme to avoid Gforge name clash (vargenau)
-new:
+!! New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
* pageable textsearch results
* external search button by using Search: and searchtype=external
* added ~UniversalWikiEditButton to ~MonoBook, default, blog. More themes later.
* add INSECURE_ACTIONS_LOCALHOST_ONLY for advanced security actions
-* enable "^A or ^B" pages argument for PageLists: e.g. splitted actions for large htmldump's
+* enable "^A or ^B" pages argument for ~PageLists: e.g. splitted actions for large htmldump's
* dba: add args to check and rebuild (full or links only)
* RecentChanges: add category, pagematch arguments
* add UriResolver needed for external rdf access
@@ -77,66 +77,67 @@
* enable ~RecentChangesCached as box, improve performance.
* implemented Wikicreole syntax for links, headers (including ~CreateToc), tables, images, pre, subscript (vargenau)
-1.3.14 July, 1 2007, Reini Urban
+!!! 1.3.14 July, 1 2007, Reini Urban
-fixes:
+!! Fixes
* Fix the broken LDAP fix from 1.3.13p1
* fixed sortby with multiple pagelists
-changes:
-* changes all themeinfo.php files, moved global to method load() to be
+!! Changes
+* changes all themeinfo.php files, moved global to method load() to be
easier derived from custom theme classes, main now calls $~WikiTheme->load
* ~MailNotify is now silent unless DEBUG
-new:
+!! New
* added experimental ATOM support
* added Changes and Upload button to edit
-1.3.13p1 June, 9 2007, Reini Urban
+!!! 1.3.13p1 June, 9 2007, Reini Urban
An immediate security fix for 1.3.13, plus some minor fixes.
-fixes:
-* LDAP Auth: Disallow empty passwords! Certain ldap implementations return true
+
+!! Fixes
+* LDAP Auth: Disallow empty passwords! Certain ldap implementations return true
on empty passwords with ldap_bind().
* LDAP Auth: fix password quoting
* fix action=upgrade for dba, rename nosql to nodb
* fixes ~SpamBlockList config file locations (config/two-level-tlds, config/whitelist)
* enable $~MailNotify->onChangePage
* fix display of pagenames containing ":" in certain lists
-* fixed backend asArray access to iterators (DebugInfo with SQL)
+* fixed backend asArray access to iterators (~DebugInfo with SQL)
* fix wrong ~PhpWikiCvs InterWikiMap entry
* fix syntax error in pgsrc/Help%2FActionPage
* fix case in pgsrc/Help%2FAsciiSVGPlugin
* fix links in pgsrc/Help%2FSemanticRelations
* fix pgsrc/Help%2FWikiPlugin
-changes:
-* allow \n and single letter pages in ~{~{ ~}~} template syntax.
+!! Changes
+* allow \n and single letter pages in ~{~{ ~}~} template syntax.
patch #1732793 by ~AlJeux and ~ReiniUrban
-* with ENABLE_SPAMBLOCKLIST check only new external links:
+* with ENABLE_SPAMBLOCKLIST check only new external links:
max 5, allow interwiki links, and improve failed output.
-1.3.13 June, 2 2007, Reini Urban
+!!! 1.3.13 June, 2 2007, Reini Urban
This is major feature release which will be the base for the stable
1.4.0. The highlights are ~SemanticWeb support, basic support for
various WYSIWYG editors (not yet stable), a stable ~MonoBook (wikipedia)
and Blog theme, enabled acdropdown support (~LiveSearch), postgresql and
oracle enhancements, moving Help pages into Help/, support different
-charsets in pgsrc and Windows NTLM auth support via HttpAuth, a lot
+charsets in pgsrc and Windows NTLM auth support via ~HttpAuth, a lot
more plugins and enhancements. UTF-8 should work.
-fixes:
-* fix UpLoad to disallow all php extensions
-* DB: use ANSI SQL statements (oracle by Bob Peele & Christopher Jones,
+!! Fixes
+* fix ~UpLoad to disallow all php extensions
+* DB: use ANSI SQL statements (oracle by Bob Peele & Christopher Jones,
postgresql by Reini Urban)
* fixed blog, ~MonoBook, sidebar and wikilens theme layout
-* fix Template and CreatePage variable expansion
+* fix Template and ~CreatePage variable expansion
* xhtml dump for subpages into subdirectories, fixed filenames and subdir names
* fixed loading pages into foreign charsets (such as utf-8)
-* ErrorManager: patch #1438439 by Matt Brown:
+* ~ErrorManager: patch #1438439 by Matt Brown:
Only set no-cache headers when error output is generated
-* ImageLinks: patch #1348996 by Robert Litwiniec
+* ~ImageLinks: patch #1348996 by Robert Litwiniec
* fix bug #1327912 numeric pagenames can break plugins (Joachim Lous)
* improve pdf output via external converter
* force integer constants to be set as integer
@@ -144,124 +145,124 @@
* testsuite: force C locale and EN $LANG
* fixed display of edited InterWikiMap. static var issue
* fixed display of "Merge and Edit: pagename" header in merge edit (hack!)
-* WikiFormRich: fix name=value parsing. fix limit with plugin-list invocations
+* ~WikiFormRich: fix name=value parsing. fix limit with plugin-list invocations
* plugin/Diff: fix lib/diff loading conflicts by removing duplicate classes
* plugin/Ploticus: support PLOTICUS_PREFABS config.ini setting (documented but never worked)
* fix edit:locked label selection: typo, was edit:lock
* fixed moacdropdown integration
* fixed fortune error handling
* fixed limit handling with multiple pagelists: don't overwrite request arg
-* change PageDump Content-Type header for download to application/octet-stream to avoid
+* change PageDump Content-Type header for download to application/octet-stream to avoid
pesty .txt suffixes on windows clients
* fixed wikilens with dba and RATING_STORAGE=SQL. RATING_STORAGE=WIKIPAGE not yet fixed.
* fixed action=diff error with external links
-changes:
-* add UpLoad policy DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS, default: false
-* ~SemanticWeb: add linkrelation support, getPageLinks returns now an array of hashes.
+!! Changes
+* add ~UpLoad policy DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS, default: false
+* ~SemanticWeb: add linkrelation support, getPageLinks returns now an array of hashes.
optimize get_links for relations.
-* add new linksyntax "[:pagename]" inside square brackets only, not to store backlinks.
- [:DontStoreLink] (experimental)
+* add new linksyntax "~[:pagename~]" inside square brackets only, not to store backlinks.
+ ~[:~DontStoreLink~] (experimental)
* moved default help pages to Help/ subpages. Partially for "de" also.
* generalized ENABLE_HTMLAREA3 to ENABLE_WYSIWYG
-* support more WikiFormRich method arguments: url, dynurl, xmlrpc, dynxmlrpc, plugin,
- the autocomplete option for pulldown[] and editbox[] and the new combobox[] widget.
- Improve WikiFormRich layout.
+* support more ~WikiFormRich method arguments: url, dynurl, xmlrpc, dynxmlrpc, plugin,
+ the autocomplete option for pulldown~[~] and editbox~[~] and the new combobox~[~] widget.
+ Improve ~WikiFormRich layout.
* DB: foreign key support in schemas, simplify methods
* remove user table: upgrade from SQL db.
* updated locale for it, de and es (google translation)
* improve loading multiple version archives such as full zipdumps. force temp. overwrite.
support loadfile for multipart archives (full dumps) automatically
* omit actionbar from pdf output
-* support charsets in pagedumps for loadfile and virgin setup
-* _BackendInfoPlugin prints linkinfo also.
-* ExternalSearchPlugin displays the button at the right. Change it with
+* support charsets in pagedumps for loadfile and virgin setup
+* _~BackendInfoPlugin prints linkinfo also.
+* ~ExternalSearchPlugin displays the button at the right. Change it with
EXTERNALSEARCH_DEFAULT_BUTTON_POSITION = left, or the argument button_position=left or none.
-* disabled postgresql optimize() in favor of autovacuum,
+* disabled postgresql optimize() in favor of autovacuum,
enable it in the backend method if the web user is the table owner (security risk)
-* print "Ignored stoplist words" on FullTextSearch,
+* print "Ignored stoplist words" on FullTextSearch,
add FULLTEXTSEARCH_STOPLIST constant,
- make TextSearchQuery->_stoplist localizable
+ make ~TextSearchQuery->_stoplist localizable
* fix arg order in WikiDB_backend_search()
* protected tests. only allow localhost
-* optimize ArchiveCleaner for the new default case (since 1.3.11): Keep all revisions.
+* optimize ~ArchiveCleaner for the new default case (since 1.3.11): Keep all revisions.
* changed the default DB backend from gdbm to dba db4
* changed action=upgrade to check and store a db version
* don't loadfile *.orig files (this might be a limitation. sorry)
-* rename _AuthFile to DebugAuthFile in upgrade
+* rename _~AuthFile to ~DebugAuthFile in upgrade
* updated most template files for harmonisation
-* changed default LiveSearch method in search.tmpl from url to xmlrpc. faster and less hackish.
+* changed default ~LiveSearch method in search.tmpl from url to xmlrpc. faster and less hackish.
* fixed all templates with missing revision check. can be false.
* rewrote and redefined WikiDB::listRelations. list only all relations as array.
* changed Semantic attribute syntax from ":-" to ":=" (relevant to cvs users only)
-* change TextSearchQuery handling of regex=pcre: plain string, no parsing at all,
+* change ~TextSearchQuery handling of regex=pcre: plain string, no parsing at all,
detect and apply modifiers.
* enhance text2png arguments and features. See [Help:text2pngPlugin]
* Template plugin: allow passing arbitrary args, not just in vars.
-* added old gd support to PhotoAlbum thumbs (ImageTile)
-* Improve LdapSearch plugin and add action page.
+* added old gd support to ~PhotoAlbum thumbs (~ImageTile)
+* Improve ~LdapSearch plugin and add action page.
* Improved wikilens theme.
* Changed all default Template vars to expanded to uppercase: PAGENAME, USERID, ...
* CSS: no ~MonoBook css hacks/requests, check special browser versions in php
-new:
+!! New
* add ~SemanticRelations syntax, db structure and attribute units.
- Sample: pagename=SanDiego is_a :: city => SanDiego relation = is_a, linkto = city
+ Sample: pagename=~SanDiego is_a :: city => ~SanDiego relation = is_a, linkto = city
population := 1,305,736 (numeric units)
Store unified attribute in pagedata.
-* new experimental WYSIWYG edit library framework:
- WikiWyg, tinymce, FCKeditor, htmlarea3, htmlarea2, spaw
+* new experimental WYSIWYG edit library framework:
+ ~WikiWyg, tinymce, FCKeditor, htmlarea3, htmlarea2, spaw
* new wysiwyg_editor feature by Jean-Nicolas GEREONE and Sabri LABBENE (experimental)
* added postgresql tsearch2 support
* new experimental flatfile backend: readable page source files (experimental)
-* added new xmlrpc and SOAP methods: listPlugins, getPluginSynopsis, mailPasswordToUser,
+* added new xmlrpc and SOAP methods: listPlugins, getPluginSynopsis, mailPasswordToUser,
getUploadedFileInfo, listRelations, callPlugin, linkSearch
-* new plugins: SemanticSearch, SemanticRelations, LinkSearch, ListRelations,
- FileInfo, BoxRight, PasswordReset, WatchPage, SpellCheck, SearchHighlight,
+* new plugins: ~SemanticSearch, ~SemanticRelations, ~LinkSearch, ~ListRelations,
+ ~FileInfo, ~BoxRight, ~PasswordReset, ~WatchPage, ~SpellCheck, ~SearchHighlight,
AsciiSVG
* add <nowiki></nowiki> tag: Transform only html markup and entities
* new option DISABLE_MARKUP_WIKIWORD to force [ ] for links
* new option ENABLE_MARKUP_DIVSPAN (experimental)
* new option PLUGIN_MARKUP_MAP for xml-style plugin syntax (experimental)
-* support Windows NTLM Auth via HttpAuth: mod_ntlm (apache1+2. also on linux)
+* support Windows NTLM Auth via ~HttpAuth: mod_ntlm (apache1+2. also on linux)
and mod_auth_sspi (apache2. better, but windows only)
* new stable option ENABLE_SEARCHHIGHLIGHT with actionpage and plugin SearchHighlight.
In CVS for some time called USE_SEARCHHIGHLIGHT.
* patch #1377011 by Matt Brown: add DATABASE_OPTIMISE_FREQUENCY
-* new options db-check and db-rebuild for WikiAdminPlugin.
+* new options db-check and db-rebuild for ~WikiAdminPlugin.
You can now retransform all pages at once.
* new ~MailNotify class, simplified WikiDB.php
-* added "Printable version" js to monobook theme. See License in
+* added "Printable version" js to monobook theme. See License in
http://www.howtocreate.co.uk/jslibs/termsOfUse.html
-* new ActionButton function for ~MonoBook with selected state. (tab state)
-* added SyncWiki plugin to sync pages and uploads with a master wiki.
+* new ~ActionButton function for ~MonoBook with selected state. (tab state)
+* added ~SyncWiki plugin to sync pages and uploads with a master wiki.
(foreign auth not yet solved)
* added boolean UPLOAD_USERDIR to upload into user-specific directory.
* added support for multiple page arguments in BackLinks. Logical AND.
* added wikidb->backend->rebuild()
* added "Keep old" and "Overwrite with new" buttons and actions for loadfile merge edit.
-* added lib/XmlRpcClient, xmlrpc methods to lib/HttpClient and acdropdown.js. JSON not yet.
-* created Help/*Plugin stubs for *ALL* plugins in pgsrc
+* added lib/~XmlRpcClient, xmlrpc methods to lib/~HttpClient and acdropdown.js. JSON not yet.
+* created Help/~*Plugin stubs for *ALL* plugins in pgsrc
* added a new _DEBUG_REMOTE flag to debug into remote sessions (xmlrpc, ajax, ...)
-* added WikiDB::linkSearch and backend/dumb/~LinkSearchIter.php. Mainly for SemanticSearch,
- and LinkSearch, but can be used for SemanticSearchAdvanced (combined queries as <ask>) and
+* added WikiDB::linkSearch and backend/dumb/~LinkSearchIter.php. Mainly for ~SemanticSearch,
+ and LinkSearch, but can be used for ~SemanticSearchAdvanced (combined queries as <ask>) and
BackLinks et al also.
* added Calendar display_weeknum argument
-* added new AsciiSVG plugin
-* added new YouTube plugin
-* added XmlRpcTest tests
-* Added nopage argument to PageList and all its plugins. Unique rows only not yet.
-* Added author, owner argument to RecentChanges and added action pages:
+* added new ~AsciiSVG plugin
+* added new ~YouTube plugin
+* added ~XmlRpcTest tests
+* Added nopage argument to ~PageList and all its plugins. Unique rows only not yet.
+* Added author, owner argument to RecentChanges and added action pages:
MyRecentChanges, MyRecentEdits, UserContribs
* added RecentChanges format=contribs for ~MonoBook theme: => UserContribs
* added ~MonoBook accesskeys
-1.3.12p3 Jun, 18 2006, Reini Urban:
+!!! 1.3.12p3 Jun, 18 2006, Reini Urban
-* fix [/Subpage] links
+* fix ~[/Subpage~] links
* fix pref storing of already crypted passwords. bug #1327470 (Tom Harding)
* fix cache headers on errors (@ob_end_flush issue). (matt brown)
-* fix BogoLogin when ENABLE_PAGEPERM=false. patch #1438392 by Matt Brown
+* fix ~BogoLogin when ENABLE_PAGEPERM=false. patch #1438392 by Matt Brown
* unique WIKI_ID cookies per WIKI_NAME. patch #1333957 by Matt Brown
* added DATABASE_OPTIMISE_FREQUENCY feature. patch #1377011 by Matt Brown
* don't check lock_table priv on action=upgrade
@@ -270,105 +271,105 @@
* fix pref->set: Error generated when login out. bug #1355533 (Thierry Nabeth)
* fix default preferences for editheight maxrows, by Manuel Vacelet.
* fix DBAUTH arguments to be position independent, bug #1358973
-* add PdoDbPassUser user
+* add ~PdoDbPassUser user
* fix output of Homepage prefs update
* update config-dist.ini format from CVS
* update configurator.php from CVS
* print optimize wikidb only when DEBUG
* simplify messages for translators
-* added ImageTile.php
+* added ~ImageTile.php
* added tsearch2 to doc/INSTALL.pgsql
-* added basepage to Cached_WikiLink::asXML for subpages within CreateTOC
+* added basepage to Cached_WikiLink::asXML for subpages within ~CreateTOC
* print filename on dba access error
* use bind_textdomain_codeset. bug #1480077 (Kai Krakow)
-* make TextSearchQuery->_stoplist localizable and overridable within config.ini
+* make ~TextSearchQuery->_stoplist localizable and overridable within config.ini
* fixes for mysql 5.x wantedpages join
* add rel=nofollow to more actions. patch by Matt Brown
-* add verify to RevertPage, display reverted page as template
-* update plugin/CalendarList: patches by mpullen and banjo
-* update plugin/GraphViz
-* added plugin/PasswordReset
-* fixed hash() in plugin/RateIt
-* plugin/_AuthInfo: protect File passwords
+* add verify to ~RevertPage, display reverted page as template
+* update plugin/~CalendarList: patches by mpullen and banjo
+* update plugin/~GraphViz
+* added plugin/~PasswordReset
+* fixed hash() in plugin/~RateIt
+* plugin/_~AuthInfo: protect File passwords
* added Captcha to Crao edit template
* added MacOSX Pdf button
* fixed Portland and Wordpress editpage template
* removed Wordpress buttons, transparent default buttons should be used.
* disabled RelatedChanges button
-1.3.12p2 Mar, 7 2006, Reini Urban:
+!!! 1.3.12p2 Mar, 7 2006, Reini Urban
-* fix change prefs for File WikiUser
-* fix HomepagePrefs update message
+* fix change prefs for File ~WikiUser
+* fix ~HomepagePrefs update message
* remove plugin/Imdb
-* apply PluginToolbarButton fix from cvs
+* apply ~PluginToolbarButton fix from cvs
-1.3.12p1 Mar, 4 2006, Reini Urban:
+!!! 1.3.12p1 Mar, 4 2006, Reini Urban
-* fix "Call-time pass-by-reference" in CreateBib
-* fix parse error in SiteMap.php
+* fix "Call-time pass-by-reference" in ~CreateBib
+* fix parse error in ~SiteMap.php
-1.3.12 Mar, 4 2006, Reini Urban:
+!!! 1.3.12 Mar, 4 2006, Reini Urban
Rename function hash() and method final() for php-5.1 compatibility.
Add various backports from cvs:
-fixes:
-* fix ZipReader
+!! Fixes
+* fix ~ZipReader
* Fix "Call-time pass-by-reference has been deprecated" errors,
allow_call_time_pass_reference = Off
* fix broken locale update for php-5.1.1
* default locale fix by Thomas Harding
* fix Bug #1381464 "Duplicate functions" with php-5.1.1
* InterWikiMap: allow spaces in paths, even implicitly. fixes bug #1218733
-* fix 'VOID' in TextSearchQuery
+* fix 'VOID' in ~TextSearchQuery
* remove LIMIT 1 in ADODB
* fix SQL WantedPages
* fixed fulltext search and stoplist handling
* fix bug #1327912 numeric pagenames can break plugins (Joachim Lous)
* fix xmlrpc and tests/unit for !register_long_arrays
* ensure absolute uploads path
-* fix GoogleMaps syntax error
-* fix ListPages for non-SQL backends. Add top3recs as default only if
+* fix ~GoogleMaps syntax error
+* fix ~ListPages for non-SQL backends. Add top3recs as default only if
ratings are available
-* plugin/PageTrail improved empty cookie
-* plugin/_WikiTranslation: protect against 2x define
+* plugin/~PageTrail improved empty cookie
+* plugin/_~WikiTranslation: protect against 2x define
* remove mysql specific ISNULL()
* fix signout pref error
* don't log on ACCESS_LOG_SQL < 2
-changes:
-* cache EditToolbar popup content
+!! Changes
+* cache ~EditToolbar popup content
* beautify SCRIPT lines
-* added cfg-able markups only for default TextTransformation, not
+* added cfg-able markups only for default ~TextTransformation, not
for links and others
* add a proper Content-Encoding: gzip if compressed, and omit Content-Length then.
Trick to send the correct gzipped Content-Length
* set dsn after SQL/ADODB switches in WikiDB backends for easier unit testing
* email notifications: better From: header
* add DBAUTH_PREF_INSERT: self-creating users. by John Stevens
-* improved WikiUser/Ldap error description
+* improved ~WikiUser/Ldap error description
* cache SystemInfo methods
-* VisualWiki: remove INCLUDED from EXCLUDED, includes override excludes.
+* ~VisualWiki: remove INCLUDED from EXCLUDED, includes override excludes.
* improve postgresql schemas (tsearch2 and stored procedures not yet)
-new:
+!! New
* added NUM_SPAM_LINKS as config.ini option
* new ENABLE_SPAMBLOCKLIST, lib/~SpamBlocklist.php:
- check external links against surbl.org and bl.spamcop.net
+ check external links against surbl.org and bl.spamcop.net
* added Captcha class and better spiral
* added get_captcha_random_word() contributed by Dan Frankowski
* dumphtml when not at admin page: dump the current or given page
-* added plugin FileInfo
-* major PhotoAlbum feature enhancements by Thomas Harding:
+* added plugin ~FileInfo
+* major ~PhotoAlbum feature enhancements by Thomas Harding:
slides mode, real thumbnails
* add more backends to the testsuite (PearDB_pgsql, ...)
-1.3.11p1 Sep, 18 2005, Reini Urban:
+!!! 1.3.11p1 Sep, 18 2005, Reini Urban
-fixes:
-* added missing pgsrc/OldStyleTablesPlugin
-* fixed OldStyleTables plugin with args
+!! Fixes
+* added missing pgsrc/~OldStyleTablesPlugin
+* fixed ~OldStyleTables plugin with args
* protect against Content-Length if headers_sent()
* fixed ENABLE_MARKUP_TEMPLATE warning if undefined
* fixed writing unwanted accesslog sql entries
@@ -376,52 +377,55 @@
* fixed passencrypt.php for PHP5 !register_long_arrays
* fixed configurator for DATABASE_DSN, USER_AUTH_ORDER
-changes:
-* optimized explodePageList to use SQL when available
+!! Changes
+* optimized explodePageList to use SQL when available
(titleSearch instead of getAllPages)
-* added optimization for a new ALL textsearch token
+* added optimization for a new ALL textsearch token
(* => pcre: .*, sql: %)
* configurator takes default description from config-dist.ini
* added some missing configurator constants
-1.3.11 Sep, 11 2005, Reini Urban, Joel Uckelman:
+!!! 1.3.11 Sep, 11 2005, Reini Urban, Joel Uckelman
Lots of bugfixes, and some feature and performance enhancements.
-A new EDIT_TOOLBAR from mediawiki, more page permission enhancements,
-reduced memory usage for pagelists which need no page content,
-related improvement for OldMarkup crashes because of PCRE memory exhaustion.%%%
-New <!plugin-list !> syntax and PhpWiki:PageListLibrary args.%%%
+
+A new EDIT_TOOLBAR from mediawiki, more page permission enhancements,
+reduced memory usage for pagelists which need no page content,
+related improvement for ~OldMarkup crashes because of PCRE memory exhaustion.
+
+New <!plugin-list !> syntax and PhpWiki:PageListLibrary args.
+
Because of SQL changes you'd need to ?action=upgrade to update for SQL.
-fixes:
-* fixed crash after login, by eliminating endless recursion in
+!! Fixes
+* fixed crash after login, by eliminating endless recursion in
group isAdmin() checks
-* fixed syntax errors in signin.tmpl
+* fixed syntax errors in signin.tmpl
* fixed missing DEBUG warnings (Support #954260)
* PhpWiki is now allow_call_time_pass_reference = Off safe (php.ini)
Some external libraries are not (Pear_DB odbc, adodb oracle)
-* fixed sql statements for pagedata where it is not needed, fixing the
- typical PageList memory exhaustion on simple page lists.
+* fixed sql statements for pagedata where it is not needed, fixing the
+ typical ~PageList memory exhaustion on simple page lists.
cached_html is handled complete seperate now.
* fixed and improved WikiDB pageid caching.
-* fixed some WikiGroup errors for WIKIPAGE and DB
+* fixed some ~WikiGroup errors for WIKIPAGE and DB
* fixed JS_SEARCHREPLACE
* fixed rename with dba
* fixed Today link in all templates if USE_PATH_INFO = false
* fixed PluginManager fatal error line 222
* utf-8 pagenames fixed (typed foreign names from IE)
-* CGI: no PATH_INFO fix
+* CGI: no PATH_INFO fix
* fix some too loose PhpWiki:PagePermissions for signed, but not authenticated users
- (admin, owner, creator), and edit and view for Bogo and Password users
+ (admin, owner, creator), and edit and view for Bogo and Password users
* security fix for create ACL: action=edit is now checked for create
-* fixed important WikiDB bug with DEBUG > 0: wrong assertion
+* fixed important WikiDB bug with DEBUG > 0: wrong assertion
around line 172 (#954648)
-* fixed flatfile ArchiveCleaner assertion
-* RssFeedPlugin stability fix for empty feeds or broken connections
+* fixed flatfile ~ArchiveCleaner assertion
+* ~RssFeedPlugin stability fix for empty feeds or broken connections
* fixed Sidebar theme CSS, added existing dates to jscalendar
* fixed PhpWiki:ImageLinks, broken since 1.3.10 (Bug #956068)
* fixed lib/pear/File_Passwd loading
-* TranslateText: verbatim needed a pagebreak
+* ~TranslateText: verbatim needed a pagebreak
* fixed duplicate session_id warning with adodb
* fixed adodb ~DbPassUser login
* fixed external ~DbPassUser login
@@ -429,7 +433,7 @@
* fixed ~FilePassUser locking problems and session handling
* fixed a lot of LDAP auth and group issues
* fixed LDAP options handling (by John Cole)
-* fixed possible security problems: allowing only posixly strict usernames,
+* fixed possible security problems: allowing only posixly strict usernames,
and an actual LDAP Injection problem, detected by Steve Christey, MITRE.
* honor s=wildcard arguments for ~WikiAdmin plugins
* fixed flatfile assertion (#963268) - check existing previous version
@@ -439,39 +443,39 @@
and removed LDAP, POP3, IMAP default configs.
* RelatedChanges: fixed days links
* fix Rename: Change pagename in all linked pages
-* fixed PhpWiki:PageChangeNotification for not-current users
-* fixed UpLoadPlugin for filenames with space (Bug #969532)
-* fixed label support for CreateTocPlugin (Bug #969495)
-* fixed Apache2 crashing with old markup and the CreateTocPlugin.
+* fixed PhpWiki:~PageChangeNotification for not-current users
+* fixed ~UpLoadPlugin for filenames with space (Bug #969532)
+* fixed label support for ~CreateTocPlugin (Bug #969495)
+* fixed Apache2 crashing with old markup and the ~CreateTocPlugin.
* catch fatals and request->args changes on dumping
* fixed unneeded UserPreferences plugin login screen on dumphtml
-* catch SOAP fatal on GooglePlugin without GOOGLE_LICENSE_KEY
-* silently ignore jshide argument on MacIE for AddCommentPlugin and CreateTocPlugin
+* catch SOAP fatal on ~GooglePlugin without GOOGLE_LICENSE_KEY
+* ...
[truncated message content] |
|
From: <var...@us...> - 2009-01-12 16:05:28
|
Revision: 6394
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6394&view=rev
Author: vargenau
Date: 2009-01-12 16:05:12 +0000 (Mon, 12 Jan 2009)
Log Message:
-----------
More things for 1.3.15
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-01-12 15:44:50 UTC (rev 6393)
+++ trunk/pgsrc/ReleaseNotes 2009-01-12 16:05:12 UTC (rev 6394)
@@ -1,4 +1,4 @@
-Date: Mon, 17 Oct 2008 4:15:24 +0000
+Date: Mon, 12 Oct 2009 4:15:24 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -10,7 +10,7 @@
<?plugin CreateToc with_toclink||=1 headers||=1,2,3 ?>
-!!! 1.3.15 ?? 2008 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+!!! 1.3.15 ?? 2009 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
Improved dumping, pageset handling for format= with ~ActionPages.
e.g. dump pagesets or multi-page pdf's.
@@ -33,8 +33,14 @@
* ~FileInfo: fix Upload: links
* XHTML validation corrections (vargenau)
* avoid recursive modification when renaming a page like '~PageFoo to '~PageFooTwo' (vargenau)
+* fix Bug#1808002 Table of contents plugin does not nest numbering (vargenau)
+* fix Bug#1903815 Cannot put "0" in ~RichTable cell, cell becomes empty (vargenau)
* fix Bug#1904088 Some brackets links with \n cause the parser to crash
* fixed incorrect numbering in Table of Contents numbering (vargenau)
+* fix Bug#1967147 ~FileInfoPlugin does not allow display=owner
+* fix Bug#1992172 Interwiki link does not work in ~RichTable (vargenau)
+* fix Bug#2010748 Missing image
+* fix Bug#1831881 Fatal database error when sorting columns (vargenau)
!! Changes
* changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
@@ -60,6 +66,7 @@
* more icons for toolbar (vargenau)
* UserPreferences: specific message when only one preference is updated (vargenau)
* renamed class Theme to ~WikiTheme to avoid Gforge name clash (vargenau)
+* numeric cells in tables are now right-aligned by default
!! New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
@@ -75,7 +82,10 @@
* new pages: SpecialPages, LockedPages (vargenau)
* implemented Mediawiki-like syntax for tables (vargenau)
* enable ~RecentChangesCached as box, improve performance.
-* implemented Wikicreole syntax for links, headers (including ~CreateToc), tables, images, pre, subscript (vargenau)
+* implemented Wikicreole 1.0 syntax, including additions (vargenau)
+* implemented simple [[Help:Spreadsheet|spreadsheet]] functions for Wikicreole tables (vargenau)
+* new plugin: [[Help:CurrentTimePlugin|CurrentTime]] (vargenau)
+* new plugin: [[Help:ChartPlugin|Chart]] (vargenau)
!!! 1.3.14 July, 1 2007, Reini Urban
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-01-15 09:00:30
|
Revision: 6400
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6400&view=rev
Author: vargenau
Date: 2009-01-15 09:00:25 +0000 (Thu, 15 Jan 2009)
Log Message:
-----------
split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-01-13 18:18:36 UTC (rev 6399)
+++ trunk/pgsrc/ReleaseNotes 2009-01-15 09:00:25 UTC (rev 6400)
@@ -68,6 +68,7 @@
* renamed class Theme to ~WikiTheme to avoid Gforge name clash (vargenau)
* numeric cells in tables are now right-aligned by default
* <noinclude> and </noinclude> should not appear even when not included
+* split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug
!! New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-03-27 08:58:02
|
Revision: 6721
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6721&view=rev
Author: vargenau
Date: 2009-03-27 08:57:58 +0000 (Fri, 27 Mar 2009)
Log Message:
-----------
Fix UTF-8
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-03-26 15:08:28 UTC (rev 6720)
+++ trunk/pgsrc/ReleaseNotes 2009-03-27 08:57:58 UTC (rev 6721)
@@ -1,4 +1,4 @@
-Date: Thu, 26 Mar 2009 11:34:32 +0000
+Date: Fri, 27 Mar 2009 09:57:55 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -819,7 +819,7 @@
* ~PageList (Jeff and Reini)
* Several new plugins: ~RedirectTo, plugin-head architecture.
Normalize template names. WikiAdminSelect architecture: ~WikiAdminRemove
-* ~VisualWiki, ~TexToPng, text2png + several cached plugins (by Johannes GroÃe)
+* ~VisualWiki, ~TexToPng, text2png + several cached plugins (by Johannes Große)
* ~PhpWeather (?), ~PrevNext, image buttons,
* ~IncludePage (Joe Edelman), ~FrameInclude (Reini), Transclude (Jeff)
* Calendar (contributed by ?), ~CalendarList, WikiBlog, ...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-08-21 14:29:29
|
Revision: 7074
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7074&view=rev
Author: vargenau
Date: 2009-08-21 14:29:18 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
Describe latest developments that have been committed
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-08-21 13:45:16 UTC (rev 7073)
+++ trunk/pgsrc/ReleaseNotes 2009-08-21 14:29:18 UTC (rev 7074)
@@ -66,9 +66,24 @@
* more icons for toolbar (vargenau)
* UserPreferences: specific message when only one preference is updated (vargenau)
* renamed class Theme to ~WikiTheme to avoid Gforge name clash (vargenau)
-* numeric cells in tables are now right-aligned by default
-* <noinclude> and </noinclude> should not appear even when not included
-* split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug
+* numeric cells in tables are now right-aligned by default (vargenau)
+* <noinclude> and </noinclude> should not appear even when not included (vargenau)
+* split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug (vargenau)
+* Improve handling of color text (especially in case of errors). More color names are allowed. (vargenau)
+* ~SetAcl, Chown, Markup and Rename are marked as minor edits. (vargenau)
+* Display "minor edit" for minor edits in ~RecentChanges (like in ~PageHistory). (vargenau)
+* In WikiAdminSelect, put buttons in alphabetic order like in page ~PhpWikiAdministration. (vargenau)
+* In ~PhpWikiAdministration, all pages are shown instead of first 50. No paging is done. (vargenau)
+* In ~WikiAdminSearchReplace, only pages where a replacement was done are shown as feedback. (vargenau)
+* In ~WikiAdminSearchReplace, show pages where replacement will be done. (vargenau)
+* For file upload, use black list of extensions instead of white list. (vargenau)
+* It is now possible to insert predefined icons in wiki text. See [[Help:PredefinedIcons]]. (vargenau)
+* Allow "{{{#[[}}}" syntax for anchors. (vargenau)
+* Handle redirections in Template plugin. (vargenau)
+* Allow Wikicreole syntax for redirections in ~IncludePage plugin. (vargenau)
+* New preference to avoid e-mail notifications for minor edits on Wiki (vargenau)
+* No decoration for abbreviations when printing (vargenau)
+* Add CSS3 code for page headers and footers (works for PDF generation with Prince XML) (vargenau)
=== New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-08-21 14:41:17
|
Revision: 7075
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7075&view=rev
Author: vargenau
Date: 2009-08-21 14:41:09 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
Add explanation about Wikicreole 1.0 implementation
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-08-21 14:29:18 UTC (rev 7074)
+++ trunk/pgsrc/ReleaseNotes 2009-08-21 14:41:09 UTC (rev 7075)
@@ -1,4 +1,4 @@
-Date: Sat, 18 Apr 2009 18:17:26 +0000
+Date: Fri, 21 Aug 2009 18:40:43 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -12,6 +12,16 @@
== 1.3.15 ?? 2009 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+An important modification in this release is the implementation of full Wikicreole 1.0
+syntax, including additions.
+
+The "classic" Phpwiki syntax is still supported.
+
+The documenation pages found in pgsrc have been mostly converted to Wikicreole
+syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0
+does not support "complex" tables with block elements in cells, like lists or
+paragraphs).
+
Improved dumping, pageset handling for format= with ~ActionPages.
e.g. dump pagesets or multi-page pdf's.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ru...@us...> - 2009-08-24 12:18:11
|
Revision: 7079
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7079&view=rev
Author: rurban
Date: 2009-08-24 12:17:17 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
add READONLY and utf-8
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-08-24 12:16:57 UTC (rev 7078)
+++ trunk/pgsrc/ReleaseNotes 2009-08-24 12:17:17 UTC (rev 7079)
@@ -17,8 +17,8 @@
The "classic" Phpwiki syntax is still supported.
-The documenation pages found in pgsrc have been mostly converted to Wikicreole
-syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0
+The documentation pages found in pgsrc have been mostly converted to utf-8 and
+Wikicreole syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0
does not support "complex" tables with block elements in cells, like lists or
paragraphs).
@@ -106,6 +106,7 @@
* RecentChanges: add category, pagematch arguments
* add UriResolver needed for external rdf access
* AppendText: support pages argument: append to multiple pages
+* new readonly database detection for dba, and optional config READONLY for maintenance
* new pages: SpecialPages, LockedPages (vargenau)
* implemented Mediawiki-like syntax for tables (vargenau)
* enable ~RecentChangesCached as box, improve performance.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-08-24 17:48:49
|
Revision: 7086
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7086&view=rev
Author: vargenau
Date: 2009-08-24 17:48:38 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
1.3.15 renamed in 1.4.0
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-08-24 12:29:44 UTC (rev 7085)
+++ trunk/pgsrc/ReleaseNotes 2009-08-24 17:48:38 UTC (rev 7086)
@@ -1,4 +1,4 @@
-Date: Fri, 21 Aug 2009 18:40:43 +0000
+Date: Mon, 24 Aug 2009 19:46:34 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -10,14 +10,14 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.3.15 ?? 2009 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+== 1.4.0 ?? 2009 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
An important modification in this release is the implementation of full Wikicreole 1.0
syntax, including additions.
The "classic" Phpwiki syntax is still supported.
-The documentation pages found in pgsrc have been mostly converted to utf-8 and
+The documentation pages found in pgsrc have been mostly converted to UTF-8 and
Wikicreole syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0
does not support "complex" tables with block elements in cells, like lists or
paragraphs).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-08-24 18:43:57
|
Revision: 7087
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7087&view=rev
Author: vargenau
Date: 2009-08-24 18:43:48 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
Fixed parsing problems: spacing, star in line
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-08-24 17:48:38 UTC (rev 7086)
+++ trunk/pgsrc/ReleaseNotes 2009-08-24 18:43:48 UTC (rev 7087)
@@ -53,7 +53,7 @@
* fix Bug#1831881 Fatal database error when sorting columns (vargenau)
=== Changes
-* changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
+- changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
will be searched exact, and not with regex=auto. This means no word splitting, no substrings.
* ranked search for title and fulltext for non-SQL backends. Simple score function.
* allow comments in ~WikiGroup lists after username
@@ -560,30 +560,28 @@
** ENABLE_PAGEPERM to turn off ACL (no owner at the statusline if off)
** FORTUNE_DIR to enable random quotes for new pages
** GOOGLE_LINKS_NOFOLLOW, ACCESS_LOG_SQL, BABYCART_PATH, BLOG_DEFAULT_EMPTY_PREFIX,
- CATEGORY_GROUP_PAGE, DATABASE_PERSISTENT, DBADMIN_PASSWD, DBADMIN_USER,
- DEFAULT_DUMP_DIR, DISABLE_GETIMAGESIZE, ENABLE_DOUBLECLICKEDIT,
- ENABLE_LIVESEARCH, ENABLE_MODERATEDPAGE_ALL, ENABLE_RAW_HTML_LOCKEDONLY,
- ENABLE_RAW_HTML_SAFE, ENABLE_SPAMASSASSIN, ENABLE_XHTML_XML,
- GOOGLE_LICENSE_KEY, HTML_DUMP_DIR, LDAP_OU_GROUP, LDAP_OU_USERS
- PLUGIN_CACHED_CACHE_DIR, PLUGIN_CACHED_DATABASE, PLUGIN_CACHED_FILENAME_PREFIX,
- PLUGIN_CACHED_FORCE_SYNCMAP, PLUGIN_CACHED_HIGHWATER,
- PLUGIN_CACHED_IMGTYPES, PLUGIN_CACHED_LOWWATER, PLUGIN_CACHED_MAXARGLEN,
- PLUGIN_CACHED_MAXLIFETIME, PLUGIN_CACHED_USECACHE, TEMP_DIR, USECACHE,
- USE_EXTERNAL_HTML2PDF, ENABLE_MARKUP_COLOR, ENABLE_MARKUP_TEMPLATE
+ CATEGORY_GROUP_PAGE, DATABASE_PERSISTENT, DBADMIN_PASSWD, DBADMIN_USER,
+ DEFAULT_DUMP_DIR, DISABLE_GETIMAGESIZE, ENABLE_DOUBLECLICKEDIT,
+ ENABLE_LIVESEARCH, ENABLE_MODERATEDPAGE_ALL, ENABLE_RAW_HTML_LOCKEDONLY,
+ ENABLE_RAW_HTML_SAFE, ENABLE_SPAMASSASSIN, ENABLE_XHTML_XML,
+ GOOGLE_LICENSE_KEY, HTML_DUMP_DIR, LDAP_OU_GROUP, LDAP_OU_USERS
+ PLUGIN_CACHED_CACHE_DIR, PLUGIN_CACHED_DATABASE, PLUGIN_CACHED_FILENAME_PREFIX,
+ PLUGIN_CACHED_FORCE_SYNCMAP, PLUGIN_CACHED_HIGHWATER,
+ PLUGIN_CACHED_IMGTYPES, PLUGIN_CACHED_LOWWATER, PLUGIN_CACHED_MAXARGLEN,
+ PLUGIN_CACHED_MAXLIFETIME, PLUGIN_CACHED_USECACHE, TEMP_DIR, USECACHE,
+ USE_EXTERNAL_HTML2PDF, ENABLE_MARKUP_COLOR, ENABLE_MARKUP_TEMPLATE
* implemented WikiDB page creator and ownership
* added paging support for simple one-column pagelists
-* added new ~PageList options: cols, azhead, comma, commasep, ordered
- and enabled the new args on most plugins.
+* added new ~PageList options: cols, azhead, comma, commasep, ordered and enabled the new args on most plugins.
* new pagename utf8 detection logic (from mediawiki)
* added action revert, with button from action=diff
* added new <!plugin-list ~PluginName args!> syntax within plugin args
* new plugin ~IncludePages, esp. for <!plugin-list !>
* added template variable expansion support to the ~CreatePagePlugin
* ~WikiSpam prevention:
- ** On GOOGLE_LINKS_NOFOLLOW add rel=nowfollow to all external
- links, unless the author was authenticated.
- ** max 20 new links hardcoded
- ** new babycart module interfacing ~SpamAssassin
+** On GOOGLE_LINKS_NOFOLLOW add rel=nowfollow to all external links, unless the author was authenticated.
+** max 20 new links hardcoded
+** new babycart module interfacing ~SpamAssassin
* added ~WikiPluginCached support for image maps, static cache in uploads/ and SVG
* added case-sensitive/insensitive and regex searching, replace also
* added action=pdf: only page formatter missing, use USE_EXTERNAL_HTML2PDF instead
@@ -656,8 +654,8 @@
* lib/zipfile.php: Content-Disposition: attachment
* lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS,
better i18n $!~WikiNameRegexp
-* re-added images/* LINK_ICONS, pre-calculate DATA_PATH
-* locale/*: fix and update strings and templates esp. for german,
+- re-added images/* LINK_ICONS, pre-calculate DATA_PATH
+- locale/*: fix and update strings and templates esp. for german,
* index.php: urlparser extended to omit &start_debug=1 and other args
* added minor_edit checkbox
* print more meta tags: robots, favicon, language and PHPWIKI_VERSION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ru...@us...> - 2009-09-16 14:15:17
|
Revision: 7133
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7133&view=rev
Author: rurban
Date: 2009-09-16 14:15:11 +0000 (Wed, 16 Sep 2009)
Log Message:
-----------
add some latest fixes
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-09-16 14:08:38 UTC (rev 7132)
+++ trunk/pgsrc/ReleaseNotes 2009-09-16 14:15:11 UTC (rev 7133)
@@ -51,6 +51,9 @@
* fix Bug#1992172 Interwiki link does not work in ~RichTable (vargenau)
* fix Bug#2010748 Missing image
* fix Bug#1831881 Fatal database error when sorting columns (vargenau)
+* fix PageList prev/next links on multi-columns lists, improve handling of ordered lists
+* allow single "0" as not-empty page content
+* fix action=rename, support new optional argument to=newpagename
=== Changes
- changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
@@ -94,6 +97,7 @@
* New preference to avoid e-mail notifications for minor edits on Wiki (vargenau)
* No decoration for abbreviations when printing (vargenau)
* Add CSS3 code for page headers and footers (works for PDF generation with Prince XML) (vargenau)
+* Remove superfluous scrollbar from printable pre's
=== New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2010-02-08 15:59:31
|
Revision: 7298
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7298&view=rev
Author: vargenau
Date: 2010-02-08 15:59:24 +0000 (Mon, 08 Feb 2010)
Log Message:
-----------
2009 is gone
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2010-02-04 14:14:18 UTC (rev 7297)
+++ trunk/pgsrc/ReleaseNotes 2010-02-08 15:59:24 UTC (rev 7298)
@@ -1,4 +1,4 @@
-Date: Mon, 24 Aug 2009 19:46:34 +0000
+Date: Mon, 8 Feb 2010 16:58:34 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -10,7 +10,7 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.4.0 ?? 2009 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
+== 1.4.0 ?? 2010 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau
An important modification in this release is the implementation of full Wikicreole 1.0
syntax, including additions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2010-06-08 15:23:33
|
Revision: 7501
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7501&view=rev
Author: vargenau
Date: 2010-06-08 15:23:26 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
Added S?\195?\169bastien Le Callonnec
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2010-06-08 12:43:09 UTC (rev 7500)
+++ trunk/pgsrc/ReleaseNotes 2010-06-08 15:23:26 UTC (rev 7501)
@@ -1,4 +1,4 @@
-Date: Tue, 1 Jun 2010 17:01:57 +0000
+Date: Tue, 8 Jun 2010 17:22:57 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -10,7 +10,7 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.4.0 ?? 2010 Reini Urban, Sabri Labbenes, Marc-Etienne Vargenau ==
+== 1.4.0 ?? 2010 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
An important modification in this release is the implementation of full Wikicreole 1.0
syntax, including additions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ru...@us...> - 2010-06-10 06:35:20
|
Revision: 7514
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7514&view=rev
Author: rurban
Date: 2010-06-10 06:35:13 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
update release notes
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2010-06-09 15:17:58 UTC (rev 7513)
+++ trunk/pgsrc/ReleaseNotes 2010-06-10 06:35:13 UTC (rev 7514)
@@ -25,6 +25,9 @@
Improved dumping, pageset handling for format= with ~ActionPages.
e.g. dump pagesets or multi-page pdf's.
+The Sidebar theme is now an extension of the Monobook theme (known from wikipedia),
+the new gforge theme is to be used together with gforge (the successor of Sourceforge).
+
=== Fixes ===
* fix ~PagePerm for multiple groups: not a member and undecided: check other groups
* fix rss button actions for special RecentChanges actions (UserContribs, PageHistory, ...)
@@ -52,8 +55,10 @@
* fix Bug#2010748 Missing image
* fix Bug#1831881 Fatal database error when sorting columns (vargenau)
* fix ~PageList prev/next links on multi-columns lists, improve handling of ordered lists
+ fixed slicing with list-based backends (dba, file).
* allow single "0" as not-empty page content
* fix action=rename, support new optional argument to=newpagename
+* fix multiple USER_AUTH_METHOD where the first method did not succeed.
=== Changes ===
- changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
@@ -118,6 +123,7 @@
* implemented simple [[Help:Spreadsheet|spreadsheet]] functions for Wikicreole tables (vargenau)
* new plugin: [[Help:CurrentTimePlugin|CurrentTime]] (vargenau)
* new plugin: [[Help:ChartPlugin|Chart]] (vargenau)
+* new mssqlnative backend (MS SQL Server 2005+) (chrisdpucci)
== 1.3.14 July, 1 2007, Reini Urban ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ru...@us...> - 2010-09-17 11:49:20
|
Revision: 7695
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7695&view=rev
Author: rurban
Date: 2010-09-17 11:49:14 +0000 (Fri, 17 Sep 2010)
Log Message:
-----------
fix ReleaseNotes
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2010-09-17 11:34:00 UTC (rev 7694)
+++ trunk/pgsrc/ReleaseNotes 2010-09-17 11:49:14 UTC (rev 7695)
@@ -1,4 +1,4 @@
-Date: Fri, 10 Sep 2010 14:12:16 +0000
+Date: Fri, 17 Sep 2010 14:12:16 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -10,11 +10,13 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.4.0RC1 2010-09-10 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
+== 1.4.0RC1 2010-09-17 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
-An important modification in this release is the implementation of full Wikicreole 1.0
-syntax, including additions.
+This is a new major release, where everything changed from 1.2, and lots of changes since 13.4.
+An important modification in this release is the implementation
+of full Wikicreole 1.0 syntax, including additions.
+
The "classic" Phpwiki syntax is still supported.
The documentation pages found in pgsrc have been mostly converted to UTF-8 and
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2012-01-03 11:46:18
|
Revision: 8218
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8218&view=rev
Author: vargenau
Date: 2012-01-03 11:46:12 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
Add entry for 1.4.0
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2012-01-03 11:38:06 UTC (rev 8217)
+++ trunk/pgsrc/ReleaseNotes 2012-01-03 11:46:12 UTC (rev 8218)
@@ -10,6 +10,11 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
+== 1.4.0 2011-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
+
+* Fix bad display in Toolbox menu (Sidebar and Monobook themes) reported by Harold Hallikainen
+* Fix Captcha problem reported by Harold Hallikainen
+
== 1.4.0RC1 2010-09-17 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
This is a new major release, where everything changed from 1.2, and lots of changes since 13.4.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2012-10-02 09:53:28
|
Revision: 8375
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8375&view=rev
Author: vargenau
Date: 2012-10-02 09:53:17 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
1.4.0 will be in 2012, not 2011
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2012-10-02 09:50:23 UTC (rev 8374)
+++ trunk/pgsrc/ReleaseNotes 2012-10-02 09:53:17 UTC (rev 8375)
@@ -1,4 +1,4 @@
-Date: Thu, 9 Dec 2010 17:30:39 +0000
+Date: Tue, 2 Oct 2012 11:52:12 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -9,7 +9,7 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.4.0 2011-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
+== 1.4.0 2012-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
* Fix bad display in Toolbox menu (Sidebar and Monobook themes) reported by Harold Hallikainen
* Fix Captcha problem reported by Harold Hallikainen
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2012-12-07 10:39:09
|
Revision: 8621
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8621&view=rev
Author: vargenau
Date: 2012-12-07 10:39:03 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
Add link to FusionForge
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2012-12-07 10:32:46 UTC (rev 8620)
+++ trunk/pgsrc/ReleaseNotes 2012-12-07 10:39:03 UTC (rev 8621)
@@ -32,7 +32,7 @@
e.g. dump pagesets or multi-page pdf's.
The Sidebar theme is now an extension of the Monobook theme (known from Wikipedia),
-the new fusionforge theme is to be used together with FusionForge (the successor of Gforge).
+the new fusionforge theme is to be used together with [[http://fusionforge.org|FusionForge]] (the successor of Gforge).
=== Fixes ===
* fix ~PagePerm for multiple groups: not a member and undecided: check other groups
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2013-01-30 13:40:40
|
Revision: 8715
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8715&view=rev
Author: vargenau
Date: 2013-01-30 13:40:33 +0000 (Wed, 30 Jan 2013)
Log Message:
-----------
We are in 2013
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2013-01-15 09:12:35 UTC (rev 8714)
+++ trunk/pgsrc/ReleaseNotes 2013-01-30 13:40:33 UTC (rev 8715)
@@ -1,4 +1,4 @@
-Date: Fri, 7 Dec 2012 18:07:00 +0000
+Date: Wed, 30 Jan 2013 14:39:50 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -9,14 +9,14 @@
<<CreateToc with_toclink||=1 headers||=1,2,3>>
-== 1.4.0 2012-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
+== 1.4.0 2013-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
* Fix bad display in Toolbox menu (Sidebar and Monobook themes) reported by Harold Hallikainen
* Fix Captcha problem reported by Harold Hallikainen
== 1.4.0RC1 2010-09-17 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
-This is a new major release, where everything changed from 1.2, and lots of changes since 13.4.
+This is a new major release, where everything changed from 1.2, and lots of changes since 1.3.14.
An important modification in this release is the implementation
of full Wikicreole 1.0 syntax, including additions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-07-25 13:29:24
|
Revision: 9002
http://sourceforge.net/p/phpwiki/code/9002
Author: vargenau
Date: 2014-07-25 13:29:21 +0000 (Fri, 25 Jul 2014)
Log Message:
-----------
ReleaseNotes: 1.4.0 2014-07-25
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-07-25 13:28:28 UTC (rev 9001)
+++ trunk/pgsrc/ReleaseNotes 2014-07-25 13:29:21 UTC (rev 9002)
@@ -1,4 +1,4 @@
-Date: Mon, 7 Jul 2014 14:09:37 +0000
+Date: Fri, 25 Jul 2014 15:29:05 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -17,7 +17,7 @@
* Merge OldTextFormattingRules into TextFormattingRules
* ~SyntaxHighlighter plugin is now implemented with [[http://highlightjs.org/]] instead of [[http://www.andre-simon.de]].
-== 1.4.0 2014-??-?? Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
+== 1.4.0 2014-07-25 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
~PhpWiki 1.4.0 is the same as ~PhpWiki 1.4.0RC1. It is the last release compatible with PHP 4.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-07-28 16:24:56
|
Revision: 9021
http://sourceforge.net/p/phpwiki/code/9021
Author: vargenau
Date: 2014-07-28 16:24:49 +0000 (Mon, 28 Jul 2014)
Log Message:
-----------
More about PhpWiki 1.5.0
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-07-28 16:08:56 UTC (rev 9020)
+++ trunk/pgsrc/ReleaseNotes 2014-07-28 16:24:49 UTC (rev 9021)
@@ -1,4 +1,4 @@
-Date: Fri, 25 Jul 2014 15:29:05 +0000
+Date: Mon, 28 Jul 2014 18:24:03 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -10,12 +10,21 @@
== 1.5.0 2014-??-?? Marc-Etienne Vargenau ==
-~PhpWiki 1.5.0 needs at least PHP 5.3. It is compatible with PHP 5.3, 5.4 and 5.5.
+=== Main Changes ===
+* ~PhpWiki 1.5.0 needs at least PHP 5.3. It is compatible with PHP 5.3, 5.4 and 5.5.
+* One single wiki markup, based on Wikicreole and compatible with classic phpWiki markup.
+* Full HTML 5 and CSS 3. A modern browser is needed.
+* Full UTF-8.
+=== Other Changes ===
* Fix bad display in Toolbox menu (Sidebar and Monobook themes) reported by Harold Hallikainen
* Fix Captcha problem reported by Harold Hallikainen
* Merge OldTextFormattingRules into TextFormattingRules
* ~SyntaxHighlighter plugin is now implemented with [[http://highlightjs.org/]] instead of [[http://www.andre-simon.de]].
+* Chmod action is removed.
+* New action: ~DeleteAcl
+* Updated documentation pages in pgsrc.
+* Updated translations.
== 1.4.0 2014-07-25 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-09-11 14:09:10
|
Revision: 9069
http://sourceforge.net/p/phpwiki/code/9069
Author: vargenau
Date: 2014-09-11 14:08:59 +0000 (Thu, 11 Sep 2014)
Log Message:
-----------
Update ReleaseNotes for tablesorter
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-09-11 09:40:19 UTC (rev 9068)
+++ trunk/pgsrc/ReleaseNotes 2014-09-11 14:08:59 UTC (rev 9069)
@@ -1,4 +1,4 @@
-Date: Thu, 4 Sep 2014 18:14:45 +0000
+Date: Thu, 11 Sep 2014 16:08:19 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -12,6 +12,7 @@
* fix Bug#456 'Optimizing Database' message sometimes printed on page
* remove FrameInclude plugin (frames are not supported in HTML 5)
+* sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js
== 1.5.0 2014-07-29 Marc-Etienne Vargenau ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-09-12 12:48:38
|
Revision: 9074
http://sourceforge.net/p/phpwiki/code/9074
Author: vargenau
Date: 2014-09-12 12:48:30 +0000 (Fri, 12 Sep 2014)
Log Message:
-----------
fix Bug#636 Recursive include is not trapped
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-09-12 12:41:57 UTC (rev 9073)
+++ trunk/pgsrc/ReleaseNotes 2014-09-12 12:48:30 UTC (rev 9074)
@@ -1,4 +1,4 @@
-Date: Thu, 11 Sep 2014 16:08:19 +0000
+Date: Fri, 12 Sep 2014 14:48:02 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -10,9 +10,10 @@
== 1.5.1 2014-09-xx Marc-Etienne Vargenau ==
-* fix Bug#456 'Optimizing Database' message sometimes printed on page
+* fix Bug#456 'Optimizing Database' message sometimes printed on page
* remove FrameInclude plugin (frames are not supported in HTML 5)
* sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js
+* fix Bug#636 Recursive include is not trapped
== 1.5.0 2014-07-29 Marc-Etienne Vargenau ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-09-18 08:28:27
|
Revision: 9086
http://sourceforge.net/p/phpwiki/code/9086
Author: vargenau
Date: 2014-09-18 08:28:23 +0000 (Thu, 18 Sep 2014)
Log Message:
-----------
Update ReleaseNotes: fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-09-17 10:00:52 UTC (rev 9085)
+++ trunk/pgsrc/ReleaseNotes 2014-09-18 08:28:23 UTC (rev 9086)
@@ -1,4 +1,4 @@
-Date: Fri, 12 Sep 2014 14:48:02 +0000
+Date: Thu, 18 Sep 2014 10:26:18 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -14,6 +14,7 @@
* remove FrameInclude plugin (frames are not supported in HTML 5)
* sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js
* fix Bug#636 Recursive include is not trapped
+* fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
== 1.5.0 2014-07-29 Marc-Etienne Vargenau ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2014-09-18 13:39:35
|
Revision: 9091
http://sourceforge.net/p/phpwiki/code/9091
Author: vargenau
Date: 2014-09-18 13:39:12 +0000 (Thu, 18 Sep 2014)
Log Message:
-----------
ReleaseNotes: correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2014-09-18 13:32:54 UTC (rev 9090)
+++ trunk/pgsrc/ReleaseNotes 2014-09-18 13:39:12 UTC (rev 9091)
@@ -1,4 +1,4 @@
-Date: Thu, 18 Sep 2014 10:26:18 +0000
+Date: Thu, 18 Sep 2014 15:38:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
Content-Type: application/x-phpwiki;
pagename=ReleaseNotes;
@@ -15,6 +15,7 @@
* sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js
* fix Bug#636 Recursive include is not trapped
* fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
+* correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe
== 1.5.0 2014-07-29 Marc-Etienne Vargenau ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|