29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-27 06:10:29 +00:00
Home of the Joomla! Content Management System
Go to file
Martina Scholz 7c34431bfd
[5.2] Feat: Introduce Mail Template Layout (#43829)
Co-authored-by: Brian Teeman <brian@teeman.net>
2024-07-26 23:14:06 +02:00
.github [5.2] Update CONTRIBUTING.md (#43615) 2024-06-04 13:28:05 +02:00
.phan [5.1] phan: fixes plugins (#43073) 2024-03-27 20:51:45 +01:00
administrator [5.2] Feat: Introduce Mail Template Layout (#43829) 2024-07-26 23:14:06 +02:00
api reset to dev 2024-07-09 18:04:43 +02:00
build [5.2] Feat: Showon for Use Global Option in ListField (#43842) 2024-07-26 20:47:12 +02:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli [5.1] Update Doc Link (#43370) 2024-05-11 22:34:06 +02:00
components Merge remote-tracking branch 'refs/remotes/origin/5.1-dev' into upmerges/2024-07-20 2024-07-20 09:23:07 +02:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes [5.x] Translation Update (#43401) 2024-05-11 11:54:03 +02:00
installation reset to dev 2024-07-09 18:04:43 +02:00
language reset to dev 2024-07-09 18:04:43 +02:00
layouts [5.2] Feat: Introduce Mail Template Layout (#43829) 2024-07-26 23:14:06 +02:00
libraries [5.2] Feat: Introduce Mail Template Layout (#43829) 2024-07-26 23:14:06 +02:00
modules Merge remote-tracking branch 'refs/remotes/origin/5.1-dev' into upmerges/2024-07-20 2024-07-20 09:23:07 +02:00
plugins [5.2][Events] Use event classes for Actionlog plugins (#43639) 2024-07-26 16:18:21 +02:00
templates Merge remote-tracking branch 'Joomla/4.4-dev' into upmerges/2024-06-15 2024-06-15 00:59:24 +02:00
tests Upmerge 5.1 to 5.2 2024-07-09 10:31:18 +02:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml [5.0] Fix and Update MySQL to Version 8.0 AppVeyor (#42267) 2023-11-01 17:30:45 +01:00
.drone.yml Update .drone.yml 2024-07-09 14:02:06 +02:00
.editorconfig Use 4.2-dev in core translation workflow (#38698) 2022-09-06 10:59:03 +01:00
.git-blame-ignore-revs Ignore code style changes in blame (#40642) 2023-05-24 12:16:27 -04:00
.gitignore Update .gitignore x #43676 (#43699) 2024-06-25 13:02:24 +02:00
.php-cs-fixer.dist.php Set php-cs-fixer to run on multiple cores (#43820) 2024-07-24 14:31:45 +02:00
build.xml Upmerge 5.1 to 5.2 2024-04-03 09:14:27 +02:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00:00
composer.json update punycode library to include security fix (#43092) 2024-03-20 08:53:23 +01:00
composer.lock Joomla! 5.2.0 Alpha 2 2024-06-25 18:20:06 +02:00
cypress.config.dist.mjs [4.4] Move the Cypress Tests to ESM (#43676) 2024-06-24 15:44:42 +02:00
htaccess.txt [4.x] Add support for brotli (#43055) 2024-03-21 16:01:39 +01:00
index.php [5.0] Allow Joomla be served from a public* folder (#40509) 2023-06-26 09:41:36 +02:00
LICENSE.txt Revert the license text to the original GPL text as distributed by the FSF 2015-03-01 10:49:27 +00:00
package-lock.json Merge branch 'refs/heads/5.1-dev' into upmerge/2024-07-23 2024-07-23 19:27:04 +02:00
package.json Merge branch 'refs/heads/5.1-dev' into upmerge/2024-07-23 2024-07-23 19:27:04 +02:00
phpunit-pgsql.xml.dist Move API system tests to cypress (#40135) 2023-03-20 09:51:42 +01:00
phpunit.xml.dist Move API system tests to cypress (#40135) 2023-03-20 09:51:42 +01:00
README.md Upmerge 5.1 to 5.2 2024-07-02 09:46:00 +02:00
README.txt Remove "heavy development" (#43720) 2024-07-01 15:19:37 +01:00
renovate.json [5.2] Set version to 5.2 (#42970) 2024-03-07 10:33:27 +01:00
robots.txt.dist Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00:00
ruleset.xml Merge branch '4.4-dev' into 5.0/upmerge 2023-05-29 08:07:32 +02:00
web.config.txt Fix API application routing (#29303) 2020-05-31 20:22:31 +01:00

Joomla! CMS™

Build Status

Drone-CI AppVeyor PHP Node npm
Build Status Build status PHP node-lts npm

Overview

What is Joomla?

  • Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.
  • It is a simple and powerful web server application which requires a server with PHP and either MySQL, MariaDB or PostgreSQL to run. You can find full technical requirements here.
  • Joomla! is free and Open Source software distributed under the GNU General Public License version 2 or later.

Looking for an installable package?

Joomla is not installable out of the box from this repository, please use:

How to get a working installation from the source

For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment

You will need:

Steps to setup the local environment:

  • Clone the repository:
git clone https://github.com/joomla/joomla-cms.git
  • Go to the joomla-cms folder:
cd joomla-cms
  • Go to the 5.2-dev branch:
git checkout 5.2-dev
  • Install all the needed composer packages:
composer install
  • Install all the needed npm packages:
npm ci

Things to be aware of when pulling: Joomla creates a cache of the namespaces of its extensions in JOOMLA_ROOT/administrator/cache/autoload_psr4.php. If extensions are created, deleted or removed in git then this file needs to be recreated. You can simply delete the file and it will be regenerated on the next call to Joomla.

Do you want to improve Joomla?