aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* add the 2 i18n group to tx dbMichael Scherer2011-02-241-1/+6
|
* - add 2 class to add group to a django application, as well asMichael Scherer2011-02-243-0/+55
| | | | permission ( used for tx )
* - block signal registration, as viewvc seems to prevent SIGTERMMichael Scherer2011-02-241-1/+2
| | | | from killing process ( and thus apache from restarting )
* - set a alias so we can have proper stylesheet on tx admin interfaceMichael Scherer2011-02-241-1/+2
|
* let a django application declare aliasesMichael Scherer2011-02-241-2/+3
|
* - use the new group for tx accessMichael Scherer2011-02-241-2/+2
|
* don't install bcd package (svn version used for now)Nicolas Vigier2011-02-241-3/+3
|
* - fix location of certificate ( in some specific case like on friteuse )Michael Scherer2011-02-231-2/+2
|
* remove nail in 'packages to be installed' as it's already in 'postfix' moduleDamien Lallement2011-02-231-1/+1
|
* - oops, fix previous commitMichael Scherer2011-02-231-2/+2
|
* add nail in 'packages to be installed'Damien Lallement2011-02-231-1/+1
|
* restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )Michael Scherer2011-02-231-0/+2
|
* - php complain when the timezone is not set, and do not seemMichael Scherer2011-02-232-0/+13
| | | | | | to be able to guess it from system setup. It is set in apache config as this is easier to do ( alternative is to use augeas to modify php.ini, would require more work on our servers )
* fix previous try to have a array of directories writable by apacheMichael Scherer2011-02-231-9/+12
|
* add a comment about why this class is requiredMichael Scherer2011-02-231-0/+3
|
* finish the move to django_application common classMichael Scherer2011-02-232-12/+2
|
* add more directory to be writableMichael Scherer2011-02-231-2/+7
|
* - use a loop for all the directory that should be forbiddenMichael Scherer2011-02-231-1/+22
|
* - rearrange order of argument, so they are in the same order in both queryMichael Scherer2011-02-221-3/+3
|
* - force is_dynamic parameter ( or it is almost never taken in account )Michael Scherer2011-02-221-2/+2
|
* - force ssl for the ldap bindingMichael Scherer2011-02-221-1/+1
|
* - reindent required packages, and add php-ldap to the mixMichael Scherer2011-02-221-1/+7
|
* - use the real name of the vhost for the ssl certificateMichael Scherer2011-02-221-1/+1
|
* - enable ssl usage for reverse proxy ( used by forum )Michael Scherer2011-02-221-1/+3
|
* - fix call to notifyMichael Scherer2011-02-221-1/+1
|
* - fix manifestsMichael Scherer2011-02-221-1/+1
|
* - offer a ssl version of the forum, for loginMichael Scherer2011-02-221-0/+6
|
* - phpbb enforce that install is not present ( which is a good thingMichael Scherer2011-02-221-1/+10
| | | | for security, and a bad thing because this force me to do some hack like this)
* - set cache as writable by apache userMichael Scherer2011-02-221-0/+10
|
* - use a alias for the execMichael Scherer2011-02-221-2/+2
|
* - fix typo in database server nameMichael Scherer2011-02-221-1/+1
|
* - fix the configuration file, use mod_rewrite insteadMichael Scherer2011-02-221-3/+7
| | | | | of redirect, and use Directory matching for regexp
* Do not enable votesDexter Morgan2011-02-211-1/+1
| | | | | CCBUG: 149
* - fix order of include ( this should not matter, except in this specific case )Michael Scherer2011-02-211-2/+3
|
* clean comments, and add missing configuration set in the dbMichael Scherer2011-02-211-10/+25
|
* - adapt the list of database to the setup of forumMichael Scherer2011-02-211-3/+14
|
* - add vhost for forumsMichael Scherer2011-02-212-0/+17
|
* add a require for ordering purposeMichael Scherer2011-02-211-1/+2
|
* since phpbb::instance is outside of phpbb::base, the variables are no longer ↵Michael Scherer2011-02-211-0/+3
| | | | in the scope ( TODO find a cleaner way, I am too sick for this now )
* move phpbb_config outside of phpbb::baseMichael Scherer2011-02-211-8/+11
|
* rename the php_instance class, as it is already scoped in phpbb moduleMichael Scherer2011-02-211-3/+5
|
* fix name of the upper moduleMichael Scherer2011-02-211-1/+1
|
* add comment on various configuration value that should deployed by puppetMichael Scherer2011-02-211-1/+5
|
* use the name for localMichael Scherer2011-02-211-1/+2
|
* - use a define to allow multiple forum installation ( for numerous locale )Michael Scherer2011-02-211-50/+75
|
* - add php-pgsql, or the forum will fail silentlyMichael Scherer2011-02-211-1/+1
|
* Allow to show attachment in the user browserDexter Morgan2011-02-201-1/+1
|
* Give group owner access (read - including search - and write) to owner attributeBuchan Milne2011-02-201-1/+1
|
* Index owner attributeBuchan Milne2011-02-201-1/+1
|
* - add memcached module ( used by django application among others )Michael Scherer2011-02-202-0/+45
|