User:Abuchanan/todo
None of these are really ranked by importance
Theme
- \#content needs margin/padding left --- look at mozilla.com 404 compared to buchanae.s.m.c 404
- add messages
- page tabs (e.g. view, edit, revisions, translations, etc)
- search box
- remove footer admin link if not access
- verify against mozilla.com
- users without access to admin pages can't see admin bar (i.e. can't use "Create Content" links)
Localization
- dont forget special cases eg. ja-jp-mac
- verify functionality when translated node doesn't exist
- lang switcher, lang names always in english form
Workflow
Locale switching
- Language selector - _GET['locale']
- works
- is it a problem that it's _GET['locale'] and not _GET['flang']
- i dont think anything would link to mozilla.com?flang=de
- URL switching - http://mozilla.com/de
- works via localized path(auto prefixes lang. code to url alias)
- nodes without URL alias won't have lang. prefix
- works via localized path(auto prefixes lang. code to url alias)
- Locale can switch to match content's locale
- special cases not accounted for (e.g. ja-jp-mac)
- get rid of en and use en-US
- specific host name switching doesn't work on mozilla.com (e.g. en-us.mozilla.com)
- localizer won't allow other options to be used with hostname switching simultaneously