Closed (fixed)
Project:
Timeago
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2013 at 14:56 UTC
Updated:
26 Jun 2013 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedhttp://drupalcode.org/project/commons.git/commit/24c126d
Comment #2
ezra-g commentedI updated the wrong issue :P.
But as long as I'm here, I wanted to elaborate and point out that the current call can actually add the JS and point to 2 different versions of the file, or a missing path to the file, if a site uses Libraries and does not have timeago library in sites/all/modules/timeago.
Comment #3
icecreamyou commentedPatch in #1897816: Add more detail about Libraries module in installation directions should fix it, awaiting testing for commit.
Comment #4
icecreamyou commentedActually, I misread this issue. I think this is valid, but conflicts with #1897816: Add more detail about Libraries module in installation directions. Will need to find a little time to test.
Comment #5
pixelula commentedHi,
My issue was that the configuration file (sites/all/modules/timeago/timeago.js where jQuery.timeago.settings.strings it's initialized) was beign loaded before jquery.timeago.js, then the timeago function did not exists. I tested the patch but the js configuration (sites/all/modules/timeago) is not loaded then is not initialized. I merged this patch with patch in #1897816 and the configuration file is loaded at the end.
Comment #6
devin carlson commentedThis was reported to not be the case in #1996706: Timeago Patch Breaks functionality.