Ecosyste.ms: OpenCollective

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

Timber

Build, manage and promote the Timber library for WordPress. Timber is one of the most popular frameworks for templating themes in WordPress
Collective - Host: opensource - https://opencollective.com/timber - Website: https://t.co/zxtQZa6rya - Code: https://github.com/timber/timber

Merge pull request #1719 from henrywright/master

Fix "esc_url" escaping example

github.com/timber/timber - 7a73a5d11ffd6f05358aed9e0138752512a8399c authored over 6 years ago
Fix "esc_url" escaping example

github.com/timber/timber - 7930fa0798fcab78755fea2696989fc5222e8575 authored over 6 years ago
Update readme and version numbers

github.com/timber/timber - a6a553d70b58d9e1f7c612511b72be60b0e98248 authored almost 7 years ago
document $depth param and get_current_top_level_item helper

github.com/timber/timber - 9286280c8d1057653ab3d2c5626a8b82a549685c authored almost 7 years ago
add Menu::get_current_top_level_item() helper

github.com/timber/timber - 1d238526ea4857870dce5717d3d50ed634745466 authored almost 7 years ago
add optional $depth param to get_current_item()

github.com/timber/timber - 411fd5d48166e73e93b44ea12b38f460f36ee2dd authored almost 7 years ago
#1704 document get_current_item example

github.com/timber/timber - 93e210695269b52b8beda1f915e1aa1d35be7d3f authored almost 7 years ago
#1704 update changelog

github.com/timber/timber - 55823c2a426e67914ebb496d62becb7d65631e58 authored almost 7 years ago
#1704 pull traversal out into helper method

github.com/timber/timber - 7bf61dd87a9c5e23410d037286df9d45e1e1e158 authored almost 7 years ago
get new code up to coding standards

github.com/timber/timber - d70ad19e0ec904769bcfb0305523fd5bc240057d authored almost 7 years ago
#1704 consistent return values

github.com/timber/timber - 48890223b60608aed1ae07d7971f1ea134f8e4b6 authored almost 7 years ago
#1704 traverse menu recursively for current_item

github.com/timber/timber - c4a6850411b9f4f8bf11ce841fe5d7d37fc50516 authored almost 7 years ago
#1704 refactor to better accomodate recursive structure

github.com/timber/timber - 1547c182ca6d4934043b6175f7f90ccc03e84636 authored almost 7 years ago
#1704 return current ancestor item IFF current_item not found

github.com/timber/timber - 0a43314e33479e78ef14a854a728cf884a52fd42 authored almost 7 years ago
#1704 add Menu::get_current_item() method

github.com/timber/timber - 40992f17856f65030282f979862b7863f9d6a4ca authored almost 7 years ago
Update documentation for menu item targets

github.com/timber/timber - 62aaec24c5433845b1b1d9173ab172517a8326d3 authored almost 7 years ago
Add target method for menu items

github.com/timber/timber - df1fee4314e2d60466719fd9314f2967395449e4 authored almost 7 years ago
Merge branch 'master' into master

github.com/timber/timber - 56724f2e53ad7f079d5965f99f706021973b3287 authored almost 7 years ago
Merge pull request #1711 from timber/docs/internationalization

Documentation: Add new method for generating POT files

github.com/timber/timber - dd03fd94f13838b6972cd7f62c319c1100ab2360 authored almost 7 years ago
Merge branch 'master' into docs/internationalization

github.com/timber/timber - fd4692758cb8c433ffd7704944710cad7f3bc240 authored almost 7 years ago
Merge pull request #1713 from timber/1712_preview_mode_custom_fields

1712 preview mode custom fields

github.com/timber/timber - 062a019396307486e935f4601e023f422f5301b1 authored almost 7 years ago
ref #1712 -- remove echos/error_logs and streamline test

github.com/timber/timber - 36e0a5759774565a4537f3522eefa26fa202bf42 authored almost 7 years ago
ref #1712 -- added failing test for preview

github.com/timber/timber - 2c33fabb7bacca9002585456b77238e262e7299c authored almost 7 years ago
ref #1712 -- declare global $wp_query

github.com/timber/timber - 638f83cbe8f496991b3192eb506fba6446f56a42 authored almost 7 years ago
ref #1712 -- organize so is_previewing method gets logic to determine whether the post is in preview mode

github.com/timber/timber - 061973785174992f203bcf01f5890e3cc4a72c30 authored almost 7 years ago
Reorder the preview checks

github.com/timber/timber - c119c16e2de92eed8dc920e21143ec03b09aef4e authored almost 7 years ago
Add test case for a post preview with updated ACF fields

github.com/timber/timber - e91745aad03e454fc1e1db03c761b28118901aea authored almost 7 years ago
If previewing a post, Timber should make sure to get the preview ID

github.com/timber/timber - e34a702c367b5a710a09e153878f532c77805ce1 authored almost 7 years ago
Merge branch 'master' into master

github.com/timber/timber - f2f4a60949a0d00997bae538cf835427eea789f4 authored almost 7 years ago
Add new method for generating POT files

github.com/timber/timber - 6792cf9d8c64a41161a9a5814b365fae571ed7dc authored almost 7 years ago
Merge pull request #1710 from sitecrafting/master

#1709 break $MenuItemClass instantiation into own method

github.com/timber/timber - 9d553323f3d75010a1103195f6ae237b15fffe23 authored almost 7 years ago
#1709 break $MenuItemClass instantiation into own method

github.com/timber/timber - c8311cad89fa10bc84663bed081cef288010ab4a authored almost 7 years ago
Merge pull request #1708 from drzraf/patch-1

WP filters return object

github.com/timber/timber - fe9e22ee256436946c5f32bc1dfb853c19b3a723 authored almost 7 years ago
WP filters return object

This is mandatory to avoid
`Call to a member function addFunction() on null`

github.com/timber/timber - b1b8d86867bbbbe553df6c681d60fb1366c329d9 authored almost 7 years ago
Merge branch 'master' into 2.x

github.com/timber/timber - ad28581d737bb76beaed74d036fead203db1fd1c authored almost 7 years ago
Merge pull request #1701 from timber/2.x-menu-item-target

2.x Introduce is_target_blank method for MenuItem

github.com/timber/timber - 73135023bcbc09cd76192d6e78d48d6a77d3bb56 authored almost 7 years ago
Merge pull request #1700 from timber/2.x-site-option

2.x Update methods to retrieve site option

github.com/timber/timber - 80ce86c43c2581e5aed955ae7945301825f01fb6 authored almost 7 years ago
check svg in retina

github.com/timber/timber - 7c1f0b276f59c62ad76673f98a052f73abeb39d3 authored almost 7 years ago
Checking SVG in resize

github.com/timber/timber - c2855b097422691debb3e221d07ccbf90749cf6f authored almost 7 years ago
is_svg method

github.com/timber/timber - 0c282e5da003d9093a51cfe1b4f7b8f4bdc84c72 authored almost 7 years ago
Merge pull request #1 from timber/master

sync

github.com/timber/timber - 8e3630c33ee55964d4871aabe646c66c4fdcd79d authored almost 7 years ago
Merge pull request #1671 from timber/style/line_length

Enforce Line Length Rule

github.com/timber/timber - 8d298aaa88cbab56b44f14968c5da781172f8e84 authored almost 7 years ago
Add reference to is_target_blank for is_external

github.com/timber/timber - 81c204923785ff853bfbe6755f87c6dccfa5c909 authored almost 7 years ago
Introduce is_target_blank method for MenuItem

github.com/timber/timber - e83b38b7ec93823b90f2b37bf9749630f9c72e2d authored almost 7 years ago
Return null as fallback value for meta method

github.com/timber/timber - 17710a16f7fc2b9ed1dc392a39c8122d6b022700 authored almost 7 years ago
Merge branch 'master' into style/line_length

github.com/timber/timber - d6a2b726c99038f97051660e55772256ef494ace authored almost 7 years ago
Update tests for retrieving a site option

github.com/timber/timber - ef59a7b12483cc5c8a7f76e32dc4bd8f90d7c40b authored almost 7 years ago
Update methods to retrieve site option

github.com/timber/timber - 9e3e84d06dffbc78aac0f7096b75aef05b4d8055 authored almost 7 years ago
RIP Starkers

github.com/timber/timber - 930d839ac22868b245a3482dbdd918c38cc00206 authored almost 7 years ago
resoved PHP 7.1 error

github.com/timber/timber - fb476cc895a0810f2a59072f29c54d69e08ceffb authored almost 7 years ago
Fixed refs to "TimberMenu" vs. "Timber\Menu"

github.com/timber/timber - 9c54a3259e09adad00097a5785e7284c111d6bc7 authored almost 7 years ago
Merge branch 'master' into 2.x

github.com/timber/timber - 7743b1213917b1af265c88ab4f8443154b2fa02e authored almost 7 years ago
ref #1681 -- a few tweaks with added warnings

github.com/timber/timber - bf044d5d8045376efe550824a239fe2597801435 authored almost 7 years ago
Merge pull request #1681 from timber/2.x-streamline-meta

2.x Streamline method and filter names for getting meta data

github.com/timber/timber - c6c45e64712b9b436c2f7def5381b3ca5b4a7fbd authored almost 7 years ago
ref #1681 -- cleaned-up remainder of tests

github.com/timber/timber - b3dd2a94cfb69d6da06fc4c6b7454a6cb53eebb8 authored almost 7 years ago
Improve upgrade documentation

github.com/timber/timber - 0b787dcd45ae0db079dd69e3924a3e7ef53446f9 authored almost 7 years ago
Add upgrade documentation for hooks (#1621, #1681)

github.com/timber/timber - 455c18e4a41a1b36e10661cdf74bab7aa240f731 authored almost 7 years ago
Add upgrade documentation for #1682 and #1678

github.com/timber/timber - b47103922687a389e04ca282fc512d74657ac856 authored almost 7 years ago
Merge pull request #1691 from timber/readme/20180313

Updated some readme links and language

github.com/timber/timber - f44e9cd4f008b8cccfc77fb073dce607c2781352 authored almost 7 years ago
Updated some readme links and language

github.com/timber/timber - cd54c117d1bc28a8e24aa3d6736a04d71ca227ed authored almost 7 years ago
Merge pull request #1585 from Soben/timber-menu-depth

Timber Menu Depth

github.com/timber/timber - e53b006e04e1b87f008d41ab2f37f00470dddbe7 authored almost 7 years ago
Added in-line docs

github.com/timber/timber - a438aa63cd9542030f1128b447d50ad3b9b59681 authored almost 7 years ago
Added reference link to WP.org codex

github.com/timber/timber - f7cfeb2034b8a83b020b60c0e9814ff049859556 authored almost 7 years ago
Merge branch 'master' into timber-menu-depth

github.com/timber/timber - c950cd63b04d8eb4125574008898b4976c34833f authored almost 7 years ago
Merge branch 'master' into style/line_length

github.com/timber/timber - 2d9f9fc73ff7f2fd89ad7bf67085f31b749ffa43 authored almost 7 years ago
ref #1681 -- default value of null for meta field

github.com/timber/timber - 523f318f1fd978c16c193e1023981f299cff510d authored almost 7 years ago
Reduce the number of tests that run

github.com/timber/timber - 99e237017bf341c2e9ecac9f06d42e23ef4c16a8 authored almost 7 years ago
ref #1617 -- fixed some merge conflicts; one last instance of old class names

github.com/timber/timber - b417d7e4e7243ed0af9deee4b643417dbc651167 authored almost 7 years ago
Merge branch 'master' into 2.x

github.com/timber/timber - c4f2cdc15b027287a2bf5a5925298de8acb67123 authored almost 7 years ago
Merge pull request #1686 from timber/1676/simple

ref #1676 -- there's also the simple way

github.com/timber/timber - 41613d91d34faeb17af54911f772186871763486 authored almost 7 years ago
Merge branch 'master' into 2.x

github.com/timber/timber - 5591ec066f3b00182b2e009d308c285e8cf05c4b authored almost 7 years ago
Merge branch '2.x' into 2.x-streamline-meta

github.com/timber/timber - a3ad02672aad8345dacdb81c4e17fb05e2b4a2c8 authored almost 7 years ago
Merge branch 'master' into style/line_length

github.com/timber/timber - 6b33a96f70a2eeeca70f07ab2b3a28dfd50f1b81 authored almost 7 years ago
Merge pull request #1677 from timber/style/spacing

Remove sniff that deviates from WordPress Coding Standards

github.com/timber/timber - b1bd35e280cc4a7351bc7b135ee0aecd95d56c9d authored almost 7 years ago
Merge pull request #1678 from timber/2.x-twig-deprecations

2.x Deprecate non-namespaced functions in Twig

github.com/timber/timber - 29df8c3199d49a896b01d6116822aa5180366e19 authored almost 7 years ago
ref #1676 -- apply #1646 to 2.x branch

github.com/timber/timber - 2b979fa080eebb9a6e45533b10e89ff9d5e7542b authored almost 7 years ago
ref #1676 -- there's also the simple way

github.com/timber/timber - 8886f7817082ea55748d39054322195f18097c95 authored almost 7 years ago
Merge pull request #1682 from timber/2.x-backwards-compatibility

2.x Remove backwards compatibility for non-namespaced class names

github.com/timber/timber - aef754f8605421332be33e1543a6594866e051d0 authored almost 7 years ago
ref #1681 -- expect exception from `{{ post.meta }}`

github.com/timber/timber - 5ddd0e2dce01ae9db662c44015702c666bf6203c authored almost 7 years ago
Remove backwards compatibility for Timber\PostCollection

github.com/timber/timber - e26a78ecb8a384c0c497bc59a94d7fad7f0d80d0 authored almost 7 years ago
Remove backwards compatibility for non-namespaced classes, except for Timber

github.com/timber/timber - eb755c1e3f3211ef57a1172829bd2295860cd3cf authored almost 7 years ago
Update tests with streamlined method and filter names for meta

github.com/timber/timber - 5fd9307e9b04904d9e87c0a2f17a2f87b80eba67 authored almost 7 years ago
Replace deprecated function

github.com/timber/timber - 0142a5f53c035d53333d54702d427a89f7227fa9 authored almost 7 years ago
Streamline method and filter names for getting meta

github.com/timber/timber - c2393aa08b9f5741afc69f660b87225df20ed85e authored almost 7 years ago
Add deprecated Twig functions

github.com/timber/timber - ac9b758520557fc8bc9c4d8942f78dde0b798133 authored almost 7 years ago
Add removed functions for Timber\Site

github.com/timber/timber - acce913a99e70fc9334655e4514b89e70332f601 authored almost 7 years ago
Start an Upgrade Guide for 2.0

github.com/timber/timber - f42b61ff1e55a599c8684de891997c94ba8b7336 authored almost 7 years ago
Improved deprecation message

github.com/timber/timber - b9cb5aece04005464e2c5e6a79adb4cca84c8fd5 authored almost 7 years ago
Update class function names in guides

github.com/timber/timber - b12b875824cbf95bd882edb23aca3fe8831633de authored almost 7 years ago
Deprecate namespaced class function names in Twig

github.com/timber/timber - 9d33bd503ed1deeda9a5443e78e005dc450363ed authored almost 7 years ago
Remove sniff that deviates from WordPress Coding Standards

github.com/timber/timber - 605b569d702e98a252e6988b04dfe5e7512b7a40 authored almost 7 years ago
Merge branch 'master' into master

github.com/timber/timber - e8f80bff94a39e402f1f3de0067c42737254d538 authored almost 7 years ago
Merge pull request #1676 from p-realinho/patch-1

Update setup.md

github.com/timber/timber - 52fd46cedcf15968e4266fa073d237c1d05547f0 authored almost 7 years ago
Update setup.md

Prepended a missing `/docs` to the link in the bottom of the page, "part 2 about Theming".

Th...

github.com/timber/timber - c7a20dbbd606e2e1c4e3948917bcc79ec64d49a1 authored almost 7 years ago
Remove reference to resize | retina chaining

github.com/timber/timber - 98dfaf52f202a58a1d8403ce87db3a0e15c57dd9 authored almost 7 years ago
Merge branch 'master' into master

github.com/timber/timber - 54b10751205243c289a212b7b5c0dced248573dc authored almost 7 years ago
Apply line length rules per @gchtr's suggestion

github.com/timber/timber - 03e166e3340c2201f6e5e602c2e0a963c67dc6ef authored almost 7 years ago
Merge pull request #1666 from timber/1657/image_wp_quality_feb19

ref #1657 -- added test and using WP's quality filters

github.com/timber/timber - 8b2b068b57ff7dc1847c65bfbde13de2d4a97c78 authored about 7 years ago
Merge pull request #1659 from timber/2.x-phpdocumentor-fixes

2.x Prepare structural elements for usage with phpDocumentor

github.com/timber/timber - 91a382a38e3f3d73994f9f47aa4efcaa0ccf48af authored about 7 years ago
ref #1666 — got a little too exact with the tests values

github.com/timber/timber - 1cae3753336bac95283a37bad4c9516b44b4d452 authored about 7 years ago