Commit graph

16 commits

Author SHA1 Message Date
julianzangl 60931303c0 [TASK] added ViewHelper for grouping skills by their domainTag 2023-07-07 12:02:21 +02:00
Weissheiten Wien 4336a6195d
Update VerificationBox.html
If the description is rendered with a paragraph, the content gets placed after the paragraph and the class assignment is lost. Using a DIV instead of a p for the description fixes this and displays the output correctly
2021-02-01 11:51:27 +01:00
Markus Klein 1ee52d852b
Merge pull request #10 from SkillDisplay/task/change-extkey
[BUGFIX] Use more precise extension key
2021-01-29 11:37:38 +01:00
Markus Klein 9f43ea427b [BUGFIX] Use more precise extension key
To avoid name clashes we use a more precise extension key.
Also the namespace is adjusted accordingly.

Resolves: #8
2021-01-29 10:32:30 +01:00
Daniel Siepmann 0adaafa182
Add missing translation to new field
The new field was introduced without any label.
That label is added, together with description and exclude.
This keeps consistency and explanation to editors.
2021-01-23 15:53:07 +01:00
Markus Klein 5d5c502794 [FEATURE] Add campaign selection to content elements 2020-12-01 12:39:53 +01:00
Markus Klein 3f9c078395 [TASK] Re-add schema to xliff files 2020-11-27 23:14:26 +01:00
Markus Klein be0657a206 [TASK] Make locallang files crowdin compliant 2020-11-27 23:05:52 +01:00
Daniel Siepmann 785745b364
Use logo from brand 2020-11-04 15:32:45 +01:00
Daniel Siepmann badcae5b8d
Add missing "Skills" label to template 2020-11-04 14:26:23 +01:00
Daniel Siepmann 8137b7678b
Fix wrong adoption of static HTML
* Do use proper counting of skills for skill set
* Do not use example brand logo, but logo provided by API
  (once implemented in toolkit)
* Open verification in new tab
* Do not use pending state.
2020-10-19 15:43:09 +02:00
Daniel Siepmann dc6a6c9c96
Integrate CSS and HTML 2020-10-19 11:41:57 +02:00
Daniel Siepmann a1dda725a0
Handle unavailable skills and skillsets in backend and frontend
Show an error message in backend, to allow editors to spot the issue.
Hide issues in frontend to not break frontend.

Relates: #1, #2
2020-10-05 09:40:54 +02:00
Daniel Siepmann e967112277
Add content element "skillsets"
Allow editors to add new content element "skills".
The element contains an input for a comma separated list of skill IDs.
A preview in backend is shown.
Frontend rendering is provided.
2020-09-22 14:17:36 +02:00
Daniel Siepmann 6e47f165e9
Add PHP 7.2 compatibility
Also ensure code works in all compatibilities via GitHub Actions.
Also add further checks like XML compatibility, CGL, etc.
2020-09-22 13:27:52 +02:00
Daniel Siepmann da3aed135c
Add content element "skills"
Allow editors to add new content element "skills".
The element contains an input for a comma separated list of skill IDs.
A preview in backend is shown.
Frontend rendering is provided.
2020-09-22 10:37:24 +02:00