Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ComPagesTemplateHelperBehavior::isLoaded() smart #657

Closed
wants to merge 82 commits into from

Conversation

github-actions[bot]
Copy link

Closes #649

- Do not include og metadata if og:typeis nullor false
- Allow robots to be defined a single value string, eg robots: none
If a page object exists, set the data in it, if not set the object.
Check if path exists before calculating hash
Sync with changes in framework 3.4.13
Update dependencies to Joomlatools Framework v3.4.13
Webservice collection cache_path config option
Allow calling template functions directly
johanjanssens and others added 19 commits April 9, 2021 14:05
Following: https://www.a11ymatters.com/pattern/pagination/

- Use nav element with aria-label="pagination"
- Add aria-label to each link
- Mark active page with aria-current="page"
Added new metadata() and canonical() template functions
Add first and last pagination buttons, but hide them by default.
- Add `getCachePath()` method to ComPagesConfig`
- Rename `http_resource_cache` to `http_client_cache
- Rename `http_resource_cache_path` to http_client_cache_path`
- Rename `http_resource_cache_debug` to `http_client_cache_debug`
- Rename http client cache file prefix from `resource` to `response
- Retrieve the method name from the callstack if no key provided
- Automatically setLoaded()
@johanjanssens johanjanssens added this to In progress in v0.20.0 via automation Apr 19, 2021
@johanjanssens johanjanssens added invalid This doesn't seem right and removed feature refactor labels Apr 19, 2021
@johanjanssens johanjanssens deleted the feature/649-behavior branch April 20, 2021 21:57
@johanjanssens johanjanssens added this to the v0.19.11 milestone Apr 21, 2021
@johanjanssens johanjanssens moved this from In progress to Ready in v0.20.0 Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
No open projects
v0.20.0
  
Ready
Development

Successfully merging this pull request may close these issues.

Make ComPagesTemplateHelperBehavior::isLoaded() smart
2 participants