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.
ACP: Added lockout management feature
2009-12-17, by Dan
Fixed undefined $score_min in password change. Potential security concern?
2009-12-17, by Dan
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
2009-12-17, by Dan
JSON preparser: fixed corruption of strings that include the exact pattern word, comma, space, word, colon
2009-12-17, by Dan
Merge from accidental split
2009-12-13, by Dan
DBAL: Majorly cleaned up and improved coding standards/documentation
2009-12-13, by Dan
Installer: cleaned up CSS header; updated comments in config.php to not say that passwords are stored with AES (as they are now stored with HMAC-SHA1)
2009-12-12, by Dan
Updated KNOWN_BUGS to point to our issue tracker
2009-12-12, by Dan
Crap, broke page editing. Fixed it.
2009-12-12, by Dan
Drafts saved on nonexistent pages now show up. Fixes issue 7.
2009-12-12, by Dan
Re-merge changes from a2hosting dev
2009-12-12, by 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.
2009-12-12, by Dan
CAPTCHA: Added smart autosubmit for registration page. Usability testing was so-so, may back out later.
2009-12-12, by Dan
A couple fixes to permission out-of-scope errors.
2009-12-11, by Dan
Wikitext parser: re-added mailto support
2009-12-11, by Dan
Sessions: Made acl_check_deps() verify scope, so that all of an action's dependencies must apply to the namespace of the given action.
2009-12-07, by Dan
Removed history_rollback_extra action from scope of Special pages, as it's unneeded
2009-12-07, by Dan
PostgreSQL: bugfix in ACL related SQL query
2009-12-07, by Dan
PostgreSQL: Fixed another bug, this time in the log fetch code
2009-12-06, by Dan
Fixed ranks table under PostgreSQL. FIXME, only affects new installations and upgrades, if this bug is encountered in the wild we might want to look at auto-integrating a fix.
2009-12-06, by Dan
Updated default main page with links to the Google Code issue tracker
2009-12-06, by Dan
Improved language for static HTML page delete interface
2009-12-06, by Dan
PostgreSQL: Fixed $session->create_user()
2009-12-06, by Dan
PostgreSQL: Fixed user pages. Also added a columns_in() method to the DBAL to list columns in a table
2009-12-06, by Dan
PostgreSQL: fixed Admin:SecurityLog database error
2009-12-06, by Dan
Plugin block parser: Fixed plugin block parsing for plugin files in CRLF format
2009-12-01, by Dan
Installer sysreqs: Merged all the crypto extensions into one check; altered warnings. Strings are hopefully cleaned up.
2009-12-01, by Dan
common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path
2009-12-01, by Dan
Merge from accidental split
2009-11-30, by Dan
Admin User Manager: When a user with a DB-driven user page is renamed, also change urlname of their user page. Fixes issue 3.
2009-11-30, by Dan
Admin Home: fixed undefined %num_users% in string acphome_msg_inactive_users_plural
2009-11-30, by Dan
Language update for About Enano page ("help achieve" sentence added)
2009-11-27, by Dan
parse_mediawiki: Marked the paragraph bug as non-blocker, delayed until RC1. I have higher priorities than a minor win32 only parsing issue.
2009-11-27, by Dan
Fixed some open_basedir errors in SpecialPageFuncs
2009-11-16, by Dan
Login: Fixed typo that prevented non-DH crypto from working (thanks Keith Schmader)
2009-11-16, by Dan
Added a switch to disable following redirects in Request_HTTP
2009-11-11, by Dan
Hack: temporarily disabled PCRE recursion for Win32 in the paragraph block tag parser until a better parser can be written/adapted
2009-11-11, by dan
which(): added silencer to shut up errors on servers with open_basedir restriction
2009-11-09, by Dan
Logins: reorganized data structures a bit. WiP - needs test routine done.
2009-11-03, by Dan
Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
2009-10-25, by Dan
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
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip