User tests: Successful: Unsuccessful:
The goal is to add a code example to each @Deprecation in the Joomla core and also add clear versions when somehing was deprecated and the earliest version when it can be removed.
This PR is still a draft, as there is a lot of chaos and it takes some time to clean up (some versions will also change).
Status | New | ⇒ | Pending |
Title |
|
Category | ⇒ | Administration com_banners com_categories com_contact com_content com_contenthistory com_fields com_finder com_installer com_joomlaupdate com_languages com_menus com_modules |
Labels |
Added:
PR-4.3-dev
|
Is this hashtag deprecated format actually recognised by PHP Documentor?
No it isn't, that's my marker for the deprecations I already handled. Will then be converted at the end back to @
I wouldnt bother using the word "instead" its a superfluous word
Use \Joomla\Component\Finder\Administrator\Helper\LanguageHelper instead
==>
Use \Joomla\Component\Finder\Administrator\Helper\LanguageHelper
The last commits do not appear to belong here
Category | Administration com_banners com_categories com_contact com_content com_contenthistory com_fields com_finder com_installer com_joomlaupdate com_languages com_menus com_modules | ⇒ | JavaScript Repository Layout Libraries |
The last commits do not appear to belong here
Indeed, thx.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-09-27 00:56:29 |
Closed_By | ⇒ | bembelimen |
Why did you close?
Status | Closed | ⇒ | New |
Closed_Date | 2022-09-27 00:56:29 | ⇒ | |
Closed_By | bembelimen | ⇒ |
Status | New | ⇒ | Pending |
Category | JavaScript Repository Layout Libraries | ⇒ | Administration com_banners com_categories com_contact com_content com_contenthistory com_fields com_finder com_installer com_joomlaupdate com_languages com_menus com_modules |
Category | ⇒ | Administration com_banners com_categories com_contact com_content com_contenthistory com_fields com_finder com_installer com_joomlaupdate com_languages com_menus com_modules |
Labels |
Added:
bug
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-09 04:05:56 |
Closed_By | ⇒ | obuisard |
Thank you Benjamin @bembelimen for this thorough PR. It will be a great help.
Is this hashtag deprecated format actually recognised by PHP Documentor? I'm only seeing this as a reference? https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/deprecated.html
I mean I'm down for the concept. But I don't understand most the implementation