29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 15:43:43 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Brian Teeman
71491f0a3d
Update namespacemap.php (#40227)
clarify comment in code
2023-03-29 08:13:05 +02:00
Olivier Buisard
995a8e8822
Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
Olivier Buisard
cf03946e15
Update namespacemap.php
elseif
2023-01-20 22:22:31 -05:00
Olivier Buisard
c72b0c85d0
Update namespacemap.php
re-introduce template support
2023-01-20 21:23:16 -05:00
Olivier Buisard
c608616220 Merge branch '4.2-dev' into upmerge-2023-01-20
# Conflicts:
#	administrator/components/com_admin/script.php
#	administrator/components/com_categories/src/Model/CategoryModel.php
#	administrator/components/com_config/src/Model/ApplicationModel.php
#	administrator/components/com_config/src/Model/ComponentModel.php
#	administrator/components/com_fields/src/Model/FieldModel.php
#	administrator/components/com_fields/src/Model/GroupModel.php
#	administrator/components/com_finder/src/Indexer/Query.php
#	administrator/components/com_finder/src/Service/HTML/Filter.php
#	administrator/components/com_finder/src/Service/HTML/Query.php
#	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
#	administrator/components/com_languages/src/Model/StringsModel.php
#	administrator/components/com_menus/tmpl/items/modal.php
#	administrator/components/com_tags/src/Table/TagTable.php
#	administrator/components/com_users/src/Model/LevelsModel.php
#	administrator/components/com_users/src/Model/MailModel.php
#	administrator/components/com_users/src/Model/UserModel.php
#	administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php
#	components/com_config/src/Controller/ConfigController.php
#	components/com_content/src/Model/ArchiveModel.php
#	components/com_finder/src/Controller/SuggestionsController.php
#	components/com_tags/src/Model/TagModel.php
#	components/com_tags/src/Service/Router.php
#	components/com_tags/src/View/Tag/FeedView.php
#	components/com_tags/src/View/Tag/HtmlView.php
#	components/com_users/src/Controller/ProfileController.php
#	components/com_users/src/Controller/UserController.php
#	composer.lock
#	installation/src/Model/SetupModel.php
#	layouts/joomla/form/field/text.php
#	libraries/namespacemap.php
#	libraries/src/Component/Router/Rules/NomenuRules.php
#	libraries/src/Form/Field/TextField.php
#	libraries/src/Helper/ModuleHelper.php
#	libraries/src/MVC/Model/ListModel.php
#	libraries/src/Object/CMSObject.php
#	libraries/src/Table/ContentType.php
#	plugins/authentication/cookie/src/Extension/Cookie.php
#	plugins/behaviour/versionable/src/Extension/Versionable.php
#	plugins/editors/tinymce/src/Field/TinymcebuilderField.php
#	plugins/extension/namespacemap/src/Extension/NamespaceMap.php
#	plugins/quickicon/extensionupdate/src/Extension/Extensionupdate.php
#	plugins/quickicon/overridecheck/src/Extension/OverrideCheck.php
#	plugins/quickicon/privacycheck/privacycheck.php
#	plugins/user/joomla/joomla.php
2023-01-20 20:32:33 -05:00
SharkyKZ
723aa0a2a8
[4.2] Fix library autoloading (#39348)
* Fix library autoloading

* Codestyle

* CS

* Remove duplicate variable declaration
2023-01-14 13:05:02 +01:00
Allon Moritz
10f250f418
Changes the code base to short array syntax (#39616) 2023-01-14 10:54:47 +01:00
Harald Leithner
ca853f289c
Add namespace support to templates (#39011)
* Add namespace support to templates

* cs

* Postfix child namespace and ignore non namespaces with non existing directory

* Update administrator/components/com_templates/src/Model/TemplateModel.php
2022-12-29 11:03:00 +01:00
Jonathan Brain
d13c2b01fe
Ignore PHP warnings raised by simplexml_load_file() (#38907)
* Now uses LIBXML_NOERROR
2022-10-15 10:42:36 +02:00
Harald Leithner
f520c98c64
Re-add jexec or die (#38615) 2022-08-28 09:39:05 +02:00
Harald Leithner
dd91072a95 Phase 2 convert CMS to PSR-12 2022-06-27 20:21:30 +02:00
Harald Leithner
e7f5cc182b Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
Allon Moritz
277c91d658
[4.2] Namespacemap dependency cleanup (#37595)
* catch exceptions

Co-authored-by: Quy <quy@fluxbb.org>
2022-05-04 14:23:22 +02:00
wilsonge
d132397fad
Remove doc block references to Joomla.Platform 2021-08-22 22:57:00 +01:00
Phil E. Taylor
567f88b224
Allow cached namespacemap on folder structures not normally seen (#33504) 2021-07-05 16:26:41 +01:00
wilsonge
eef2c1362f
Tag 4.0.0 RC1 2021-06-01 20:37:20 +01:00
Phil E. Taylor
f2cd94f14d
[4] Allow in-memory autoload_psr4.php (#33263) 2021-04-25 22:01:41 +01:00
Phil Taylor
a28cb32ba9
s/JNamespaceMap/JNamespacePsr4Map (#31983) 2021-01-10 22:07:08 +00:00
Niels Braczek
3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00:00
SharkyKZ
52cf46e2f7
Replace file_exists() where applicable (#30800) 2020-09-29 17:51:23 +02:00
wilsonge
d7451e6440
Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
Jelle Kok
c1650adaca
[4.0] Sort namespaces (#28869) 2020-05-02 18:09:33 +01:00
George Wilson
d27ce6f13f
[4.0] Move the autoload file into the cache. Document in README (#28436) 2020-03-28 19:27:12 +00:00
SharkyKZ
3f5f63477c [4.0] Add library support to namespace mapper, other fixes (#27479) 2020-01-21 11:53:53 +00:00
Hannes Papenberg
47688cd4de [4.0] Codestyle fixes for new CMS codestyle Batch 8/16? (#25459) 2019-07-11 22:42:30 +01:00
George Wilson
b1b783d076
Use joomla's constants instead of JPATH_ROOT in the namespace mapper (#25153) 2019-06-10 23:56:44 +01:00
George Wilson
071af68f0b
[4.0] Fix autoloading of extensions with com_ in their xml file name (#24411) 2019-03-29 16:18:12 +00:00
wilsonge
2f74f9ad7a
Tag Joomla 4 Alpha 7 2019-03-09 10:20:38 +00:00
George Wilson
d795a9286e
Add Webservices to Joomla (#23424) 2019-03-07 18:16:06 +00:00
Allon Moritz
2b36367dce [4.0] Generate the classmap from the manifest files (#21766)
* Change namespace generator from database to manifests

* adapt com_media

* site components

* short array

* remove database code

* full plugin support

* better function name

* CS

* Adapt installer scripts

* Invalid change

* Only back end components
2018-09-16 12:07:49 +01:00
George Wilson
17f0b2f31d
Fix #21177 2018-08-13 00:47:38 +01:00
George Wilson
914db34b08 Use Joomla Filesystem to write file (#20952) 2018-07-11 06:28:27 -05:00
George Wilson
b1a79453c9
Keep the J4 branch working for now (#20827) 2018-06-23 22:30:08 +01:00
George Wilson
92b2fd78c8
Move namespacing be explicit (#18703) 2018-06-19 20:00:00 +01:00
wilsonge
97c20e0af8
Update libraries folder to 4.0 alpha 3 2018-05-12 15:23:50 +01:00
Nicola Galgano
199a694c66 [4.0] install on postgresql proper quote (#20101) 2018-04-07 15:05:01 +01:00
wilsonge
428bfd592e
Tag 4.0.0 Alpha 2 2017-11-19 16:34:38 +00:00
Michael Babker
4d1decf3fc [4.0] PHP 7 cleanup in libraries (#18144)
* Use PHP 7 scalar types and return typing on new APIs

* Use null coalescing operator

* Remove some PHP 5 workarounds
2017-10-01 01:52:42 +01:00
Yves Hoppe
08e94a3ffc [4.0] Load autoload_psr4.php and some minor fixes (#16680)
* [4.0] Load autoload_psr4.php and some minor fixes

* Move to execute
2017-06-15 12:38:44 +01:00
wilsonge
5f10c50d2d
Fix for installer (unsure this is the best approach but it works...) 2017-06-04 17:58:11 +01:00
wilsonge
c33dcb12d3
Drone fixes 2017-06-03 18:30:56 +01:00
wilsonge
576c9dc8c3
Make namespace map non-static 2017-06-01 09:50:11 +01:00
wilsonge
874760879d
Make namespacemap non-static 2017-06-01 09:45:58 +01:00
wilsonge
63ab46d7ad
Fix bugs in new autoloader 2017-06-01 00:04:56 +01:00
Yves Hoppe
74ccbbb4a6 [4.0] Generate an autoload_psr4.php with extensions namespaces (#16403)
* [4.0] Working on generating autoload_psr4.php file

* [4.0] Working on generating autoload_psr4.php file

* namespacemap

* onAfterChange

* cleanup

* Ensure standard header files

* Fix English

* Add quoteName function usage

* Fix english again
2017-05-31 19:45:09 +02:00