Changeset 25

Show
Ignore:
Timestamp:
02/10/07 12:42:52 (2 years ago)
Author:
simon
Message:

It's a bit of a hack but we blatantly can't call it "rated". Closes #11, anyhow.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Memories/Photo.pm

    r24 r25  
    1515     recent => "uploaded", 
    1616     popular => "hit_count", 
    17      rated => "rating/(1+rated)", 
     17     loved => "rating/(1+rated)", 
    1818     interesting => INTERESTINGNESS_ALGORITHM, 
    1919     random => "rand()" 
  • trunk/templates/rhs

    r24 r25  
    2121</tr> 
    2222<tr> 
    23 <td><a href="[%base%]/photo/rated">Highest rated</a></td> 
     23<td><a href="[%base%]/photo/loved">Highest rated</a></td> 
    2424</tr> 
    2525<tr>