? ? Success
Pull Request for # 5650

User tests: Successful: Unsuccessful:

avatar thebeuving
thebeuving
4 Feb 2015

Requiring more than a space to create a valid title

avatar thebeuving thebeuving - open - 4 Feb 2015
avatar jissues-bot jissues-bot - change - 4 Feb 2015
Labels Added: ?
avatar brianteeman
brianteeman - comment - 4 Feb 2015

This is a valid issue BUT as we are in language string freeze I fear it may have to wait until after 3.4

@wilsonge is that true


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5974.
avatar brianteeman brianteeman - change - 4 Feb 2015
Rel_Number 5650
Relation Type Pull Request for
avatar brianteeman
brianteeman - comment - 4 Feb 2015

@test issue observed and problem resolved by PR


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5974.
avatar brianteeman brianteeman - alter_testresult - 4 Feb 2015 - brianteeman: Tested successfully
avatar wilsonge
wilsonge - comment - 4 Feb 2015

I'm afraid so. No new strings from now unless absolutely essential. As this is an old bug it can wait for after 3.4

avatar thebeuving
thebeuving - comment - 4 Feb 2015

Alright that makes sense, does that mean I just need to resubmit the pull request to staging branch after Joomla 3.4 is released, or will it automatically get re-evaluated at that time?

avatar wilsonge
wilsonge - comment - 4 Feb 2015

We'll take care of it when 3.4 is released. But please give us a prod by mailing on here if it looks like we've forgotten :)

avatar brianteeman brianteeman - change - 4 Feb 2015
Milestone Added:
avatar brianteeman
brianteeman - comment - 4 Feb 2015

Set the Milestone to 3.4.1


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5974.
avatar zero-24 zero-24 - change - 4 Feb 2015
Category Administration Components
avatar zero-24 zero-24 - change - 4 Feb 2015
Easy No Yes
avatar infograf768
infograf768 - comment - 5 Feb 2015

As this PR modifies the library, please change the new string to a JLIB one and add it in both en-GB.lib_joomla.ini (front and back)
Example of existing string in core:
JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS

avatar nonumber
nonumber - comment - 9 Mar 2015

Yes, language string should be named:


See the category.php and module.php as example:
    // Check for a title.
    if (trim($this->title) == '')
    {
        $this->setError(JText::_('JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_CATEGORY'));

        return false;
    }
You could also keep the comments the same.
avatar thebeuving
thebeuving - comment - 9 Mar 2015

Ok I went ahead and made those adjustments.

avatar nonumber
nonumber - comment - 9 Mar 2015

@test all good

avatar zero-24 zero-24 - change - 9 Mar 2015
Status Pending Ready to Commit
avatar nonumber nonumber - test_item - 9 Mar 2015 - Tested successfully
avatar zero-24
zero-24 - comment - 9 Mar 2015

RTC as we have two successful tests. Thanks!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5974.
avatar brianteeman brianteeman - change - 13 Mar 2015
Labels Added: ?
avatar wilsonge wilsonge - change - 22 Mar 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-03-22 03:09:57
avatar wilsonge wilsonge - close - 22 Mar 2015
avatar wilsonge wilsonge - reference | - 22 Mar 15
avatar wilsonge wilsonge - merge - 22 Mar 2015
avatar wilsonge wilsonge - close - 22 Mar 2015
avatar Bakual Bakual - close - 22 Mar 2015
avatar wilsonge
wilsonge - comment - 22 Mar 2015

Merged! Thanks!

avatar Bakual Bakual - change - 14 Apr 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment