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.
Some fixes to autofill with Unicode usernames; fixed a few end user experience pieces of the group CP. Users are now allowed to freely leave GROUP_OPEN and GROUP_REQUEST groups, and must be removed by a group mod for GROUP_CLOSED and GROUP_HIDDEN.
2010-07-29, by Dan
Added template hooks in the JS template compiler. Attach to thook_<template hook name>. Use Echo() to echo HTML; access compiler instance with Template.tpl_{strings,bool}, etc.
2010-07-29, by Dan
Database revision is now shown in ACP home
2010-07-29, by Dan
Added ability for plugins to hook into admin user manager
2010-07-29, by Dan
Improved captcha word generation; fixed duplicate auth parameter in Special:Login privileged login; improved search indexer performance on websites with lots of words
2010-07-26, by Dan
Fixed direction related regression in drop down code
2010-07-25, by Dan
Made login window focus the controls earlier if animations are disabled.
2010-07-25, by Dan Fuhry
Clean up that GLOBALS silliness.
2010-07-06, by Dan Fuhry
Default theme can no longer be changed in demo mode
2010-07-06, by Dan Fuhry
DiffieHellman: gracefully handle platforms that fail the sha256 self test, currently only known to be PowerPC. Added support for PHP's built-in hash functions (they were added in 5.1.2) and use them in lieu of the built-in sha256 implementation when available.
2010-07-05, by Dan Fuhry
Fixed the (rather expected) 1.0.x migration issues db revision system
2010-07-01, by Dan Fuhry
First shot at switching to database revision numbers separate from release version number. There are probably bugs, especially related to migration.
2010-07-01, by Dan Fuhry
Tagged release: 1.1.7pl1
2010-07-01, by Dan Fuhry
Integrated XSS patch for 1.1.7 maintenance branch
1.1.7-maintenance
1.1.7pl1
2010-07-01, by Dan Fuhry
Enanium: Added directionality to simple-header
2010-06-28, by Dan Fuhry
Oops, maybe I could set English back to LTR :)
2010-06-28, by Dan Fuhry
Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
2010-06-28, by Dan Fuhry
SECURITY: Multiple XSS in Special:ChangeStyle. Reported by Mesut Timur of Mavituna Security - thanks! Also removed my stand-in for ucfirst().
2010-06-28, by Dan Fuhry
Rewrote category editor. This breaks the JSON API. Also fixed a few bugs with how Wiki Mode is set in $paths. (Hopefully that doesn't cause infinite loops, heh). Fixes issue 20.
2010-06-02, by Dan
Added the ability to trust XFF (X-Forwarded-For) headers.
2010-05-16, by Dan
Test commit to verify that ktulu auto sync works properly
2010-05-15, by Dan
Added a box on Admin:UploadConfig showing the value of upload_max_filesize.
2010-05-02, by Dan
Merged (accidental split)
2010-04-30, by Dan
Fixed typo in that, the parameter that was supposed to go to getConfig was going to htmlspecialchars()
2010-04-30, by Dan
Added an ajax auto check for the path to ImageMagick in Admin:UploadConfig
2010-04-30, by Dan
Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
2010-04-20, by Dan
Fixed some cosmetic bugs in Special:AllPages
2010-04-20, by Dan
Fixed registration admin override with account_activation set to disable.
2010-04-19, by Dan
Made separate methods in sessionManager for static and non-static generate_aes_form(), because PHP (erroneously) always calls that method statically.
2010-04-17, by Dan
Merged
2010-04-06, by Dan
Added Diffie-Hellman crypto support into the installer. Fixes issue 13.
2010-04-06, by Dan
Clarified some edit conflict related strings
2010-04-06, by Dan
Fixed lockout list in ACP under PostgreSQL
2010-04-02, by Dan
Merge in changes about legal marks
2010-04-02, by Neal Gompa
Fixed various legal marks in the strings of the English language pack
2010-04-02, by Neal Gompa
Fixed Gravatars not showing up immediately after save in Avatar UCP
2010-04-02, by Dan
Fixed fread() usage in Request_HTTP not properly handling incomplete responses
2010-04-02, by Dan
Fixed typo in install.json in pgsql "no php extension" error string
2010-04-01, by Neal Gompa
Fixed password_score_field onload in Admin:UserManager
2010-03-30, by Dan
Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
2010-03-30, by Dan
Renderer: fixed the regex that looks for h-tags in reverse_process_headings so it looks forthe new format #head: IDs.
2010-03-30, by Dan
Fixed "waiting for l10n init" and js error in Admin:UserManager
2010-02-26, by Dan
Search: strip HTML tags from result text (DB pages only). Fixes issue 17.
2010-03-29, by 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.
2010-03-28, by Dan
Introduced configurability for gzip compression. Fixes issue 18.
2010-03-28, by Dan
Replaced (most of) the mini box icons with famfamfam silk icons, they're better looking.
2010-03-28, by Dan
Added https support in Request_HTTP
2010-03-28, by Dan
Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
2010-03-20, by Dan
Fixed username not being decoded in Special:ActivateAccount
2010-03-17, by Dan
Merged braches from accidental split
2010-02-08, by Dan
Fixed unescaped ampersands in "&enano_version" cache breaking
2010-02-08, by 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.
2010-02-07, by Dan
Added var enano_version to installer JS header
2010-02-03, by Dan
Modified paragraph rule to not use recursive parsing; made parsing of code and pre tags much more reliable. Fixes issue 1 (QA: RE-TEST).
2010-02-01, by Dan
Fixed more places where author_uid wasn't right.
2010-02-01, by Dan
Added "days ago" to the Site Started field on admin home
2010-02-01, by Dan
Fixed an example url in install.json pophelp (which may be removed momentarily)
2010-01-19, by Dan
Renamed 1.0.6 -> 1.0.6pl1 upgrade script, migrations from 1.0.6pl1 were broken
2010-01-12, by Dan
Fix: add author_uid in GROUP BY in LogDisplay for PostgreSQL compatibility
2010-01-10, by phirox
Fixed author_uid in activation request insertion
2010-01-10, by Dan
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip