Revision
1335 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 21 18:22:20 2002 UTC
(22 years, 11 months ago)
by
dan
Diff to
previous 1333
move freshports_MorePortsToShow to here from index.php
create freshports_MoreCommitMsgToShow based upon that function
create freshports_Head to return only the n lines of a string
alter freshports_PortDescriptionPrint optionally show only the
first n lines of the string and supply a URL to the full message.
Revision
1333 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 21 18:22:01 2002 UTC
(22 years, 11 months ago)
by
dan
Diff to
previous 1327
move over comments from freshports.php which should have
been moved in a previous commit.
add $freshports_CommitMsgMaxNumOfLinesToShow
Revision
1255 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 12 14:17:44 2002 UTC
(22 years, 11 months ago)
by
dan
Diff to
previous 1254
new htmlify code
remove some TITLE from graphics which are links so the URL appears
in the status bar and not the title.
Revision
1134 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 19 12:56:39 2002 UTC
(23 years ago)
by
dan
Diff to
previous 1099
Include the correct field on the form so that searching from the side bar
will provide results on the search page instead of just going to the search
page.
Also add a bit more debugging info on search.php
Revision
1061 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 25 15:48:14 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 1047
Make sure the values set by getvalues are available everywhere by declaring
them to be GLOBAL.
If a disabled account is found, log them out, and let them know.
Revision
1038 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 23 21:32:43 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 1027
New users must now supply a valid email address. Instructions
to enable their account are forwarded to that email address.
Revision
922 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 13 22:56:50 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 918
remove old FP1MigrationCutoffDate code
create new freshports_PortDescriptionPrint which will centralize the
formatting of port commit messages, long descriptions, and short
descriptions.
Revision
913 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 12 23:40:54 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 910
Add a link to the commit details to the front page.
Modify the details on the port page to be more like the main page.
Revision
901 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 11 01:44:24 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 899
now that we have a good wrapping scheme for lines > 72 characters, we
don't have to treat pre and post migratin data differently.
Revision
899 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 10 03:05:03 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 894
The migrated fp1 commits are single line log messages. They must
be wrapped. Therefore, use <CODE> if before a certain date, and <PRE>
afterwards.
Revision
847 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 7 13:08:42 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 846
Ensure all references to images directory starts with /images. This is most
for use by the missing*.php files.
Revision
837 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 6 16:58:45 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 835
Update the SQL which records that a logged in user has accessed the website.
We track the last time they logged in so we know whether or not an account
is active. We do not record what pages they are visiting.
Revision
834 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 6 16:48:13 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 833
create and use a new function freshports_CookieClear to be used
when a person logs out or when we ware given a cookie which
we don't recognize.
Revision
806 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 3 02:22:04 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 804
convert customize.php to use postgresql
lost of whitspace changes to getvalues.php which was also changed to postgresql
include/freshports.php now includes classes/watchnotice.php
Revision
799 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 2 02:53:56 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 797
Rename files from .php3 to .php.
The code within many of these files still needs to be converted from mysql
to postgresql.
Revision
717 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 21 06:09:48 2001 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 715
Add two new values:
CVSTimeAdjustment - difference in seconds between CVS server and database server.
LocalTimeAdjustment - differnece in seconds between web server and user.
Plan is to allow the user to override either or both of these settings to suit
their location.
Revision
670 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 26 06:39:07 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 667
Add $db parameter to freshports_PortDetails
fix broken subject field on mailto:
change a </BR> to a <BR>
Change "download port" link to FreeBSD.org website
Add conversion utilities for add hyperlinks to text
upper case various tags.