User:Clouserw/CMS:ToDoThat: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
=== Big Stuff ===
* ldap auth
* ldap auth
** permission setup
** permission setup
* language detection
*** languages the person has access too
 
* language detection and redirection
 
* Let people make their own URL aliases, but restrict them to their language by auto-prepending them.  When a person makes a page, they select what language it's in.  Let's prepend that to their URL.  Right now the URLs are imported as, eg. 'en/firefox/about' - lets change that to 'firefox/about' and then stick the language on the front programmatically.
 
* Fix redirects - mozilla.com has a lot of pages that are just a header() to another site.  All of these are going to be broken.  We'll need a way to set these up through drupal.
 
* Setup a view on /press/ for the "story" types.  We also need to put a short block (3?) of these on separate pages, like the front page.  There should be a "more" link that links to /press/.  Rss feeds too.
 
=== Little stuff ===
* favicon
* favicon
* add textdir to <html>  
* add textdir to <html>  
* grep for @todo
* grep for @todo
* 404 page
* 404 page
* whack "drupal" in the <title>
* whack "drupal" in the <title> (this is a Localizer plugin thing - it has a separate title for every locale...)
* fix breadcrumbs
* verify navigation / breadcrumbs
* fix nav menu (show which page you're on)
* verify /en vs. /en/ vs. /en/index.html
* fix /en/ vs. /en/index.html
* Add a way to have custom code in the header (eg. /firefox/all.html) (Probably just a CCK field)
* Add a way to have custom code in the header (/firefox/all.html)
* disable browsing by /node/xx?  (not really a big deal)
* fix ja redirects (eg. node 33)
* add .po files for all langs (fr is already done - the framework is there, just need to wget/untar them)
* disable node browsing
* Do something about 'en' being the default (needs to be en-US)
* make login/etc. pages not fugly
* Update groups programmatically (I forgot what this meant...)
* add .po files for all langs
* fix the "more" link on the press releases
* make a press release page like /press/
* Do something about 'en' being the default (vs. en-us)
* Update groups programmatically

Revision as of 01:04, 24 June 2007

Big Stuff

  • ldap auth
    • permission setup
      • languages the person has access too
  • language detection and redirection
  • Let people make their own URL aliases, but restrict them to their language by auto-prepending them. When a person makes a page, they select what language it's in. Let's prepend that to their URL. Right now the URLs are imported as, eg. 'en/firefox/about' - lets change that to 'firefox/about' and then stick the language on the front programmatically.
  • Fix redirects - mozilla.com has a lot of pages that are just a header() to another site. All of these are going to be broken. We'll need a way to set these up through drupal.
  • Setup a view on /press/ for the "story" types. We also need to put a short block (3?) of these on separate pages, like the front page. There should be a "more" link that links to /press/. Rss feeds too.

Little stuff

  • favicon
  • add textdir to <html>
  • grep for @todo
  • 404 page
  • whack "drupal" in the <title> (this is a Localizer plugin thing - it has a separate title for every locale...)
  • verify navigation / breadcrumbs
  • verify /en vs. /en/ vs. /en/index.html
  • Add a way to have custom code in the header (eg. /firefox/all.html) (Probably just a CCK field)
  • disable browsing by /node/xx? (not really a big deal)
  • add .po files for all langs (fr is already done - the framework is there, just need to wget/untar them)
  • Do something about 'en' being the default (needs to be en-US)
  • Update groups programmatically (I forgot what this meant...)