| Commit message (Expand) | Author | Age | Files | Lines |
* | set default language to english, as that's the only thing in | Michael Scherer | 2011-04-19 | 1 | -1/+4 |
* | 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 |
* | fix various errors : | Michael Scherer | 2011-04-19 | 1 | -5/+14 |
* | 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 |
* | add forgotten file on previous commit, to make sure that non hosted forum will | Michael Scherer | 2011-04-19 | 2 | -0/+6 |
* | 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 |
* | fix reentrency issues of phpbb module ( ie, apache_writable_dir that could no... | Michael Scherer | 2011-04-18 | 1 | -14/+14 |
* | - 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 |
* | - 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 |
* | - reindent required packages, and add php-ldap to the mix | Michael Scherer | 2011-02-22 | 1 | -1/+7 |
* | - fix call to notify | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
* | - fix manifests | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
* | - offer a ssl version of the forum, for login | Michael Scherer | 2011-02-22 | 1 | -0/+6 |
* | - phpbb enforce that install is not present ( which is a good thing | Michael Scherer | 2011-02-22 | 1 | -1/+10 |
* | - set cache as writable by apache user | Michael Scherer | 2011-02-22 | 1 | -0/+10 |
* | - use a alias for the exec | Michael Scherer | 2011-02-22 | 1 | -2/+2 |
* | - fix typo in database server name | Michael Scherer | 2011-02-22 | 1 | -1/+1 |
* | - fix the configuration file, use mod_rewrite instead | Michael Scherer | 2011-02-22 | 1 | -3/+7 |
* | - fix order of include ( this should not matter, except in this specific case ) | Michael Scherer | 2011-02-21 | 1 | -2/+3 |
* | clean comments, and add missing configuration set in the db | Michael Scherer | 2011-02-21 | 1 | -10/+25 |
* | - add vhost for forums | Michael Scherer | 2011-02-21 | 2 | -0/+17 |
* | add a require for ordering purpose | Michael Scherer | 2011-02-21 | 1 | -1/+2 |
* | since phpbb::instance is outside of phpbb::base, the variables are no longer ... | Michael Scherer | 2011-02-21 | 1 | -0/+3 |
* | move phpbb_config outside of phpbb::base | Michael Scherer | 2011-02-21 | 1 | -8/+11 |
* | rename the php_instance class, as it is already scoped in phpbb module | Michael Scherer | 2011-02-21 | 1 | -3/+5 |
* | fix name of the upper module | Michael Scherer | 2011-02-21 | 1 | -1/+1 |
* | add comment on various configuration value that should deployed by puppet | Michael Scherer | 2011-02-21 | 1 | -1/+5 |
* | use the name for local | Michael Scherer | 2011-02-21 | 1 | -1/+2 |
* | - use a define to allow multiple forum installation ( for numerous locale ) | Michael Scherer | 2011-02-21 | 1 | -50/+75 |
* | - add php-pgsql, or the forum will fail silently | Michael Scherer | 2011-02-21 | 1 | -1/+1 |
* | - add a dep on git, as it is used by mga forum developers | Michael Scherer | 2011-02-16 | 1 | -0/+1 |
* | environnement must be in a array | Michael Scherer | 2011-02-15 | 1 | -1/+1 |
* | fix the variable to use for connecting | Michael Scherer | 2011-02-15 | 1 | -1/+1 |
* | fix previous fix, O is not a digit, 0 is | Michael Scherer | 2011-02-15 | 1 | -1/+1 |
* | fix error in the perl script, argument start at 0, unlike C | Michael Scherer | 2011-02-15 | 1 | -2/+2 |