diff options
Diffstat (limited to 'mod/updateclient')
| -rw-r--r-- | mod/updateclient/index.php | 8 | ||||
| -rw-r--r-- | mod/updateclient/languages/en.php | 34 | ||||
| -rw-r--r-- | mod/updateclient/languages/fr.php | 29 | ||||
| -rw-r--r-- | mod/updateclient/languages/it.php | 41 | ||||
| -rw-r--r-- | mod/updateclient/languages/ru.php | 34 | ||||
| -rw-r--r-- | mod/updateclient/languages/th.php | 34 | ||||
| -rw-r--r-- | mod/updateclient/languages/zh.php | 42 | ||||
| -rw-r--r-- | mod/updateclient/manifest.xml | 9 | ||||
| -rw-r--r-- | mod/updateclient/start.php | 130 | ||||
| -rw-r--r-- | mod/updateclient/views/default/settings/updateclient/edit.php | 33 |
10 files changed, 0 insertions, 394 deletions
diff --git a/mod/updateclient/index.php b/mod/updateclient/index.php deleted file mode 100644 index 181ac720a..000000000 --- a/mod/updateclient/index.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - - - -/// if admin then list updates - -// another page list plugin updates -?>
\ No newline at end of file diff --git a/mod/updateclient/languages/en.php b/mod/updateclient/languages/en.php deleted file mode 100644 index c92dee5c3..000000000 --- a/mod/updateclient/languages/en.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - - /** - * Update client language pack. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - $english = array( - - 'updateclient:label:core' => 'Core', - 'updateclient:label:plugins' => 'Plugins', - - 'updateclient:settings:days' => 'Check for updates every', - 'updateclient:days' => 'days', - - 'updateclient:settings:server' => 'Update server', - - 'updateclient:message:title' => 'New version of Elgg released!', - 'updateclient:message:body' => 'A new version of Elgg (%s %s) codenamed "%s" has been released! - -Go here to download: %s - -Or scroll down and read the release notes: - -%s', - ); - - add_translation("en", $english); -?>
\ No newline at end of file diff --git a/mod/updateclient/languages/fr.php b/mod/updateclient/languages/fr.php deleted file mode 100644 index 4f71d0174..000000000 --- a/mod/updateclient/languages/fr.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php - - /** - * translation by RONNEL Jérémy - * jeremy.ronnel@elbee.fr - */ - - $french = array( - - 'updateclient:label:core' => 'Noyaux', - 'updateclient:label:plugins' => 'Extensions', - - 'updateclient:settings:days' => 'Rechercher les mises à jours tous les', - 'updateclient:days' => 'jours', - - 'updateclient:settings:server' => 'Mettre à jour le serveur', - - 'updateclient:message:title' => 'Une nouvelle version de Elgg est disponible !', - 'updateclient:message:body' => 'Une nouvelle version de Elgg est disponible (%s %s) baptisée "%s" est disponible ! - -Rendez-vous ici pour télécharger la nouvelle version : %s - -Les nouveautés de cette version : - -%s', - ); - - add_translation("fr", $french); -?>
\ No newline at end of file diff --git a/mod/updateclient/languages/it.php b/mod/updateclient/languages/it.php deleted file mode 100644 index 59e0c484a..000000000 --- a/mod/updateclient/languages/it.php +++ /dev/null @@ -1,41 +0,0 @@ -<?php - - /** - * Elgg Plugin language pack - * - * @package Elgg River - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - * **************************************** - * @Italian Language Pack - * @Plugin: River - * @version: beta - * english_revision: 1807 - * @translation by Lord55 - * @link http://www.nobilityofequals.com - ****************************************/ - - $italian = array( - - 'updateclient:label:core' => 'Core', - 'updateclient:label:plugins' => 'Plugins', - - 'updateclient:settings:days' => 'Controlla aggiornamenti ogni', - 'updateclient:days' => 'giorni', - - 'updateclient:settings:server' => 'Aggiorna server', - - 'updateclient:message:title' => 'Una nuova versione di Elgg è stata rilasciata!', - 'updateclient:message:body' => 'Una nuova versione di Elgg (%s %s) nome in codice "%s" è stata rilasciata! - -Vai qui per scaricarla: %s - -O scendi giù e leggi le note del rilascio: - -%s', - ); - - add_translation("it",$italian); -?>
\ No newline at end of file diff --git a/mod/updateclient/languages/ru.php b/mod/updateclient/languages/ru.php deleted file mode 100644 index bea75b64a..000000000 --- a/mod/updateclient/languages/ru.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - - /** - * Update client language pack. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - $russian = array( - - 'updateclient:label:core' => 'Ядро', - 'updateclient:label:plugins' => 'Приложения', - - 'updateclient:settings:days' => 'Проверять на наличие обновлений каждые', - 'updateclient:days' => 'дней', - - 'updateclient:settings:server' => 'Обновить сервер', - - 'updateclient:message:title' => 'Вышла новая версия Elgg!', - 'updateclient:message:body' => 'Вышла новая верся Elgg (%s %s) под кодовым названием "%s"! - -Скачать её можно здесь: %s - -Или прочитайте аннотацию к новой версии: - -%s', - ); - - add_translation("ru", $russian); -?>
\ No newline at end of file diff --git a/mod/updateclient/languages/th.php b/mod/updateclient/languages/th.php deleted file mode 100644 index f2e9a1bed..000000000 --- a/mod/updateclient/languages/th.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - - /** - * Update client language pack. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - $thai = array( - - 'updateclient:label:core' => 'คอร์', - 'updateclient:label:plugins' => 'ปลั๊กอิน', - - 'updateclient:settings:days' => 'ตรวจสอบการอัพเดตทุก', - 'updateclient:days' => 'วัน', - - 'updateclient:settings:server' => 'อัพเดตเซพเวอร์', - - 'updateclient:message:title' => 'Elgg มีรุ่นใหม่!', - 'updateclient:message:body' => 'Elgg รุ่นใหม่ (%s %s) ชื่อ "%s"ออกมาแล้ว! - -ดาวน์โหลด: %s - -หรือเลื่อนไปดูด้านล่างเพื่อดูว่ามีอะไรอัพเดตในรุ่นนี้: - -%s', - ); - - add_translation("th", $thai); -?> diff --git a/mod/updateclient/languages/zh.php b/mod/updateclient/languages/zh.php deleted file mode 100644 index 7a199f7c9..000000000 --- a/mod/updateclient/languages/zh.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php - - /** - * Update client language pack. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - /** - * Chinese Language Package - * - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @translator Cosmo Mao - * @copyright cOSmoCommerce.com 2008 - * @link http://www.elggsns.cn/ - * @version 0.1 - */ - $chinese = array( - - 'updateclient:label:core' => '核心', - 'updateclient:label:plugins' => '插件', - - 'updateclient:settings:days' => '检查更新每', - 'updateclient:days' => '天', - - 'updateclient:settings:server' => '更新服务器', - - 'updateclient:message:title' => '新版本系统发布了!', - 'updateclient:message:body' => '新的Elgg系统 (%s %s) 代号 "%s" 发布了! - -下载地址: %s - -或者查看发布记录: - -%s', - ); - - add_translation("zh", $chinese); -?>
\ No newline at end of file diff --git a/mod/updateclient/manifest.xml b/mod/updateclient/manifest.xml deleted file mode 100644 index e9b44e984..000000000 --- a/mod/updateclient/manifest.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<plugin_manifest> - <field key="author" value="Marcus Povey" /> - <field key="version" value="1.0" /> - <field key="description" value="Receive notifications when a new version of Elgg is released." /> - <field key="website" value="http://www.elgg.org/" /> - <field key="copyright" value="(C) Curverider 2008" /> - <field key="licence" value="GNU Public License version 2" /> -</plugin_manifest>
\ No newline at end of file diff --git a/mod/updateclient/start.php b/mod/updateclient/start.php deleted file mode 100644 index 3ba743bd7..000000000 --- a/mod/updateclient/start.php +++ /dev/null @@ -1,130 +0,0 @@ -<?php - /** - * Update client. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - $DEFAULT_UPDATE_SERVER; - - /** - * Client update initialisation. - */ - function updateclient_init() - { - global $DEFAULT_UPDATE_SERVER; - - $DEFAULT_UPDATE_SERVER = 'http://updates.elgg.org/pg/api/rest/php/'; - - // Register a page handler, so we can have nice URLs - register_page_handler('updateclient','updateclient_page_handler'); - - $now = time(); - $time = get_plugin_setting('days', 'updateclient'); - $last_checked = get_plugin_setting('last_checked', 'updateclient'); - if (($time) && ($last_checked < $now - (86400 * $time))) - { - updateclient_check_core(); - } - } - - /** - * Handle pages. - * - * @param unknown_type $page - */ - function updateclient_page_handler($page) - { - global $CONFIG; - - if (isset($page[0])) - { - - add_submenu_item(elgg_echo('updateclient:label:core'), $CONFIG->url . "pg/updateclient/core/"); - //add_submenu_item(elgg_echo('updateclient:label:plugins'), $CONFIG->url . "pg/updateclient/plugins/"); - - // See what context we're using - switch($page[0]) - { - case "core" : - include($CONFIG->pluginspath . "updateclient/index.php"); - break; - case "plugins" : - include($CONFIG->pluginspath . "updateclient/plugin.php"); - break; - - default: - include($CONFIG->pluginspath . "updateclient/index.php"); - } - } - else - include($CONFIG->pluginspath . "updateclient/index.php"); - } - - /** - * Send a message to the admin notifications page. - * - * @param unknown_type $subject - * @param unknown_type $message - */ - function updateclient_notify_message($subject, $message) - { - return send_admin_message($subject, $message); - } - - /** - * Get updates. - * - * @return unknown - */ - function updateclient_check_core() - { - global $CONFIG, $DEFAULT_UPDATE_SERVER; - - // Phone home and check core - $url = get_plugin_setting('updateserver', 'updateclient'); - if (!$url) $url = $DEFAULT_UPDATE_SERVER; - - $result = send_api_get_call($url, array('method' => 'elgg.system.getlatestversion'), array()); - - if (($result) && ($result->status == 0)) - { - $result = $result->result; - - // Get version information - $version = get_version(); - $release = get_version(true); - - if ( - ($version != $result['version']) || - ($release != $result['release']) - ) - { - // Notify - updateclient_notify_message( - elgg_echo('updateclient:message:title'), - sprintf(elgg_echo('updateclient:message:body'), - $result['release'], - $result['version'], - $result['codename'], - $result['url'], - $result['notes'] - ) - ); - - } - } - - // Set last_checked - set_plugin_setting('last_checked', time(), 'updateclient'); - - return true; - } - - // Initialise - register_elgg_event_handler('init','system','updateclient_init'); -?>
\ No newline at end of file diff --git a/mod/updateclient/views/default/settings/updateclient/edit.php b/mod/updateclient/views/default/settings/updateclient/edit.php deleted file mode 100644 index 128db2619..000000000 --- a/mod/updateclient/views/default/settings/updateclient/edit.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php - /** - * Update client. - * - * @package ElggUpdateClient - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ - - global $DEFAULT_UPDATE_SERVER; -?> - -<p> - <h3><?php echo elgg_echo('updateclient:settings:server'); ?>: </h3> - <?php - $server = ($vars['entity']->updateserver ? $vars['entity']->updateserver : $DEFAULT_UPDATE_SERVER); - echo elgg_view('input/text', array('internalname' => 'params[updateserver]', 'value' => $server)); - ?> -</p> -<p> - <?php echo elgg_echo('updateclient:settings:days'); ?> - - <select name="params[days]"> - <option value="7" <?php if ($vars['entity']->days == 7) echo " selected=\"yes\" "; ?>>7</option> - <option value="14" <?php if ((!$vars['entity']->days) || ($vars['entity']->days == 14)) echo " selected=\"yes\" "; ?>>14</option> - <option value="21" <?php if ($vars['entity']->days == 21) echo " selected=\"yes\" "; ?>>21</option> - <option value="28" <?php if ($vars['entity']->days == 28) echo " selected=\"yes\" "; ?>>28</option> - </select> - - <?php echo elgg_echo('updateclient:days'); ?>. -</p>
\ No newline at end of file |
