| Commit message (Expand) | Author | Age | Files | Lines |
* | fix vhost invocation on several module, was missed by last commit, and add th... | Michael Scherer | 2012-03-25 | 1 | -2/+2 |
* | use the new name for mod_php module | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
* | split and clean the mediawiki class | Michael Scherer | 2012-03-17 | 4 | -99/+97 |
* | split config in a separate file | Michael Scherer | 2012-03-17 | 2 | -8/+9 |
* | small cleanup in mediawiki module | Michael Scherer | 2012-01-29 | 1 | -7/+1 |
* | use gd rather than convert, see #3202 ( in short, imagemagick do not work on ... | Michael Scherer | 2012-01-29 | 1 | -2/+4 |
* | set default handler for images directory | Nicolas Vigier | 2011-10-26 | 1 | -0/+4 |
* | add an option to select skins directory | Nicolas Vigier | 2011-10-24 | 1 | -1/+7 |
* | fix syntax error | Nicolas Vigier | 2011-10-23 | 1 | -3/+3 |
* | add root as config option | Nicolas Vigier | 2011-10-22 | 1 | -3/+2 |
* | only add vhost if vhost option is set | Nicolas Vigier | 2011-10-22 | 1 | -8/+10 |
* | use vhost option | Nicolas Vigier | 2011-10-22 | 1 | -1/+1 |
* | add a vhost option | Nicolas Vigier | 2011-10-22 | 1 | -4/+8 |
* | add ldap groups config | Nicolas Vigier | 2011-10-22 | 1 | -1/+7 |
* | fix typo | Nicolas Vigier | 2011-10-22 | 1 | -1/+1 |
* | import preferences from ldap | Nicolas Vigier | 2011-10-22 | 1 | -0/+2 |
* | add wiki_settings option | Nicolas Vigier | 2011-10-22 | 2 | -1/+3 |
* | change permissions on LocalSettings.php | Nicolas Vigier | 2011-10-22 | 1 | -0/+2 |
* | redirect http to https | Nicolas Vigier | 2011-10-22 | 1 | -5/+1 |
* | make base inherit config | Nicolas Vigier | 2011-10-19 | 1 | -1/+1 |
* | use sprintf, to pass parameter as copy, and avoid problems with exported reso... | Nicolas Vigier | 2011-10-12 | 1 | -1/+1 |
* | add config class to move configuration options outside module | Nicolas Vigier | 2011-10-10 | 1 | -5/+7 |
* | force login to the wiki to be on https | Michael Scherer | 2011-07-03 | 1 | -0/+6 |
* | use a different default skin, to have the wiki looking less like a default | Michael Scherer | 2011-07-03 | 1 | -1/+1 |
* | fix ordering issues ( took me a long time to understand the problem ) | Michael Scherer | 2011-06-20 | 1 | -1/+4 |
* | fix config, use the proper search string | Michael Scherer | 2011-06-19 | 1 | -2/+2 |
* | add some comments in case of needing debug | Michael Scherer | 2011-06-19 | 1 | -1/+10 |
* | use the complete path, as set by the rpm | Michael Scherer | 2011-06-19 | 1 | -1/+1 |
* | add support for ldap in the mediawiki config ( untested yet ) | Michael Scherer | 2011-06-18 | 2 | -1/+24 |
* | start ldap integration, by installing needed module | Michael Scherer | 2011-06-18 | 1 | -1/+1 |
* | fix licensing of the wiki, following romain comment on ml | Michael Scherer | 2011-06-17 | 1 | -3/+5 |
* | remove file in config/ directory before removing the directory ( as | Michael Scherer | 2011-06-17 | 1 | -1/+6 |
* | fix syntax of exec | Michael Scherer | 2011-06-16 | 1 | -1/+1 |
* | declare the db remotely ( even if this work now by chance, as wikis are | Michael Scherer | 2011-06-16 | 1 | -1/+1 |
* | do not use export directly, use custom type for that | Michael Scherer | 2011-06-16 | 1 | -1/+1 |
* | trigger the creation of the table once the database have been created | Michael Scherer | 2011-06-16 | 1 | -0/+7 |
* | deploy the script to create database | Michael Scherer | 2011-06-16 | 1 | -1/+9 |
* | add php script to finish script deployment | Michael Scherer | 2011-06-16 | 1 | -0/+24 |
* | add alias for getting skins | Michael Scherer | 2011-06-16 | 1 | -0/+3 |
* | finish the mediawiki module ( at least, to a state were I get a wiki | Michael Scherer | 2011-06-15 | 3 | -5/+184 |
* | fix package name | Michael Scherer | 2011-06-15 | 1 | -1/+1 |
* | add the skeleton of a manifest for mediawiki | Michael Scherer | 2011-06-15 | 1 | -0/+27 |