aurweb/web/html
Dan McGee 1f252eba64 Always set ModifiedTS including new packages
Set it equal to the SubmittedTS field, which will be our indication the
package is new when we show the logo on the front page of the AUR.

This results in the ability to remove the use of the unindexable
GREATEST() function from the AUR code everywhere we had to use it before
to handle the 0 timestamp case.

Note that there is no race condition here in calling UNIX_TIMESTAMP()
twice- it always returns the time at the beginning of statment
execution:

    mysql> select unix_timestamp(), sleep(2), unix_timestamp();
    +------------------+----------+------------------+
    | unix_timestamp() | sleep(2) | unix_timestamp() |
    +------------------+----------+------------------+
    |       1300851746 |        0 |       1300851746 |
    +------------------+----------+------------------+
    1 row in set (2.00 sec)

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-04-03 22:59:31 +02:00
..
css Fix broken XHTML. 2011-03-11 19:00:50 +01:00
images titlelogo.png: Update again 2010-03-12 16:52:07 -05:00
account.php Fix PHP notices in account pages 2011-03-04 10:29:17 +01:00
addvote.php Fix broken XHTML. 2011-03-11 19:00:50 +01:00
index.php Use include_once where applicable 2009-08-11 13:58:12 -04:00
logout.php Improve cookie handling 2011-03-04 10:29:13 +01:00
packages.php Fix PHP undefined notice in "web/html/packages.php". 2011-03-30 11:06:20 +02:00
passreset.php Modify some strings for translation. 2010-10-07 23:07:01 -04:00
pkgsubmit.php Always set ModifiedTS including new packages 2011-04-03 22:59:31 +02:00
rpc.php Add usage output info for maintainer search extension 2009-09-28 18:55:50 -04:00
rss.php Use UTF-8 in RSS feeds (fixes FS#10706). 2011-01-28 15:42:29 +01:00
tu.php Fix broken XHTML. 2011-03-11 19:00:50 +01:00
voters.php Fix XSS vulnerabilities in "web/html/voters.php". 2011-03-30 11:10:16 +02:00