aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Switch links to https: that are found in commentsDan Fandrich2024-01-251-1/+1
| | | | These are for use by humans only.
* phpbb: drop requirements on non-existant php-apcThomas Backlund2017-05-261-1/+0
|
* forums: fix apache 2.4 confThomas Backlund2017-05-251-1/+16
|
* phpbb: Fix pgsql hostNicolas Lécureuil2017-04-261-1/+1
|
* apache: use apachectl configtest directlyOlivier Blin2017-04-081-1/+1
| | | | "service httpd configtest" does not work with systemd
* puppet parser validation fixesThomas Backlund2015-10-201-0/+1
|
* variable enclosing fixesThomas Backlund2015-10-202-5/+5
|
* use consistent domain referencesThomas Backlund2015-10-203-8/+8
|
* lint fixes for phpbbThomas Backlund2015-10-205-27/+27
|
* Fix forums git clone locationColin Guthrie2013-11-301-1/+1
|
* fix vhost invocation on several module, was missed by last commit, and add ↵Michael Scherer2012-03-251-2/+2
| | | | the one for redirect_ssl
* use the new name for mod_php moduleMichael Scherer2012-03-251-1/+1
|
* quick commit to unbreak alamut puppet applicationMichael Scherer2012-03-191-5/+5
|
* split php into seperate fileMichael Scherer2012-03-194-0/+22
|
* split instance in a separate fileMichael Scherer2012-03-192-108/+80
|
* split phpbb::config in a separate file to please puppet-lintMichael Scherer2012-03-152-14/+13
|
* rename phpbb_config to config, since the namespace is already taking care of ↵Michael Scherer2012-03-151-3/+3
| | | | separation
* split and clean phpbb::baseMichael Scherer2012-03-152-49/+49
|
* fix scoping, as it fail on friteuse otherwiseMichael Scherer2012-03-151-1/+1
|
* run configtest before restarting or reloading apacheMichael Scherer2012-01-141-1/+1
|
* huge refactoring of the configuration of phpbbMichael Scherer2012-01-081-56/+22
|
* clean phpbb module a little bitMichael Scherer2012-01-081-21/+2
|
* add redirect for URLs not ending with /Nicolas Vigier2011-06-301-0/+1
|
* 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 )
* fix template syntaxNicolas Vigier2011-05-301-2/+2
|
* use apc rather than file for cache, as fetching cache from disk is notMichael Scherer2011-05-202-1/+2
| | | | | 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
|
* use a transaction and close the database, maybe this will help to avoid Michael Scherer2011-04-191-2/+8
| | | | | the timeout problem I see from time to time
* 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
* add forgotten file on previous commit, to make sure that non hosted forum willMichael Scherer2011-04-192-0/+6
| | | | | be handled
* 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
|
* - 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
|