all the things: Remove trailing whitespace
|
Florian Zeitz |
Tue, 11 Mar 2014 18:44:01 +0100 |
mod_server_status: remove module:set_global, with the default_host handler it's not required.
|
Marco Cirillo |
Sun, 29 Apr 2012 20:40:55 +0000 |
mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no*
|
Marco Cirillo |
Sun, 29 Apr 2012 20:29:07 +0000 |
mod_server_status: fix code typo, get_option_array was used instead of get_option_string
|
Marco Cirillo |
Sun, 29 Apr 2012 20:18:45 +0000 |
mod_server_status: updated to current HTTP API.
|
Marco Cirillo |
Sun, 29 Apr 2012 13:06:26 +0000 |
mod_server_status: remove cleanup function move it to a separate plugin.
|
Marco Cirillo |
Sun, 12 Feb 2012 18:01:48 +0000 |
mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??")
|
Marco Cirillo |
Thu, 09 Feb 2012 00:53:32 +0000 |
mod_server_status: revert to use module:get_option_boolean
|
Marco Cirillo |
Tue, 17 Jan 2012 13:53:49 +0000 |
mod_server_status: added http cleanup code from mod_register_json
|
Marco Cirillo |
Tue, 17 Jan 2012 01:40:58 +0000 |
mod_server_status: fixed trace case when an user, mistakenly or not, sets a component which doesn't exist into the plugin config. (thanks chris)
|
Marco Cirillo |
Tue, 10 Jan 2012 20:55:45 +0000 |
mod_server_status: corrected mistake in the code.
|
Marco Cirillo |
Tue, 10 Jan 2012 19:57:06 +0000 |
mod_server_status: useless "space" removed
|
Marco Cirillo |
Tue, 10 Jan 2012 19:52:02 +0000 |
mod_server_status: corrected error.
|
Marco Cirillo |
Tue, 10 Jan 2012 19:46:54 +0000 |
mod_server_status: renamed mod_xml_status to mod_server_status as the option to output the stats in JSON was added.
base
mod_xml_status/mod_xml_status.lua@a6683b77ef8c
|
Marco Cirillo |
Tue, 10 Jan 2012 19:36:28 +0000 |