summaryrefslogtreecommitdiff
path: root/core/controllers/admin_graphics.php
AgeCommit message (Collapse)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-13Make the admin/graphics UI mimic admin/themes with a single selectedBharat Mediratta
toolkit above, and other available ones below.
2009-01-11Change admin/graphics to avoid using radio buttons. Instead, when youBharat Mediratta
hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit.
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2008-12-30Add a "Graphics Settings" page that lets admins choose which graphicsBharat Mediratta
toolkit we use. We only allow users to use one toolkit. The UI needs work!