Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
joomla:joomla50 [2026/03/04 11:39] Bernard Condraujoomla:joomla50 [2026/05/14 13:59] (current) – [Migration] Bernard Condrau
Line 3: Line 3:
 ===== Migration ===== ===== Migration =====
   * [[joomla:migrate310|Migrate J3.10 to J4.x to J5.x]]   * [[joomla:migrate310|Migrate J3.10 to J4.x to J5.x]]
 +  * [[joomla:prep50|Prepare Joomla 5]] 
 +  * [[joomla:tmpl50|Template for Joomla 5]] 
 +  * [[joomla:setup50|Setup for Joomla 5]]
 ===== Development ===== ===== Development =====
 +  * [[https://nicolauroca.dev/blog/how-to-develop-a-joomla-5-component|How to develop a Joomla 5 component]]
 +  * [[https://developer.joomla.org/coding-standards/docblocks.html|Joomla! Coding Standards - DocBlocks]]
 +  * [[https://manual.joomla.org/docs/4.4/building-extensions/components/mvc/mvc-factory/#default-names-for-view-model-and-table-classes|Default names for View, Model and Table classes]]
  
 +===== Bethico League =====
 +  * Install [[https://www.joomill-extensions.com/extensions/custom-quick-icons-module|Custom Quick Icons]] from Joomill
 +
 +===== Bethico =====
 ===== Links ===== ===== Links =====
   * [[https://docs.joomla.org/Joomla_4.4.x_to_5.x_Planning_and_Upgrade_Step_by_Step|Joomla 4.4.x to 5.x Planning and Upgrade Step by Step]]   * [[https://docs.joomla.org/Joomla_4.4.x_to_5.x_Planning_and_Upgrade_Step_by_Step|Joomla 4.4.x to 5.x Planning and Upgrade Step by Step]]
Line 12: Line 21:
   * [[https://www.dionysopoulos.me/book.html|The missing Joomla™ reference for extension developers]]   * [[https://www.dionysopoulos.me/book.html|The missing Joomla™ reference for extension developers]]
   * [[https://docs.joomla.org/J4.x:Using_Bootstrap_Components_in_Joomla_4#Using_Interactive_Components:_Coders|Using Bootstrap Components in Joomla 4]]   * [[https://docs.joomla.org/J4.x:Using_Bootstrap_Components_in_Joomla_4#Using_Interactive_Components:_Coders|Using Bootstrap Components in Joomla 4]]
-  * [[https://nicolauroca.dev/blog/how-to-develop-a-joomla-5-component|How to develop a Joomla 5 component]] 
-  * Install [[https://www.joomill-extensions.com/extensions/custom-quick-icons-module|Custom Quick Icons]] from Joomill 
  
 +===== Bash =====
 +  * Find files modified within the last 24 hours:<code>find . -type f -mtime -1</code>