index.php
2009-12-07 Dan Improved language for static HTML page delete interface
2009-08-21 Dan index: removed that annoying 2-space indent
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-08-04 Dan Made index.php bootstrap smarter and better commented.
2009-06-01 Dan Comments: SECURITY: Fixed IP not recorded in non-JSON submit and a few other non-security issues
2009-05-10 Dan Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
2009-05-05 Dan Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
2009-04-13 Dan Live Re-Auth is now required for deleting pages, editing ACLs, protecting pages, and clearing logs. Committing in a hurry as a storm is coming in, hope everything is in there.
2009-04-13 Dan New page protection UI. Both miniPrompt and failsafe HTML.
2009-04-12 Dan Index: minor fix-up to code cleanliness under diff loading
2009-03-15 Dan Moved gzip and aggressive_optimize_html calls to output.php
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-26 Dan Replaced integer checks that used preg_match() to use ctype_digit() instead
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2008-12-31 Dan Redid error handler (it was causing some problems with gzip enabled)
2008-11-30 Dan Plugins can now register their own custom actions for $_GET["do"].
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-07-12 Dan Unstable alpha release: 1.1.4 (Caoineag alpha 4)
2008-07-07 Dan First draft of new CacheManager admin page. Backend is yet to be implemented.
2008-07-03 Dan A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
2008-07-03 Dan More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
2008-07-02 Dan Another sweep from the optimization monster.
2008-06-27 Dan Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
2008-06-25 Dan Majorly reworked Javascript runtime stuff to use on-demand loading.
2008-06-07 Dan Updated version number metadata in system plugin files; added some comments and removed unused code from index.php and includes/graphs.php
2008-05-07 Dan Added ETag on TinyMCE gzip; changed ETag format for standard pages so as to include user and login info to control caching when logged in or out
2008-05-06 Dan Added ETag support and increased caching settings to try and speed the system up. Result of a YSlow audit.
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-03-29 Dan AJAX interface for listing ACL rules implemented
2008-03-07 Dan Hopefully completed rewrite and localization of rollback backend and interface
2008-03-01 Dan Fixed the fact that cron just didn't work at all (brain fart that day or something)
2008-02-11 Dan Rebrand as 1.1.2; made upgrade framework functional
2008-02-11 Dan Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
2008-01-30 Dan Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
2008-01-29 Dan Fixed SYSMSG tag in templates causing problems; commented out ENANO_DEBUG; fixed bad table prefix in installer payload logic
2008-01-28 Dan Got Enano to load even if there are no plugins; added caching for decrypted session keys to significantly improve performance (in theory at least)
2008-01-26 Dan Finished (or nearly finished) the admin language CP
2008-01-25 Dan A number of scattered changes. Profiler added and only enabled in debug mode (currently on), but awfully useful for fixing performance in the future. Started work on Admin:LangManager
2007-12-28 Dan Made CAPTCHA for guests' page editing work with the non-AJAX interface
2007-12-26 Dan More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
2007-12-20 Dan Redid merge, the previous one had a few problems
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-07 Dan Merging in changes from stable
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-12-02 Dan Merging in a couple more revisions from stable
2007-12-01 Dan Dummy revision to artificially increment build number 1.0.2
2007-12-02 Dan Merging in the newly stable Coblynau
2007-11-24 Dan Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
2007-11-23 Dan Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough
2007-11-18 Dan Merging in fixes from stable
2007-11-15 Dan Merging in all changes from revision 185 (90b7a52bea45)
2007-11-09 Dan Merge in some minor fixes from stable
2007-11-09 Dan Cleaned up some HTML in the installer; corrected some phpDoc syntax errors
2007-11-03 Dan Merging in fixes and updates from 90b7a52bea45
2007-10-30 Dan Failsafe page maintenance applets in index.php localized
2007-10-29 Dan Localized history page and static HTML comment interface
2007-10-21 Dan Merging in changes from db8a849ad4c9
2007-10-15 Dan Sync from stable
2007-10-09 Dan Fixed some regular expressions in HTML optimization algorithm; regex page groups can be edited now (oops)
2007-10-07 Dan Merging in latest changes from stable
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 Let's hope it worked this time.
2007-10-07 Dan Dummy commit to (hopefully) revert merge of unstable code
2007-10-07 Dan Rebrand as 1.1.1; everything should now be bumped to "unstable" status
2007-10-02 Dan Fixed: wiki mode edit notice should be shown on fallback editor now
2007-09-24 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
2007-09-07 Dan Merging Scribus and Nighthawk repositories
2007-09-07 Dan Made most special pages "visible"; fixup for non-existent special page redirect in paths.php; rewrote Special:AllPages to have pagination (WiP, Special:SpecialPages is possibly next, depending on whether paginate_array works or not)
2007-08-27 Dan Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
2007-08-19 Dan Fallback non-JS wiki mode switch is now implemented (doh!)
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 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-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-12 Dan Pseudo commit: 1.0 final (Banshee) release version
2007-07-12 Dan Removed KNOWN_BUGS and TODO and added README; fixed file permissions yet again
2007-07-10 Dan I fixed the statistics!!! YAY!!
2007-07-05 Dan I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
2007-07-03 Dan Pseudo-commit: database freeze milestone for Banshee
2007-07-01 Dan No code changes - trying once again to get rid of execute permissions on non-directories
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 Deleting pages now requires a reason
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 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-13 dan Stop making test changes\!
2007-06-13 dan Another test...
2007-06-13 dan Reverting test code change
2007-06-13 dan Testing push over HTTP
2007-06-13 dan Initial population
less more (0) tip