aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
|
* - 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
* - 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
|
* - 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
|
* - add a dep on git, as it is used by mga forum developersMichael Scherer2011-02-161-0/+1
|
* environnement must be in a arrayMichael Scherer2011-02-151-1/+1
|
* fix the variable to use for connectingMichael Scherer2011-02-151-1/+1
|
* fix previous fix, O is not a digit, 0 isMichael Scherer2011-02-151-1/+1
|
* fix error in the perl script, argument start at 0, unlike CMichael Scherer2011-02-151-2/+2
|
* add missing requires for scriptMichael Scherer2011-02-151-1/+3
|
* add config.php management to set the databaseMichael Scherer2011-02-151-0/+17
|
* - fix error in declarationMichael Scherer2011-02-151-1/+0
|
* deploy ldap config into phpbb databaseMichael Scherer2011-02-151-5/+24
|
* add a define to manage part of the phpbb config from puppet by directly ↵Michael Scherer2011-02-152-1/+43
| | | | changing the configuration in the db
* use a variableMichael Scherer2011-02-151-4/+6
|
* create the postgresql db for phpbbMichael Scherer2011-02-151-1/+9
|
* add missing :Dexter Morgan2011-02-121-1/+1
|
* Fix typoDexter Morgan2011-02-121-1/+1
|
* - initial module to setup phpbbMichael Scherer2011-02-121-0/+18