From 1a5b215058b94af0a90df2c6c2f87960429e6aaf Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 27 Aug 2012 14:53:50 +0000 Subject: [PATCH] 1. Uzupełnienie instrukcji aktualizacji w zawiązku ze zmianami w bocie, 2. Poprawienie błędnego wywołania metody httpQuery() w pliku ./class/BotAPIGG.php, 3. Dodanie metody getPublicData() do klasy BotAPIGG, 4. Poprawienie błędnego warunku w pliku ./test.php, 5. Dodanie wywołania libxml_use_internal_errors() do ./class/std.php --- BUILD | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/BUILD b/BUILD index dcb601c..4c0a5a4 100644 --- a/BUILD +++ b/BUILD @@ -5,23 +5,22 @@ # GIT REMOVEGLOB /.git/* REMOVEDIR /.git - -# TEST -REMOVEGLOB /test/* -REMOVEDIR /test - -# Moje ustawienia -REPLACEBETWEEN /class/config.php "'numer' => '" ' "" -REPLACEBETWEEN /class/config.php "'login' => '" ' "" -REPLACEBETWEEN /class/config.php "'haslo' => '" ' "" -REPLACEBETWEEN /class/config.php "'user' => '" ' "" -REPLACEBETWEEN /class/config.php "'pass' => '" ' "" -REPLACEBETWEEN /class/config.php "'key' => '" ' "" +REMOVE /cache/.emptydir +REMOVE /data/humor/archiwum/.emptydir +REMOVE /data/kino/cache/.emptydir +REMOVE /data/kurs/archiwum/.emptydir +REMOVE /data/lotto/archiwum/.emptydir +REMOVE /data/pogoda/.emptydir +REMOVE /data/tv/cache/.emptydir +REMOVE /database/.emptydir # Informacje o autorze HEADER /BotGG.php "<?php" HEADER HEADER /BotIMI.php "<?php" HEADER HEADER /BotHTTP.php "<?php" HEADER +HEADER /newsletter.php "<?php" HEADER +HEADER /setStatus.php "<?php" HEADER +HEADER /test.php "<?php" HEADER HEADER /class/*.php "<?php" HEADER HEADER /data/update*.php "<?php" HEADER HEADER /data/*/parse.php "<?php" HEADER -- Gitblit v1.9.1