| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use @ when accessing variables in templates | Dan Fandrich | 2024-11-20 | 4 | -12/+12 |
| | | | | | | | | | Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This is the second batch of files. | ||||
| * | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 4 | -12/+12 |
| | | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
| * | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 4 | -12/+12 |
| | | | | | Access without the @ symbol is the older method and is discouraged. | ||||
| * | Switch links to https: that are found in comments | Dan Fandrich | 2024-01-25 | 2 | -2/+2 |
| | | | | | These are for use by humans only. | ||||
| * | lint fixes for transifex | Thomas Backlund | 2015-10-20 | 1 | -1/+0 |
| | | |||||
| * | disable transaction middleware, https://bugs.mageia.org/show_bug.cgi?id=4499#c19 | Michael Scherer | 2012-03-27 | 1 | -1/+1 |
| | | |||||
| * | add transaction middleware, since django 1.3 and tx need it ( should fix bug ↵ | Michael Scherer | 2012-03-11 | 1 | -0/+1 |
| | | | | | 4499 ) | ||||
| * | seems the underlying library ( python-ldap ) automatically use | Michael Scherer | 2011-05-30 | 1 | -1/+1 |
| | | | | | | | the 2nd server is the first one is down, thus freeing us from the task of patching the module | ||||
| * | enable notification on transifex, as asked by people on i18n | Michael Scherer | 2011-04-01 | 1 | -1/+1 |
| | | |||||
| * | - do not hardcode the hostname of the server, in case we need to change it | Michael Scherer | 2011-03-08 | 1 | -1/+1 |
| | | | | | | ( for example if the service is migrated to another one ) | ||||
| * | - use the new group for tx access | Michael Scherer | 2011-02-24 | 1 | -2/+2 |
| | | |||||
| * | - rename the account, and no longer share the same account as sympa | Michael Scherer | 2010-12-16 | 1 | -1/+1 |
| | | |||||
| * | allow to use email on log on transifex | Michael Scherer | 2010-12-15 | 1 | -2/+2 |
| | | |||||
| * | - add templating extraction logic to transifex | Michael Scherer | 2010-12-15 | 1 | -0/+1 |
| | | |||||
| * | add configfile for template related stuff | Michael Scherer | 2010-12-15 | 1 | -0/+83 |
| | | |||||
| * | uniformisation of the name of variable used for password, so we know if this ↵ | Michael Scherer | 2010-12-15 | 1 | -1/+1 |
| | | | | | is ldap or postgresql at the first glance | ||||
| * | - add ldap authentication to transifex, so far for sysadmin only ( for | Michael Scherer | 2010-12-15 | 1 | -0/+48 |
| | | | | | testing purposes ) | ||||
| * | disable transifex authentication to use native one on django ( and so ldap ) | Michael Scherer | 2010-12-15 | 1 | -0/+59 |
| | | |||||
| * | - do not let file with passwords to be world readable | Michael Scherer | 2010-11-20 | 1 | -1/+1 |
| | | | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others | ||||
| * | - do not use TLS, will not work | Michael Scherer | 2010-11-19 | 1 | -1/+1 |
| | | |||||
| * | - move the declaration to the top of the file, less confusing. | Michael Scherer | 2010-11-19 | 1 | -2/+1 |
| | | | | | | - do not hardcode domain name | ||||
| * | Add 30-site.conf ( WIP ) | Dexter Morgan | 2010-11-18 | 1 | -0/+26 |
| | | |||||
| * | Change transifex password | Dexter Morgan | 2010-11-10 | 1 | -1/+1 |
| | | |||||
| * | Add puppet conf for transifex | Dexter Morgan | 2010-11-06 | 1 | -0/+33 |
