(bug 40072) Add semantic CSS classes to identify changes list items
authorDereckson <dereckson@espace-win.org>
Thu, 30 Aug 2012 14:42:49 +0000 (16:42 +0200)
committerDereckson <dereckson@espace-win.org>
Fri, 7 Sep 2012 20:46:56 +0000 (22:46 +0200)
commita1e602a93974bc998b932121b2e21cc5b40470b9
tree60b934805b19544ee934c1d8d6ab6aaa9c8131a8
parenta63e18e6c324d3bc2a4cab3382950cde383f5016
(bug 40072) Add semantic CSS classes to identify changes list items

In the special pages containing changes list, adding the following
CSS classes to revision rows:
    - mw-changeslist-date
    - mw-changeslist-title
    - mw-changeslist-separator (matching the dots, ". .")

This enhancement has been implemented to the following special pages:
    - [[Special:Contributions]]
    - [[Special:DeletedContributions]]
    - [[Special:RecentChanges]]
    - [[Special:Watchlist]]

It's also implemented on pages history.

Change-Id: I2385ef21d9aed4bdbe4971bfcfa28efaf058e7dd
includes/ChangesList.php
includes/actions/HistoryAction.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php