0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed todo about adding feed support. More... over 11 years ago
Updated l10n text domains and changed filters to use 'oembed' instead of 'embed' for consistency. More... over 11 years ago
Added a simple link to the Gist when viewed in a feed instead of implement a more complex caching scheme or displaying mangled code. More... over 11 years ago
Update comment documentation to include 'lines_start' attribute. More... over 11 years ago
Added a 'lines_start' attribute to specify an arbitrary line number to start counting from. More... over 11 years ago
Fixed merge conflict. More... over 11 years ago
Merge remote-tracking branch 'garyjones/text-domain-header' into dev More... over 11 years ago
Make file-level Docblock in main plugin file more consistent with other files. More... over 11 years ago
Add Text Domain plugin header so that WP can internationalize plugin meta data on admin screens. More... over 11 years ago
Updated priority for the style sheet registration hook. props @GaryJones More... over 11 years ago
Fixed issue with raw HTML not getting processed if it came from the transient. More... over 11 years ago
Allow raw transients to be deleted on post save so changes to the Gist can be fetched. More... over 11 years ago
Merge remote-tracking branch 'garyjones/issue5' into dev More... over 11 years ago
Removed the 'fetch' attribute and functionality in favor of incorporating a less stingy cache for easier management. More... over 11 years ago
Updated the uninstall file with new key names and to use the API to delete cache entries so filters hooked into them will fire. More... over 11 years ago
Fix documentation typo for transient key name method. More... over 11 years ago
Refactor creation of transient key name. Fixes https://github.com/bradyvercher/wp-blazer-six-gist-oembed/issues/5 More... over 11 years ago
Added a special 'fetch' attribute to force the raw source to be retrieved from the JSON endpoint so updates to a Gist can be retrieved. More... over 11 years ago
Updated the caching algorithm to hang on to the raw source for a period of time so post udpates don't hammer GitHub. More... over 11 years ago
Use delete_transient() instead of set_transient() with a negative timeout. Fixes #2 More... over 11 years ago
Minor formatting and style tweaks. More... over 11 years ago
Add if / foreach optional braces in, to match existing coding style (with one eye on PSR-2). More... over 11 years ago
Refactor main plugin file. More... over 11 years ago
Revert version bump to 1.2.0, as 1.1.0 has not been released yet. More... over 11 years ago
Re-work of the logging / debug bar panel feature. More... over 11 years ago
Improved the caching algorithm, converted to a singleton instead of static methods, and added debug bar support. More... over 11 years ago
Removed the ability to wrap URLs in [gist] shortcodes in order to allow self-closing shortcodes without a closing slash. Either a URL for simple oEmbed-like functionality or a shortcode with the required 'id' attribute should be used. props @GaryJones More... over 11 years ago
Reworking after the Gist refresh. New caching implementation and features. More... over 11 years ago
Comment and formatting tweaks. @props GaryJones More... over 11 years ago
Fixed issue with update_metadata() stripping slashes. Added more comments. Documented weirdness with dashes in Gist filenames. More... over 11 years ago