Sat, 21 Aug 2010 23:31:36 -0400 |
Dan Fuhry |
Added an API for AJAX file uploads and the monitoring thereof. This is to be used in Snapr and soon core (Special:UploadFile).
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 20:49:20 -0400 |
Dan Fuhry |
Added an icon for Edit Sidebar admin page.
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:37:00 -0400 |
Dan |
Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
|
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
|
Sun, 28 Mar 2010 21:40:37 -0400 |
Dan |
Replaced (most of) the mini box icons with famfamfam silk icons, they're better looking.
|
file |
diff |
annotate
|
Fri, 25 Sep 2009 14:18:20 -0400 |
Dan |
HTML login: fixed bad submit under IE
|
file |
diff |
annotate
|
Fri, 17 Jul 2009 09:06:51 -0400 |
Dan |
Userpage: rewrite of many CSS rules for better scaling behavior
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 09:15:24 -0400 |
Dan |
Whoops, forgot to commit enano-shared from theme selector commit
|
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
|
Fri, 19 Dec 2008 21:27:05 -0500 |
Dan |
Removed obsolete JWS code from enano-shared
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 22:59:25 -0500 |
Dan |
Added dependency checking in ACL tracer
|
file |
diff |
annotate
|
Sat, 08 Nov 2008 22:37:59 -0500 |
Dan |
Merging in the past three months' work on ACL tracing tools.
|
file |
diff |
annotate
|
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...
|
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 15:07:14 -0500 |
Dan |
Fixed MiniPrompt message boxes causing the window to scroll up
|
file |
diff |
annotate
|
Sat, 12 Jul 2008 03:32:57 -0400 |
Dan |
Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
|
file |
diff |
annotate
|
Wed, 09 Jul 2008 17:38:08 -0400 |
Dan |
Sprited icons for admin panel applets
|
file |
diff |
annotate
|
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...
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
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
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 08 Apr 2008 20:30:50 -0400 |
Dan |
Fixed a jBox issue on the AppleMobile platform
|
file |
diff |
annotate
|
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().
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 24 Feb 2008 17:50:38 -0500 |
Dan |
Fixed a number of IE6 bugs
|
file |
diff |
annotate
|
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.
|
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
|
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
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 15:13:40 -0400 |
Dan |
Added ability to detag deleted pages
|
file |
diff |
annotate
|
Sun, 12 Aug 2007 13:11:16 -0400 |
Dan |
Redid stupid fading button code and fixed several RC2 bugs in the upgrade schema; 1.0.1 release candidate
|
file |
diff |
annotate
|
Mon, 06 Aug 2007 10:37:42 -0400 |
Dan |
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
|
file |
diff |
annotate
|
Mon, 06 Aug 2007 10:09:48 -0400 |
Dan |
Tag cloud is now implemented
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 18:12:10 -0400 |
Dan |
Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 10:37:36 -0400 |
Dan |
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 20:33:57 -0400 |
Dan |
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
|
file |
diff |
annotate
|
Sun, 01 Jul 2007 14:08:39 -0400 |
Dan |
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 16:07:17 -0400 |
dan |
Adding /includes
|
file |
diff |
annotate
|