Jurnal

keep calm and conquer the world

Menu
  • Home
  • Plimbări
  • Echipamente
  • Recomand
  • Contact
Menu

Tag: solutions

Git commit to new branch

Posted on 06.05.202506.05.2025 by GhitaB

$ git checkout -b new_branch $ git status $ git add . $ git commit -m “Message” $ git push –set-upstream origin new_branch (or $ git push and copy paste the suggestion)

Read more

Plone 6, Volto: find items containing a block

Posted on 22.01.202522.01.2025 by GhitaB

In my case I searched for items that contains any kind of “form” block: Register a view (MyView): configure.zcml admin.py Then go to localhost:8080/Plone/my-view

Read more

KeyError brain in getObject Plone 6

Posted on 06.01.2025 by GhitaB

I received this error because of some issues with portal catalog. A folder containing images was deleted but the catalog was not updated correctly. my-obj-path was just one of the 899 images. I created in Management Interface a python script to find all broken brains: Then, the solution was to go to Catalog and press…

Read more

rsync rancher config

Posted on 10.12.2024 by GhitaB

Go to rancher stack Add service eeacms/rsync (same settings as for other projects) Volumes – use the volume listed in storages: my_website_data:/data then $ ssh root@vv.vvv.vv.vv -p 22222 yes $ cd /data/

Read more

Disable LDAP (Plone 6)

Posted on 06.12.202406.12.2024 by GhitaB

Site Setup -> Management Interface (ZMI) -> acl_users -> pasldap -> Activate -> uncheck all -> Update

Read more

pdb – kill the current process

Posted on 05.12.2024 by GhitaB

ctrl+\ kills the current process

Read more

Convert and resize png files – Ubuntu

Posted on 05.11.202405.11.2024 by GhitaB

Convert all jpegs to png: $ mogrify -format png *.jpeg Resize width 300 px for all pngs in this folder: $ mogrify -resize 300x *.png

Read more

Tests volto addon (in your local app)

Posted on 25.09.202425.09.2024 by GhitaB

In Makefile add: Then $ cd clms-frontend$ env ADDON=volto-clms-theme make test

Read more

Run jest tests for volto add-on

Posted on 23.08.2024 by GhitaB

$ cd clms-frontend$ env RAZZLE_JEST_CONFIG=src/addons/volto-clms-theme/jest-addon.config.js yarn test src/addons/volto-clms-theme

Read more

Cypress tests for Plone 6 + Volto (local)

Posted on 01.08.202429.08.2024 by GhitaB

Example: https://github.com/eea/clms-frontend Make sure that Plone is running: http://localhost:8080/Make sure that Volto is running (or maybe just ignore this?!): The best way is: Solve system limits error: https://github.com/guard/listen/blob/master/README.md#the-technical-details

Read more
  • 1
  • 2
  • 3
  • Next

Archives

  • May 2025 (4)
  • April 2025 (3)
  • March 2025 (19)
  • February 2025 (20)
  • January 2025 (33)
  • December 2024 (8)
  • November 2024 (4)
  • October 2024 (8)
  • September 2024 (4)
  • August 2024 (9)
  • July 2024 (21)
  • June 2024 (17)
  • May 2024 (13)
  • April 2024 (1)
  • March 2024 (7)
  • February 2024 (15)
  • January 2024 (24)
  • December 2023 (11)
  • November 2023 (53)
  • October 2023 (17)
  • September 2023 (20)
  • August 2023 (40)
  • July 2023 (39)
  • June 2023 (38)

Categories

  • 27 (4)
  • Acasă (64)
  • Amintiri (13)
  • Creștine (33)
  • Desen (8)
  • Design (1)
  • Docs (51)
  • Duldy & Țâcă (5)
  • Fotografie (42)
  • Gânduri (104)
  • Grădină (10)
  • Interesant (14)
  • Istorie (4)
  • Jurnal (163)
  • Limba română (8)
  • Mașină (2)
  • Muzică (46)
  • Personal (100)
  • Plimbări (24)
  • Programare (24)
  • Sport (12)
  • Știri (36)
  • Vegan (16)

Tags

2 mese pe zi (5) acasă (57) am auzit ceva nou (5) amintiri (8) am scris asta (7) biblice (11) Bihor (15) biserică (5) creștine (56) câine (12) câinele e prietenul omului (12) desen (8) docs (46) fotografie (45) funny (63) grădină (10) gânduri (122) interesant (8) istorie (7) jurnal (199) jurnal sportiv (11) Krita (5) limba română (10) momente (193) muzică (48) muzică preluată (28) natură (6) Padiș (11) personal (142) plimbare (22) plone (27) povești (6) programare (27) recomand (8) rețete vegane (10) România (29) Rusia (5) sketchbook (5) solutions (30) spam (5) sport (6) vegan (17) versuri (6) web development (15) știri (20)

RSS Feed Subscribe
© 2025 Jurnal | Powered by Minimalist Blog WordPress Theme