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
Brian Teeman cd9c48a406
[4.1] webauthn table accessibility (#37464)
This pr adds the required table caption and column/row scope to the table.

There are no visual changes and brings this table into line with all other admin tables.

As webauthn requires https this PR cannot be tested on a site without https.

Co-authored-by: Quy <quy@fluxbb.org>
2022-04-03 12:13:29 -07:00
.github Update create-translation-pull-request-v4.yml (#37344) 2022-03-22 12:21:00 +01:00
administrator [4.1] webauthn table accessibility (#37464) 2022-04-03 12:13:29 -07:00
api Revert to dev 2022-03-30 16:15:43 +02:00
build [4.X] Improve media view by making control elements sticky (#37397) 2022-04-02 14:32:56 -07:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli [4] /s/host/command line (#36416) 2021-12-29 01:17:34 +00:00
components [4.1] Display global class for intro and full image (#37368) 2022-04-01 13:14:00 -07:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-12-31 16:28:26 +01:00
installation Update the configuration.php-dist thanks @brianteeman (#37041) 2022-04-02 13:30:02 -07:00
language Revert to dev 2022-03-30 16:15:43 +02:00
layouts [4.1] webauthn table accessibility (#37464) 2022-04-03 12:13:29 -07:00
libraries [4.1] Align the inline help button to the rest of the btns (#37356) 2022-04-03 13:03:01 +02:00
modules [4.1] Add label to the collapsible menu (#36900) 2022-04-02 10:47:28 +02:00
plugins [4.1] Media Fields (#37115) 2022-04-01 17:00:02 -07:00
templates [4.1] Add label to the collapsible menu (#36900) 2022-04-02 10:47:28 +02:00
tests Adding PHP8 to appveyor setup as well as integration tests (#37412) 2022-04-01 15:49:07 +02:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml Adding PHP8 to appveyor setup as well as integration tests (#37412) 2022-04-01 15:49:07 +02:00
.drone.yml Temporary remove php 8.1 test 2022-01-24 11:10:45 +01:00
.editorconfig Merge branch '3.10-dev' into 4.0-dev 2021-01-07 01:44:02 +00:00
.gitignore [4.1] gitignore update (#36895) 2022-01-30 19:55:20 +00:00
.php-cs-fixer.dist.php [4.0] php-cs-fixer v3.0 Support (#33908) 2021-11-01 23:54:05 +00:00
build.xml Bump to version 4.1.0-alpha1 2021-09-27 17:58:26 +02:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00:00
codeception.yml [4.0] Systemtests add timeout option on acceptance.yml (#26559) 2019-10-12 22:01:13 +02:00
composer.json Bump to 4.1.1 stable 2022-03-29 15:27:09 +02:00
composer.lock Bump to 4.1.1 stable 2022-03-29 15:27:09 +02:00
htaccess.txt Merge commit 'a624ecff8aa7911680b8c1b071fb3da0d339001e' into 4.1/upmerges/2022-02-20 2022-02-20 21:08:24 +01:00
index.php Improvements to fatal error page generation (#31743) 2021-02-25 16:32:37 +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
package-lock.json [4.1] TinyMCE Update 5.10.3 (#36977) 2022-03-18 15:38:59 +01:00
package.json [4.1] Remove the math.div deprecation (#37255) 2022-03-17 20:55:13 +01:00
phpunit-pgsql.xml.dist [4.0] Add an Integration test suite stub (#25118) 2019-07-11 23:48:37 +01:00
phpunit.xml.dist Revert "[4] Rename phpunit test folders to align with the apps structure (#36483)" (#36498) 2021-12-30 21:46:31 +00:00
README.md Update README.md instruction to use https for github cloning, as it does not require an account and ssh key setup to access like ssh (#37021) 2022-02-21 19:30:02 +01:00
README.txt Update README.md (#36811) 2022-01-31 16:57:16 +01:00
robots.txt.dist Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00: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.1-dev branch:
git checkout 4.1-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?