Mercurial
Mercurial
>
repos
>
enano-1.1
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
2009-10-13, by Dan
MiniPrompt: [minor] Added short delay before destruction in whiteOutDestroyWithImage().
2009-10-07, by Dan
Merged from accidental split
2009-10-04, by Dan
More parser work: fixed a few bugs with [[intlinks]] in headers, a bug that caused the paragraph parser to return an empty string, and added a warning/backup-and-restore for when a render stage returns an empty string.
2009-10-04, by Dan
Fixed (more) output buffering bugs in Special:EditSidebar
2009-10-01, by Dan
Javascript lib: UX: When whiteOutReportSuccess() is called on a whiteout over a miniPrompt, the miniPrompt and whiteout are now flown out together. Also, a bit of improvement to message box DOM object destruction code; this fixes problems with message boxes appearing below the shade when ajax auth is done 3 or more times in one page load.
2009-09-30, by Dan
Same issue, was doing an empty() check on $page_urlname in Admin:PageManager and not taking both main pages into account
2009-09-26, by Dan
More blank-urlname bugfixes, this time involving internal links
2009-09-26, by Dan
A bit of refinement and consistency to "Powered by Enano" link and associated documentation
2009-09-26, by Dan
Fixed handling of blank urlname as guest main page / other main page for members
2009-09-26, by Dan
Whoops, it's setHook(), not getHook() (Special:Administration JS core)
2009-09-25, by Dan
HTML login: fixed bad submit under IE
2009-09-25, by Dan
Admin panel: added collapsible tables under GeneralConfig, with room for support on other pages.
2009-09-20, by Dan
Login: if return-to specified and already logged in, jump to return-to instead of main page.
2009-09-20, by Dan
Installer: Fixed "RewriteBase /" bug and some improper Dynano use in formutils.js
2009-09-20, by Dan
Functions: fixed HTML sanitizer to properly preprocess <code> one-liners
2009-09-20, by Dan
Fixed (well, implemented) log clearing functionality on uploaded files.
2009-09-15, by Dan
Request_HTTP: Fixed get_response_body(), added HTTP redirect support, and added support for Content-Length.
2009-09-12, by Dan
Scribus <--> Charlie merge
2009-09-11, by Dan
json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6
2009-08-30, by Dan
Damn it! gzip_output() was not checking for gzip support in the browser, fixed.
2009-09-11, by Dan
Common: renamed global $title to $urlname (it broke the API from non-plugin Enano scripts)
2009-09-11, by Dan
Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
2009-08-26, by Dan
Enanium: fixed background in tinymce
2009-08-26, by Dan
Wikitext: added horizontal rule support
2009-08-26, by Dan
Fixed RenderMan::render() flags in default namespace XHTML formatter
2009-08-26, by Dan
Tutorial: improved Creating & Editing page a little bit with respect to wiki formatting stuff
2009-08-26, by Dan
Merging in work done on Charlie with upstream
2009-08-25, by Dan
Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
2009-08-25, by Dan
Sessions: Improved inactive account UX; shuffled around a bit of code so that whitelist checks are shared; fixed a bunch of bugs related to ban code and IPv6 addresses
2009-08-21, by Dan
Enanium: custom header now has an <a> floating above it that links to the main page.
2009-08-21, by 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!
2009-08-21, by Dan
Made internal links to the Admin namespace much smarter. (They do the login box and stuff.)
2009-08-21, by Dan
A bit of work on tutorial content, more still needed
2009-08-21, by Dan
Wiki formatter: heading IDs are now name based ("head:" . sanitize_page_id($text)) instead of tocN.
2009-08-21, by Dan
Avatars: fixed animated avatars rejected even when allowed in ACP
2009-08-21, by Dan
Sidebar editor: fixed ob_end_clean() warning
2009-08-21, by Dan
Wiki engine: optimization for empty-text case
2009-08-21, by Dan
Functions: silenced PHP warnings on ob_* functions
2009-08-21, by Dan
JS: MessageBox: Fixed z-index calc
2009-08-21, by Dan
Autofill: fixed missing parameter to $db->fetchrow()
2009-08-21, by Dan
User ACP: redirect to Special:Login on own account deletion
2009-08-21, by Dan
Common: removed cookie_destroy hack
2009-08-21, by Dan
Updated readme for 1.1.7/1.2 series in general
2009-08-21, by Dan
Avatar UCP and ACP: Ported Dynano -> jQuery; merged POST processing code. Added support for IPv6 URLs (avatar UCP and RequestHTTP).
2009-08-21, by Dan
SECURITY: Comments: fix poor sanitization of subject on initial submit
2009-08-21, by Dan
Sessions: whoops, left a debug message in by accident, broke a few redirects
2009-08-20, by Dan
SECURITY: UCP: Added CSRF protection on Profile (unneeded on EmailPassword due to USER_LEVEL_CHPREF requirement)
2009-08-20, by Dan
index: removed that annoying 2-space indent
2009-08-20, by Dan
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-08-20, by Dan
Minor fix to SHA256: some indices were not being initted under some circumstances
2009-08-19, by Dan
Added ability for authentication plugins to modify session keys (to allow invalidation when their own authentication data is changed) as well as the ability to disable the built-in password change facility
2009-08-10, by Dan
Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
2009-08-09, by Dan
Login: enabled DiffieHellman on IE8
2009-08-09, by Dan
Login: visual: fixed separator being displayed with only one of 2 checkboxes
2009-08-07, by Dan
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
2009-08-04, by Dan
Made index.php bootstrap smarter and better commented.
2009-08-04, by Dan
More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
2009-08-04, by Dan
Fixed some "declaration should be compatible" errors that showed up under WinXP QA
2009-08-04, by Dan
Sessions: fixed logout() destroying normal session (instead of elevated) if $level = USER_LEVEL_CHPREF. Possible very minor security concern: elevated sessions were not fully destroyed, so if a normal session is opened from the same IP, the elevated one may be reusable for 15 minutes.
2009-08-03, by Dan
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip