PhpWiki 1.6.6 released
Create branch release-1.6.6
Create tag release-1.6.6
Update for PhpWiki 1.6.6
Fix CSS
Default value for font-family; minor CSS improvements
Fix PDO SQl syntax (patch by Christof Meerwald)
PhpWiki 1.6.5 released
Create branch release-1.6.5
Create tag release-1.6.5
Update locale/it/pgsrc/NoteDiRilascio
Update ReleaseNotes
Update translations
Update fusionforge dates
Remove empty flags
Add author in themes/blog/pgsrc themes/fusionforge/pgsrc and themes/wikilens/pgsrc
Use LF terminator
Remove duplicate author
Use LF terminator
Fix CategoryDebugPage
Fixed more deprecated
depreciated --> deprecated
Updated notes for updated RDF link in RecentChanges
Updated for most recent patches to prepare for release.
Fixed calling of FilenameForPage which broke during previous patch.
Use newer password_hash function instead of crypt when available.
Declare public $_times
Fix TeX syntax
Fix Aide:URLMagiquesPhpWiki link
Fix block-quoted text syntax
Fix syntax
Avoid link
Fix URL
Update locale/fr/pgsrc/Aide%2FWikiWikiWeb
Update translations
No space in string
Translate LOCKING/UNLOCKING
Fixed my lazy coding
Import EXTERNAL page flag again
New class _define_optional_suggestion for calculated paths that differ from the defaults. New spot for defining ADMIN_USER & pwd. Improved instructions. Better handling of default directories and calculate different paths for windows.
Updating with missing entries from config-dist.ini
boolean defines commenting should really be fixed now. leaving debugging code in at least until rest of configurator is fixed
Fixed boolean config lines are now successfully commented when default is false and selection is also false.
Tested with php-8.4.4, adjusted some suggested php.ini settings for windows
Rollback some changes to LoadFileConflictPageEditor which broke saving merged edits. Fixed unset variable and clarified text in getConflictMessage.
Rolled back unfished crypt changes. Merged in user submitted patch, fixed some lines not being commented out in output. Fixed numeric values not being commented out when equal to default.
Added author=L%27%C3%A9quipe%20PhpWiki; and fix missing ;
added author=Das%20PhpWiki-Team;
Merged functions DumpToDir and DumpSVNToDir. Added file counter to DumpToDir. Don't overwrite existing files. Reformat progress output. Cleanup strings for translation
Loading data bug still there. Need to test with sql backend
Don't load any .ini files from config dir, not just ones named starting with config. we have SqlResult.ini in the config dir
Added PHPWIKI_VERSION to debug.tmpl
Tweak DEBUG & Error reporting logic
Fixed suggested max_execution_time to 60. (default is 30)
Moved fonts to subfolder
Fix CSS syntax
Regenerate translations
Update German translation
Update Spanish translation
Update Italian translation
Update Japanese translation
Update Dutch translation
Update Swedish translation
Update Chinese translation
Update French translation
Less strings to transalate
Harmonize message
Harmonize message
Harmonize message
DumpDumping --> Dumping
Update translations
Spelling
Update PhpWiki version to 1.6.5
disable debugging code
reformat debug memory report in mb etc instead of bytes
set date of dumped files to wiki page date. Fix some metadata like lock not being applied to database when loading pages with acl specified
plugin no longer crashes the wiki. (The plugin doesn't seem to be finished yet).
Updating install docs for 1.6.5
Default pages now have author "The PhpWiki Team" until edited in the wiki.
fix missing ; invalid mime file messing with import parser and preventing pages from locking when importing
Fixed invalid mime format, missing ; messing with import parser
improved variable checking
Improved variable setting/checking.
Fixed users unexpectedly being logged out. Affected flatfile database and probably other db types as well. Improved by sanity checking of database global timestamp.
Updating custom theme editpage.tmpl with new $EDITING_OLD_REVISION_MESSAGE variable.
Fixed broken Merge edit functionality by moving some warning logic from editpage.tmpl into lib/editpage.php. Added Merge-edit diff preview. Prevent editing of nonexistent page revision unless creating a new page (anti-bot).
Prevent diff markers from being rendered as markup when editing a conflict or merging a dumpload.
diff preview when editing a page if there is an edit conflict
use unix line endings for pagedumps
spelling
configurator.php is now in a semi-unbroken state. Useable but needs more work.
fix usemod url
Bugfixes and improvements to loading/saving pages as files. see ReleaseNotes.
Important bugfix for PHP8.3 and newer: Fixed garbled pages due to depreciated errors.
don't compress output when debug is on to avoid garbage on page
add error output for use with HttpClient.php and PhotoAlbum plugin patch submitted earlier
minor, fixed php depreciated errors
minor fixes