Styling changes (r7537, r7650, r7680, r7681, r7682, r7683, r7684, r7689, r7729).
Fixes to RTL support (r7730). Needs to be tested thoroughly.
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).
Changes to Pootle were frequently merged in (r7688).
Changed back button behaviour to do a GET instead of using the browser's history.back() function. (r7690).
Fixed permission bugs and concepts (r7693, r7706, r7709, r7711, r7725).
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.