Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
<!-- Stuff related to toolbars and clickable buttons.
Used mostly in the page toolbar on most pages.
-->
<!-- VAR toolbar_start -->
<div class="toolbar">
<ul>
<!-- ENDVAR toolbar_start -->
<!-- VAR toolbar_button -->
<li>
<a title="{TITLE}" {FLAGS}>
<img alt="{TITLE}" src="{IMAGE}" />
<!-- BEGIN show_title -->
<span>{TITLE}</span>
<!-- END show_title -->
</a>
</li>
<!-- ENDVAR toolbar_button -->
<!-- VAR toolbar_label -->
<li>
<span>{TITLE}</span>
</li>
<!-- ENDVAR toolbar_label -->
<!-- VAR toolbar_end -->
</ul>
</div>
<!-- ENDVAR toolbar_end -->
<!-- VAR toolbar_vert_start -->
<div class="toolbar_vert">
<ul>
<!-- ENDVAR toolbar_vert_start -->
<!-- VAR toolbar_vert_button -->
<li>
<a title="{TITLE}" {FLAGS}>
<img alt="{TITLE}" src="{IMAGE}" />
<span>{TITLE}</span>
</a>
</li>
<!-- ENDVAR toolbar_vert_button -->
<!-- VAR toolbar_vert_label -->
<li>
<span>{TITLE}</span>
</li>
<!-- ENDVAR toolbar_vert_label -->
<!-- VAR toolbar_vert_end -->
</ul>
</div>
<!-- ENDVAR toolbar_vert_end -->