6f6dc0953c1d26acd716bea5214c39d109d1b49e,modules/s3db/msg.py,S3TwitterSearchModel,twitter_timeline,#Any#,2420
Before Change
s3 = response.s3
// Add core Simile Code
s3.scripts.append("/%s/static/scripts/simile/timeline/timeline-api.js" % appname)
// Add our control script
if s3.debug:
s3.scripts.append("/%s/static/scripts/S3/s3.timeline.js" % appname)
else:
s3.scripts.append("/%s/static/scripts/S3/s3.timeline.min.js" % appname)
// Add our data
// @ToDo: Make this the initial data & then collect extra via REST with a stylesheet
// add in JS using S3.timeline.eventSource.addMany(events) where events is a []
if r.record:
// Single record
rows = [r.record]
else:
After Change
// s3.scripts.append("/%s/static/scripts/S3/s3.timeline.js" % appname)
//else:
// s3.scripts.append("/%s/static/scripts/S3/s3.timeline.min.js" % appname)
s3_include_simile()
// Add our data
// @ToDo: Make this the initial data & then collect extra via REST with a stylesheet
// add in JS using S3.timeline.eventSource.addMany(events) where events is a []
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 11
Instances Project Name: sahana/eden
Commit Name: 6f6dc0953c1d26acd716bea5214c39d109d1b49e
Time: 2020-04-27
Author: fran@aidiq.com
File Name: modules/s3db/msg.py
Class Name: S3TwitterSearchModel
Method Name: twitter_timeline
Project Name: sahana/eden
Commit Name: 6f6dc0953c1d26acd716bea5214c39d109d1b49e
Time: 2020-04-27
Author: fran@aidiq.com
File Name: modules/s3db/irs.py
Class Name: S3IRSModel
Method Name: irs_timeline
Project Name: sahana/eden
Commit Name: 6f6dc0953c1d26acd716bea5214c39d109d1b49e
Time: 2020-04-27
Author: fran@aidiq.com
File Name: modules/s3db/project.py
Class Name: S3ProjectModel
Method Name: project_timeline
Project Name: sahana/eden
Commit Name: 6f6dc0953c1d26acd716bea5214c39d109d1b49e
Time: 2020-04-27
Author: fran@aidiq.com
File Name: modules/s3db/inv.py
Class Name: S3InventoryTrackingModel
Method Name: inv_timeline
Project Name: sahana/eden
Commit Name: 6f6dc0953c1d26acd716bea5214c39d109d1b49e
Time: 2020-04-27
Author: fran@aidiq.com
File Name: modules/s3db/msg.py
Class Name: S3TwitterSearchModel
Method Name: twitter_timeline