Directory t3lib/cache/backend/

Directory Created:
2008-09-15 16:36
Total Files:
7
Deleted Files:
6
Lines of Code:
2475

[root]/t3lib/cache/backend
                directory in repo interfaces (1 files, 141 lines)

Lines of Code

t3lib/cache/backend/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 4811 (100.0%) 65.9
flyguide 34 (46.6%) 4363 (90.7%) 128.3
ohader 20 (27.4%) 214 (4.4%) 10.7
dmitry 2 (2.7%) 198 (4.1%) 99.0
rupi 4 (5.5%) 20 (0.4%) 5.0
steffenk 5 (6.8%) 15 (0.3%) 3.0
stucki 3 (4.1%) 1 (0.0%) 0.3
ingmars 5 (6.8%) 0 (0.0%) 0.0

Most Recent Commits

stucki 2009-11-25 15:07 Rev.: 6536

Add missing SVN properties for new or modified files

0 lines of code changed in 2 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_apcbackend.php (changed), class.t3lib_cache_backend_transientmemorybackend.php (changed)
ohader 2009-11-16 19:16 Rev.: 6431

Revert: Reverted revision 6361 due to new problems in DBAL

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
ohader 2009-11-06 19:04 Rev.: 6361

Fixed bug #12231: Caching framework does not work with DBAL on Oracle

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
steffenk 2009-10-11 14:05 Rev.: 6134

Whitespace cleaning of t3lib files

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
ohader 2009-10-01 18:40 Rev.: 6095

Follow-up to bug #11903: Use two queries to clean tags for DBAL reasons

37 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+37 -16)
ohader 2009-09-21 14:11 Rev.: 6025

Fixed bug #11903: Use separate tables for tags in the caching framework

136 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+136 -23)
ohader 2009-08-31 13:36 Rev.: 5855

Cleanup: Set SVN properties and tags

0 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_transientmemorybackend.php (changed)
flyguide 2009-08-11 16:09 Rev.: 5776

fixed class comment

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
flyguide 2009-08-11 16:08 Rev.: 5775

fixed naming of variables in flushByTags()

4 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+4 -3)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

6 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+6 -6)
flyguide 2009-08-03 10:09 Rev.: 5753

Updated Caching Framework to be in sync with FLOW3 revision 2953

57 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+57 -22)
stucki 2009-06-22 17:54 Rev.: 5609

Fix little typos

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
flyguide 2009-06-15 22:40 Rev.: 5595

Updated the caching framework to the according FLOW3 revision 2616

300 lines of code changed in 7 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_abstractbackend.php (+26), class.t3lib_cache_backend_apcbackend.php (+3 -2), class.t3lib_cache_backend_dbbackend.php (+3), class.t3lib_cache_backend_filebackend.php (+46 -84), class.t3lib_cache_backend_globalsbackend.php (del), class.t3lib_cache_backend_memcachedbackend.php (+16 -9), class.t3lib_cache_backend_transientmemorybackend.php (new 206)
rupi 2009-06-09 21:53 Rev.: 5576

Fixed bug #11285: functions flushByTag and flushByTags in caching framework are very unefficient

12 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+12 -7)
steffenk 2009-06-07 23:06 Rev.: 5568

Fixed bug #10689: FileCache doesn't work on windows

7 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+7 -3)
steffenk 2009-06-07 23:02 Rev.: 5567

Fixed bug #10741: Create version of page crashes in Cache caused by "-" in const PATTERN_ENTRYIDENTIFIER

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+1 -1)
rupi 2009-06-07 21:19 Rev.: 5565

2009-06-07 Rupert Germann <rupi@gmx.li>
* Fixed bug #0011288: function tslib_fe->setPageCacheContent() removes page_cache entry twice
* Fixed bug #0011289: t3lib_cache_backend_FileBackend doesn't work properly with TYPO3 running in a subdirectory to the document root (thanks to Niels Pardon )

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+1 -1)
ohader 2009-06-04 10:15 Rev.: 5553

Fixed bug #11257: t3lib_cache_backend_dbbackend->collectGarbage() deletes entries without lifetime

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1)
rupi 2009-06-03 22:12 Rev.: 5544

* Fixed bug #11258: t3lib_cache_backend_ApcBackend::set() error in exception message (thanks to Fabrizio Branca)

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_apcbackend.php (+1 -1)
steffenk 2009-05-21 08:59 Rev.: 5465

Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management)

5 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+5 -5)
ohader 2009-05-03 13:06 Rev.: 5383

Fixed bug #11024: Typo issue in t3lib_cache_backend_DbBackend

5 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+5 -5)
steffenk 2009-04-28 17:12 Rev.: 5371

Fixed bug #10698: Filecache: Clear all caches doesn't clear tags directory

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+1 -1)
ohader 2009-03-10 21:40 Rev.: 5176

Reverted revision 5170

2 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+2 -2)
ohader 2009-03-10 20:45 Rev.: 5171

Follow-up to issue #10614: Fixed typing error in memcached backend

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_memcachedbackend.php (+1 -1)
ohader 2009-03-10 20:41 Rev.: 5170

Follow-up to issue #10614: File backend of caching framework did not work on Windows systems

2 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_filebackend.php (+2 -2)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

2 lines of code changed in 2 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+1 -1), class.t3lib_cache_backend_globalsbackend.php (+1 -1)
flyguide 2009-03-08 23:45 Rev.: 5155

Disabled a check in the DB caching backend for the existence of the specified caching table as it caused some problems

13 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_dbbackend.php (+13 -1)
ohader 2009-03-08 17:44 Rev.: 5152

Follow-up to revision 5151

0 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_apcbackend.php (changed)
flyguide 2009-03-08 16:39 Rev.: 5149

!!! Fixed issue #10614: update the caching framework to the latest version as in FLOW3

2335 lines of code changed in 12 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_abstractbackend.php (new 106), class.t3lib_cache_backend_apcbackend.php (new 401), class.t3lib_cache_backend_db.php (del), class.t3lib_cache_backend_dbbackend.php (new 312), class.t3lib_cache_backend_file.php (del), class.t3lib_cache_backend_filebackend.php (new 546), class.t3lib_cache_backend_globals.php (del), class.t3lib_cache_backend_globalsbackend.php (new 256), class.t3lib_cache_backend_memcached.php (del), class.t3lib_cache_backend_memcachedbackend.php (new 565), class.t3lib_cache_backend_null.php (del), class.t3lib_cache_backend_nullbackend.php (new 149)
flyguide 2008-12-13 03:53 Rev.: 4553

minor style corrections

19 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_memcached.php (+19 -15)
dmitry 2008-12-12 10:48 Rev.: 4552

Fixed bug #9884: enhancements to memcached caching backend

81 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_memcached.php (+81 -45)
dmitry 2008-12-01 17:10 Rev.: 4512

Fixed bug #9645: Memcached backend is not working properly

117 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_memcached.php (+117 -75)
ohader 2008-11-12 11:19 Rev.: 4455

Fixed bug #9747: Update function names of caching API to be consistent with FLOW3

11 lines of code changed in 5 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (+2 -2), class.t3lib_cache_backend_file.php (+2 -2), class.t3lib_cache_backend_globals.php (+2 -2), class.t3lib_cache_backend_memcached.php (+3 -3), class.t3lib_cache_backend_null.php (+2 -2)
ingmars 2008-10-29 14:50 Rev.: 4382

Added SVN properties.

0 lines of code changed in 5 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (changed), class.t3lib_cache_backend_file.php (changed), class.t3lib_cache_backend_globals.php (changed), class.t3lib_cache_backend_memcached.php (changed), class.t3lib_cache_backend_null.php (changed)
flyguide 2008-10-20 21:39 Rev.: 4336

Added feature 9505: Make the caches in TYPO3 use the new caching framework

144 lines of code changed in 5 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (+20 -7), class.t3lib_cache_backend_file.php (+41 -24), class.t3lib_cache_backend_globals.php (+13), class.t3lib_cache_backend_memcached.php (+60), class.t3lib_cache_backend_null.php (+10)
ohader 2008-10-01 19:00 Rev.: 4268

Follow-up to #9408: Fixed ugly typo

1 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (+1 -1)
ohader 2008-10-01 18:56 Rev.: 4267

Fixed bug #9408: Selecting by tag using wildcards does not work with database disposal of t3lib_cache

14 lines of code changed in 1 file:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (+14 -2)
flyguide 2008-09-15 16:36 Rev.: 4128

Added feature 9097: Introduce a new caching framework (backported from FLOW3)

1490 lines of code changed in 5 files:

  • t3lib/cache/backend: class.t3lib_cache_backend_db.php (new 226), class.t3lib_cache_backend_file.php (new 496), class.t3lib_cache_backend_globals.php (new 235), class.t3lib_cache_backend_memcached.php (new 403), class.t3lib_cache_backend_null.php (new 130)
Generated by StatSVN 0.5.0