aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - php complain when the timezone is not set, and do not seemMichael Scherer2011-02-232-0/+13
| | | | | | to be able to guess it from system setup. It is set in apache config as this is easier to do ( alternative is to use augeas to modify php.ini, would require more work on our servers )
* fix previous try to have a array of directories writable by apacheMichael Scherer2011-02-231-9/+12
|
* add a comment about why this class is requiredMichael Scherer2011-02-231-0/+3
|
* finish the move to django_application common classMichael Scherer2011-02-232-12/+2
|
* 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
|
* - use the real name of the vhost for the ssl certificateMichael Scherer2011-02-221-1/+1
|
* - enable ssl usage for reverse proxy ( used by forum )Michael Scherer2011-02-221-1/+3
|
* - fix call to notifyMichael Scherer2011-02-221-1/+1
|
* - fix manifestsMichael Scherer2011-02-221-1/+1
|
* - also connect to the ssl version of the forum on the reverse proxy ( so weMichael Scherer2011-02-221-1/+4
| | | | | can safely force the usage of https for login with fiddling )
* - 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
| | | | for security, and a bad thing because this force me to do some hack like this)
* - 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
| | | | | of redirect, and use Directory matching for regexp
* - fix url, add trailing slash ( or the url is concatened to domain name, and ↵Michael Scherer2011-02-221-2/+2
| | | | thus incorrect )
* - add a proxy on alamut for friteuseMichael Scherer2011-02-211-1/+13
|
* Do not enable votesDexter Morgan2011-02-211-1/+1
| | | | | CCBUG: 149
* - fix order of include ( this should not matter, except in this specific case )Michael Scherer2011-02-211-2/+3
|
* - no longer mirror bootstrap on rabbitMichael Scherer2011-02-211-1/+0
|
* - clean old hostname and aliasMichael Scherer2011-02-211-5/+5
| | | | | - add forums for testing the setup
* clean comments, and add missing configuration set in the dbMichael Scherer2011-02-211-10/+25
|
* - adapt the list of database to the setup of forumMichael Scherer2011-02-211-3/+14
|
* - add vhost for forumsMichael Scherer2011-02-212-0/+17
|
* - deploy the forums as a moduleMichael Scherer2011-02-212-1/+6
|
* 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
| | | | in the scope ( TODO find a cleaner way, I am too sick for this now )
* 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
|
* Allow to show attachment in the user browserDexter Morgan2011-02-201-1/+1
|
* Give group owner access (read - including search - and write) to owner attributeBuchan Milne2011-02-201-1/+1
|
* Index owner attributeBuchan Milne2011-02-201-1/+1
|
* - add memcached module ( used by django application among others )Michael Scherer2011-02-202-0/+45
|
* - add a class for django application ( to avoid duplicationMichael Scherer2011-02-201-0/+15
| | | | with potential futur django application )
* - add changelog ml, as asked on irc ( and others occasions )Michael Scherer2011-02-191-0/+8
|
* - add right to users to do a CMP against group member,Michael Scherer2011-02-191-1/+1
| | | | | as the django plugin to auth against ldap ( used by transifex ) use this to determine group membership and fail if the access is not sufficient
* Use "see also" URL field instead of the URL: fieldDexter Morgan2011-02-191-1/+1
|
* update 'how to be listed in Planet Mageia'Damien Lallement2011-02-181-0/+1
|
* hide 'test-2' repo (I hate boklm :-p)Damien Lallement2011-02-181-1/+1
|