Closed (fixed)
Project:
Classified Ads
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2007 at 14:24 UTC
Updated:
8 Jan 2012 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
summit commentedHi,
I am not getting any setting on taxonomy duration:
I got:
But not a setting.
greetings,
Martijn
Comment #2
mcurry commentedMaking this a task. Please don't submit unrelated issues in this thread.
Comment #3
mcurry commentedComment #4
fgmThe problem, if I understand it correctly, does not exist on 6.x-3.x / 7.x-3.x for the settings screen.
It does exist on 7.x-3.x for the actual node expiration, though: this is alway set to the default lifetime instead of the category-specific one. Reclassifying accordingly.
Comment #5
fgmFixed in today's dev version. Need to add a test before it's completely fixed.
Comment #6
fgmComment #8
fgmTests pass locally but fail on qa.drupal.org: rerolled with added include check to identify the specific qa.drupal.org problem.
Comment #10
fgmYet another way to make it pass on qa.drupal.org.
Comment #12
fgmYet one more attempt to make qa.drupal.org happy.
Comment #14
fgmActually, no need to depend on token, we just use the core token.inc implementation.
Comment #15
fgmChx found the problem: the D7 version does not actually depend on token.module but token.inc, so the contrib dependency was not needed. Committed.
Comment #17
fgmThe classified_utils.inc removal part of that patch should be applied to 6.3 too, for consistency/maintenability.
Comment #18
fgmFixed in today's dev version.