aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests
Commit message (Collapse)AuthorAgeFilesLines
* clean phpbb module a little bitMichael Scherer2012-01-081-21/+2
|
* no longer force english language packMichael Scherer2011-06-011-4/+1
|
* add redundancy to phpbb ( after checking php ldap documentation Michael Scherer2011-05-301-1/+1
| | | | | | http://www.php.net/manual/fr/function.ldap-connect.php#23654 and a quick check on phpbb sourcecode )
* use apc rather than file for cache, as fetching cache from disk is notMichael Scherer2011-05-201-0/+1
| | | | | versy efficient and error prone ( as seen in bug 860 )
* set default language to english, as that's the only thing inMichael Scherer2011-04-191-1/+4
| | | | | our git for the moment
* also define default lang value for installation of a forumMichael Scherer2011-04-191-0/+7
|
* fix various errors :Michael Scherer2011-04-191-5/+14
| | | | | | | - the same database was used for all forums ( so the german forum was not configured on installation ) - some value were wrongly set ( but that was on the wrong db )
* disable requires, as alamut complainMichael Scherer2011-04-191-1/+3
|
* add a type to fetch remote databases for forumsMichael Scherer2011-04-191-0/+4
|
* syntax fixMichael Scherer2011-04-191-1/+1
|
* declare phpbb database using a different type, so this can be then usedMichael Scherer2011-04-191-3/+11
| | | | | on postgresql side to declare access on the database
* reload apache when a new forum is declaredMichael Scherer2011-04-191-0/+1
|
* - add redirection_instance type , to handle forums redirectionMichael Scherer2011-04-191-0/+11
|
* - add a directory to store locale redirectionMichael Scherer2011-04-191-0/+4
|
* - also do make sure that the phpbb_apply can be declared multiple timeMichael Scherer2011-04-191-1/+2
|
* change phpbb_config so it can be declared multiple time ( ie for more than oneMichael Scherer2011-04-191-11/+20
| | | | | instance ) without having issue with ressources title unicity
* fix reentrency issues of phpbb module ( ie, apache_writable_dir that could ↵Michael Scherer2011-04-181-14/+14
| | | | | | | not be declared more than once )
* - remove incorrect requirement of mysql, as found out by pascalMichael Scherer2011-03-291-1/+0
|
* - and again, do not hardcode server name, as this would cause problem if we Michael Scherer2011-03-081-1/+1
| | | | | move to another server
* - use the new type for remote database declarationMichael Scherer2011-03-081-3/+2
|
* fix previous try to have a array of directories writable by apacheMichael Scherer2011-02-231-9/+12
|
* add more directory to be writableMichael Scherer2011-02-231-2/+7
|
* - 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 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-211-0/+5
|
* 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
|
* add missing requires for scriptMichael Scherer2011-02-151-1/+3
|
* - 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-151-1/+21
| | | | changing the configuration in the db
* use a variableMichael Scherer2011-02-151-4/+6
|