2010-07-31 |
Dan Fuhry |
Experimentally changing how content-length works.
|
file |
diff |
annotate
|
2010-07-27 |
Dan |
Improved captcha word generation; fixed duplicate auth parameter in Special:Login privileged login; improved search indexer performance on websites with lots of words
|
file |
diff |
annotate
|
2010-07-02 |
Dan Fuhry |
First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
|
file |
diff |
annotate
|
2010-06-28 |
Dan Fuhry |
SECURITY: Multiple XSS in Special:ChangeStyle. Reported by Mesut Timur of Mavituna Security - thanks! Also removed my stand-in for ucfirst().
|
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-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
|
2010-03-20 |
Dan |
Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
|
file |
diff |
annotate
|
2010-02-07 |
Dan |
URL sanitizer: disabled uppercase letters in URL hex character codes (it was causing conflicts with the Windows/Apache 2.2 alt namespace separator). Thanks Techokami for finding and reporting this bug.
|
file |
diff |
annotate
|
2010-01-06 |
Dan |
Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.
|
file |
diff |
annotate
|
2010-01-05 |
Dan |
Fixed ENANO_VERSION under databaseless template class
|
file |
diff |
annotate
|
2009-12-28 |
Dan |
Fixed oversanitation of multiple XHTML closing tags in a row
|
file |
diff |
annotate
|
2009-12-19 |
Dan |
OK screw that, put the crypto backend check in functions.
|
file |
diff |
annotate
|
2009-12-17 |
Dan |
JSON preparser: fixed corruption of strings that include the exact pattern word, comma, space, word, colon
|
file |
diff |
annotate
|
2009-12-12 |
Dan |
Set up more sensible defaults (UTC, DST off) for timezone preferences. Also modified enano_date() to properly include GMT offsets when timezone characters are used. Fixes issue 4.
|
file |
diff |
annotate
|
2009-11-09 |
Dan |
which(): added silencer to shut up errors on servers with open_basedir restriction
|
file |
diff |
annotate
|
2009-09-26 |
Dan |
More blank-urlname bugfixes, this time involving internal links
|
file |
diff |
annotate
|
2009-09-20 |
Dan |
Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
|
file |
diff |
annotate
|
2009-09-11 |
Dan |
Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
|
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 |
Functions: silenced PHP warnings on ob_* functions
|
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-29 |
Dan |
Tweaked URL sanitizing a bit to make Enanium work better.
|
file |
diff |
annotate
|
2009-07-06 |
Dan |
Fixed decode_unicode_url() trying to parse non-hex %uXXXX sequences
|
file |
diff |
annotate
|
2009-06-21 |
Dan |
First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
|
file |
diff |
annotate
|
2009-05-14 |
Dan |
A few safety changes to tolerate no $session when it's not available
|
file |
diff |
annotate
|
2009-05-10 |
Dan |
Wikitext redirects should work again + get_redirect() added to Namespace_* to allow plugins to extend
|
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-15 |
Dan |
New, beautiful, rethought Admin:Home. No, really, you'll like it.
|
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 |
New page protection UI. Both miniPrompt and failsafe HTML.
|
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-21 |
Dan |
Some fixes to paginator (pagination control code moved to separate function)
|
file |
diff |
annotate
|
2009-03-14 |
Dan |
Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
|
file |
diff |
annotate
|
2009-03-02 |
Dan |
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
|
file |
diff |
annotate
|
2009-02-26 |
Dan |
setConfig() will now delete config values if the second parameter is explicitly set to false
|
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-17 |
Dan |
SECURITY: Fix XSS under IE in closing tags (shared sanitizer)
|
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
|
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-31 |
Dan |
Redid error handler (it was causing some problems with gzip enabled)
|
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-12-20 |
Dan |
Added support for IPv6 IP ranges... ehh, not easy.
|
file |
diff |
annotate
|
2008-11-29 |
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.
|
file |
diff |
annotate
|
2008-11-15 |
Dan |
Added ability to have alternate main page for members
|
file |
diff |
annotate
|
2008-11-09 |
Dan |
Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out
|
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-09-16 |
Dan |
Fixed IPv6 address match (the one from phpBB3 did not work)
|
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-07-28 |
Dan |
Fixed improperly set up gzencode() replacement; fixed bad regexp in scale_image() security check
|
file |
diff |
annotate
|
2008-07-23 |
Dan |
Made grinding_halt() exit with status 1 for POSIX compatibility; jscompress.php utility now accepts non-CDN websites
|
file |
diff |
annotate
|
2008-07-10 |
Dan |
Added Gravatar support! And it's really configurable too.
|
file |
diff |
annotate
|
2008-07-10 |
Dan |
Added "default" option for getConfig() and made setConfig() only set if the new value is different
|
file |
diff |
annotate
|
2008-07-09 |
Dan |
Completed work (we hope) on CacheManager admin page
|
file |
diff |
annotate
|
2008-07-09 |
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.
|
file |
diff |
annotate
|
2008-07-07 |
Dan |
Moved enano_safe_array_merge() to functions.php as comment.php depends on it
|
file |
diff |
annotate
|
2008-07-07 |
Dan |
Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
|
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-07-02 |
Dan |
Another sweep from the optimization monster.
|
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-16 |
Dan |
Fixed two bugs in paginator: noisy warning when rows run out and empty strings not being treated as valid from formatting functions
|
file |
diff |
annotate
|
2008-06-15 |
Dan |
Fixed title not being set properly in redirect()
|
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-08 |
Dan |
Made ajaxReset() call the actual requested title instead of effective title; fixed (again) template compiler bug not matching certain tags (probably PCRE bug)
|
file |
diff |
annotate
|
2008-06-07 |
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
|
file |
diff |
annotate
|
2008-05-25 |
Dan |
More work done on effective permissions API, namely reporting of page group and usergroup names
|
file |
diff |
annotate
|
2008-05-06 |
Dan |
Added ETag support and increased caching settings to try and speed the system up. Result of a YSlow audit.
|
file |
diff |
annotate
|
2008-05-05 |
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
|
2008-04-14 |
Dan |
Rebrand as 1.1.4 (Caoineag alpha 4)
|
file |
diff |
annotate
|
2008-04-12 |
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
|
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-18 |
Dan |
Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
|
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-15 |
Dan |
Added basic CLI support for the Enano API. Loads automatically, just include common.php as normal. REVISION 500!!! :-D
|
file |
diff |
annotate
|
2008-03-07 |
Dan |
Hopefully completed rewrite and localization of rollback backend and interface
|
file |
diff |
annotate
|
2008-03-07 |
Dan |
Added $no_wrapper parameter to die_semicritical, useful for some upcoming PageProcessor tweaks.
|
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-03 |
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
|
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-22 |
Dan |
Merging fixes and updates from stable branch
|
file |
diff |
annotate
|
2008-01-28 |
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)
|
file |
diff |
annotate
|
2008-02-20 |
Dan |
Added support for Diffie-Hellman key exchange during login. w00t!
|
file |
diff |
annotate
|
2008-02-16 |
Dan |
Some memory usage improvements, I think. PHP is being weird to me.
|
file |
diff |
annotate
|
2008-02-11 |
Dan |
Rebrand as 1.1.2; made upgrade framework functional
|
file |
diff |
annotate
|
2008-02-09 |
Dan |
Added some basic timezone support; DST support is still to come.
|
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 |
Profiling enabled for RenderMan's wikiformat routine; [minor] made HTML from profiler more pretty
|
file |
diff |
annotate
|
2008-01-28 |
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)
|
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-25 |
Dan |
[minor] silenced errors to ob_gzhandler()
|
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-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-21 |
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.
|
file |
diff |
annotate
|
2008-01-21 |
Dan |
Implemented IP logging for comments and registration
|
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 |
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 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 |
Fixed: $paths->page_id not set when the page doesn't exist; finally fixed garbled page names for IP addresses
|
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-12 |
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
|
file |
diff |
annotate
|
2007-12-07 |
Dan |
Merging in changes from stable
|
file |
diff |
annotate
|
2007-12-03 |
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.
|
file |
diff |
annotate
|
2007-12-02 |
Dan |
Merging in the newly stable Coblynau
|
file |
diff |
annotate
|
2007-11-28 |
Dan |
Oops, never merged in updates from ee1fc84f12a8 (240)
|
file |
diff |
annotate
|
2007-11-28 |
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
|
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-22 |
Dan |
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
|
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-06 |
Dan |
Merge changes back from Nighthawk
|
file |
diff |
annotate
|
2007-11-06 |
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.
|
file |
diff |
annotate
|
2007-11-06 |
Dan |
Merge in new installer framework from stable
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Fix PHP4 compatibility (function def. of password_score)
|
file |
diff |
annotate
|
2007-11-03 |
Dan |
Merge in scaling abstraction from stable
|
file |
diff |
annotate
|
2007-11-03 |
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
|
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 |
Localized a good part, if not all, of the registration page and a couple other things.
|
file |
diff |
annotate
|
2007-10-29 |
Dan |
All on-page AJAX applets should be localized now
|
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-28 |
Dan |
Login page mostly localized
|
file |
diff |
annotate
|
2007-10-24 |
Dan |
Merging in fixes from stable
|
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 |
Added a cron framework. Currently tasks will not be run; will implement into templates in next commit
|
file |
diff |
annotate
|
2007-10-15 |
Dan |
Sync from stable
|
file |
diff |
annotate
|
2007-10-12 |
Dan |
Replaced autocompleting username with a much more efficient algorithm and caching system
|
file |
diff |
annotate
|
2007-10-09 |
Dan |
Fixed some regular expressions in HTML optimization algorithm; regex page groups can be edited now (oops)
|
file |
diff |
annotate
|
2007-10-07 |
Dan |
Merging in latest changes from stable
|
file |
diff |
annotate
|
2007-10-07 |
Dan |
SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
|
file |
diff |
annotate
|
2007-10-07 |
Dan |
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
|
file |
diff |
annotate
|
2007-10-06 |
Dan |
Fixed comment stripping in sanitize_html()
|
file |
diff |
annotate
|
2007-10-06 |
Dan |
Improvements and fixes (hacks?) for HTML sanitization
|
file |
diff |
annotate
|
2007-09-25 |
Dan |
Rebrand for 1.0.2b1
|
file |
diff |
annotate
|
2007-09-24 |
Dan |
Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
|
file |
diff |
annotate
|
2007-09-18 |
Dan |
Fix: textarea tags got stripped naked by the HTML optimizer, now no longer
|
file |
diff |
annotate
|
2007-09-17 |
Dan |
[sync only] Minor display change in Special:About_Enano; added initial PHP function for password strength testing
|
file |
diff |
annotate
|
2007-09-11 |
Dan |
Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
|
file |
diff |
annotate
|
2007-09-09 |
Dan |
Improved ban control page and allowed multiple entries/IP ranges; changed some parameters on jBox; user level changes are logged now
|
file |
diff |
annotate
|
2007-09-08 |
Dan |
Fixed some rather major bugs in the registration system, this will need a release followup
|
file |
diff |
annotate
|
2007-09-02 |
Dan |
Rewrote all code related to delvote_ips column to use serialize()
|
file |
diff |
annotate
|
2007-08-14 |
Dan |
Added ability to detag deleted pages
|
file |
diff |
annotate
|
2007-08-10 |
Dan |
Finished pagination code (was incomplete in previous revision) and added a few hacks for an upcoming theme
|
file |
diff |
annotate
|
2007-08-05 |
Dan |
Fixed IE6 + Admin theme, version typo in installer, and paginator + IE6
|
file |
diff |
annotate
|
2007-08-05 |
Dan |
Replaced the menu in the admin theme with something much more visually pleasureable; minor fix in Special:UploadFile; finished patching a couple of XSS problems from Banshee; finished Admin:PageGroups; removed unneeded code in flyin.js; finished tag system (except tag cloud); 1.0.1 release candidate
|
file |
diff |
annotate
|
2007-08-01 |
Dan |
Improved and enabled HTML optimization algorithm; enabled gzip compression; added but did not test at all the tag cloud class in includes/tagcloud.php, this is still very preliminary and not ready for any type of production use
|
file |
diff |
annotate
|
2007-07-29 |
Dan |
Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
|
file |
diff |
annotate
|
2007-07-28 |
Dan |
Work started on page tags, still aways to go, but syncing to Nighthawk
|
file |
diff |
annotate
|
2007-07-25 |
Dan |
Various bugfixes and cleanups, too much to remember... see the diffs for what got changed :-)
|
file |
diff |
annotate
|
2007-07-21 |
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
|
2007-07-11 |
Dan |
Redirect pages actually work stable-ish now; critical extraneous debug message removed (oops!)
|
file |
diff |
annotate
|
2007-07-06 |
Dan |
E-mail address mask engine non-Javascript fallback now picks random substitutions for @ and . to make address more unreadable by bots
|
file |
diff |
annotate
|
2007-07-03 |
Dan |
Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
|
file |
diff |
annotate
|
2007-07-02 |
Dan |
Fixed user pages + the new .xx page URL format
|
file |
diff |
annotate
|
2007-07-01 |
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
|
2007-06-27 |
Dan |
More preliminary l10n work; userpage portal style basics implemented
|
file |
diff |
annotate
|
2007-06-26 |
Dan |
Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
|
file |
diff |
annotate
|
2007-06-23 |
Dan |
Added demo mode functionality to various parts of Enano (unlocked only with a plugin) and fixed groups table
|
file |
diff |
annotate
|
2007-06-23 |
Dan |
Emergency version change to 1.0rc3 to fix XSS vulnerabilities
|
file |
diff |
annotate
|
2007-06-23 |
Dan |
Fixed complicated SQL injection vulnerability in URL handler, updated license info for Tigra Tree Menu, and killed one XSS vulnerability
|
file |
diff |
annotate
|
2007-06-22 |
Dan |
Security: NUL characters are now stripped from GPC; several code readability standards changes
|
file |
diff |
annotate
|
2007-06-13 |
dan |
Adding /includes
|
file |
diff |
annotate
|