/JG4-dev

Development repository for JoomGallery v4.x

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

JoomGallery v4.x (Development)

Development repository of the JoomGallery component for Joomla! 4.

Project-Website: https://www.en.joomgalleryfriends.net/

Support-Forum: https://www.forum.joomgalleryfriends.net

Project-Management: https://www.forum.joomgalleryfriends.net/forum/index.php?thread/361-priorisierung/&postID=2056#post2056 (ToDo List)

Project Presentation: https://docs.google.com/presentation/d/1kXGfGRrHswU0M3yh0zUvOwW1fYqB07cksHzNxzcEyxI

Want to contribute?

JoomGallery is an OpenSource project and is developed by users for users. So if you are using JoomGallery feel free to contribute to the project...

Code development

Joomla 4 extension development docs

Codestyle guide

PHP: Codestyle guide for PHP

Setup development environment

https://docs.joomla.org/Setting_up_your_workstation_for_Joomla_development

Webserver recommendation:

IDE/Editor recommendation:

Git-Client recommendation:

Recommendet approach for proper versioning with Git:

  1. Checkout the repo into a folder of your choice
  2. Download the source code of the dev-branch as zip file and install it on Joomla
  3. Remove the installed component folders within your Joomla installation
    • administrator/components/com_joomgallery
    • components/com_joomgallery
    • media/com_joomgallery
    • plugins/finder/joomgallerycategories
    • plugins/finder/joomgalleryimages
    • plugins/privacy/joomgalleryimages
    • plugins/webservices/joomgallery
  4. Create symbolic links from those folders to the corresponding folders within the checked out copy of your component
  5. Remove the installed component language files within your Joomla installation
    • administrator/language/en-GB/com_joomgallery.ini
    • administrator/language/en-GB/com_joomgallery.exif.ini
    • administrator/language/en-GB/com_joomgallery.iptc.ini
    • administrator/language/en-GB/com_joomgallery.sys.ini
    • language/en-GB/com_joomgallery.ini
  6. Create symbolic links from those files to the corresponding files within the checked out copy of your component
  7. The referenced copy of your component can be properly versioned using Git

Symbolic link generator tool for windows: https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html

Task areas during development

Taks area Description
PHP Devloper (Backend) Programming the backend functionalities of the JoomGallery (Framework, MVC pattern, Services, Helpers, ...)
PHP Devloper (Frontend) Programming the frontend functionalities of the JoomGallery (MVC pattern, Router, View-Objects ...)
Frontend Designer Creating the template files for the component views in the frontend (Template: Cassiopeia)
Language Manager Setting up, structuring and managing the language files for frontend and backend.
Documentation Writing instructions for the support section of the website.
Testing Testing the new code before merging them into the main project.

Testing

  1. Open the Pull request you want to test
  2. Change to the branch where the code of the PR is coming from
  3. Button "Code"->"Download ZIP"
  4. Install the zip file in your Joomla
  5. Perform tests where the Pull request changes anything
  6. If you find a bug or unexpected behaviour, post a comment in the pull request with the following content:

Steps to reproduce the issue

List the steps to perfom in order to reproduce the issue you found

Expected result

What yould you have expected to happen?

Actual result

What did really happen?

System information

  • PHP-Version
  • Database type and version
  • (ImageMagick version)

Additional comments

Anything else that you think is important for the developer to fix the issue