aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki
Commit message (Collapse)AuthorAgeFilesLines
...
* add a vhost optionNicolas Vigier2011-10-221-4/+8
|
* add ldap groups configNicolas Vigier2011-10-221-1/+7
|
* fix typoNicolas Vigier2011-10-221-1/+1
|
* import preferences from ldapNicolas Vigier2011-10-221-0/+2
|
* add wiki_settings optionNicolas Vigier2011-10-222-1/+3
|
* change permissions on LocalSettings.phpNicolas Vigier2011-10-221-0/+2
|
* redirect http to httpsNicolas Vigier2011-10-221-5/+1
|
* make base inherit configNicolas Vigier2011-10-191-1/+1
|
* use sprintf, to pass parameter as copy, and avoid problems with exported ↵Nicolas Vigier2011-10-121-1/+1
| | | | resource
* add config class to move configuration options outside moduleNicolas Vigier2011-10-101-5/+7
|
* force login to the wiki to be on httpsMichael Scherer2011-07-031-0/+6
|
* use a different default skin, to have the wiki looking less like a defaultMichael Scherer2011-07-031-1/+1
| | | | uncustomized mediawiki install
* fix ordering issues ( took me a long time to understand the problem )Michael Scherer2011-06-201-1/+4
|
* fix config, use the proper search stringMichael Scherer2011-06-191-2/+2
|
* add some comments in case of needing debugMichael Scherer2011-06-191-1/+10
|
* use the complete path, as set by the rpmMichael Scherer2011-06-191-1/+1
|
* add support for ldap in the mediawiki config ( untested yet )Michael Scherer2011-06-182-1/+24
|
* start ldap integration, by installing needed moduleMichael Scherer2011-06-181-1/+1
|
* fix licensing of the wiki, following romain comment on mlMichael Scherer2011-06-171-3/+5
|
* remove file in config/ directory before removing the directory ( asMichael Scherer2011-06-171-1/+6
| | | | rm_dir requires a empty directory )
* fix syntax of execMichael Scherer2011-06-161-1/+1
|
* declare the db remotely ( even if this work now by chance, as wikis areMichael Scherer2011-06-161-1/+1
| | | | tested on a clone of alamut )
* do not use export directly, use custom type for thatMichael Scherer2011-06-161-1/+1
|
* trigger the creation of the table once the database have been createdMichael Scherer2011-06-161-0/+7
|
* deploy the script to create databaseMichael Scherer2011-06-161-1/+9
|
* add php script to finish script deploymentMichael Scherer2011-06-161-0/+24
|
* add alias for getting skinsMichael Scherer2011-06-161-0/+3
|
* finish the mediawiki module ( at least, to a state were I get a wikiMichael Scherer2011-06-153-5/+184
| | | | running on my vm )
* fix package nameMichael Scherer2011-06-151-1/+1
|
* add the skeleton of a manifest for mediawikiMichael Scherer2011-06-151-0/+27