From: <var...@us...> - 2016-02-08 09:44:59
|
Revision: 9781 http://sourceforge.net/p/phpwiki/code/9781 Author: vargenau Date: 2016-02-08 09:44:57 +0000 (Mon, 08 Feb 2016) Log Message: ----------- phpweather-2.2.2 included in PhpWiki; PhpWeather plugin allowed in Fusionforge Modified Paths: -------------- trunk/config/config-dist.ini trunk/configurator.php trunk/lib/IniConfig.php trunk/lib/plugin/PhpWeather.php trunk/locale/Makefile trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/es/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.mo trunk/locale/it/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.mo trunk/locale/nl/LC_MESSAGES/phpwiki.mo trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po trunk/locale/sv/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.mo trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/ReleaseNotes Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/config/config-dist.ini 2016-02-08 09:44:57 UTC (rev 9781) @@ -1252,10 +1252,6 @@ ; http://edgar.netflint.net/howto.php ;MY_JABBER_ID = -; PhpWeather needs this external php project -; http://sourceforge.net/projects/phpweather/ -;PHPWEATHER_BASE_DIR = - ;=========================================================================== ; Part Eight: PLUGINCACHED Pear/Cache Settings ;=========================================================================== Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/configurator.php 2016-02-08 09:44:57 UTC (rev 9781) @@ -1580,8 +1580,6 @@ new _define_commented_optional('PLOTICUS_PREFABS'); // /usr/share/ploticus $properties["MY_JABBER_ID"] = new _define_commented_optional('MY_JABBER_ID'); // -$properties["PHPWEATHER_BASE_DIR"] = - new _define_commented_optional('PHPWEATHER_BASE_DIR'); // $properties["Part Eight"] = new part('_part8', $SEPARATOR . "\n", " Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/lib/IniConfig.php 2016-02-08 09:44:57 UTC (rev 9781) @@ -633,6 +633,7 @@ $AllAllowedPlugins[] = 'PageTrail'; $AllAllowedPlugins[] = 'PhotoAlbum'; $AllAllowedPlugins[] = 'PhpHighlight'; + $AllAllowedPlugins[] = 'PhpWeather'; $AllAllowedPlugins[] = 'PopularTags'; $AllAllowedPlugins[] = 'PopUp'; $AllAllowedPlugins[] = 'PrevNext'; @@ -680,7 +681,6 @@ $AllAllowedPlugins[] = 'HtmlConverter'; $AllAllowedPlugins[] = 'JabberPresence'; $AllAllowedPlugins[] = 'ListPages'; - $AllAllowedPlugins[] = 'PhpWeather'; $AllAllowedPlugins[] = 'Ploticus'; $AllAllowedPlugins[] = 'PopularNearby'; $AllAllowedPlugins[] = 'PreferenceApp'; Modified: trunk/lib/plugin/PhpWeather.php =================================================================== --- trunk/lib/plugin/PhpWeather.php 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/lib/plugin/PhpWeather.php 2016-02-08 09:44:57 UTC (rev 9781) @@ -21,11 +21,6 @@ */ /** - * This plugin requires a separate program called PhpWeather. For more - * information and to download PhpWeather, see: - * - * http://sourceforge.net/projects/phpweather/ - * * Usage: * * <<PhpWeather >> @@ -74,11 +69,6 @@ */ function run($dbi, $argstr, &$request, $basepage) { - // When 'phpweather/phpweather.php' is not installed then - // PHPWEATHER_BASE_DIR will be undefined. - if (!defined('PHPWEATHER_BASE_DIR')) - return $this->error(_("You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)")); //early return - require_once(PHPWEATHER_BASE_DIR . '/output/pw_images.php'); require_once(PHPWEATHER_BASE_DIR . '/pw_utilities.php'); Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/Makefile 2016-02-08 09:44:57 UTC (rev 9781) @@ -153,6 +153,279 @@ ${POT_FILE}: .././lib/pear/File_Passwd.php ${POT_FILE}: .././lib/pear/JSON.php ${POT_FILE}: .././lib/pear/PEAR.php +${POT_FILE}: .././lib/phpweather-2.2.2/base_object.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/connectivity_test.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/index.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/make_config.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/make_db.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/make_stations.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_dependency_and.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_dependency_equal.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_dependency_not.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_dependency_or.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_dependency.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option_boolean.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_optiongroup.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option_integer.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option_multi_select.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option_select.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_option_text.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_validator_ereg.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_validator.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/pw_validator_range.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/reset_session.php +${POT_FILE}: .././lib/phpweather-2.2.2/config/speed_test.php +${POT_FILE}: .././lib/phpweather-2.2.2/currentimage.php +${POT_FILE}: .././lib/phpweather-2.2.2/data_retrieval.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AF.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AQ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/AZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BB.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BF.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BJ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BS.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/BZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CF.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/countries.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CV.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CX.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/CZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DJ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/DZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/EC.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/EE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/EG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/EH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ES.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ET.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/FI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/FJ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/FK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/FM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/FR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GB.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GF.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GP.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GQ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GS.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/GY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/HK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/HN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/HR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/HT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/HU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ID.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IQ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IS.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/IT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/JM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/JO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/JP.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KP.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/KZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LB.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LC.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LS.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LV.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/LY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ML.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MQ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MV.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MX.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/MZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NC.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NP.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/NZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/OM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PF.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/PY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/QA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/RE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/RO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/RU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/RW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SB.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SC.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SK.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ST.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SV.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/SZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TD.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TH.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TJ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TL.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TO.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TR.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TT.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TV.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/TZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/UA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/UG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/UM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/US.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/UY.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/UZ.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VC.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VG.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VI.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VN.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/VU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/WS.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/YE.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/YU.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ZA.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ZM.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/files/ZW.php +${POT_FILE}: .././lib/phpweather-2.2.2/db_layer.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_adodb.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_common.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_dba.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_mysql.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_null.php +${POT_FILE}: .././lib/phpweather-2.2.2/db/pw_db_pgsql.php +${POT_FILE}: .././lib/phpweather-2.2.2/db_updater.php +${POT_FILE}: .././lib/phpweather-2.2.2/defaults-dist.php +${POT_FILE}: .././lib/phpweather-2.2.2/images-test.php +${POT_FILE}: .././lib/phpweather-2.2.2/index.php +${POT_FILE}: .././lib/phpweather-2.2.2/languages.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_images.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_output.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_cs.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_da.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_de.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_en_GB.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_en.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_en_US.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_es.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_fi.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_fr.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_hu.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_it.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_nl.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_no.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_pl.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_pt.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_sk.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_sv.php +${POT_FILE}: .././lib/phpweather-2.2.2/output/pw_text_tr.php +${POT_FILE}: .././lib/phpweather-2.2.2/phpweather.php +${POT_FILE}: .././lib/phpweather-2.2.2/pw_utilities.php +${POT_FILE}: .././lib/phpweather-2.2.2/test2.php +${POT_FILE}: .././lib/phpweather-2.2.2/test.php ${POT_FILE}: .././lib/plugin/AddComment.php ${POT_FILE}: .././lib/plugin/AllPages.php ${POT_FILE}: .././lib/plugin/AllUsers.php @@ -333,7 +606,7 @@ ${POT_FILE}: .././lib/WikiDB/backend/PDO_pgsql.php ${POT_FILE}: .././lib/WikiDB/backend/PDO.php ${POT_FILE}: .././lib/WikiDB/backend/PearDB_ffpgsql.php -${POT_FILE}: .././lib/WikiDB/backend/PearDB_mysql.php +${POT_FILE}: .././lib/WikiDB/backend/PearDB_mysqli.php ${POT_FILE}: .././lib/WikiDB/backend/PearDB_oci8.php ${POT_FILE}: .././lib/WikiDB/backend/PearDB_pgsql.php ${POT_FILE}: .././lib/WikiDB/backend/PearDB.php Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/de.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp " "<car...@us...>, Helmer Pardun <pardunpress@t-online." @@ -2266,9 +2266,6 @@ msgid "Provide weather reports from the Internet." msgstr "Der PhpWetter plugin gibt Auskunft zur Wetterlage vom Internet." -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "Die angegebene ICAO »%s« war nicht bekannt." Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/es.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -2205,9 +2205,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/fr.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen <mei...@wa...>, Roland " "Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6." @@ -2241,11 +2241,6 @@ msgid "Provide weather reports from the Internet." msgstr "Météo importée d'internet." -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" -"Vous devez définir PHPWEATHER_BASE_DIR avant de l'utiliser (config/config." -"ini)" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "L'ICAO « %s » n'a pas été reconnu." Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/it.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" "Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n" "Language-Team: \n" @@ -2184,9 +2184,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/ja.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi <web...@el...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -2206,9 +2206,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/nl.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" @@ -2173,9 +2173,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/phpwiki.pot 2016-02-08 09:44:57 UTC (rev 9781) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban <ru...@us...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -2167,9 +2167,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/sv.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -2168,9 +2168,6 @@ msgid "Provide weather reports from the Internet." msgstr "" -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/locale/po/zh.po 2016-02-08 09:44:57 UTC (rev 9781) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-12-10 18:54+0100\n" +"POT-Creation-Date: 2016-02-08 10:40+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -2258,9 +2258,6 @@ msgid "Provide weather reports from the Internet." msgstr "PhpWeather plugin 由網路取得資訊並提供天氣報告." -msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)" -msgstr "" - #, php-format msgid "The ICAO “%s” wasn't recognized." msgstr "ICAO “%s” 無法被認可." Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2016-02-08 09:44:57 UTC (rev 9781) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Mon, 8 Feb 2016 10:43:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FPluginManagerPlugin; @@ -56,7 +56,6 @@ * [[ftp://ftp.dante.de/tex-archive/support/latex2html | LaTeX2HTML]] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin, * [[http://graphviz.org/ | graphviz]] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, * [[http://ploticus.sourceforge.net/ | ploticus]] for the [[Help:PloticusPlugin|Ploticus]] plugin, -* [[http://phpweather.sf.net | phpweather]] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin, * USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [[Help:WhoIsOnlinePlugin|WhoIsOnline]] plugin, * --with-xml support (with expat or libxml2) for the [[Help:RssFeedPlugin|RssFeed]] plugin (~ProjectSummary, ~RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing), * PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email PageChangeNotifications and ModeratedPage's, Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2016-02-08 09:26:42 UTC (rev 9780) +++ trunk/pgsrc/ReleaseNotes 2016-02-08 09:44:57 UTC (rev 9781) @@ -1,4 +1,4 @@ -Date: Thu, 4 Jan 2016 21:47:53 +0000 +Date: Mon, 8 Feb 2016 10:43:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -10,8 +10,9 @@ == 1.5.6 2016-XX-XX Marc-Etienne Vargenau == -* Use ##mysqli## instead of ##mysql## +* Pear: use ##mysqli## instead of ##mysql## * Upload plugin: put date and author in history +* phpweather-2.2.2 included in PhpWiki; ~PhpWeather plugin allowed in Fusionforge == 1.5.5 2015-12-11 Marc-Etienne Vargenau == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |