includes/functions.php
2009-01-17 Dan Rebrand as v1.0.6 (Roane)
2009-01-17 Dan SECURITY: Fix XSS under IE in closing tags (shared sanitizer)
2008-11-07 Dan Fixed sanitization of full page IDs with accidental parse of escaped hex character in dirtify_page_id(). Thanks Asterion; see http://forum.enanocms.org/post/20/
2008-09-16 Dan Fixed IPv6 address match (the one from phpBB3 did not work)
2008-05-10 Dan Rebrand as 1.0.5 (Ferrishyn)
2008-02-28 Dan Rebrand as 1.0.4 (Ellyyllon)
2008-01-28 Dan Fixed case where HTML comments were getting stripped when opening tag not followed by whitespace (<!--foo--> was stripped, <!-- foo --> was not, neither is stripped now)
2007-12-19 Dan Fixed: $paths->page_id not set when the page doesn't exist; finally fixed garbled page names for IP addresses
2007-12-19 Dan Many changes. Installer with PostgreSQL is broken badly and will be for some time.
2007-12-15 Dan SURPRISE! Preliminary PostgreSQL support added. The required schema file is not present in this commit and will be included at a later date. No installer support is implemented. Also in this commit: several fixes including <!-- SYSMSG ... --> was broken in template compiler; set fixed width on included images to prevent the thumbnail box from getting huge; added a much more friendly interface to AJAX responses that are invalid JSON
2007-12-13 Dan Rebrand as 1.0.3 (Dyrad)
2007-12-12 Dan Fixed focus of AJAX login form fields in IE; removed stale/unused call to $template->makeParserText() in paginate_array(); added hook page_create_request to possibly help control creation of pages of certain namespaces from plugins; fixed critical bug in user CP that prevented plugins from adding custom CP modules
2007-12-03 Dan Deprecated debugConsole and removed all calls to it. Added a lot of comments to common.php. Added support for "anonymous pages" that are created when the Enano API is loaded from an external script. Fixed missing border-bottom on Type 2 sidebar blocks in Oxygen.
2007-11-28 Dan Oops, never merged in updates from ee1fc84f12a8 (240)
2007-11-28 Dan Hopefully now all calls to escape() are replaced with ajaxEscape() in response to Tomasz's forum post; remove deprecated version of show_category_info() from functions.php
2007-11-26 Dan Nothing special. ksort()ing list of allowed filetypes in the admin panel to make editing the list marginally easier
2007-11-22 Dan Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
2007-11-21 Dan Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
2007-11-18 Dan Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
2007-11-15 Dan Merging in all changes from revision 185 (90b7a52bea45)
2007-11-03 Dan Fix PHP4 compatibility (function def. of password_score)
2007-11-03 Dan Alternate scaling using GD is implemented now; images will be scaled with ImageMagick if enabled and working; else, GD will be used. No UI changes to speak of, but a check in the installer will be added in a later commit
2007-10-21 Dan Merging in changes from db8a849ad4c9
2007-10-20 Dan Added a cron framework. Currently tasks will not be run; will implement into templates in next commit
2007-10-12 Dan Replaced autocompleting username with a much more efficient algorithm and caching system
2007-10-09 Dan Fixed some regular expressions in HTML optimization algorithm; regex page groups can be edited now (oops)
2007-10-07 Dan SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
2007-10-07 Dan Rebrand as 1.1.1; everything should now be bumped to "unstable" status
2007-10-06 Dan Fixed comment stripping in sanitize_html()
2007-10-06 Dan Improvements and fixes (hacks?) for HTML sanitization
2007-09-25 Dan Rebrand for 1.0.2b1 1.0.2b1
2007-09-24 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
2007-09-18 Dan Fix: textarea tags got stripped naked by the HTML optimizer, now no longer
2007-09-17 Dan [sync only] Minor display change in Special:About_Enano; added initial PHP function for password strength testing
2007-09-11 Dan Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
2007-09-09 Dan Improved ban control page and allowed multiple entries/IP ranges; changed some parameters on jBox; user level changes are logged now
2007-09-08 Dan Fixed some rather major bugs in the registration system, this will need a release followup
2007-09-02 Dan Rewrote all code related to delvote_ips column to use serialize()
2007-08-14 Dan Added ability to detag deleted pages
2007-08-10 Dan Finished pagination code (was incomplete in previous revision) and added a few hacks for an upcoming theme
2007-08-05 Dan Fixed IE6 + Admin theme, version typo in installer, and paginator + IE6
2007-08-05 Dan Replaced the menu in the admin theme with something much more visually pleasureable; minor fix in Special:UploadFile; finished patching a couple of XSS problems from Banshee; finished Admin:PageGroups; removed unneeded code in flyin.js; finished tag system (except tag cloud); 1.0.1 release candidate
2007-08-01 Dan Improved and enabled HTML optimization algorithm; enabled gzip compression; added but did not test at all the tag cloud class in includes/tagcloud.php, this is still very preliminary and not ready for any type of production use
2007-07-29 Dan Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
2007-07-28 Dan Work started on page tags, still aways to go, but syncing to Nighthawk
2007-07-25 Dan Various bugfixes and cleanups, too much to remember... see the diffs for what got changed :-)
2007-07-21 Dan Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
2007-07-11 Dan Redirect pages actually work stable-ish now; critical extraneous debug message removed (oops!)
2007-07-06 Dan E-mail address mask engine non-Javascript fallback now picks random substitutions for @ and . to make address more unreadable by bots
2007-07-03 Dan Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
2007-07-02 Dan Fixed user pages + the new .xx page URL format
2007-07-01 Dan Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
2007-06-27 Dan More preliminary l10n work; userpage portal style basics implemented
2007-06-26 Dan Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
2007-06-23 Dan Added demo mode functionality to various parts of Enano (unlocked only with a plugin) and fixed groups table
2007-06-23 Dan Emergency version change to 1.0rc3 to fix XSS vulnerabilities
2007-06-23 Dan Fixed complicated SQL injection vulnerability in URL handler, updated license info for Tigra Tree Menu, and killed one XSS vulnerability
2007-06-22 Dan Security: NUL characters are now stripped from GPC; several code readability standards changes
2007-06-13 dan Adding /includes
less more (0) tip