Chris Morgan
6119246b51
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
...
with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
depending on whichever database was last opened by mysql_connect().
2007-08-03 23:27:25 +00:00
Edwin Smulders
023ece493b
Eliminate some php notices caused by use of uninitialized variables
2007-07-24 01:45:19 +00: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
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
WineHQ
1b6fe53638
Fix page change on browse downloadable page. The URL for next/previous links should include
...
the current license filter, otherwise the license selection is load on every page load
2007-04-27 23:05:30 +00:00
Alexander Nicolaysen Sørnes
cecc4bf6c0
Use objectMakeLink() in more places
2007-04-01 01:21:58 +00:00
Alexander Nicolaysen Sørnes
03c8c62699
Hide queued version in the downloadable apps list
2007-01-27 23:44:00 +00:00
Alexander Nicolaysen Sørnes
57c4b64986
Allow filtering by license when browsing downloadable apps
2007-01-27 22:58:12 +00:00
Alexander Nicolaysen Sørnes
a7f699dbab
Add a page to browse downloadable applications
2007-01-09 04:29:51 +00:00