2012-11-19 |
Dan Fuhry |
Cacher: Add XCache support (partial)
|
file |
diff |
annotate
|
2011-06-02 |
Dan Fuhry |
Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
|
file |
diff |
annotate
|
2010-11-16 |
Dan Fuhry |
Fixed bad language installation docs in common
|
file |
diff |
annotate
|
2010-11-16 |
Dan Fuhry |
common: log Enano upgrades
|
file |
diff |
annotate
|
2010-07-06 |
Dan Fuhry |
Clean up that GLOBALS silliness.
|
file |
diff |
annotate
|
2010-07-02 |
Dan Fuhry |
Fixed the (rather expected) 1.0.x migration issues db revision system
|
file |
diff |
annotate
|
2010-07-02 |
Dan Fuhry |
First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
|
file |
diff |
annotate
|
2010-05-17 |
Dan |
Added the ability to trust XFF (X-Forwarded-For) headers.
|
file |
diff |
annotate
|
2010-03-29 |
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.
|
file |
diff |
annotate
|
2010-01-06 |
Dan |
Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.
|
file |
diff |
annotate
|
2009-12-27 |
Dan |
Version bump to 1.1.8
|
file |
diff |
annotate
|
2009-12-19 |
Dan |
Backout from 1.1.7 due to upgrade issue, fixed and retagging
|
file |
diff |
annotate
|
2009-09-11 |
Dan |
Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
|
file |
diff |
annotate
|
2009-08-22 |
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!
|
file |
diff |
annotate
|
2009-08-21 |
Dan |
Common: removed cookie_destroy hack
|
file |
diff |
annotate
|
2009-08-21 |
Dan |
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
|
file |
diff |
annotate
|
2009-05-06 |
Dan |
API: Properly handles $title again
|
file |
diff |
annotate
|
2009-05-05 |
Dan |
Removed "@" from all call_user_func() calls to make debugging special pages and such possible
|
file |
diff |
annotate
|
2009-04-12 |
Dan |
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2009-01-15 |
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2009-01-03 |
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].
|
file |
diff |
annotate
|
2008-11-09 |
Dan |
Fixed system table list; added safeguard against twice prefixing the tables in $system_table_list
|
file |
diff |
annotate
|
2008-09-21 |
Dan |
Added initial support for DST. Rules are defined in constants.php and are extensible.
|
file |
diff |
annotate
|
2008-08-23 |
Dan |
Fixed cdnPath being set even if config entry is blank
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2008-08-11 |
Dan |
Some tweaks to common, real minor stuff that's been waiting to be committed for a couple weeks at least
|
file |
diff |
annotate
|
2008-07-28 |
Dan |
Made cdnPath define conditionally; fixed common_cli not properly loading plugins
|
file |
diff |
annotate
|
2008-07-20 |
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
|
file |
diff |
annotate
|
2008-07-09 |
Dan |
Completed work (we hope) on CacheManager admin page
|
file |
diff |
annotate
|
2008-07-07 |
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)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2008-07-02 |
Dan |
Another sweep from the optimization monster.
|
file |
diff |
annotate
|
2008-06-30 |
Dan |
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
|
file |
diff |
annotate
|
2008-05-06 |
Dan |
Added TinyMCE compression support and made some supporting modifications to common.php
|
file |
diff |
annotate
|
2008-05-05 |
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.
|
file |
diff |
annotate
|
2008-04-14 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
2008-04-10 |
Dan |
(Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
|
file |
diff |
annotate
|
2008-03-15 |
Dan |
Added basic CLI support for the Enano API. Loads automatically, just include common.php as normal. REVISION 500!!! :-D
|
file |
diff |
annotate
|
2008-03-02 |
Dan |
[minor] fix version number on license block comment in common.php
|
file |
diff |
annotate
|
2008-03-01 |
Dan |
Fixed the fact that cron just didn't work at all (brain fart that day or something)
|
file |
diff |
annotate
|
2008-02-22 |
Dan |
Merging fixes and updates from stable branch
|
file |
diff |
annotate
|
2008-01-10 |
Dan |
Fix undefined E_STRICT under PHP 4; add PHP 4 deprecation notice in admin panel
|
file |
diff |
annotate
|
2008-01-02 |
Dan |
Installer works again now (for MySQL only)
|
file |
diff |
annotate
|
2008-01-01 |
Dan |
Integrating patch for PHP 6.0-dev compatibility
|
file |
diff |
annotate
|
2008-02-20 |
Dan |
Added support for Diffie-Hellman key exchange during login. w00t!
|
file |
diff |
annotate
|
2008-02-11 |
Dan |
Rebrand as 1.1.2; made upgrade framework functional
|
file |
diff |
annotate
|
2008-02-09 |
Dan |
Added some basic timezone support; DST support is still to come.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2008-01-23 |
Dan |
Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
|
file |
diff |
annotate
|
2008-01-18 |
Dan |
A few more installer tweaks / fixes. Initted upgrade script. Added migration schema from 1.0 to 1.1.
|
file |
diff |
annotate
|
2008-01-18 |
Dan |
Dropping changes from revision 350 (dd7cbc97f681)
|
file |
diff |
annotate
|
2008-01-18 |
Dan |
Enano's new installable installer, alpha 1. No upgrade and (in some parts) very little localization.
|
file |
diff |
annotate
|
2008-01-18 |
Dan |
Initlogs stage of installer now working
|
file |
diff |
annotate
|
2008-01-17 |
Dan |
Oops, search_index table was still registered and language and language_strings weren't
|
file |
diff |
annotate
|
2008-01-16 |
Dan |
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
|
file |
diff |
annotate
|
2007-12-28 |
Dan |
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|