Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phpbb: drop requirements on non-existant php-apc | Thomas Backlund | 2017-05-26 | 1 | -1/+0 |
| | |||||
* | forums: fix apache 2.4 conf | Thomas Backlund | 2017-05-25 | 1 | -1/+16 |
| | |||||
* | phpbb: Fix pgsql host | Nicolas Lécureuil | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | apache: use apachectl configtest directly | Olivier Blin | 2017-04-08 | 1 | -1/+1 |
| | | | | "service httpd configtest" does not work with systemd | ||||
* | puppet parser validation fixes | Thomas Backlund | 2015-10-20 | 1 | -0/+1 |
| | |||||
* | variable enclosing fixes | Thomas Backlund | 2015-10-20 | 2 | -5/+5 |
| | |||||
* | use consistent domain references | Thomas Backlund | 2015-10-20 | 3 | -8/+8 |
| | |||||
* | lint fixes for phpbb | Thomas Backlund | 2015-10-20 | 5 | -27/+27 |
| | |||||
* | Fix forums git clone location | Colin Guthrie | 2013-11-30 | 1 | -1/+1 |
| | |||||
* | fix vhost invocation on several module, was missed by last commit, and add ↵ | Michael Scherer | 2012-03-25 | 1 | -2/+2 |
| | | | | the one for redirect_ssl | ||||
* | use the new name for mod_php module | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | quick commit to unbreak alamut puppet application | Michael Scherer | 2012-03-19 | 1 | -5/+5 |
| | |||||
* | split php into seperate file | Michael Scherer | 2012-03-19 | 4 | -0/+22 |
| | |||||
* | split instance in a separate file | Michael Scherer | 2012-03-19 | 2 | -108/+80 |
| | |||||
* | split phpbb::config in a separate file to please puppet-lint | Michael Scherer | 2012-03-15 | 2 | -14/+13 |
| | |||||
* | rename phpbb_config to config, since the namespace is already taking care of ↵ | Michael Scherer | 2012-03-15 | 1 | -3/+3 |
| | | | | separation | ||||
* | split and clean phpbb::base | Michael Scherer | 2012-03-15 | 2 | -49/+49 |
| | |||||
* | fix scoping, as it fail on friteuse otherwise | Michael Scherer | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | run configtest before restarting or reloading apache | Michael Scherer | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | huge refactoring of the configuration of phpbb | Michael Scherer | 2012-01-08 | 1 | -56/+22 |
| | |||||
* | clean phpbb module a little bit | Michael Scherer | 2012-01-08 | 1 | -21/+2 |
| | |||||
* | add redirect for URLs not ending with / | Nicolas Vigier | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | no longer force english language pack | Michael Scherer | 2011-06-01 | 1 | -4/+1 |
| | |||||
* | add redundancy to phpbb ( after checking php ldap documentation | Michael Scherer | 2011-05-30 | 1 | -1/+1 |
| | | | | | | http://www.php.net/manual/fr/function.ldap-connect.php#23654 and a quick check on phpbb sourcecode ) | ||||
* | fix template syntax | Nicolas Vigier | 2011-05-30 | 1 | -2/+2 |
| | |||||
* | use apc rather than file for cache, as fetching cache from disk is not | Michael Scherer | 2011-05-20 | 2 | -1/+2 |
| | | | | | versy efficient and error prone ( as seen in bug 860 ) | ||||
* | set default language to english, as that's the only thing in | Michael Scherer | 2011-04-19 | 1 | -1/+4 |
| | | | | | our git for the moment | ||||
* | also define default lang value for installation of a forum | Michael Scherer | 2011-04-19 | 1 | -0/+7 |
| | |||||
* | use a transaction and close the database, maybe this will help to avoid | Michael Scherer | 2011-04-19 | 1 | -2/+8 |
| | | | | | the timeout problem I see from time to time | ||||
* | fix various errors : | Michael Scherer | 2011-04-19 | 1 | -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 complain | Michael Scherer | 2011-04-19 | 1 | -1/+3 |
| | |||||
* | add a type to fetch remote databases for forums | Michael Scherer | 2011-04-19 | 1 | -0/+4 |
| | |||||
* | syntax fix | Michael Scherer | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | declare phpbb database using a different type, so this can be then used | Michael Scherer | 2011-04-19 | 1 | -3/+11 |
| | | | | | on postgresql side to declare access on the database | ||||
* | add forgotten file on previous commit, to make sure that non hosted forum will | Michael Scherer | 2011-04-19 | 2 | -0/+6 |
| | | | | | be handled | ||||
* | reload apache when a new forum is declared | Michael Scherer | 2011-04-19 | 1 | -0/+1 |
| | |||||
* | - add redirection_instance type , to handle forums redirection | Michael Scherer | 2011-04-19 | 1 | -0/+11 |
| | |||||
* | - add a directory to store locale redirection | Michael Scherer | 2011-04-19 | 1 | -0/+4 |
| | |||||
* | - also do make sure that the phpbb_apply can be declared multiple time | Michael Scherer | 2011-04-19 | 1 | -1/+2 |
| | |||||
* | change phpbb_config so it can be declared multiple time ( ie for more than one | Michael Scherer | 2011-04-19 | 1 | -11/+20 |
| | | | | | instance ) without having issue with ressources title unicity | ||||
* | fix reentrency issues of phpbb module ( ie, apache_writable_dir that could ↵ | Michael Scherer | 2011-04-18 | 1 | -14/+14 |
| | | | | | | | not be declared more than once ) | ||||
* | - remove incorrect requirement of mysql, as found out by pascal | Michael Scherer | 2011-03-29 | 1 | -1/+0 |
| | |||||
* | - and again, do not hardcode server name, as this would cause problem if we | Michael Scherer | 2011-03-08 | 1 | -1/+1 |
| | | | | | move to another server | ||||
* | - use the new type for remote database declaration | Michael Scherer | 2011-03-08 | 1 | -3/+2 |
| | |||||
* | fix previous try to have a array of directories writable by apache | Michael Scherer | 2011-02-23 | 1 | -9/+12 |
| | |||||
* | add more directory to be writable | Michael Scherer | 2011-02-23 | 1 | -2/+7 |
| | |||||
* | - use a loop for all the directory that should be forbidden | Michael Scherer | 2011-02-23 | 1 | -1/+22 |
| | |||||
* | - rearrange order of argument, so they are in the same order in both query | Michael Scherer | 2011-02-22 | 1 | -3/+3 |
| | |||||
* | - force is_dynamic parameter ( or it is almost never taken in account ) | Michael Scherer | 2011-02-22 | 1 | -2/+2 |
| | |||||
* | - force ssl for the ldap binding | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
| |