Confirmed users
574
edits
(→erik) |
|||
| Line 33: | Line 33: | ||
== erik == | == erik == | ||
* SUMO's DB access is now in one transaction per request (on trunk). Yay, atomic writes. | |||
* Learned MySQL doesn't even try to replicate LIMITed write queries correctly, so don't try. | |||
* Lots of fleshing out of requirements: wiki polls, localization dashboard | |||
* Baby's first contribution to the HTML 5 spec: hidden form inputs are now un<label>able. | |||
* Coding: wiki redirect UI; document metadata editing, renaming, & slug-changing. Made {for} parser handle implicitly self-closing tags. | |||
* Filed an html5lib bug about the lxml-based parseFragment not operating to spec. | |||
* [https://wiki.mozilla.org/Support/Kitsune/KB/WikiSyntax Documented] the heck out of the new {for} wiki tag | |||
* Reviewed email notiications, video tags | |||
* Started using <detail> and <summary> tags on SUMO. There's a nice jQuery fallback, since no browser on earth supports them yet. | |||
* Improved bleach.linkify() so it doesn't pull invalid-in-URLs chars into URLs: makes scanning things like {hey}www.zombo.com/things{hey} work. | |||
== gkoberger == | == gkoberger == | ||