-
Notifications
You must be signed in to change notification settings - Fork 58
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
[enh] Be able to access lists label from template #1240
Open
zamentur
wants to merge
134
commits into
YesWiki:doryphore-dev
Choose a base branch
from
zamentur:enh-lists-from-template
base: doryphore-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[enh] Be able to access lists label from template #1240
zamentur
wants to merge
134
commits into
YesWiki:doryphore-dev
from
zamentur:enh-lists-from-template
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* first test * second test * revert to composer but take legacy pdfjs * remove pdfjs-dist yarn dep --------- Co-authored-by: Florian Schmitt <[email protected]> Co-authored-by: acheype <[email protected]>
* Translated using Weblate (Tamil) Currently translated at 100.0% (105 of 105 strings) Translation: YesWiki/YesWiki core js Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-core-js/ta/ * Translated using Weblate (Tamil) Currently translated at 100.0% (105 of 105 strings) Translation: YesWiki/YesWiki core js Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-core-js/ta/ --------- Co-authored-by: தமிழ்நேரம் <[email protected]>
Currently translated at 0.0% (0 of 9 strings) Translation: YesWiki/YesWiki extension Aceditor js Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-aceditor-js/ca/
Currently translated at 55.3% (52 of 94 strings) Translation: YesWiki/YesWiki extension Attach Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-attach/ca/
Currently translated at 61.7% (58 of 94 strings) Translation: YesWiki/YesWiki extension Attach Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-attach/nl/
Currently translated at 30.2% (170 of 562 strings) Translation: YesWiki/YesWiki core php Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki/ca/
Currently translated at 34.3% (193 of 562 strings) Translation: YesWiki/YesWiki core php Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki/es/
Currently translated at 41.1% (42 of 102 strings) Translation: YesWiki/YesWiki extension Contact Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-contact/es/
Currently translated at 41.1% (42 of 102 strings) Translation: YesWiki/YesWiki extension Contact Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-contact/nl/
Currently translated at 41.1% (42 of 102 strings) Translation: YesWiki/YesWiki extension Contact Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-contact/pt/
Currently translated at 100.0% (277 of 277 strings) Translation: YesWiki/YesWiki extension Template Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-template/ta/
Currently translated at 100.0% (106 of 106 strings) Translation: YesWiki/YesWiki extension Tag Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-tag/ta/
Currently translated at 100.0% (14 of 14 strings) Translation: YesWiki/YesWiki extension Syndication Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-syndication/ta/
Currently translated at 100.0% (33 of 33 strings) Translation: YesWiki/YesWiki extension Security Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-security/ta/
Currently translated at 96.0% (48 of 50 strings) Translation: YesWiki/YesWiki extension Login Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-login/ta/
Currently translated at 100.0% (10 of 10 strings) Translation: YesWiki/YesWiki extension Helloword Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-helloword/ta/
Currently translated at 100.0% (249 of 249 strings) Translation: YesWiki/YesWiki extension Bazar js Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-bazar-js/ta/
Currently translated at 99.0% (101 of 102 strings) Translation: YesWiki/YesWiki extension Contact Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-contact/ta/
Currently translated at 100.0% (378 of 378 strings) Translation: YesWiki/YesWiki extension bazar Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-bazar/ta/
Currently translated at 100.0% (43 of 43 strings) Translation: YesWiki/YesWiki extension Autoupdate Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-autoupdate/ta/
Currently translated at 97.8% (92 of 94 strings) Translation: YesWiki/YesWiki extension Attach Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-extension-attach/ta/
Currently translated at 100.0% (562 of 562 strings) Translation: YesWiki/YesWiki core php Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki/ta/
Currently translated at 100.0% (105 of 105 strings) Translation: YesWiki/YesWiki core js Translate-URL: https://hosted.weblate.org/projects/yeswiki/yeswiki-core-js/ta/
when the title is an entry ref
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
In order to ease the template creation, this helper allows to dump a var (for example _context var) and knows which data are available and how.
oiseauroch
force-pushed
the
doryphore-dev
branch
from
January 19, 2025 13:35
cbf33d4
to
f75f60c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For chatons yeswiki, I am needing a way to access labels from list inside a custom twig template.
So i suggest to add lists here, i didn't know to much yeswiki, so it might cause performance or security issue, if i could have a sight on it.