? ? Pending

User tests: Successful: Unsuccessful:

avatar joomlabeat
joomlabeat
5 May 2017

Adding Date Modified sorting for Articles Manager in backend

Pull Request for Issue #15610

Summary of Changes

4 files modified

  1. Including Date Modified field in the model
    administrator/components/com_content/models/articles.php

  2. Adding the option in the ordering list form field with language constant.
    administrator/components/com_content/models/forms/filter_articles.xml

  3. Modifying the tmpl file, to consider the new date ordering label on the table's headings.
    administrator/components/com_content/views/articles/tmpl/default.php

  4. Adding en-GB translations for the new constants
    administrator/language/en-GB/en-GB.com_content.ini
    Totally 3 new constants:
    COM_CONTENT_HEADING_DATE_MODIFIED="Date Modified"
    COM_CONTENT_MODIFIED_ASC="Date Modified ascending"
    COM_CONTENT_MODIFIED_DESC="Date Modified descending"

Testing Instructions

After applying the patch, go in articles manager in backend and through the Sorting List select the Date Modified ASC/DESC options to sort articles by date modified.

Expected result

The articles should be ordered by this date option.

Documentation Changes Required

Mention that articles manager now supports ordering the articles by Date Modified using the Sorting List field.

avatar joomlabeat joomlabeat - open - 5 May 2017
avatar joomlabeat joomlabeat - change - 5 May 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 May 2017
Category Administration com_content Language & Strings
avatar brianteeman
brianteeman - comment - 5 May 2017

I have tested this item successfully on bb17ce3

As this is implemented in the same way as the other date modifiers that are not displayed in the columns by default this is fine by me.


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

avatar brianteeman brianteeman - test_item - 5 May 2017 - Tested successfully
avatar ghazal
ghazal - comment - 8 May 2017

I have tested this item successfully on bb17ce3


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

avatar ghazal ghazal - test_item - 8 May 2017 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 8 May 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 8 May 2017

RTC after two successful tests.

avatar rdeutz rdeutz - change - 22 May 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-05-22 18:38:35
Closed_By rdeutz
Labels Added: ? ?
avatar rdeutz rdeutz - close - 22 May 2017
avatar rdeutz rdeutz - merge - 22 May 2017

Add a Comment

Login with GitHub to post a comment