Ignore:
Timestamp:
Aug 18, 2009, 11:52:16 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #108: Logging the change history of an item

  • Changed default sort order to sort by descending time, eg. most recent change first.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/history/index.jsp

    r5048 r5053  
    6363<%!
    6464  private static final ItemContext defaultContext =
    65     Base.createDefaultContext("$hst.time", "time,changeType,user,changeInfo");
     65    Base.createDefaultContext("-$hst.time", "time,changeType,user,changeInfo");
    6666  private static final Item itemType = Item.CHANGEHISTORY;
    6767%>
Note: See TracChangeset for help on using the changeset viewer.