includes/common.php
Wed, 21 Aug 2013 22:50:34 -0400 Dan Fuhry Add transparent support for PDO into installer; further integration of PDO
Mon, 19 Nov 2012 11:32:41 -0500 Dan Fuhry Cacher: Add XCache support (partial)
Thu, 02 Jun 2011 05:28:28 -0400 Dan Fuhry Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Tue, 16 Nov 2010 12:23:10 -0500 Dan Fuhry Fixed bad language installation docs in common
Mon, 15 Nov 2010 19:21:47 -0500 Dan Fuhry common: log Enano upgrades
Tue, 06 Jul 2010 00:59:06 -0400 Dan Fuhry Clean up that GLOBALS silliness.
Thu, 01 Jul 2010 20:51:53 -0400 Dan Fuhry Fixed the (rather expected) 1.0.x migration issues db revision system
Thu, 01 Jul 2010 20:24:19 -0400 Dan Fuhry First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
Sun, 16 May 2010 21:35:43 -0400 Dan Added the ability to trust XFF (X-Forwarded-For) headers.
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Wed, 06 Jan 2010 02:02:51 -0500 Dan Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.
Sun, 27 Dec 2009 02:27:35 -0500 Dan Version bump to 1.1.8
Fri, 18 Dec 2009 22:00:02 -0500 Dan Backout from 1.1.7 due to upgrade issue, fixed and retagging
Fri, 11 Sep 2009 09:54:32 -0400 Dan Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
Fri, 21 Aug 2009 20:37:18 -0400 Dan A bit of shuffling around code related to determining the page title from the URL. It's done in common now, and $paths becomes more of an information repository rather than an information gatherer. Note: This BREAKS $paths->fullpage/$paths->getParam() in *_preloader!
Fri, 21 Aug 2009 13:48:48 -0400 Dan Common: removed cookie_destroy hack
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Tue, 05 May 2009 22:06:23 -0400 Dan API: Properly handles $title again
Mon, 04 May 2009 23:02:53 -0400 Dan Removed "@" from all call_user_func() calls to make debugging special pages and such possible
Sun, 12 Apr 2009 19:26:13 -0400 Dan Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Mon, 16 Feb 2009 16:17:25 -0500 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)
Wed, 14 Jan 2009 20:33:05 -0500 Dan Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
Sun, 04 Jan 2009 00:55:40 -0500 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.
Sat, 03 Jan 2009 18:11:18 -0500 Dan Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
Sat, 08 Nov 2008 22:31:58 -0500 Dan Fixed system table list; added safeguard against twice prefixing the tables in $system_table_list
Sun, 21 Sep 2008 09:01:27 -0400 Dan Added initial support for DST. Rules are defined in constants.php and are extensible.
Sat, 23 Aug 2008 16:02:07 -0400 Dan Fixed cdnPath being set even if config entry is blank
Mon, 11 Aug 2008 22:31:04 -0400 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.
Mon, 11 Aug 2008 19:52:00 -0400 Dan Some tweaks to common, real minor stuff that's been waiting to be committed for a couple weeks at least
Mon, 28 Jul 2008 13:05:41 -0600 Dan Made cdnPath define conditionally; fixed common_cli not properly loading plugins
Sun, 20 Jul 2008 13:32:04 -0400 Dan Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Wed, 09 Jul 2008 17:47:57 -0400 Dan Completed work (we hope) on CacheManager admin page
Mon, 07 Jul 2008 18:12:30 -0400 Dan First stab at cache management backend. Everything seems to have been tested and working so far, but a number of things require a more specialized cache and can't go through the framework (e.g. user ranks which use references to map usernames to user IDs)
Wed, 02 Jul 2008 22:15:55 -0400 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.
Wed, 02 Jul 2008 19:36:44 -0400 Dan Another sweep from the optimization monster.
Mon, 30 Jun 2008 17:20:02 -0400 Dan Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
Mon, 05 May 2008 20:28:13 -0400 Dan Added TinyMCE compression support and made some supporting modifications to common.php
Sun, 04 May 2008 21:57:48 -0400 Dan Massive commit with various changes. Added user ranks system (no admin interface yet) and ability for users to have custom user titles. Made cron framework accept fractions of hours through floating-point intervals. Modifed ACL editor to use miniPrompt framework for close confirmation box. Made avatar system use a special page as opposed to fetching the files directly for caching reasons.
Mon, 14 Apr 2008 12:13:12 -0400 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
Wed, 09 Apr 2008 22:37:37 -0400 Dan (Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
Sat, 15 Mar 2008 00:17:26 -0400 Dan Added basic CLI support for the Enano API. Loads automatically, just include common.php as normal. REVISION 500!!! :-D
Sat, 01 Mar 2008 19:01:07 -0500 Dan [minor] fix version number on license block comment in common.php
Sat, 01 Mar 2008 18:57:07 -0500 Dan Fixed the fact that cron just didn't work at all (brain fart that day or something)
Fri, 22 Feb 2008 12:51:53 -0500 Dan Merging fixes and updates from stable branch
Wed, 09 Jan 2008 22:13:42 -0500 Dan Fix undefined E_STRICT under PHP 4; add PHP 4 deprecation notice in admin panel
Tue, 01 Jan 2008 22:50:49 -0500 Dan Installer works again now (for MySQL only)
Mon, 31 Dec 2007 21:16:27 -0500 Dan Integrating patch for PHP 6.0-dev compatibility
Wed, 20 Feb 2008 14:38:39 -0500 Dan Added support for Diffie-Hellman key exchange during login. w00t!
Mon, 11 Feb 2008 14:33:31 -0500 Dan Rebrand as 1.1.2; made upgrade framework functional
Fri, 08 Feb 2008 23:20:20 -0500 Dan Added some basic timezone support; DST support is still to come.
Sun, 27 Jan 2008 22:57:40 -0500 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)
Thu, 24 Jan 2008 22:06:09 -0500 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
Wed, 23 Jan 2008 12:48:22 -0500 Dan Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
Fri, 18 Jan 2008 10:47:24 -0500 Dan A few more installer tweaks / fixes. Initted upgrade script. Added migration schema from 1.0 to 1.1.
Thu, 17 Jan 2008 23:31:35 -0500 Dan Dropping changes from revision 350 (dd7cbc97f681)
Thu, 17 Jan 2008 23:28:43 -0500 Dan Enano's new installable installer, alpha 1. No upgrade and (in some parts) very little localization.
Thu, 17 Jan 2008 19:49:14 -0500 Dan Initlogs stage of installer now working
Thu, 17 Jan 2008 09:39:56 -0500 Dan Oops, search_index table was still registered and language and language_strings weren't
Wed, 16 Jan 2008 13:55:49 -0500 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Thu, 27 Dec 2007 22:09:33 -0500 Dan Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
less more (0) -100 -60 tip