The CVS logs contains two commits from 22 and 23 August 2009 that references #542658: Move action "tabs" out of local tasks:
The latter commit seems unrelated to that issue. It contains a small spelling fix to system.module, and it removes some lines from default.settings.php:
cvs diff -r1.28 -r1.29 sites/default/default.settings.php
I assume the change to default.settings.php was unintended.
Two blocks of code were removed. Both had been added a few days earlier, as part of #370454: Simplify page caching and #538032: Document possible preg memory issues. This patch puts these two blocks back in.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | revert-1.29-804844-11.patch | 1016 bytes | nikunjkotecha |
Comments
Comment #1
c960657 commentedComment #2
retester2010 commentedrevert-1.29-1.patch queued for re-testing.
Comment #4
c960657 commentedThe pcre part was committed in #538032: Document possible preg memory issues. This is a reroll containing only the change from #370454: Simplify page caching.
Comment #5
thedavidmeister commentedindeed.
RTBC from me after a reroll.
Comment #6
joshi.rohit100Comment #7
joshi.rohit100Is this valid now ? As I am seeing totally different default.settings.php now.
Comment #8
mgiffordUnassigning stale issue. Hopefully someone else will pursue this.
Comment #9
vprocessor commentedComment #10
vprocessor commentedComment #11
nikunjkotechaThere is a new block added in default.settings.php now with Page cache so updated title to
Page caching memcache:in rerolled patch.