-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[5.0] Remove deprecate strings in Com_admin #40467
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5be7121 - Browse repository at this point
Copy the full SHA 5be7121View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e4a01 - Browse repository at this point
Copy the full SHA e5e4a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for e367bf8 - Browse repository at this point
Copy the full SHA e367bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 955e4d6 - Browse repository at this point
Copy the full SHA 955e4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1cbc - Browse repository at this point
Copy the full SHA c0b1cbcView commit details
Commits on Jul 15, 2023
-
[4.3] Single line comment (joomla#41168)
* [4.3] Single line comment Codestyle fix (spotted while doing something else - might as well fix it) * Update default.php
Configuration menu - View commit details
-
Copy full SHA for 87012fa - Browse repository at this point
Copy the full SHA 87012faView commit details
Commits on Jul 16, 2023
-
[5.0] joomla#36499 copyright and typos (joomla#41169)
Simple PR to correct some comments and copyright date from @wilsonge joomla#36499
Configuration menu - View commit details
-
Copy full SHA for 9f0ce37 - Browse repository at this point
Copy the full SHA 9f0ce37View commit details
Commits on Jul 17, 2023
-
[5.0] links in docblocks (joomla#41174)
When adding a link to a docblock it should use `@link` according to the specifications and not `@see` which is for internal use. Reference https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.link.pkg.html https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.see.pkg.html
Configuration menu - View commit details
-
Copy full SHA for c4b3a4c - Browse repository at this point
Copy the full SHA c4b3a4cView commit details -
[5.0] order site/admin menus in admin ui (joomla#38149)
currently they are hard coded to be displayed by id desc this pr will (when finished) allows the order to be set using drag and drop from com_menus&view=menus This is for the display of the menus in the sidebar and the menus dashboard --------- Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8d462f - Browse repository at this point
Copy the full SHA e8d462fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 094f544 - Browse repository at this point
Copy the full SHA 094f544View commit details -
[5.0] Update Codemirror to 6-th version (joomla#41070)
Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eac7fd7 - Browse repository at this point
Copy the full SHA eac7fd7View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb23b9b - Browse repository at this point
Copy the full SHA eb23b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca7a3a - Browse repository at this point
Copy the full SHA 4ca7a3aView commit details -
Record currentStepId in sessionStorage when responding to an interact…
…ive button - the button may cause a page redirect or form submission (joomla#41155)
Configuration menu - View commit details
-
Copy full SHA for 63e43cf - Browse repository at this point
Copy the full SHA 63e43cfView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8c9cf8 - Browse repository at this point
Copy the full SHA e8c9cf8View commit details -
blur event listeners on target elements must make sure there is an ac…
…tive tour before attempting to focus on the tour buttons! (joomla#41160)
Configuration menu - View commit details
-
Copy full SHA for 6a1a72a - Browse repository at this point
Copy the full SHA 6a1a72aView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05e40fc - Browse repository at this point
Copy the full SHA 05e40fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d444a - Browse repository at this point
Copy the full SHA 40d444aView commit details -
[5.0] New onAfterInitialiseDocument event (joomla#40512)
* Document event: BeforeCompileHeadEvent * Document event: AfterInitialiseDocumentEvent * Document event, phpcs * Document event, revert classes * Document event, cleanup * Document event, AfterInitialiseDocument Event
Configuration menu - View commit details
-
Copy full SHA for 2d3f8da - Browse repository at this point
Copy the full SHA 2d3f8daView commit details -
[5.0] Application event classes (joomla#40522)
* App events: create * App events: base app event * App events: add couple event classes * App events: doc event * App events: organize * App events, couple more events * App events, formatting * App events, more events * App events, doc to app * App events, use same dispatcher * App events, create to new --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7e1fb4 - Browse repository at this point
Copy the full SHA e7e1fb4View commit details -
Merge pull request joomla#41200 from MacJoom/Upmerge-20230721
Upmerge 20230721 from 4.3-dev
Configuration menu - View commit details
-
Copy full SHA for 957a754 - Browse repository at this point
Copy the full SHA 957a754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b40380 - Browse repository at this point
Copy the full SHA 6b40380View commit details -
Merge pull request joomla#41204 from MacJoom/Upmerge20230721-3
Upmerge20230721 latest PR's from 4.3
Configuration menu - View commit details
-
Copy full SHA for 62ed15d - Browse repository at this point
Copy the full SHA 62ed15dView commit details
Commits on Jul 22, 2023
-
[5.0] b/c plugin - Load class aliases earlier and move es5 assets (jo…
…omla#41202) * Move classmap import to the plugin constructor * Move es5 assets to b/c plugin --------- Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f396cd9 - Browse repository at this point
Copy the full SHA f396cd9View commit details -
Added an Api test for contact group field (joomla#41145)
* added a test for contact group field * updates ---------
Configuration menu - View commit details
-
Copy full SHA for 2091dca - Browse repository at this point
Copy the full SHA 2091dcaView commit details -
Added an api test for content group fields (joomla#41147)
* added an api test for content group fields * changing file location ---------
Configuration menu - View commit details
-
Copy full SHA for 217b967 - Browse repository at this point
Copy the full SHA 217b967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3177246 - Browse repository at this point
Copy the full SHA 3177246View commit details
Commits on Jul 23, 2023
-
[4.4] Bootstrap 5.3 (joomla#41101)
* Upgrade to bootstrap 5.3 * Restore variable for b/c of com_media overrides * Fixes for RGB conversions * Fixes * Don't use undefined var * Oops * Fix path * New version of system template files * Move prefix into the variables folder for other scss files * Remove bs prefix
Configuration menu - View commit details
-
Copy full SHA for ca610eb - Browse repository at this point
Copy the full SHA ca610ebView commit details -
[4.4] update to 5 (joomla#41127)
* isfile * notice * Update administrator/components/com_joomlaupdate/src/Model/UpdateModel.php Co-authored-by: Richard Fath <[email protected]> ---------
Configuration menu - View commit details
-
Copy full SHA for 97c0ebe - Browse repository at this point
Copy the full SHA 97c0ebeView commit details -
[5.0] Rename Login with Web Authentication to Login with Passkeys (jo…
…omla#41085) * [5.0] Passkeys * size * fgixes * more * Revert "Auxiliary commit to revert individual files from c8db802" This reverts commit 54a7951d408329a3fa24a80145391a94bb25fe29. * Revert "Auxiliary commit to revert individual files from 8d08025" This reverts commit e809ddea25d9ce4f2262fe96dd5faf2cd7410ff7. * Revert "Auxiliary commit to revert individual files from c8db802" This reverts commit ee1a4e9b4e936c1bb06fdfc3369875a8b136bb37. * styleguide * missed one * Add image, change login wording following the style guide (#512) * Add image, change login wording following the style guide * Add passkeys image for mfa method --------- Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c22cc80 - Browse repository at this point
Copy the full SHA c22cc80View commit details -
[4.4] update to 5 from cli (joomla#41117)
* Fix Indirect Modification of Overloaded Property * file_exists ---------
Configuration menu - View commit details
-
Copy full SHA for f8ab092 - Browse repository at this point
Copy the full SHA f8ab092View commit details -
[5.x] SQL field plugin (joomla#41122)
* [5.x] SQL field plugin * added to the plugin params - n0ot sure why but done for consistency
Configuration menu - View commit details
-
Copy full SHA for fec8dc9 - Browse repository at this point
Copy the full SHA fec8dc9View commit details -
[5.x] Redirect filter (joomla#41166)
* [5.x] Redirect filter * camelcase
Configuration menu - View commit details
-
Copy full SHA for e42fbc7 - Browse repository at this point
Copy the full SHA e42fbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3f280 - Browse repository at this point
Copy the full SHA 4f3f280View commit details -
Merge remote-tracking branch 'upstream/4.4-dev' into 5.0-dev
# Conflicts: # administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
Configuration menu - View commit details
-
Copy full SHA for 5e4e23a - Browse repository at this point
Copy the full SHA 5e4e23aView commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80cb08f - Browse repository at this point
Copy the full SHA 80cb08fView commit details -
[5.0] replace deprecated access of input property (joomla#41215)
* [5.0] replace deprecated access of input property * replace Factory::getApplication()
Configuration menu - View commit details
-
Copy full SHA for 55f68b2 - Browse repository at this point
Copy the full SHA 55f68b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c6583 - Browse repository at this point
Copy the full SHA a6c6583View commit details -
[5.0] Update deleted files list in script.php for 5.0.0-alpha3 (jooml…
…a#41211) * Add deleted files and folders from PRs joomla#40664 , joomla#41070 and joomla#41101 * Remove false alarm due to missing upmerge of PR joomla#41101
Configuration menu - View commit details
-
Copy full SHA for 1bab0b6 - Browse repository at this point
Copy the full SHA 1bab0b6View commit details -
[[5.x]Compatibility Plugin (BC) added to system info (joomla#41209)
* [5.x]Compatibility Plugin (BC) added to system info It's going to be more and more important to be able to know if the Backward Compatibility Plugin is enabled or not. This PR adds it to the list of information displayed in the system information page * long name * Add parameters to Combat sysinfo * cs * Update SysinfoModel.php --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e1fc8e - Browse repository at this point
Copy the full SHA 9e1fc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9daff4 - Browse repository at this point
Copy the full SHA c9daff4View commit details -
[5.x] System - Backward Compatibility params (joomla#41214)
* [5.x] System - Backward Compatibility params Display the params correctly * update the language strings * description
Configuration menu - View commit details
-
Copy full SHA for 02924aa - Browse repository at this point
Copy the full SHA 02924aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7796a - Browse repository at this point
Copy the full SHA ad7796aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7431f - Browse repository at this point
Copy the full SHA ce7431fView commit details
Commits on Jul 25, 2023
-
[5.0] [GSoC22] Rich Snippets - schema.org implementation (joomla#41151)
* Update drone signature * Base Implementation of schema.org * Adds language strings * Fixed absolute path for schemaorg.xml * Bloposting plugin * Book plugin * Event Plugin * Updates language files * Adds organization schema * Fix file line end * Add empty line at end of file * Add empty line at end of file * Update provider.php Added empty lines * Update Book.php Added empty lines * Added empty line at the end of file * Resolving conflicts * Update 4.2.3-2022-12-10.sql * Update 4.2.3-2022-12-10.sql * Update base.sql * Update base.sql * Update 4.2.3-2022-12-10.sql * Update 4.2.3-2022-12-10.sql * Update provider.php * Update Event.php * Adds Person plugin * Adds empty line * Adds empty line * Adds empty line at the end of file * Update provider.php * Moved xml outside of src folder and load via trait * Remove $supportFunctionality * Move onSchemaPrepareData to trait * Move onSchemaPrepareData to trait * Moved getSubscribedEvents to trait * Move onSchemaAfterSave to trait * Adds recipe plugin * Use EventInterface as type hint * Move XML outside of src folder for schema.org system plugin * Updated file structure * Update plg_schemaorg_recipe.ini * Update duration.xml * Update provider.php * cleanups * Adds schemaorg in contacts component * Add empty line * SQL fixes - Consistent SQL for new installations and updates - Larger data type for id and itemId columns - No display width for integer columns on MySQL - Use order number for schemaorg plugins - Fix order numbers of system plugins on new installation - Fix character set and collation for MySQL on new installation - Align code style to existing SQL * One more CS fix * Alphabetically sort new schemaorg plugins * Update ContactComponent.php * Fix language files * version updated * Deleting rich snippets from components/com_content folder * Removed rich snippets from contact component * Removes rich snippets from layout folder * minor fixes * Update drone hash * Fixed phpcs * Fix code style * Improve information for schema and require base configuration * Fix basetype parameter * Added base type in output * Remove debug output * Add breadcrumb and finder implementation * Add image and social media * Check for context if schema is supported for the extension * CS Fix * CS fixes * CS fix * Fix deploy version * Improve data loading * Improve trait * Fix broken variables * CS fix * CS fix * CS fix * CS fix * Fix from type * Cleanup plugins * Add base structure of blogposting * Add JobPosting installer * Fix CS * Fix new line * Form fields for jobposting * Fix structure * Provide form for schema.org JoPosting * Fix linebreaks * Remove unused namespace * Changed schema structure and fixed the customCleanup * Added generic field * Changed input type for Nutrition fields to text * Update .drone.yml * Update plugins/schemaorg/jobposting/forms/schemaorg.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/jobposting/forms/schemaorg.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/jobposting/jobposting.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/jobposting/jobposting.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/src/Extension/Recipe.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/src/Extension/Recipe.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/src/Extension/Person.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/src/Extension/Recipe.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/book/src/Extension/Book.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/src/Extension/Person.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/src/Extension/Person.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/jobposting/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/jobposting/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_schemaorg_event.sys.ini Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/src/Extension/Person.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/components/com_contact/src/Extension/ContactComponent.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/src/Extension/Person.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/components/com_content/src/Extension/ContentComponent.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_schemaorg_blogposting.ini Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/src/Extension/Recipe.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_schemaorg_blogposting.ini Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/organization.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/src/Extension/Organization.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/src/Extension/Organization.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/src/Extension/Organization.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/person.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/organization/src/Extension/Organization.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/src/Extension/Schemaorg.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/person/person.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/recipe.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/recipe.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/schemaorg/recipe/src/Extension/Recipe.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/schemaorg.xml Co-authored-by: Brian Teeman <[email protected]> * Update plugins/system/schemaorg/schemaorg.xml Co-authored-by: Brian Teeman <[email protected]> * Update libraries/src/Form/Field/SchemaorgComponentSectionsField.php Co-authored-by: Brian Teeman <[email protected]> * Update libraries/src/Form/Field/SchemaorgComponentSectionsField.php Co-authored-by: Brian Teeman <[email protected]> * Update libraries/src/Form/Field/SchemaorgComponentSectionsField.php Co-authored-by: Brian Teeman <[email protected]> * Update libraries/src/Schemaorg/SchemaorgPluginTrait.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_schemaorg_blogposting.ini Co-authored-by: Brian Teeman <[email protected]> * Fix base.sql duplicate system plugins * Add back schemaorg plugins * Cleanup and com_content schema fallback integration * Add contact fallback schema * Add contact featured bc schema * Apply suggestions from @brianteeman Co-authored-by: Brian Teeman <[email protected]> * Rename update files * Fix wrong DB call * Add check for existing schemas * Apply suggestions from code review Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Brian Teeman <[email protected]> * CS * Apply suggestions from code review Co-authored-by: Brian Teeman <[email protected]> * Apply suggestions from code review Co-authored-by: Brian Teeman <[email protected]> --------- Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Olivier Buisard <[email protected]> Co-authored-by: anuragteapot <[email protected]> Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Timo Feuerstein <[email protected]> Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3192c2 - Browse repository at this point
Copy the full SHA a3192c2View commit details -
[5.x] schemaorg plugins mark as core (joomla#41227)
This PR adds the missing code so that the new system and schemaorg plugins are listed as core extensions in the extension manager
Configuration menu - View commit details
-
Copy full SHA for e80b41e - Browse repository at this point
Copy the full SHA e80b41eView commit details -
There was an error loading the language base path using the framework OutputFilter.
Configuration menu - View commit details
-
Copy full SHA for 929c108 - Browse repository at this point
Copy the full SHA 929c108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9650c26 - Browse repository at this point
Copy the full SHA 9650c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712c32c - Browse repository at this point
Copy the full SHA 712c32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f45bc7b - Browse repository at this point
Copy the full SHA f45bc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d73414 - Browse repository at this point
Copy the full SHA 1d73414View commit details -
[5.0] schemaorg missing namespace (joomla#41237)
Removes the code that disables phpcs checking for a missing namespace as it is present. fixes some codestyle at the same time codereview and if it passes phpcs checks
Configuration menu - View commit details
-
Copy full SHA for 8c91ae2 - Browse repository at this point
Copy the full SHA 8c91ae2View commit details -
[5.0] schemaorg missing copyright (joomla#41234)
* [5.0] schemaorg missing copyright Adds missing copyright statement code review First reported joomla#41151 (comment) joomla#41151 (comment) * Update libraries/src/Schemaorg/SchemaorgServiceTrait.php Co-authored-by: Richard Fath <[email protected]> --------- Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 966aef6 - Browse repository at this point
Copy the full SHA 966aef6View commit details -
[5.0] Schemaorg missing string (joomla#41232)
Every .sys.ini file has an XML_DESCRIPTION string and every .ini file has the same string. This must have been done for a reason and this one language file is missing the string Core Review (originally reported and dismissed joomla#41151 (comment))
Configuration menu - View commit details
-
Copy full SHA for ac74b94 - Browse repository at this point
Copy the full SHA ac74b94View commit details -
[5.0] schemaorg xml (joomla#41235)
This is just codestyle changes removing extra spaces and new lines which came from my misformatted code suggestions And a missing xml definition in a file header code review
Configuration menu - View commit details
-
Copy full SHA for 8c972db - Browse repository at this point
Copy the full SHA 8c972dbView commit details -
[5.0] schemaorg spelling alrady\already (joomla#41241)
code review only
Configuration menu - View commit details
-
Copy full SHA for dd28692 - Browse repository at this point
Copy the full SHA dd28692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54923f8 - Browse repository at this point
Copy the full SHA 54923f8View commit details -
[5.0] scheaeorg return array (joomla#41240)
phan reports Type Mismatch - hope I fixed it correctly plugins/schemaorg/blogposting/src/Extension/Blogposting.php:55 PhanTypeMismatchReturn Returning $this->cleanupDate($schema, ['datePublished','dateModified']) of type bool but customCleanup() is declared to return array plugins/schemaorg/book/src/Extension/Book.php:55 PhanTypeMismatchReturn Returning $this->cleanupDate($schema, ['datePublished']) of type bool but customCleanup() is declared to return array plugins/schemaorg/event/src/Extension/Event.php:55 PhanTypeMismatchReturn Returning $this->cleanupDate($schema, ['startDate']) of type bool but customCleanup() is declared to return array plugins/schemaorg/jobposting/src/Extension/JobPosting.php:57 PhanTypeMismatchReturn Returning $schema of type bool but customCleanup() is declared to return array plugins/schemaorg/recipe/src/Extension/Recipe.php:61 PhanTypeMismatchReturn Returning $schema of type bool but customCleanup() is declared to return array
Configuration menu - View commit details
-
Copy full SHA for 9730f6e - Browse repository at this point
Copy the full SHA 9730f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ce5f8 - Browse repository at this point
Copy the full SHA c8ce5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b7fa2 - Browse repository at this point
Copy the full SHA f4b7fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ca5cd - Browse repository at this point
Copy the full SHA d7ca5cdView commit details -
[5.0] schemaorg replace JPATH_PLATFORM with _JEXEC (joomla#41244)
* [5.0] schemaorg replace JPATH_PLATFORM with _JEXEC * add copyright
Configuration menu - View commit details
-
Copy full SHA for 444cbf4 - Browse repository at this point
Copy the full SHA 444cbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49adbbd - Browse repository at this point
Copy the full SHA 49adbbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c7555 - Browse repository at this point
Copy the full SHA 91c7555View commit details -
Fix missing legacy schema for category,featured,archive view (joomla#…
…41250) Unescape JSON output
Configuration menu - View commit details
-
Copy full SHA for 54f43d1 - Browse repository at this point
Copy the full SHA 54f43d1View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8a6cf5 - Browse repository at this point
Copy the full SHA f8a6cf5View commit details -
[5.0] Update bootstrap modal layout - add modalCss optional parameter (…
…joomla#40650) * Update layouts bootstrap modal main.php Add an optional parameter 'modalCss' to $params array * Fixed code style * Update code style * Update layouts/libraries/html/bootstrap/modal/main.php Co-authored-by: Quy <[email protected]> --------- Co-authored-by: Quy <[email protected]> Co-authored-by: Robert Deutz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8e363d - Browse repository at this point
Copy the full SHA a8e363dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce99f2 - Browse repository at this point
Copy the full SHA 5ce99f2View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3bda55 - Browse repository at this point
Copy the full SHA d3bda55View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd92bc4 - Browse repository at this point
Copy the full SHA bd92bc4View commit details
Commits on Jul 31, 2023
-
Validation Issue (joomla#41285)
![image](https://i.imgur.com/uJ4o8tc.png) Block elements are not allowed inside inline elements. The button tag is an inline element, so the inside div isn't allowed. Switching to span seems to resolve the issue.
Configuration menu - View commit details
-
Copy full SHA for e3fb235 - Browse repository at this point
Copy the full SHA e3fb235View commit details -
[4.3] Display Contact quickicon (joomla#41282)
Fixes a typo introduced with joomla#40715 that prevented the contacts quickicon being displayed Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c928ef6 - Browse repository at this point
Copy the full SHA c928ef6View commit details
Commits on Aug 1, 2023
-
[4.4] Fix minor UI issues caused by bootstrap 5.3 version bump (jooml…
…a#41286) * Fix missing variable maps in atum * Fix color on login page * Fix codestyle
Configuration menu - View commit details
-
Copy full SHA for 06f5629 - Browse repository at this point
Copy the full SHA 06f5629View commit details -
[5.0] Move the compatibility plugin from system to behaviour folder (j…
…oomla#41276) * Move the compatibility plugin from system to behaviour folder This allows system plugins using the JPlugin class to still work with joomla 5.0 compatibility enabled * Fix Language string * Fix SQL update scripts for compat plugin
Configuration menu - View commit details
-
Copy full SHA for 1031c9d - Browse repository at this point
Copy the full SHA 1031c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fab2d - Browse repository at this point
Copy the full SHA 08fab2dView commit details
Commits on Aug 2, 2023
-
Remove class aliases to non existing classes (joomla#41302)
JClientLdap and JLDAP, dependency has been removed
Configuration menu - View commit details
-
Copy full SHA for 59e5b75 - Browse repository at this point
Copy the full SHA 59e5b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6deedde - Browse repository at this point
Copy the full SHA 6deeddeView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a547ab - Browse repository at this point
Copy the full SHA 7a547abView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd20b63 - Browse repository at this point
Copy the full SHA cd20b63View commit details
Commits on Aug 5, 2023
-
[5.0] schema.org cleanup (joomla#41260)
* Add json cleanup * CS fix * Fix deprecation and file name * Fix deprecations * Apply suggestions from code review Co-authored-by: heelc29 <[email protected]> Co-authored-by: Brian Teeman <[email protected]> * Update libraries/src/Schemaorg/SchemaorgPrepareDurationTrait.php * Update libraries/src/Schemaorg/SchemaorgPrepareDurationTrait.php * Apply suggestions from code review Co-authored-by: heelc29 <[email protected]> * Fix namespace * Activate cache by default --------- Co-authored-by: heelc29 <[email protected]> Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe2074e - Browse repository at this point
Copy the full SHA fe2074eView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c14d663 - Browse repository at this point
Copy the full SHA c14d663View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de6a50e - Browse repository at this point
Copy the full SHA de6a50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafb275 - Browse repository at this point
Copy the full SHA fafb275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2f250 - Browse repository at this point
Copy the full SHA 6b2f250View commit details -
[5.0] schemaorg fix schema forms (joomla#41323)
fix option value add missing language keys
Configuration menu - View commit details
-
Copy full SHA for 225f3c1 - Browse repository at this point
Copy the full SHA 225f3c1View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6eb9108 - Browse repository at this point
Copy the full SHA 6eb9108View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3909a0 - Browse repository at this point
Copy the full SHA a3909a0View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 299daa3 - Browse repository at this point
Copy the full SHA 299daa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4517709 - Browse repository at this point
Copy the full SHA 4517709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df0715 - Browse repository at this point
Copy the full SHA 0df0715View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad188c - Browse repository at this point
Copy the full SHA cad188cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4d5b6 - Browse repository at this point
Copy the full SHA cb4d5b6View commit details -
[5.0] link docblock (joomla#41178)
* input filter clean * second pass * third pass * final pass * cleanup * indent
Configuration menu - View commit details
-
Copy full SHA for 7ec953a - Browse repository at this point
Copy the full SHA 7ec953aView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e16cdf - Browse repository at this point
Copy the full SHA 3e16cdfView commit details -
[5.0] build tools creates wrong folder (joomla#41321)
* [5.0] build tools creates wrong folder * update/sync incompatible.html --------- Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 427cd49 - Browse repository at this point
Copy the full SHA 427cd49View commit details -
[4.3] Duplicate field (joomla#41350)
Create an admin menu Create an admin menu item of type system alias Go to the Options tab
Configuration menu - View commit details
-
Copy full SHA for 40cd980 - Browse repository at this point
Copy the full SHA 40cd980View commit details -
Update TemplateModel.php (joomla#41313)
Fix parseXMLTemplateFile with $template->name param. Change to $template->element due to $template->name might be a language constant Co-authored-by: Allon Moritz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33ef27b - Browse repository at this point
Copy the full SHA 33ef27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b34ba - Browse repository at this point
Copy the full SHA 99b34baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 398b550 - Browse repository at this point
Copy the full SHA 398b550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb3243 - Browse repository at this point
Copy the full SHA 8cb3243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60faae8 - Browse repository at this point
Copy the full SHA 60faae8View commit details
Commits on Aug 13, 2023
-
[5][com_joomlaupdate] Deprecated: Creation of dynamic property php 8.2 (
joomla#41118) * Deprecated: Creation of dynamic property 8.2 * Deprecated: Creation of dynamic property * update:extensions:check * -redeclare * noclueotherthan --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcd5290 - Browse repository at this point
Copy the full SHA fcd5290View commit details -
[4.3] com_contact in category_view -> Change the language-string for …
…correct table-head-title (joomla#41319)
Configuration menu - View commit details
-
Copy full SHA for 8f2328a - Browse repository at this point
Copy the full SHA 8f2328aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ff575 - Browse repository at this point
Copy the full SHA 36ff575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0990c93 - Browse repository at this point
Copy the full SHA 0990c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 642de29 - Browse repository at this point
Copy the full SHA 642de29View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2035b7 - Browse repository at this point
Copy the full SHA e2035b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7957282 - Browse repository at this point
Copy the full SHA 7957282View commit details -
[5.0] schemaorg format json-ld (joomla#41271)
* [5.0] schemaorg format json-ld do not escape '/' (breadcrumbs) * [5.0] schemaorg format json-ld pretty print when debug enabled * update --------- Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fa34be - Browse repository at this point
Copy the full SHA 3fa34beView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a3859f - Browse repository at this point
Copy the full SHA 4a3859fView commit details -
[5.0] Update JSON flags for rendering slashes and unicode, and debugg…
…ing (joomla#41330) * Update JSON flags for rendering slashes and unicode, and debugging * revert schema * shorten
Configuration menu - View commit details
-
Copy full SHA for 3392240 - Browse repository at this point
Copy the full SHA 3392240View commit details -
[5.0] TinyMCE highlighter plugin with CodeMirror 6 (joomla#41289)
* joomla-highlighter * joomla-highlighter * fixes * joomla-highlighter * clean * clean * focus * Fix styling * Tab trap
Configuration menu - View commit details
-
Copy full SHA for 6ba6cbd - Browse repository at this point
Copy the full SHA 6ba6cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc7209 - Browse repository at this point
Copy the full SHA fcc7209View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d90cf - Browse repository at this point
Copy the full SHA e4d90cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3189af - Browse repository at this point
Copy the full SHA a3189afView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b9f19 - Browse repository at this point
Copy the full SHA e3b9f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb49cb - Browse repository at this point
Copy the full SHA bfb49cbView commit details -
Merge pull request joomla#41365 from HLeithner/5.0/upmerge
[5.0] Upmerge
Configuration menu - View commit details
-
Copy full SHA for 5ddaa20 - Browse repository at this point
Copy the full SHA 5ddaa20View commit details
Commits on Aug 16, 2023
-
[4.4] Ensure dispatcher are set. For backward compatibility with lega…
…cy components (joomla#41371) * Ensure dispatcher are set. For backward compatibility with legacy components. * Ensure dispatcher are set. * For controller and view * One more deprecation * Apply suggestions from code review Co-authored-by: Brian Teeman <[email protected]> * Revert * Make getDispatcher to work * Make getDispatcher to work * cleanup * phpcs * clean * comment --------- Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8edd2f - Browse repository at this point
Copy the full SHA f8edd2fView commit details -
Merge branch '4.4-dev' into 5.0/upmerge
# Conflicts: # libraries/src/MVC/Controller/BaseController.php
Configuration menu - View commit details
-
Copy full SHA for f79e79b - Browse repository at this point
Copy the full SHA f79e79bView commit details -
Merge pull request joomla#41378 from HLeithner/5.0/upmerge
[5.0] Upmerge
Configuration menu - View commit details
-
Copy full SHA for 1e1d479 - Browse repository at this point
Copy the full SHA 1e1d479View commit details
Commits on Aug 17, 2023
-
[4.4] Disabled Option in Select (joomla#41206)
* [4.4] Disabled Option in Select * cs
Configuration menu - View commit details
-
Copy full SHA for a10308a - Browse repository at this point
Copy the full SHA a10308aView commit details -
[4.4] Deprecate language strings (joomla#41379)
These strings were used for a short while in 2013 and have not been used since. Deprecating them now to be deleted in 5.0 which seems daft but thems the rules
Configuration menu - View commit details
-
Copy full SHA for 315d47d - Browse repository at this point
Copy the full SHA 315d47dView commit details
Commits on Aug 18, 2023
-
Revert "Add a text function for plugins (joomla#41081)" (joomla#41385)
This reverts commit b9d646c.
Configuration menu - View commit details
-
Copy full SHA for b27b429 - Browse repository at this point
Copy the full SHA b27b429View commit details -
[5.0] schemaorg spelling (joomla#41390)
Simple spelling/typo correction
Configuration menu - View commit details
-
Copy full SHA for 66c28e0 - Browse repository at this point
Copy the full SHA 66c28e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b5724 - Browse repository at this point
Copy the full SHA 46b5724View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa78524 - Browse repository at this point
Copy the full SHA fa78524View commit details -
[4.4] Added Api test for com_users (joomla#41370)
* added api test for users * updates * updates * updates * Update Users.cy.js --------- Co-authored-by: Allon Moritz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ed8148 - Browse repository at this point
Copy the full SHA 6ed8148View commit details -
Revert the view text function (joomla#41391)
* Revert the view text function * cs
Configuration menu - View commit details
-
Copy full SHA for d98eff4 - Browse repository at this point
Copy the full SHA d98eff4View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd484f8 - Browse repository at this point
Copy the full SHA dd484f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17e904 - Browse repository at this point
Copy the full SHA e17e904View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d71e2 - Browse repository at this point
Copy the full SHA a1d71e2View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a33dd6 - Browse repository at this point
Copy the full SHA 4a33dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279b677 - Browse repository at this point
Copy the full SHA 279b677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6e574 - Browse repository at this point
Copy the full SHA 1f6e574View commit details -
[5.0] [RFC] Fix update path from previous 5.0.0 alphas (joomla#41394)
* Add deleted files and folders and renamed files - Deleted files and folders from PR joomla#41276 - Renamed file from PR joomla#41260 * Migrate enabled and params from old system plugin on update * Remove deleted files and folders from PR joomla#41276 These files and folders will be removed by the uninstallation of the plugin. * Add exceptions to deleted file check script These files and folders will be removed by the uninstallation of the plugin and therefore should not be added to the lists of deleted files and folders. * Add deleted files and folders from PR joomla#41289 * Add /media/plg_system_compat to exceptions * Remove /media/plg_system_compat deleted files and folders * Revert "Remove /media/plg_system_compat deleted files and folders" This reverts commit ea429a6. * Revert "Add /media/plg_system_compat to exceptions" This reverts commit 296febf.
Configuration menu - View commit details
-
Copy full SHA for 7b7c6aa - Browse repository at this point
Copy the full SHA 7b7c6aaView commit details -
[5.0][Events] Extension and Installer event classes (joomla#41322)
* ContentPrepareEvent * AfterTitle, BeforeDisplay, AfterDisplay * Fix category params * phpcs * PrepareForm * PrepareForm * PrepareForm * PrepareForm * ContentPrepareData * ContentNormaliseRequestData * Params b/c compatibility * ContentBeforeSaveEvent * ContentAfterSave * Fixes for ContentBeforeSave * ContentSaveEvent * ContentDeleteEvent * ChangeStateEvent * BeforeValidateData * Fix Data referencing * Fix params * Re-arange * Re-arange * Descriptions with example * Descriptions with example * Plugin system/fields partial * Proxy interface, ArrayProxy class * ObjectProxy class * Iterating own iterator * Cleanup * Proxy Test * Proxy event data * Dates * testing test * Revert "testing test" This reverts commit 0134790. * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test drone system * Revert "testing test drone system" This reverts commit e48e0c0. * testing test * testing test * testing test * testing test * testing test * Revert "testing test" This reverts commit 4a6064f. * testing test * Schemaorg plg * Fix mixed events * Fix mixed events * Better reshape * fixes * b/c for get/set arguments * CategoryChangeState * Simplify * Installer events * Updates * BeforeInstall event * AfterInstall event * BeforeUninstall event * AfterUninstall event * Update event * Extension events * Reorder --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a78c8f5 - Browse repository at this point
Copy the full SHA a78c8f5View commit details -
[5.0][RFC] Move Toolbar singleton to HtmlDocument (joomla#41254)
* Move Toolbar singleton to HtmlDocument * CS * Update libraries/src/Document/HtmlDocument.php Co-authored-by: heelc29 <[email protected]> * Update libraries/src/Document/HtmlDocument.php Co-authored-by: heelc29 <[email protected]> * Update libraries/src/Document/HtmlDocument.php Co-authored-by: heelc29 <[email protected]> * Update libraries/src/Document/HtmlDocument.php Co-authored-by: heelc29 <[email protected]> * Update administrator/components/com_finder/src/View/Item/HtmlView.php Co-authored-by: heelc29 <[email protected]> * Allow mod_toolbar to render custom toolbars and use the document instance --------- Co-authored-by: heelc29 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd28b04 - Browse repository at this point
Copy the full SHA fd28b04View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8399429 - Browse repository at this point
Copy the full SHA 8399429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3076491 - Browse repository at this point
Copy the full SHA 3076491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a37c13 - Browse repository at this point
Copy the full SHA 0a37c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7902f - Browse repository at this point
Copy the full SHA 2e7902fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e935982 - Browse repository at this point
Copy the full SHA e935982View commit details -
[5.0] Use the current user function in view instead of from the app (j…
…oomla#41059) * Use the current user function in view instead of from the app * fallback * Update administrator/modules/mod_submenu/tmpl/default.php Co-authored-by: Harald Leithner <[email protected]> * Update administrator/components/com_users/src/Model/MethodModel.php Co-authored-by: Harald Leithner <[email protected]> * imports --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc56426 - Browse repository at this point
Copy the full SHA dc56426View commit details -
Merge pull request joomla#41410 from Digital-Peak/upmerge
[5.0] Upmerge
Configuration menu - View commit details
-
Copy full SHA for 0f68e0f - Browse repository at this point
Copy the full SHA 0f68e0fView commit details -
[5.0] Make the includes check easier to read (joomla#41053)
* Make the includes check easier to read * Update includes/framework.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/includes/framework.php Co-authored-by: Brian Teeman <[email protected]> * relative --------- Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47573d2 - Browse repository at this point
Copy the full SHA 47573d2View commit details -
[5.0] Change can do to Registry (joomla#41056)
* Change can do to Registry * more * not state
Configuration menu - View commit details
-
Copy full SHA for a1ae5b4 - Browse repository at this point
Copy the full SHA a1ae5b4View commit details -
[5.0][Events] Make Editor and Buttons plugins to use plugin events (j…
…oomla#40082) * Editor registry and Editor setup event * Codemirror as provider * Codemirror as provider * AbstractEditorProvider * EditorButtonsSetupEvent * EditorButtonsSetupEvent * EditorButtonsSetupEvent * EditorButtonsSetupEvent * Rename editor registry * Editor registry interface * Editor registry interface * Editor buttons * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor Article button * Editor buttons * phpcs * Unused imports, depr. message * Event improve * Event improve * Fixes * Move buttons, asset, author from Editor $attributes to $params * Enable btn asset when exists * phpcs * Better naming * Redo changes after conflict * phpcs * Restore changes after merge conflict --------- Co-authored-by: Martin Carl Kopp <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5b41b4 - Browse repository at this point
Copy the full SHA c5b41b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf4b43 - Browse repository at this point
Copy the full SHA 0bf4b43View commit details -
[5.0][RFC] Joomla Dialog (popup) script. Free, without CC and registr…
…ation (joomla#40150) * JoomlaPopup script Squashed commit of the following: commit cd37244 Author: Fedik <[email protected]> Date: Sat Mar 18 14:14:43 2023 +0200 Popup customisable buttons location commit 64c1197 Author: Fedik <[email protected]> Date: Sat Mar 18 11:51:33 2023 +0200 Popup setCurrent commit 43e20c6 Author: Fedik <[email protected]> Date: Sat Mar 18 11:39:51 2023 +0200 Popup setCurrent, and cancelable commit 8e68503 Author: Fedik <[email protected]> Date: Sat Mar 18 11:29:25 2023 +0200 Popup handle anchor click, and caching commit c784170 Author: Fedik <[email protected]> Date: Sat Mar 18 10:52:50 2023 +0200 Popup helper, aliases commit 225267f Author: Fedik <[email protected]> Date: Fri Mar 17 18:09:40 2023 +0200 Popup basic styling commit 5071c3b Author: Fedik <[email protected]> Date: Fri Mar 17 18:01:30 2023 +0200 Popup basic styling commit a5aeb0a Author: Fedik <[email protected]> Date: Fri Mar 17 16:40:17 2023 +0200 Popup basic styling commit 79a2a93 Author: Fedik <[email protected]> Date: Fri Mar 17 16:00:15 2023 +0200 Popup basic styling commit 0b739fb Author: Fedik <[email protected]> Date: Fri Mar 17 15:40:03 2023 +0200 Popup basic styling commit 2f8d5a1 Author: Fedik <[email protected]> Date: Fri Mar 17 14:54:17 2023 +0200 Can cancel commit b5512f9 Merge: 5d83527 cb1d517 Author: Fedik <[email protected]> Date: Fri Mar 17 14:36:58 2023 +0200 Merge branch '4.3-dev' into jpopup commit 5d83527 Author: Fedik <[email protected]> Date: Sun Mar 12 18:45:10 2023 +0200 Joomla popup base css commit c9abff7 Author: Fedik <[email protected]> Date: Sun Mar 12 17:48:00 2023 +0200 Joomla popup destroy commit 5b42c28 Author: Fedik <[email protected]> Date: Sun Mar 12 17:45:37 2023 +0200 Joomla popup lang commit d3adea8 Author: Fedik <[email protected]> Date: Sun Mar 12 17:37:05 2023 +0200 Joomla popup jscs commit 6923750 Author: Fedik <[email protected]> Date: Sun Mar 12 17:35:34 2023 +0200 Joomla popup alert/confirm handle cancel commit 25b6b16 Author: Fedik <[email protected]> Date: Sun Mar 12 17:25:31 2023 +0200 Joomla popup cleanup commit fd01507 Author: Fedik <[email protected]> Date: Sun Mar 12 17:12:00 2023 +0200 Joomla popup jscs commit 623bffe Author: Fedik <[email protected]> Date: Sun Mar 12 17:09:40 2023 +0200 Joomla popup alert promise commit e726f5f Author: Fedik <[email protected]> Date: Sun Mar 12 16:51:40 2023 +0200 Joomla popup jscs commit 92a05b6 Author: Fedik <[email protected]> Date: Sun Mar 12 16:32:47 2023 +0200 Joomla popup confirm with promise commit 42895bc Author: Fedik <[email protected]> Date: Sun Mar 12 16:26:11 2023 +0200 Joomla popup events commit e64f68a Author: Fedik <[email protected]> Date: Sun Mar 12 16:22:23 2023 +0200 Joomla popup events commit 4bee835 Author: Fedik <[email protected]> Date: Sun Mar 12 15:39:47 2023 +0200 Joomla popup auto-create commit 394ce08 Author: Fedik <[email protected]> Date: Sun Mar 12 15:07:13 2023 +0200 Joomla popup commit ac66242 Author: Fedik <[email protected]> Date: Sun Mar 12 14:53:16 2023 +0200 Joomla popup docs commit e4d87bf Author: Fedik <[email protected]> Date: Sun Mar 12 14:26:11 2023 +0200 Joomla popup image, ajax commit 4b10bbe Author: Fedik <[email protected]> Date: Sun Mar 12 13:17:31 2023 +0200 Joomla popup iframe commit 839cf43 Author: Fedik <[email protected]> Date: Sun Mar 12 12:39:11 2023 +0200 Joomla popup sizes and close commit 2371cd0 Author: Fedik <[email protected]> Date: Sun Mar 12 12:00:54 2023 +0200 Joomla popup render layout commit 7aafc4d Author: Fedik <[email protected]> Date: Sun Mar 12 11:19:35 2023 +0200 Joomla popup statics commit 658dd88 Author: Fedik <[email protected]> Date: Sat Mar 11 20:21:22 2023 +0200 Joomla popup commit 27486ab Author: Fedik <[email protected]> Date: Sat Mar 11 19:03:11 2023 +0200 Joomla popup commit 7e4398d Author: Fedik <[email protected]> Date: Sat Mar 11 17:07:02 2023 +0200 Joomla popup * js/css cs * Rename popup to dialog * Clean html * Update comments * Cancelable alert * Src for inline content * Improve parentElement handling * Simplify * Dispatch joomla:updated for inline content * Improve parent lookup * Data stuff * Useless export * Bubbling * Joomla dialog as module * Bubbling * Fix getFooter * Enlarge default size of iframe * Cassiopeia dialog css * css cs * Check attributes when element rendered initially
Configuration menu - View commit details
-
Copy full SHA for ecc67a0 - Browse repository at this point
Copy the full SHA ecc67a0View commit details -
[5.0][Events] Make captcha plugins use plugin events (joomla#39657)
* CaptchaProviderInterface, CaptchaRegistry, CaptchaEvent * CaptchaNotFoundException * CaptchaRegistry service provider * Update Captcha class * InvisibleCaptchaProvider * Comment * Folder * phpcs * Only values * Retrieve name from instance * Make sure registry has been init before add * Update * Update * Update * Update * Update * Update * Update plugins/captcha/recaptcha_invisible/src/Extension/InvisibleReCaptcha.php Co-authored-by: Dimitris Grammatikogiannis <[email protected]> * Update * Update * Update * Event improve * Event improve * Fixes * Better naming * phpcs --------- Co-authored-by: Dimitris Grammatikogiannis <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82aa35 - Browse repository at this point
Copy the full SHA d82aa35View commit details -
[5.0][Events] Content event classes (joomla#41226)
* ContentPrepareEvent * AfterTitle, BeforeDisplay, AfterDisplay * Fix category params * phpcs * PrepareForm * PrepareForm * PrepareForm * PrepareForm * ContentPrepareData * ContentNormaliseRequestData * Params b/c compatibility * ContentBeforeSaveEvent * ContentAfterSave * Fixes for ContentBeforeSave * ContentSaveEvent * ContentDeleteEvent * ChangeStateEvent * BeforeValidateData * Fix Data referencing * Fix params * Re-arange * Re-arange * Descriptions with example * Descriptions with example * Plugin system/fields partial * Proxy interface, ArrayProxy class * ObjectProxy class * Iterating own iterator * Cleanup * Proxy Test * Proxy event data * Dates * testing test * Revert "testing test" This reverts commit 0134790. * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test drone system * Revert "testing test drone system" This reverts commit e48e0c0. * testing test * testing test * testing test * testing test * testing test * Revert "testing test" This reverts commit 4a6064f. * testing test * Schemaorg plg * Fix mixed events * Fix mixed events * Better reshape * fixes * b/c for get/set arguments * CategoryChangeState * Simplify * Updates * Reorder * Handle result * phpcs * Play safe, legacy extension may have not set the Dispatcher * Revert "Play safe, legacy extension may have not set the Dispatcher" This reverts commit d786b07. * Update access to dispatcher * Do not use deprecated method * AfterCleanCache Event * reorder --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f796d52 - Browse repository at this point
Copy the full SHA f796d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e67a87 - Browse repository at this point
Copy the full SHA 8e67a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2fe8a - Browse repository at this point
Copy the full SHA 1a2fe8aView commit details -
[5.0][Events] Finder event classes (joomla#41320)
* ContentPrepareEvent * AfterTitle, BeforeDisplay, AfterDisplay * Fix category params * phpcs * PrepareForm * PrepareForm * PrepareForm * PrepareForm * ContentPrepareData * ContentNormaliseRequestData * Params b/c compatibility * ContentBeforeSaveEvent * ContentAfterSave * Fixes for ContentBeforeSave * ContentSaveEvent * ContentDeleteEvent * ChangeStateEvent * BeforeValidateData * Fix Data referencing * Fix params * Re-arange * Re-arange * Descriptions with example * Descriptions with example * Plugin system/fields partial * Proxy interface, ArrayProxy class * ObjectProxy class * Iterating own iterator * Cleanup * Proxy Test * Proxy event data * Dates * testing test * Revert "testing test" This reverts commit 0134790. * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test drone system * Revert "testing test drone system" This reverts commit e48e0c0. * testing test * testing test * testing test * testing test * testing test * Revert "testing test" This reverts commit 4a6064f. * testing test * Schemaorg plg * Fix mixed events * Fix mixed events * Better reshape * fixes * b/c for get/set arguments * finder event * finder event * finder event * finder event * CategoryChangeState * CategoryChangeState * Finder content plugin * Simplify * Updates * Reorder * Handle result * phpcs * Play safe, legacy extension may have not set the Dispatcher * Revert "Play safe, legacy extension may have not set the Dispatcher" This reverts commit d786b07. * Update access to dispatcher * Do not use deprecated method * AfterCleanCache Event * reorder --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5e56ad - Browse repository at this point
Copy the full SHA e5e56adView commit details -
[5.0][Events] User event classes (joomla#41317)
* ContentPrepareEvent * AfterTitle, BeforeDisplay, AfterDisplay * Fix category params * phpcs * PrepareForm * PrepareForm * PrepareForm * PrepareForm * ContentPrepareData * ContentNormaliseRequestData * Params b/c compatibility * ContentBeforeSaveEvent * ContentAfterSave * Fixes for ContentBeforeSave * ContentSaveEvent * ContentDeleteEvent * ChangeStateEvent * BeforeValidateData * Fix Data referencing * Fix params * Re-arange * Re-arange * Descriptions with example * Descriptions with example * Plugin system/fields partial * Proxy interface, ArrayProxy class * ObjectProxy class * Iterating own iterator * Cleanup * Proxy Test * Proxy event data * Dates * testing test * Revert "testing test" This reverts commit 0134790. * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test * testing test drone system * Revert "testing test drone system" This reverts commit e48e0c0. * testing test * testing test * testing test * testing test * testing test * Revert "testing test" This reverts commit 4a6064f. * testing test * Schemaorg plg * Fix mixed events * Fix mixed events * Better reshape * fixes * b/c for get/set arguments * AuthorisationEvent * AuthorisationEvent * AuthorisationFailureEvent * LoginEvents * LogoutEvents * LoginButtonsEvents * SaveUserEvents * DeleteUserEvents * DeleteUserEvents * User group events * User AfterRemind events * User events examples * phpcs * CategoryChangeState * Simplify * Updates * Reorder * Handle result * phpcs * Play safe, legacy extension may have not set the Dispatcher * Revert "Play safe, legacy extension may have not set the Dispatcher" This reverts commit d786b07. * Update access to dispatcher * Do not use deprecated method * AfterCleanCache Event * reorder --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbdd32b - Browse repository at this point
Copy the full SHA fbdd32bView commit details -
[4.4] Update FtpClient.php (joomla#41111)
* Update FtpClient.php PHP 8.1 * Update FtpClient.php removed comments * Update FtpClient.php Removed spaces * Update FtpClient.php fixed boolean checks ---------
Configuration menu - View commit details
-
Copy full SHA for f622737 - Browse repository at this point
Copy the full SHA f622737View commit details -
[4.4] Allow @ sign in css identifiers (joomla#41332)
* allow @ sign in css identifiers * also allow @ sign in substrings * fix comment * Update libraries/src/Form/Rule/CssIdentifierRule.php Co-authored-by: Harald Leithner <[email protected]> * Update libraries/src/Form/Rule/CssIdentifierSubstringRule.php Co-authored-by: Harald Leithner <[email protected]> --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41cca13 - Browse repository at this point
Copy the full SHA 41cca13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d066dd - Browse repository at this point
Copy the full SHA 2d066ddView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbcbfcb - Browse repository at this point
Copy the full SHA bbcbfcbView commit details -
Change JComponentHelper filter usage to namespace version (joomla#41259)
* Change JComponentHelper filter usage to namespace version This commit changes all usages of JComponentHelper to \Joomla\CMS\Component\ComponentHelper. Additionally an exception is thrown when JComponehtHelper is used as filter but is not resolvable. Existing entries have to converted manually or per migration script. * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> --------- Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 316ba04 - Browse repository at this point
Copy the full SHA 316ba04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16c058 - Browse repository at this point
Copy the full SHA a16c058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05abbcc - Browse repository at this point
Copy the full SHA 05abbccView commit details -
[5.0] SQL fix and update scripts for PR joomla#41259 (joomla#41417)
* Change JComponentHelper filter usage to namespace version This commit changes all usages of JComponentHelper to \Joomla\CMS\Component\ComponentHelper. Additionally an exception is thrown when JComponehtHelper is used as filter but is not resolvable. Existing entries have to converted manually or per migration script. * Escape backslash in filter parameter value * Add update SQL scripts * Limit migration on update to relevant core plugins * Migrate also custom field parameters on update * PostgreSQL: Don't add parameter value when missing * Revert "PostgreSQL: Don't add parameter value when missing" This reverts commit 95d8972. * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> --------- Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Allon Moritz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c0f4bb - Browse repository at this point
Copy the full SHA 2c0f4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af9160 - Browse repository at this point
Copy the full SHA 0af9160View commit details -
Configuration menu - View commit details
-
Copy full SHA for b937067 - Browse repository at this point
Copy the full SHA b937067View commit details -
[5.0][Events] Schemaorg event classes (joomla#41327)
* [5.0][Events] Schemaorg event classes * cs * remove unused import * rename table argument due joomla#41322 * cs * update
Configuration menu - View commit details
-
Copy full SHA for b5a1c65 - Browse repository at this point
Copy the full SHA b5a1c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76dae6 - Browse repository at this point
Copy the full SHA a76dae6View commit details -
[5.0] Fix JSON error on update with PostgreSQL (joomla#41430)
* Use quadrupel backslashes in JSON also in update SQL * Use JSON_UNQUOTE for MySQL for consistency with base.sql * Revert changes for MySQL and add a comment
Configuration menu - View commit details
-
Copy full SHA for e9b29b6 - Browse repository at this point
Copy the full SHA e9b29b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 078f256 - Browse repository at this point
Copy the full SHA 078f256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d4dff - Browse repository at this point
Copy the full SHA 22d4dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b8305 - Browse repository at this point
Copy the full SHA d1b8305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e6632 - Browse repository at this point
Copy the full SHA 24e6632View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ce360 - Browse repository at this point
Copy the full SHA c4ce360View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c895c3 - Browse repository at this point
Copy the full SHA 0c895c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a6c6b - Browse repository at this point
Copy the full SHA 18a6c6bView commit details -
Translation Update (joomla#41412)
* Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * use 4.3-dev branch for translation bot * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update --------- Co-authored-by: Franciska Perisa <[email protected]> Co-authored-by: Christian Heel <[email protected]> Co-authored-by: Stefan Wendhausen <[email protected]> Co-authored-by: Olivier Buisard <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d059100 - Browse repository at this point
Copy the full SHA d059100View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43010b4 - Browse repository at this point
Copy the full SHA 43010b4View commit details
Commits on Aug 26, 2023
-
Cypress com privacy api test (joomla#41448)
* api tests for com_privacy * added spacing
Configuration menu - View commit details
-
Copy full SHA for 98c752e - Browse repository at this point
Copy the full SHA 98c752eView commit details -
[5.0] Fix error creating schedule task (joomla#41457)
* Fix error creating schedule task * CS
Configuration menu - View commit details
-
Copy full SHA for 6e420fb - Browse repository at this point
Copy the full SHA 6e420fbView commit details -
searchbar close when core (joomla#41383)
Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 385b8ff - Browse repository at this point
Copy the full SHA 385b8ffView commit details -
[5.0] Handle browser page title properly for article view (joomla#41452)
* Handle browser page title properly for article view * Better fix * CS
Configuration menu - View commit details
-
Copy full SHA for c1060c6 - Browse repository at this point
Copy the full SHA c1060c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aed292 - Browse repository at this point
Copy the full SHA 9aed292View commit details -
[5.x] Corrected headings ordering in contact (joomla#41133)
* Corrected headings ordering in contact * Corrected links title * Add more logic
Configuration menu - View commit details
-
Copy full SHA for 9d1ebd5 - Browse repository at this point
Copy the full SHA 9d1ebd5View commit details -
[5.0] New task plugin for check in items (joomla#37842)
* create a new example plugin * fixes based on comments * updated to allow a delay time * Update plugins/task/checkin/checkin.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/checkin/checkin.xml Co-authored-by: Konstantin Kolos <[email protected]> * Update plugins/task/checkin/checkin.xml Co-authored-by: Konstantin Kolos <[email protected]> * Update plugins/task/checkin/checkin.xml Co-authored-by: heelc29 <[email protected]> * refactoring * WIP * Update plugins/task/checkin/src/checkin.xml Co-authored-by: heelc29 <[email protected]> * Update plugins/task/checkin/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/task/checkin/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: heelc29 <[email protected]> * Still WIP * cs fix * cs fix again * wip * fix path and classes * Add installation and update SQL * Update core extensions list in ExtensionHelper * Update plugins/task/checkin/services/provider.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: Allon Moritz <[email protected]> * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: heelc29 <[email protected]> * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: heelc29 <[email protected]> * Update administrator/language/en-GB/plg_task_checkin.ini Co-authored-by: heelc29 <[email protected]> * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: heelc29 <[email protected]> * Fix system tests failing on PHP 7 with syntax error unexpected ')' * Update plugins/task/checkin/src/Extension/Checkin.php Co-authored-by: Richard Fath <[email protected]> * Add missing use statement * move file and remove not needed use statement * Phase 1 convert BRANCH to PSR-12 * Phase 2 convert BRANCH to PSR-12 * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update libraries/src/Extension/ExtensionHelper.php Co-authored-by: Richard Fath <[email protected]> * rename plugin * cs fix * cs fix 2 * forgot to rename * forgot to rename * Update administrator/components/com_admin/sql/updates/mysql/4.2.0-2022-06-04.sql Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/sql/updates/postgresql/4.2.0-2022-06-04.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * rename sql files * Update plugins/task/globalcheckin/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/globalcheckin/src/Extension/Globalcheckin.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/globalcheckin/src/Extension/Globalcheckin.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/globalcheckin/src/Extension/Globalcheckin.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/globalcheckin/src/Extension/Globalcheckin.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_globalcheckin.sys.ini Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/globalcheckin/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_globalcheckin.ini Co-authored-by: Brian Teeman <[email protected]> * change files names of update scripts * Update plugins/task/globalcheckin/globalcheckin.xml Co-authored-by: heelc29 <[email protected]> * Update plugins/task/globalcheckin/forms/globalcheckin_params.xml Co-authored-by: heelc29 <[email protected]> * fix application * use $db instead of application * Update plugins/task/globalcheckin/src/Extension/Globalcheckin.php Co-authored-by: heelc29 <[email protected]> --------- Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Konstantin Kolos <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Joomla! Bot <[email protected]> Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a5d604 - Browse repository at this point
Copy the full SHA 0a5d604View commit details -
[5.0] Fix tinyMCE upgrade hiccup (joomla#41475)
* don’t repeat the change Signed-off-by: Dimitris Grammatikogiannis <[email protected]> * Hmm there’s another one Signed-off-by: Dimitris Grammatikogiannis <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: heelc29 <[email protected]> * undo the last one, superficial Signed-off-by: Dimitris Grammatikogiannis <[email protected]> * oops, it’s an array Signed-off-by: Dimitris Grammatikogiannis <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update script.php --------- Signed-off-by: Dimitris Grammatikogiannis <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beec751 - Browse repository at this point
Copy the full SHA beec751View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e5b4d - Browse repository at this point
Copy the full SHA b6e5b4dView commit details
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21e3760 - Browse repository at this point
Copy the full SHA 21e3760View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78d0f8 - Browse repository at this point
Copy the full SHA f78d0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155973f - Browse repository at this point
Copy the full SHA 155973fView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6d8421 - Browse repository at this point
Copy the full SHA f6d8421View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ed8e1 - Browse repository at this point
Copy the full SHA b7ed8e1View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bdab3b - Browse repository at this point
Copy the full SHA 8bdab3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3000a - Browse repository at this point
Copy the full SHA 1a3000aView commit details -
[5.0] Smart Search: Fixing missing new events in finder-content-plugin (
joomla#41501) * Smart Search: Fixing missing new events in finder-content-plugin * Codestyle
Configuration menu - View commit details
-
Copy full SHA for e4b7950 - Browse repository at this point
Copy the full SHA e4b7950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290b107 - Browse repository at this point
Copy the full SHA 290b107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bf0b5 - Browse repository at this point
Copy the full SHA 67bf0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc5efb - Browse repository at this point
Copy the full SHA 3fc5efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3d62e - Browse repository at this point
Copy the full SHA 0d3d62eView commit details -
Merge pull request joomla#41505 from Digital-Peak/upmerge
[5.0] Upmerge
Configuration menu - View commit details
-
Copy full SHA for fd4e2d7 - Browse repository at this point
Copy the full SHA fd4e2d7View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ff17cc - Browse repository at this point
Copy the full SHA 3ff17ccView commit details
Commits on Aug 31, 2023
-
[4.2] Add autocomplete=one-time-code attribute to mfa input field (jo…
…omla#38854) * Added one-time-code attribute to mfa input field * use „off“ as value for the fixed plugin * Update components/com_users/tmpl/captive/default.php Co-authored-by: Quy <[email protected]> * Update administrator/components/com_users/tmpl/captive/default.php Co-authored-by: Quy <[email protected]> * Update administrator/components/com_users/tmpl/captive/default.php Co-authored-by: Harald Leithner <[email protected]> * Update components/com_users/tmpl/captive/default.php --------- Co-authored-by: Quy <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Hannes Papenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e8cb63 - Browse repository at this point
Copy the full SHA 0e8cb63View commit details
Commits on Sep 1, 2023
-
[5.0] plugins/multifactorauth/fixed/src/Extension/Fixed.php (joomla#4…
…1540) Fixes code style error after upmerge
Configuration menu - View commit details
-
Copy full SHA for 8befcc3 - Browse repository at this point
Copy the full SHA 8befcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96bc50e - Browse repository at this point
Copy the full SHA 96bc50eView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45f7764 - Browse repository at this point
Copy the full SHA 45f7764View commit details -
[5.0][Events] User Authentication as real event (joomla#41485)
* User AuthenticationEvent * User AuthenticationEvent * Core aware
Configuration menu - View commit details
-
Copy full SHA for f26136c - Browse repository at this point
Copy the full SHA f26136cView commit details -
[5.0][Events] Privacy event classes (joomla#41486)
* CollectCapabilities event * CheckPrivacyPolicyPublished Event * ExportRequest Event * ExportRequest Event * Can remove * RemoveData Event * User privacy plugin * Better validation * Testing test * Comments
Configuration menu - View commit details
-
Copy full SHA for f5464e2 - Browse repository at this point
Copy the full SHA f5464e2View commit details -
[5.0][Events] Custom fields event classes (joomla#41495)
* GetTypes Event * PrepareDom Event * PrepareField Event * revert * AfterPrepare Field * AfterPrepare Field * FieldsPlugin add support of SubscriberInterface --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8404f4 - Browse repository at this point
Copy the full SHA a8404f4View commit details -
[5.0][Events] Event class for com_ajax requests (joomla#41524)
* com_ajax events * com_ajax events
Configuration menu - View commit details
-
Copy full SHA for bbf3c6d - Browse repository at this point
Copy the full SHA bbf3c6dView commit details -
[5.0][Events] Event classes for Actionlog, Cache, Contact, Checkin co…
…mponents (joomla#41488) * Actionlog events * Cache events * Contact events * AfterCheckin event --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b51735 - Browse repository at this point
Copy the full SHA 7b51735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8297e3a - Browse repository at this point
Copy the full SHA 8297e3aView commit details -
[5.0][Events] Menu event classes (joomla#41498)
* BeforeRenderMenu event * AfterGetMenuTypeOptions Event * PreprocessMenuItems Event * phpcs --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8715966 - Browse repository at this point
Copy the full SHA 8715966View commit details -
[5.0][Events] Installer event classes (joomla#41518)
* AddInstallationTabEvent * AddInstallationTab Event * Before install Event * AfterInstaller Event * BeforePackageDownload event * One more --------- Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf881f3 - Browse repository at this point
Copy the full SHA bf881f3View commit details -
[5.0] Remove outdated captcha for new installation (joomla#41530)
* Remove outdated captcha for new installation * Remove outdated captcha for new installation * Remove outdated captcha for new installation * Remove outdated captcha for new installation * Apply suggestions from code review Co-authored-by: Richard Fath <[email protected]> --------- Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e33c77 - Browse repository at this point
Copy the full SHA 5e33c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e069e8f - Browse repository at this point
Copy the full SHA e069e8fView commit details -
[5.0] Smart Search: Allow to hide archived content (joomla#41504)
* Smart Search: Allow to hide archived content * Add language strings and improve hints * Update plugins/finder/newsfeeds/newsfeeds.xml Co-authored-by: Quy <[email protected]> * Update plugins/finder/categories/categories.xml Co-authored-by: Quy <[email protected]> * Update plugins/finder/contacts/contacts.xml Co-authored-by: Quy <[email protected]> * Update plugins/finder/newsfeeds/newsfeeds.xml Co-authored-by: Quy <[email protected]> * Update plugins/finder/content/content.xml Co-authored-by: Quy <[email protected]> * Update plugins/finder/tags/tags.xml Co-authored-by: Quy <[email protected]> --------- Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41d8064 - Browse repository at this point
Copy the full SHA 41d8064View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5fa6a3 - Browse repository at this point
Copy the full SHA d5fa6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a451bdf - Browse repository at this point
Copy the full SHA a451bdfView commit details -
[5.0] Improve CMS installation code (joomla#38914)
* Initial code for a CLI installation * First PoC * Lots of cleanup * Finalising CLI installer * Deleting install folder after installation * Codestyle * Fixing path of API test install * Update installation/INSTALL Co-authored-by: Brian Teeman <[email protected]> * Codestyle * Docblocks * Wording * Fixing db prefix for API tests * Fixing Postgres API tests * Further fixes to API tests * Some cleanup * Fixing API tests one last time * Docblock formatting * Resorting fields * Improving progress indicator messages * Disable remote DB check for CLI installation * Fixing check * Introducing _JCLI_INSTALLATION constant for DB check * Hiding password entries on CLI * hide admin psw * show db_prefix show db_prefix in interacting mode too * Adding check for configuration.php present * Allowing for empty db password * Deleting installation folder only when not in dev mode * Codestyle * Converting strings to ini file * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/src/Console/InstallCommand.php Co-authored-by: Brian Teeman <[email protected]> * Update installation/src/Console/InstallCommand.php Co-authored-by: Brian Teeman <[email protected]> * Update installation/src/Console/InstallCommand.php Co-authored-by: Brian Teeman <[email protected]> * Update installation/src/Console/InstallCommand.php Co-authored-by: Brian Teeman <[email protected]> * Update installation/src/Console/InstallCommand.php Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.cli.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/INSTALL Co-authored-by: Brian Teeman <[email protected]> * Further bugfixes * Cleaning up available RDBMS options * Catching error when connecting to database * Removing false db type * Fixing case of attribute * Removing unnecessary methods from CliInstallationApplication * Fixing string * First Cleanup of installation code in models and controller * Update .drone.yml * Update cli.php * Codestyle * Finalising * Typehinting and codestyle * Update installation/src/Model/DatabaseModel.php Co-authored-by: Allon Moritz <[email protected]> * Update installation/src/Model/DatabaseModel.php Co-authored-by: Allon Moritz <[email protected]> * Replacing Factory::getApplication --------- Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: Nicola Galgano <[email protected]> Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Harald Leithner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2df39cf - Browse repository at this point
Copy the full SHA 2df39cfView commit details -
[5.0] Remove IE9 code, don't force download of JSON documents (joomla…
…#39397) * Remove IE9 code * Don't force JSON download
Configuration menu - View commit details
-
Copy full SHA for dfae596 - Browse repository at this point
Copy the full SHA dfae596View commit details -
Add inlinehelp button to FormView (joomla#39073)
* Add inlinehelp button to FormView * Update libraries/src/MVC/View/FormView.php Co-authored-by: heelc29 <[email protected]> * Update libraries/src/MVC/View/FormView.php Co-authored-by: heelc29 <[email protected]> * Unrelated CS fix * Unrelated CS fix --------- Co-authored-by: heelc29 <[email protected]> Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f9970f - Browse repository at this point
Copy the full SHA 5f9970fView commit details -
[5.0] Generic ModalSelect field (joomla#40462)
* ModalSelect field Squashed commit of the following: commit cfea2ada6e38857690e7837a5cddd30592709d85 Author: Fedik <[email protected]> Date: Sun Apr 23 13:15:05 2023 +0300 Value commit 098fbcc75faff468e5541810482e6be44b0070c1 Author: Fedik <[email protected]> Date: Sun Apr 23 12:53:18 2023 +0300 Change commit 895a5e86e8dcd7c99169ff0fac373cc7a43db94a Author: Fedik <[email protected]> Date: Sun Apr 23 12:52:40 2023 +0300 Modal select, change only once commit ac48d1a87204bbf9f92e634862986e6ba71b098a Author: Fedik <[email protected]> Date: Sun Apr 23 12:50:49 2023 +0300 Field modal select fixes commit cc1bd15 Author: Fedik <[email protected]> Date: Sun Apr 23 11:59:59 2023 +0300 Hide toolbar commit 989b530 Merge: 7b7970c b8b35f3 Author: Fedik <[email protected]> Date: Sun Apr 23 11:55:34 2023 +0300 Merge branch '5.0-dev' into popup-field2 commit 7b7970c Author: Fedik <[email protected]> Date: Tue Apr 18 18:28:23 2023 +0300 Content dialog field, fixes commit 1295c08 Author: Fedik <[email protected]> Date: Tue Apr 18 18:23:38 2023 +0300 Content dialog field, fixes commit 97c7dc7 Author: Fedik <[email protected]> Date: Tue Apr 18 17:14:58 2023 +0300 Content dialog field, fix lang commit 4298c93 Author: Fedik <[email protected]> Date: Tue Apr 18 16:44:32 2023 +0300 Content dialog field, rename to modal-content-select commit 0dc3b10 Author: Fedik <[email protected]> Date: Tue Apr 18 16:32:27 2023 +0300 Content dialog field, ModalSelectField, ArticleField commit dd92b95 Author: Fedik <[email protected]> Date: Tue Apr 18 16:04:02 2023 +0300 Content dialog field, ModalSelectField, ArticleField commit 77a2b81 Author: Fedik <[email protected]> Date: Tue Apr 18 15:53:13 2023 +0300 Content dialog field, ModalSelectField, ArticleField commit 9e412fa Author: Fedik <[email protected]> Date: Tue Apr 18 14:45:52 2023 +0300 Content dialog field, ModalSelectField, ArticleField commit 77073ee Author: Fedik <[email protected]> Date: Tue Apr 18 14:38:11 2023 +0300 Content dialog field, ModalSelectField, ArticleField commit 8a039a6 Author: Fedik <[email protected]> Date: Tue Apr 18 13:52:47 2023 +0300 Content dialog field, ModalSelectField commit 4570541 Author: Fedik <[email protected]> Date: Mon Apr 17 20:10:42 2023 +0300 Content dialog field, ModalSelectField commit caf73b5 Author: Fedik <[email protected]> Date: Mon Apr 17 19:32:34 2023 +0300 Content dialog field, ModalSelectField commit 0eb657e Author: Fedik <[email protected]> Date: Mon Apr 17 19:17:18 2023 +0300 Content dialog field, ModalSelectField commit c84bc7f Author: Fedik <[email protected]> Date: Mon Apr 17 17:55:24 2023 +0300 Content dialog field, clean up commit 40076a5 Author: Fedik <[email protected]> Date: Mon Apr 17 17:53:55 2023 +0300 Content dialog field, better names commit a12ed99 Author: Fedik <[email protected]> Date: Mon Apr 17 16:00:49 2023 +0300 Content dialog field, isChanged commit 940d86e Author: Fedik <[email protected]> Date: Mon Apr 17 15:46:59 2023 +0300 Content dialog field, setupField commit 25bf2cf Author: Fedik <[email protected]> Date: Mon Apr 17 14:50:10 2023 +0300 Content dialog field, fixes commit 0bedbc8 Author: Fedik <[email protected]> Date: Mon Apr 17 13:12:19 2023 +0300 Content dialog field, fixes commit 398e576 Author: Fedik <[email protected]> Date: Mon Apr 17 12:45:34 2023 +0300 Content dialog field, checkin on close commit 4b8c18f Author: Fedik <[email protected]> Date: Mon Apr 17 12:03:57 2023 +0300 Content dialog field, script options commit 3c1c3f0 Author: Fedik <[email protected]> Date: Mon Apr 17 12:01:49 2023 +0300 Content dialog field, script options commit 59c17b4 Author: Fedik <[email protected]> Date: Sat Apr 15 17:59:08 2023 +0300 Content dialog field, modalreturn redirect commit 3cdb25c Author: Fedik <[email protected]> Date: Sat Apr 15 17:52:01 2023 +0300 Content dialog field, modalreturn redirect commit 809e971 Author: Fedik <[email protected]> Date: Sat Apr 15 17:46:45 2023 +0300 Content dialog field, modalreturn redirect commit 00f8cc3 Author: Fedik <[email protected]> Date: Sat Apr 15 16:44:09 2023 +0300 Content dialog field, modalreturn and select on load commit 49b7fbe Author: Fedik <[email protected]> Date: Sat Apr 15 14:55:31 2023 +0300 Content dialog field, modal toolbar commit bbd6da3 Author: Fedik <[email protected]> Date: Sat Apr 15 14:13:38 2023 +0300 Content dialog field, content select commit b155fc0 Author: Fedik <[email protected]> Date: Sat Apr 15 13:40:26 2023 +0300 Content dialog field, content select commit e6ac288 Author: Fedik <[email protected]> Date: Fri Apr 14 19:15:05 2023 +0300 Content dialog field, edit url commit 99beda2 Author: Fedik <[email protected]> Date: Fri Apr 14 18:56:53 2023 +0300 Content dialog field, view update commit e99794e Author: Fedik <[email protected]> Date: Fri Apr 14 18:39:51 2023 +0300 Content dialog field, handle select commit 3a01472 Author: Fedik <[email protected]> Date: Fri Apr 14 18:12:58 2023 +0300 Content dialog field commit e1a0e18 Author: Fedik <[email protected]> Date: Fri Apr 14 17:45:23 2023 +0300 Content dialog field * phpcs * phpcs * phpcs * Sublayout extra-buttons that allows extra buttons, eg "assoc. propagate" * phpcs * Asset name * Asset name * Allow custom messageType * Field get/set * Apply suggestions from code review Co-authored-by: Brian Teeman <[email protected]> * Asset name * Bigger size for content select dialog and default * csscs * tests * tests * Improve return page --------- Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5719ff7 - Browse repository at this point
Copy the full SHA 5719ff7View commit details -
[5.0][RFC] Joomla.Editor and Joomla.EditorButton client side API (joo…
…mla#40202) * Editors API * Editors API * Editors API TinyMCE * Editors API TinyMCE * Editors API Codemirror * Editors API None * Editors API fixes * Editors API fixes * Editors API buttons * Editors API buttons * Editors API no promise * Editors API button readmore * Editors API buttons * Editors API buttons, modal * Editors API buttons, modal * Editors API buttons, modal for legacy buttons * Editors API buttons, modal for legacy buttons * Editors API buttons, modal action * Editors API buttons, modal action * Editors API buttons, tinymce * Editors API buttons, tinymce * Editors API buttons, Try to find a legacy editor * Editors API, none editor * Editors API, none editor * Editors API, none editor * Editors API, warning * Editors API, warning * More legacy fallbacks * More legacy fallbacks, and deprecation warning * More legacy fallbacks, and deprecation warning * More legacy fallbacks, and deprecation warning * phpcs * phpcs * Handler type check * phpcs * ignore selectors in src * Editors api ESM * Editors api ESM * Editors api ESM, codemirror * Editors api ESM, tinymce * Single entry point * jscs * build upd * Restore changes after merge conflict * Restore button layout after conflict * Asset name * Update buttons * Update buttons * Update buttons * phpcs * Fix missed import * Fix module select * jscs
Configuration menu - View commit details
-
Copy full SHA for ef33d44 - Browse repository at this point
Copy the full SHA ef33d44View commit details -
[5.0] Fix tinyMCE drag and drop images (joomla#41528)
* fix the drag and drop Signed-off-by: Dimitris Grammatikogiannis <[email protected]> * Wrong approach, convert plugin to ESM * Wrong approach, convert plugin to ESM --------- Signed-off-by: Dimitris Grammatikogiannis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4a7d5b - Browse repository at this point
Copy the full SHA a4a7d5bView commit details -
[5.0] finder date a11y (joomla#41429)
* [5.0] finder date a11y * Update Filter.php --------- Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a52306 - Browse repository at this point
Copy the full SHA 0a52306View commit details -
[5.0] AVIF support for media manager (joomla#41381)
* [5.0] AVIF support for media manager Allow media manager to have AVIF files uploaded and rendered * Update install too * Fix postgres * Fix various references and defaults
Configuration menu - View commit details
-
Copy full SHA for 8913b62 - Browse repository at this point
Copy the full SHA 8913b62View commit details -
Revert "Smart Search: Use UTF8-aware functions when indexing (joomla#…
…41502)" (joomla#41551) This reverts commit e069e8f.
Configuration menu - View commit details
-
Copy full SHA for bf7ee85 - Browse repository at this point
Copy the full SHA bf7ee85View commit details -
Add new input rule for ShowOn field (joomla#41460)
* add new input rule for showon field * Update copyright of new file * Update libraries/src/Form/Rule/ShowOnRule.php Co-authored-by: Richard Fath <[email protected]> --------- Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4ad4a8 - Browse repository at this point
Copy the full SHA e4ad4a8View commit details -
Joomla content plugin: Check if param is set before comparing (joomla…
…#41500) Co-authored-by: Quy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed6ef1f - Browse repository at this point
Copy the full SHA ed6ef1fView commit details -
[5.0] Adding display of progress to installation (joomla#29376)
* Adding modal with progress to installation * Update installation/language/en-GB/joomla.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.ini Co-authored-by: Brian Teeman <[email protected]> * Changing tags for icons * Fixing setup.js * Fixing template.js * Update installation/language/en-GB/joomla.ini Co-authored-by: Brian Teeman <[email protected]> * Update installation/language/en-GB/joomla.ini Co-authored-by: Brian Teeman <[email protected]> * Adding ARIA attributes * Adding aria-live to initial markup * Making the live region assertive Sorting language strings * Close Modal on error * Refactoring * Codestyle * Update installation/tmpl/setup/default.php Co-authored-by: Harald Leithner <[email protected]> * Adding spacing * Changing language file * Fixing missing semicolons * Adding aria-live attribute * Checking also for Postgres custom SQL files * Removing extensive text in install progress. * Removing additional JS code * Implementing a better accessible progress bar * SCSS codestyle * Cleanup * Changing error handling for broken db credentials * Fixes * Update installation/src/Controller/InstallationController.php Co-authored-by: Allon Moritz <[email protected]> * Fixing installation of languages * Codestyle --------- Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Allon Moritz <[email protected]> Co-authored-by: Christiane Maier-Stadtherr <[email protected]> Co-authored-by: Martin Carl Kopp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8be6713 - Browse repository at this point
Copy the full SHA 8be6713View commit details -
[5.0] [New Feature] TinyMCE Image Classes (joomla#36962)
* [4.2] [New Feature] TinyMCE Image Classes Based on user feedback this PR adds the ability to add "Left, Right & Center" alignment for images using the tinymce image button. This uses the tinymce api and existing tinmyce language strings so should be compatible with all languages and easy to maintain etc. As a bonus this resolves the current issue that after inserting an image with the media manager when you select the image again you can change the alignment. This is NOT using inline styles. It uses correct classes but as they are present in cassiopeia but not in the editor.css they have been added to the editor.css to ensure they preview correctly. To test either use a prebuilt package or apply the pr and rebuild the css `npm run build:css` * not yet * Phase 1 convert BRANCH to PSR-12 * Phase 2 convert BRANCH to PSR-12 * Update DisplayTrait.php cs --------- Co-authored-by: Joomla! Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dd26bd - Browse repository at this point
Copy the full SHA 5dd26bdView commit details -
[5.0] Content refactoring of testing sampledata (joomla#41489)
* Content refactoring of testing sampledata * bootstrap_size * Articles Categories - change category to non empty * codestyle * Additional fixes and cleanup to testing sampledata * Reverting check in joomla content plugin --------- Co-authored-by: Brian Teeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f8c29 - Browse repository at this point
Copy the full SHA c0f8c29View commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbea1c1 - Browse repository at this point
Copy the full SHA bbea1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1adfb - Browse repository at this point
Copy the full SHA ba1adfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e95724 - Browse repository at this point
Copy the full SHA 2e95724View commit details -
Use CMSWebApplicationInterface in controllers (joomla#28508)
* Use CMSWebApplicationInterface in controllers * Fix tests by using interfaces * Fix installation * Phase 1 convert BRANCH to PSR-12 * Phase 2 convert BRANCH to PSR-12 * Make method protected * Add exception docs * CS * CS * PHPCS --------- Co-authored-by: Joomla! Bot <[email protected]> Co-authored-by: Hannes Papenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67a4e57 - Browse repository at this point
Copy the full SHA 67a4e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9837015 - Browse repository at this point
Copy the full SHA 9837015View commit details -
Configuration menu - View commit details
-
Copy full SHA for e28abb8 - Browse repository at this point
Copy the full SHA e28abb8View commit details -
[5] add2scheduler-updatenotification (joomla#40788)
* updnft2task * better name * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * cache_timeout * lastrun * cs * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/updatenotification/src/Extension/UpdateNotification.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/updatenotification/src/Extension/UpdateNotification.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/updatenotification/src/Extension/UpdateNotification.php Co-authored-by: Richard Fath <[email protected]> * delete system plugin * settingson install * bettersyntax * hardcode-nestedset * hardcode-nestedset * grr * hardcode-nestedset * hardcode-nestedset * prefix * fix pgsql * Rename 5.0.0-2023-06-18.sql to 5.0.0-2023-08-04.sql shift * Rename 5.0.0-2023-06-18.sql to 5.0.0-2023-08-04.sql shift * Update administrator/language/en-GB/plg_task_updatenotification.ini Co-authored-by: heelc29 <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: heelc29 <[email protected]> * Update administrator/language/en-GB/plg_task_updatenotification.ini Co-authored-by: heelc29 <[email protected]> * Update plugins/task/updatenotification/services/provider.php Co-authored-by: heelc29 <[email protected]> * Update plugins/task/updatenotification/forms/sendForm.xml Co-authored-by: heelc29 <[email protected]> * Update administrator/language/en-GB/plg_task_updatenotification.ini Co-authored-by: heelc29 <[email protected]> * remove old language files * add mail template for new installations * remove postinstall message * alphasort * upper case see line 203 * class Text not imported * feedback from session gc * remove old mail template on update * set created_by for new task * cs * exec-day * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Rename 5.0.0-2023-08-04.sql to 5.0.0-2023-08-24.sql * Rename 5.0.0-2023-08-04.sql to 5.0.0-2023-08-24.sql * Rename 5.0.0-2023-08-24.sql to 5.0.0-2023-08-30.sql * Rename 5.0.0-2023-08-24.sql to 5.0.0-2023-08-30.sql * SQL CS * SQL CS * Fix plugin name in email body * Single quotes Co-authored-by: heelc29 <[email protected]> * Revert text function for plugins * Remove extra reference assignment for dispatcher argument Co-authored-by: heelc29 <[email protected]> * Set last and next execution and locked of task on new installation * SQL CS * Task should be enabled on a new installation * Make sure to have UTC timestamps on PostgreSQL * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Fix lastrun default on update * Add parameters to SQL insert of task --------- Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: heelc29 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a3ab79 - Browse repository at this point
Copy the full SHA 6a3ab79View commit details -
[5] add2scheduler-rotationlog (joomla#40519)
* add2scheduler-logsdelete-logsrotate * cs * Update administrator/language/en-GB/plg_task_deletelogs.ini Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_deletelogs.sys.ini Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/services/provider.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: Brian Teeman <[email protected]> * Update plugins/task/deletelogs/deletelogs.xml Co-authored-by: jsanders <[email protected]> * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: jsanders <[email protected]> * unsed * alpha order * Update plugins/task/deletelogs/src/Extension/DeleteLogs.php Co-authored-by: jsanders <[email protected]> * Update plugins/task/deletelogs/deletelogs.xml Co-authored-by: Harald Leithner <[email protected]> * renamed * remove from actionlogs * 2task * rename task as deleteactionlog * migrateLogRotationPlugin * actionlogmigr * unused * fixconflict1 * fixedconflicts * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * split deleteactionlogs * fixconflics1 * fixconflicts2 * Fix PHPCS * Fix PHPCS * hardcode-nestedset * 30d * Rename 5.0.0-2023-06-12.sql to 5.0.0-2023-08-01.sql shift * Rename 5.0.0-2023-06-12.sql to 5.0.0-2023-08-01.sql shift * Update installation/sql/mysql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update installation/sql/postgresql/base.sql Co-authored-by: Richard Fath <[email protected]> * Update administrator/components/com_admin/script.php Co-authored-by: Richard Fath <[email protected]> * norma * Update administrator/language/en-GB/plg_task_rotatelogs.sys.ini Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_rotatelogs.ini Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_rotatelogs.ini Co-authored-by: Brian Teeman <[email protected]> * Update administrator/language/en-GB/plg_task_rotatelogs.ini Co-authored-by: Brian Teeman <[email protected]> * Rename 5.0.0-2023-08-01.sql to 5.0.0-2023-08-22.sql * Rename 5.0.0-2023-08-01.sql to 5.0.0-2023-08-22.sql * old lang string * Update administrator/components/com_admin/script.php * Update administrator/components/com_admin/script.php * Rename 5.0.0-2023-08-22.sql to 5.0.0-2023-08-29.sql * Rename 5.0.0-2023-08-22.sql to 5.0.0-2023-08-29.sql * Rename 5.0.0-2023-08-29.sql to 5.0.0-2023-08-30.sql * Rename 5.0.0-2023-08-29.sql to 5.0.0-2023-08-30.sql * Fix PHPCS * Delete old system plugin langage files * SQL CS * SQL CS * Fix nextval for asset ID sequence * Single quotes * Remove extra reference assignment for dispatcher argument * Check for disable plugin first * Use 30 days default value * SQL CS * Set last and next execution and locked of task on new installation * SQL CS * Task should be enabled on a new installation * Make sure to have UTC timestamps on PostgreSQL * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Add parameters to SQL insert of task * Fix logstokeep default value on update * Fix lastrun default on update * SQL fixes due to previous conflict resolution --------- Co-authored-by: Brian Teeman <[email protected]> Co-authored-by: jsanders <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Harald Leithner <[email protected]> Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ebaf7 - Browse repository at this point
Copy the full SHA c0ebaf7View commit details -
[5.0] Editor xtd buttons use postMessage() (joomla#41564)
* Editor Article XTD button use postMessage() * Module XTD button use postMessage() * Fields XTD button use postMessage()
Configuration menu - View commit details
-
Copy full SHA for 5b8ebc4 - Browse repository at this point
Copy the full SHA 5b8ebc4View commit details -
[WIP][5.0] Dark Mode support (joomla#41409)
* Commit current status * Some dark mode upgrades * Fix more white things * Dropdown support * Normalise * Fix RTL Background * Playing around with more things * Fix code style * Remove color overrides for now and remove white offset on list groups * More cpanel tweaks * Fix choices * Fix body bg * CS * Toolbar and quickicon improvements * Improve tabs * Various dropdown fixes * Fix legend * Toolbar button improvements * Codestyle and media manager first pass * Background of drag/drop area * Move variables across to the dark vars file
Configuration menu - View commit details
-
Copy full SHA for d157efc - Browse repository at this point
Copy the full SHA d157efcView commit details -
[5] add2scheduler-privacyconsents (joomla#40553)
* 2task * Update plugins/task/privacyconsent/privacyconsent.xml Co-authored-by: jsanders <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/privacyconsent.xml Co-authored-by: jsanders <[email protected]> * remove plg_system_privacyconsents * Update base.sql * Update base.sql * re-add system privacyconsent * consentexpirationdays * re-add system privacyconsent * move 2 task * update & core plugin * nomore expiration fieldset * redesign * mail * mail_templates * Update libraries/src/Extension/ExtensionHelper.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * Update plugins/task/privacyconsent/src/Extension/PrivacyConsent.php Co-authored-by: Richard Fath <[email protected]> * migratePrivacyconsentConfiguration * PrivacyConsent migr * Rename 5.0.0-2023-06-13.sql to 5.0.0-2023-08-03.sql shift * Rename 5.0.0-2023-03-13.sql to 5.0.0-2023-08-03.sql shift * Rename 5.0.0-2023-08-03.sql to 5.0.0-2023-08-23.sql * Rename 5.0.0-2023-08-03.sql to 5.0.0-2023-08-23.sql * userfactory * userfactory * delete mail_template * delete mail_template * Rename 5.0.0-2023-08-23.sql to 5.0.0-2023-08-30.sql * Rename 5.0.0-2023-08-23.sql to 5.0.0-2023-08-30.sql * Deprecate language strings * One more deprecated language string * Do not add task when consent expiration was disabled * Use Registry when using get method later. * My mistake from previous commit * Add missing use statement for my previos commits * Cachetimeout was given in days in the system plugin, and default was 30. * Don't migrate if the system plugin was not found * Single quotes * Remove extra reference assignment for dispatcher argument * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Fix lastrun default on update * Fix previous conflict resolution * Forgotten fix * Use the right language strings in the form * Fix update SQL scripts missing column value --------- Co-authored-by: jsanders <[email protected]> Co-authored-by: Richard Fath <[email protected]> Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82b790f - Browse repository at this point
Copy the full SHA 82b790fView commit details -
[5.0] Fix undefined variables in scss (joomla#41567)
* Fix undefined variables in scss * Fix undefined variables in scss
Configuration menu - View commit details
-
Copy full SHA for 1919ca5 - Browse repository at this point
Copy the full SHA 1919ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 611d72e - Browse repository at this point
Copy the full SHA 611d72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5237c - Browse repository at this point
Copy the full SHA 7d5237cView commit details -
[5] add2scheduler-deleteactionlogs (joomla#41064)
* add2schedulerdeleteactionlogs * cs * Rename 5.0.0-2023-06-27.sql to 5.0.0-2023-08-05.sql shift * Rename 5.0.0-2023-06-27.sql to 5.0.0-2023-08-05.sql shift * Rename 5.0.0-2023-08-05.sql to 5.0.0-2023-08-25.sql * Rename 5.0.0-2023-08-05.sql to 5.0.0-2023-08-25.sql * Update plugins/task/deleteactionlogs/src/Extension/DeleteActionLogs.php Co-authored-by: heelc29 <[email protected]> * blank-line * blank-line * blank-line * remove config node * Rename 5.0.0-2023-08-25.sql to 5.0.0-2023-08-30.sql * Rename 5.0.0-2023-08-25.sql to 5.0.0-2023-08-30.sql * Deprecate language strings * Single quotes * Remove extra reference assignment for dispatcher argument * Do it in the same way as in PR joomla#40553 * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql * Fix lastrun default on update * CS * deploy version * Do nothing if params is an empty JSON * Fix migration methods and comment typos * Use the right task type * Fix undefined array element "exec-day" --------- Co-authored-by: Richard Fath <[email protected]> Co-authored-by: heelc29 <[email protected]> Co-authored-by: Richard Fath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ea35c7 - Browse repository at this point
Copy the full SHA 9ea35c7View commit details -
[5.0] TinyMCE 6.7 (joomla#41568)
bump to a new version so that we have the latest with beta1
Configuration menu - View commit details
-
Copy full SHA for acd25e5 - Browse repository at this point
Copy the full SHA acd25e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b20df3b - Browse repository at this point
Copy the full SHA b20df3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e6486 - Browse repository at this point
Copy the full SHA 68e6486View commit details