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 86e1c657f85b3dfed5cbd488d89738193a50e817 (commit)
from 194a542c04f4ae328d236d5ef4521cab5bd85aae (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 86e1c657f85b3dfed5cbd488d89738193a50e817
Author: Ivan1986 <iva...@li...>
Date: Tue Mar 30 12:51:46 2010 +0400
Перевод на git - добавлены файлы для пустых папок
diff --git a/application/_common/models/.emptydir b/application/_common/models/.emptydir
new file mode 100644
index 0000000..625cb36
--- /dev/null
+++ b/application/_common/models/.emptydir
@@ -0,0 +1 @@
+models dir
\ No newline at end of file
diff --git a/application/_common/slots/.emptydir b/application/_common/slots/.emptydir
new file mode 100644
index 0000000..e89abae
--- /dev/null
+++ b/application/_common/slots/.emptydir
@@ -0,0 +1 @@
+slots dir
\ No newline at end of file
diff --git a/application/_common/slots/Test.php b/application/_common/slots/Test.php
deleted file mode 100644
index e336c57..0000000
--- a/application/_common/slots/Test.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class Slot_Test extends Dklab_Cache_Frontend_Slot
-{
- public function __construct($id)
- {
- parent::__construct('test_'.$id,3600*24);
- }
-
- protected function _getBackend()
- {
- return Cache::get();
- }
-}
-
-?>
\ No newline at end of file
diff --git a/application/_common/tags/.emptydir b/application/_common/tags/.emptydir
new file mode 100644
index 0000000..aef7fb2
--- /dev/null
+++ b/application/_common/tags/.emptydir
@@ -0,0 +1 @@
+tags dir
\ No newline at end of file
diff --git a/log/.emptydir b/log/.emptydir
new file mode 100644
index 0000000..bd64b77
--- /dev/null
+++ b/log/.emptydir
@@ -0,0 +1 @@
+dir for log files
\ No newline at end of file
diff --git a/tmp/.emptydir b/tmp/.emptydir
new file mode 100644
index 0000000..a459890
--- /dev/null
+++ b/tmp/.emptydir
@@ -0,0 +1 @@
+dir for temp files
\ No newline at end of file
diff --git a/tmp/cache/.emptydir b/tmp/cache/.emptydir
new file mode 100644
index 0000000..c42fd2c
--- /dev/null
+++ b/tmp/cache/.emptydir
@@ -0,0 +1 @@
+dir for file cache
\ No newline at end of file
diff --git a/www/css/.emptydir b/www/css/.emptydir
new file mode 100644
index 0000000..2d80147
--- /dev/null
+++ b/www/css/.emptydir
@@ -0,0 +1 @@
+css dir
\ No newline at end of file
diff --git a/www/img/.emptydir b/www/img/.emptydir
new file mode 100644
index 0000000..6a17a40
--- /dev/null
+++ b/www/img/.emptydir
@@ -0,0 +1 @@
+images dir
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
application/_common/models/.emptydir | 1 +
application/_common/slots/.emptydir | 1 +
application/_common/slots/Test.php | 16 ----------------
application/_common/tags/.emptydir | 1 +
log/.emptydir | 1 +
tmp/.emptydir | 1 +
tmp/cache/.emptydir | 1 +
www/css/.emptydir | 1 +
www/img/.emptydir | 1 +
9 files changed, 8 insertions(+), 16 deletions(-)
create mode 100644 application/_common/models/.emptydir
create mode 100644 application/_common/slots/.emptydir
delete mode 100644 application/_common/slots/Test.php
create mode 100644 application/_common/tags/.emptydir
create mode 100644 log/.emptydir
create mode 100644 tmp/.emptydir
create mode 100644 tmp/cache/.emptydir
create mode 100644 www/css/.emptydir
create mode 100644 www/img/.emptydir
hooks/post-receive
--
quickfw
|