Mon, 29 Sep 2008 08:25:59 -0400 |
Dan |
Marked Text_Wiki's parse_internal_links() as deprecated.
|
changeset |
files
|
Mon, 29 Sep 2008 08:24:26 -0400 |
Dan |
SECURITY: Changed Diffie-Hellman parameters to prime and generator created through OpenSSL
|
changeset |
files
|
Sun, 21 Sep 2008 09:01:27 -0400 |
Dan |
Added initial support for DST. Rules are defined in constants.php and are extensible.
|
changeset |
files
|
Tue, 16 Sep 2008 08:22:47 -0400 |
Dan |
Fixed IPv6 address match (the one from phpBB3 did not work)
|
changeset |
files
|
Wed, 10 Sep 2008 10:49:13 -0400 |
Dan |
Fixing \r\n bug in SQL parser (see comment on rev. 7a7173c0f62f in stable)
|
changeset |
files
|
Sun, 24 Aug 2008 13:43:04 -0400 |
Dan |
Rewrote sidebar compilation code, caching is more stable now and things were cleaned up/separated into more functions/made plugin-expandable. In theory, plugins can add new sidebar block types now. I'd personally like to see a fully plugin-based sidebar editor that completely overhauls what Enano has now sometime now that this framework is in place.
|
changeset |
files
|
Sun, 24 Aug 2008 13:39:46 -0400 |
Dan |
Fixed userpage events being fired even when the tabs aren't there
|
changeset |
files
|
Sun, 24 Aug 2008 12:42:50 -0400 |
Dan |
Fixed reference to $() which should be $dynano() in SpecialAdmin
|
changeset |
files
|
Sun, 24 Aug 2008 12:41:05 -0400 |
Dan |
Fixed draft controls being shown in view source mode
|
changeset |
files
|
Sat, 23 Aug 2008 16:03:32 -0400 |
Dan |
More work on auto-completion - it auto-scrolls now and limits result divs to 300px height
|
changeset |
files
|
Sat, 23 Aug 2008 16:03:13 -0400 |
Dan |
Fixed minor (non-XSS) sanitization issue for main_page field in Admin:GeneralConfig
|
changeset |
files
|
Sat, 23 Aug 2008 16:02:07 -0400 |
Dan |
Fixed cdnPath being set even if config entry is blank
|
changeset |
files
|
Thu, 21 Aug 2008 11:24:56 -0400 |
Dan |
Autocomplete further stabilized. Made Special:PasswordReset and Special:Register prevent use if logged in.
|
changeset |
files
|
Thu, 21 Aug 2008 08:24:37 -0400 |
Dan |
Re-merging key_type fix from nighthawk
|
changeset |
files
|
Thu, 21 Aug 2008 08:24:04 -0400 |
Dan |
Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...
|
changeset |
files
|
Tue, 19 Aug 2008 20:57:57 -0400 |
Dan |
Merge? o_O
|
changeset |
files
|
Tue, 19 Aug 2008 20:57:17 -0400 |
Dan |
Made upgrades from 1.1.4 -> 1.1.5 work if keyhash is not present
|
changeset |
files
|
Sun, 17 Aug 2008 23:24:41 -0400 |
Dan |
Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
|
changeset |
files
|
Sun, 17 Aug 2008 23:24:18 -0400 |
Dan |
Added ENANO_NO_PLUGINS optional switch to common_cli.
|
changeset |
files
|
Wed, 13 Aug 2008 08:57:45 -0400 |
Dan |
Couple of fixes (hacks) for Opera and the aftermath of that z-index change to darken() and enlighten() fadefilters; added ajaxOpenDirectACLRule() to placeholder list
|
changeset |
files
|
Wed, 13 Aug 2008 08:56:18 -0400 |
Dan |
Fixed that exception that was thrown on draft save in fx3
|
changeset |
files
|
Wed, 13 Aug 2008 08:55:26 -0400 |
Dan |
Changed namespace properties (including core identifier) for external pages that load the Enano API to be a uniform "API" namespace and "SystemAPI:" prefix.
|
changeset |
files
|
Wed, 13 Aug 2008 08:48:03 -0400 |
Dan |
Made login forms that use $session->aes_javascript() use new whiteOutForm() function
|
changeset |
files
|
Wed, 13 Aug 2008 08:47:20 -0400 |
Dan |
Fixed ACL_TYPE_PRESET pseudo-rules being shown in rule list
|
changeset |
files
|
Wed, 13 Aug 2008 08:46:46 -0400 |
Dan |
Fixed missing "print page" link in printable theme
|
changeset |
files
|
Tue, 12 Aug 2008 00:06:35 -0400 |
Dan |
Added customizable parameters for session length and the long-missing "remember me" option (or rather, the ability to turn it off and make sessions temporary)
|
changeset |
files
|
Tue, 12 Aug 2008 00:05:09 -0400 |
Dan |
Fixed some stale code in generic autofill schema
|
changeset |
files
|
Mon, 11 Aug 2008 22:31:29 -0400 |
Dan |
Tagging latest revision as rebrand
|
changeset |
files
|
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.
|
changeset |
files
|
Mon, 11 Aug 2008 21:43:04 -0400 |
Dan |
A few fixes in SpecialUserFuncs: made avatars have a +30-day expiry date and made full login form show encryption blurb even when user_level > USER_LEVEL_MEMBER. Added expanding user-info blocks in memberlist (experimental).
|
changeset |
files
|
Mon, 11 Aug 2008 21:35:26 -0400 |
Dan |
Fixed a couple bugs in the check-for-updates code.
|
changeset |
files
|
Mon, 11 Aug 2008 21:34:37 -0400 |
Dan |
Fixed System pages not being createable even with proper admin rights. This is hackish, it probably needs to have something implemented at the ACL level.
|
changeset |
files
|
Mon, 11 Aug 2008 21:33:46 -0400 |
Dan |
SECURITY: Full query is no longer shown on SQL injection attempt; silenced calls to mysql_unbuffered_query() due to some untraceable yet harmless errors
|
changeset |
files
|
Mon, 11 Aug 2008 21:32:52 -0400 |
Dan |
Fixed minor z-index bug in jBox
|
changeset |
files
|
Mon, 11 Aug 2008 19:52:41 -0400 |
Dan |
Added preliminary support for ACL presets. Yay!
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 11 Aug 2008 11:56:25 -0400 |
Dan |
Improved miniPrompt and fadefilter to properly overlap parent modal windows. MessageBox() is next. Fixed pref_disable_js_fx not working due to wrong type (number instead of boolean).
|
changeset |
files
|
Tue, 05 Aug 2008 13:59:06 -0400 |
Dan |
Made customizable 404 page have a {STANDARD404} variable available to allow embedding the "default" 404 content.
|
changeset |
files
|
Tue, 05 Aug 2008 11:13:05 -0400 |
Dan |
[Demo Security] Fixed plugin manager ignoring lockdown settings in demo mode
|
changeset |
files
|
Tue, 05 Aug 2008 11:12:01 -0400 |
Dan |
Fixed tooltip in Powered By Enano button on the sidebar. It called $lang->get() without checking to see if languages were initted yet.
|
changeset |
files
|
Tue, 29 Jul 2008 09:53:42 -0600 |
Dan |
Added abutton_img class + supporting properties in miniPromptMessage to allow icons on abuttons
|
changeset |
files
|
Mon, 28 Jul 2008 13:13:09 -0600 |
Dan |
Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
|
changeset |
files
|
Mon, 28 Jul 2008 13:10:22 -0600 |
Dan |
Added hack to printable theme to allow exporting of a website into static files (thanks vadi for the request); source for this functionality will be released soon
|
changeset |
files
|
Mon, 28 Jul 2008 13:09:25 -0600 |
Dan |
Fixed non-localized buttons in navbar on user CP, top menu trigger buttons should act as links again
|
changeset |
files
|
Mon, 28 Jul 2008 13:08:12 -0600 |
Dan |
Fixed undefined REQUEST_URI/HTTP_HOST in ENANO_CLI mode in template var init
|
changeset |
files
|
Mon, 28 Jul 2008 13:07:41 -0600 |
Dan |
Added ability to have language strings send variables through filter functions. Operates based on predefined filters, expandable with a call to Language::register_filter at the hook lang_init
|
changeset |
files
|
Mon, 28 Jul 2008 13:06:36 -0600 |
Dan |
Fixed improperly set up gzencode() replacement; fixed bad regexp in scale_image() security check
|
changeset |
files
|
Mon, 28 Jul 2008 13:05:41 -0600 |
Dan |
Made cdnPath define conditionally; fixed common_cli not properly loading plugins
|
changeset |
files
|
Mon, 28 Jul 2008 13:01:53 -0600 |
Dan |
Fixed missing PRIMARY KEY definitions in postgresql_stage2
|
changeset |
files
|
Mon, 28 Jul 2008 07:16:00 -0600 |
Dan |
Fixed a couple missing functions in placeholder_list in enano-lib-basic
|
changeset |
files
|
Wed, 23 Jul 2008 21:37:40 -0500 |
Dan |
Separated St. Patty CSS files into color theme and CSS
|
changeset |
files
|
Wed, 23 Jul 2008 11:02:29 -0500 |
Dan |
Made grinding_halt() exit with status 1 for POSIX compatibility; jscompress.php utility now accepts non-CDN websites
|
changeset |
files
|
Tue, 22 Jul 2008 17:08:05 -0500 |
Dan |
Made Admin:LangManager purge caches properly when uninstalling a language
|
changeset |
files
|
Tue, 22 Jul 2008 17:07:23 -0500 |
Dan |
Made Admin:UserManager accept "username" as well as "user" on GET
|
changeset |
files
|
Tue, 22 Jul 2008 17:06:29 -0500 |
Dan |
Fixed unlocalized column names in SecurityLog
|
changeset |
files
|
Tue, 22 Jul 2008 17:05:59 -0500 |
Dan |
Fixed non-localized group names in theme-manager
|
changeset |
files
|