User:Abuchanan/todo: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 44: Line 44:
* Language selector -  _GET['locale']
* Language selector -  _GET['locale']
** works
** works
** is it a problem that it's ?locale and not ?flang ??
** 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
* URL switching - http://mozilla.com/de

Revision as of 18:10, 12 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

  • localizer bug - select node not working
  • 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

  • modify translations page so publishers can only administer languages they have access to
  • create "needs review" list
  • create publish option and action
  • editors need access to non-published nodes
    • editors and publishers can only edit/publish nodes within their allowed locales

Flags: "new" flag, needs review, needs work, published.


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