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
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
543dc3a
#592 - Improve metadata
johanjanssens Mar 14, 2021
49e9a17
#590 - Make setter smarter
johanjanssens Mar 14, 2021
9c9010f
#594 - Check if path exists if not return null
johanjanssens Mar 14, 2021
ab3aedf
Merge pull request #595 from joomlatools/feature/594-notice
johanjanssens Mar 14, 2021
9b15bb9
#596 - Move exception handling to event subscriber
johanjanssens Mar 17, 2021
b65ce4e
#596 - Sync with changes in framework
johanjanssens Mar 17, 2021
7a194dc
#596 - Use ComKoowaEventTrait and fix typo
johanjanssens Mar 18, 2021
151fa7d
Merge pull request #597 from joomlatools/feature/596-exceptions
johanjanssens Mar 19, 2021
4c27fbc
##596 - Rename enable to enabled
johanjanssens Mar 19, 2021
cdfe56a
#596 - Use Koowa::getObject()
johanjanssens Mar 20, 2021
b0d84fe
#600 - Update version to v0.19.8
johanjanssens Mar 20, 2021
cc1c870
#590 - A page object always exists, use path to ensure it's a real page
johanjanssens Mar 20, 2021
633bf72
#590 - Fix issues with singleton
johanjanssens Mar 20, 2021
fa73226
#602 - Use a class instead of an id
johanjanssens Mar 25, 2021
5c6fd58
Merge pull request #603 from joomlatools/feature/602-toc
johanjanssens Mar 25, 2021
94db19d
#604 - Add cache_path config option
johanjanssens Mar 25, 2021
9b4c467
Merge pull request #605 from joomlatools/feature/604-webservice
johanjanssens Mar 25, 2021
1d8927d
#568 - If model doesn't have a name use identifier
johanjanssens Mar 25, 2021
b6fc7e7
#606 - Forwards template function calls
johanjanssens Mar 25, 2021
6550af3
#602 - Fix typo
johanjanssens Mar 25, 2021
9b352bb
#602 - Fix typo
johanjanssens Mar 25, 2021
e127163
#606 - Move function call forwarding into a trait
johanjanssens Mar 25, 2021
a24ccde
#606 - Add import() template function to be useable in helpers and fi…
johanjanssens Mar 25, 2021
9aa1089
Merge pull request #607 from joomlatools/feature/606-functions
johanjanssens Mar 25, 2021
ae31882
#568 - Pass state to _validateState() method
johanjanssens Mar 25, 2021
ad6edbe
#586 - Move prefetcher injection to behavior
johanjanssens Mar 25, 2021
2902d94
#602 - Add title to li to improve accessibility in case the TOC isn't…
johanjanssens Mar 26, 2021
db29a82
#608 - Update highlight.php to v9.18.1.6
johanjanssens Mar 28, 2021
ba1e333
Merge pull request #609 from joomlatools/feature/608-highlight
johanjanssens Mar 28, 2021
8a49d6d
#610 - Update version to v0.19.9
johanjanssens Mar 28, 2021
48a9b4c
#612 - Add SiteNavigationElement to toc
johanjanssens Apr 1, 2021
485a89b
Merge pull request #613 from joomlatools/feature/612-toc
johanjanssens Apr 1, 2021
664aab9
#614 - Use span instead of a element
johanjanssens Apr 1, 2021
45bae91
Merge pull request #615 from joomlatools/feature/614-paginator
johanjanssens Apr 1, 2021
777c0d9
#616 - Prevent page re-rendering
johanjanssens Apr 1, 2021
3e601fa
Merge pull request #617 from joomlatools/feature/616-page
johanjanssens Apr 1, 2021
1e96b47
#618 - Add ordering property
johanjanssens Apr 1, 2021
29a0d50
#618 - Re-order the entities top down
johanjanssens Apr 1, 2021
3e9e34e
Merge pull request #619 from joomlatools/feature/618-ordering
johanjanssens Apr 1, 2021
d7d62bd
#620 - Update version to v0.19.9
johanjanssens Apr 1, 2021
6150533
#621 - Allow to exclude filters
johanjanssens Apr 3, 2021
563544c
Merge pull request #622 from joomlatools/feature/621-exclude
johanjanssens Apr 3, 2021
557a317
#634 - Turn off component sef_advanced to bypass routing failure
johanjanssens Apr 6, 2021
102f7ea
Merge pull request #625 from joomlatools/feature/624-routing
johanjanssens Apr 6, 2021
d3ed5aa
#626 - Improve filter frontmatter parsing to handle passing config op…
johanjanssens Apr 6, 2021
48148a6
Merge pull request #627 from joomlatools/feature/626-filter
johanjanssens Apr 6, 2021
5fb3f49
#628 - Refactor highlight filter to use highlight.js
johanjanssens Apr 6, 2021
df0b963
#628 - Lazy load scripts and style on intersection
johanjanssens Apr 6, 2021
9039f03
Merge pull request #629 from joomlatools/feature/628-highlight
johanjanssens Apr 6, 2021
6292f23
#628 - Code cleanup
johanjanssens Apr 7, 2021
19df185
#630 - Add a host:// alias
johanjanssens Apr 7, 2021
b8728b0
Merge pull request #631 from joomlatools/feature/630-host
johanjanssens Apr 7, 2021
0ceb000
#632 - Load assets from CDN
johanjanssens Apr 7, 2021
1b39628
Merge pull request #633 from joomlatools/feature/632-cdn
johanjanssens Apr 7, 2021
6e71906
#634 - Add debug config setting
johanjanssens Apr 7, 2021
159a590
Merge pull request #635 from joomlatools/feature/634-debug
johanjanssens Apr 7, 2021
716eb8d
#636 - Add support for template url's for form redirects
johanjanssens Apr 8, 2021
904baa1
Merge pull request #637 from joomlatools/feature/636-redirect
johanjanssens Apr 8, 2021
4aad70b
#638 - Remove anchorjs in favour of an accessible html/css solution
johanjanssens Apr 8, 2021
70227e1
#638 - Use visibility and make icon configurable
johanjanssens Apr 8, 2021
f8433fa
#638 - Use # by default
johanjanssens Apr 8, 2021
e8b3a70
#638 - Allow to use a data url for icon
johanjanssens Apr 8, 2021
c716e95
#638 - Move link icon in front of heading
johanjanssens Apr 9, 2021
279f593
Merge pull request #639 from joomlatools/feature/638-anchor
johanjanssens Apr 9, 2021
2261dae
Fix typo
manojLondhe Apr 9, 2021
f666068
#452 - Make pagination accessible
johanjanssens Apr 9, 2021
d195e38
#452 - Add microdata and link relations
johanjanssens Apr 9, 2021
f291ffc
#452 - Re-factor canonical and metadata handling
johanjanssens Apr 9, 2021
e92882f
#639 - Fix regression issue
johanjanssens Apr 9, 2021
f620e28
#639 - Fix regression issue
johanjanssens Apr 9, 2021
2fe66a3
Merge pull request #641 from joomlatools/feature/452-pagination
johanjanssens Apr 10, 2021
524af4d
#452 - Add first and last
johanjanssens Apr 10, 2021
bac0ef8
#354 - Make alpinejs version configurable
johanjanssens Apr 10, 2021
7c39e56
Merge pull request #642 from joomlatools/feature/354-alpinejs
johanjanssens Apr 10, 2021
f19a6c2
#643 - Re-fix merge conflict
johanjanssens Apr 11, 2021
e6c747b
Merge pull request #644 from joomlatools/feature/643-template
johanjanssens Apr 11, 2021
d0fe8bd
#645 - Set canonical url in dispatcher
johanjanssens Apr 12, 2021
e5579af
#645 - Rename getCanonical() to getCacheUrl()
johanjanssens Apr 12, 2021
4e63c14
Merge pull request #646 from joomlatools/feature/645-canonical
johanjanssens Apr 12, 2021
feda214
#647 - Refactor cache location handling
johanjanssens Apr 12, 2021
c080e5b
Merge pull request #648 from joomlatools/feature/647-cache
johanjanssens Apr 12, 2021
10bb50b
#649 - Specialise isLoaded() method
johanjanssens Apr 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 3 additions & 9 deletions code/administrator/components/com_pages/pages.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="0.19.7" method="upgrade">
<extension type="component" version="0.19.10" method="upgrade">
<identifier>com:pages</identifier>
<name>com_pages</name>
<author>Joomlatools</author>
<creationDate>February 2021</creationDate>
<creationDate>April 2021</creationDate>
<copyright>Copyright (C) 2018 Timble CVBA (http://www.timble.net)</copyright>
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>support@joomlatools.com</authorEmail>
<authorUrl>www.joomlatools.com</authorUrl>
<version>0.19.7</version>
<version>0.19.10</version>
<description>COM_PAGES_XML_DESCRIPTION</description>

<files folder="site/components/com_pages">
Expand All @@ -30,14 +30,8 @@
<folder>view</folder>
</files>

<media folder="media">
<folder>com_pages</folder>
</media>

<administration>
<files folder="administrator/components/com_pages">
<filename>version.php</filename>

<folder>language</folder>
</files>
</administration>
Expand Down
93 changes: 0 additions & 93 deletions code/media/com_pages/css/highlight-v1.8.4.css

This file was deleted.

1 change: 0 additions & 1 deletion code/media/com_pages/css/highlight-v1.8.4.min.css

This file was deleted.