Hey there,

I installed the newest dev release of this modul and the Version 1.3 of the Javascript Timer modul.
But for some reason, the autologout block wont appear on my block overview page.

I tried flushing the cache but without any luck...
Anyone got an idea how to fix that?

Greets

SG

EDIT: Same problem with the last stable release 7.x-4.1

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

johnennew’s picture

Assigned: Unassigned » johnennew

Hi sg88 - I have not tried the countdown block integration since I started maintaining this module. It's doesn't surprise me that it is not working though - it was next on my list to look at. Assigning to me.

sgurlt’s picture

Thx for that fast respons.
Maybe you could remove the "Blockpart" from the modul documentation? That could help against some confusion :)

johnennew’s picture

Status: Active » Needs review
FileSize
6.71 KB

Here is a patch that adds back in a working jstimer block.

Would be greatful for any reviews!

johnennew’s picture

A better patch!

This also includes a fix for the whites creen after login issue: #2002548: White screen after login

johnennew’s picture

Title: Block wont appear on block overview page » Add support for JS Timer block in 4.x branches

Changing title

johnennew’s picture

Sorry, left some debug in the last patch. Much better patch attached.

johnennew’s picture

I've updated the tests to deal with the new way some of the JS callbacks now work.

sgurlt’s picture

Wow, thats what I call fast problem solving! Thanks a lot ! :)

johnennew’s picture

Version: 7.x-4.x-dev » 6.x-4.x-dev
Status: Needs review » Active

Thanks!

Excellent, tests pass - this is going into the 7.x-4.x branch, setting for backport to 6.x-4.x

Note problems with the timer and timing out in general if you click the back button. To solved in :- #809928: Counter restarts after using "back" button problem

johnennew’s picture

Status: Active » Needs review
FileSize
16.88 KB

6.x-4.x support patch attached.

johnennew’s picture

Status: Needs review » Fixed

Tests pass - adding to 6.x-4.x branch.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Addition

  • Commit 4a6b00d on 7.x-4.x, 8.x-1.x by ceng:
    Issue #2005776 by ceng: Added support for JS Timer block in 4.x branch