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

RSS Ticker with new field categories #2913

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

ZoranIT
Copy link

@ZoranIT ZoranIT commented Feb 12, 2025

I have added the categories field - straight forward - in the Article, article-element and RssParser, just to be able to get it and use it in a layout.
It was tested with the feeds we receive from Austrian news agency and another I found online.

dasgarner and others added 19 commits September 7, 2023 12:20
* Missing API docs
* Missing API docs

* Missing API docs

* Select2: Fix search focus (xibosignage#2111)

* Widget: text flickers after upgrade (rich text) (xibosignage#2112)

relates to xibosignage/xibo#3157

* Swagger: build out for modules/module templates.

* Update readme with new branch versions.

* Swagger: Property default.

* Misc fixes for 4.0.4 (xibosignage#2113)

* Bump version.
* Modules: BE mapping for the escapeHtml attribute on extends, needs FE completion. xibosignageltd/xibo-private#494
* Modules: Improve module not enabled message xibosignageltd/xibo-private#472
* Upgrade: handle duplicate modules on upgrade. xibosignage/xibo#3137
* RSS: date parsing broken in php 8.2 (in picofeed) xibosignage/xibo#3148
* Embedded: default should be off for transparency, scale content and pre navigate xibosignage/xibo#3146

* Cypress - saving artifacts and misc fixes (xibosignage#2114)

* API: extend class missing escape attribute used for elements FE (xibosignage#2115)

relates to xibosignageltd/xibo-private#494

* Show error message on Elements with bad configured widget (xibosignage#2116)

relates to xibosignageltd/xibo-private#499

* v3 module import fixes (xibosignage#2118)

relates to xibosignageltd/xibo-private#495

* Embedded: CSS with special chars
* Weather: name="text-color" field not being applied
* Weather: xibo-legacy-template-render match fix
* Weather: Background image being forced on override
* Module preview: wrong icon

* Player: use reportFault second param object for setting targetId (xibosignage#2117)

* Player: use reportFault second param object for setting targetId
relates to xibosignageltd/xibo-private#264

* Player: call xiboIC.expireNow when data is not found after XHR request
relates to xibosignageltd/xibo-private#264

* Widget Elements: Fix date formatting with onTemplateRender (xibosignage#2119)

relates to xibosignage/xibo#3138

* Editors: Review all messages, labels and help text content (xibosignage#2121)

relates to xibosignageltd/xibo-private#504

* Editor automatic layers refactor (xibosignage#2120)

relates to xibosignageltd/xibo-private#503

 - Added layer to element groups
 - Context menu controls for layers in element groups
 - Element groups added to layer manager
 - Refactor layer manager
 - Layer manager keep scroll position

* Bugfixes 4.0.4 issues (xibosignage#2124)

* Video Upload : Fix thumbnail capture without manual adjustments in the preview window. xibosignage/xibo#3153
* Schedule Calendar : Fix moment js issues with custom date formats. xibosignage/xibo#3149
* DataSets : Fix issues with replacements for displayId and displayGeoLocation xibosignage/xibo#3144
* Stocks : Fix AlphaVantage API endpoint for free and paid keys. xibosignage/xibo#3168
* Status Dashboard : Fix ordering by Faults column. xibosignage/xibo#3170
* Folders page : Fix Folder details xibosignage/xibo#3171
* Fonts : use regex on fileName to avoid issues downloading on the Players xibosignage/xibo#3152
* Schedule : Sync form layouts search should use url_for. xibosignage/xibo#3158

* Add delete button to drawer widget select (xibosignage#2126)

relates to xibosignageltd/xibo-private#483

 - Removed delete button from PPanel

* Widget fixes for Dashboard and DataSet (xibosignage#2128)

* Dashboard: add a template so the widget can be added. fixes xibosignage/xibo#3176
* Widget: dataset no data message doesn't work fixes xibosignage/xibo#3177
* Widget: dataset include a string template on playlists (also image slideshow should be playlist only). 
 * Fix playlist only, fix template icon.

* Misc issues for 4.0.4 (xibosignage#2125)

* Widget: embedded to have a head option xibosignage/xibo#3141
* Widget: embedded javascript should allow library references. xibosignage/xibo#3134
* Regular Maintenance: linked files shouldn't be removed. xibosignage/xibo#3143

* Elements: Final fix for scrollHorz effect (xibosignage#2127)

* Bugifxes 4.0.4 issues part2 (xibosignage#2129)

* Schedule : Throw specific error when not all Displays in Sync Group were given a Layout. xibosignage/xibo#3150
* Maintenance : Remove weather-humidity-percent asset, as it is no longer needed. xibosignage/xibo#3155
* Custom Install : Make sure we create fonts sub-folder under selected Library directory during install process. xibosignage/xibo#3156
* Layout : Make sure we only show enabled Resolutions in the dropdown in Layout Editor - while also always including currently selected resolution. xibosignage/xibo#3173
* Library Upload : Protect against empty default resize limit CMS setting. xibosignage/xibo#3159

* Bugfix/4.0.4 fixes (xibosignage#2131)

* Show error message only on element group
relates to xibosignageltd/xibo-private#499

* Playlists: cannot scroll, the scroll bars are not displayed
relates to xibosignage/xibo#3161

* Layout Editor: Add upload card to playlist crashes
relates to xibosignageltd/xibo-private#498

* Layer manager fixes (xibosignage#2130)

relates to xibosignageltd/xibo-private#503

 - Select item on layer manager to put on top fix
- Canvas layer is also calculated
 - Element group layer defaults to 0 for empty canvas
 - Prevent multi refreshes when deleting element group

* Widget: Weather background choose from library (xibosignage#2132)

* Playlists scroll inline fix (xibosignage#2133)

relates to xibosignage/xibo#3161

* Release 4.0.4 final prep (xibosignage#2139)
* Status dashboard: Remove log
* Update translations, build swagger docs.

---------

Co-authored-by: Ruben Pingol <[email protected]>
Co-authored-by: Mauro Ferrão <[email protected]>
Co-authored-by: Israt Jahan Farzana <[email protected]>
Co-authored-by: Peter <[email protected]>
@dasgarner dasgarner changed the base branch from master to develop February 12, 2025 17:04
@dasgarner dasgarner assigned dasgarner and ZoranIT and unassigned dasgarner Feb 12, 2025
@ZoranIT ZoranIT closed this Feb 18, 2025
@ZoranIT ZoranIT deleted the master branch February 18, 2025 15:49
@ZoranIT ZoranIT restored the master branch February 18, 2025 15:49
@dasgarner
Copy link
Member

@ZoranIT we noticed that this PR has been closed - was that intentional?

@ZoranIT
Copy link
Author

ZoranIT commented Feb 18, 2025

Oh, sorry. This was my mistake.

@ZoranIT ZoranIT reopened this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants