From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_null.php | 156 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 phpBB/includes/acm/acm_null.php (limited to 'phpBB/includes/acm/acm_null.php') diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php new file mode 100644 index 0000000000..fca67115a7 --- /dev/null +++ b/phpBB/includes/acm/acm_null.php @@ -0,0 +1,156 @@ + \ No newline at end of file -- cgit v1.2.1 From af5b9a96409d788733fcb1ff367e0c7fb0583702 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 9 Nov 2010 08:59:25 +0100 Subject: [ticket/9556] Drop php closing tags, add trailing newline Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 --- phpBB/includes/acm/acm_null.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/includes/acm/acm_null.php') diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php index fca67115a7..79f2b59c0f 100644 --- a/phpBB/includes/acm/acm_null.php +++ b/phpBB/includes/acm/acm_null.php @@ -152,5 +152,3 @@ class acm return false; } } - -?> \ No newline at end of file -- cgit v1.2.1 From 9329b16ab13f3a4caf107df358c3c58bda2dcd8a Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 3 Nov 2010 18:35:31 +0100 Subject: [task/acm-refactor] Refactor the ACM classes to have a common interface. They are now refered to as cache drivers rather than ACM classes. The additional utility functions from the original cache class have been moved to the cache_service. The class loader is now instantiated without a cache instance and passed one as soon as it is constructed to allow autoloading the cache classes. PHPBB3-9983 --- phpBB/includes/acm/acm_null.php | 154 ---------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 phpBB/includes/acm/acm_null.php (limited to 'phpBB/includes/acm/acm_null.php') diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php deleted file mode 100644 index 79f2b59c0f..0000000000 --- a/phpBB/includes/acm/acm_null.php +++ /dev/null @@ -1,154 +0,0 @@ -