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

Featured events #75

Closed
jankout opened this issue Sep 20, 2018 · 1 comment
Closed

Featured events #75

jankout opened this issue Sep 20, 2018 · 1 comment

Comments

@jankout
Copy link

jankout commented Sep 20, 2018

Description
It would be great to have the same logic like in news for featured events. Also with the start and end date.
Example
When I would like to have an event in another format and at other place on a page. The logic together with a CSS class would help me to handle it on another way.

@leofeyer
Copy link
Member

See contao/core#1414

christian-kolb pushed a commit to christian-kolb/contao that referenced this issue Oct 11, 2018
…ntao#75)

Description
-----------

As discussed with @leofeyer, the Contao Manager API should use *features* instead of a version number. This allows the Contao Manager to dynamically enable or disable UI options based on the supported features, which is way easier than testing for a number.

This PR allows Contao Manager Plugins to register API commands and announce features. This is more of a preparation because the Contao Manager obviously must know about a feature to actually use it, but at least this can be used by the `contao/manager-bundle` to enable application configuration (like `prepend_locale`).

/cc @contao/developers

Commits
-------

1abbaa6e Use manager plugin to get commands and features
7372b576 Remove the overrideApiFeatures method
1eaa853a Added features of manager-bundle and allow to get all env keys
0e379e14 Updated unit tests
5de72f99 Added unit tests for Application
3fc6c228 Added API feature to disable packages
d69a5436 Correctly set disabled packages in the API application
096703e5 Fix the coding style.
leofeyer pushed a commit that referenced this issue Jun 24, 2020
Description
-----------

See contao/core#1414 and #75.

Commits
-------

e10dabf Implement featured events
7d71c01 Various fixes
6b60c89 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
120db18 Move the featured option to
da37478 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
197efcf Fix CS
e55d033 Merge branch 'master' of github.com:contao/contao into feature/featured-events
3980ee6 Fix CS
3f0243c Fix a broken .xlf file and re-arrange the input fields
leofeyer pushed a commit to contao/calendar-bundle that referenced this issue Jun 24, 2020
Description
-----------

See contao/core#1414 and contao/contao#75.

Commits
-------

e10dabf2 Implement featured events
7d71c01f Various fixes
6b60c899 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
120db186 Move the featured option to
da374789 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
197efcf9 Fix CS
e55d0334 Merge branch 'master' of github.com:contao/contao into feature/featured-events
3980ee65 Fix CS
3f0243c1 Fix a broken .xlf file and re-arrange the input fields
AlexejKossmann pushed a commit to AlexejKossmann/contao that referenced this issue Apr 6, 2021
Description
-----------

See contao/core#1414 and contao#75.

Commits
-------

e10dabf Implement featured events
7d71c01 Various fixes
6b60c89 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
120db18 Move the featured option to
da37478 Merge branch 'master' of github.com:bytehead/contao into feature/featured-events
197efcf Fix CS
e55d033 Merge branch 'master' of github.com:contao/contao into feature/featured-events
3980ee6 Fix CS
3f0243c Fix a broken .xlf file and re-arrange the input fields
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants