Disallow creation of files with disallowed extensions.
Disallow upload of .htaccess files.
Removed some checks for PHP 4.3.0 as the minimum required version is 5.2.0.
Make the "self" smarty tag also escape quotes.
Minor update to extend Envira array to new default fields needed to display correctly.
Never trust user input.
Never trust user input.
Checking the file extension when copying/duplic...
Never trust user input.
Added support for port number when connecting t...
PHP 7 compatibility - converting from mysql_* t...
Preg_replace fixes - /e not allowed.
PHP 7 compatibility - fixing class constructors.
PHP 7 compatibility - fixing class constructors.
PHP 7 compatibility - fixing class constructors.
PHP 7 compatibility - fixing class constructors.
Ensure that UIDs are integers when deleting com...
Another minor error in commented line.
Missed some updated code lines in last commit.
Added option to specify urls in own domain that...
Updated Greek translation. Thx, Argyris Yfantis.
Documentation update on how to handle page tags...
Adding code to set media category depending on ...
Introduced variable upload_preserve_name to pre...
Skip image extrafield when value is space
Updated README.txt
Adding seoselaect. Option to export fields for ...
Bumping version number to 2.3.11.
Ids in a gallery should be unique for WP; creat...
Slighly more secure - calling htmlspecialchars ...
Applying revision 4459 to trunk.
Escaping some user controlled variables.
Applying revsion 4457 to trunk.
Escape usage of PHP_SELF in form action.
Applying revision 4455 to trunk.
Bug / security fix in getPivotxURL().
Using absolute paths every where in the head.
Applying rev 4452 to trunk.
Bug fix in check of allowed file extensions.
Apply revision 4450 to trunk.
No longer restore PHP session via session-id pa...
Searching for duplicate upload file names and f...
Introducing option to export uploads in 3 group...
Added [urlhome] in front of internal links. Alt...
Added a space between introduction and body to ...
Corrected functions in sanitize approach based ...
Added extension php to default upload skip.
Bug fix - calling parse_intro_or_body with the ...
Changing back the preg_replace_callback change ...
Changing back the preg_replace_callback change ...
Fixing some warnings in the scheduler.
Fixing some randomly selected warnings.
Fixing some warnings - minor errors.
Fixing various coding warnings.
Leave bonusform parms intact while still not ex...
Revision 4434 to the branch.
preg_replace no longer supported with /e modifi...
Improvements to Bolt docs.
Better default value for $efprefix and minor co...
Don't create serialized PHP arrays manually.
Exporting uri/slug for entries as post_name. (P...
Exporting uri/slug for pages as post_name.
Corrected link to Pivot db repair tools
Also sanitize UserName of creator of entries/pa...
Added export of registered visitors.
Export of users added.
Adding efskip to skip extrafields
Remove CR LF from content (can come in through ...
minor update to mla coding.
Enhancements and corrections to mla_gallery par...
Added plain gallery code and code for plugin MLA.
Added support for internal category links (read...
Added var chapdate to set a fixed publish date ...
Doc updates.
Added aliases array to be able to specify alias...
Some updates to docs.
Version 0.8.1: added parm "noencode"
Changed the defaults of the addto fields (again).
Register and display new ids as well.
Changed single quotes around emoticons to doubl...
Changed single quotes around emoticons to doubl...
Added option to specify root location for uploa...
Changed upload_input to an array so it can cont...
Docs added.
Added parm to select only specific chapters ($p...
Added image recognition for timthumb.
Added replacement of href and src tags for imag...
Added export for Galleries (to use in WP plugin...
Gave extrafields prefix a default value.
Covering bonusfields types date/datetime/file/i...
Processed options from extension password protect.
Changing all variables and functions from BF to...
Moved some settings that can be changed to the ...
HTML validation fixes.
Some changes after initial testing.
Added intial docs.
Removed global variable $WXREXPORT and used sta...
Functions used globally can't be private ;-)
Trying to fix the handling of choices - introdu...