29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
Home of the Joomla! Content Management System
Go to file
Heiko Lübbe 22beae0041
[cypress] System Tests fixes #43620, fixes #43622 (#43656)
- fixes issue #43620 - if no 'rm' command is available on Windows
- fixes issue #43622 - if cmsPath is set
- custom task 'deleteFolder' can also delete a file and ignores
  if the file does not exist -> exactly what we need
- once PR is merged i will create the next PR to rename 'deleteFolder' as 'deleteRelativePath'
  and also 'writeFile' as 'writeRelativeFile' to better represent the functions
2024-06-17 09:07:04 +02:00
.github Remove zero-24 from the CODEOWNERS file (#43482) 2024-05-16 18:06:40 +02:00
.phan [4.3] Adding phan static code analyser (#39002) 2022-10-21 12:19:30 +02:00
administrator [a11y] Fix missing aria-label in pagenavigation (#43600) 2024-06-14 18:00:34 +02:00
api Revert to dev 2024-05-28 22:40:30 +02:00
build [4.4] Small spelling correction in dock blocks (#43628) 2024-06-14 12:31:49 +02:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli Add shebang to cli/joomla.php and make it executable (#40351) 2023-04-11 08:08:07 +02:00
components [4.x] MFA Backup Codes [a11y] [UI] (#43450) 2024-05-14 13:44:30 +02:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes Joomla 4.4.3 Stable 2024-02-19 15:44:22 +01:00
installation Removed newline character from comment. (#43596) 2024-06-14 21:03:52 +02:00
language Revert to dev 2024-05-28 22:40:30 +02:00
layouts [4.4] Fix showon for list field (no multiple) (#39546) 2024-03-01 07:18:24 +01:00
libraries [4.4] Small spelling correction in dock blocks (#43628) 2024-06-14 12:31:49 +02:00
modules Fix articles categories module display children categories multiple times (#42925) 2024-03-04 13:56:12 +01:00
plugins [a11y] Fix missing aria-label in pagenavigation (#43600) 2024-06-14 18:00:34 +02:00
templates [4.4] Remove unused cassiopeia inline event handler (#43586) 2024-06-14 19:52:45 +02:00
tests [cypress] System Tests fixes #43620, fixes #43622 (#43656) 2024-06-17 09:07:04 +02:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml [4.4] Appveyor: Raise MySQL to version 8.0 (#42271) 2023-11-02 12:50:05 +01:00
.drone.yml [4.4] Pin version MySql Version in Tests to 8.0 (#43420) 2024-05-05 15:25:37 +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 Move API system tests to cypress (#40135) 2023-03-20 09:51:42 +01:00
.php-cs-fixer.dist.php Alpha order imports (#41428) 2023-08-23 12:06:44 +02:00
build.xml [4.4] set the correct version number for 4.4 (#40071) 2023-03-10 16:13:45 +01:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00:00
composer.json Joomla! 4.4.4 Stable 2024-04-14 12:13:18 +02:00
composer.lock Joomla! 4.4.4 Stable 2024-04-14 12:13:18 +02:00
cypress.config.dist.js Edit/cypress port (#40764) 2023-06-14 16:18:18 +02:00
htaccess.txt [4.x] Add support for brotli (#43055) 2024-03-21 16:01:39 +01:00
index.php Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +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 Joomla! 4.4.4 Stable 2024-04-14 12:13:18 +02:00
package.json Revert to dev 2024-05-28 22:40:30 +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 [4.4] Node 20 (#42331) 2023-11-11 16:20:30 +01:00
README.txt [4.4] set the correct version number for 4.4 (#40071) 2023-03-10 16:13:45 +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 [4.4] Remove obsolete exclude pattern from ruleset.xml for phpcs (#40277) 2023-05-23 16:15:01 +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 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.4-dev branch:
git checkout 4.4-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?