2010-08-22 |
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
|
2010-07-30 |
Dan |
Files now list what pages use them
|
file |
diff |
annotate
|
2010-07-25 |
Dan Fuhry |
Made login window focus the controls earlier if animations are disabled.
|
file |
diff |
annotate
|
2010-06-28 |
Dan Fuhry |
Oops, maybe I could set English back to LTR :)
|
file |
diff |
annotate
|
2010-06-28 |
Dan Fuhry |
Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
|
file |
diff |
annotate
|
2010-06-03 |
Dan |
Rewrote category editor. This breaks the JSON API. Also fixed a few bugs with how Wiki Mode is set in $paths. (Hopefully that doesn't cause infinite loops, heh). Fixes issue 20.
|
file |
diff |
annotate
|
2010-04-06 |
Dan |
Clarified some edit conflict related strings
|
file |
diff |
annotate
|
2010-03-30 |
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
|
2010-03-29 |
Dan |
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
|
file |
diff |
annotate
|
2010-01-06 |
Dan |
End year on Enano copyright dates is dynamic now
|
file |
diff |
annotate
|
2009-12-17 |
Dan |
ACP: Added lockout management feature
|
file |
diff |
annotate
|
2009-12-07 |
Dan |
Improved language for static HTML page delete interface
|
file |
diff |
annotate
|
2009-11-27 |
Dan |
Language update for About Enano page ("help achieve" sentence added)
|
file |
diff |
annotate
|
2009-09-15 |
Dan |
Fixed (well, implemented) log clearing functionality on uploaded files.
|
file |
diff |
annotate
|
2009-07-13 |
Dan |
ACL editor: finally fixed that annoying blank-window bug on rule deletion
|
file |
diff |
annotate
|
2009-05-13 |
Dan |
Comment UI / Special:Memberlist: UI consistency for Send PM/Add Buddy links in Memberlist and comment display UI
|
file |
diff |
annotate
|
2009-05-10 |
Dan |
Added "About" sidebar block which simply shows the site description.
|
file |
diff |
annotate
|
2009-04-15 |
Dan |
Deletion vote reset is now logged and able to be rolled back
|
file |
diff |
annotate
|
2009-04-15 |
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
|
2009-04-13 |
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.
|
file |
diff |
annotate
|
2009-04-13 |
Dan |
New page protection UI. Both miniPrompt and failsafe HTML.
|
file |
diff |
annotate
|
2009-04-12 |
Dan |
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
|
file |
diff |
annotate
|
2009-03-20 |
Dan |
Swapped in a new theme selector.
|
file |
diff |
annotate
|
2009-02-16 |
Dan |
Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
|
file |
diff |
annotate
|
2009-01-26 |
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.
|
file |
diff |
annotate
|
2009-01-03 |
Dan |
Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
|
file |
diff |
annotate
|
2008-12-24 |
Dan |
Several thematic enhancements to Oxygen including making the main page title an h1
|
file |
diff |
annotate
|
2008-12-21 |
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
|
file |
diff |
annotate
|
2008-09-21 |
Dan |
Added initial support for DST. Rules are defined in constants.php and are extensible.
|
file |
diff |
annotate
|
2008-08-18 |
Dan |
Revamped page deletion interface; fixed bug where page_meta cache was not being cleared upon restoration of deleted page.
|
file |
diff |
annotate
|
2008-08-12 |
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)
|
file |
diff |
annotate
|
2008-08-11 |
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).
|
file |
diff |
annotate
|
2008-07-28 |
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
|
2008-07-22 |
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
|
file |
diff |
annotate
|
2008-07-22 |
Dan |
Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
|
file |
diff |
annotate
|
2008-06-25 |
Dan |
Majorly reworked Javascript runtime stuff to use on-demand loading.
|
file |
diff |
annotate
|
2008-05-11 |
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
|
2008-04-26 |
Dan |
Added but didn't set up custom_user_title ACL; fixed rebuild_page_index() to use word_lcase
|
file |
diff |
annotate
|
2008-04-21 |
Dan |
Replaced some confirmation boxes with miniPromptMessage versions. This commit will require a re-langimport and shift-reload.
|
file |
diff |
annotate
|
2008-04-09 |
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
|
2008-03-16 |
Dan |
Added support for embedding language data into plugins; updated all version numbers on plugin files
|
file |
diff |
annotate
|
2008-03-07 |
Dan |
Hopefully completed rewrite and localization of rollback backend and interface
|
file |
diff |
annotate
|
2008-03-03 |
Dan |
Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
|
file |
diff |
annotate
|
2008-03-01 |
Dan |
Fixed the fact that cron just didn't work at all (brain fart that day or something)
|
file |
diff |
annotate
|
2008-02-12 |
Dan |
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
|
file |
diff |
annotate
|
2008-02-11 |
Dan |
Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
|
file |
diff |
annotate
|
2008-02-09 |
Dan |
Added some basic timezone support; DST support is still to come.
|
file |
diff |
annotate
|
2008-02-07 |
Dan |
Started on a Special:RecentChanges page, more to come.
|
file |
diff |
annotate
|
2008-02-03 |
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
|
2008-01-30 |
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.
|
file |
diff |
annotate
|
2008-01-29 |
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
|
2008-01-28 |
Dan |
Got Enano to load even if there are no plugins; added caching for decrypted session keys to significantly improve performance (in theory at least)
|
file |
diff |
annotate
|
2008-01-26 |
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
|
file |
diff |
annotate
|
2008-01-26 |
Dan |
Finished (or nearly finished) the admin language CP
|
file |
diff |
annotate
|
2008-01-23 |
Dan |
Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
|
file |
diff |
annotate
|
2008-01-22 |
Dan |
Localized registration errors and activation/COPPA e-mails
|
file |
diff |
annotate
|
2008-01-22 |
Dan |
Localized the 404 page, w00t.
|
file |
diff |
annotate
|
2008-01-22 |
Dan |
Finished localizing PageProcessor, we hope
|
file |
diff |
annotate
|
2008-01-22 |
Dan |
Localized autosuggestion widgets
|
file |
diff |
annotate
|
2008-01-22 |
Dan |
Localized Special:UploadFile and Special:DownloadFile
|
file |
diff |
annotate
|