Home of the Joomla! Content Management System
 
 
 
 
 
 
Go to file
Christiane Maier-Stadtherr 1739c464fa
[4.3] Fix missing filter for subject (#41726)
2023-09-18 22:10:21 -04:00
.github Fields is maintained by everybody now 2023-09-18 13:17:44 +02:00
.phan [4.3] Adding phan static code analyser (#39002) 2022-10-21 12:19:30 +02:00
administrator [4.3] Fix missing filter for subject (#41726) 2023-09-18 22:10:21 -04:00
api Revert to dev 2023-08-19 15:14:17 -04:00
build restrict choicesjs input on container (#41478) 2023-09-13 11:30:13 -04:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli Fixes various code style issues and integrate PHP CS Fixer into drone (#39745) 2023-01-31 11:20:05 +01:00
components Allow onValidateContact plugin to show error message (#37540) 2023-08-30 12:09:20 -04:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes Fixes various code style issues and integrate PHP CS Fixer into drone (#39745) 2023-01-31 11:20:05 +01:00
installation [4.3] fix localised cli installation (#41706) 2023-09-12 16:29:24 -04:00
language [4.3] Fix untranslated constants in script.php (#41734) 2023-09-13 09:29:13 -04:00
layouts [4.3] Colour fields doc blocks (#41128) 2023-07-14 16:53:33 -04:00
libraries PHP 8.2 Creation of dynamic property (#41554) 2023-09-18 19:34:51 -04:00
modules Fix mod_articles_categories caching, allow CategoryNode serialization (#40275) 2023-05-05 18:57:06 -04:00
plugins [4.3] fix finder common words (#41468) 2023-09-18 21:00:34 -04:00
templates Translation Update (#41137) 2023-08-13 10:07:22 -04:00
tests [4] GET request scheduled task plugin - Authorization 401 (#40508) 2023-08-08 21:12:18 -04:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml Fix version for now 2023-02-23 23:56:10 +00:00
.drone.yml Add more information to CS fixer when failed (#39905) 2023-02-22 12:40:55 +01: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 correct folder in gitignore (#39890) 2023-02-19 16:18:28 +01:00
.php-cs-fixer.dist.php Fixes various code style issues and integrate PHP CS Fixer into drone (#39745) 2023-01-31 11:20:05 +01:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00: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
README.md [4.3] Update readme (#41088) 2023-07-01 17:58:28 -04:00
README.txt [4.3] Update readme (#41088) 2023-07-01 17:58:28 -04:00
build.xml update branch and set the correct version number for 4.3.0-dev 2022-07-26 17:37:49 +02:00
codeception.yml Switching Codeception error output to cypress output folder (#38712) 2022-09-07 11:35:58 +02:00
composer.json Merge branch '4.2-dev' into upmerge-2023-03-21 2023-03-21 20:11:38 -04:00
composer.lock composer update 2023-03-21 20:25:43 -04:00
cypress.config.dist.js Rename cypress.config.js so that it can be included in the .gitignore file. (#39722) 2023-02-02 11:32:13 +01:00
htaccess.txt Don't append but set the "Content-Encoding" header value in htaccess.txt (#39205) 2023-03-07 21:41:03 +01:00
index.php Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
package-lock.json Update dependencies (#39875) 2023-03-05 09:49:17 -05:00
package.json Update dependencies (#39875) 2023-03-05 09:49:17 -05:00
phpunit-pgsql.xml.dist Facilitate running tests (#38775) 2023-01-26 13:08:33 +01:00
phpunit.xml.dist Facilitate running tests (#38775) 2023-01-26 13:08:33 +01:00
renovate.json Renovatebot: Only do security updates on 4.2-dev (#39025) 2022-10-22 15:31:10 +02:00
robots.txt.dist Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00:00
ruleset.xml Remove obsolete exclude patterns from ruleset.xml (#40276) 2023-05-11 19:30:50 +02:00
web.config.txt Fix API application routing (#29303) 2020-05-31 20:22:31 +01:00

README.md

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 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/J4.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 4.3-dev branch:
git checkout 4.3-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?