Table of Contents

Mozootle

The Mozootle code has been merged into the trunk. Pootle is in the process of being ported to Django. See The Great Pootle Migration.

Mozootle is a branch of Pootle development as part of Mozilla's Verbatim project. This page contains notes and planning for developers about merging of the Mozootle branch into the main development line of Pootle.

Resource

Current/Ongoing Work

Mozootle issues

User interface

Other

Post-merge changes

Things we are undecided about

Current merge issues

A summary of Mozootle's changes

  1. Styling changes (r7537, r7650, r7680, r7681, r7682, r7683, r7684, r7689, r7729).
  2. Fixes to RTL support (r7730). Needs to be tested thoroughly.
  3. The addition of LDAP. Authentication occurs either via LDAP or by consulting the users database. This is based on a fallback mechanism (first LDAP is tried, then the database). See users.py. (introduced in r7679).
  4. Changes to Pootle were frequently merged in (r7688).
  5. Changed back button behaviour to do a GET instead of using the browser's history.back() function. (r7690).
  6. Fixed permission bugs and concepts (r7693, r7706, r7709, r7711, r7725).
  7. Encode the user's language in the URL. This code continually redirects if it can't read user information from the database (needs to be fixed). (r7694, r7731).

This list is far from done.