Find the collection of PHP Content Management Systems.
Back Drop CMS
The free and Open Source CMS that helps you build websites for businesses and non-profits.
Issue tracker for Backdrop core.
https://github.com/backdrop/backdrop-issues
39 forks.
141 stars.
2,548 open issues.
Recent commits:
- Update issue-template–release–major.mdUpdated wiki links., GitHub
- Update issue-template–release–bug-fix.mdUpdated wiki links., GitHub
- Update issue-template–release–bug-fix–security.mdUpdated wiki links., GitHub
- Update issue-template–release–minor.mdUpdated wiki links., GitHub
- Issue #4861: Move procedural docs to wiki., BWPanda
Concrete5 CMS
concrete5 is an Open Source Content Management System (CMS).
Official repository for Concrete CMS development
https://github.com/concretecms/concretecms
448 forks.
742 stars.
456 open issues.
Recent commits:
- Merge pull request #11619 from ccmEnlil/patch-6Page List Pagination Canonicalize page 2 and greater only, GitHub
- Merge pull request #11610 from mlocati/optimize-tree-node-getbyidTree\Node::getByID(): add phpdoc, simplify and optimize code, GitHub
- Merge pull request #11615 from iampedropiedade/password-update-wordingUpdated the label for the current users password, GitHub
- Merge pull request #11622 from aembler/misc-fixes-082523Misc fixes 082523, GitHub
- Merge pull request #11613 from mlocati/optimize-tree-getbyidTree::getByID(): add phpdoc, simplify and optimize code, GitHub
Drupal
An enterprise level CMS.
Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub.
https://github.com/drupal/drupal
1,962 forks.
3,914 stars.
0 open issues.
Recent commits:
- Issue #3311469 by Rajeshreeputra, Internetter, fjgarlin, skyredwang: Absolute path for oembed iframe, catch
- Issue #3364506 by Wim Leers, effulgentsia, catch, lauriii, borisson_, smustgrave, tim.plunkett, Dave Reid: Add optional validation constraint support to ConfigFormBase, effulgentsia
- Issue #2986962 by fjgarlin, ppseftogiannis, smustgrave, Sut3kh: BrowserTestBase::drupalGet() does not appear to be handling base url properly, catch
- Issue #3355787 by joachim, smustgrave, Mile23: Identify which browser tests should be running the language settings form and add a @covers to document it, catch
- Issue #3358049 by narendraR, lauriii, srishtiiee, Utkarsh_33, Wim Leers, tim.plunkett, tedbow, bnjmnm, smustgrave, Berdir, amateescu, larowlan: Save FieldStorageConfig at the same time as FieldConfig, effulgentsia
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
https://github.com/getgrav/grav
1,393 forks.
14,020 stars.
416 open issues.
Recent commits:
- inlcude phar in dangerous extensions, Andy Miller
- updated security.md, Andy Miller
- Merge tag '1.7.42.3' into developRelease v1.7.42.3, Andy Miller
- Merge branch 'release/1.7.42.3', Andy Miller
- prepare for release, Andy Miller
Joomla
Joomla! is an award-winning content management system (CMS), which enables you to build web sites and powerful online applications.
Home of the Joomla! Content Management System
https://github.com/joomla/joomla-cms
3,626 forks.
4,559 stars.
1,004 open issues.
Recent commits:
- Filter for special characters that fail sending test mail (#41469), GitHub
- Update Language.php (#41353), GitHub
- Allow onValidateContact plugin to show error message (#37540), GitHub
- Tags: Don't put NULL into trim() (#41509)Co-authored-by: Quy <[email protected]>, GitHub
- [4][cli] schema update check (#40468), GitHub
Magento
Power your eCommerce with rich out-of-the-box features, an unrivaled ability to customize, and seamless third-party integrations. With a global ecosystem of implementation partners and a vast marketplace of extensions, you can create the exact shopping experience your customers want.
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
https://github.com/magento/magento2
9,268 forks.
10,863 stars.
2,473 open issues.
Recent commits:
- Merge pull request #8497 from magento-commerce/stability_controlStability control duties, GitHub
- Stability control duties, Alex Kolesnyk
- Merge branch '2.4-develop' into stability_control, GitHub
- Merge pull request #8487 from magento-gl/Hammer_Platform_Health_Scope_21082023Hammer platform health scope 21082023, GitHub
- Merge remote-tracking branch 'origin/stability_control' into stability_control, Alex Kolesnyk
WordPress
WordPress is open source software you can use to create a beautiful website, blog, or app.
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
https://github.com/WordPress/WordPress
12,432 forks.
17,914 stars.
2 open issues.
Recent commits:
- Site Health: Show correct debug value for file uploads.Follow-up to [48535].Props Michi91, Presskopp.Fixes #58737.Built from https://develop.svn.wordpress.org/trunk@56509git-svn-id: http://core.svn.wordpress.org/trunk@56021 1a063a9b-81f0-0310-95a4-ce76da25c4cd, Sergey Biryukov
- Options, Meta APIs: Introduce `wp_set_option_autoload_values()`.This function accepts an associative array of option names and their autoload values to set, and it will update those values in the database in bulk, only for those options where the autoload field is not already set to the given value.Two wrapper functions for ease of use accompany the new main function:* `wp_set_options_autoload( $options, $autoload )` can be used to set multiple options to the same autoload value.* `wp_set_option_autoload( $option, $autoload )` can be used to set the autoload value for a single option.All of these functions allow changing the autoload value of an option, which previously has only been possible in combination with updating the value. This limitation prevented some relevant use-cases: For example, a plugin deactivation hook could set all of its options to not autoload, as a cleanup routine, while not actually deleting any data. The plugin's activation hook could then implement the reverse, resetting those options' autoload values to the originally intended ones for when using the plugin.Props boonebgorges, joemcgill, costdev, mukesh27, SergeyBiryukov, tabrisrp, flixos90.Fixes #58964.Built from https://develop.svn.wordpress.org/trunk@56508git-svn-id: http://core.svn.wordpress.org/trunk@56020 1a063a9b-81f0-0310-95a4-ce76da25c4cd, Felix Arntz
- Editor: Ensure main query loop is entered for singular content in block themes.Block themes currently lack the means to trigger the main query loop for singular content, since they cannot reasonably use the `core/query` and `core/post-template` blocks which are intended only for displaying a list of posts. So far, the missing main query loop on singular block templates has been worked around by enforcing the loop in certain `core/post-*` blocks, which however causes other bugs.This changeset ensures that the main query loop is still started for singular block theme templates, by wrapping the entire template into the loop, which will by definition only have a single cycle as it only encompasses a single post. This is currently the most reliable solution, since even if there were blocks to properly trigger the main query loop on singular content, it would be unrealistic to expect all existing block themes to update their templates accordingly. It may be revisited in the future.Props gziolo, youknowriad, joemcgill, costdev, mukesh27, flixos90.Fixes #58154.See #59225, #58027.Built from https://develop.svn.wordpress.org/trunk@56507git-svn-id: http://core.svn.wordpress.org/trunk@56019 1a063a9b-81f0-0310-95a4-ce76da25c4cd, Felix Arntz
- Build/Test Tools: Compare results in performance measurement workflow.This extends the performance test workflow added in [55459] to also run tests against the target branch (if running on a pull request) or the previous commit (if running on trunk).Those results are then compared with the ones from the current commit, and the difference is displayed as a GitHub Actions workflow summary for convenience.Props mukesh27, flixos90, desrosj, joemcgill, swissspidy.Fixes #58358, #58359.See #56150.Built from https://develop.svn.wordpress.org/trunk@56506git-svn-id: http://core.svn.wordpress.org/trunk@56018 1a063a9b-81f0-0310-95a4-ce76da25c4cd, Pascal Birchler
- Upgrade/Install: Remove unused globals in `core_upgrade_preamble()`.Follow-up to [49638].Props upadalavipul.See #59254.Built from https://develop.svn.wordpress.org/trunk@56505git-svn-id: http://core.svn.wordpress.org/trunk@56017 1a063a9b-81f0-0310-95a4-ce76da25c4cd, Sergey Biryukov
Moodle
Moodle is the world’s most popular learning management system. Start creating your online learning site in minutes!
Moodle – the world's open source learning platform
https://github.com/moodle/moodle
6,091 forks.
4,906 stars.
2 open issues.
Recent commits:
- weekly release 4.3dev+, Andrew Nicols
- NOBUG: Fixed SVG browser compatibility, Andrew Nicols
- MDL-72321 question bank: Only update edit switch URL if present, Andrew Nicols
- MDL-72321 datafilter: Stop disabling jointype fieldThis was causing behat test failures due to the test trying toset the disabled jointype field before the filter type was selected., Andrew Nicols
- Merge branch 'mdl-79204-master' of https://github.com/james-cnz/moodle, Andrew Nicols
Icons made by Flat Icons from www.flaticon.com