Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

erickgonzalez

erickgonzalez pushed 1 commit to release-23.10.24_lts dotCMS/core
  • #30045 include in 23.10.24 LTS c5dfefe

View on GitHub

erickgonzalez pushed 1 commit to release-23.10.24_lts dotCMS/core
  • #28588 include in 23.10.24 LTS 399eeb1

View on GitHub

erickgonzalez pushed 3 commits to release-23.10.24_lts dotCMS/core
  • #28514 include in 23.10.24 LTS 9cb9525
  • #28507 include in 23.10.24 LTS 8311470
  • fix test severalExperimenstWithTrueRules 77ad29c

View on GitHub

erickgonzalez pushed 2 commits to release-23.10.24_lts dotCMS/core
  • #27906 include in 23.10.24 LTS 72cc80c
  • #28238 include in 23.10.24 LTS 0d8fe5b

View on GitHub

erickgonzalez pushed 4 commits to release-23.10.24_lts dotCMS/core
  • #27141 include in 23.10.24 LTS 61f6f0d
  • #27451 include in 23.10.24 LTS 1aff828
  • #27584 include in 23.10.24 LTS 5f2a7db
  • #27748 include in 23.10.24 LTS 85244a0

View on GitHub

erickgonzalez pushed 1 commit to release-23.10.24_lts dotCMS/core
  • #26399 include in 23.10.24 LTS b05398b

View on GitHub

erickgonzalez pushed 4 commits to release-23.10.24_lts dotCMS/core
  • #26271 include in 23.10.24 LTS 6d699cf
  • #26399 include in 23.10.24 LTS ab6a84b
  • #26750 include in 23.10.24 LTS 30396d0
  • #26738 include in 23.10.24 LTS 125c179

View on GitHub

erickgonzalez closed an issue on dotCMS/core
VanityURL redirect applying URL encoding instead of just redirecting.
### Parent Issue _No response_ ### Problem Statement When using 301 or 302 redirects in VanityURLs URL Encoding is being applied. For example, when there is a # within the URL, it is c...
erickgonzalez deleted a branch dotCMS/core

issue-30130-fix-vanity-url-regex

erickgonzalez closed a pull request on dotCMS/core
fix(vanity-urls): fixed url parse regex to include slash character in fragments
Closes #30130 ### Proposed Changes * change 1 This pull request changes the regex pattern for URL parsing for vanity URLS to handle fragments correctly when the fragment includes the slash cha...
erickgonzalez created a comment on an issue on dotCMS/core
Investigate how it behaves with the other base types; let's post the results here.

View on GitHub

erickgonzalez created a review on a pull request on dotCMS/core

View on GitHub

erickgonzalez pushed 10 commits to do-not-include-old-assest-in-starter dotCMS/core
  • feat(edit-content) improve the ui of the autocomplete (#30452) #30222 This pull request includes changes to the `do... 14430e3
  • #30462: Fix for cycling calls when non SystemHost AppConfig objects were instantiated (#30463) cad5532
  • feat(Content Analytics) #30056 : Create Integration Test for the Analytics "Collectors Layer" (#30465) ### Proposed ... 3f68810
  • #30472 adding the shortyid to the content hydrate (#30475) Adding the shorty to the hydrate process d4bbe1d
  • fix(CDI) Auto-detect beans on Rest services Refs: #30187 (#30417) ### Proposed Changes * Jersey 2.28 works with CDI1... fe2a36c
  • feat: send query param to set the languageId in the dialog URL (#30442) This pull request introduces support for spe... cc5072c
  • fix(deployment): Publish Starter deployment failure due to incorrec (#30482) (#30483) ### Proposed Changes * The wor... fecc637
  • feat(sdk-angular): Fixed texts on README (#30481) This pull request includes minor updates to the `core-web/libs/sdk... 027795c
  • #30477 adding references and count (#30478) Adding the references and references count endpoint to the content resou... 6321f00
  • Merge branch 'main' into do-not-include-old-assest-in-starter 95ef82d

View on GitHub

erickgonzalez closed an issue on dotCMS/core
Attaching files feature on tasks is not properly working
### Parent Issue _No response_ ### Problem Statement - the attach file feature in the workflow task is not working properly - the files get updated but they're unreachable (when you click on it...
erickgonzalez closed an issue on dotCMS/core
Plugin error modal missing accept button in dotCMS
### Problem Statement In dotCMS, there is an issue where the error modal for plugins does not display the 'Accept' button. This absence hinders users from acknowledging and closing the error mes...
erickgonzalez created a comment on an issue on dotCMS/core
Let's test this in the new UVE.

View on GitHub

erickgonzalez opened an issue on dotCMS/core
Backport Missing Experiments Fixes into 23.10 LTS
### Parent Issue _No response_ ### Task Backport all these issues into 23.10 LTS https://docs.google.com/document/d/14YqfWuXMgkV9FoDy6iXrfHGAf9aJffDNrQCh1_j_VG4/edit?tab=t.0 ### Proposed Object...
erickgonzalez created a comment on an issue on dotCMS/core
Working as it should, now you can upload files from the file uploader successfully.

View on GitHub

erickgonzalez created a comment on an issue on dotCMS/core
Working as it should, now when you upload a file from the file uploader, it respects the folder default file asset type.

View on GitHub

erickgonzalez published a release on dotCMS/core
Release 23.10.24_lts_v18
Release 23.10.24_lts_v18, which includes: https://github.com/dotCMS/core/issues?q=is%3Aclosed+label%3A%22Release+%3A+23.10.24+v18%22
erickgonzalez created a tag on dotCMS/core

v23.01.24 - Headless/Hybrid Content Management System for Enterprises

erickgonzalez created a review on a pull request on dotCMS/core

View on GitHub

erickgonzalez closed an issue on dotCMS/core
Content added as the default fileAsset content type regardless of folder settings
### Parent Issue https://github.com/dotCMS/core/issues/27322 ### Problem Statement Users are able to set the default file asset type on folders When adding files to dotCMS via the content edit ...
erickgonzalez deleted a branch dotCMS/core

issue-25178-dupe-params

erickgonzalez closed a pull request on dotCMS/core
fix: Avoid dupe params on query parameters
This pull request makes several important changes to the `VanityUrlRequestWrapper` class to improve the handling of query strings and adds a corresponding test to ensure the new functionality works...
erickgonzalez deleted a branch dotCMS/core

issue-30023-wrong-file-type-when-adding-content

erickgonzalez opened an issue on dotCMS/core
FileAssetContainers not found when using case
### Parent Issue _No response_ ### Problem Statement In the Template Portlet, FileAssetContainers are not consistently listed when searched for with the case they were originally created in. Thi...
erickgonzalez deleted a branch dotCMS/core

issue-30156-feedback-message

erickgonzalez closed a pull request on dotCMS/core
chore: feedback message. ref: #30156
This pull request includes updates to the `Language.properties` file to improve the clarity and consistency of messages related to the end-of-life (EOL) status of dotCMS versions. Updates to EOL...
erickgonzalez created a review on a pull request on dotCMS/core

View on GitHub

Load more