Revision
812 -
Directory Listing
-
[select for diffs]
Modified
Sat Jan 5 03:26:15 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 810
Add some debugging code.
for ports, make sure we don't include commit log information when
retriving by partial path name.
Revision
810 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 3 03:05:27 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 800
Rename categoryResult to LocalResult.
This file set by caller so you can set up an SQL statement and then
get Port to fetch itself for you.
Revision
764 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 29 19:06:26 2001 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 760
PR 26 - adding new class for commit_log_ports which is used on the
port description page (i.e. missing-port.php). see the
port-description.php3 page for a similar output.
Revision
760 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 29 04:09:02 2001 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 743
pull back more detail into the port class. This should be enough for
the port-description.php functionality to be put into a function rather
than a webpage. PR 26
Revision
743 -
Directory Listing
-
[select for diffs]
Modified
Sun Dec 23 02:53:30 2001 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 742
Add missing.php.
This page is activated via ErrorDocument 404 /missing.php in the apache
configuration for this website. It uses the classes element and port to
grab information from the database.
This is the start of being able to browse to:
http://FreshPorts.org/net/samba and get the samba page. Or, if a port
is uniqely named, http://FreshPorts.org/samba will take you to the
same place.
Much to do, but this is the proof of concept.