aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* set default language to english, as that's the only thing inMichael Scherer2011-04-191-1/+4
* 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
* fix various errors :Michael Scherer2011-04-191-5/+14
* 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
* add forgotten file on previous commit, to make sure that non hosted forum willMichael Scherer2011-04-192-0/+6
* 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
* fix reentrency issues of phpbb module ( ie, apache_writable_dir that could no...Michael Scherer2011-04-181-14/+14
* - 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
* - 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
* - 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
* - 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
* - 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
* 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