Fri, 11 Dec 2009 17:11:47 -0500 |
Dan |
A couple fixes to permission out-of-scope errors.
|
changeset |
files
|
Fri, 11 Dec 2009 17:10:44 -0500 |
Dan |
Wikitext parser: re-added mailto support
|
changeset |
files
|
Mon, 07 Dec 2009 15:21:47 -0500 |
Dan |
Sessions: Made acl_check_deps() verify scope, so that all of an action's dependencies must apply to the namespace of the given action.
|
changeset |
files
|
Mon, 07 Dec 2009 15:12:55 -0500 |
Dan |
Removed history_rollback_extra action from scope of Special pages, as it's unneeded
|
changeset |
files
|
Mon, 07 Dec 2009 15:12:22 -0500 |
Dan |
PostgreSQL: bugfix in ACL related SQL query
|
changeset |
files
|
Sun, 06 Dec 2009 22:05:02 -0500 |
Dan |
PostgreSQL: Fixed another bug, this time in the log fetch code
|
changeset |
files
|
Sun, 06 Dec 2009 21:56:46 -0500 |
Dan |
Fixed ranks table under PostgreSQL. FIXME, only affects new installations and upgrades, if this bug is encountered in the wild we might want to look at auto-integrating a fix.
|
changeset |
files
|
Sun, 06 Dec 2009 21:54:55 -0500 |
Dan |
Updated default main page with links to the Google Code issue tracker
|
changeset |
files
|
Sun, 06 Dec 2009 21:53:06 -0500 |
Dan |
Improved language for static HTML page delete interface
|
changeset |
files
|
Sun, 06 Dec 2009 21:51:55 -0500 |
Dan |
PostgreSQL: Fixed $session->create_user()
|
changeset |
files
|
Sun, 06 Dec 2009 21:51:32 -0500 |
Dan |
PostgreSQL: Fixed user pages. Also added a columns_in() method to the DBAL to list columns in a table
|
changeset |
files
|
Sun, 06 Dec 2009 18:22:02 -0500 |
Dan |
PostgreSQL: fixed Admin:SecurityLog database error
|
changeset |
files
|
Tue, 01 Dec 2009 11:15:45 -0500 |
Dan |
Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format
|
changeset |
files
|
Tue, 01 Dec 2009 00:35:04 -0500 |
Dan |
Installer sysreqs: Merged all the crypto extensions into one check; altered warnings. Strings are hopefully cleaned up.
|
changeset |
files
|
Tue, 01 Dec 2009 00:27:26 -0500 |
Dan |
common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path
|
changeset |
files
|
Mon, 30 Nov 2009 22:35:14 -0500 |
Dan |
Merge from accidental split
|
changeset |
files
|
Mon, 30 Nov 2009 22:34:58 -0500 |
Dan |
Admin User Manager: When a user with a DB-driven user page is renamed, also change urlname of their user page. Fixes issue 3.
|
changeset |
files
|
Mon, 30 Nov 2009 22:22:43 -0500 |
Dan |
Admin Home: fixed undefined %num_users% in string acphome_msg_inactive_users_plural
|
changeset |
files
|
Fri, 27 Nov 2009 18:31:23 -0500 |
Dan |
Language update for About Enano page ("help achieve" sentence added)
|
changeset |
files
|
Fri, 27 Nov 2009 18:29:20 -0500 |
Dan |
parse_mediawiki: Marked the paragraph bug as non-blocker, delayed until RC1. I have higher priorities than a minor win32 only parsing issue.
|
changeset |
files
|
Mon, 16 Nov 2009 20:37:39 -0500 |
Dan |
Fixed some open_basedir errors in SpecialPageFuncs
|
changeset |
files
|
Mon, 16 Nov 2009 00:06:55 -0500 |
Dan |
Login: Fixed typo that prevented non-DH crypto from working (thanks Keith Schmader)
|
changeset |
files
|
Wed, 11 Nov 2009 23:48:55 -0500 |
Dan |
Added a switch to disable following redirects in Request_HTTP
|
changeset |
files
|
Wed, 11 Nov 2009 23:44:10 -0500 |
dan |
Hack: temporarily disabled PCRE recursion for Win32 in the paragraph block tag parser until a better parser can be written/adapted
|
changeset |
files
|
Mon, 09 Nov 2009 09:18:29 -0500 |
Dan |
which(): added silencer to shut up errors on servers with open_basedir restriction
|
changeset |
files
|
Tue, 03 Nov 2009 22:08:48 -0500 |
Dan |
Logins: reorganized data structures a bit. WiP - needs test routine done.
|
changeset |
files
|
Sun, 25 Oct 2009 00:09:11 -0400 |
Dan |
Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
|
changeset |
files
|
Tue, 13 Oct 2009 12:44:27 -0400 |
Dan |
OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
|
changeset |
files
|
Wed, 07 Oct 2009 13:01:00 -0400 |
Dan |
MiniPrompt: [minor] Added short delay before destruction in whiteOutDestroyWithImage().
|
changeset |
files
|
Sun, 04 Oct 2009 03:59:50 -0400 |
Dan |
Merged from accidental split
|
changeset |
files
|
Sun, 04 Oct 2009 03:59:38 -0400 |
Dan |
More parser work: fixed a few bugs with [[intlinks]] in headers, a bug that caused the paragraph parser to return an empty string, and added a warning/backup-and-restore for when a render stage returns an empty string.
|
changeset |
files
|
Thu, 01 Oct 2009 09:07:21 -0400 |
Dan |
Fixed (more) output buffering bugs in Special:EditSidebar
|
changeset |
files
|
Wed, 30 Sep 2009 20:01:23 -0400 |
Dan |
Javascript lib: UX: When whiteOutReportSuccess() is called on a whiteout over a miniPrompt, the miniPrompt and whiteout are now flown out together. Also, a bit of improvement to message box DOM object destruction code; this fixes problems with message boxes appearing below the shade when ajax auth is done 3 or more times in one page load.
|
changeset |
files
|
Sat, 26 Sep 2009 15:26:14 -0400 |
Dan |
Same issue, was doing an empty() check on $page_urlname in Admin:PageManager and not taking both main pages into account
|
changeset |
files
|
Sat, 26 Sep 2009 15:21:51 -0400 |
Dan |
More blank-urlname bugfixes, this time involving internal links
|
changeset |
files
|
Sat, 26 Sep 2009 15:14:15 -0400 |
Dan |
A bit of refinement and consistency to "Powered by Enano" link and associated documentation
|
changeset |
files
|
Sat, 26 Sep 2009 15:13:40 -0400 |
Dan |
Fixed handling of blank urlname as guest main page / other main page for members
|
changeset |
files
|
Fri, 25 Sep 2009 14:22:24 -0400 |
Dan |
Whoops, it's setHook(), not getHook() (Special:Administration JS core)
|
changeset |
files
|
Fri, 25 Sep 2009 14:18:20 -0400 |
Dan |
HTML login: fixed bad submit under IE
|
changeset |
files
|
Sun, 20 Sep 2009 04:00:07 -0400 |
Dan |
Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
|
changeset |
files
|
Sun, 20 Sep 2009 03:59:36 -0400 |
Dan |
Login: if return-to specified and already logged in, jump to return-to instead of main page.
|
changeset |
files
|
Sun, 20 Sep 2009 02:52:24 -0400 |
Dan |
Installer: Fixed "RewriteBase /" bug and some improper Dynano use in formutils.js
|
changeset |
files
|
Sun, 20 Sep 2009 02:51:54 -0400 |
Dan |
Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
|
changeset |
files
|
Tue, 15 Sep 2009 14:37:03 -0400 |
Dan |
Fixed (well, implemented) log clearing functionality on uploaded files.
|
changeset |
files
|
Sat, 12 Sep 2009 09:56:39 -0400 |
Dan |
Request_HTTP: Fixed get_response_body(), added HTTP redirect support, and added support for Content-Length.
|
changeset |
files
|
Fri, 11 Sep 2009 09:57:42 -0400 |
Dan |
Scribus <--> Charlie merge
|
changeset |
files
|
Sun, 30 Aug 2009 00:05:33 -0400 |
Dan |
json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6
|
changeset |
files
|
Fri, 11 Sep 2009 09:55:24 -0400 |
Dan |
Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
|
changeset |
files
|
Fri, 11 Sep 2009 09:54:32 -0400 |
Dan |
Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
|
changeset |
files
|
Wed, 26 Aug 2009 23:25:39 -0400 |
Dan |
Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
|
changeset |
files
|
Wed, 26 Aug 2009 13:43:11 -0400 |
Dan |
Enanium: fixed background in tinymce
|
changeset |
files
|
Wed, 26 Aug 2009 13:05:17 -0400 |
Dan |
Wikitext: added horizontal rule support
|
changeset |
files
|
Wed, 26 Aug 2009 13:04:55 -0400 |
Dan |
Fixed RenderMan::render() flags in default namespace XHTML formatter
|
changeset |
files
|
Wed, 26 Aug 2009 13:04:26 -0400 |
Dan |
Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff
|
changeset |
files
|
Tue, 25 Aug 2009 01:43:40 -0400 |
Dan |
Merging in work done on Charlie with upstream
|
changeset |
files
|
Tue, 25 Aug 2009 01:43:11 -0400 |
Dan |
Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
|
changeset |
files
|
Fri, 21 Aug 2009 20:41:38 -0400 |
Dan |
Sessions: Improved inactive account UX; shuffled around a bit of code so that whitelist checks are shared; fixed a bunch of bugs related to ban code and IPv6 addresses
|
changeset |
files
|
Fri, 21 Aug 2009 20:37:55 -0400 |
Dan |
Enanium: custom header now has an <a> floating above it that links to the main page.
|
changeset |
files
|
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!
|
changeset |
files
|
Fri, 21 Aug 2009 20:30:52 -0400 |
Dan |
Made internal links to the Admin namespace much smarter. (They do the login box and stuff.)
|
changeset |
files
|
Fri, 21 Aug 2009 15:39:34 -0400 |
Dan |
A bit of work on tutorial content, more still needed
|
changeset |
files
|
Fri, 21 Aug 2009 15:39:23 -0400 |
Dan |
Wiki formatter: heading IDs are now name based ("head:" . sanitize_page_id($text)) instead of tocN.
|
changeset |
files
|
Fri, 21 Aug 2009 15:38:40 -0400 |
Dan |
Avatars: fixed animated avatars rejected even when allowed in ACP
|
changeset |
files
|
Fri, 21 Aug 2009 15:38:11 -0400 |
Dan |
Sidebar editor: fixed ob_end_clean() warning
|
changeset |
files
|
Fri, 21 Aug 2009 15:37:43 -0400 |
Dan |
Wiki engine: optimization for empty-text case
|
changeset |
files
|
Fri, 21 Aug 2009 15:37:23 -0400 |
Dan |
Functions: silenced PHP warnings on ob_* functions
|
changeset |
files
|
Fri, 21 Aug 2009 13:50:45 -0400 |
Dan |
JS: MessageBox: Fixed z-index calc
|
changeset |
files
|
Fri, 21 Aug 2009 13:50:20 -0400 |
Dan |
Autofill: fixed missing parameter to $db->fetchrow()
|
changeset |
files
|
Fri, 21 Aug 2009 13:49:45 -0400 |
Dan |
User ACP: redirect to Special:Login on own account deletion
|
changeset |
files
|
Fri, 21 Aug 2009 13:48:48 -0400 |
Dan |
Common: removed cookie_destroy hack
|
changeset |
files
|
Fri, 21 Aug 2009 13:48:27 -0400 |
Dan |
Updated readme for 1.1.7/1.2 series in general
|
changeset |
files
|
Fri, 21 Aug 2009 11:54:26 -0400 |
Dan |
Avatar UCP and ACP: Ported Dynano -> jQuery; merged POST processing code. Added support for IPv6 URLs (avatar UCP and RequestHTTP).
|
changeset |
files
|
Fri, 21 Aug 2009 11:47:26 -0400 |
Dan |
SECURITY: Comments: fix poor sanitization of subject on initial submit
|
changeset |
files
|
Thu, 20 Aug 2009 21:15:19 -0400 |
Dan |
Sessions: whoops, left a debug message in by accident, broke a few redirects
|
changeset |
files
|
Thu, 20 Aug 2009 20:19:20 -0400 |
Dan |
SECURITY: UCP: Added CSRF protection on Profile (unneeded on EmailPassword due to USER_LEVEL_CHPREF requirement)
|
changeset |
files
|
Thu, 20 Aug 2009 20:03:31 -0400 |
Dan |
index: removed that annoying 2-space indent
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 19 Aug 2009 01:28:47 -0400 |
Dan |
Minor fix to SHA256: some indices were not being initted under some circumstances
|
changeset |
files
|
Mon, 10 Aug 2009 22:43:26 -0400 |
Dan |
Added ability for authentication plugins to modify session keys (to allow invalidation when their own authentication data is changed) as well as the ability to disable the built-in password change facility
|
changeset |
files
|
Sun, 09 Aug 2009 01:27:45 -0400 |
Dan |
Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
|
changeset |
files
|
Sun, 09 Aug 2009 01:26:57 -0400 |
Dan |
Login: enabled DiffieHellman on IE8
|
changeset |
files
|
Fri, 07 Aug 2009 10:22:09 -0400 |
Dan |
Login: visual: fixed separator being displayed with only one of 2 checkboxes
|
changeset |
files
|
Tue, 04 Aug 2009 17:32:09 -0400 |
Dan |
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
|
changeset |
files
|
Tue, 04 Aug 2009 15:06:50 -0400 |
Dan |
Made index.php bootstrap smarter and better commented.
|
changeset |
files
|
Tue, 04 Aug 2009 15:02:54 -0400 |
Dan |
More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
|
changeset |
files
|
Tue, 04 Aug 2009 15:02:00 -0400 |
Dan |
Fixed some "declaration should be compatible" errors that showed up under WinXP QA
|
changeset |
files
|
Mon, 03 Aug 2009 02:58:43 -0400 |
Dan |
Sessions: fixed logout() destroying normal session (instead of elevated) if $level = USER_LEVEL_CHPREF. Possible very minor security concern: elevated sessions were not fully destroyed, so if a normal session is opened from the same IP, the elevated one may be reusable for 15 minutes.
|
changeset |
files
|
Mon, 03 Aug 2009 02:56:03 -0400 |
Dan |
Login: Enabled DiffieHellman for iPhone OS 3.0 (it passes unit tests now)
|
changeset |
files
|
Fri, 31 Jul 2009 19:15:48 -0400 |
Dan |
Merged development from Scribus and Charlie
|
changeset |
files
|
Fri, 17 Jul 2009 20:48:53 -0400 |
Dan |
Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
|
changeset |
files
|
Fri, 17 Jul 2009 20:28:24 -0400 |
Dan |
Admin: query string is now preserved on redirect to login
|
changeset |
files
|
Fri, 17 Jul 2009 20:23:48 -0400 |
Dan |
Fixed some formatter engine errors that were exposed through the wiki edit notice
|
changeset |
files
|
Fri, 17 Jul 2009 17:11:09 -0400 |
Dan |
AJAX Login: Fixed all known issues with lockout (and some unknown ones)
|
changeset |
files
|
Wed, 29 Jul 2009 11:49:57 -0400 |
Dan |
Moved User CP profile settings to front page of CP, and changed associated language
|
changeset |
files
|
Wed, 29 Jul 2009 11:49:30 -0400 |
Dan |
Fixed logins with usernames containing Unicode characters
|
changeset |
files
|
Wed, 29 Jul 2009 11:49:08 -0400 |
Dan |
Fixed title formatting in user pages
|
changeset |
files
|
Wed, 29 Jul 2009 11:48:54 -0400 |
Dan |
Tweaked URL sanitizing a bit to make Enanium work better.
|
changeset |
files
|
Wed, 29 Jul 2009 10:48:43 -0400 |
Dan |
Added method add_header_js() to template to allow insertion of code to be run immediately after JS init
|
changeset |
files
|
Wed, 29 Jul 2009 10:47:26 -0400 |
Dan |
Added ability to specify PNG or JPEG as the format of thumbnails/scaled images in Special:DownloadFile
|
changeset |
files
|
Fri, 17 Jul 2009 09:07:50 -0400 |
Dan |
ACL manager: started on IE support; button clicking not working. Other compatibility improvements and bugfixes.
|
changeset |
files
|
Fri, 17 Jul 2009 09:06:51 -0400 |
Dan |
Userpage: rewrite of many CSS rules for better scaling behavior
|
changeset |
files
|
Mon, 13 Jul 2009 08:00:36 -0400 |
Dan |
ACL editor: finally fixed that annoying blank-window bug on rule deletion
|
changeset |
files
|
Sat, 11 Jul 2009 20:28:28 -0400 |
Dan |
Here we go, preload_js() officially added to admin panel. Pray with me.
|
changeset |
files
|
Sat, 11 Jul 2009 20:28:03 -0400 |
Dan |
Renderer: added "smart paragraphs" for templates. <p><b>Foo</b> {bar}</p> where bar is multiline is basically turned into proper XHTML paragraphs.
|
changeset |
files
|
Sat, 11 Jul 2009 20:25:50 -0400 |
Dan |
One word: Internet Explorer 6. This includes a rewrite of $paths->parseAdminTree() that encodes to JSON instead of manually generating JS, so good-bye to stupid parser problems I hope.
|
changeset |
files
|
Sat, 11 Jul 2009 20:24:19 -0400 |
Dan |
AJAX login: fixed lockout string being displayed where it shouldn't be
|
changeset |
files
|
Sat, 11 Jul 2009 20:22:38 -0400 |
Dan |
Enanium: Added some IE6 fixes
|
changeset |
files
|
Wed, 08 Jul 2009 23:40:18 -0400 |
Dan |
Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
|
changeset |
files
|
Wed, 08 Jul 2009 23:39:31 -0400 |
Dan |
Admin theme: fixed onload behavior of collapsible menu
|
changeset |
files
|
Wed, 08 Jul 2009 23:37:01 -0400 |
Dan |
OK, JS preloading on a CDN works perfectly now. I'm sure of it.
|
changeset |
files
|
Wed, 08 Jul 2009 22:44:46 -0400 |
Dan |
Fixed inconsistency in JS component load order between CDN sites and non-CDN sites
|
changeset |
files
|
Wed, 08 Jul 2009 22:27:24 -0400 |
Dan |
Fixed a series of infinite loops with preloading components and placeholders
|
changeset |
files
|
Wed, 08 Jul 2009 18:53:45 -0400 |
Dan |
Enanium: <pre> elements under div.content are now indented
|
changeset |
files
|
Wed, 08 Jul 2009 18:52:41 -0400 |
Dan |
Wiki engine: improved behavior in block level element finding/wrapping algorithm
|
changeset |
files
|
Wed, 08 Jul 2009 18:51:48 -0400 |
Dan |
Template: minor: documented sidebar_widget()
|
changeset |
files
|
Wed, 08 Jul 2009 18:51:19 -0400 |
Dan |
Namespace_Default::bake_cdata() now guesses values for anything missing
|
changeset |
files
|
Wed, 08 Jul 2009 18:50:54 -0400 |
Dan |
jQuery: UI: Upgraded to 1.7.2
|
changeset |
files
|
Wed, 08 Jul 2009 18:50:39 -0400 |
Dan |
Dynano: finally deprecated $() syntax due to jQuery
|
changeset |
files
|
Wed, 08 Jul 2009 18:50:17 -0400 |
Dan |
Fixed one unlocalized string in sidebar editor; fixed sidebar editor jQuery init race condition seen under Firefox and Chromium on 64-bit
|
changeset |
files
|
Wed, 08 Jul 2009 18:49:04 -0400 |
Dan |
SECURITY: Fixed potential XSS in $output->set_title() (introduced: 1.1.6)
|
changeset |
files
|
Mon, 06 Jul 2009 11:27:02 -0400 |
Dan |
History: Fixed missing $q in fetchrow()
|
changeset |
files
|
Mon, 06 Jul 2009 11:26:42 -0400 |
Dan |
Language: fixed improper null return in add_filter()
|
changeset |
files
|
Mon, 06 Jul 2009 11:26:21 -0400 |
Dan |
Fixed decode_unicode_url() trying to parse non-hex %uXXXX sequences
|
changeset |
files
|
Sun, 05 Jul 2009 00:57:53 -0400 |
Dan |
Fixed onload_hooks[] being initted to null after runOnloadHooks() called (should now be initted to an array)
|
changeset |
files
|
Sun, 05 Jul 2009 00:57:02 -0400 |
Dan |
Fixed makeUrl() Javascript version not calling append_sid()
|
changeset |
files
|
Thu, 02 Jul 2009 09:01:29 -0400 |
Dan |
Login and sessions: fixed some improper handling of the config for lockout logic
|
changeset |
files
|
Thu, 02 Jul 2009 09:00:52 -0400 |
Dan |
Wiki formatting: Headings: tolerate spaces after line; added disable_rule method (required for rev. 1029)
|
changeset |
files
|
Thu, 02 Jul 2009 08:58:54 -0400 |
Dan |
SHA256: Fixed broken hashes on 64-bit PHP
|
changeset |
files
|
Thu, 02 Jul 2009 08:57:13 -0400 |
Dan |
Installer: now compatible with new rendering engine
|
changeset |
files
|
Sun, 21 Jun 2009 00:31:29 -0400 |
Dan |
Removed Text_Wiki and Firebug Lite from 3rd party code list
|
changeset |
files
|
Sun, 21 Jun 2009 00:20:32 -0400 |
Dan |
First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
|
changeset |
files
|
Sun, 21 Jun 2009 00:16:21 -0400 |
Dan |
AJAX login: fixed improper run of login_submit_early; fixed failure to redirect if main_page_members == current page
|
changeset |
files
|
Sun, 21 Jun 2009 00:14:45 -0400 |
Dan |
Fixed improper usage of function_exists() in captcha
|
changeset |
files
|
Mon, 15 Jun 2009 20:10:30 -0400 |
Dan |
Merging branches. Revision 2^10! :D
|
changeset |
files
|
Mon, 15 Jun 2009 20:09:58 -0400 |
Dan |
Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
|
changeset |
files
|
Tue, 09 Jun 2009 03:05:20 -0400 |
Dan |
Install: fixed a few bugs that showed up under IE8
|
changeset |
files
|
Fri, 05 Jun 2009 22:09:42 -0400 |
Dan |
Fixed broken javascript magic on Admin:PageGroups
|
changeset |
files
|
Tue, 02 Jun 2009 13:27:05 -0400 |
Dan |
Enabled tiny URL scheme support in installer cli-core
|
changeset |
files
|
Sun, 31 May 2009 23:27:04 -0400 |
Dan |
Whoops, plugin upgrades got broken
|
changeset |
files
|
Sun, 31 May 2009 23:26:40 -0400 |
Dan |
Minor plugin compatibility fix to Special:Search
|
changeset |
files
|
Sun, 31 May 2009 23:26:24 -0400 |
Dan |
Theme selector: fixed disabled themes being displayed
|
changeset |
files
|
Sun, 31 May 2009 23:26:05 -0400 |
Dan |
Comments: SECURITY: Fixed IP not recorded in non-JSON submit and a few other non-security issues
|
changeset |
files
|
Sat, 30 May 2009 14:46:57 -0400 |
Dan |
Removed Firebug Lite - unused, outdated, and potential licensing issue. All licensing issues should be resolved now.
|
changeset |
files
|
Fri, 29 May 2009 20:22:30 -0400 |
Dan |
Fixed missing global $cache; in $plugins->upgrade_plugin();
|
changeset |
files
|
Fri, 29 May 2009 16:38:51 -0400 |
Dan |
Set a few queries to buffered due to intermediate queries during fetching
|
changeset |
files
|
Fri, 29 May 2009 16:38:14 -0400 |
Dan |
Stats: fixed missing $q in $db->fetchrow()
|
changeset |
files
|
Fri, 29 May 2009 16:37:32 -0400 |
Dan |
Comments: fixed failure to supply $q to fetchrow() in JSON fetcher
|
changeset |
files
|
Fri, 29 May 2009 14:03:05 -0400 |
Dan |
Clarified some licensing issues from the Fedora project's preliminary review.
|
changeset |
files
|
Fri, 29 May 2009 13:55:16 -0400 |
Dan |
Fixed lack of default value in main page field on admin panel
|
changeset |
files
|
Wed, 27 May 2009 14:15:15 -0400 |
Dan |
Fixed a PHP warning in Admin:GeneralConfig default theme selection
|
changeset |
files
|
Wed, 27 May 2009 09:46:16 -0400 |
Dan |
Disabled Connection: close in AJAX lib (throws error under Chrome 2.0)
|
changeset |
files
|
Wed, 27 May 2009 09:45:54 -0400 |
Dan |
JS core: allow setting loaded_components in other scripts
|
changeset |
files
|
Wed, 27 May 2009 09:45:03 -0400 |
Dan |
AJAX rdns call now calls is_valid_ip() (security?)
|
changeset |
files
|
Wed, 27 May 2009 09:44:27 -0400 |
Dan |
Enanium: bumped top heading down a few px
|
changeset |
files
|
Wed, 27 May 2009 09:44:07 -0400 |
Dan |
Class "currentpage" is now added to all internal links, including sidebar buttons, if the link points to the current page.
|
changeset |
files
|
Wed, 27 May 2009 09:12:59 -0400 |
Dan |
Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release.
|
changeset |
files
|
Fri, 22 May 2009 13:49:02 -0400 |
Dan |
Sped up AJAX de-auth a little; added a little extra info to login_success JSON responses
|
changeset |
files
|
Sat, 16 May 2009 02:06:30 +0000 |
Dan |
Fixed: cache was being used during plugin fetch, so newly placed plugin files were not listed
|
changeset |
files
|
Sat, 16 May 2009 02:00:20 +0000 |
Dan |
Fixed two bugs: PluginManager: forgot to import cache; PageManager: now queries pages with buffered query (temporary fix)
|
changeset |
files
|
Fri, 15 May 2009 20:23:58 -0400 |
Dan |
Unstable beta release: 1.1.6 (Caoineag beta 1)
|
changeset |
files
|
Fri, 15 May 2009 20:23:49 -0400 |
Dan |
Fixed category display not listing entirely
1.1.6
|
changeset |
files
|
Fri, 15 May 2009 20:14:36 -0400 |
Dan |
Unstable beta release: 1.1.6 (Caoineag beta 1)
|
changeset |
files
|
Fri, 15 May 2009 20:14:15 -0400 |
Dan |
Merged accidental split, we should be ready to push out 1.1.6
|
changeset |
files
|
Sat, 16 May 2009 00:13:48 +0000 |
Dan |
Merging from accidental branch split
|
changeset |
files
|
Sat, 16 May 2009 00:13:27 +0000 |
Dan |
Plugins: fixed a final system plugin bug
|
changeset |
files
|
Sat, 16 May 2009 00:13:22 +0000 |
apache |
Plugins: fixed a final system plugin bug
|
changeset |
files
|
Fri, 15 May 2009 20:06:27 -0400 |
Dan |
Detagged 1.1.6 release - upgrader bug found
|
changeset |
files
|
Fri, 15 May 2009 19:58:05 -0400 |
Dan |
Unstable beta release: 1.1.6 (Caoineag beta 1)
|
changeset |
files
|
Fri, 15 May 2009 19:52:12 -0400 |
Dan |
Added another word to the CAPTCHA blacklist (thanks Neal).
|
changeset |
files
|
Fri, 15 May 2009 17:24:19 -0400 |
Dan |
Updated KNOWN_BUGS
|
changeset |
files
|
Fri, 15 May 2009 17:24:12 -0400 |
Dan |
Added protection against obscene words in CAPTCHAs
|
changeset |
files
|
Fri, 15 May 2009 15:56:25 -0400 |
Dan |
User homepage/URL is now displayed on user pages
|
changeset |
files
|
Fri, 15 May 2009 15:56:10 -0400 |
Dan |
Fixed undefined indices for user_extra in various places
|
changeset |
files
|
Fri, 15 May 2009 15:04:40 -0400 |
Dan |
Installer: payload: fixed two minor PHP errors with .htaccess.new and wrong form field name
|
changeset |
files
|
Fri, 15 May 2009 14:40:12 -0400 |
Dan |
GeneralConfig: Fixed failure to import $cache during save
|
changeset |
files
|
Fri, 15 May 2009 14:27:35 -0400 |
Dan |
Fixed some PHP warnings with API pages
|
changeset |
files
|
Fri, 15 May 2009 14:16:22 -0400 |
Dan |
Added minor edit filter to Special:Log
|
changeset |
files
|
Fri, 15 May 2009 14:03:54 -0400 |
Dan |
Fixed some bugs with history viewing and log display (wrong row counts, failing to provide result resource, etc.); added "view" button to edits in log display; fixed underscores in auto generated titles
|
changeset |
files
|
Fri, 15 May 2009 13:31:12 -0400 |
Dan |
Fixed redirects before $session init not working; fixed failure to load system plugins
|
changeset |
files
|
Thu, 14 May 2009 11:34:24 -0400 |
Dan |
A few safety changes to tolerate no $session when it's not available
|
changeset |
files
|
Wed, 13 May 2009 09:49:36 -0400 |
Dan |
Enanium: fixed visited wikilink-nonexistent links
|
changeset |
files
|
Wed, 13 May 2009 09:49:15 -0400 |
Dan |
Added cache for installed themes
|
changeset |
files
|
Wed, 13 May 2009 09:48:59 -0400 |
Dan |
Cut out two queries per page with plugin loader routine
|
changeset |
files
|
Wed, 13 May 2009 09:47:59 -0400 |
Dan |
Paths: System messages are cached in RAM now
|
changeset |
files
|
Wed, 13 May 2009 09:47:31 -0400 |
Dan |
Replaced the USE with a mysql_select_db() to cut out one query
|
changeset |
files
|
Wed, 13 May 2009 09:46:54 -0400 |
Dan |
Band-Aided user_homepage undefined index error in comments.
|
changeset |
files
|
Wed, 13 May 2009 09:44:46 -0400 |
Dan |
Render / Template: No longer does exist checks for wikilinks on sidebar
|
changeset |
files
|
Wed, 13 May 2009 09:43:57 -0400 |
Dan |
Fixed behavior of log display and title fetch for nonexistent pages
|
changeset |
files
|
Wed, 13 May 2009 09:43:00 -0400 |
Dan |
Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
|
changeset |
files
|
Wed, 13 May 2009 09:41:24 -0400 |
Dan |
ajax: theme selector: no longer lists disallowed themes
|
changeset |
files
|
Wed, 13 May 2009 09:39:45 -0400 |
Dan |
SpecialPageFuncs: Removed tag cloud sidebar in the name of cutting out an SQL query. It will go into a plugin.
|
changeset |
files
|
Mon, 11 May 2009 19:53:25 -0400 |
Dan |
Fixed a couple bugs with admin avatar settings and getConfig() return types
|
changeset |
files
|
Mon, 11 May 2009 19:51:36 -0400 |
Dan |
Enanium: left collapse button same size as jBox bars now
|
changeset |
files
|
Mon, 11 May 2009 09:06:01 -0400 |
Dan |
Enanium: fixed failure to load on template_nodb
|
changeset |
files
|
Sun, 10 May 2009 15:52:53 -0400 |
Dan |
Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
|
changeset |
files
|
Sun, 10 May 2009 14:47:14 -0400 |
Dan |
Enanium: move new memberlist above admin buttons + only show for logged-in
|
changeset |
files
|
Sun, 10 May 2009 14:44:50 -0400 |
Dan |
Merging from accidental branch split
|
changeset |
files
|
Sun, 10 May 2009 14:44:37 -0400 |
Dan |
Added register_special_page() function, to make it much easier to create special pages. Also, rewrote Special:Memberlist to use more efficient fetch method and not use an unbuffered whole-table query.
|
changeset |
files
|
Sun, 10 May 2009 14:43:00 -0400 |
Dan |
Added "About" sidebar block which simply shows the site description.
|
changeset |
files
|
Sun, 10 May 2009 14:42:18 -0400 |
Dan |
Enanium: added collapse for left sidebar
|
changeset |
files
|
Sun, 10 May 2009 14:41:51 -0400 |
Dan |
Fixed a couple bugs with protection UI; fixed stray <enano:no-opt> in Special:CSS (do people still use that?)
|
changeset |
files
|
Tue, 05 May 2009 22:06:23 -0400 |
Dan |
API: Properly handles $title again
|
changeset |
files
|
Tue, 05 May 2009 21:53:48 -0400 |
Dan |
Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
|
changeset |
files
|
Tue, 05 May 2009 08:36:38 -0400 |
Dan |
Whoops, last commit broke admin stuff.
|
changeset |
files
|
Tue, 05 May 2009 00:10:26 -0400 |
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.
|
changeset |
files
|
Mon, 04 May 2009 23:07:00 -0400 |
Dan |
Fixed some error display cosmetics in Request_HTTP
|
changeset |
files
|
Mon, 04 May 2009 23:06:33 -0400 |
Dan |
Admin: Home: Properly handles Request_HTTP exceptions now
|
changeset |
files
|
Mon, 04 May 2009 23:05:52 -0400 |
Dan |
Security log: fixed typo in plugin enable/disable display
|
changeset |
files
|
Mon, 04 May 2009 23:05:23 -0400 |
Dan |
Admin theme: Fixed l10n in footer
|
changeset |
files
|
Mon, 04 May 2009 23:05:04 -0400 |
Dan |
Enanium: added wikilink-nonexistent
|
changeset |
files
|
Mon, 04 May 2009 23:04:08 -0400 |
Dan |
Whoops. LogDisplay sorted by log_id, not time_id.
|
changeset |
files
|
Mon, 04 May 2009 23:03:37 -0400 |
Dan |
AJAX: Reset votes: now uses whiteOutMiniPrompt()
|
changeset |
files
|
Mon, 04 May 2009 23:02:53 -0400 |
Dan |
Removed "@" from all call_user_func() calls to make debugging special pages and such possible
|
changeset |
files
|
Sun, 26 Apr 2009 08:03:42 -0400 |
Dan |
Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)
|
changeset |
files
|
Sun, 19 Apr 2009 20:50:38 -0400 |
Dan |
Fixed sidebar editor not closing floating windows properly when FX off
|
changeset |
files
|
Sun, 19 Apr 2009 19:13:41 -0400 |
Dan |
Upgrades from stable now skip langimport if it's being done later anyway. Pending testing.
|
changeset |
files
|
Sun, 19 Apr 2009 19:01:08 -0400 |
Dan |
Upgrader: UX: Added welcome page, different between Caoineag and Banshee
|
changeset |
files
|
Sun, 19 Apr 2009 18:42:21 -0400 |
Dan |
DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome
|
changeset |
files
|
Sun, 19 Apr 2009 18:35:35 -0400 |
Dan |
Fixed path to wrong line image in admin CP nav tree
|
changeset |
files
|
Sat, 18 Apr 2009 23:03:36 -0400 |
Dan |
Installer welcome page can tolerate 1.0.x databases again
|
changeset |
files
|
Fri, 17 Apr 2009 20:45:35 -0400 |
Dan |
Fixed session key clearing process, it should work right now.
|
changeset |
files
|
Fri, 17 Apr 2009 08:40:48 -0400 |
Dan |
Made handling of $perms being non-object work properly in template
|
changeset |
files
|
Thu, 16 Apr 2009 22:48:59 -0400 |
Dan |
Cleared up a few discrepancies in page handling, template var init, and how NewsBoy works.
|
changeset |
files
|
Thu, 16 Apr 2009 21:01:47 -0400 |
Dan |
Made upgrades from 1.0.6 work.
|
changeset |
files
|
Thu, 16 Apr 2009 13:04:21 -0400 |
Dan |
Installer: Whoops, moved the start of the main form on sysreqs down too far
|
changeset |
files
|
Thu, 16 Apr 2009 13:01:50 -0400 |
Dan |
Installer: Added recheck button to sysreqs page (thanks Nolan Rollo)
|
changeset |
files
|
Thu, 16 Apr 2009 13:01:22 -0400 |
Dan |
Installer: Form AJAX action no longer fades (too slow!)
|
changeset |
files
|
Thu, 16 Apr 2009 12:47:48 -0400 |
Dan |
Added web.config support for IIS7 URL rewriting.
|
changeset |
files
|
Thu, 16 Apr 2009 12:20:48 -0400 |
Dan |
QA: Schema: fixed urlname in pages was wrong size (both MySQL and PgSQL)
|
changeset |
files
|
Thu, 16 Apr 2009 12:19:07 -0400 |
Dan |
QA: Fixed bad update of user info when user_rank is NULL in Admin:UserManager
|
changeset |
files
|
Thu, 16 Apr 2009 00:55:13 -0400 |
Dan |
Added the indices to the 1.1.5 -> 1.1.6 upgrade schema
|
changeset |
files
|
Thu, 16 Apr 2009 00:53:05 -0400 |
Dan |
Added some more indices to speed some stuff up (MySQL only)
|
changeset |
files
|
Wed, 15 Apr 2009 22:53:03 -0400 |
Dan |
Added the linked-to page of the tutorial (it is, however, a stub at this point)
|
changeset |
files
|
Wed, 15 Apr 2009 22:18:14 -0400 |
Dan |
Installer default content is now modular, and can pivot between starting with a blank site and installing a tutorial site.
|
changeset |
files
|
Wed, 15 Apr 2009 20:24:51 -0400 |
Dan |
Drop-in Enanium as default theme upon install
|
changeset |
files
|
Wed, 15 Apr 2009 20:24:36 -0400 |
Dan |
[QA] User CP: rearranged some things to fix overly tall cells and/or sidescrolling
|
changeset |
files
|
Wed, 15 Apr 2009 20:10:40 -0400 |
Dan |
New primary theme: Enanium
|
changeset |
files
|
Wed, 15 Apr 2009 20:06:20 -0400 |
Dan |
Merging accidental branch split
|
changeset |
files
|
Wed, 15 Apr 2009 20:05:57 -0400 |
Dan |
Fixed log being pushed inwards due to lack of clear: both; before list
|
changeset |
files
|
Wed, 15 Apr 2009 20:05:38 -0400 |
Dan |
Fixed logs not working under postgresql
|
changeset |
files
|
Wed, 15 Apr 2009 20:02:01 -0400 |
Dan |
Removed Special:RecentChanges (phased out)
|
changeset |
files
|
Wed, 15 Apr 2009 19:53:06 -0400 |
Dan |
Fixed division by zero on first day installed.
|
changeset |
files
|
Wed, 15 Apr 2009 19:44:47 -0400 |
Dan |
New, beautiful, rethought Admin:Home. No, really, you'll like it.
|
changeset |
files
|
Wed, 15 Apr 2009 19:37:10 -0400 |
Dan |
Removed unused MIME magic file.
|
changeset |
files
|
Wed, 15 Apr 2009 17:14:20 -0400 |
Dan |
Deletion vote reset is now logged and able to be rolled back
|
changeset |
files
|
Wed, 15 Apr 2009 16:20:33 -0400 |
Dan |
File rollbacks should be all up to date now.
|
changeset |
files
|
Wed, 15 Apr 2009 14:23:48 -0400 |
Dan |
Made Special:Log tolerate literal, unescaped slashes in page names (hack of sorts, but still...)
|
changeset |
files
|
Tue, 14 Apr 2009 21:03:25 -0400 |
Dan |
Meh, finished my half-written-out thought in a FIXME in Special:Log code.
|
changeset |
files
|
Tue, 14 Apr 2009 21:02:13 -0400 |
Dan |
Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
|
changeset |
files
|
Mon, 13 Apr 2009 17:28:24 -0400 |
Dan |
Memberlist now shows rank instead of user level in "Title" column. (thanks mm3)
|
changeset |
files
|
Mon, 13 Apr 2009 16:57:20 -0400 |
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.
|
changeset |
files
|
Mon, 13 Apr 2009 14:43:28 -0400 |
Dan |
New page protection UI. Both miniPrompt and failsafe HTML.
|
changeset |
files
|
Mon, 13 Apr 2009 12:32:36 -0400 |
Dan |
Log displayer should support some actions besides edit now
|
changeset |
files
|
Mon, 13 Apr 2009 12:32:28 -0400 |
Dan |
Whoops, page protection code didn't flush page_meta cache
|
changeset |
files
|
Mon, 13 Apr 2009 12:05:46 -0400 |
Dan |
Theme selector: controls height now (limits box to height of screen minus a few px of padding) if there are lots of themes
|
changeset |
files
|
Sun, 12 Apr 2009 19:50:58 -0400 |
Dan |
Cleared up a few warnings that appeared under the Phalanger PHP interpreter.
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 12 Apr 2009 19:25:07 -0400 |
Dan |
Index: minor fix-up to code cleanliness under diff loading
|
changeset |
files
|
Sun, 12 Apr 2009 19:24:33 -0400 |
Dan |
Allowed custom processing functions altogether for AJAX login error handling
|
changeset |
files
|
Sat, 11 Apr 2009 22:32:45 -0400 |
Dan |
When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
|
changeset |
files
|
Sat, 11 Apr 2009 16:58:32 -0400 |
Dan |
session: login_process_userdata_json hook should work with more than one installed auth plugin now
|
changeset |
files
|
Sat, 04 Apr 2009 22:37:35 -0400 |
Dan |
UserPage: whoops, wrong name (Namespace_Default::$exists, not ::$page_exists); bumped userpage tabs down by 0.05em to correct an Oxygen bug
|
changeset |
files
|
Sat, 04 Apr 2009 22:35:44 -0400 |
Dan |
Session: additional metadata passed back from auth plugins is passed through to client for optional further parsing
|
changeset |
files
|
Sat, 04 Apr 2009 22:34:56 -0400 |
Dan |
HTTP: now throws exceptions instead of flat-out dying
|
changeset |
files
|
Sat, 04 Apr 2009 22:34:12 -0400 |
Dan |
SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work
|
changeset |
files
|
Sat, 04 Apr 2009 22:24:49 -0400 |
Dan |
Oxygen (and general): cleaned up sidebar CSS, wikitext blocks are now sent through alternate block
|
changeset |
files
|
Sat, 04 Apr 2009 22:19:11 -0400 |
Dan |
Committing string changes associated with new logout interface
|
changeset |
files
|
Sat, 04 Apr 2009 22:18:29 -0400 |
Dan |
Whoops! JSON parser Unicode escape sequence typo.
|
changeset |
files
|
Sat, 04 Apr 2009 22:17:32 -0400 |
Dan |
Made aclDisableTransitionFX also switch on jQuery.fx.off; made theme switcher work with said jQuery switch
|
changeset |
files
|
Sat, 04 Apr 2009 22:16:30 -0400 |
Dan |
AJAX comments: ranks are now displayed properly in a submitted post.
|
changeset |
files
|
Sat, 04 Apr 2009 22:15:51 -0400 |
Dan |
New logout interface + made DiffieHellman faster by disabling animated GIF
|
changeset |
files
|
Sun, 22 Mar 2009 12:10:25 -0400 |
Dan |
Set textarea in sidebar editor to fixed height of 360px due to webkit bug (thanks Neal)
|
changeset |
files
|
Sun, 22 Mar 2009 00:55:06 -0400 |
Dan |
Major revamp to sidebar editor. Some behavioral changes as well as being based on jQuery UI Sortables. Creation interface remains the same, but better strings merged in from stable.
|
changeset |
files
|
Sun, 22 Mar 2009 00:46:44 -0400 |
Dan |
Better "no thumbnail" theme placeholder image. But not much better.
|
changeset |
files
|
Sun, 22 Mar 2009 00:45:56 -0400 |
Dan |
Live ReAuth: only show "timed out" error if jumping to admin page
|
changeset |
files
|
Sun, 22 Mar 2009 00:45:21 -0400 |
Dan |
jQuery: UI: upgraded to 1.7.1
|
changeset |
files
|
Sun, 22 Mar 2009 00:44:53 -0400 |
Dan |
AJAX: theme selector: explicitly set wrapper div to 0 to prevent sidescrolling
|
changeset |
files
|
Sun, 22 Mar 2009 00:44:09 -0400 |
Dan |
JSON: Properly handles unicode escape sequences (\u####) now
|
changeset |
files
|
Sat, 21 Mar 2009 19:11:30 -0400 |
Dan |
Corrected a few display issues in Postgres DBAL. Thanks Neal.
|
changeset |
files
|
Sat, 21 Mar 2009 14:55:34 -0400 |
Dan |
Merging branches
|
changeset |
files
|
Sat, 21 Mar 2009 14:54:53 -0400 |
Dan |
Silenced check for page_format due to warning thrown when saving new page
|
changeset |
files
|
Sat, 21 Mar 2009 14:54:16 -0400 |
Dan |
Added support for "Tiny URLs" (http://example.com/enano/?/Foo)
|
changeset |
files
|
Sat, 21 Mar 2009 14:33:22 -0400 |
Dan |
Some fixes to paginator (pagination control code moved to separate function)
|
changeset |
files
|
Fri, 20 Mar 2009 09:15:24 -0400 |
Dan |
Whoops, forgot to commit enano-shared from theme selector commit
|
changeset |
files
|
Fri, 20 Mar 2009 09:15:00 -0400 |
Dan |
Added support for Firefox 3.1 beta 3's native JSON.
|
changeset |
files
|
Fri, 20 Mar 2009 09:14:03 -0400 |
Dan |
Resynced version numbers in JSON language files
|
changeset |
files
|
Fri, 20 Mar 2009 09:13:37 -0400 |
Dan |
A few fixes to Windows detection code
|
changeset |
files
|
Fri, 20 Mar 2009 09:13:17 -0400 |
Dan |
Swapped in a new theme selector.
|
changeset |
files
|
Wed, 18 Mar 2009 11:35:28 -0400 |
Dan |
Plugins: Added checks and additional warning for authentication plugins.
|
changeset |
files
|
Sun, 15 Mar 2009 11:15:16 -0400 |
Dan |
Special:About_Enano should be up to date for another 9 months.
|
changeset |
files
|
Sun, 15 Mar 2009 11:09:02 -0400 |
Dan |
Moved gzip and aggressive_optimize_html calls to output.php
|
changeset |
files
|
Sun, 15 Mar 2009 11:08:07 -0400 |
Dan |
Fixed a bug in default namespace handler: referenced global page_id instead of local
|
changeset |
files
|
Sun, 15 Mar 2009 11:07:28 -0400 |
Dan |
New template feature: template hooks (<!-- HOOK foo -->)
|
changeset |
files
|
Sat, 14 Mar 2009 15:26:33 -0400 |
Dan |
Dynano: don't try to destroy MCE if window.tinymce is invalid
|
changeset |
files
|
Sat, 14 Mar 2009 15:26:19 -0400 |
Dan |
SQL parse: fix improper mid-query newline handling
|
changeset |
files
|
Sat, 14 Mar 2009 15:25:55 -0400 |
Dan |
Installer: pgsql main schema: fixed missing page_format in logs
|
changeset |
files
|
Sat, 14 Mar 2009 15:25:23 -0400 |
Dan |
Installer: payload: Minor performance tweak
|
changeset |
files
|
Sat, 14 Mar 2009 15:24:56 -0400 |
Dan |
DBAL: Fixed missing $loc in pgsql die_json()
|
changeset |
files
|
Sat, 14 Mar 2009 14:14:41 -0400 |
Dan |
Removed some stray PunBB CSS files (thanks Neal)
|
changeset |
files
|
Sat, 14 Mar 2009 14:14:24 -0400 |
Dan |
install-cli: Fixed wrong language string id for $driver
|
changeset |
files
|
Sat, 14 Mar 2009 14:06:02 -0400 |
Dan |
Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
|
changeset |
files
|
Fri, 06 Mar 2009 11:19:55 -0500 |
Dan |
template: added ability for themes to hide user, tools, and search sidebar blocks
|
changeset |
files
|
Fri, 06 Mar 2009 11:19:29 -0500 |
Dan |
Change to search behavior for heading+link in sidebar collapse code
|
changeset |
files
|
Fri, 06 Mar 2009 11:18:34 -0500 |
Dan |
MessageBox: fixed: load fadefilter when aclDisableTransitionFX on
|
changeset |
files
|
Fri, 06 Mar 2009 11:17:47 -0500 |
Dan |
Added ability for jBox to align submenu position to right of parent button instead of left
|
changeset |
files
|
Mon, 02 Mar 2009 17:05:27 -0500 |
Dan |
Installer: minor: added a box on sysreqs success
|
changeset |
files
|
Mon, 02 Mar 2009 16:46:10 -0500 |
Dan |
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
|
changeset |
files
|
Mon, 02 Mar 2009 16:45:28 -0500 |
Dan |
Installer: fixed load of lang_js on finish
|
changeset |
files
|
Sun, 01 Mar 2009 22:52:31 -0500 |
Dan |
jQuery: updated to latest jQuery + jQuery UI
|
changeset |
files
|
Sun, 01 Mar 2009 22:52:20 -0500 |
Dan |
Template: addslashes() around wiki_edit_notice_text (whoops)
|
changeset |
files
|
Sat, 28 Feb 2009 14:38:10 -0500 |
Dan |
http: minor fix to tolerate missing SERVER_SOFTWARE
|
changeset |
files
|
Thu, 26 Feb 2009 01:28:18 -0500 |
Dan |
Plugin backend: bugfix: installing a plugin should now properly import its strings
|
changeset |
files
|
Thu, 26 Feb 2009 01:27:56 -0500 |
Dan |
Set password in userinfo to allow auth plugins to see it (some really do need it)
|
changeset |
files
|
Thu, 26 Feb 2009 01:27:23 -0500 |
Dan |
Plugin manager: system plugins now sorted to last
|
changeset |
files
|
Thu, 26 Feb 2009 01:07:32 -0500 |
Dan |
Added possibility for auth plugins, which can log a user in using non-standard authentication methods.
|
changeset |
files
|
Thu, 26 Feb 2009 01:06:58 -0500 |
Dan |
setConfig() will now delete config values if the second parameter is explicitly set to false
|
changeset |
files
|
Thu, 26 Feb 2009 01:04:27 -0500 |
Dan |
HMAC functions are now standards-compliant (not a security issue). This BREAKS 1.1.6-hg passwords!
|
changeset |
files
|
Thu, 26 Feb 2009 01:03:22 -0500 |
Dan |
Added a basic plugin/hook framework for Javascript
|
changeset |
files
|
Thu, 26 Feb 2009 01:02:50 -0500 |
Dan |
[minor] changed heading format in mainpage-default
|
changeset |
files
|
Thu, 26 Feb 2009 01:02:33 -0500 |
Dan |
Fixed default ACLs
|
changeset |
files
|
Thu, 26 Feb 2009 01:02:00 -0500 |
Dan |
Added color specifications on input fields for admin and oxygen
|
changeset |
files
|
Wed, 25 Feb 2009 13:39:49 -0500 |
Dan |
Blah. Wrong type for those getConfig values.
|
changeset |
files
|
Wed, 25 Feb 2009 13:38:21 -0500 |
Dan |
Fixed: no default values in for avatar upload settings
|
changeset |
files
|
Mon, 16 Feb 2009 17:12:02 -0500 |
Dan |
[Oops] removed debug message in install-cli
|
changeset |
files
|
Mon, 16 Feb 2009 17:01:56 -0500 |
Dan |
Damn, forgot to add the version insertion back into schema
|
changeset |
files
|
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)
|
changeset |
files
|
Mon, 16 Feb 2009 16:04:54 -0500 |
Dan |
Made all page_id and namespace columns consistent
|
changeset |
files
|
Mon, 16 Feb 2009 16:04:31 -0500 |
Dan |
Added Unicode support for usernames and passwords (this is probably best considered a JS crypto bug)
|
changeset |
files
|
Mon, 16 Feb 2009 13:01:35 -0500 |
Dan |
Fixed https urls not allowed in user_extra CPs; fixed nonworking password reset in admin CP
|
changeset |
files
|
Mon, 26 Jan 2009 11:45:48 -0500 |
Dan |
Added a few hooks to Admin:GeneralConfig (didn't I do this already?)
|
changeset |
files
|
Sun, 25 Jan 2009 21:21:07 -0500 |
Dan |
Merging Nighthawk (anti-spam work) and Scribus (AJAX work + debugging + CLI installer) branches
|
changeset |
files
|
Sun, 25 Jan 2009 21:20:14 -0500 |
Dan |
Replaced integer checks that used preg_match() to use ctype_digit() instead
|
changeset |
files
|
Sun, 25 Jan 2009 21:18:05 -0500 |
Dan |
Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
|
changeset |
files
|
Sun, 25 Jan 2009 20:35:32 -0500 |
Dan |
Login: reauth: window.location.hash is now updated to include the new SID so that page reloads will use it
|
changeset |
files
|
Sun, 25 Jan 2009 20:35:06 -0500 |
Dan |
AJAX core library: possible breaking change, readystatechange functions are now called with the XHR instance as the first parameter, to allow requests to run in parallel. This means much better stability but may break some applets (compatibility hack is included)
|
changeset |
files
|
Sun, 25 Jan 2009 20:27:14 -0500 |
Dan |
Oxygen: synced mint style
|
changeset |
files
|
Sun, 25 Jan 2009 20:26:50 -0500 |
Dan |
PageProcessor: fix not setting page_exists to true after create_page() success (todo: move to Namespace_*?); add $visible parameter to create_page()
|
changeset |
files
|
Sun, 25 Jan 2009 20:24:38 -0500 |
Dan |
Change config.new.php and .htaccess.new to have a single newline according to Fedora project guidelines
|
changeset |
files
|
Fri, 23 Jan 2009 22:03:39 -0500 |
Dan |
Installer: add RewriteBase to .htaccess to work properly under aliased Apache setups (generated 404s in QA)
|
changeset |
files
|
Fri, 23 Jan 2009 21:59:03 -0500 |
Dan |
A few bugfixes in CLI installer related to interactivity
|
changeset |
files
|
Sat, 17 Jan 2009 15:16:36 -0500 |
Dan |
SECURITY: Fix XSS under IE in closing tags (shared sanitizer)
|
changeset |
files
|
Fri, 16 Jan 2009 13:14:08 -0500 |
Dan |
Fixed login form being focused too early (caused page to scroll up)
|
changeset |
files
|
Fri, 16 Jan 2009 13:13:37 -0500 |
Dan |
Deprecated old grab_password_hash() functions in session
|
changeset |
files
|
Fri, 16 Jan 2009 13:13:03 -0500 |
Dan |
Whoops! Fixed an SQL injection vulnerability in the CLI installer. (Not like it's a huge deal because the vulnerability was only introduced last commit and if you make it to that stage you already know the database password)
|
changeset |
files
|
Wed, 14 Jan 2009 23:29:14 -0500 |
Dan |
Added already-installed check to cli-core
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 11 Jan 2009 21:37:49 -0500 |
Dan |
Added support for live re-auth and de-auth; fully AJAX, no page reload required, plus plugin-usable API.
|
changeset |
files
|
Sun, 11 Jan 2009 21:37:39 -0500 |
Dan |
JS core: whiteOutReportSuccess now has a sister whiteOutReportFailure(); both abstracted to function whiteOutDestroyWithImage(whitey, image_url)
|
changeset |
files
|
Sun, 11 Jan 2009 21:36:36 -0500 |
Dan |
DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()
|
changeset |
files
|
Sun, 11 Jan 2009 21:35:39 -0500 |
Dan |
Plugin manager: added support for having specific install and uninstall blocks per DBMS
|
changeset |
files
|
Sun, 11 Jan 2009 21:35:03 -0500 |
Dan |
Special:Administration: fixed 404 on several Tigra tree menu images
|
changeset |
files
|
Sun, 11 Jan 2009 21:34:27 -0500 |
Dan |
jBox: When an anchor in a menu is clicked, menu is now hidden
|
changeset |
files
|
Sun, 11 Jan 2009 21:32:24 -0500 |
Dan |
Fix undefined variable in special namespace missing function handler
|
changeset |
files
|
Sun, 11 Jan 2009 21:31:27 -0500 |
Dan |
If there's an onlineupgrade.php, installer index.php will link to that instead of upgrade.php (future readiness ;))
|
changeset |
files
|
Sun, 11 Jan 2009 21:30:46 -0500 |
Dan |
Fix version number warning in installer common
|
changeset |
files
|
Sun, 04 Jan 2009 01:43:16 -0500 |
Dan |
Upgrades should work now.
|
changeset |
files
|
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.
|
changeset |
files
|
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].
|
changeset |
files
|
Sat, 03 Jan 2009 17:54:26 -0500 |
Dan |
Added a couple of hooks for the registration form.
|
changeset |
files
|
Wed, 31 Dec 2008 08:40:38 -0500 |
Dan |
Redid error handler (it was causing some problems with gzip enabled)
|
changeset |
files
|
Wed, 24 Dec 2008 10:04:48 -0500 |
Dan |
Small speed optimization to admin panel loader
|
changeset |
files
|
Wed, 24 Dec 2008 10:04:37 -0500 |
Dan |
Revamped main page default content
|
changeset |
files
|
Wed, 24 Dec 2008 10:04:19 -0500 |
Dan |
Several thematic enhancements to Oxygen including making the main page title an h1
|
changeset |
files
|
Mon, 22 Dec 2008 21:54:30 -0500 |
Dan |
Added support for re-auth on submit to rank manager when session goes bad; still more to come
|
changeset |
files
|
Mon, 22 Dec 2008 21:26:19 -0500 |
Dan |
Added dynamic reload-less re-auth to admin panel, so that if a session is lost it can be recovered without a reload. Support for hooking into form submits will be added in the future.
|
changeset |
files
|
Mon, 22 Dec 2008 21:25:14 -0500 |
Dan |
Updated URLs and strings to point to the new server (ktulu)
|
changeset |
files
|
Mon, 22 Dec 2008 18:51:05 -0500 |
Dan |
Fixed a few bugs with plugin management and importing of old plugin metadata
|
changeset |
files
|
Mon, 22 Dec 2008 13:31:07 -0500 |
Dan |
Added support for upgrades from Ferrishyn
|
changeset |
files
|
Mon, 22 Dec 2008 13:30:49 -0500 |
Dan |
Added paginator_goto() to function reverse map; fixed some missing component loads in pagination code
|
changeset |
files
|
Mon, 22 Dec 2008 13:30:00 -0500 |
Dan |
When will that stupid user -> user_id bug stop REARING ITS UGLY HEAD. DIE! DIE! DIE! DIE! DIE!
|
changeset |
files
|
Sun, 21 Dec 2008 22:06:25 -0500 |
Dan |
Fixed: autocomplete got broken somehow
|
changeset |
files
|
Sun, 21 Dec 2008 20:47:32 -0500 |
Dan |
Unstable alpha release: 1.1.5 (Caoineag alpha 5)
|
changeset |
files
|
Sun, 21 Dec 2008 18:02:55 -0500 |
Dan |
Added ajaxReverseDNS to function-to-script map.
1.1.5
|
changeset |
files
|
Sun, 21 Dec 2008 17:56:32 -0500 |
Dan |
Added spell-checking support for TinyMCE on user request (see: http://forum.enanocms.org/topic/11/)
|
changeset |
files
|
Sun, 21 Dec 2008 17:32:03 -0500 |
Dan |
Minor cosmetic change to installer: bumped down Continue button on payload page by 12px
|
changeset |
files
|
Sun, 21 Dec 2008 17:25:28 -0500 |
Dan |
Corrected a few issues with languages and client-side code
|
changeset |
files
|
Sun, 21 Dec 2008 16:56:38 -0500 |
Dan |
Updated KNOWN_BUGS.
|
changeset |
files
|
Sun, 21 Dec 2008 16:54:04 -0500 |
Dan |
A few fixes to the most recently added feature: more efficiency tweaks, tweaked l10n to have beetter fetch-on-demand support to ensure that stubs are never returned
|
changeset |
files
|
Sun, 21 Dec 2008 16:41:03 -0500 |
Dan |
load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too.
|
changeset |
files
|
Sun, 21 Dec 2008 16:28:00 -0500 |
Dan |
Upgraded TinyMCE to version 3.2.1.1
|
changeset |
files
|
Sun, 21 Dec 2008 15:35:46 -0500 |
Dan |
[Branding] New artwork swapped in for the old. See <http://enanocms.org/News:1228698725>.
|
changeset |
files
|
Sun, 21 Dec 2008 07:07:21 -0500 |
Dan |
Fixed a couple PostgreSQL bugs.
|
changeset |
files
|
Sun, 21 Dec 2008 06:34:43 -0500 |
Dan |
Minor string change to match other string changes in 1.1 installer
|
changeset |
files
|
Sun, 21 Dec 2008 06:33:31 -0500 |
Dan |
Squashed one last typo.
|
changeset |
files
|
Sun, 21 Dec 2008 06:32:06 -0500 |
Dan |
Fixed a couple typos in mod_rewrite detection (I'm really doing this blind, as the source tree used for testing is different than the one for editing)
|
changeset |
files
|
Sun, 21 Dec 2008 06:30:33 -0500 |
Dan |
Fixed: checked for win32 but not winnnt
|
changeset |
files
|
Sun, 21 Dec 2008 06:22:17 -0500 |
Dan |
Merged WINDOWS_MOD_REWRITE_WORKAROUNDS changes from stable.
|
changeset |
files
|
Sun, 21 Dec 2008 04:26:56 -0500 |
Dan |
Fixed timezone preference setting not fully implemented; added ability for users to select their own rank from a list of possible ranks based on group membership and user level
|
changeset |
files
|
Sun, 21 Dec 2008 04:24:52 -0500 |
Dan |
Fixed: update_plugins_cache() is now tolerant of write errors
|
changeset |
files
|
Sun, 21 Dec 2008 04:23:47 -0500 |
Dan |
Fixed: private keys were way too long in EnanoMath
|
changeset |
files
|
Fri, 19 Dec 2008 21:29:17 -0500 |
Dan |
template: Fixed undefined $from_internal in assign_bool(); theme.cfg now require()d on theme load
|
changeset |
files
|
Fri, 19 Dec 2008 21:27:51 -0500 |
Dan |
Added support for IPv6 IP ranges... ehh, not easy.
|
changeset |
files
|
Fri, 19 Dec 2008 21:27:05 -0500 |
Dan |
Removed obsolete JWS code from enano-shared
|
changeset |
files
|
Fri, 19 Dec 2008 21:26:47 -0500 |
Dan |
Updated KNOWN_BUGS.
|
changeset |
files
|
Fri, 19 Dec 2008 21:26:22 -0500 |
Dan |
[Minor] Enabled anonymous user autocompletion in ACL tracer
|
changeset |
files
|
Fri, 19 Dec 2008 21:25:06 -0500 |
Dan |
Fixed: editor state was not unlocked after draft save
|
changeset |
files
|
Fri, 19 Dec 2008 21:23:57 -0500 |
Dan |
Removed the completely obsolete old Special:CreatePage function
|
changeset |
files
|
Tue, 02 Dec 2008 21:11:22 -0500 |
Dan |
External links in sidebar now work with manual port numbers and IPv6 addresses
|
changeset |
files
|
Sat, 29 Nov 2008 22:49:41 -0500 |
Dan |
Plugins can now register their own custom actions for $_GET["do"].
|
changeset |
files
|
Sat, 29 Nov 2008 22:44:40 -0500 |
Dan |
Added additionalwhere option (it was already documented) to custom search API
|
changeset |
files
|
Sat, 29 Nov 2008 00:38:35 -0500 |
Dan |
Fixed PostgreSQL incompatibility in new search API
|
changeset |
files
|
Sat, 29 Nov 2008 00:20:57 -0500 |
Dan |
Added a new search API that allows much easier registration of search results. Basically you give the engine a table, a few columns to look at, and tell it how to format the results and you're done.
|
changeset |
files
|
Sat, 29 Nov 2008 00:19:39 -0500 |
Dan |
Fixed sliders not working right with non-Oxygen themes
|
changeset |
files
|
Sat, 29 Nov 2008 00:19:16 -0500 |
Dan |
[minor] optimized loading comments a little bit
|
changeset |
files
|
Fri, 28 Nov 2008 22:53:12 -0500 |
Dan |
Removed Slide-In-Slide-Out-Ala-Digg, replaced with jQuery
|
changeset |
files
|
Fri, 28 Nov 2008 22:52:29 -0500 |
Dan |
Fixed an onload recursion issue if load_component() is called during global onload
|
changeset |
files
|
Fri, 28 Nov 2008 22:11:51 -0500 |
Dan |
Out with those confusing redistribution terms. That whole clause is much more simple now. (TODO: this needs to be seriously looked over by beta 1)
|
changeset |
files
|
Fri, 28 Nov 2008 22:10:47 -0500 |
Dan |
Fixed: Admin:PageGroups create form did not init properly
|
changeset |
files
|
Thu, 20 Nov 2008 22:59:25 -0500 |
Dan |
Added dependency checking in ACL tracer
|
changeset |
files
|
Thu, 20 Nov 2008 22:59:11 -0500 |
Dan |
Added makeSwitchable Dynano method for textareas; enabled support for makeSwitchable in comment runtime
|
changeset |
files
|
Thu, 20 Nov 2008 22:58:30 -0500 |
Dan |
[minor] snip some debugging code from autofill
|
changeset |
files
|
Thu, 20 Nov 2008 22:51:02 -0500 |
Dan |
Add some performance info to jsres
|
changeset |
files
|
Thu, 20 Nov 2008 22:50:32 -0500 |
Dan |
Added full all-namespace transclusion support in RenderMan
|
changeset |
files
|
Wed, 19 Nov 2008 11:37:45 -0500 |
Dan |
Polished up inline rename in oxygen (todo: make this script shared/core?)
|
changeset |
files
|
Wed, 19 Nov 2008 11:37:10 -0500 |
Dan |
Fixed: Special:Memberlist still used SpryEffects
|
changeset |
files
|
Mon, 17 Nov 2008 11:25:06 -0500 |
Dan |
Fixed DiffieHellman only half-implemented in user admin CP (changing passwords did not work)
|
changeset |
files
|
Sat, 15 Nov 2008 18:23:25 -0500 |
Dan |
Added ability to have alternate main page for members
|
changeset |
files
|
Sat, 15 Nov 2008 18:22:13 -0500 |
Dan |
Moved getElementsByClassName to functions.js (dependency issues)
|
changeset |
files
|
Sat, 15 Nov 2008 18:21:35 -0500 |
Dan |
Fixed minor formatting bug in sidebar editor
|
changeset |
files
|
Sat, 15 Nov 2008 18:21:16 -0500 |
Dan |
load_component() now uses wait cursor on document.body
|
changeset |
files
|
Sun, 09 Nov 2008 18:21:30 -0500 |
Dan |
Fixed exception handling from session->fetch_page_acl() in ACL trace server side
|
changeset |
files
|
Sun, 09 Nov 2008 14:45:07 -0500 |
Dan |
Cleaned up tags
|
changeset |
files
|
Sun, 09 Nov 2008 14:22:41 -0500 |
Dan |
Merging with upstream
|
changeset |
files
|
Sun, 09 Nov 2008 14:22:03 -0500 |
Dan |
Merging branches
|
changeset |
files
|
Mon, 03 Nov 2008 08:56:44 -0500 |
Dan |
Fixed error-out when DiffieHellman not supported and respawn requested (part of OS X QA process)
|
changeset |
files
|
Sun, 09 Nov 2008 14:10:24 -0500 |
Dan |
Made defectivebydesign.org image local
|
changeset |
files
|
Sun, 09 Nov 2008 09:03:10 -0500 |
Dan |
Added config option to grant userpage rights to new users (defaults to on, as it was hardcoded on before)
|
changeset |
files
|
Sun, 09 Nov 2008 09:02:35 -0500 |
Dan |
[minor] fixed non-hidden next button in ACL trace view
|
changeset |
files
|
Sat, 08 Nov 2008 22:37:59 -0500 |
Dan |
Merging in the past three months' work on ACL tracing tools.
|
changeset |
files
|
Sat, 08 Nov 2008 22:37:40 -0500 |
Dan |
[minor] Login box shook too slowly on failure
|
changeset |
files
|
Sat, 08 Nov 2008 22:37:12 -0500 |
Dan |
JSON parse failures should spawn their own darkener layer now instead of reusing the main one if applicable
|
changeset |
files
|
Sat, 08 Nov 2008 22:36:28 -0500 |
Dan |
Upgraded jQuery UI.
|
changeset |
files
|
Sat, 08 Nov 2008 22:35:59 -0500 |
Dan |
Fixed DiffieHellman being included twice when not supported and login fails
|
changeset |
files
|
Sat, 08 Nov 2008 22:35:05 -0500 |
Dan |
Fixed plugin manager not checking for plugin file existence before marking to load
|
changeset |
files
|
Sat, 08 Nov 2008 22:34:27 -0500 |
Dan |
[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely
|
changeset |
files
|
Sat, 08 Nov 2008 22:33:51 -0500 |
Dan |
[minor] AboutEnano can detect Mac OS X now
|
changeset |
files
|
Sat, 08 Nov 2008 22:33:26 -0500 |
Dan |
Fixed filename not being sent through sanitize_page_id() during upload. Non-security.
|
changeset |
files
|
Sat, 08 Nov 2008 22:32:43 -0500 |
Dan |
Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out
|
changeset |
files
|
Sat, 08 Nov 2008 22:31:58 -0500 |
Dan |
Fixed system table list; added safeguard against twice prefixing the tables in $system_table_list
|
changeset |
files
|
Sun, 02 Nov 2008 01:42:17 -0400 |
Dan |
Fixed issue where login box was not obeying server orders to disable DiffieHellman. Increased quality of error handling for JS errors during login process.
|
changeset |
files
|
Wed, 22 Oct 2008 10:49:15 -0400 |
Dan |
Made template inclusion wikisyntax fully MediaWiki-compatible
|
changeset |
files
|
Fri, 17 Oct 2008 21:21:55 -0400 |
Dan |
Fixed SpecialAdmin setting theme and style way too late (thanks Andrew Kohnken)
|
changeset |
files
|
Mon, 29 Sep 2008 08:26:49 -0400 |
Dan |
Added ability to use hash marks in internal links
|
changeset |
files
|
Mon, 29 Sep 2008 08:26:21 -0400 |
Dan |
Fixed nonworking editor preview due to uninitialized template
|
changeset |
files
|
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
|
Tue, 22 Jul 2008 17:05:10 -0500 |
Dan |
Made admin theme use jsres instead of JS_{HEADER,FOOTER} because of incompatibilities with Runt
|
changeset |
files
|
Tue, 22 Jul 2008 17:04:18 -0500 |
Dan |
Fixed some unlocalized strings in installer
|
changeset |
files
|
Tue, 22 Jul 2008 17:03:53 -0500 |
Dan |
Fixed unused $admintitle variable in $template->fading_button code generation; fixed missing CDNPATH, JS_HEADER, and JS_FOOTER in template_nodb; localized onpage_lbl_page_external
|
changeset |
files
|
Tue, 22 Jul 2008 17:01:42 -0500 |
Dan |
Made lang.php stop dying due to no strings installed for current language [experimental]
|
changeset |
files
|
Tue, 22 Jul 2008 17:00:54 -0500 |
Dan |
Fixed installer path check in Admin:Home; made admin-menu more compatible with componentized JS
|
changeset |
files
|
Tue, 22 Jul 2008 15:07:14 -0500 |
Dan |
Fixed MiniPrompt message boxes causing the window to scroll up
|
changeset |
files
|
Tue, 22 Jul 2008 14:49:18 -0500 |
Dan |
Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
|
changeset |
files
|
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
|
changeset |
files
|
Sat, 19 Jul 2008 21:14:54 -0400 |
Dan |
Fixed typo (missing equals sign) in allow_anon param to autofill username
|
changeset |
files
|
Sat, 19 Jul 2008 21:14:26 -0400 |
Dan |
Fixed missing require() on search.php in Special:Autofill (damn, when is this going to end?)
|
changeset |
files
|
Sat, 19 Jul 2008 21:01:57 -0400 |
Dan |
Fixed autofill ignoring existing ID for text box parent node. (yes, again)
|
changeset |
files
|
Sat, 19 Jul 2008 20:47:17 -0400 |
Dan |
Fixed disabled buttons sometimes not being apparent in admin theme
|
changeset |
files
|
Sat, 19 Jul 2008 20:47:00 -0400 |
Dan |
Fixed autofill ignoring existing ID for text box parent node. Note that autofill is still in a nonworking state.
|
changeset |
files
|
Sat, 12 Jul 2008 12:34:19 -0400 |
Dan |
Another dummy commit that Nighthawk insists on
|
changeset |
files
|
Sat, 12 Jul 2008 16:31:42 +0000 |
Dan |
Dummy commit because Mercurial wants to merge.
|
changeset |
files
|
Sat, 12 Jul 2008 16:30:03 +0000 |
Dan |
Damn it, something always gets mixed up!
|
changeset |
files
|
Sat, 12 Jul 2008 12:28:55 -0400 |
Dan |
NOW we can tag the release.
|
changeset |
files
|
Sat, 12 Jul 2008 12:28:31 -0400 |
Dan |
Permissions mix-up on Nighthawk, straightening things out. Unstable alpha release: 1.1.4 (Caoineag alpha 4)
1.1.4
|
changeset |
files
|
Sat, 12 Jul 2008 12:25:37 -0400 |
Dan |
Tagging for latest release
|
changeset |
files
|
Sat, 12 Jul 2008 12:25:25 -0400 |
Dan |
Re-merge of c9ea830a211f (oops)
|
changeset |
files
|
Sat, 12 Jul 2008 12:23:42 -0400 |
Dan |
Unstable alpha release: 1.1.4 (Caoineag alpha 4)
|
changeset |
files
|
Sat, 12 Jul 2008 12:01:07 -0400 |
Dan |
Fixed a few more PostgreSQL bugs with insert_id() and an issue with setting SERIAL columns manually. May break things if installed into a database without first dropping tables.
|
changeset |
files
|
Sat, 12 Jul 2008 10:49:10 -0400 |
Dan |
Fixed up the save routine in PageManager a bit
|
changeset |
files
|
Sat, 12 Jul 2008 09:32:18 -0400 |
Dan |
Final readme revision for release 1.1.4
|
changeset |
files
|
Sat, 12 Jul 2008 05:11:33 -0400 |
Dan |
Made the rank editor actually refresh the ranks cache upon creating/editing/deleting a rank. It's 5 in the morning, I'm going to bed, release is first thing after breakfast and coffee.
|
changeset |
files
|
Sat, 12 Jul 2008 05:10:39 -0400 |
Dan |
Added KNOWN_BUGS file.
|
changeset |
files
|
Sat, 12 Jul 2008 04:49:30 -0400 |
Dan |
Added group_rank option in admin group manager and user_title option in admin user manager
|
changeset |
files
|
Sat, 12 Jul 2008 04:10:04 -0400 |
Dan |
Fixed DiffieHellman in UserManager and added rank selector
|
changeset |
files
|
Sat, 12 Jul 2008 03:55:14 -0400 |
Dan |
Added Gravatar support in UserManager in admin panel
|
changeset |
files
|
Sat, 12 Jul 2008 03:32:57 -0400 |
Dan |
Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
|
changeset |
files
|
Sat, 12 Jul 2008 00:31:44 -0400 |
Dan |
Fixed a few more upgrader glitches and polished things a bit more.
|
changeset |
files
|
Sat, 12 Jul 2008 00:07:53 -0400 |
Dan |
Refined upgrade process a bit. Uses libenanoinstall (incomplete), and post stage added to flush caches and import new strings
|
changeset |
files
|
Sat, 12 Jul 2008 00:07:23 -0400 |
Dan |
Hopefully fixed user_timezone bug in PostgreSQL upgrade
|
changeset |
files
|
Wed, 09 Jul 2008 23:44:19 -0400 |
Dan |
Fixed bad ALTER command in PostgreSQL 1.1.2 -> 1.1.3 upgrade
|
changeset |
files
|
Wed, 09 Jul 2008 23:44:04 -0400 |
Dan |
Fixed language string loading in upgrader
|
changeset |
files
|
Wed, 09 Jul 2008 22:49:06 -0400 |
Dan |
Fixed another bad tinyMCE reference in editor.js
|
changeset |
files
|
Wed, 09 Jul 2008 22:40:41 -0400 |
Dan |
Added Gravatar support! And it's really configurable too.
|
changeset |
files
|
Wed, 09 Jul 2008 21:04:51 -0400 |
Dan |
Added "default" option for getConfig() and made setConfig() only set if the new value is different
|
changeset |
files
|
Wed, 09 Jul 2008 21:04:10 -0400 |
Dan |
Oops, somehow changed mysql_query() to pg_query() in MySQL DBAL
|
changeset |
files
|
Wed, 09 Jul 2008 21:02:28 -0400 |
Dan |
Fixed undefined group_rank_id in sessions
|
changeset |
files
|
Wed, 09 Jul 2008 21:02:09 -0400 |
Dan |
Fixed missing require() on search.php in rebuild_page_index()
|
changeset |
files
|
Wed, 09 Jul 2008 20:53:47 -0400 |
Dan |
Got the installer working. Fixed a few bugs including a nasty-to-debug issue where the lang_id was being hardcoded during installation, resulting in strings being inserted with the wrong lang_id causing an infinfinite loop with fetch() throwing a "no strings" error and using template (which calls fetch()) to complain
|
changeset |
files
|
Wed, 09 Jul 2008 18:38:44 -0400 |
Dan |
Fixed lack of str_replace() to runtime-patch cache_anon_sidebar
|
changeset |
files
|
Wed, 09 Jul 2008 18:02:32 -0400 |
Dan |
Got user registration working with the new componentized JS framework
|
changeset |
files
|
Wed, 09 Jul 2008 17:47:57 -0400 |
Dan |
Completed work (we hope) on CacheManager admin page
|
changeset |
files
|
Wed, 09 Jul 2008 17:38:26 -0400 |
Dan |
Made CLI version of common load cache manager properly
|
changeset |
files
|
Wed, 09 Jul 2008 17:38:08 -0400 |
Dan |
Sprited icons for admin panel applets
|
changeset |
files
|
Wed, 09 Jul 2008 13:20:49 -0400 |
Dan |
Fixed gzip output - no longer depends on ob_gzhandler(), uses gzencode() now with a failsafe available if gzencode() is not available. Public function gzip_output() remains unchanged.
|
changeset |
files
|
Wed, 09 Jul 2008 13:18:25 -0400 |
Dan |
Fixed a few places where page metadata cache should have been purged (there may be a few more commits like this)
|
changeset |
files
|
Mon, 07 Jul 2008 18:13:01 -0400 |
Dan |
Merging nighthawk and scribus branches (now that nighthawk isn't panicked anymore)
|
changeset |
files
|
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)
|
changeset |
files
|
Mon, 07 Jul 2008 03:52:16 -0400 |
Dan |
Moved enano_safe_array_merge() to functions.php as comment.php depends on it
|
changeset |
files
|
Mon, 07 Jul 2008 02:50:17 -0400 |
Dan |
First draft of new CacheManager admin page. Backend is yet to be implemented.
|
changeset |
files
|
Mon, 07 Jul 2008 02:49:54 -0400 |
Dan |
Fixed missing require() on math.php in SpecialUserFuncs
|
changeset |
files
|
Mon, 07 Jul 2008 02:49:26 -0400 |
Dan |
Moved all account deactivation notice presentation code to its own method in sessions
|
changeset |
files
|
Mon, 07 Jul 2008 02:48:44 -0400 |
Dan |
Fixed missing randkey() method in rijndael.php
|
changeset |
files
|
Mon, 07 Jul 2008 02:48:14 -0400 |
Dan |
Fixed $use_cache bug in plugins.php
|
changeset |
files
|
Mon, 07 Jul 2008 02:47:20 -0400 |
Dan |
Fixed missing require() on stats.php in pageprocess; made pageprocess update the metadata cache on page rename
|
changeset |
files
|
Mon, 07 Jul 2008 02:46:44 -0400 |
Dan |
Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
|
changeset |
files
|
Mon, 07 Jul 2008 02:41:50 -0400 |
Dan |
Added the theme_is_<themeid> template boolean value to allow conditional template code depending on theme ID (in shared templates, sidebar blocks, etc.)
|
changeset |
files
|
Mon, 07 Jul 2008 02:37:12 -0400 |
Dan |
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
|
changeset |
files
|
Thu, 03 Jul 2008 15:37:18 -0400 |
Dan |
Added failsafe .htaccess files to enable far future Expires and mod_deflate
|
changeset |
files
|
Thu, 03 Jul 2008 15:34:09 -0400 |
Dan |
As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.
|
changeset |
files
|
Thu, 03 Jul 2008 15:08:35 -0400 |
Dan |
A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 02 Jul 2008 19:36:44 -0400 |
Dan |
Another sweep from the optimization monster.
|
changeset |
files
|
Mon, 30 Jun 2008 17:22:29 -0400 |
Dan |
Made $session->private_key protected and added pk_{en,de}crypt methods for encrypting and decrypting data using the private key
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 26 Jun 2008 21:36:32 -0400 |
Dan |
[minor] Added password_score_* into placeholder functions
|
changeset |
files
|
Thu, 26 Jun 2008 20:55:13 -0400 |
Dan |
Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
|
changeset |
files
|
Thu, 26 Jun 2008 18:05:42 -0400 |
Dan |
Oops, scriptPath isn't defined in jsres.php.
|
changeset |
files
|
Thu, 26 Jun 2008 18:03:04 -0400 |
Dan |
Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
|
changeset |
files
|
Thu, 26 Jun 2008 17:31:33 -0400 |
Dan |
Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
|
changeset |
files
|
Thu, 26 Jun 2008 17:01:42 -0400 |
Dan |
Fixed missing table_prefix in generate_rank_sql()
|
changeset |
files
|
Thu, 26 Jun 2008 16:56:52 -0400 |
Dan |
Installer should work with JS componentization now
|
changeset |
files
|
Tue, 24 Jun 2008 23:37:23 -0400 |
Dan |
Majorly reworked Javascript runtime stuff to use on-demand loading.
|
changeset |
files
|
Sun, 22 Jun 2008 18:13:59 -0400 |
Dan |
Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
|
changeset |
files
|
Wed, 18 Jun 2008 22:43:16 -0400 |
Dan |
Fixed SQL syntax error thrown during rank data fetch
|
changeset |
files
|
Mon, 16 Jun 2008 19:20:13 -0400 |
Dan |
Fixed access type warning in discussion button generation in template
|
changeset |
files
|
Mon, 16 Jun 2008 19:16:12 -0400 |
Dan |
Fixed: init_vars double-init check ignored theme changes/reloads
|
changeset |
files
|
Mon, 16 Jun 2008 19:07:15 -0400 |
Dan |
Made template parser remember last initted page_id and namespace to avoid double init; made additional_headers reassign only do so if $template->additional_headers is empty (it's being blanked somehow, need to come up with a backtrace sometime)
|
changeset |
files
|
Mon, 16 Jun 2008 19:05:16 -0400 |
Dan |
Fixed undefined index left over from scope system rewrite a few days ago
|
changeset |
files
|
Mon, 16 Jun 2008 19:04:33 -0400 |
Dan |
Fixed two bugs in paginator: noisy warning when rows run out and empty strings not being treated as valid from formatting functions
|
changeset |
files
|
Sun, 15 Jun 2008 01:38:33 -0400 |
Dan |
Fixed title not being set properly in redirect()
|
changeset |
files
|
Sun, 15 Jun 2008 01:30:00 -0400 |
Dan |
Renamed some functions (that were new in this release anyway) due to compatibility broken with PunBB bridge
|
changeset |
files
|
Sun, 15 Jun 2008 01:29:30 -0400 |
Dan |
Moved some TinyMCE init code to make JS early init work
|
changeset |
files
|
Sun, 15 Jun 2008 00:59:37 -0400 |
Dan |
Got ACL scope logic working again and began enforcing it. Breaking API change: assigning page title with $template->tpl_strings['PAGE_NAME'] will no longer work, use $template->assign_vars(). Workaround may be added later. Test for assign_vars method if compatibility needed. Added namespace processor API (non-breaking change). Several other things tweaked around as well.
|
changeset |
files
|
Sat, 14 Jun 2008 22:01:24 -0400 |
Dan |
Fixed some plugin compatibility issues seen in Nuggie
|
changeset |
files
|
Tue, 10 Jun 2008 10:51:44 -0400 |
Dan |
Updated image tag parser a bit. Handles recursion of brackets properly now, allows custom parameters from plugins, and takes parameters in any order due to new keyword-based parser
|
changeset |
files
|
Tue, 10 Jun 2008 00:21:34 -0400 |
Dan |
A bit of UX improvement to upgrade UI; updated readme for 1.1.4
|
changeset |
files
|
Mon, 09 Jun 2008 20:52:34 -0400 |
Dan |
Actually made the "prevent search indexing" switch work. Needs to be merged with stable.
|
changeset |
files
|
Sat, 07 Jun 2008 22:50:31 -0400 |
Dan |
Made ajaxReset() call the actual requested title instead of effective title; fixed (again) template compiler bug not matching certain tags (probably PCRE bug)
|
changeset |
files
|
Sat, 07 Jun 2008 12:50:21 -0400 |
Dan |
[YSlow experimental] Moved jsres.php include to bottom of the body in oxygen
|
changeset |
files
|
Sat, 07 Jun 2008 12:49:45 -0400 |
Dan |
Updated version number metadata in system plugin files; added some comments and removed unused code from index.php and includes/graphs.php
|
changeset |
files
|
Sat, 07 Jun 2008 12:48:39 -0400 |
Dan |
First test of rank manager interface, not currently capable of doing anything interesting (fills form with placeholder data); strings are in an earlier commit
|
changeset |
files
|
Sat, 07 Jun 2008 12:46:18 -0400 |
Dan |
Got initial CSRF token framework implemented and sample implementation added in Special:Logout; removing Javascript compression engine from aggressive_optimize_html() and instead calling JavascriptCompressor class from js-compressor.php
|
changeset |
files
|
Sat, 07 Jun 2008 12:43:57 -0400 |
Dan |
Removed remaining references to enano.homelinux.org
|
changeset |
files
|
Sat, 07 Jun 2008 12:43:19 -0400 |
Dan |
Added re-import function to plugin manager
|
changeset |
files
|
Sat, 07 Jun 2008 12:40:53 -0400 |
Dan |
[YSlow] Added Expires header on jsres.php
|
changeset |
files
|
Sat, 07 Jun 2008 12:40:29 -0400 |
Dan |
Fixed some GD detection bugs with freecap
|
changeset |
files
|
Sat, 07 Jun 2008 12:39:24 -0400 |
Dan |
Modified $template->init_vars() to pivot to local page metadata and permissions from a PageProcessor object instead of global data from $paths and permissions from $session to allow redirects to affect on-page controls as well as the actual content (only partially complete, protection and several other elements still need to be localized)
|
changeset |
files
|
Sat, 24 May 2008 23:40:42 -0400 |
Dan |
More work done on effective permissions API, namely reporting of page group and usergroup names
|
changeset |
files
|
Fri, 16 May 2008 12:22:26 -0400 |
Dan |
Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
|
changeset |
files
|
Mon, 12 May 2008 00:59:46 -0400 |
Dan |
Revamped some ACL code and added effective permissions calculation code into session manager
|
changeset |
files
|
Sun, 11 May 2008 21:05:27 -0400 |
Dan |
Merged in the word_lcase column (finally)
|
changeset |
files
|
Sun, 11 May 2008 16:59:45 -0400 |
Dan |
Moved some more images into sprites for Oxygen
|
changeset |
files
|
Sun, 11 May 2008 16:59:21 -0400 |
Dan |
Minified some JS files using YUI compressor
|
changeset |
files
|
Sun, 11 May 2008 16:58:58 -0400 |
Dan |
Added ability to delete the draft revision; [SECURITY] fixed lack of permission check on draft save; renamed messagebox() constructor to MessageBox() (backward compat. maintained)
|
changeset |
files
|
Wed, 07 May 2008 14:06:16 -0400 |
Dan |
Added source and compiled images for Mint's sprites
|
changeset |
files
|
Wed, 07 May 2008 14:05:50 -0400 |
Dan |
Re-synced Mint style from the Oxygen theme
|
changeset |
files
|
Wed, 07 May 2008 14:05:31 -0400 |
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
|
changeset |
files
|
Mon, 05 May 2008 20:37:33 -0400 |
Dan |
Switched Oxygen to use CSS sprites for faster loading (CSS changes were in a past commit, only adding image files here)
|
changeset |
files
|
Mon, 05 May 2008 20:31:19 -0400 |
Dan |
Add standard header comment block and date of changes to tiny_mce_gzip to conform to GPL/LGPL
|
changeset |
files
|
Mon, 05 May 2008 20:28:13 -0400 |
Dan |
Added TinyMCE compression support and made some supporting modifications to common.php
|
changeset |
files
|
Mon, 05 May 2008 20:08:44 -0400 |
Dan |
Upgraded TinyMCE to version 3.0.8
|
changeset |
files
|
Mon, 05 May 2008 20:06:37 -0400 |
Dan |
Added ETag support and increased caching settings to try and speed the system up. Result of a YSlow audit.
|
changeset |
files
|
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.
|
changeset |
files
|
Sat, 26 Apr 2008 17:25:28 -0400 |
Dan |
Added but didn't set up custom_user_title ACL; fixed rebuild_page_index() to use word_lcase
|
changeset |
files
|
Mon, 21 Apr 2008 19:37:31 -0400 |
Dan |
Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
|
changeset |
files
|
Mon, 14 Apr 2008 22:02:32 -0400 |
Dan |
Merging changes from nighthawk
|
changeset |
files
|
Mon, 14 Apr 2008 22:02:04 -0400 |
Dan |
Added a really simple message box system based on miniPrompts, this will be used for confirmation windows like delete_page, clear_logs, delvote, etc.
|
changeset |
files
|
Mon, 14 Apr 2008 12:13:12 -0400 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
changeset |
files
|
Mon, 14 Apr 2008 22:00:12 -0400 |
Dan |
Fixed selector stage in ACL editor under Safari
|
changeset |
files
|
Mon, 14 Apr 2008 21:59:53 -0400 |
Dan |
Added template_compile_subst hook
|
changeset |
files
|
Sat, 12 Apr 2008 17:57:58 -0400 |
Dan |
Huge improvements to the template_nodb class and surrounding code; moved template compiler core to its own non-classed function to allow code re-use
|
changeset |
files
|
Sat, 12 Apr 2008 10:12:25 -0400 |
Dan |
Finally fixed link coloring settings in Oxygen Bleu; added compatibility wrapper for people that "ajaxLogonInit" over "ajaxLoginInit"
|
changeset |
files
|
Sat, 12 Apr 2008 09:51:35 -0400 |
Dan |
[HIG] Added a little heading and intro message to the top of the plugin manager
|
changeset |
files
|
Sat, 12 Apr 2008 09:50:49 -0400 |
Dan |
Fixed Javascript error in admin-menu with quotes in list items
|
changeset |
files
|
Thu, 10 Apr 2008 07:58:56 -0400 |
Dan |
Implemented security logging for plugin management
|
changeset |
files
|
Wed, 09 Apr 2008 22:45:51 -0400 |
Dan |
Fixed some bad language string references in plugin management API
|
changeset |
files
|
Wed, 09 Apr 2008 22:37:37 -0400 |
Dan |
(Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.
|
changeset |
files
|
Wed, 09 Apr 2008 19:27:02 -0400 |
Dan |
New plugin manager half-implemented. Most of the UI/frontend code is done. Moved sql_parse.php to /includes/ to allow use after installation - TODO: check installer, etc. for breakage
|
changeset |
files
|
Tue, 08 Apr 2008 20:32:30 -0400 |
Dan |
Merging nighthawk and scribus branches
|
changeset |
files
|
Tue, 08 Apr 2008 20:31:58 -0400 |
Dan |
Pretty much pseudo-commit to make Hg let me merge some stuff in, only change was the "system plugin" key in $plugin_meta in PluginManager
|
changeset |
files
|
Tue, 08 Apr 2008 20:30:50 -0400 |
Dan |
Fixed a jBox issue on the AppleMobile platform
|
changeset |
files
|
Tue, 08 Apr 2008 20:08:35 -0400 |
Dan |
Dramatically improved the page-rename UX and added a miniPrompt API that allows small pop-down prompts as opposed to prompt() or confirm().
|
changeset |
files
|
Tue, 08 Apr 2008 20:30:05 -0400 |
Dan |
Implemented the password-reset redirect _properly_ instead of the hackish direct header() call in sessions.php
|
changeset |
files
|
Tue, 08 Apr 2008 20:29:18 -0400 |
Dan |
Optmized a number of Javascript routines for better speed on pathetic Javascript interpreters.
|
changeset |
files
|
Sun, 06 Apr 2008 15:30:39 -0400 |
Dan |
Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.
|
changeset |
files
|
Sun, 06 Apr 2008 14:02:20 -0400 |
Dan |
SECURITY: Disabled caching of decrypted DiffieHellman login requests
|
changeset |
files
|
Tue, 01 Apr 2008 01:26:22 -0400 |
Dan |
Fixed bad captcha refresh code on registration page
|
changeset |
files
|
Tue, 01 Apr 2008 01:25:47 -0400 |
Dan |
Added debugging ability to Language::import() for CLI usage
|
changeset |
files
|
Tue, 01 Apr 2008 01:24:10 -0400 |
Dan |
Fixed bad URL interpretation on CGI and Apache wrongly supplying PATH_INFO when directory index requested
|
changeset |
files
|
Sun, 30 Mar 2008 07:24:48 -0700 |
Dan |
Added debugging switch to $lang->import() for help with optimization
|
changeset |
files
|
Sat, 29 Mar 2008 15:58:59 -0700 |
Dan |
AJAX interface for listing ACL rules implemented
|
changeset |
files
|
Thu, 27 Mar 2008 16:41:07 -0400 |
Dan |
ACL: Added API call to edit rule based only on numeric rule ID; to be used later with lister for existing rules and effective permissions viewer
|
changeset |
files
|
Wed, 26 Mar 2008 20:20:22 -0400 |
Dan |
Made some improvements to ACL system including: warning on setting Deny for Everyone on the entire site, added ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL, and changed behavior as noted in the docs so that Deny for Everyone is no longer able to be overridden
|
changeset |
files
|
Wed, 26 Mar 2008 16:51:42 -0400 |
Dan |
Fixed some bugs in the installer that prevented it from working without mod_rewrite and/or with a table_prefix present
|
changeset |
files
|
Wed, 26 Mar 2008 02:56:23 -0400 |
Dan |
Added a copy of Firebug Lite for debugging purposes. License is uncertain but being treated as MPL. (If is is not MPL then it is under something more permissive that permits relicensing anyway)
|
changeset |
files
|
Tue, 18 Mar 2008 16:56:56 -0400 |
Dan |
Fixed auto-detection of URL scheme, didn't work unless rewriting worked
|
changeset |
files
|
Tue, 18 Mar 2008 14:32:40 -0400 |
Dan |
Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
|
changeset |
files
|
Mon, 17 Mar 2008 09:47:19 -0400 |
Dan |
Updated tree menu images to fit with the icons
|
changeset |
files
|
Sun, 16 Mar 2008 16:30:22 -0400 |
Dan |
Added icons for the administration panel
|
changeset |
files
|
Sun, 16 Mar 2008 16:06:59 -0400 |
Dan |
Added support for embedding language data into plugins; updated all version numbers on plugin files
|
changeset |
files
|
Sat, 15 Mar 2008 14:19:18 -0400 |
Dan |
[minor] silence errors when closing DB connections
|
changeset |
files
|
Sat, 15 Mar 2008 14:18:54 -0400 |
Dan |
Adding the images for the expander support. (oops)
|
changeset |
files
|
Sat, 15 Mar 2008 14:18:29 -0400 |
Dan |
Added support for an enano:expand=(closed|open) attribute on fieldsets to make them act like GTK expandable widgets; implementation is on Special:CreatePage
|
changeset |
files
|
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
|
changeset |
files
|
Sat, 15 Mar 2008 00:08:01 -0400 |
Dan |
Fixed some bugs with PostgreSQL and added a word_lcase column to the search_index table because collation is not working under MySQL. TODO: Trigger search index rebuild on upgrade to 1.1.4.
|
changeset |
files
|
Tue, 11 Mar 2008 17:09:20 -0400 |
Dan |
Fixed some display issues with breadcrumbs (thanks Manoj)
|
changeset |
files
|
Sat, 08 Mar 2008 19:39:43 -0500 |
Dan |
Updated upgrade/migration schemas to handle user_timezone column properly
|
changeset |
files
|
Sat, 08 Mar 2008 12:22:05 -0500 |
Dan |
[Minor] Added a nice little link on upgrade success.
|
changeset |
files
|
Sat, 08 Mar 2008 12:13:23 -0500 |
Dan |
Fixed undefined variable ($row['is_regex'] instead of $is_regex) in sessions.php
|
changeset |
files
|
Sat, 08 Mar 2008 12:12:27 -0500 |
Dan |
Added support for upgrading arbitrary previous 1.0.x versions (very experimental)
|
changeset |
files
|
Fri, 07 Mar 2008 01:27:28 -0500 |
Dan |
Fixed the TinyMCE save bug.
|
changeset |
files
|
Fri, 07 Mar 2008 00:19:29 -0500 |
Dan |
Tagging last revision as it should be tagged (again)
|
changeset |
files
|
Fri, 07 Mar 2008 00:19:21 -0500 |
Dan |
Aww crap. NOW it should be together.
1.1.3
|
changeset |
files
|
Fri, 07 Mar 2008 00:17:46 -0500 |
Dan |
Tagging last revision as it should be tagged
|
changeset |
files
|
Fri, 07 Mar 2008 00:17:23 -0500 |
Dan |
Unstable alpha release (reprise): 1.1.3 (Caoineag alpha 3)
|
changeset |
files
|
Fri, 07 Mar 2008 00:16:15 -0500 |
Dan |
Oops: fixed broken template loader in upgrader for 1.0.x and 1.1.1
|
changeset |
files
|
Thu, 06 Mar 2008 23:39:23 -0500 |
Dan |
Unstable alpha release: 1.1.3 (Caoineag alpha 3)
|
changeset |
files
|
Thu, 06 Mar 2008 23:37:48 -0500 |
Dan |
Oops - had unneeded debug message in installer
|
changeset |
files
|
Thu, 06 Mar 2008 23:31:28 -0500 |
Dan |
[Security] made session manager have some degree of IP validation for session keys and upgrades
|
changeset |
files
|
Thu, 06 Mar 2008 23:27:50 -0500 |
Dan |
Fixed session validation bug in upgrade script; fixed non-object reference in template_nodb
|
changeset |
files
|
Thu, 06 Mar 2008 23:04:45 -0500 |
Dan |
Added safety against re-defining constants in dbal
|
changeset |
files
|
Thu, 06 Mar 2008 22:48:16 -0500 |
Dan |
Update readme for imminent 1.1.3 release
|
changeset |
files
|
Thu, 06 Mar 2008 22:45:41 -0500 |
Dan |
Hopefully completed rewrite and localization of rollback backend and interface
|
changeset |
files
|
Thu, 06 Mar 2008 20:53:26 -0500 |
Dan |
Added a cron task to sessions.php that deletes old admin keys once a week
|
changeset |
files
|
Thu, 06 Mar 2008 20:52:51 -0500 |
Dan |
Added $no_wrapper parameter to die_semicritical, useful for some upcoming PageProcessor tweaks.
|
changeset |
files
|
Thu, 06 Mar 2008 20:48:20 -0500 |
Dan |
Localized some remaining login bits
|
changeset |
files
|
Thu, 06 Mar 2008 20:47:48 -0500 |
Dan |
Fixed bad style update during theme uninstall.
|
changeset |
files
|
Thu, 06 Mar 2008 20:47:11 -0500 |
Dan |
Upgraded to TinyMCE 3.0.3; made editor auto-init again but only on Safari
|
changeset |
files
|
Thu, 06 Mar 2008 20:45:46 -0500 |
Dan |
Fixed $db->die_json(), should now produce standards-compliant output.
|
changeset |
files
|
Wed, 05 Mar 2008 23:10:26 -0500 |
Dan |
Changed TinyMCE init to run only on demand. Highly experimental.
|
changeset |
files
|
Sun, 02 Mar 2008 22:52:23 -0500 |
Dan |
Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
|
changeset |
files
|
Sun, 02 Mar 2008 19:32:19 -0500 |
Dan |
Implemented password reset (albeit hackishly) into the new login API; added dummy window.console object to hopefully reduce errors when Firebug isn't around; fixed the longstanding ACL dismiss/close button bug; fixed a couple undefined variables in mailer; fixed PHP error on attempted opening of /dev/(u)random in rijndael.php; clarified documentation for PageProcessor::update_page(); fixed some logic problems in theme ACL code; disabled CAPTCHA debug
|
changeset |
files
|
Sat, 01 Mar 2008 23:02:05 -0500 |
Dan |
Implemented all security features on theme disabling and ACLs; added clean_key mode to login API to clean unused encryption keys
|
changeset |
files
|
Sat, 01 Mar 2008 19:01:07 -0500 |
Dan |
[minor] fix version number on license block comment in common.php
|
changeset |
files
|
Sat, 01 Mar 2008 18:59:11 -0500 |
Dan |
Oops. Forgot to add the themepreview.png file which is a dummy icon for themes that don't include screenshots. Also in last commit several changes weren't documented, including: Moved several page manipulation functions from PageUtils to PageProcess. Fixed debug message in l10n.js. Started switchover to new rollback API and log_id column replacing time_id as key.
|
changeset |
files
|
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)
|
changeset |
files
|
Sat, 01 Mar 2008 18:56:37 -0500 |
Dan |
Modifed EnanoMath layer by segregating it into its own file; got support for big_int PHP extension backend working
|
changeset |
files
|
Sat, 01 Mar 2008 18:55:54 -0500 |
Dan |
Fixed improper serializing of IP that could allow reusing of key from multiple IP addresses.
|
changeset |
files
|
Sat, 01 Mar 2008 18:55:30 -0500 |
Dan |
Finished theme manager to the point where it's in a working state in Firefox and hopefully IE.
|
changeset |
files
|
Sat, 01 Mar 2008 18:54:33 -0500 |
Dan |
Documented includes/plugins.php to try and help plugin developers a little.
|
changeset |
files
|
Tue, 26 Feb 2008 19:51:43 -0500 |
Dan |
Fixed some bugs with $paths->getParam() and $paths->get_pageid_from_url() when slashes are in the namespace prefix. Result of testing on Windows Vista + Apache 2.2. Using TortoiseHG
|
changeset |
files
|
Sun, 24 Feb 2008 19:55:22 -0500 |
Dan |
Minor standards-compliance fix in Request_HTTP
|
changeset |
files
|
Sun, 24 Feb 2008 17:50:38 -0500 |
Dan |
Fixed a number of IE6 bugs
|
changeset |
files
|
Sun, 24 Feb 2008 12:52:07 -0500 |
Dan |
Merging in changes from Nighthawk
|
changeset |
files
|
Sun, 24 Feb 2008 12:50:52 -0500 |
Dan |
Upgraded tinyMCE to 3.0.1 in hopes of fixing IE race conditions. Fixed a couple minor syntax errors in Javascript objects declared in various places.
|
changeset |
files
|
Fri, 22 Feb 2008 12:51:53 -0500 |
Dan |
Merging fixes and updates from stable branch
|
changeset |
files
|
Fri, 22 Feb 2008 12:46:51 -0500 |
Dan |
Fixed: RenderMan::getPage() failing with access denial when fetching template and view_source results in deny
|
changeset |
files
|
Fri, 01 Feb 2008 22:31:57 -0500 |
Dan |
Made all captcha fields case-insensitive (thanks pkeating)
|
changeset |
files
|
Thu, 31 Jan 2008 22:28:40 -0500 |
Dan |
Merging scribus and nighthawk branches
|
changeset |
files
|
Thu, 31 Jan 2008 21:52:39 -0500 |
Dan |
Fixed special pages being returned with subpage information inappropriately from $paths->get_pageid_from_url()
|
changeset |
files
|
Thu, 31 Jan 2008 22:28:12 -0500 |
Dan |
Fixed jBox menus failing to appear when window scrolled down
|
changeset |
files
|
Mon, 28 Jan 2008 23:07:32 -0500 |
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)
|
changeset |
files
|
Mon, 28 Jan 2008 23:06:38 -0500 |
Dan |
Re-applying the revision with the comment fix (bad merge a couple revs back)
|
changeset |
files
|
Sun, 27 Jan 2008 23:43:24 -0500 |
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)
|
changeset |
files
|
Wed, 23 Jan 2008 19:36:42 -0500 |
Dan |
Merging in a couple revisions from Nighthawk
|
changeset |
files
|
Sun, 20 Jan 2008 23:18:03 -0500 |
Dan |
Fixed broken regenCaptcha() in Special:Register
|
changeset |
files
|
Sat, 19 Jan 2008 00:47:52 -0500 |
Dan |
Not sure if $taboo was getting sanitized or not. Possibly an SQL injection vulnerability that allows maliciously crafted group names to inject SQL at a later date when the group CP is loaded. Unconfirmed, theoretical fix.
|
changeset |
files
|
Fri, 18 Jan 2008 10:35:33 -0500 |
Dan |
Removed all PostgreSQL support from the installer as per http://enanocms.org/News:1200114064; installer support for Postgres is available in the 1.1 branch now
|
changeset |
files
|
Wed, 23 Jan 2008 19:36:16 -0500 |
Dan |
Fixed case-sensitive file extensions
|
changeset |
files
|
Wed, 09 Jan 2008 22:23:09 -0500 |
Dan |
PHP4 fix: sidebar missing in installer UI: problem was wrongly named constructor for templateIndividualSafe
|
changeset |
files
|
Wed, 09 Jan 2008 22:13:42 -0500 |
Dan |
Fix undefined E_STRICT under PHP 4; add PHP 4 deprecation notice in admin panel
|
changeset |
files
|
Tue, 01 Jan 2008 22:50:49 -0500 |
Dan |
Installer works again now (for MySQL only)
|
changeset |
files
|
Tue, 01 Jan 2008 22:30:53 -0500 |
Dan |
Adding a few stray files and removing the no-longer-needed Creative Commons Attribution 2.0 license (no more libraries under that license are included with Enano); adding hooks pageprocess_render_{head,tail} to be run before and after the final page render, respectively.
|
changeset |
files
|
Mon, 31 Dec 2007 21:16:27 -0500 |
Dan |
Integrating patch for PHP 6.0-dev compatibility
|
changeset |
files
|
Fri, 22 Feb 2008 12:48:57 -0500 |
Dan |
Fixed wrong images being used in installer formutils
|
changeset |
files
|
Thu, 21 Feb 2008 17:19:49 -0500 |
Dan |
Fixed broken installer due to bad $plugins object
|
changeset |
files
|
Thu, 21 Feb 2008 17:18:25 -0500 |
Dan |
Enabled strong compression on pwstrength.js as it causes problems otherwise in Opera
|
changeset |
files
|
Wed, 20 Feb 2008 14:38:39 -0500 |
Dan |
Added support for Diffie-Hellman key exchange during login. w00t!
|
changeset |
files
|
Tue, 19 Feb 2008 08:32:57 -0500 |
Dan |
And might as well add theme-manager.js while I'm at it.
|
changeset |
files
|
Tue, 19 Feb 2008 08:27:00 -0500 |
Dan |
Merging a stray change from Nighthawk (probably release tagging)
|
changeset |
files
|
Tue, 19 Feb 2008 08:26:30 -0500 |
Dan |
Can't believe I forgot to add ThemeManager.php.
|
changeset |
files
|
Mon, 18 Feb 2008 16:28:53 -0500 |
Dan |
[retag] Unstable alpha release: 1.1.2 (Caoineag alpha 2)
|
changeset |
files
|
Mon, 18 Feb 2008 16:28:27 -0500 |
Dan |
Detagging last release revision to merge in theme manager from Scribus
1.1.2
|
changeset |
files
|
Mon, 18 Feb 2008 16:27:28 -0500 |
Dan |
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
|
changeset |
files
|
Mon, 18 Feb 2008 16:18:27 -0500 |
Dan |
Unstable alpha release: 1.1.2 (Caoineag alpha 2)
|
changeset |
files
|
Mon, 18 Feb 2008 16:18:03 -0500 |
Dan |
Updated readme file for 1.1.2 release
|
changeset |
files
|
Mon, 18 Feb 2008 16:14:22 -0500 |
Dan |
Merging Nighthawk and Scribus branches
|
changeset |
files
|
Sun, 17 Feb 2008 20:19:17 -0500 |
Dan |
Modernized Special:CreatePage.
|
changeset |
files
|
Mon, 18 Feb 2008 16:13:56 -0500 |
Dan |
Fixed typo in ban logic
|
changeset |
files
|
Sat, 16 Feb 2008 16:56:08 -0500 |
Dan |
Some memory usage improvements, I think. PHP is being weird to me.
|
changeset |
files
|
Thu, 14 Feb 2008 21:57:04 -0500 |
Dan |
Merging changes from scribus
|
changeset |
files
|
Thu, 14 Feb 2008 21:56:28 -0500 |
Dan |
Fixed user -> user_id transition for enano_tags table
|
changeset |
files
|
Wed, 13 Feb 2008 23:16:33 -0500 |
Dan |
Optimized JS aggressive-compression list a little more
|
changeset |
files
|
Wed, 13 Feb 2008 21:59:07 -0500 |
Dan |
Re-enabled, debugged, and optimized Javascript compression code
|
changeset |
files
|
Tue, 12 Feb 2008 22:17:58 -0500 |
Dan |
Unsuccessful attempt at fixing "dismiss"/"close manager" buttons in ACL editor; non-breaking change to template API to allow plugins to add "normal" sidebar widgets in addition to the special "raw" block type, specified as the third parameter to $template->sidebar_widget(). Defaults to false, which is old behavior; new behavior (enabled by passing TRUE as the 3rd param) means that the content of the block is primarily block-level links.
|
changeset |
files
|
Tue, 12 Feb 2008 07:44:16 -0500 |
Dan |
Fixed version-set on migration code (see the comments in the source for why) and added post-upgrade hooks.
|
changeset |
files
|
Tue, 12 Feb 2008 07:38:52 -0500 |
Dan |
Edit summary should now be carried over when a draft is restored
|
changeset |
files
|
Tue, 12 Feb 2008 07:33:25 -0500 |
Dan |
[Minor] Fixed obsolete trigger upon attempt at page save after draft autosave
|
changeset |
files
|
Tue, 12 Feb 2008 07:25:54 -0500 |
Dan |
OOPS: forgot to add the "save draft" icon
|
changeset |
files
|
Tue, 12 Feb 2008 00:42:29 -0500 |
Dan |
Added "is_draft != 1" where appropriate in SQL queries to prevent drafts from being treated as real revisions.
|
changeset |
files
|
Tue, 12 Feb 2008 00:37:46 -0500 |
Dan |
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
|
changeset |
files
|
Mon, 11 Feb 2008 14:33:49 -0500 |
Dan |
Tagging latest revision as rebrand
|
changeset |
files
|
Mon, 11 Feb 2008 14:33:31 -0500 |
Dan |
Rebrand as 1.1.2; made upgrade framework functional
|
changeset |
files
|
Mon, 11 Feb 2008 14:05:57 -0500 |
Dan |
Added upgrade schema files for 1.1.1 -> current (1.1.2-dev)
|
changeset |
files
|
Mon, 11 Feb 2008 13:55:14 -0500 |
Dan |
Removed unused schema files
|
changeset |
files
|
Mon, 11 Feb 2008 10:05:33 -0500 |
Dan |
Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
|
changeset |
files
|
Sun, 10 Feb 2008 19:35:06 -0500 |
Dan |
Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
|
changeset |
files
|
Fri, 08 Feb 2008 23:20:20 -0500 |
Dan |
Added some basic timezone support; DST support is still to come.
|
changeset |
files
|
Fri, 08 Feb 2008 12:16:43 -0500 |
Dan |
[minor] re-enabled ENANO_DANGEROUS on install.php (oops!); made textarea in page editor focus automatically
|
changeset |
files
|
Thu, 07 Feb 2008 15:45:44 -0500 |
Dan |
Made the form validation icons (check/X/?) more visually appealing. IE-friendliness is still on the TODO list.
|
changeset |
files
|
Thu, 07 Feb 2008 07:58:07 -0500 |
Dan |
Started on a Special:RecentChanges page, more to come.
|
changeset |
files
|
Wed, 06 Feb 2008 19:27:43 -0500 |
Dan |
Fixed some captcha bugs and made all captcha fields case-insensitive
|
changeset |
files
|
Wed, 06 Feb 2008 18:41:47 -0500 |
Dan |
Implemented a new CAPTCHA API; the frontend ($session->{make,get}_captcha) is API-compatible but the backend (the captcha class) is deprecated.
|
changeset |
files
|
Mon, 04 Feb 2008 05:52:12 -0500 |
Dan |
A few hacks to make the 1.1 demo plugin work
|
changeset |
files
|
Mon, 04 Feb 2008 05:19:20 -0500 |
Dan |
Cosmetic improvements to page editor; added demo mode checks in Admin:LangManager
|
changeset |
files
|
Sat, 02 Feb 2008 23:14:32 -0500 |
Dan |
Fixed some MySQL installation schema bugs, thanks to rainmain on the forums.
|
changeset |
files
|
Sat, 02 Feb 2008 22:44:05 -0500 |
Dan |
Added a heading "editing page" in page editor for visual appeal; removed use of alternate <?= ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit)
|
changeset |
files
|
Sat, 02 Feb 2008 22:32:09 -0500 |
Dan |
Fixed some stray undefined-variable problems revealed as a result of testing on Windows Server '03, IIS6, PHP/FastCGI, and PostgreSQL 8.2.5.
|
changeset |
files
|
Sat, 02 Feb 2008 11:54:16 -0500 |
Dan |
Fixed splitting bug (really the same issue from stable) in get_pageid_from_url(); upgraded TinyMCE to version 3.0-stable
|
changeset |
files
|
Thu, 31 Jan 2008 22:29:07 -0500 |
Dan |
Fixed jBox menus failing to appear when window scrolled down
|
changeset |
files
|
Thu, 31 Jan 2008 16:43:37 -0500 |
Dan |
Unstable alpha release (1.1.1)
|
changeset |
files
|
Thu, 31 Jan 2008 16:43:15 -0500 |
Dan |
Updated readme file for 1.1.1
1.1.1
|
changeset |
files
|
Tue, 29 Jan 2008 23:15:44 -0500 |
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.
|
changeset |
files
|
Tue, 29 Jan 2008 17:29:08 -0500 |
Dan |
Fixed JSON parser error in installer (caused by magic_quotes_gpc, wouldn't you know) and re-enabled server-side l10n debugging
|
changeset |
files
|
Tue, 29 Jan 2008 16:21:52 -0500 |
Dan |
Merging Nighthawk and Scribus branches (and Scribus is back, yay!)
|
changeset |
files
|
Tue, 29 Jan 2008 16:20:55 -0500 |
Dan |
Localized stray string "list of registered members" in UCP
|
changeset |
files
|
Tue, 29 Jan 2008 16:19:51 -0500 |
Dan |
Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54
|
changeset |
files
|
Mon, 28 Jan 2008 21:54:44 -0500 |
Dan |
Fixed contentPath getting messed up because I forgot a slash or two in payload
|
changeset |
files
|
Mon, 28 Jan 2008 21:40:15 -0500 |
Dan |
payload.php stg_language_setup() should set default language now
|
changeset |
files
|
Mon, 28 Jan 2008 21:19:50 -0500 |
Dan |
Fixed bad column count in MySQL payload
|
changeset |
files
|
Mon, 28 Jan 2008 21:10:45 -0500 |
Dan |
Fixed SYSMSG tag in templates causing problems; commented out ENANO_DEBUG; fixed bad table prefix in installer payload logic
|
changeset |
files
|
Sun, 27 Jan 2008 23:45:53 -0500 |
Dan |
Profiling enabled for RenderMan's wikiformat routine; [minor] made HTML from profiler more pretty
|
changeset |
files
|
Sun, 27 Jan 2008 23:44:02 -0500 |
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)
|
changeset |
files
|
Sun, 27 Jan 2008 23:17:15 -0500 |
Dan |
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
|
changeset |
files
|
Sun, 27 Jan 2008 23:03:57 -0500 |
Dan |
Minor and hopefully non-breaking change to plugin loader to possibly double performance at hook points
|
changeset |
files
|
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)
|
changeset |
files
|
Sat, 26 Jan 2008 15:42:32 -0500 |
Dan |
Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
|
changeset |
files
|
Sat, 26 Jan 2008 11:51:19 -0500 |
Dan |
Finished (or nearly finished) the admin language CP
|
changeset |
files
|
Thu, 24 Jan 2008 22:14:40 -0500 |
Dan |
[minor] Trying to be a little more careful with values from users_extra in validate_session()
|
changeset |
files
|
Thu, 24 Jan 2008 22:10:00 -0500 |
Dan |
[minor] silenced errors to mysql_free_result() and pg_free_result()
|
changeset |
files
|
Thu, 24 Jan 2008 22:08:51 -0500 |
Dan |
[minor] silenced errors to ob_gzhandler()
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 22 Jan 2008 01:08:15 -0500 |
Dan |
Localized registration errors and activation/COPPA e-mails
|
changeset |
files
|
Tue, 22 Jan 2008 00:38:19 -0500 |
Dan |
Localized the 404 page, w00t.
|
changeset |
files
|
Tue, 22 Jan 2008 00:22:14 -0500 |
Dan |
Finished localizing PageProcessor, we hope
|
changeset |
files
|
Mon, 21 Jan 2008 23:02:16 -0500 |
Dan |
Localized autosuggestion widgets
|
changeset |
files
|
Mon, 21 Jan 2008 19:54:29 -0500 |
Dan |
Localized Special:UploadFile and Special:DownloadFile
|
changeset |
files
|
Mon, 21 Jan 2008 18:33:44 -0500 |
Dan |
Localized Special:EditSidebar
|
changeset |
files
|
Mon, 21 Jan 2008 17:38:57 -0500 |
Dan |
Finished l10n on user CP
|
changeset |
files
|
Mon, 21 Jan 2008 15:38:50 -0500 |
Dan |
Re-merged rev 35ed07abc99e, apparently didn't go through the first time.
|
changeset |
files
|
Mon, 21 Jan 2008 15:37:28 -0500 |
Dan |
Started localization on User CP. Localized pagination, password strength, and various other small widgets. Fixed bug in path manager causing return of fullpage from get_page_id_from_url() even when namespace is Special.
|
changeset |
files
|
Mon, 21 Jan 2008 11:05:16 -0500 |
Dan |
PageUtils::createpage(): $name was being sanitized too strictly
|
changeset |
files
|
Mon, 21 Jan 2008 10:17:26 -0500 |
Dan |
Implemented (well stubbed) IP logging in non-AJAX comment interface
|
changeset |
files
|
Mon, 21 Jan 2008 10:09:48 -0500 |
Dan |
Implemented IP logging for comments and registration
|
changeset |
files
|
Sun, 20 Jan 2008 22:34:02 -0500 |
Dan |
Completed l10n on admin panel. Exception is Admin:ThemeManager, which is pending a rewrite.
|
changeset |
files
|
Sun, 20 Jan 2008 20:27:26 -0500 |
Dan |
Localized Admin:MassEmail
|
changeset |
files
|
Sat, 19 Jan 2008 00:32:41 -0500 |
Dan |
Localized Admin:COPPA
|
changeset |
files
|
Fri, 18 Jan 2008 22:27:29 -0500 |
Dan |
Fixed a coupla minor bugs with the template_nodb class wrongly referencing $lang
|
changeset |
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.
|
changeset |
files
|
Thu, 17 Jan 2008 23:31:35 -0500 |
Dan |
Dropping changes from revision 350 (dd7cbc97f681)
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 17 Jan 2008 19:49:14 -0500 |
Dan |
Initlogs stage of installer now working
|
changeset |
files
|
Thu, 17 Jan 2008 09:39:56 -0500 |
Dan |
Oops, search_index table was still registered and language and language_strings weren't
|
changeset |
files
|
Thu, 17 Jan 2008 02:03:33 -0500 |
Dan |
More progress on the installer. At this point it can install and import the language, but does not rename config files. Still much work to be done, most notably localization and creation of MySQL users and databases.
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 03 Jan 2008 18:39:19 -0500 |
Dan |
Localized and separated Admin:GroupManager
|
changeset |
files
|
Thu, 03 Jan 2008 00:55:10 -0500 |
Dan |
Oops, forgot to add in the rewritten Admin:PageEditor
|
changeset |
files
|
Thu, 03 Jan 2008 00:53:33 -0500 |
Dan |
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
|
changeset |
files
|
Mon, 31 Dec 2007 21:43:51 -0500 |
Dan |
Merging in something from Nighthawk, can't seem to figure out what
|
changeset |
files
|
Sun, 30 Dec 2007 01:13:24 -0500 |
Dan |
Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
|
changeset |
files
|
Fri, 28 Dec 2007 16:52:03 -0500 |
Dan |
Finished localization of SpecialUserFuncs
|
changeset |
files
|
Fri, 28 Dec 2007 13:36:33 -0500 |
Dan |
[Minor] fix stupid bad td width in privmsgs compose interface
|
changeset |
files
|
Fri, 28 Dec 2007 00:07:53 -0500 |
Dan |
Merging in the last couple of revisions from stable
|
changeset |
files
|
Thu, 27 Dec 2007 11:35:00 -0500 |
Dan |
Fixed search indexer causing duplicate keys when two "words" of 64+ characters encountered and first 64 characters are the same (thanks Vadi); attempt to fix onunload confirmation during page editing
|
changeset |
files
|
Sun, 23 Dec 2007 17:58:21 -0500 |
Dan |
Corrected licensing issue on YoungPup's DOM-Drag (it is now public domain -> GPLv2+ for Enano); fixed wrongful access denial under specific circumstances (fetch_page_acl() on nonexistent page + wiki mode)
|
changeset |
files
|
Fri, 28 Dec 2007 00:03:27 -0500 |
Dan |
Made CAPTCHA for guests' page editing work with the non-AJAX interface
|
changeset |
files
|
Thu, 27 Dec 2007 23:32:11 -0500 |
Dan |
Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 26 Dec 2007 00:37:26 -0500 |
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.
|
changeset |
files
|
Fri, 21 Dec 2007 19:08:27 -0500 |
Dan |
Fix missing avatar-related columns in users table
|
changeset |
files
|
Fri, 21 Dec 2007 18:59:30 -0500 |
Dan |
[Minor] fix non-localized string in installer (install_stg_buildindex_*); fix wrong string_id in pophelp:url_schemes
|
changeset |
files
|
Fri, 21 Dec 2007 18:52:35 -0500 |
Dan |
NOW the installer should work.
|
changeset |
files
|
Fri, 21 Dec 2007 18:33:56 -0500 |
Dan |
A minor installer fix to get the installer to run again. TODO: fix bad call to $lang->get() in preinstallation environment set up by index.php
|
changeset |
files
|
Fri, 21 Dec 2007 18:21:20 -0500 |
Dan |
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
|
changeset |
files
|
Thu, 20 Dec 2007 22:23:07 -0500 |
Dan |
Added initial avatar support. Currently rather feature complete except for admin controls for avatar.
|
changeset |
files
|
Wed, 19 Dec 2007 23:04:17 -0500 |
Dan |
The merge of acl.js failed so re-merged manually
|
changeset |
files
|
Wed, 19 Dec 2007 22:55:40 -0500 |
Dan |
Redid merge, the previous one had a few problems
|
changeset |
files
|
Wed, 19 Dec 2007 17:15:48 -0500 |
Dan |
Fixed: $paths->page_id not set when the page doesn't exist; finally fixed garbled page names for IP addresses
|
changeset |
files
|
Tue, 18 Dec 2007 23:47:33 -0500 |
Dan |
Merging in a few stray changes from the MySQL branch
|
changeset |
files
|
Tue, 18 Dec 2007 23:45:43 -0500 |
Dan |
A number of updates to the graphing code (it should actually work now)
|
changeset |
files
|
Tue, 18 Dec 2007 23:44:55 -0500 |
Dan |
Many changes. Installer with PostgreSQL is broken badly and will be for some time.
|
changeset |
files
|
Sat, 15 Dec 2007 18:11:59 -0500 |
Dan |
Set Content-type on AJAX login key request to application/json to hopefully block ad injection
|
changeset |
files
|
Sat, 15 Dec 2007 18:10:14 -0500 |
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
|
changeset |
files
|
Wed, 12 Dec 2007 21:46:28 -0500 |
Dan |
Stable release: Enano CMS 1.0.3 (Dyrad)
|
changeset |
files
|
Wed, 12 Dec 2007 21:37:40 -0500 |
Dan |
Tagging latest revision for rebrand
1.0.3
|
changeset |
files
|
Wed, 12 Dec 2007 21:37:23 -0500 |
Dan |
Rebrand as 1.0.3 (Dyrad)
|
changeset |
files
|
Wed, 12 Dec 2007 21:04:20 -0500 |
Dan |
SECURITY: CRITICAL: Fix SQL injection in admin CP page editor
|
changeset |
files
|
Tue, 11 Dec 2007 19:15:26 -0500 |
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
|
changeset |
files
|
Fri, 07 Dec 2007 18:47:37 -0500 |
Dan |
Localized remainder of on-page tools and parts of PageProcess
|
changeset |
files
|
Fri, 07 Dec 2007 16:42:22 -0500 |
Dan |
Merging in changes from stable
|
changeset |
files
|
Mon, 03 Dec 2007 18:45:37 -0500 |
Dan |
Improved physical pages: they support comments and have their own dedicated namespace now. Still some consistency fixes to make.
|
changeset |
files
|
Mon, 03 Dec 2007 17:36:25 -0500 |
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.
|
changeset |
files
|
Sun, 02 Dec 2007 16:00:56 -0500 |
Dan |
Merging in a couple more revisions from stable
|
changeset |
files
|
Sat, 01 Dec 2007 02:39:49 -0500 |
Dan |
Fixed: sanitation loop on ampersands in encodeAttribute() (this was MediaWiki's fault)
|
changeset |
files
|
Sat, 01 Dec 2007 00:35:42 -0500 |
Dan |
Stable release: Enano CMS 1.0.2 (Coblynau)
|
changeset |
files
|
Sat, 01 Dec 2007 00:35:15 -0500 |
Dan |
Dummy revision to artificially increment build number
1.0.2
|
changeset |
files
|
Sat, 01 Dec 2007 00:34:03 -0500 |
Dan |
Fix missing dependency on search.php in upgrade script
|
changeset |
files
|
Sat, 01 Dec 2007 00:32:58 -0500 |
Dan |
Detagging release due to stupid upgrade fix
|
changeset |
files
|
Sun, 02 Dec 2007 16:00:10 -0500 |
Dan |
Merging in the newly stable Coblynau
|
changeset |
files
|
Fri, 30 Nov 2007 23:09:44 -0500 |
Dan |
Stable release: Enano CMS 1.0.2 (Coblynau)
|
changeset |
files
|
Fri, 30 Nov 2007 22:16:26 -0500 |
Dan |
How could I forget the TRADEMARK SIGN?
|
changeset |
files
|
Fri, 30 Nov 2007 22:13:03 -0500 |
Dan |
Updated artwork with finalized new/revised logo; finalized upgrade schema
|
changeset |
files
|
Wed, 28 Nov 2007 15:24:23 -0500 |
Dan |
Add installer pop-help topic for URL scheme, in response to http://forum.enanocms.org/viewtopic.php?f=5&t=19
|
changeset |
files
|
Wed, 28 Nov 2007 14:47:42 -0500 |
Dan |
Oops, never merged in updates from ee1fc84f12a8 (240)
|
changeset |
files
|
Wed, 28 Nov 2007 14:46:03 -0500 |
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
|
changeset |
files
|
Sun, 25 Nov 2007 21:40:42 -0500 |
Dan |
SECURITY: Tighten default allowed file types; make sure search index rebuild is performed on upgrade
|
changeset |
files
|
Sun, 25 Nov 2007 21:18:52 -0500 |
Dan |
Final development freeze for release: 1.0.2 (Coblynau); only critical bugs fixed until GA
|
changeset |
files
|
Sun, 25 Nov 2007 20:24:16 -0500 |
Dan |
Add warning in installer for PHP < 5.2.0; hopefully fix validation of e-mail addresses with dashes
|
changeset |
files
|
Sun, 25 Nov 2007 19:23:50 -0500 |
Dan |
Nothing special. ksort()ing list of allowed filetypes in the admin panel to make editing the list marginally easier
|
changeset |
files
|
Sun, 25 Nov 2007 19:03:50 -0500 |
Dan |
Added OpenDocument MIME types and extensions; make sql_report page show total time taken for SQL queries
|
changeset |
files
|
Sun, 25 Nov 2007 17:53:03 -0500 |
Dan |
Fixed highlighting in search results; changed search algorithm to give more score for terms found in page title; hopefully (hackishly) fixed login_key_cache getting too long
|
changeset |
files
|
Sat, 24 Nov 2007 13:16:20 -0500 |
Dan |
A couple of minor tweaks to the upgrade schema; tests pending
|
changeset |
files
|
Sat, 24 Nov 2007 02:11:43 -0500 |
Dan |
The template-cache incompatibility bug has finally been isolated, so a function to clear the template cache was added into the upgrade script for 1.0.2
|
changeset |
files
|
Sat, 24 Nov 2007 01:35:12 -0500 |
Dan |
Fixed a few major bugs with the upgrade script and the config file not getting loaded properly due to IN_ENANO_INSTALL
|
changeset |
files
|
Sat, 24 Nov 2007 01:04:30 -0500 |
Dan |
Hopefully once again fix scriptPath detection in dbal.php
|
changeset |
files
|
Sat, 24 Nov 2007 01:02:55 -0500 |
Dan |
Fix missing REPORT_URI variable in template_nodb
|
changeset |
files
|
Sat, 24 Nov 2007 00:53:23 -0500 |
Dan |
Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
|
changeset |
files
|
Fri, 23 Nov 2007 17:59:24 -0500 |
Dan |
Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough
|
changeset |
files
|
Thu, 22 Nov 2007 02:10:12 -0500 |
Dan |
Made the username validation regexp in install less picky since it was blacklisting two of the letters in my name. >.<
|
changeset |
files
|
Wed, 21 Nov 2007 22:50:08 -0500 |
Dan |
Feature freezing repository for Coblynau release
|
changeset |
files
|
Wed, 21 Nov 2007 22:49:37 -0500 |
Dan |
Entering feature freeze for Coblynau release
|
changeset |
files
|
Wed, 21 Nov 2007 21:56:49 -0500 |
Dan |
AJAX login box now briefly shows the message "success" when a login is successful
|
changeset |
files
|
Sun, 02 Dec 2007 15:27:21 -0500 |
Dan |
Fix minor typo in installer
|
changeset |
files
|
Wed, 21 Nov 2007 21:03:48 -0500 |
Dan |
Merging in updates and improvements from stable
|
changeset |
files
|
Wed, 21 Nov 2007 20:45:50 -0500 |
Dan |
Language fix in the install script; fix username regex in install script login page javascript validation
|
changeset |
files
|
Wed, 21 Nov 2007 20:40:26 -0500 |
Dan |
Deprecated and removed Oxygen css-simple/bleu.css
|
changeset |
files
|
Wed, 21 Nov 2007 20:14:14 -0500 |
Dan |
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
|
changeset |
files
|
Wed, 21 Nov 2007 15:18:15 -0500 |
Dan |
Re-add search_results hook and changed column type of search_index.word to varchar(64) in installer schema
|
changeset |
files
|
Wed, 21 Nov 2007 15:13:06 -0500 |
Dan |
Merging in new search algo from Scribus
|
changeset |
files
|
Wed, 21 Nov 2007 15:11:51 -0500 |
Dan |
Minor fix for the password meter in Admin:UserManager
|
changeset |
files
|
Wed, 21 Nov 2007 15:10:57 -0500 |
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.
|
changeset |
files
|
Sun, 18 Nov 2007 20:37:08 -0500 |
Dan |
Merging in fixes and updates from stable
|
changeset |
files
|
Sun, 18 Nov 2007 18:44:55 -0500 |
Dan |
Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
|
changeset |
files
|
Sat, 17 Nov 2007 23:30:23 -0500 |
Dan |
Fixed a couple of renaming issues in the installer
|
changeset |
files
|
Sat, 17 Nov 2007 23:09:12 -0500 |
Dan |
Hopefully managed to put enough hacks in there to make renaming the config file the last step, so if it fails, it can be done manually
|
changeset |
files
|
Sat, 17 Nov 2007 22:56:26 -0500 |
Dan |
Removed stray debug message in installer
|
changeset |
files
|
Sat, 17 Nov 2007 22:25:37 -0500 |
Dan |
Merging in fixes from stable
|
changeset |
files
|
Sat, 17 Nov 2007 22:12:31 -0500 |
Dan |
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
|
changeset |
files
|
Sat, 17 Nov 2007 21:09:31 -0500 |
Dan |
Well I'm an idiot - the fulltext index on page_text was missing from a default installation. It didn't break searches but probably slowed them down tremendously. Also set engine to MyISAM on page_text to avoid cryptic error messages from MySQL.
|
changeset |
files
|
Sat, 17 Nov 2007 20:31:01 -0500 |
Dan |
Major improvements in the security of the CAPTCHA system (no SQL injection or anything like that); fixed denied form submission due to _af_acting on form object wrongly switched to true
|
changeset |
files
|
Sat, 17 Nov 2007 18:54:13 -0500 |
Dan |
Javascript validation for install DB info form didn't allow dashes
|
changeset |
files
|
Sat, 17 Nov 2007 18:51:06 -0500 |
Dan |
Changed default content for the main page to something a lot more user-friendly and helpful
|
changeset |
files
|
Sat, 17 Nov 2007 15:40:04 -0500 |
Dan |
Rewrote some security code in PageUtils::savepage to accommodate the ACL system better; there was an issue with non-admin users saving pages on which they have edit rights but wiki mode is turned off
|
changeset |
files
|
Sat, 17 Nov 2007 15:02:08 -0500 |
Dan |
Fixed: secure-cookie option is no longer set if $_SERVER['HTTPS'] is set but == "off"
|
changeset |
files
|
Sat, 17 Nov 2007 14:57:00 -0500 |
Dan |
Patched in dash-in-database-name fix from unstable
|
changeset |
files
|
Thu, 15 Nov 2007 18:02:14 -0500 |
Dan |
Merge in installer fixes from 204 (ba28d43a6b86)
|
changeset |
files
|
Thu, 15 Nov 2007 18:00:39 -0500 |
Dan |
Merging in all changes from revision 185 (90b7a52bea45)
|
changeset |
files
|
Thu, 15 Nov 2007 17:52:53 -0500 |
Dan |
Fixed a few (more) MySQL issues with the installer and dashes in the database name
|
changeset |
files
|
Sat, 10 Nov 2007 20:52:05 -0500 |
Dan |
Forgot a couple of strings in the installer
|
changeset |
files
|
Sat, 10 Nov 2007 20:35:52 -0500 |
Dan |
Fix schema bug: main page link isn't a link
|
changeset |
files
|
Sat, 10 Nov 2007 20:33:51 -0500 |
Dan |
Installer should now be fully localized, yay!
|
changeset |
files
|
Fri, 09 Nov 2007 23:39:52 -0500 |
Dan |
Merged in the low-level DBAL fix involving dashes in the database name from stable
|
changeset |
files
|
Fri, 09 Nov 2007 23:36:49 -0500 |
Dan |
Database name can now contain dashes (as per requested at http://forum.enanocms.org/viewtopic.php?f=5&t=14); corrected some installer behavior issues with connecting as root and setting up permissions resulting in logs not being flushed, configs not being inserted, and what have you.
|
changeset |
files
|
Fri, 09 Nov 2007 18:09:29 -0500 |
Dan |
Fully localized all of the installer except the install and finish pages
|
changeset |
files
|
Fri, 09 Nov 2007 11:18:54 -0500 |
Dan |
Merge in some minor fixes from stable
|
changeset |
files
|
Fri, 09 Nov 2007 11:15:06 -0500 |
Dan |
Fix that retarded copyright "code, graphics, and more code" notice
|
changeset |
files
|
Fri, 09 Nov 2007 11:14:20 -0500 |
Dan |
Cleaned up some HTML in the installer; corrected some phpDoc syntax errors
|
changeset |
files
|
Wed, 07 Nov 2007 16:33:26 -0500 |
Dan |
Merge changes from nighthawk and scribus back together
|
changeset |
files
|
Wed, 07 Nov 2007 15:22:41 -0500 |
Dan |
Localized installer database info page and finished localizing sysreqs page
|
changeset |
files
|
Wed, 07 Nov 2007 00:34:22 -0500 |
Dan |
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
|
changeset |
files
|
Tue, 06 Nov 2007 16:40:19 -0500 |
Dan |
Merge changes back from Nighthawk
|
changeset |
files
|
Tue, 06 Nov 2007 16:22:43 -0500 |
Dan |
Trying to get lang import to work in the installer; it's not working ATM - cache file is generated with lang_id = 0. Syncing to Nighthawk.
|
changeset |
files
|
Tue, 06 Nov 2007 13:35:40 -0500 |
Dan |
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
|
changeset |
files
|
Tue, 06 Nov 2007 11:10:18 -0500 |
Dan |
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
|
changeset |
files
|
Tue, 06 Nov 2007 10:53:33 -0500 |
Dan |
Merge in new installer framework from stable
|
changeset |
files
|
Mon, 05 Nov 2007 20:00:41 -0500 |
Dan |
Fix installation with MySQL root option
|
changeset |
files
|
Mon, 05 Nov 2007 19:50:40 -0500 |
Dan |
Out with the old, in with the new. Welcome to Enano's new installer framework!
|
changeset |
files
|
Mon, 05 Nov 2007 17:11:37 -0500 |
Dan |
Second try (need config.php to exist before the API can be started, duh)
|
changeset |
files
|
Mon, 05 Nov 2007 17:07:22 -0500 |
Dan |
Renaming config.php and .htaccess to *.new to allow tarbombing an Enano installation with no adverse effects; first attempt, may not work right.
|
changeset |
files
|
Sat, 03 Nov 2007 21:32:26 -0400 |
Dan |
"Fix" e-mail parse bugs in installer
|
changeset |
files
|
Sat, 03 Nov 2007 18:26:24 -0400 |
Dan |
Fix PHP4 compatibility (function def. of password_score)
|
changeset |
files
|
Sat, 03 Nov 2007 14:30:53 -0400 |
Dan |
Merge in scaling abstraction from stable
|
changeset |
files
|
Sat, 03 Nov 2007 14:15:14 -0400 |
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
|
changeset |
files
|
Sat, 03 Nov 2007 07:43:35 -0400 |
Dan |
Merging in fixes and updates from d8156d18ac58
|
changeset |
files
|
Sat, 03 Nov 2007 07:40:54 -0400 |
Dan |
Merging in fixes and updates from 90b7a52bea45
|
changeset |
files
|
Sat, 03 Nov 2007 07:30:11 -0400 |
Dan |
Merging in fixes from rev. 207
|
changeset |
files
|
Sat, 03 Nov 2007 07:20:32 -0400 |
Dan |
Fixed the one FIXME in PageUtils regarding static HTML comment system's greeting line; fixed parsing of external links in template->tplWikiFormat
|
changeset |
files
|
Fri, 02 Nov 2007 20:40:45 -0400 |
Dan |
Merging in fixes from stable
|
changeset |
files
|
Fri, 02 Nov 2007 15:38:20 -0400 |
Dan |
Fixed: invalid smartform input to Admin:UserManager when errors present and changing own account; [demo mode] default user can no longer change password
|
changeset |
files
|
Thu, 01 Nov 2007 15:13:27 -0400 |
Dan |
F'ing private message message_read column...
|
changeset |
files
|
Thu, 01 Nov 2007 10:06:19 -0400 |
Dan |
Fixed: radiobutton state in Admin:GeneralConfig not remembered when registration disabled
|
changeset |
files
|
Fri, 02 Nov 2007 20:37:26 -0400 |
Dan |
Localized a good part, if not all, of the registration page and a couple other things.
|
changeset |
files
|
Mon, 29 Oct 2007 23:54:48 -0400 |
Dan |
Failsafe page maintenance applets in index.php localized
|
changeset |
files
|
Mon, 29 Oct 2007 22:38:03 -0400 |
Dan |
Failsafe ACL editor interface localized
|
changeset |
files
|
Mon, 29 Oct 2007 22:19:06 -0400 |
Dan |
Javascripted ACL editor interface localized
|
changeset |
files
|
Mon, 29 Oct 2007 21:27:11 -0400 |
Dan |
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
|
changeset |
files
|
Mon, 29 Oct 2007 20:01:48 -0400 |
Dan |
Localized the dreaded not-authenticated message in the admin panel
|
changeset |
files
|
Mon, 29 Oct 2007 11:17:55 -0400 |
Dan |
Localized the sidebar
|
changeset |
files
|
Sun, 28 Oct 2007 23:50:10 -0400 |
Dan |
All on-page AJAX applets should be localized now
|
changeset |
files
|
Sun, 28 Oct 2007 21:19:36 -0400 |
Dan |
Localized history page and static HTML comment interface
|
changeset |
files
|
Sun, 28 Oct 2007 19:57:29 -0400 |
Dan |
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
|
changeset |
files
|
Sun, 28 Oct 2007 17:46:54 -0400 |
Dan |
Completely localized admin tree menu and page toolbar
|
changeset |
files
|
Sun, 28 Oct 2007 16:40:24 -0400 |
Dan |
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
|
changeset |
files
|
Sun, 28 Oct 2007 14:32:13 -0400 |
Dan |
Login page mostly localized
|
changeset |
files
|
Sat, 27 Oct 2007 13:54:44 -0400 |
Dan |
Merging in some leftover changes from stable
|
changeset |
files
|
Wed, 24 Oct 2007 12:45:05 -0400 |
Dan |
Merging in fixes from stable
|
changeset |
files
|
Wed, 24 Oct 2007 09:34:19 -0400 |
Dan |
Update ajax.php to use the new username completion algo
|
changeset |
files
|
Sat, 27 Oct 2007 13:29:17 -0400 |
Dan |
Localization low-level framework added
|
changeset |
files
|
Fri, 26 Oct 2007 19:28:54 -0400 |
Dan |
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
|
changeset |
files
|
Tue, 23 Oct 2007 12:30:08 -0400 |
Dan |
Slight HTTPS compatibility improvements
|
changeset |
files
|
Sun, 21 Oct 2007 21:26:11 -0400 |
Dan |
Nothing special at all. Unnamed sidebar blocks will show the text <Unnamed> instead of just showing nothing, thus making them renamable
|
changeset |
files
|
Sun, 21 Oct 2007 02:33:25 -0400 |
Dan |
[minor] added bottom margin for enanocms.org fading button
|
changeset |
files
|
Sun, 21 Oct 2007 01:45:00 -0400 |
Dan |
Nothing real special. The AJAX loading icon can be changed using the Javascript variable ajax_load_icon in header.tpl.
|
changeset |
files
|
Sat, 20 Oct 2007 22:21:46 -0400 |
Dan |
Fixing permissions
|
changeset |
files
|
Sat, 20 Oct 2007 22:16:25 -0400 |
Dan |
That merge did NOT go well.
|
changeset |
files
|