forked from joomla/joomla-cms
-
Couldn't load subscription status.
- Fork 1
PSR-12 conversion #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Node 12 reached EOL * Update .drone.yml * Update README.md * Update .drone.yml
# Conflicts: # .drone.yml # installation/language/af-ZA/langmetadata.xml # installation/language/bg-BG/langmetadata.xml # installation/language/ca-ES/langmetadata.xml # installation/language/en-CA/langmetadata.xml # installation/language/en-NZ/langmetadata.xml # installation/language/fa-AF/langmetadata.xml # installation/language/fi-FI/langmetadata.xml # installation/language/he-IL/langmetadata.xml # installation/language/lv-LV/langmetadata.xml # installation/language/zh-CN/langmetadata.xml
Signed-off-by: Roland Dalmulder <[email protected]>
* Add inlineHelp toggle button check * Add inlineHelp toggle button control * Add inlineHelp toggle button control
# Conflicts: # administrator/manifests/files/joomla.xml # libraries/src/Version.php
Finder: Add custom fields to search index
…ate (joomla#37827) * Remove maximebf/debugbar developer files * Move down for better ordering
* Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update
Bump to 4.1.4 stable
# Conflicts: # administrator/components/com_admin/script.php
…oomla#37809) Co-authored-by: Thomas Hunziker <[email protected]> Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Roland Dalmulder <[email protected]>
* Convert basic api auth plugin to services * Load user by factory * spelling * visibility * Update plugins/api-authentication/basic/basic.xml Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/basic/services/provider.php Co-authored-by: heelc29 <[email protected]> * lang files * Update plugins/api-authentication/basic/basic.xml Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/basic/services/provider.php Co-authored-by: heelc29 <[email protected]> * doc * Update plugins/api-authentication/basic/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/basic/src/Basic.php Co-authored-by: heelc29 <[email protected]> * Extension ns Co-authored-by: heelc29 <[email protected]> Co-authored-by: Roland Dalmulder <[email protected]>
* Convert token api auth plugin to services * cs * final * Update plugins/api-authentication/token/services/provider.php Co-authored-by: heelc29 <[email protected]> * Inject filter * Use the model to load the plugin params * Update plugins/api-authentication/token/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/src/Extension/Token.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/token.xml Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/src/Extension/Token.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/src/Extension/Token.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/src/Extension/Token.php Co-authored-by: heelc29 <[email protected]> * Update administrator/components/com_plugins/src/Model/PluginModel.php Co-authored-by: heelc29 <[email protected]> * Update administrator/components/com_plugins/src/Model/PluginModel.php Co-authored-by: heelc29 <[email protected]> * Update plugins/api-authentication/token/src/Extension/Token.php Co-authored-by: heelc29 <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Roland Dalmulder <[email protected]>
* cs * cs Co-authored-by: Quy <[email protected]> Co-authored-by: Roland Dalmulder <[email protected]> Co-authored-by: Allon Moritz <[email protected]>
merge on code review
Co-authored-by: Harald Leithner <[email protected]>
* Adding PHP8.2 to drone setup and enforcing PHP 8.1 compliance * Executing all system tests in parallel * Extending wait time for selenium to 10 seconds * Wait for selenium to be ready * Update tests/Codeception/drone-api-run.sh * Update tests/Codeception/drone-api-run.sh * Update tests/Codeception/drone-system-run.sh * Update tests/Codeception/drone-system-run.sh * Reducing parallel load on Drone * Cludge to change output path * Signing drone.yml * Why doesn't sed work with this? * Another attempt with sed * More fixes * Reducing load further * Execute all System tests after the API tests * Don't execute more than 4 system tests at a time * Commenting out the PHP8.2 tests for now * Fixing dependencies Co-authored-by: Harald Leithner <[email protected]>
Revert to dev
This reverts commit 3383efa.
* Keboard Shortcuts Plugin Co-authored-by: Krshivam25 <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Quy <[email protected]>
…oomla#38095) Co-authored-by: Franciska Perisa <[email protected]>
…la#38133) * Skip Session Manager tests on PHP 8.1 as old version of PHPUnit * Ensure various tests are no longer allowed to fail * Update signature * Update tests/Unit/Libraries/Cms/Session/SessionManagerTest.php Co-authored-by: Harald Leithner <[email protected]>
Prepare to remove JCOMPAT_UNICODE_PROPERTIES constants from global namespace and replace it with a static variable within the test function. This is a preparation for PSR12 transformation to satisfy PSR1.Files.SideEffects.FoundWithSymbols rule. Beside that it doesn't make sense to declare a global constant which is only used in the local class.
The handler auto register should have been removed in Joomla! 4.0.
Thanks to @brianteeman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix/multiselect-with-partial-rows