2011-09-04 |
Dan Fuhry |
SECURITY: Various security enhancements to password resets. They are now rate-limited by username and IP, and it is possible to disable username autofill for guests.
|
file |
diff |
annotate
|
2010-08-04 |
Dan Fuhry |
Fixed no plugins showing up in sidebar create block page
|
file |
diff |
annotate
|
2010-07-31 |
Dan Fuhry |
Fixed theme not being loaded in Admin:EditSidebar
|
file |
diff |
annotate
|
2010-07-30 |
Dan |
Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.
|
file |
diff |
annotate
|
2010-05-17 |
Dan |
Added the ability to trust XFF (X-Forwarded-For) headers.
|
file |
diff |
annotate
|
2010-05-03 |
Dan |
Added a box on Admin:UploadConfig showing the value of upload_max_filesize.
|
file |
diff |
annotate
|
2010-05-01 |
Dan |
Fixed typo in that, the parameter that was supposed to go to getConfig was going to htmlspecialchars()
|
file |
diff |
annotate
|
2010-05-01 |
Dan |
Added an ajax auto check for the path to ImageMagick in Admin:UploadConfig
|
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-03-29 |
Dan |
Introduced configurability for gzip compression. Fixes issue 18.
|
file |
diff |
annotate
|
2009-12-19 |
Dan |
Logs: Fully integrated an author_uid column. Logs are now linked by user ID instead of just username, so they survive username changes better. Database is changed. Fixes issue 6.
|
file |
diff |
annotate
|
2009-12-17 |
Dan |
ACP: Added lockout management feature
|
file |
diff |
annotate
|
2009-10-01 |
Dan |
Fixed (more) output buffering bugs in Special:EditSidebar
|
file |
diff |
annotate
|
2009-09-26 |
Dan |
A bit of refinement and consistency to "Powered by Enano" link and associated documentation
|
file |
diff |
annotate
|
2009-09-25 |
Dan |
Whoops, it's setHook(), not getHook() (Special:Administration JS core)
|
file |
diff |
annotate
|
2009-09-20 |
Dan |
Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
|
file |
diff |
annotate
|
2009-08-22 |
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!
|
file |
diff |
annotate
|
2009-08-21 |
Dan |
Sidebar editor: fixed ob_end_clean() warning
|
file |
diff |
annotate
|
2009-08-21 |
Dan |
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
|
file |
diff |
annotate
|
2009-07-18 |
Dan |
Admin: query string is now preserved on redirect to login
|
file |
diff |
annotate
|
2009-07-12 |
Dan |
Here we go, preload_js() officially added to admin panel. Pray with me.
|
file |
diff |
annotate
|
2009-06-16 |
Dan |
Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
|
file |
diff |
annotate
|
2009-05-29 |
Dan |
Fixed lack of default value in main page field on admin panel
|
file |
diff |
annotate
|
2009-05-27 |
Dan |
Fixed a PHP warning in Admin:GeneralConfig default theme selection
|
file |
diff |
annotate
|
2009-05-15 |
Dan |
GeneralConfig: Fixed failure to import $cache during save
|
file |
diff |
annotate
|
2009-05-11 |
Dan |
Fixed a couple bugs with admin avatar settings and getConfig() return types
|
file |
diff |
annotate
|
2009-05-10 |
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.
|
file |
diff |
annotate
|
2009-05-05 |
Dan |
Whoops, last commit broke admin stuff.
|
file |
diff |
annotate
|
2009-05-05 |
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.
|
file |
diff |
annotate
|
2009-04-19 |
Dan |
Fixed path to wrong line image in admin CP nav tree
|
file |
diff |
annotate
|
2009-04-15 |
Dan |
New, beautiful, rethought Admin:Home. No, really, you'll like it.
|
file |
diff |
annotate
|
2009-04-12 |
Dan |
When changing namespace of a File: page, associated files are now deleted. Also fixed some issues with image scaling.
|
file |
diff |
annotate
|
2009-03-22 |
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
|
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 a few hooks to Admin:GeneralConfig (didn't I do this already?)
|
file |
diff |
annotate
|
2009-01-26 |
Dan |
Replaced integer checks that used preg_match() to use ctype_digit() instead
|
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-12 |
Dan |
Special:Administration: fixed 404 on several Tigra tree menu images
|
file |
diff |
annotate
|
2009-01-04 |
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.
|
file |
diff |
annotate
|
2008-12-24 |
Dan |
Small speed optimization to admin panel loader
|
file |
diff |
annotate
|
2008-12-23 |
Dan |
Updated URLs and strings to point to the new server (ktulu)
|
file |
diff |
annotate
|
2008-11-15 |
Dan |
Added ability to have alternate main page for members
|
file |
diff |
annotate
|
2008-11-09 |
Dan |
Added config option to grant userpage rights to new users (defaults to on, as it was hardcoded on before)
|
file |
diff |
annotate
|
2008-10-18 |
Dan |
Fixed SpecialAdmin setting theme and style way too late (thanks Andrew Kohnken)
|
file |
diff |
annotate
|
2008-08-24 |
Dan |
Fixed reference to $() which should be $dynano() in SpecialAdmin
|
file |
diff |
annotate
|
2008-08-23 |
Dan |
Fixed minor (non-XSS) sanitization issue for main_page field in Admin:GeneralConfig
|
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-12 |
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.
|
file |
diff |
annotate
|
2008-08-12 |
Dan |
Fixed a couple bugs in the check-for-updates code.
|
file |
diff |
annotate
|
2008-07-22 |
Dan |
Fixed installer path check in Admin:Home; made admin-menu more compatible with componentized JS
|
file |
diff |
annotate
|
2008-07-20 |
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
|
2008-07-10 |
Dan |
Added Gravatar support! And it's really configurable too.
|
file |
diff |
annotate
|
2008-07-07 |
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)
|
file |
diff |
annotate
|
2008-07-07 |
Dan |
First draft of new CacheManager admin page. Backend is yet to be implemented.
|
file |
diff |
annotate
|
2008-07-07 |
Dan |
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
|
file |
diff |
annotate
|
2008-07-03 |
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.
|
file |
diff |
annotate
|
2008-06-30 |
Dan |
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
|
file |
diff |
annotate
|
2008-06-25 |
Dan |
Majorly reworked Javascript runtime stuff to use on-demand loading.
|
file |
diff |
annotate
|
2008-06-22 |
Dan |
Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
|
file |
diff |
annotate
|
2008-06-15 |
Dan |
Renamed some functions (that were new in this release anyway) due to compatibility broken with PunBB bridge
|
file |
diff |
annotate
|
2008-06-07 |
Dan |
Updated version number metadata in system plugin files; added some comments and removed unused code from index.php and includes/graphs.php
|
file |
diff |
annotate
|
2008-05-16 |
Dan |
Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
|
file |
diff |
annotate
|
2008-04-14 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
2008-04-06 |
Dan |
Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.
|
file |
diff |
annotate
|
2008-03-27 |
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
|
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-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 |
Finished theme manager to the point where it's in a working state in Firefox and hopefully IE.
|
file |
diff |
annotate
|
2008-02-22 |
Dan |
Merging fixes and updates from stable branch
|
file |
diff |
annotate
|
2008-01-10 |
Dan |
Fix undefined E_STRICT under PHP 4; add PHP 4 deprecation notice in admin panel
|
file |
diff |
annotate
|
2008-02-18 |
Dan |
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
|
file |
diff |
annotate
|
2008-02-11 |
Dan |
Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
|
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 |
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
|
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-25 |
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
|
file |
diff |
annotate
|
2008-01-21 |
Dan |
Localized Special:EditSidebar
|
file |
diff |
annotate
|
2008-01-21 |
Dan |
Completed l10n on admin panel. Exception is Admin:ThemeManager, which is pending a rewrite.
|
file |
diff |
annotate
|
2008-01-21 |
Dan |
Localized Admin:MassEmail
|
file |
diff |
annotate
|
2008-01-19 |
Dan |
Localized Admin:COPPA
|
file |
diff |
annotate
|
2008-01-16 |
Dan |
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
|
file |
diff |
annotate
|
2008-01-03 |
Dan |
Localized and separated Admin:GroupManager
|
file |
diff |
annotate
|
2008-01-03 |
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
|
file |
diff |
annotate
|
2007-12-30 |
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.
|
file |
diff |
annotate
|
2007-12-28 |
Dan |
Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
|
file |
diff |
annotate
|
2007-12-28 |
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
|
2007-12-26 |
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
|
2007-12-21 |
Dan |
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
|
file |
diff |
annotate
|
2007-12-21 |
Dan |
Added initial avatar support. Currently rather feature complete except for admin controls for avatar.
|
file |
diff |
annotate
|
2007-12-20 |
Dan |
Redid merge, the previous one had a few problems
|
file |
diff |
annotate
|
2007-12-19 |
Dan |
Many changes. Installer with PostgreSQL is broken badly and will be for some time.
|
file |
diff |
annotate
|
2007-12-15 |
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
|
file |
diff |
annotate
|
2007-12-13 |
Dan |
Rebrand as 1.0.3 (Dyrad)
|
file |
diff |
annotate
|
2007-12-13 |
Dan |
SECURITY: CRITICAL: Fix SQL injection in admin CP page editor
|
file |
diff |
annotate
|
2007-12-02 |
Dan |
Merging in the newly stable Coblynau
|
file |
diff |
annotate
|
2007-11-26 |
Dan |
Nothing special. ksort()ing list of allowed filetypes in the admin panel to make editing the list marginally easier
|
file |
diff |
annotate
|
2007-11-22 |
Dan |
Merging in updates and improvements from stable
|
file |
diff |
annotate
|
2007-11-21 |
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
|
2007-11-19 |
Dan |
Merging in fixes and updates from stable
|
file |
diff |
annotate
|
2007-11-18 |
Dan |
Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
|
file |
diff |
annotate
|
2007-11-18 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
2007-11-15 |
Dan |
Merging in all changes from revision 185 (90b7a52bea45)
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merging in fixes and updates from 90b7a52bea45
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merging in fixes from rev. 207
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
2007-11-01 |
Dan |
Fixed: radiobutton state in Admin:GeneralConfig not remembered when registration disabled
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Localized a good part, if not all, of the registration page and a couple other things.
|
file |
diff |
annotate
|
2007-10-30 |
Dan |
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
|
file |
diff |
annotate
|
2007-10-30 |
Dan |
Localized the dreaded not-authenticated message in the admin panel
|
file |
diff |
annotate
|
2007-10-29 |
Dan |
Localized the sidebar
|
file |
diff |
annotate
|
2007-10-28 |
Dan |
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
|
file |
diff |
annotate
|
2007-10-27 |
Dan |
Merging in some leftover changes from stable
|
file |
diff |
annotate
|
2007-10-24 |
Dan |
Merging in fixes from stable
|
file |
diff |
annotate
|
2007-10-26 |
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.
|
file |
diff |
annotate
|
2007-10-22 |
Dan |
Nothing special at all. Unnamed sidebar blocks will show the text <Unnamed> instead of just showing nothing, thus making them renamable
|
file |
diff |
annotate
|
2007-10-21 |
Dan |
Merging in changes from db8a849ad4c9
|
file |
diff |
annotate
|
2007-10-21 |
Dan |
Merging in changes from stable
|
file |
diff |
annotate
|
2007-10-20 |
Dan |
Implemented cron image into Oxygen and St Patty as promised; fixed way-outdated version numbers in plugins
|
file |
diff |
annotate
|