Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wp-graphql-theme

WordPress Theme for wpgraphql.com
https://github.com/wp-graphql/wp-graphql-theme

Adding support on the options page for Foundation framework

62a8dc5d3b70b2683840f2a1994991ee5ead857b authored about 13 years ago by Corey Wagehoft <[email protected]>
Adding Foundation CSS Files

88706ec1ea3e882523ede86a4c27ff756484d257 authored about 13 years ago by Corey Wagehoft <[email protected]>
mod_rewrite_rules is a filter, not action.

d7b06570822b3730d3072570845b8eaff3afdc9a authored about 13 years ago by Scott Walkinshaw <[email protected]>
Whitespace fixes

Replaced all hard tabs with spaces. Removed all trailing whitespace.

39b0eb190f4b354120a5b0a674494d361d9703e3 authored about 13 years ago by Scott Walkinshaw <[email protected]>
fixing undefined index error on widget and removing whitespace

484534acd09618ca81e7600cbf8017fa8df90d99 authored about 13 years ago by Ben Word <[email protected]>
removing sitemap and subpages page templates (outdated, unnecessary)

00431c820022b44334a9c02f4a6feccbf08e7126 authored about 13 years ago by Ben Word <[email protected]>
minor tweaks to the H5BP htaccess / loading

3631ec9f420a6a2dd7b90aa9c16e0194805ef8b3 authored about 13 years ago by Ben Word <[email protected]>
Fixing bug with the root relative and clean menu options on first save

On a clean install when you saved the theme options for the first time,
the validation had a bug...

82e2b03d4b35b22298fd8f7e4d47f2a2b664e792 authored about 13 years ago by Ben Word <[email protected]>
cleanup to output of menus

c8885982bdf788e84ed217cc2de02995e45d6065 authored about 13 years ago by Ben Word <[email protected]>
adding first and last classes to widgets

f383bc013eb5204cd4ed621faad6317b35d6fb3c authored about 13 years ago by Ben Word <[email protected]>
adding the_post_thumbnail output to roots_remove_self_closing_tags

95b6501de4bfddf5455ef01fe3a3bc792edf1e5a authored about 13 years ago by Ben Word <[email protected]>
Fixes #151 - dir="rtl" will no longer be removed

ecfac416ab677c9347705137e2d948fde6153e1a authored about 13 years ago by Ben Word <[email protected]>
Merge pull request #154 from Okeanos/master

Updated translations based on feedback, fixed typo.

e1ff80d85e517b460ae6b482335f60081a49e5b8 authored about 13 years ago by Scott Walkinshaw <[email protected]>
Updated translations based on feedback, fixed typo.

a4b172bf41bb49d9e4ec34da967288327c66a32c authored about 13 years ago by Nikolas Grottendieck <[email protected]>
Merge pull request #153 from Okeanos/master

Added German translation files.

3e92a37790fad037c2930dd47a4b4c7e67bc588c authored about 13 years ago by Scott Walkinshaw <[email protected]>
Added initial German translation

German translation is potentially faulty due to lack of comments in the
translation files (ambig...

a8eb3f9541cb9ea4e5277df98b6b037a6c404953 authored about 13 years ago by Nikolas Grottendieck <[email protected]>
Macedonian translation files, thx @maced0n

6776812b680b73806accbaeb8d2e46dafb0c0868 authored over 13 years ago by Ben Word <[email protected]>
fixes #134 - the 1140 grid columns now add up to 12

8cba64b83d279b6d155e15e55878773c3d43aefc authored over 13 years ago by Ben Word <[email protected]>
updating to jQuery 1.6.4

9a64880293b639acd1ef388e5a3b1942f0fa67a7 authored over 13 years ago by Ben Word <[email protected]>
now outputting the post meta information from a function (similar to twentyeleven)

5555709aa5235bda411c2405e4e8bf9fbe425d8c authored over 13 years ago by Ben Word <[email protected]>
removing var_dump added in dedbc54e1a129848def5a677c8626932748e8073

4a99d5bcd4b58d8eb2fefd7bbbb0893bda199ff3 authored over 13 years ago by Ben Word <[email protected]>
pulling in #137 with slight modifications, thx @moimikey

dedbc54e1a129848def5a677c8626932748e8073 authored over 13 years ago by Ben Word <[email protected]>
Updated adapt.js css path - fixes #138

1f2a8f6f37d21bda1bdf22ab702b1c5085574abf authored over 13 years ago by Scott Walkinshaw <[email protected]>
Merge pull request #135 from adamnbowen/patch-1

Fixes "Trying to get property of non-object" error on 404 pages

913765707d93bf11fbf002d5d270cf2b28df7803 authored over 13 years ago by Ben Word <[email protected]>
inlines body_class() logic

9e83a9f72336acf2b8da6ca57812e67db8f1de7a authored over 13 years ago by Adam Bowen <[email protected]>
Removes needless assignment of `$page_slug = $post->post_name`

Removing this assignment, since `$page_slug` is unused elsewhere in the theme, and there is no ...

4d8ac40e68919864dd7b94a0dfa89311c95820af authored over 13 years ago by Adam Bowen <[email protected]>
Fixes "Trying to get property of non-object" error on 404 pages

`$post` is not set if you are on a 404 page, so we need to check if it is set before we call
...

8b0bd629d48be64b534278c04dbc8d35133148cb authored over 13 years ago by Adam Bowen <[email protected]>
adding italian translation, thx @emilo73

08838c2cdcc538d309c5c9b5381163ea98ed8680 authored over 13 years ago by Ben Word <[email protected]>
missed in b512745a9c693031a8f1611383a71ffbdb24251b

b956074f48dadb7a1540084f61dea1ce5bb1fc08 authored over 13 years ago by Ben Word <[email protected]>
added ability to dismiss the tagline admin notice (thx http://wptheming.com/2011/08/admin-notices-in-wordpress/), made the htaccess notice only show for admins

daff3bcb0b30bac42999d16ad9b2df9d0d70486e authored over 13 years ago by Ben Word <[email protected]>
now making sure the google analytics ID is valid before saving, better sanitation on the main/sidebar inputs

031a886bb54e430beab4d045cd4059576d06ee21 authored over 13 years ago by Ben Word <[email protected]>
fixes #125 - http://wordpress.stackexchange.com/questions/12863/check-if-were-on-the-wp-login-page

7bf90296e5d985ef7366195127d8e9c4f701c943 authored over 13 years ago by Ben Word <[email protected]>
removed included jquery plugins and now using the h5bp plugins.js and script.js setup: http://html5boilerplate.com/docs/plugins.js-and-script.js/

b512745a9c693031a8f1611383a71ffbdb24251b authored over 13 years ago by Ben Word <[email protected]>
h5bp updates

135995305bb8d5dbc25b354b53ac56782eedad67 authored over 13 years ago by Ben Word <[email protected]>
h5bp updates

f7a149962c44f9a76b9f7c2db6689c68ed8cf74a authored over 13 years ago by Ben Word <[email protected]>
h5bp update - google analytics is now loaded with Modernizr.load, see

https://github.com/paulirish/html5-boilerplate/commit/d9cc711ea1b29fcea97942d0d6aa2105866c034e

f17b79f9be7571721fddcb4e718083f3431017b2 authored over 13 years ago by Ben Word <[email protected]>
adding dutch translation files, thx @herko!

b04b425c54917624456676300ff49e6ad5b30498 authored over 13 years ago by Ben Word <[email protected]>
roots 3.6.0

7e8f3ae346409f9f6eae68a32c4a75b818b9cbe4 authored over 13 years ago by Ben Word <[email protected]>
h5bp updates - now up to date with h5bp 2.0

ef721e7f6ec53b6dfaa78ded9ad10c66745e4cbe authored over 13 years ago by Ben Word <[email protected]>
fixes #117 - wordpress 3.2 adds rel="author" to author links now so we don't need to do it

ab0d299d1348d987876326db381a6585c8dfdaea authored over 13 years ago by Ben Word <[email protected]>
closes pull req #113 - thx @mwrather

4ead4e0a3f4166a7ca9693d153797d4739add871 authored over 13 years ago by Ben Word <[email protected]>
not sure why i'm having to do this, but i'm sick and it's getting rid of

the undefined index error so it'll work for now

5e499ba0599e410fb5621e5ed3f5da61c1ed4baf authored over 13 years ago by Ben Word <[email protected]>
missed one on the last commit - refs #104 and 09784082cfae0ef0022fa6f2ddaa6395b919e72d

ae6989c9e0f3354becaf0052fec4126fc86b46f4 authored over 13 years ago by Ben Word <[email protected]>
closes #104 - adding a theme option for root relative URLs (enabled by default)

09784082cfae0ef0022fa6f2ddaa6395b919e72d authored over 13 years ago by Ben Word <[email protected]>
fixes #93 - 1140 grid fixes: wrapping the row's with container's and

setting a better default container class

43c21a52b525de4629882462401cf50b2fc17ac9 authored over 13 years ago by Ben Word <[email protected]>
Fixed #114 + updates to wp_enqueue_script and style

6479e66f38250703c0da29be2ffd830bdbc6453f authored over 13 years ago by Scott Walkinshaw <[email protected]>
further cleanup

372a768ebc5846e98e69d6612db7f8bac6f4f9de authored over 13 years ago by Ben Word <[email protected]>
source cleanup and formatting

0e359d4c57cd1c13285130b508a034aa13c1fe49 authored over 13 years ago by Ben Word <[email protected]>
added a new function that will strip self-closing tags on elements that

don't need it - currently using it on comment avatars and hidden comment
inputs. also tweaked roo...

a3a5b85b75a1540b3492462d56fb20585ddc22e4 authored over 13 years ago by Ben Word <[email protected]>
Switched multisite check to use is_multisite

db208a2090c95166cda6ed13181c495fac4f4f46 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Merge pull request #111 from weslly/master

Brazilian Portuguese translation

03a0ca95c61ff62a224566651a472ed3676f7680 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Brazilian Portuguese translation

1a041d701f22d4492dd4a40a1b267660ff4931d9 authored over 13 years ago by Weslly Honorato <[email protected]>
adding @mwrather to contrib list

c6d850644bee5c5c1a09b2c6f77b90c225ef14ed authored over 13 years ago by Ben Word <[email protected]>
Merge pull request #110 from mwrather/master

Adding Roots Theme Options to the frontend Admin Bar

9c3e600afb571072cd5bdcb0c999eaafc42e936d authored over 13 years ago by Ben Word <[email protected]>
added theme options to the wordpress admin bar

fa489bab59550ec20f17f1e7d1825f7578d28463 authored over 13 years ago by Matthew Wrather <[email protected]>
minor spelling/formatting fixes

9f87eab164c1606096b657f4d96b7af1b16d8da0 authored over 13 years ago by Ben Word <[email protected]>
replacing the static call to logo.png with add_custom_image_header so

now you can update the logo via theme options

df9183af6daa826281d1d89386aaa3f76b10afe8 authored over 13 years ago by Ben Word <[email protected]>
removing blank line and end of file

c6788dc99bbae8dc11446846b35cbc46a7d1e3ea authored over 13 years ago by Ben Word <[email protected]>
adding link to codex for post thumbnails and commented out example of

setting the size

4e3938e6bde3de2e4130b13ba54a09bca64a540c authored over 13 years ago by Ben Word <[email protected]>
Code cleanup

35d3c15d39baf15b3715d44ebdb3bcd9b0f232fd authored over 13 years ago by Scott Walkinshaw <[email protected]>
Fixes #108 - bug on activation if no pages exists

1014ddb0f71f969409e14ba0fb98cbe03757c82f authored over 13 years ago by Scott Walkinshaw <[email protected]>
not apache? no need to continue. found this check from the w3 total

cache plugin.

5d298fbead1b10ba19ba49c20e2febfaaa73176a authored over 13 years ago by Ben Word <[email protected]>
closes #105 - adding french translation files by @johnraz

37b8d099e77626875e5c8475d0b2dcb7dd593d4c authored over 13 years ago by Ben Word <[email protected]>
updating included jquery plugins

1d8f643729b6f2aec7c7ddefeb6ab75bcaefdfd7 authored over 13 years ago by Ben Word <[email protected]>
cleanup. adding load_theme_textdomain support, moved some things into

after_setup_theme similar to twentyeleven, reverting
92e91d3bb581d00ecd35e3965766714d6b924d7d aft...

0d537df73e587e070f04fb98a91507888942ac8b authored over 13 years ago by Ben Word <[email protected]>
[organization] moving stuff into roots-cleanup.php, moving asset

rewrites functions to htaccess file

f121c93a9863c4cda5ef90fd6c8cab3082a30d2f authored over 13 years ago by Ben Word <[email protected]>
made sure that the clean assets functions aren't being applied if you're

in the admin, cleaner way of including the theme options js/css now that
the clean assets functio...

60bbec9176749387584b661b247cdc011fabacde authored over 13 years ago by Ben Word <[email protected]>
removing admin.css since wp 3.2's html editor has a monospaced font now,

removing blank admin scripts.js, removing codemirror css (missed in previous commit where codemir...

3e17419dd3ca5c797698001f14ae9edc5e4bfbc6 authored over 13 years ago by Ben Word <[email protected]>
h5bp updates

89213315eee94beb87e30bcd160558c9dc9397f0 authored over 13 years ago by Ben Word <[email protected]>
adding back in the gzip compression to htaccess that was accidentally

removed in previous commit, renaming the h5bp htaccess to something more
easily readable

f6914dec530314ac8f6ef5eb5907357cebf5b02c authored over 13 years ago by Ben Word <[email protected]>
roots 3.5.0 (aka i should have tagged this a long time ago)

dbe85b5b2f7dd7c676c0d641a38e875a01762510 authored over 13 years ago by Ben Word <[email protected]>
h5bp updates

c542ed353443b3b25a47ea94adb3b797567bd933 authored over 13 years ago by Ben Word <[email protected]>
refs #104 - root relative urls shouldn't happen in admin

fc9104468331b93a8505ccacd3b3febf66fe2e8f authored over 13 years ago by Ben Word <[email protected]>
Child theme update: loads roots style.css THEN child theme style.css + some cleanup - fixes #103

5c5cabb3d7762f3bae80c7baa8f6d8df1f6c7412 authored over 13 years ago by Scott Walkinshaw <[email protected]>
adding missing hooks, thanks @r3df

cd297c2f3c7cf9920cee1acce453495cd18c0340 authored over 13 years ago by Ben Word <[email protected]>
changing the radio inputs into select lists, code formatting cleanup

103c4c5bd5af01f892f3a667808d71e75b17c321 authored over 13 years ago by Ben Word <[email protected]>
h5bp updates

dd77a89b342b526e4b6538209169f7075518cf93 authored over 13 years ago by Ben Word <[email protected]>
just simply call the sidebar(s)

fb21ab7337d7009151c26494a8cc3536089d785e authored over 13 years ago by Ben Word <[email protected]>
fixes #96 - adding archive title to <h1>

2579321404798ffa96d3fb6d7b87d4a20e1deacd authored over 13 years ago by Ben Word <[email protected]>
Removed gitignore and default less classes

bd818facc2783765d68e5773f0b06ff53ea2a844 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Merge remote branch 'robboles/master'

8ee03b3386d13b4025040177a1ace7d9b933117f authored over 13 years ago by Scott Walkinshaw <[email protected]>
Replaced $ with jQuery for noconflict mode compatibility

89572e781dc6cb7b067edce12fca48219c650dcf authored over 13 years ago by Scott Walkinshaw <[email protected]>
Merge pull request #92 from mwrather/master

Escape slashes in roots_gallery_style

1b4c84291b4c99af79c71daf8c2142c73a2abc12 authored over 13 years ago by Scott Walkinshaw <[email protected]>
escaped slashes in preg_replace pattern

ec8aab5f8af516ba8710dec11b60b359d0483c2c authored over 13 years ago by Matthew Wrather <[email protected]>
Updated to jQuery 1.6.2

206cb0b1fc4d60790bfc6e2812336f2a1fadad3e authored over 13 years ago by Scott Walkinshaw <[email protected]>
Added Less Framework 4

Addition of the Less Framework 4 (http://lessframework.com/) to CSS frameworks on top of changes...

f2650112b2996a6d5092c0593c8d9604fc80c202 authored over 13 years ago by robboles <[email protected]>
Fixed minor bug in roots_relative_url

539198ac83885c13c2367b63e5edffa300b08252 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Minor code cleanup

16583d1d27a3c28e858309825dba8ef1f87f9704 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Merge pull request #86 from sjothen/master

Optimized stylesheet_link_tag

e161da8b4d9ef9b0a7ad268b040b3d76681eff6b authored over 13 years ago by Scott Walkinshaw <[email protected]>
Optimize stylesheet_link_tag function.

94585cd62f5d231917faf36073de99a774e9cee3 authored over 13 years ago by Steve Jothen <[email protected]>
Updated language attributes to work nicely with qTranslate - fixes #80

4192053c3b889fe6a0d33813ff8c528ba60dd00b authored over 13 years ago by Scott Walkinshaw <[email protected]>
Reworked roots_relative_url again to account for more edge cases

a87574c6aee6ee8af60769e09c2d10b852c0d501 authored over 13 years ago by Scott Walkinshaw <[email protected]>
Refactored CSS framework code: added in default classes, added

stylesheet_link_tag function, added a no framework option, cleaned up
code

af89a57e7ccfe04cdf7e179cf1d023fd3c3e4fba authored over 13 years ago by Scott Walkinshaw <[email protected]>
much cleaner way of including h5bp's htaccess by utilizing the WordPress

Filesystem API and grabbing the contents from a separate file

12dd0fae09350697ccbb81296170c88537476132 authored over 13 years ago by Ben Word <[email protected]>
small fix

6e55fd25c29146bc7a90f8a20cee4af49425f46b authored over 13 years ago by Ben Word <[email protected]>
small fix - adding 'Written by [author]' back after it was

accidentally removed in acea241631f8693de16610ab8392ef4f5aa4479f

cbdfc50d12c841c5dde01b92051e75598642d8e3 authored over 13 years ago by Ben Word <[email protected]>
removed old style.css, grabbed the latest from h5bp and made

modifications on top of it. some of the old roots css was also removed, including
ul.none and .icon

cbb388148f4b5d2799d0a442e3417a828f8c863f authored over 13 years ago by Ben Word <[email protected]>
closes #81 - moving get_roots_stylesheets to the hooks

c4d4ee40c6794f04b988ae09dbfdb683dd02a3ff authored over 13 years ago by Ben Word <[email protected]>
fixes #77 - check to see if there's a nav item in the utility nav before

outputting it

9428eab5911dae8ae4c0d67c2d509dbc5df59299 authored over 13 years ago by Ben Word <[email protected]>
adding option for fout-b-gone

a05ede6ca5c48525c94bc43aa02aa593dadffa93 authored over 13 years ago by Ben Word <[email protected]>