Commit graph

41 commits

Author SHA1 Message Date
Joseph Hall (groundh0g)
3a34785f3a Merge pull request #71 from astropanic/master
Feedburner plugin
2015-05-25 07:23:29 -05:00
Joseph Hall (groundh0g)
5f3f155a17 Merge pull request #187 from pierre-jean/comments-fix-intentensedate
Comments form intense debate
2015-05-25 07:19:31 -05:00
Joseph Hall (groundh0g)
5c716af375 Merge pull request #181 from BM5k/analytics/gauges
Add gaug.es as an analytics provider.

> Isolated. New analytics provider. Low risk. Merging.
2015-05-25 06:57:40 -05:00
Joseph Hall (groundh0g)
a2700bb7e5 Merge pull request #184 from Treri/master
add duoshuo comment provider for chinese users

> Isolated. New comment provider. Low risk. Merging.
2015-05-25 06:55:55 -05:00
Joseph Hall (groundh0g)
10ff39a801 Merge pull request #228 from cprobert/master
Updated Universal Analytics Provider...

> New provider. Isolated. Low risk. Merging.
2015-05-25 06:52:23 -05:00
groundh0g
35876ce06a Fixes issue #84. 2015-03-31 23:48:52 -04:00
Joseph Hall (groundh0g)
559baaf292 Merge pull request #250 from groundh0g/issue-42
Stand-alone helper. Low risk. Merging. Addresses issue #42.
2015-03-15 08:34:37 -05:00
Joseph Hall (groundh0g)
d97463761c Merge pull request #243 from groundh0g/issue-98
Implements feature from issue #98, based heavily on @tullyliu's example.
2015-03-15 08:14:15 -05:00
Joseph Hall (groundh0g)
b71da82402 Merge pull request #245 from groundh0g/feature-fileexists
Stand-alone addition to utility functions. Low risk. Merging.
2015-03-15 08:10:55 -05:00
groundh0g
4eebb4462c Addresses issue #42. Allows sorting of collections: arrays or hashes, ascending or descending. 2015-03-02 22:39:10 -06:00
groundh0g
cdae108176 Added new JB/file_exists helper. Useful for things like using a larger image if available and conditionally including files. (e.g. "avatar_64x64.png" vs "avatar_256x256.png") 2015-02-28 07:03:06 -06:00
groundh0g
f76ed0bbee Implements feature from issue #98, based heavily on @tullyliu's example. 2015-02-28 00:52:21 -06:00
groundh0g
f0b88832ec Fix for issue #86. 2015-02-27 23:25:38 -06:00
Courtenay Probert
bfeba20fdf Universal Analytics Provider
Getting tracking ID from:

site.JB.analytics.googleUA.tracking_id

Also Set conditional on property name to set to auto if missing
2014-09-08 13:42:27 +01:00
Richard Littauer
202970b3ba Loaded in new CSS, JS, glyphicons, added in IE Edge, testing this commit. 2013-12-25 12:17:57 -05:00
pierre-jean
dff7e48324 Removing span IDCommentsPostTitle (not displayed by default) 2013-10-09 10:38:22 +02:00
pierre-jean
5341f80827 Comments form intense debate
Intense Debate comments provider:
Setting the default behavior to had the comments form below the post instead of adding a link with the comments count
2013-10-04 12:51:44 +02:00
Jeremial
bd5e4ef83f add duoshuo comment provider for chinese users 2013-09-14 12:26:37 +08:00
Byron Bowerman
d4dd2a6a15 load gauges html when it is selected as the provider 2013-09-02 22:02:36 -07:00
Byron Bowerman
a018aa95ad add gauges html 2013-09-02 22:01:51 -07:00
Romain Sertelon
a6f699c71b Adds Piwik Analytics Provider 2012-09-11 14:43:38 +02:00
Wojciech Pietrzak
3f88703fc0 adding plugin for Feedburner 2012-03-27 00:46:38 +02:00
Martijn Pieters
cbfb9ca9cc Only list pages with a title. #69
This skips the page.html, default.html, what-have-you-not pages that should not be listed in this list anyway, which otherwise result in empty bullet points.
2012-03-24 13:18:17 -07:00
Jade
b804d16d5b Merge pull request #49 from koomar/jb-development
Mixpanel as Analytics Provider for JB
2012-03-01 01:24:00 -08:00
Jade
c031df408a Merge pull request #44 from sstarr/patch-1
Resolved an issue preventing disabling comments for individual pages
2012-02-29 23:14:43 -08:00
Abhijeet Kumar
af8839037c Adding Mixpanel as analytics provider 2012-02-28 23:22:53 -08:00
Tommaso Visconti
7956efeabd Added the wordpress_id value in Disqus code if present in the post
Signed-off-by: Tommaso Visconti <tommaso.visconti@gmail.com>
2012-02-25 16:43:00 +01:00
Simon Starr
9bb6ea15af Small fix to check the correct variable (page.comments instead of page.JB.comments) so that disabling comments works as documented. 2012-02-19 20:09:30 +00:00
Jade Dominguez
3a2df76133 Resolve incorrect HOME_PATH/BASE_PATH settings
JB/setup needs to account for  being falsy. Also add better usage instructions for BASE_PATH. Fixes #30
2012-02-06 13:32:44 -08:00
Stephen Ball
1580fb232d fix clicky tracking image
If the visitor has JavaScript disabled, clicky
still tracks the visit by having the browser load
a gif that's specific to the site id in the
tracking code.
2012-02-04 17:53:41 -05:00
James Fleeting
683d1bec4d Adding Facebook Comments 2012-01-30 20:17:27 -06:00
Jade Dominguez
065e6edbed 'Provider' is more correct than 'engine' 2012-01-24 03:26:18 -08:00
Jade Dominguez
3f0579cc7c Place paths to main pages in JB hash 2012-01-23 05:00:46 -08:00
Jade Dominguez
6c0b6c1a1b Provide custom overrides to all helpers
Now all helpers can be overridden by custom implementations without editing JB source. Just define a helper's 'engine' as 'custom' in the _config.yml file and provide a helper file of the same name in _includes/custom/. This helps users cleanly upgrade JB versions since they no longer need to edit the files directly.
2012-01-23 04:18:22 -08:00
Jade Dominguez
08d59a6b60 Remove all filename extenstions from JB files 2012-01-23 03:47:38 -08:00
Jade Dominguez
5c0a7a6dcd Update helper calls
Use 'JB/[HELPER]' format
2012-01-23 03:28:28 -08:00
Jade Dominguez
8b7998695b Move helpers to namespaced system
Also do away with .html extension
2012-01-23 03:20:58 -08:00
Jade Dominguez
0fec345989 rename HOME_URL to HOME_PATH 2012-01-23 01:00:58 -08:00
Jade Dominguez
7ef7288a33 Rename set_paths to more generic 'setup'
This is because 'setup' will need to be included in every post/page file if we want to have access to BASE_PATH. So I figure 'setup' will be a good access path for any future inclusions we need to make
2012-01-23 00:48:40 -08:00
Jade Dominguez
75fa188fa7 Add ability to dynamically set url paths
This makes GitHub Pages for projects support possible as all urls will need to call on the project's subfolder. The other important piece is that urls should resolve to root locally but be able to change when in production. LLastly this gives themes clear integration points for working with paths. (the jbcache hack just makes it so there is not unnecessary whitespace output in the source.
2012-01-21 18:08:35 -08:00
Jade Dominguez
7a0b1ed689 Add new Integration points for themes
The new system will try to namespace all framework integrations with 'JB'. Integration points added in this comment are 'analytics', 'comments', and 'sharing'.
2012-01-20 23:19:17 -08:00