User:Abuchanan/todo: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:


== Localization ==
== Localization ==
*localizer bug - select node not working


*dont forget special cases eg. ja-jp-mac
*dont forget special cases eg. ja-jp-mac
Line 21: Line 19:
*lang switcher, lang names always in english form
*lang switcher, lang names always in english form


== Workflow ==


== 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


*modify translations page so publishers can only administer languages they have access to
* Locale can switch to match content's locale


*create "needs review" list
* special cases not accounted for (e.g. ja-jp-mac)


*create publish option and action
* get rid of en and use en-US


*editors need access to non-published nodes
* specific host name switching doesn't work on mozilla.com (e.g. en-us.mozilla.com)
**editors and publishers can only edit/publish nodes within their allowed locales
** localizer won't allow other options to be used with hostname switching simultaneously
Flags:
"new" flag,
needs review,
needs work,
published.

Latest revision as of 23:08, 25 July 2007

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
  • 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