Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
c37fbc6295 Add support for application-wide notes 2009-07-28 17:48:52 +02:00
Alexander Nicolaysen Sørnes
0339fa60c2 Revert "Add support for application-wide notes & how-tos"
This reverts commit e546738913.
2009-07-21 16:02:05 +02:00
Alexander Nicolaysen Sørnes
e546738913 Add support for application-wide notes & how-tos 2009-07-21 15:52:58 +02:00
Jeremy Newman
acccbed63a updating to new WineHQ design 2008-12-05 16:44:29 -06:00
Jeff Zaroyko
16949bb71c tidy appdb html to make it validate - try 4 2008-02-25 19:27:36 -05:00
Alexander Nicolaysen Sørnes
5c6b3bb45e version: Properly handle missing test results 2007-11-04 21:57:23 -05:00
Chris Morgan
2652e68d01 Programmatic table support. Enhances several tables with highlightable and clickable rows and
cleans up the existing table row highlight and click code.
2007-07-23 19:56:43 +00:00
Chris Morgan
7c76ba42eb Color versions when displaying the version table on the application page. Add dynamic
highlighting and the ability to click on the row in the version table.
2007-07-12 23:58:00 +00:00
Chris Morgan
25edd78c73 Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a
div.default_container class that has a 5px padding to replace the now not present default
spacing.
2007-05-02 01:08:22 +00:00
Alexander Nicolaysen Sørnes
17de2854e0 Replace tabs by four spaces 2007-01-17 03:17:26 +00:00
Alexander Nicolaysen Sørnes
a9c55304e2 Include the $extra argument in the output HTML. 2007-01-04 00:38:06 +00:00
Chris Morgan
4b380d37b3 Add a subtle highlight when mouse is over top X rows to provide better feedback to users that they may click anywhere
in the row to visit the application version.  Add underlining to the text in the test results table to provide similar
feedback.
2006-07-21 19:18:10 +00:00
Chris Morgan
c726511204 Make table rows clickable using javascript. Use this functionality in the top X lists and in the test results table 2006-07-21 04:34:58 +00:00
Chris Morgan
71f963b04c Remove some unused functions from html.php 2006-07-19 00:11:11 +00:00
Jonathan Ernst
124868c0a0 - fix the 25 errors reported by the w3c html validator (http://validator.w3.org) in appview.php?appid=whatever
- fix the 46 errors reported by the w3c html validator in appview.php?versionid=whatever
- fix the 97 errors reported by the w3c html validator in index.php
2005-02-11 23:42:50 +00:00
Jonathan Ernst
e333c4ee35 - set width and height parameters for every image of the layout
- use double quotes to be standard compliant
2005-01-15 06:03:18 +00:00
Jonathan Ernst
ca749d32d9 make use of the new constants of the config file for db connection and base path 2004-12-23 01:12:03 +00:00
Paul van Schayck
53e726bd4b Right margin through CSS 2004-12-19 01:04:00 +00:00
Paul van Schayck
f2b58f208e Remove border=0 from img tags 2004-12-15 00:14:04 +00:00
Jonathan Ernst
bd91db228c - access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Jeremy Newman
8f28ae10c4 Initial revision 2004-03-15 16:22:00 +00:00