This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via f86cff47e740c38da7c9cc242959f4e4c902299b (commit)
from 1549de48418af2bdcc06bc335e20149cb907c5ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f86cff47e740c38da7c9cc242959f4e4c902299b
Author: Ivan1986 <iva...@li...>
Date: Tue Mar 30 15:59:18 2010 +0400
Удалил blankApp - если он и нужен, то не в таком виде
diff --git a/blankApp/default.php b/blankApp/default.php
deleted file mode 100644
index 906d906..0000000
--- a/blankApp/default.php
+++ /dev/null
@@ -1,99 +0,0 @@
-<?php
-
-mb_internal_encoding("UTF-8");
-
-/* настройки хоста - установка Content-Type: text/html; charset=encoding */
-$config['host']=array(
- 'encoding' => 'utf-8',
- 'lang' => 'ru_RU',
- 'logpath' => ROOTPATH.'/log',
-);
-
-/* Настройки дефолтового MCA */
-$config['default']=array(
- 'module' => 'default',
- 'controller' => 'index',
- 'action' => 'index',
-);
-
-/* Настройки коннекта к базе данных */
-$config['database']=array(
- 'type' => 'mysql',
- 'host' => 'localhost',
- 'username' => 'root',
- 'password' => '',
- 'dbname' => '',
- 'prefix' => '',
- 'encoding' => 'utf8',
-);
-$config['database']='mypdo://root@localhost/base?enc=utf8&persist=1';
-
-/* Настройки перенаправления */
-/*
-$config['redirection']=array();
-$config['redirection']['baseUrl']='/';
-$config['redirection']['useIndex']=false;
-$config['redirection']['defExt']='';
-$config['redirection']['useRewrite']=true;
-$config['redirection']['useBlockRewrite']=false;
-*/
-
-/* Настройки кешера (класс бекенда и дополнительные параметры, если есть) */
-/*$config['cacher']=array(
- 'module' => 'Memcache',
-);*/
-$config['cacher']=array(
- 'module' => 'File',
-);
-
-/**
- * Флаги, влияющие на поведение всяких вещей
- */
-$config['QFW'] = array(
- 'release' => false, /* статус проекта на данном хосте - отладка и всякие быстрые компиляции */
- 'catchFE' => false, /* перехват ошибок как исключений, исключений как логов и фатальных ошибок */
- 'ErrorStack' => false, /* вывод стека вызовов в сообщении об ошибке в БД */
-);
-
-/* Шаблонизатор - имя класса + дефолтовый шаблон */
-$config['templater']= array(
- 'name' => 'PlainView',
- 'def_tpl' => 'main.html',
-);
-
-/*
-$config['templater']= array(
- 'name' => 'Smarty',
- 'def_tpl' => 'main.tpl',
-);
-
-$config['templater']= array(
- 'name' => 'Proxy',
- 'def_tpl' => 'main.html',
- 'exts' => array(
- 'tpl' => 'Smarty',
- 'html' => 'PlainView',
- ),
-);
-*/
-
-/* деквотатор, включите если нужно на хостинге */
-/*
-function strips(&$el) {
- if (is_array($el))
- foreach($el as $k=>$v)
- strips($el[$k]);
- else $el = stripslashes($el);
-}
-if (get_magic_quotes_gpc()) {
- strips($_GET);
- strips($_POST);
- strips($_COOKIE);
- strips($_REQUEST);
- if (isset($_SERVER['PHP_AUTH_USER'])) strips($_SERVER['PHP_AUTH_USER']);
- if (isset($_SERVER['PHP_AUTH_PW'])) strips($_SERVER['PHP_AUTH_PW']);
-}
-set_magic_quotes_runtime(0);
-/**/
-
-?>
\ No newline at end of file
diff --git a/blankApp/default/controllers/IndexController.php b/blankApp/default/controllers/IndexController.php
deleted file mode 100644
index eea551f..0000000
--- a/blankApp/default/controllers/IndexController.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-class IndexController
-{
- public function indexAction()
- {
- return 'It\'s Work!!!';
- }
-
-}
-
-?>
\ No newline at end of file
diff --git a/blankApp/default/templates/404.html b/blankApp/default/templates/404.html
deleted file mode 100644
index 0966730..0000000
--- a/blankApp/default/templates/404.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head><title>Страница не найдена</title></head>
-<body>
-<table height="100%" cellpadding="0" cellspacing="0" width="100%" border=0>
-<tr valign="top">
- <td align="center" width=100%>
- <META HTTP-EQUIV="REFRESH" CONTENT="30; URL=/">
-<center><table height=100%><td><tt><b><big><big>
-<p>Мой юный друг, спросивший о странице!
-<br>Неумолимо время. И былых
-<br>Страниц теперь уж нет на тех местах,
-<br>Где ранее цвели, подобно хмелю!
-</big>
-<p><i><div align=right>Еггог ЧОЧ "Сказание о Ноте Фаунде"</div></i>
-</big></b></tt></td></table>
-</body>
-</html>
\ No newline at end of file
diff --git a/blankApp/default/templates/main.html b/blankApp/default/templates/main.html
deleted file mode 100644
index 626564f..0000000
--- a/blankApp/default/templates/main.html
+++ /dev/null
@@ -1 +0,0 @@
-<?=$content; ?>
diff --git a/blankApp/default/templates/main.tpl b/blankApp/default/templates/main.tpl
deleted file mode 100644
index ce0fc1b..0000000
--- a/blankApp/default/templates/main.tpl
+++ /dev/null
@@ -1 +0,0 @@
-{$content}
\ No newline at end of file
diff --git a/blankApp/rewrite.php b/blankApp/rewrite.php
deleted file mode 100644
index 5a8b367..0000000
--- a/blankApp/rewrite.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$rewrite = array(
-);
-$backrewrite = array(
-);
-
-?>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
blankApp/default.php | 99 ----------------------
blankApp/default/controllers/IndexController.php | 12 ---
blankApp/default/templates/404.html | 17 ----
blankApp/default/templates/main.html | 1 -
blankApp/default/templates/main.tpl | 1 -
blankApp/rewrite.php | 8 --
6 files changed, 0 insertions(+), 138 deletions(-)
delete mode 100644 blankApp/default.php
delete mode 100644 blankApp/default/controllers/IndexController.php
delete mode 100644 blankApp/default/templates/404.html
delete mode 100644 blankApp/default/templates/main.html
delete mode 100644 blankApp/default/templates/main.tpl
delete mode 100644 blankApp/rewrite.php
hooks/post-receive
--
quickfw
|