From 9e5089ad21c3b88ce6e0f6cab23710a1df36a3b8 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Mon, 19 Dec 2011 18:47:48 +0000 Subject: [PATCH] updated agents.ini and stuff to release RC --- README | 5 +- includes/class.agents.php | 4 +- includes/class.semmelstatzR.php | 4 +- ...as_20110628-02.ini => uas_20111215-02.ini} | 555 ++++++++++++++++-- includes/functions.semr_template.php | 2 +- semmelstatzR-database.php | 2 +- semmelstatzR-history.php | 2 +- semmelstatzR-log.php | 2 +- semmelstatzR-options.php | 2 +- semmelstatzR-statz.php | 2 +- semmelstatzR-templates.php | 2 +- semmelstatzR.php | 4 +- semmelstatzR_startup.php | 2 +- semr_image.php | 2 +- 14 files changed, 512 insertions(+), 78 deletions(-) rename includes/data/{uas_20110628-02.ini => uas_20111215-02.ini} (95%) diff --git a/README b/README index ae5b4a2..07a276c 100644 --- a/README +++ b/README @@ -45,6 +45,9 @@ the pluginlist where you can activate semmelstatzR. SemmelstatzR will write some If you have activeted the plugin, you will get a new submenu for semmelstatzR in the mainmenu. Visit the Options-entry to do some configuration stuff. +Ad: If you will see an error-msg instead of charts, you probably have to add a cache directory to your +wp-content folder and give writeaccess to it. + ** Update/Upgrade ** First make a backup of your db, esspecially from your statz tables. Then go to pluginslist in the admin @@ -92,4 +95,4 @@ english SEM-Team (default) german SEM-Team If you want to translate semmelstatzR into a language not listed yet, we're pleased and we will -add your translation files (.mo and .po). \ No newline at end of file +add your translation files (.mo and .po). Please contact us via sf.net or use our forums there. \ No newline at end of file diff --git a/includes/class.agents.php b/includes/class.agents.php index f4cb741..3fd414b 100644 --- a/includes/class.agents.php +++ b/includes/class.agents.php @@ -4,7 +4,7 @@ * * @package SemmelstatzR * @version $Rev$ - * @since 1.0.0 Beta + * @since 1.0.0 * @author SEM-Team * @copyright (c)2011 SEM-Team * @link http://sourceforge.net/projects/semmelstatz/ @@ -192,7 +192,7 @@ class Agents { } private function _getIniFile($sFile = null) { - if(is_null($sFile)) $sFile = dirname(__FILE__)."/data/uas_20110628-02.ini"; // default ini + if(is_null($sFile)) $sFile = dirname(__FILE__)."/data/uas_20111215-02.ini"; // default ini if(is_file($sFile) && is_readable($sFile)) { $aTmpIni = parse_ini_file($sFile, true); diff --git a/includes/class.semmelstatzR.php b/includes/class.semmelstatzR.php index 60f18b3..f26379e 100644 --- a/includes/class.semmelstatzR.php +++ b/includes/class.semmelstatzR.php @@ -1,10 +1,12 @@