Code
cache permissions in django cache to reduce pressure on database
Commit by alaaosh :: r14505 /src/trunk/Pootle/local_apps/pootle_app/models/permissions.py: (link) cache permissions in django cache to reduce pressure on database
Categories: Code
include root directory when asked for full trail
Commit by alaaosh :: r14504 /src/trunk/Pootle/local_apps/pootle_app/models/directory.py: (link) include root directory when asked for full trail
Categories: Code
PermissionSetCache no longer needed
Commit by alaaosh :: r14503 /src/trunk/Pootle/local_apps/pootle_app/models/__init__.py: (link) PermissionSetCache no longer needed
Categories: Code
no more negative permissions, just set different defaults for template language
Commit by alaaosh :: r14502 /src/trunk/Pootle/local_apps/pootle_app/management/__init__.py: (link) no more negative permissions, just set different defaults for template language
Categories: Code
simplify permissions code considerably. permissions are no longer cascading and...
Commit by alaaosh :: r14501 /src/trunk/Pootle/local_apps/pootle_app/models/permissions.py: (link) simplify permissions code considerably. permissions are no longer cascading and we dropped negative permissions in exchange for simple rules of precedence.
user specific permission trumps default permissions even if they apply at a shallower level, default trumps nobody
the deepest permission is applied as is, no cascading with parents is applied.
I think this actually maps to what users expect. and uses minimal number of queries.
user specific permission trumps default permissions even if they apply at a shallower level, default trumps nobody
the deepest permission is applied as is, no cascading with parents is applied.
I think this actually maps to what users expect. and uses minimal number of queries.
Categories: Code
lock stores when parsing
Commit by alaaosh :: r14500 /src/trunk/Pootle/local_apps/pootle_store/models.py: (link) lock stores when parsing
Categories: Code
check for gaupol dependency
Commit by alaaosh :: r14499 /src/trunk/Pootle/ (2 files in 2 dirs): (link) check for gaupol dependency
Categories: Code
weird name for Northern Sotho, must be a copy and paste glitch
Commit by alaaosh :: r14498 /src/trunk/Pootle/local_apps/pootle_app/management/commands/initdb.py: (link) weird name for Northern Sotho, must be a copy and paste glitch
Categories: Code
simplify terminology loading always check for mtime otherwise updates to...
Commit by alaaosh :: r14497 /src/trunk/Pootle/local_apps/pootle_translationproject/models.py: (link) simplify terminology loading
always check for mtime otherwise updates to terminology are not reflected
always check for mtime otherwise updates to terminology are not reflected
Categories: Code
avoid extra hits on db when testing if terminology project
Commit by alaaosh :: r14496 /src/trunk/Pootle/local_apps/pootle_translationproject/models.py: (link) avoid extra hits on db when testing if terminology project
Categories: Code
oops looking for the wrong terminology file, local terminology matching did not...
Commit by alaaosh :: r14495 /src/trunk/Pootle/local_apps/pootle_translationproject/models.py: (link) oops looking for the wrong terminology file, local terminology matching did not work
Categories: Code
fix file link in file admin tab
Commit by alaaosh :: r14494 /src/trunk/Pootle/local_apps/pootle_translationproject/views.py: (link) fix file link in file admin tab
Categories: Code
don't barf on spaces and other special chars in cache key
Commit by alaaosh :: r14493 /src/trunk/Pootle/local_apps/pootle_misc/util.py: (link) don't barf on spaces and other special chars in cache key
Categories: Code
no point in checking file encoding since all data is stored in DB as utf-8
Commit by alaaosh :: r14492 /src/trunk/Pootle/local_apps/pootle_store/views.py: (link) no point in checking file encoding since all data is stored in DB as utf-8
Categories: Code
Add some more tests
Commit by dwaynebailey :: r14491 /src/trunk/translate/lang/test_data.py: (link) Add some more tests
Categories: Code
Update default Gecko version.
Commit by walter_l :: r14490 /src/trunk/tools/mozilla/mozzy.sh: (link) Update default Gecko version.
Categories: Code
In stead of (just) moaning about not finding the "po-updated/$lang" dir, create...
Commit by walter_l :: r14489 /src/trunk/tools/mozilla/mozzy.sh: (link) In stead of (just) moaning about not finding the "po-updated/$lang" dir, create it.
Categories: Code
Rename variable left out in terminology alignment in r8710
Commit by friedelwolff :: r14488 /src/trunk/translate/convert/rc2po.py: (link) Rename variable left out in terminology alignment in r8710
Categories: Code
Update tuple along with string version. Version 1.7.0
Commit by friedelwolff :: r14487 /src/trunk/translate/__version__.py: (link) Update tuple along with string version. Version 1.7.0
Categories: Code
Version 1.7.0. Up the build number to ensure recalculation of stats.
Commit by friedelwolff :: r14486 /src/trunk/translate/__version__.py: (link) Version 1.7.0. Up the build number to ensure recalculation of stats.
Categories: Code
