Skip to content

Built-in cache toggle#65

Merged
EvanHerman merged 6 commits intodevelopmentfrom
cache-toggle
Sep 24, 2018
Merged

Built-in cache toggle#65
EvanHerman merged 6 commits intodevelopmentfrom
cache-toggle

Conversation

@EvanHerman
Copy link
Copy Markdown
Owner

@EvanHerman EvanHerman commented Sep 23, 2018

Introduce a method for toggling on/off the built-in caching. This toggle is in the sidebar on the Timeline Express settings page.

Additional Updates:

  • Update npm packages.
  • Remove source maps from auto-prefixed CSS files.
  • Introduce timeline_express_disable_cache filter to disable caching.
  • Add functionality to disable cache when timeline_express_disable_cache is true, or when WP_DEBUG is true.

New Cache Toggle

Example

Evan Herman and others added 5 commits September 12, 2018 09:39
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt
@EvanHerman EvanHerman self-assigned this Sep 23, 2018
@EvanHerman EvanHerman added this to the 1.7.2 milestone Sep 24, 2018
@EvanHerman EvanHerman merged commit 28413a2 into development Sep 24, 2018
@EvanHerman EvanHerman deleted the cache-toggle branch September 24, 2018 13:03
@EvanHerman EvanHerman mentioned this pull request Sep 24, 2018
EvanHerman pushed a commit that referenced this pull request Sep 24, 2018
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.
EvanHerman pushed a commit that referenced this pull request Nov 3, 2018
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.

* Remove git merge conflict

* Sliders support (#67)

* Add custom events in the initialization scripts. Introduce timeline-express-announcement-img filter, allowing the image or markup to not be generated.

* Display block timeline container elements

* Tweak styles on single page

* Introduce timeline_express_transient_name to filter the transient name

* Check if post->id is set before passing into filter

* Regrunt to update banner dates

* Update readme with 1.7.3 changes

* Update changelog
EvanHerman pushed a commit that referenced this pull request Dec 10, 2018
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.

* Remove git merge conflict

* Sliders support (#67)

* Add custom events in the initialization scripts. Introduce timeline-express-announcement-img filter, allowing the image or markup to not be generated.

* Display block timeline container elements

* Tweak styles on single page

* Introduce timeline_express_transient_name to filter the transient name

* Check if post->id is set before passing into filter

* Regrunt to update banner dates

* Update readme with 1.7.3 changes

* Update changelog

* Disable the block editor on Announcement post types

* Add missing a

* Re-run grunt tasks

* Bump versions

* Update @SInCE in docblock

* Bump tested up to version
EvanHerman pushed a commit that referenced this pull request Dec 15, 2018
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.

* Remove git merge conflict

* Sliders support (#67)

* Add custom events in the initialization scripts. Introduce timeline-express-announcement-img filter, allowing the image or markup to not be generated.

* Display block timeline container elements

* Tweak styles on single page

* Introduce timeline_express_transient_name to filter the transient name

* Check if post->id is set before passing into filter

* Regrunt to update banner dates

* Update readme with 1.7.3 changes

* Update changelog

* Disable the block editor on Announcement post types

* Add missing a

* Re-run grunt tasks

* Bump versions

* Update @SInCE in docblock

* Bump tested up to version

* Timeline Express Content Block (#70)

* Introduce timeline content block

* Updates to content block, update screenshots in readme

* Fix spacing

* Update block CSS, JS, readme screenshots, gruntfile

* Delete unused timeline-express-blocks.css

* Remove conflict in readme

* Tweak changelog for 1.8.0

* Tweak grunt watch:block_css. Localize Announcement singular slug into the block script.
EvanHerman pushed a commit that referenced this pull request Apr 4, 2020
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.

* Remove git merge conflict

* Sliders support (#67)

* Add custom events in the initialization scripts. Introduce timeline-express-announcement-img filter, allowing the image or markup to not be generated.

* Display block timeline container elements

* Tweak styles on single page

* Introduce timeline_express_transient_name to filter the transient name

* Check if post->id is set before passing into filter

* Regrunt to update banner dates

* Update readme with 1.7.3 changes

* Update changelog

* Disable the block editor on Announcement post types

* Add missing a

* Re-run grunt tasks

* Bump versions

* Update @SInCE in docblock

* Bump tested up to version

* Timeline Express Content Block (#70)

* Introduce timeline content block

* Updates to content block, update screenshots in readme

* Fix spacing

* Update block CSS, JS, readme screenshots, gruntfile

* Delete unused timeline-express-blocks.css

* Remove conflict in readme

* Tweak changelog for 1.8.0

* Tweak grunt watch:block_css. Localize Announcement singular slug into the block script.

* Sync with master

* PHPCS fixes

* Update dev lib path in travis config

* update

* updates

* Update config

* Try to stop mysql

* PHP 7.0

* PHP 7.3

* Only run 5.6  on travis
EvanHerman pushed a commit that referenced this pull request Apr 4, 2020
* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* Built-in cache toggle (#65)

* 1.7.1 (#64)

* Enhancements (#63)

* Add year icon class when TIMELINE_EXPRESS_YEAR_ICONS is defined and true. Tweak admin table announcement image thumbnail height. Update Gruntfile.js

* Tweak test_timeline_express_admin_menus test

* Update addons page, resolve PHP warnings

* Update readme.txt

* 1.7.1

* Introduce a method for togglign on/off the built-in caching mechanism

* Resolve conflict. Bump versions to match.

* Remove source maps from autoprefixed files

* Update readme changelog. Re-grunt to ensure dates are correct in minified banners.

* Remove git merge conflict

* Sliders support (#67)

* Add custom events in the initialization scripts. Introduce timeline-express-announcement-img filter, allowing the image or markup to not be generated.

* Display block timeline container elements

* Tweak styles on single page

* Introduce timeline_express_transient_name to filter the transient name

* Check if post->id is set before passing into filter

* Regrunt to update banner dates

* Update readme with 1.7.3 changes

* Update changelog

* Disable the block editor on Announcement post types

* Add missing a

* Re-run grunt tasks

* Bump versions

* Update @SInCE in docblock

* Bump tested up to version

* Timeline Express Content Block (#70)

* Introduce timeline content block

* Updates to content block, update screenshots in readme

* Fix spacing

* Update block CSS, JS, readme screenshots, gruntfile

* Delete unused timeline-express-blocks.css

* Remove conflict in readme

* Tweak changelog for 1.8.0

* Tweak grunt watch:block_css. Localize Announcement singular slug into the block script.

* Sync with master

* PHPCS fixes

* Update dev lib path in travis config

* update

* updates

* Update config

* Try to stop mysql

* PHP 7.0

* PHP 7.3

* Only run 5.6  on travis

* Bump to version 1.8.1

* Spaces to tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant