Dan [Sun, 14 Oct 2007 20:47:01 -0400] rev 186
Merge between Scribus and Nighthawk
Dan [Sun, 14 Oct 2007 01:07:07 -0400] rev 185
Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan [Fri, 12 Oct 2007 14:41:51 -0400] rev 184
Replaced autocompleting username with a much more efficient algorithm and caching system
Dan [Tue, 09 Oct 2007 16:14:55 -0400] rev 183
Fixed some regular expressions in HTML optimization algorithm; regex page groups can be edited now (oops)
Dan [Sun, 07 Oct 2007 22:06:15 -0400] rev 182
Fixed the security hole (really, I'm a moron - used $failed > $threshold instead of $failed >= $threashold) and patched up some...erm... math issues
Dan [Sun, 07 Oct 2007 21:41:42 -0400] rev 181
Upgrade UI should work now (upgrades still don't work); do not pull this revision as there is a security hole in the lockout system pending a fix
Dan [Sun, 07 Oct 2007 21:31:14 -0400] rev 180
Sync changes in from Nighthawk
Dan [Sun, 07 Oct 2007 21:28:36 -0400] rev 179
[F] Added support for account lockouts. User is locked out or required to complete a CAPTCHA after specified threshold for specified period.
Dan [Sun, 07 Oct 2007 17:28:47 -0400] rev 178
Merging in latest changes from stable
Dan [Sun, 07 Oct 2007 17:23:39 -0400] rev 177
Upgrade should work (untested)
Dan [Sun, 07 Oct 2007 17:22:25 -0400] rev 176
More minor Ux improvements
Dan [Sun, 07 Oct 2007 16:56:14 -0400] rev 175
AJAX login box is now used in userprefs panel; Spry shake effect and general UX on auth fail is smoother now; added ajaxLoginNavTo() JS function
Dan [Sun, 07 Oct 2007 08:39:40 -0400] rev 174
SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
Dan [Sat, 06 Oct 2007 20:51:22 -0400] rev 173
Let's hope it worked this time.
Dan [Sat, 06 Oct 2007 20:50:25 -0400] rev 172
Fudge, this dun work
Dan [Sat, 06 Oct 2007 20:49:19 -0400] rev 171
.hgtags change?
Dan [Sat, 06 Oct 2007 20:47:09 -0400] rev 170
Minor text change + link to docs for "about keep-alive" help dialog
Dan [Sat, 06 Oct 2007 20:44:24 -0400] rev 169
"Perhaps you were looking for" box now only shows if strlen($q) >= 4
Dan [Sat, 06 Oct 2007 20:39:18 -0400] rev 168
Dummy commit to (hopefully) revert merge of unstable code
Dan [Sat, 06 Oct 2007 20:36:52 -0400] rev 167
Added tag rebrand for changeset d53cc29308f4
Dan [Sat, 06 Oct 2007 20:36:40 -0400] rev 166
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
Dan [Sat, 06 Oct 2007 14:45:00 -0400] rev 165
Fixed external links in tplWikiFormat to use my monster HTTP request regex
Dan [Sat, 06 Oct 2007 13:18:30 -0400] rev 164
Fixed comment stripping in sanitize_html()
Dan [Sat, 06 Oct 2007 13:01:46 -0400] rev 163
Improvements and fixes (hacks?) for HTML sanitization
Dan [Fri, 05 Oct 2007 01:57:00 -0400] rev 162
Major revamps to the template parser. Fixed a few security holes that could allow PHP to be injected in untimely places in TPL code. Improved Ux for XSS attempt in tplWikiFormat. Documented many functions. Backported much cleaner parser from 2.0 branch. Beautified a lot of code in the depths of the template class. Pretty much a small-scale Extreme Makeover.
Dan [Thu, 04 Oct 2007 08:22:25 -0400] rev 161
Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
Dan [Mon, 01 Oct 2007 23:52:25 -0400] rev 160
Fixed: wiki mode edit notice should be shown on fallback editor now
Dan [Mon, 01 Oct 2007 23:48:24 -0400] rev 159
Fixed: RenderMan::parse_internal_links() problems with prepending Project: instead of Site_name: to project page alias-namespace links