Releases for Cocomore Drupal Core (CDC)

CDC 6.19.7

Download Size md5 hash
cdc-6.19.7.tar.gz 1.48 MB fb76aae7d8ca0175cd475f4554a6f026
Last updated: 8. September 2010 - 10:52
  • mkalkbrenner: fixed watchdog warnings when started by drupal.sh or drush
  • mkalkbrenner: smart replicant switch forces transactions to be run on db master
  • mkalkbrenner: smart replicant switch forces SELECT LAST_INSERT_ID() to be run on db master
  • [#494462] Allow crawling of sites/default/files by search engines, don't disallow it in robots.txt
  • mkalkbrenner: changed patch level numbering to be compatible to drush make

Release notes

CDC 6.19.0

Download Size md5 hash
cdc-6.19.0.tar.gz 1.48 MB de3710ead8828780029c956264cae2ab
Last updated: 12. August 2010 - 14:11

Release notes

CDC 6.17.2

Download Size md5 hash
cdc-6.17.2.tar.gz 1.48 MB e7937f1fb9273665ff29672a7aad1331
Last updated: 10. August 2010 - 14:50
  • mkalkbrenner: use InnoDB as default engine fro MySQL. If it's not available MySQL falls back to MyISAM.
  • mkalkbrenner: merged Pressflow 6.17.90

Release notes

CDC 6.17.1

Download Size md5 hash
cdc-6.17.1.tar.gz 1.47 MB 1bc188fe48e204cfeb50287768ca1cf5
Last updated: 28. June 2010 - 10:58

merged Pressflow 6.17.85


Release notes

CDC 6.17.0

Download Size md5 hash
cdc-6.17.0.tar.gz 1.47 MB 8ef7f9e76e93d9187e490f4249ffe43e
Last updated: 21. June 2010 - 16:55
  • Based on drupal 6.17:
    • Better PHP 5.3
    • Better browser compatibility of CSS and JS aggregation
    • Improved logging for login failures
    • Fixed an incompatibility with some contributed modules and the locking system
    • Fixed a variety of other bugs
  • mkalkbrenner: merged Pressflow 6.17.83

Release notes

CDC 6.16.6

Download Size md5 hash
cdc-6.16.6.tar.gz 1.46 MB 4a0f30087119e2a842eee61eab8dd28d
Last updated: 17. May 2010 - 15:47

mkalkbrenner: fixed page_cache_max_age. see https://bugs.launchpad.net/pressflow/+bug/575754/comments/4 mkalkbrenner: If no cache_lifetime is set, pages are always CACHE_TEMPORARY. In this case it's more efficient to truncate the cache in cache_clear_all() mkalkbrenner: Added performance debug tools: Memory Threshold and Session Starter


Release notes

CDC 6.16.5

Download Size md5 hash
cdc-6.16.5.tar.gz 1.46 MB 14d8f779bad819e8eda7a551575cdd15
Last updated: 5. May 2010 - 15:42

Fixed two critical bugs in Pressflow:


Release notes

CDC 6.16.4

Download Size md5 hash
cdc-6.16.4.tar.gz 1.46 MB 700fa921e4f8b74f7bcdb83bc2c19375
Last updated: 10. March 2010 - 13:16
  • mkalkbrenner: optimized UPDATE / INSERT statements for mysql in cache.inc
  • mkalkbrenner: introduced constant COCOMORE_DRUPAL_CORE

Release notes

CDC 6.16.3

Download Size md5 hash
cdc-6.16.3.tar.gz 1.46 MB b7cf09138008790f9dad6d9dfb752a6a
Last updated: 5. March 2010 - 15:53
  • mkalkbrenner: fixed another bug in lazy cache write that caused too many database inserts
  • mkalkbrenner: improved lazy cache write by using a shutdown function
  • mkalkbrenner: made lazy cache write compatible to semaphores introduced in drupal 6.16
  • mkalkbrenner: made smart replicant switch compatible to semaphores introduced in drupal 6.16
  • mkalkbrenner: lazy cache write is now optional. it has to be activaed in settings.php. see default.settings.php for an example
  • mhuder: fixed some german translations

Release notes

CDC 6.16.2

Download Size md5 hash
cdc-6.16.2.tar.gz 1.46 MB ac3ed92ad1fb3ae894c34d7277168b88
Last updated: 4. March 2010 - 23:47

Release notes

CDC 6.16.1

Download Size md5 hash
cdc-6.16.1.tar.gz 1.46 MB 074a48fe5597b35cb5e78ec93e4a1475
Last updated: 4. March 2010 - 21:17

mkalkbrenner: fixed critical bug in lazy cache write


Release notes

CDC 6.16.0

Download Size md5 hash
cdc-6.16.0.tar.gz 1.46 MB cfc304362c1283b2b21ae0c749901743
Last updated: 4. March 2010 - 16:41
  • merged Pressflow 6.16.77
  • ported advanced caching from Cocomore Drupal Core 5:
    • lazy cache write: store new cache entries temoraryly in memory and update database at the end of the page request to speed up requests and avoid database replication issues if a cache entry get written and read afterwards during the same request
    • avoid cache garbage collection during normal page request (optional, turned on by default)

Release notes

CDC 6.15.2

Download Size md5 hash
cdc-6.15.2.tar.gz 1.31 MB 6bb16b5950abd6197d74cd0838065522
Last updated: 10. February 2010 - 12:55

Release notes

CDC 6.15.1

Download Size md5 hash
cdc-6.15.1.tar.gz 1.3 MB 99eec2fd038a33f824c623ba1e2186d4
Last updated: 28. December 2009 - 21:22
  • added a .htaccess file to sites/default/files as hotfix for a security issue which we reported to security@drupal.org

Release notes

CDC 6.15.0

Download Size md5 hash
cdc-6.15.0.tar.gz 1.3 MB 5ee8253df0e433cab190fb9334e2f16d
Last updated: 17. December 2009 - 12:32

Release notes

CDC 6.14.4

Download Size md5 hash
cdc-6.14.4.tar.gz 1.3 MB bb9a04bf3aa8ca31551d969c026002bf
Last updated: 8. December 2009 - 18:33
  • fixed some translations for installation process
  • merged Pressflow 6.14.64
  • [#32862] applied patch to fix bug in ie6 autocomplete selection
  • fixed project status url in theme info files

Release notes

CDC 6.14.3

Download Size md5 hash
cdc-6.14.3.tar.gz 1.29 MB d95228e8d3857614624c68c34e975bca
Last updated: 27. October 2009 - 18:59
  • [#245990] added patch: prevent HTTP request status failure

Release notes

CDC 6.14.2

Download Size md5 hash
cdc-6.14.2.tar.gz 1.29 MB e26d5e2d6a39722ce54f28138f6ec284
Last updated: 23. October 2009 - 17:40
  • ported cocomore's smart replicant switching from cdc 5.x to 6.x
  • integrated cocomore's smart replicant switching with Pressflow's database replication
  • disallowed more text files in robots.txt

Release notes

CDC 6.14.1

Download Size md5 hash
cdc-6.14.1.tar.gz 1.29 MB ed54f24523de8bb36568283ed59c8cbb
Last updated: 15. October 2009 - 16:32
  • merged Pressflow 6.14.56
  • set DRUPAL_MINIMUM_PHP to '5.2.0' according to Pressflow's requirements

Release notes

drupal 6.14.0-cocomore-3

Download Size md5 hash
drupal-6.14.0-cocomore-3.tar.gz 1.28 MB dac4a64ce19e71f4f4f0aa45ed7691c8
Last updated: 5. October 2009 - 13:48

fixed VERSION string


Release notes
Syndicate content