Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erickgonzalez closed a pull request on dotCMS/core
Issue 26341 rules don't fire on Show Preview
The rules are only fired on Live page mode, and when show preview was clicked the "mode=LIVE" parameter was being ignored and set PREVIEW mode instead. So, in the function where the mode was being...erickgonzalez pushed 1 commit to issue-30998-PP-Filter-option-relationships-is-not-being-respected dotCMS/core
- fix: check relationships boolean of the filter aaa9ed9
erickgonzalez created a comment on an issue on dotCMS/core
@rjvelazco yes let's focus on UVE.
erickgonzalez closed an issue on dotCMS/core
Add Support For SAML Relay State
### Parent Issue _No response_ ### User Story As a dotCMS administrator, I want to allow users to login to dotCMS on the front-end via SAML without having backend access, so there can be true fr...erickgonzalez closed an issue on dotCMS/core
Preview/edit a page from search opens in New tab
### Parent Issue _No response_ ### Problem Statement It happens when you go to edit a page from the search and then click preview; it opens a new window. It should open in the same window. #...erickgonzalez closed a pull request on dotCMS/core
Issue 28761 Preview button displayed in edit page mode
The jsp that was processing the edit page mode was checking if **angularCurrentPortlet** was "edit-page" to hide the preview button when the properties were opened in edit mode, but that attribute ...erickgonzalez pushed 14 commits to issue-26341-rules-dont-fire dotCMS/core
- implementation ( Edit Content): #30582 Implement Language Copy and Creation Flow (#30966) ### Proposed Changes Sce... 8495afd
- chore(uve): FTM - Implement Date picker and render future contentlets page (#30930) https://github.com/user-attachme... de7ba14
- #30820 Create Custom Hook for Page View Content Analytics Integration (#30922) ### Proposed Changes * Add Providers,... 2f636df
- minor(memoryReport) make the free memory report what is left available to the jvm (#30948) ref: #30947 This now lo... 73287c3
- Fix (Core): Improving error handling on job processors discovery (#30996) This pull request includes changes to impr... a2c70ab
- fix(UVE): Ensure Window Object Re-Initialization in UVE iframe (#30989) This pull request includes several changes a... a5315a4
- chore(uve): FTM - Render future contentlets with the client appropriate permissions (#30990) https://github.com/user... 7cc5143
- feat(sdk-analytics) fix details building `sdk-analytics` (#31002) ### Proposed Changes * Add Readme to build lib * F... cbdbf73
- fix(uve): Hide workflow actions toolbar button when editing a variant #30726 (#31001) ### Proposed Changes * Conditi... 0e70610
- Issue 30682 automation phase1 (#30974) ### Proposed Changes * Adding more test cases ### Checklist - [x] Tests - [... 87fd78e
- fix(CLI) Push file using direct path Refs: 30963 (#30995) ### Proposed Changes * Simple fix on a condition that was ... 01742fb
- Issue 30731 Company information doesn't show in company field after relogin (#31011) When re-logging in, the additio... 316f67a
- Fix build `sdk-analytics` (#31006) ### Proposed Changes * Fix build details ### Checklist - [ ] Tests - [ ] Transla... 62751aa
- Merge branch 'main' into issue-26341-rules-dont-fire 2f57b7d
erickgonzalez closed a pull request on dotCMS/core
Issue 30731 Company information doesn't show in company field after relogin
When re-logging in, the additional_info field had a different type than expected. As a result, the logic fell back to an empty HashMap. The fix was to add a type check to correctly handle the sp...erickgonzalez pushed 12 commits to issue-28761-preview-button-displayed-in-preview-mode dotCMS/core
- implementation ( Edit Content): #30582 Implement Language Copy and Creation Flow (#30966) ### Proposed Changes Sce... 8495afd
- chore(uve): FTM - Implement Date picker and render future contentlets page (#30930) https://github.com/user-attachme... de7ba14
- #30820 Create Custom Hook for Page View Content Analytics Integration (#30922) ### Proposed Changes * Add Providers,... 2f636df
- minor(memoryReport) make the free memory report what is left available to the jvm (#30948) ref: #30947 This now lo... 73287c3
- Fix (Core): Improving error handling on job processors discovery (#30996) This pull request includes changes to impr... a2c70ab
- fix(UVE): Ensure Window Object Re-Initialization in UVE iframe (#30989) This pull request includes several changes a... a5315a4
- chore(uve): FTM - Render future contentlets with the client appropriate permissions (#30990) https://github.com/user... 7cc5143
- feat(sdk-analytics) fix details building `sdk-analytics` (#31002) ### Proposed Changes * Add Readme to build lib * F... cbdbf73
- fix(uve): Hide workflow actions toolbar button when editing a variant #30726 (#31001) ### Proposed Changes * Conditi... 0e70610
- Issue 30682 automation phase1 (#30974) ### Proposed Changes * Adding more test cases ### Checklist - [x] Tests - [... 87fd78e
- fix(CLI) Push file using direct path Refs: 30963 (#30995) ### Proposed Changes * Simple fix on a condition that was ... 01742fb
- Merge branch 'main' into issue-28761-preview-button-displayed-in-preview-mode 314e71c
erickgonzalez created a comment on an issue on dotCMS/core
Customer ticket https://dotcms.freshdesk.com/a/tickets/28990
erickgonzalez opened an issue on dotCMS/core
[PP]: Filter option relationships is not being respected
### Parent Issue We need to take care of this first https://github.com/dotCMS/core/issues/30997 ### Problem Statement Despite setting the option `relationships: false` in the PP Filter, it conti...erickgonzalez opened an issue on dotCMS/core
Filter Key needs to be added in the Bundle
### Parent Issue _No response_ ### Problem Statement There is currently no way to identify which specific filter was utilized in the creation of the bundle as it was received. This lack of clari...erickgonzalez closed an issue on dotCMS/core
Add New Column: Filter
Add a new column to the PP Portlet named **Filter** that shows the filter used for the bundle. Let's added before the **Status** column.erickgonzalez closed a pull request on dotCMS/core
Added Filter column to Publishing Queue status/history listing
Closes #29786 ### Proposed Changes * Added a new column "Filter" to display filter information for each bundle. * This column is only shown for bundles sent to another endpoint (not bundles re...erickgonzalez created a comment on an issue on dotCMS/core
ok, thanks @fmontes for the confirmation. So @gortiz-dotcms, let's only take care of the second issue, which will be hiding the preview button if you're already in edit mode.
erickgonzalez created a comment on an issue on dotCMS/core
@fmontes I think that we have 2 diff issues here, please take a look at the screen recording: https://github.com/user-attachments/assets/cf7df0c2-40b5-42f1-af2b-873dbcdadef6
erickgonzalez created a comment on an issue on dotCMS/core
@fmontes , it looks like a customer complained about this. So if I understand correctly this is the expected behavior, when you click Preview (from the modal when editing a page properties) it shou...
erickgonzalez pushed 1 commit to release-23.10.24_lts dotCMS/core
- Adding more logging and status information to the Reindex Process (#30929) ### Proposed Changes * Adding more loggi... db59262