Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs work
FileSize
4.08 KB
tim.plunkett’s picture

tim.plunkett’s picture

Issue tags: +CTools dependency
damiankloip’s picture

Status: Needs work » Needs review
FileSize
15.35 KB

Status: Needs review » Needs work

The last submitted patch, 1658068-4.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review
FileSize
17.09 KB

Missing the hook_schema part.

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

I think this is good enough. There are some added @todo's, which is fine.

dawehner’s picture

Status: Reviewed & tested by the community » Fixed

Committed and gave xjm the credit commit.f

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tim.plunkett’s picture

Status: Closed (fixed) » Postponed
FileSize
17.45 KB
tim.plunkett’s picture

FileSize
18.67 KB

Here's a new patch based on the new key/value approach in #1642062-96: Add TempStore for persistent, limited-term storage of non-cache data

Lars Toomre’s picture

Status: Postponed » Needs review

Changing status for testing...

tim.plunkett’s picture

Assigned: Unassigned » tim.plunkett
Status: Needs review » Postponed

What? No. The core issue hasn't been committed, this will meaninglessly fail.

Lars Toomre’s picture

Sorry about that...

dawehner’s picture

Status: Postponed » Needs review

Let's see whether it still works.

dawehner’s picture

Issue tags: -VDC, -CTools dependency

#11: views-1658068-11.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +VDC, +CTools dependency

The last submitted patch, views-1658068-11.patch, failed testing.

dawehner’s picture

xjm’s picture

+++ b/views_ui/views_ui.moduleundefined
@@ -335,10 +334,9 @@ function views_ui_cache_load($name) {
+  $view->locked = $views_temp_store->getOwner($view->storage->name);

Hm, I don't think this method exists. We'd want to use getMetadata()? Or what am I missing?

tim.plunkett’s picture

It's an old patch. I'll update when I get back to my laptop

tim.plunkett’s picture

Status: Needs work » Needs review
FileSize
18.68 KB

This should be okay

tim.plunkett’s picture

Assigned: tim.plunkett » Unassigned
Status: Needs review » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.