Fri, 03 Jun 2011 10:45:21 -0400 |
Dan Fuhry |
Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now
|
file |
diff |
annotate
|
Thu, 02 Jun 2011 05:46:13 -0400 |
Dan Fuhry |
Removed TinyMCE.
|
file |
diff |
annotate
|
Thu, 02 Jun 2011 05:28:28 -0400 |
Dan Fuhry |
Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
|
file |
diff |
annotate
|
Sun, 02 Jan 2011 03:12:04 -0500 |
Dan Fuhry |
Added another AJAX editor hook after init is pretty much done
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 13:25:32 -0500 |
Dan Fuhry |
Added some more hooks to the page editing pipeline. It should now be possible to add controls to the page editor, send the data from them out to the server, and process them on the server side.
|
file |
diff |
annotate
|
Tue, 16 Nov 2010 12:24:38 -0500 |
Dan Fuhry |
editor: removed extraneous debug info; changed around the order by which the textarea is created and appended to the DOM
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 19:21:40 -0500 |
Dan Fuhry |
Added a new "hide-with-mce" CSS class in Dynano; all elements which have it will be hidden when TinyMCE is activated, and re-shown when it is destroyed.
|
file |
diff |
annotate
|
Thu, 28 Oct 2010 03:04:24 -0400 |
Dan Fuhry |
Added an editor hook that allows plugins to insert their own content right before the editor box.
|
file |
diff |
annotate
|
Tue, 17 Aug 2010 11:35:16 -0400 |
Dan Fuhry |
Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:10:46 -0400 |
Dan |
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 01:43:11 -0400 |
Dan |
Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 00:44:09 -0400 |
Dan |
JSON: Properly handles unicode escape sequences (\u####) now
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 19 Dec 2008 21:25:06 -0500 |
Dan |
Fixed: editor state was not unlocked after draft save
|
file |
diff |
annotate
|
Sun, 24 Aug 2008 12:41:05 -0400 |
Dan |
Fixed draft controls being shown in view source mode
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 11:24:56 -0400 |
Dan |
Autocomplete further stabilized. Made Special:PasswordReset and Special:Register prevent use if logged in.
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 08:56:18 -0400 |
Dan |
Fixed that exception that was thrown on draft save in fx3
|
file |
diff |
annotate
|
Tue, 29 Jul 2008 09:53:42 -0600 |
Dan |
Added abutton_img class + supporting properties in miniPromptMessage to allow icons on abuttons
|
file |
diff |
annotate
|
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")
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 14:49:18 -0500 |
Dan |
Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 09 Jul 2008 22:49:06 -0400 |
Dan |
Fixed another bad tinyMCE reference in editor.js
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 23:37:23 -0400 |
Dan |
Majorly reworked Javascript runtime stuff to use on-demand loading.
|
file |
diff |
annotate
|
Sun, 15 Jun 2008 01:29:30 -0400 |
Dan |
Moved some TinyMCE init code to make JS early init work
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Mon, 05 May 2008 20:28:13 -0400 |
Dan |
Added TinyMCE compression support and made some supporting modifications to common.php
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 16 Mar 2008 16:06:59 -0400 |
Dan |
Added support for embedding language data into plugins; updated all version numbers on plugin files
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 20:47:11 -0500 |
Dan |
Upgraded to TinyMCE 3.0.3; made editor auto-init again but only on Safari
|
file |
diff |
annotate
|
Wed, 05 Mar 2008 23:10:26 -0500 |
Dan |
Changed TinyMCE init to run only on demand. Highly experimental.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sun, 24 Feb 2008 17:50:38 -0500 |
Dan |
Fixed a number of IE6 bugs
|
file |
diff |
annotate
|
Wed, 13 Feb 2008 21:59:07 -0500 |
Dan |
Re-enabled, debugged, and optimized Javascript compression code
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 12 Feb 2008 07:38:52 -0500 |
Dan |
Edit summary should now be carried over when a draft is restored
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Mon, 04 Feb 2008 05:19:20 -0500 |
Dan |
Cosmetic improvements to page editor; added demo mode checks in Admin:LangManager
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 27 Dec 2007 23:32:11 -0500 |
Dan |
Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 07 Sep 2007 00:48:51 -0400 |
Dan |
Bugfix in Special:AllPages; fixed tinyMCE under Opera (finally!)
|
file |
diff |
annotate
|
Mon, 09 Jul 2007 22:01:27 -0400 |
Dan |
Vastly improved compatibility with older versions of IE, particularly 5.0, through the use of a kill switch that turns off all AJAX functions
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 14:07:35 -0400 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 16:07:17 -0400 |
dan |
Adding /includes
|
file |
diff |
annotate
|