? Success

User tests: Successful: Unsuccessful:

avatar shur
shur
20 Jan 2016

This PR just add deprecated note for unnecessary catslug parameter because it's not used anywhere.

avatar shur shur - open - 20 Jan 2016
avatar shur shur - change - 20 Jan 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Jan 2016
Labels Added: ?
avatar shur shur - change - 22 Jan 2016
Title
Delete unnecesary catslug from mod_articles_category
Depricated catslug note - mod_articles_category
avatar anibalsanchez anibalsanchez - test_item - 5 Feb 2016 - Tested unsuccessfully
avatar anibalsanchez
anibalsanchez - comment - 5 Feb 2016

I have tested this item :red_circle: unsuccessfully on ce90f1e

The comment has a typo

If we are going to introduce these notices it should be standarized. For example:

// Legacy support to be removed in 4.0.

or

JLog::add('... is deprecated. Function will be removed in 4.0', JLog::WARNING, 'deprecated');


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 5 Feb 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar shur
shur - comment - 5 Feb 2016

I tried to look for other similar notices, in order to understand what is standardization here.
And I did not see any of the standard in these notices, except probably this notices must contain the word "deprecated".
So what notice I should insert here???

avatar brianteeman brianteeman - change - 1 Mar 2016
Category Router / SEF
avatar brianteeman
brianteeman - comment - 14 Apr 2016

I asked @wilsonge and he said to use the PHPDocumentor standard https://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.deprecated.pkg.html so something like
/** @deprecated Some information here VERSION_TO_BE_REMOVED **/

BUT before that - what is the source that says that it is actually deprecated


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar shur
shur - comment - 14 Apr 2016

There is no need to use catslug in Joomla 3.x because process link function - ContentHelperRoute::getArticleRoute - requires only catid (integer value).
/components/com_content/helpers/route.php
public static function getArticleRoute($id, $catid = 0, $language = 0)
https://github.com/joomla/joomla-cms/blob/staging/components/com_content/helpers/route.php#L32

Already discussed here #4363

#4363 (comment)
@Bakual : If you want to make it perfect, you can add a deprecated notice somewhere.

what I did

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar brianteeman
brianteeman - comment - 14 Apr 2016

@shur There is no need to have multiple Pull Requests. I am assuming thats because you are using github.com
To apply the change here to the other places just go to your fork and select this branch (patch-3)
Or this direct link https://github.com/shur/joomla-cms/tree/patch-3

And then any edits you make there will be automatically added to this PR. No need to have multiple pull requests for this one issue. I am closing the others and pasting this message there as well


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Apr 2016

This PR has received new commits.

CC: @anibalsanchez


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8941.

avatar shur shur - change - 14 Apr 2016
Title
Depricated catslug note - mod_articles_category
Depricated catslug notes
avatar roland-d roland-d - change - 3 Nov 2016
The description was changed
avatar roland-d roland-d - change - 3 Nov 2016
Milestone Added:
avatar roland-d roland-d - change - 3 Nov 2016
The description was changed
Status Pending Ready to Commit
avatar roland-d roland-d - edited - 3 Nov 2016
avatar roland-d
roland-d - comment - 3 Nov 2016

Setting to RTC since these are only comments.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/8941.

avatar joomla-cms-bot joomla-cms-bot - change - 3 Nov 2016
Milestone Removed:
avatar joomla-cms-bot joomla-cms-bot - change - 3 Nov 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 3 Nov 2016
Category Router / SEF Modules Front End Router / SEF
avatar brianteeman brianteeman - change - 3 Nov 2016
Milestone Added:
avatar rdeutz rdeutz - reference | ece20b1 - 7 Nov 16
avatar rdeutz rdeutz - close - 7 Nov 2016
avatar rdeutz rdeutz - change - 7 Nov 2016
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2016-11-07 16:36:17
Closed_By rdeutz
avatar rdeutz
rdeutz - comment - 7 Nov 2016

merged with ece20b1 thanks to @shur

avatar rdeutz rdeutz - close - 7 Nov 2016

Add a Comment

Login with GitHub to post a comment