/[adm]/puppet/modules/phpbb
ViewVC logotype

Log of /puppet/modules/phpbb

View Directory Listing Directory Listing


Sticky Revision:

Revision 2691 - Directory Listing
Modified Sun Mar 25 12:47:26 2012 UTC (11 years, 11 months ago) by misc
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl

Revision 2685 - Directory Listing
Modified Sun Mar 25 12:20:32 2012 UTC (11 years, 11 months ago) by misc
use the new name for mod_php module

Revision 2628 - Directory Listing
Modified Mon Mar 19 18:01:04 2012 UTC (12 years ago) by misc
quick commit to unbreak alamut puppet application

Revision 2627 - Directory Listing
Modified Mon Mar 19 17:57:29 2012 UTC (12 years ago) by misc
split php into seperate file

Revision 2626 - Directory Listing
Modified Mon Mar 19 17:19:45 2012 UTC (12 years ago) by misc
split instance in a separate file

Revision 2492 - Directory Listing
Modified Thu Mar 15 15:56:38 2012 UTC (12 years ago) by misc
split phpbb::config in a separate file to please puppet-lint

Revision 2491 - Directory Listing
Modified Thu Mar 15 15:56:36 2012 UTC (12 years ago) by misc
rename phpbb_config to config, since the namespace is already taking care of separation

Revision 2490 - Directory Listing
Modified Thu Mar 15 15:56:33 2012 UTC (12 years ago) by misc
split and clean phpbb::base

Revision 2489 - Directory Listing
Modified Thu Mar 15 15:56:31 2012 UTC (12 years ago) by misc
fix scoping, as it fail on friteuse otherwise

Revision 2243 - Directory Listing
Modified Sat Jan 14 19:26:13 2012 UTC (12 years, 2 months ago) by misc
run configtest before restarting or reloading apache

Revision 2238 - Directory Listing
Modified Sun Jan 8 23:49:31 2012 UTC (12 years, 2 months ago) by misc
huge refactoring of the configuration of phpbb

Revision 2237 - Directory Listing
Modified Sun Jan 8 23:49:30 2012 UTC (12 years, 2 months ago) by misc
clean phpbb module a little bit

Revision 1791 - Directory Listing
Modified Thu Jun 30 22:30:29 2011 UTC (12 years, 8 months ago) by boklm
add redirect for URLs not ending with /

Revision 1691 - Directory Listing
Modified Wed Jun 1 21:13:51 2011 UTC (12 years, 9 months ago) by misc
no longer force english language pack


Revision 1685 - Directory Listing
Modified Mon May 30 15:54:52 2011 UTC (12 years, 9 months ago) by misc
add redundancy to phpbb ( after checking php ldap documentation 
http://www.php.net/manual/fr/function.ldap-connect.php#23654 and
a quick check on phpbb sourcecode )


Revision 1680 - Directory Listing
Modified Mon May 30 13:10:35 2011 UTC (12 years, 9 months ago) by boklm
fix template syntax

Revision 1625 - Directory Listing
Modified Fri May 20 12:32:08 2011 UTC (12 years, 10 months ago) by misc
use apc rather than file for cache, as fetching cache from disk is not
versy efficient and error prone ( as seen in bug 860 )


Revision 1543 - Directory Listing
Modified Tue Apr 19 12:56:02 2011 UTC (12 years, 11 months ago) by misc
set default language to english, as that's the only thing in
our git for the moment


Revision 1542 - Directory Listing
Modified Tue Apr 19 12:46:36 2011 UTC (12 years, 11 months ago) by misc
also define default lang value for installation of a forum


Revision 1541 - Directory Listing
Modified Tue Apr 19 12:46:07 2011 UTC (12 years, 11 months ago) by misc
use a transaction and close the database, maybe this will help to avoid 
the timeout problem I see from time to time


Revision 1540 - Directory Listing
Modified Tue Apr 19 12:02:38 2011 UTC (12 years, 11 months ago) by misc
fix various errors :
- 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 )


Revision 1539 - Directory Listing
Modified Tue Apr 19 11:48:37 2011 UTC (12 years, 11 months ago) by misc
disable requires, as alamut complain


Revision 1538 - Directory Listing
Modified Tue Apr 19 11:45:26 2011 UTC (12 years, 11 months ago) by misc
add a type to fetch remote databases for forums


Revision 1537 - Directory Listing
Modified Tue Apr 19 11:32:09 2011 UTC (12 years, 11 months ago) by misc
syntax fix


Revision 1536 - Directory Listing
Modified Tue Apr 19 11:20:27 2011 UTC (12 years, 11 months ago) by misc
declare phpbb database using a different type, so this can be then used
on postgresql side to declare access on the database


Revision 1535 - Directory Listing
Modified Tue Apr 19 11:14:43 2011 UTC (12 years, 11 months ago) by misc
add forgotten file on previous commit, to make sure that non hosted forum will
be handled


Revision 1532 - Directory Listing
Modified Tue Apr 19 10:16:25 2011 UTC (12 years, 11 months ago) by misc
reload apache when a new forum is declared


Revision 1531 - Directory Listing
Modified Tue Apr 19 10:15:18 2011 UTC (12 years, 11 months ago) by misc
- add redirection_instance type , to handle forums redirection


Revision 1530 - Directory Listing
Modified Tue Apr 19 10:00:25 2011 UTC (12 years, 11 months ago) by misc
- add a directory to store locale redirection


Revision 1529 - Directory Listing
Modified Tue Apr 19 09:50:07 2011 UTC (12 years, 11 months ago) by misc
- also do make sure that the phpbb_apply can be declared multiple time


Revision 1528 - Directory Listing
Modified Tue Apr 19 09:03:32 2011 UTC (12 years, 11 months ago) by misc
change phpbb_config so it can be declared multiple time ( ie for more than one
instance ) without having issue with ressources title unicity


Revision 1526 - Directory Listing
Modified Mon Apr 18 10:14:34 2011 UTC (12 years, 11 months ago) by misc
fix reentrency issues of phpbb module ( ie, apache_writable_dir that could not be declared more
than once )


Revision 1420 - Directory Listing
Modified Tue Mar 29 20:15:08 2011 UTC (12 years, 11 months ago) by misc
- remove incorrect requirement of mysql, as found out by pascal


Revision 1293 - Directory Listing
Modified Tue Mar 8 16:03:12 2011 UTC (13 years ago) by misc
- and again, do not hardcode server name, as this would cause problem if we 
move to another server


Revision 1281 - Directory Listing
Modified Tue Mar 8 11:54:36 2011 UTC (13 years ago) by misc
- use the new type for remote database declaration

Revision 1184 - Directory Listing
Modified Wed Feb 23 16:47:15 2011 UTC (13 years ago) by misc
fix previous try to have a array of directories writable by apache

Revision 1181 - Directory Listing
Modified Wed Feb 23 12:41:17 2011 UTC (13 years ago) by misc
add more directory to be writable

Revision 1180 - Directory Listing
Modified Wed Feb 23 12:21:54 2011 UTC (13 years ago) by misc
- use a loop for all the directory that should be forbidden

Revision 1179 - Directory Listing
Modified Tue Feb 22 02:16:18 2011 UTC (13 years ago) by misc
- rearrange order of argument, so they are in the same order in both query

Revision 1178 - Directory Listing
Modified Tue Feb 22 02:16:17 2011 UTC (13 years ago) by misc
- force is_dynamic parameter ( or it is almost never taken in account )

Revision 1177 - Directory Listing
Modified Tue Feb 22 02:16:16 2011 UTC (13 years ago) by misc
- force ssl for the ldap binding

Revision 1176 - Directory Listing
Modified Tue Feb 22 02:16:14 2011 UTC (13 years ago) by misc
- reindent required packages, and add php-ldap to the mix

Revision 1173 - Directory Listing
Modified Tue Feb 22 01:20:43 2011 UTC (13 years ago) by misc
- fix call to notify

Revision 1172 - Directory Listing
Modified Tue Feb 22 01:17:31 2011 UTC (13 years ago) by misc
- fix manifests


Revision 1170 - Directory Listing
Modified Tue Feb 22 01:14:40 2011 UTC (13 years ago) by misc
- offer a ssl version of the forum, for login


Revision 1169 - Directory Listing
Modified Tue Feb 22 01:04:21 2011 UTC (13 years ago) by misc
- phpbb enforce that install is not present ( which is a good thing
for security, and a bad thing because this force me to do some hack like this)

Revision 1168 - Directory Listing
Modified Tue Feb 22 01:04:19 2011 UTC (13 years ago) by misc
- set cache as writable by apache user

Revision 1167 - Directory Listing
Modified Tue Feb 22 01:04:18 2011 UTC (13 years ago) by misc
- use a alias for the exec

Revision 1166 - Directory Listing
Modified Tue Feb 22 00:38:27 2011 UTC (13 years ago) by misc
- fix typo in database server name


Revision 1165 - Directory Listing
Modified Tue Feb 22 00:31:59 2011 UTC (13 years ago) by misc
- fix the configuration file, use mod_rewrite instead
of redirect, and use Directory matching for regexp


Revision 1161 - Directory Listing
Modified Mon Feb 21 19:07:26 2011 UTC (13 years ago) by misc
- fix order of include ( this should not matter, except in this specific case )


Revision 1158 - Directory Listing
Modified Mon Feb 21 15:52:21 2011 UTC (13 years ago) by misc
clean comments, and add missing configuration set in the db

Revision 1156 - Directory Listing
Modified Mon Feb 21 15:14:58 2011 UTC (13 years ago) by misc
- add vhost for forums

Revision 1154 - Directory Listing
Modified Mon Feb 21 15:14:56 2011 UTC (13 years ago) by misc
add a require for ordering purpose

Revision 1153 - Directory Listing
Modified Mon Feb 21 15:14:54 2011 UTC (13 years ago) by misc
since phpbb::instance is outside of phpbb::base, the variables are no longer in the scope ( TODO find a cleaner way, I am too sick for this now )

Revision 1152 - Directory Listing
Modified Mon Feb 21 15:14:53 2011 UTC (13 years ago) by misc
move phpbb_config outside of phpbb::base

Revision 1151 - Directory Listing
Modified Mon Feb 21 15:14:52 2011 UTC (13 years ago) by misc
rename the php_instance class, as it is already scoped in phpbb module

Revision 1150 - Directory Listing
Modified Mon Feb 21 15:14:50 2011 UTC (13 years ago) by misc
fix name of the upper module

Revision 1149 - Directory Listing
Modified Mon Feb 21 15:14:49 2011 UTC (13 years ago) by misc
add comment on various configuration value that should deployed by puppet

Revision 1148 - Directory Listing
Modified Mon Feb 21 15:14:48 2011 UTC (13 years ago) by misc
use the name for local

Revision 1147 - Directory Listing
Modified Mon Feb 21 15:14:47 2011 UTC (13 years ago) by misc
- use a define to allow multiple forum installation ( for numerous locale )

Revision 1146 - Directory Listing
Modified Mon Feb 21 15:14:45 2011 UTC (13 years ago) by misc
- add php-pgsql, or the forum will fail silently

Revision 1098 - Directory Listing
Modified Wed Feb 16 16:12:31 2011 UTC (13 years, 1 month ago) by misc
- add a dep on git, as it is used by mga forum developers


Revision 1091 - Directory Listing
Modified Tue Feb 15 16:39:25 2011 UTC (13 years, 1 month ago) by misc
environnement must be in a array

Revision 1090 - Directory Listing
Modified Tue Feb 15 16:39:23 2011 UTC (13 years, 1 month ago) by misc
fix the variable to use for connecting

Revision 1089 - Directory Listing
Modified Tue Feb 15 16:21:13 2011 UTC (13 years, 1 month ago) by misc
fix previous fix, O is not a digit, 0 is

Revision 1088 - Directory Listing
Modified Tue Feb 15 16:13:13 2011 UTC (13 years, 1 month ago) by misc
fix error in the perl script, argument start at 0, unlike C

Revision 1086 - Directory Listing
Modified Tue Feb 15 15:46:24 2011 UTC (13 years, 1 month ago) by misc
add missing requires for script

Revision 1082 - Directory Listing
Modified Tue Feb 15 12:35:28 2011 UTC (13 years, 1 month ago) by misc
add config.php management to set the database

Revision 1076 - Directory Listing
Modified Tue Feb 15 01:13:34 2011 UTC (13 years, 1 month ago) by misc
- fix error in declaration


Revision 1075 - Directory Listing
Modified Tue Feb 15 00:48:25 2011 UTC (13 years, 1 month ago) by misc
deploy ldap config into phpbb database

Revision 1074 - Directory Listing
Modified Tue Feb 15 00:48:24 2011 UTC (13 years, 1 month ago) by misc
add a define to manage part of the phpbb config from puppet by directly changing the configuration in the db

Revision 1073 - Directory Listing
Modified Tue Feb 15 00:48:22 2011 UTC (13 years, 1 month ago) by misc
use a variable

Revision 1072 - Directory Listing
Modified Tue Feb 15 00:48:20 2011 UTC (13 years, 1 month ago) by misc
create the postgresql db for phpbb

Revision 1060 - Directory Listing
Modified Sat Feb 12 22:49:13 2011 UTC (13 years, 1 month ago) by dmorgan
add missing :

Revision 1057 - Directory Listing
Modified Sat Feb 12 22:05:26 2011 UTC (13 years, 1 month ago) by dmorgan
Fix typo


Revision 1053 - Directory Listing
Added Sat Feb 12 16:05:10 2011 UTC (13 years, 1 month ago) by misc
- initial module to setup phpbb

  ViewVC Help
Powered by ViewVC 1.1.30