Skip to content

Commit

Permalink
# [#26979] *Ordering when editing in front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Nov 8, 2011
1 parent ca5acfa commit 96c9227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/com_content/models/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ protected function populateState($ordering = null, $direction = null)
$query->where('(a.publish_up = ' . $nullDate . ' OR a.publish_up <= ' . $nowDate . ')');
$query->where('(a.publish_down = ' . $nullDate . ' OR a.publish_down >= ' . $nowDate . ')');
}
else {
$this->setState('filter.published', array(0, 1, 2));
}

// process show_noauth parameter
if (!$params->get('show_noauth')) {
Expand Down
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $ -> Language fix or change
08-Nov-2011 Jean-Marie Simonet
#$ [#26980] Missing menu ordering in edit. Thanks Christophe and Elin.
#$ [#25037] No option to remove the default language from the URL and links. Thanks Christophe.
# [#26979] *Ordering when editing in front-end

07-Nov-2011 Jean-Marie Simonet
#$ [#27007] *mod_articles_category missing option to sort by feature articles ordering system. Thanks Denise.
Expand Down

0 comments on commit 96c9227

Please sign in to comment.