ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/freshports-1
Revision 6140 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:48:38 2024 UTC (4 months ago) by dvl
Diff to previous 6139 , to selected 3875
'fix ports being deleted on branches'
Revision 6139 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:46:46 2024 UTC (4 months ago) by dvl
Diff to previous 6138 , to selected 3875
'adding debugging, invoke dispose()'
Revision 6138 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:23:44 2024 UTC (4 months ago) by dvl
Diff to previous 6137 , to selected 3875
verifyport.pm: fix ports being deleted on branches

re: https://github.com/FreshPorts/freshports/issues/528

If the port is deleted, but set active, set it deleted.
After saving the port, make sure we adjust the {status} flag:

If the status changes, set it back to what it was

see https://news.freshports.org/2024/11/27/when-a-port-on-a-branch-is-deleted-freshports-tried-and-fails-to-refresh-it/


Revision 6137 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:17:37 2024 UTC (4 months ago) by dvl
Diff to previous 6136 , to selected 3875
xml_munge_git.pm: Remove unused Element_Add() function

Add some more debugging statements
Correct impelemented
     to implemented

Revision 6136 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:14:38 2024 UTC (4 months ago) by dvl
Diff to previous 6135 , to selected 3875
Rename upate_generate_plist()
    to update_generate_plist()

Revision 6135 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:13:25 2024 UTC (4 months ago) by dvl
Diff to previous 6134 , to selected 3875
element.pm - remove code which grabbed the parent id

It seems to be unnecessary

Some column alignment.

Remove unused $tmp variable

Revision 6134 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:10:30 2024 UTC (4 months ago) by dvl
Diff to previous 6133 , to selected 3875
process_vuxml.pl: When the parsing has finished, say so.

re: https://github.com/libexpat/libexpat/issues/928

Also, dispose() of the doc when completed.

Revision 6133 - Directory Listing - [select for diffs]
Modified Tue Nov 26 15:37:11 2024 UTC (4 months ago) by dvl
Diff to previous 6132 , to selected 3875
Column alignment
Revision 6132 - Directory Listing - [select for diffs]
Modified Sun Nov 17 19:29:44 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6131 , to selected 3875
'Slave ports need to have port vulnerabilities adjusted after a commit to the master port'
Revision 6131 - Directory Listing - [select for diffs]
Modified Sun Nov 17 19:26:28 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6130 , to selected 3875
Mention we are adjusting the port vulnerabilities

re: https://github.com/FreshPorts/freshports/issues/607

Revision 6130 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:38:13 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6129 , to selected 3875
After processing the commit, be sure to adjust the vulnerability count on
any slave ports.

https://github.com/FreshPorts/freshports/issues/607

This is already done for each port in the commit, but slave ports were
previously missed.

Revision 6129 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:36:53 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6128 , to selected 3875
Move some use statements to the top of the file

Revision 6128 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:35:17 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6127 , to selected 3875
column alignments
Revision 6127 - Directory Listing - [select for diffs]
Modified Sun Nov 10 19:51:33 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6126 , to selected 3875
'fix code to deal with new categories'
Revision 6126 - Directory Listing - [select for diffs]
Modified Sun Nov 10 19:49:33 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6125 , to selected 3875
'missing-port-categories.sh - make it OFFLINE aware, change get-list-of-current-categories.sh so it no longer observes OFFLINE.'
Revision 6125 - Directory Listing - [select for diffs]
Modified Sun Nov 10 02:03:02 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6124 , to selected 3875
Let's change how we approach new commits

Most of this refers to _CompileListOfPorts()

At the start of commit processing, make sure we have the ports tree checked
out to the commit in question. That allows us to get a list of categories
which are current as of that commit.

For example, /ports/head/ftp/vsftpd/Makefile

When we are processing the file names, we check to see if ftp is a category.
We look at the list we got from the repo. If we find it here, we know it is
a category. If it's not, we know it's not a port and we can ignore it. Then
we check the database; if it's not found, we know it's a new category and we
must add it to the database.


Revision 6124 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:53:26 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6123 , to selected 3875
With recent changes to config.pm.sample:

* Stop using $FreshPorts::Config::OFFLINE
* start using $FreshPorts::Config::Offline instead

Revision 6123 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:51:50 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6122 , to selected 3875
Comment out some debugging statements, which take up a log of space in busy
commits

Revision 6122 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:51:19 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6121 , to selected 3875
Remove $FreshPorts::Config::OFFLINE - which had an incorrect path
   Add $FreshPorts::Config::Offline - which has the correct path

Revision 6121 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:48:31 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6120 , to selected 3875
For new categories - they go to /ports/head/

That used to be /ports, before we added support for branches

Revision 6120 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:44:24 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6119 , to selected 3875
Do not run if OFFLINE
Revision 6119 - Directory Listing - [select for diffs]
Modified Sat Nov 9 17:19:04 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6118 , to selected 3875
saving incompletely tested stuff, as a checkpoint for new categories
Revision 6118 - Directory Listing - [select for diffs]
Modified Sat Nov 9 17:18:56 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6117 , to selected 3875
saving incompletely tested stuff, as a checkpoint for new categories
Revision 6117 - Directory Listing - [select for diffs]
Modified Fri Nov 8 18:18:48 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6116 , to selected 3875
exits, not exists
Revision 6116 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:20:18 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6115 , to selected 3875
'fix version in setup.py, it was using commas'
Revision 6115 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:19:38 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6114 , to selected 3875
fix release, changing , to .
Revision 6114 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:15:58 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6113 , to selected 3875
'fix version in setup.py'
Revision 6113 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:15:38 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6112 , to selected 3875
fix release
Revision 6112 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:10:24 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6111 , to selected 3875
'remove code for fetching categories'
Revision 6111 - Directory Listing - [select for diffs]
Modified Thu Nov 7 22:05:42 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6110 , to selected 3875
Update version reference to 1.0.10

Revision 6110 - Directory Listing - [select for diffs]
Modified Thu Nov 7 21:58:14 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6109 , to selected 3875
Remove code for processing a new category

Revision 6109 - Directory Listing - [select for diffs]
Modified Thu Nov 7 18:08:56 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6108 , to selected 3875
'new OFFLINE code, fix new categories stuff, UPDATING will now work with or without a space
'
Revision 6108 - Directory Listing - [select for diffs]
Modified Thu Nov 7 18:04:55 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6107 , to selected 3875
'fixes for new categories when they arrive'
Revision 6107 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:47:14 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6106 , to selected 3875
Fix category creation:

Fix the order of parameters on JailCategoryDescrptionScript

No need to fetch the category Makefile - it's already there thanks to git

re: https://news.freshports.org/2024/11/07/fixing-the-category-creation-code/

Revision 6106 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:45:45 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6105 , to selected 3875
Remove leading blank line
Revision 6105 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:44:34 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6104 , to selected 3875
refer to $0, not the incorrect test-master-port.sh left over from copy/paste
Revision 6104 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:41:29 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6103 , to selected 3875
refer to $0, not the incorrect test-master-port.sh left over from copy/paste
Revision 6103 - Directory Listing - [select for diffs]
Modified Wed Nov 6 19:28:42 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6102 , to selected 3875
remove duplicate but different instance of FUNCTION public.ports_categories_set() RETURNS trigger
Revision 6102 - Directory Listing - [select for diffs]
Modified Wed Nov 6 19:00:47 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6101 , to selected 3875
Adjust column aligment for better reading
Revision 6101 - Directory Listing - [select for diffs]
Modified Wed Nov 6 18:54:39 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6100 , to selected 3875
Adjust column aligment for better reading
Revision 6100 - Directory Listing - [select for diffs]
Modified Wed Nov 6 18:08:39 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6099 , to selected 3875
grant truncate ON packages_raw  TO packaging; allow www to read abi
Revision 6099 - Directory Listing - [select for diffs]
Modified Wed Nov 6 18:07:49 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6098 , to selected 3875
Adjust column aligment for better reading
Revision 6098 - Directory Listing - [select for diffs]
Modified Mon Nov 4 17:41:13 2024 UTC (4 months, 4 weeks ago) by dvl
Diff to previous 6097 , to selected 3875
kxml_munge_git.pm: specify the correct branch for Sanity Test Failures

We were specifying whahtever branch we found in the xml file. Instead, now
we show the converted branch name ('main' from FreeBSD, is 'head' in
FreshPorts-land.

also, only show the branch on the URL within the message if it is not head.

Revision 6097 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:42:13 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6096 , to selected 3875
Start using:

$FreshPorts::Config::OFFLINE

This replaces:
$FreshPorts::Config::ScriptDir/OFFLINE


Revision 6096 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:40:45 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6095 , to selected 3875
Create and start using:

$FreshPorts::Config::OFFLINE

This replaces:
$FreshPorts::Config::ScriptDir/OFFLINE



Revision 6095 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:31:12 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6094 , to selected 3875
'properly report merges and provide link; supply branch to sanity test errors'
Revision 6094 - Directory Listing - [select for diffs]
Modified Mon Sep 30 23:22:57 2024 UTC (6 months ago) by dvl
Diff to previous 6093 , to selected 3875
'RIP bacula9, long live bacula15 - this time for the shell script'
Revision 6093 - Directory Listing - [select for diffs]
Modified Mon Sep 30 23:20:27 2024 UTC (6 months ago) by dvl
Diff to previous 6092 , to selected 3875
Change bacula9 to bacula15

Revision 6092 - Directory Listing - [select for diffs]
Modified Mon Sep 30 20:28:20 2024 UTC (6 months ago) by dvl
Diff to previous 6091 , to selected 3875
'RIP bacula9, long live bacula15'
Revision 6091 - Directory Listing - [select for diffs]
Modified Mon Sep 30 20:25:36 2024 UTC (6 months ago) by dvl
Diff to previous 6090 , to selected 3875
bacula9-client has been removed from the tree

use bacula15-client instead

Revision 6090 - Directory Listing - [select for diffs]
Modified Sun Sep 29 12:30:28 2024 UTC (6 months ago) by dvl
Diff to previous 6089 , to selected 3875
On sanity test messages, supply the branch

re:https://github.com/FreshPorts/freshports/issues/564

Revision 6089 - Directory Listing - [select for diffs]
Modified Thu Sep 26 17:40:20 2024 UTC (6 months ago) by dvl
Diff to previous 6088 , to selected 3875
Update message used when empty commits are noticed.

Revision 6088 - Directory Listing - [select for diffs]
Modified Wed Sep 11 15:18:02 2024 UTC (6 months, 3 weeks ago) by dvl
Diff to previous 6087 , to selected 3875
'Add host URL to newusers.pl'
Revision 6087 - Directory Listing - [select for diffs]
Modified Wed Sep 11 12:23:12 2024 UTC (6 months, 3 weeks ago) by dvl
Diff to previous 6086 , to selected 3875
Include host url
Revision 6086 - Directory Listing - [select for diffs]
Modified Sat Aug 24 17:25:52 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6085 , to selected 3875
'dump-package_imports.sh: allow for sorting by date and name (default)'
Revision 6085 - Directory Listing - [select for diffs]
Modified Sat Aug 24 17:23:26 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6084 , to selected 3875
dump-package_imports.sh: allow for sorting by date and name (default)

re: https://github.com/FreshPorts/freshports/issues/593#issuecomment-2308384101

Revision 6084 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:22:15 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6083 , to selected 3875
'remove extraneous _enable'
Revision 6083 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:21:13 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6082 , to selected 3875
remove accidental copy of trunk to tags
Revision 6082 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:15:32 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6081 , to selected 3875
''
Revision 6081 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:14:09 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6080 , to selected 3875
hourly/990.refresh_package_imports_page: remove extraneous _enable

Revision 6080 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:04:09 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6079 , to selected 3875
'990.refresh_package_imports_page: Sort data by both name and date, providing two static files'
Revision 6079 - Directory Listing - [select for diffs]
Modified Sat Aug 24 16:02:29 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6078 , to selected 3875
Sort data by both name and date, providing two static files.

Revision 6078 - Directory Listing - [select for diffs]
Modified Sat Aug 24 11:17:29 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6077 , to selected 3875
'dump-package_imports.sh: add'
Revision 6077 - Directory Listing - [select for diffs]
Modified Sat Aug 24 00:17:37 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6076 , to selected 3875
dump-package_imports.sh: order by repo_date

- the processed date is relevant
- But repo_date will be the same on all FreshPorts nodes

Revision 6076 - Directory Listing - [select for diffs]
Modified Fri Aug 23 22:10:50 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6075 , to selected 3875
dump-package_imports.sh: for nulls, sort by name, package_set

Revision 6075 - Directory Listing - [select for diffs]
Modified Thu Aug 22 22:27:14 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6074 , to selected 3875
dump-package_imports.sh: add - re https://github.com/FreshPorts/freshports/issues/593

Revision 6074 - Directory Listing - [select for diffs]
Modified Thu Aug 22 22:26:50 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6073 , to selected 3875
add notes about the environment variables
Revision 6073 - Directory Listing - [select for diffs]
Modified Thu Aug 22 12:27:50 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6072 , to selected 3875
'invoke test-master-port.sh with /bin/sh - add new script: 990.refresh_package_imports_page re: https://github.com/FreshPorts/freshports/issues/593'
Revision 6072 - Directory Listing - [select for diffs]
Modified Thu Aug 22 12:25:13 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6071 , to selected 3875
Add an hourly refresh of /--/package-imports.php

re: https://github.com/FreshPorts/freshports/issues/593

Revision 6071 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:56:21 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6070 , to selected 3875
'Adjust for new package importing strategy'
Revision 6070 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:48:04 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6069 , to selected 3875
Adjust for new package importing strategy

Add:

* FreshPorts::Config::LogDir
* FreshPorts::Config::LogJobsWaiting

Remove:

* $FreshPorts::Config::NewRepoImported

Revision 6069 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:46:00 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6068 , to selected 3875
'Adjust for new package importing strategy'
Revision 6068 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:40:56 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6067 , to selected 3875
Adjust for new package importing strategy

see: https://github.com/FreshPorts/packages-import/releases/tag/2.7.0

job-waiting.pl

* remove references to FreshPorts::Config::NewRepoImported
* start logging to FreshPorts::Config::LogJobsWaiting
* no need to launch after report-notification-packages.pl after UpdatePackagesFromRawPackages.py
* that is done by import-via-copy-packagesite-all-raw-fields.py
* wow, in hindsight, I should have created a wrapper script
  which invokes import-via-copy-packagesite-all-raw-fields.py, and
  UpdatePackagesFromRawPackages.py, and then report-notification-packages.pl
* Perhaps later.

report-notification-packages.pl

* If there is nothing to report upon, don't error out
* no need to remove NewRepoImported any more


Revision 6067 - Directory Listing - [select for diffs]
Modified Tue Aug 13 11:57:17 2024 UTC (7 months, 2 weeks ago) by dvl
Diff to previous 6066 , to selected 3875
'unlink the NewRepoImported signal, and Beacuse -> Because
'
Revision 6066 - Directory Listing - [select for diffs]
Modified Tue Aug 13 11:13:40 2024 UTC (7 months, 2 weeks ago) by dvl
Diff to previous 6065 , to selected 3875
ri.txt: fix broken packages triggers

After INSERT, invoke package_notifications_insert, not after UPDATE

After DELETE, invoked package_notifications_delete, not after UPDATE

Seems like repeated copy/paste/fail to correctly amend.

Revision 6065 - Directory Listing - [select for diffs]
Modified Mon Aug 12 14:15:20 2024 UTC (7 months, 3 weeks ago) by dvl
Diff to previous 6064 , to selected 3875
job-waiting.pl - fix typo: Beacuse to Because
Revision 6064 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:55:13 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6063 , to selected 3875
report-notification-packages.pl: avoid looping in job-waiting.pl

Remove the flag which causes us to be launched.

Revision 6063 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:50:51 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6062 , to selected 3875
database.pm: Add sslcertmode=disable

Fix this issue:

could not open certificate file “/root/.postgresql/postgresql.crt”: Permission denied

I’m positive the problem is the connection is asking for a client certificate.
I checked my pg_hba.conf configuration and found no lines mentioning cert.

See also https://github.com/FreshPorts/packages-import/commit/10285544ad72311a82ed36cf9153a41db4722439

Revision 6062 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:47:34 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6061 , to selected 3875
port.pm: fix some problem with _GetFileContents()

Some time ago, I hit a problem. I worked on it and 
did not document the issue. So here I am, checking in code
which seems to work.

The problem with input files is they don't always encode well.
I had comments like this in the code:

+	print "This is bullshit\n";
+#	open my $in,  '<:encoding(ISO-8859-1)',  $file; # works
+#	open my $in,  '<:encoding(ascii)',       $file; # fails ascii "\xC3" does not map to Unicode
+	open my $in,  '<:encoding(iso-8859-1)',  $file;
+#	open my $in,  '<:encoding(UTF-8)',       $file; # fails UTF-8 "\xC3" does not map to Unicode

The current code seems to work, but without knowing the original
problem, I can't verify it fixes the issue.

Commit away.

Revision 6061 - Directory Listing - [select for diffs]
Modified Thu Jun 27 21:21:17 2024 UTC (9 months ago) by dvl
Diff to previous 6060 , to selected 3875
mv updates-2024-06-21.txt updates-2024-06-22.README.txt

Revision 6060 - Directory Listing - [select for diffs]
Modified Wed Jun 26 12:02:20 2024 UTC (9 months, 1 week ago) by dvl
Diff to previous 6059 , to selected 3875
Save things for freshports multiple cookies

Revision 6059 - Directory Listing - [select for diffs]
Modified Sun Jun 23 12:21:22 2024 UTC (9 months, 1 week ago) by dvl
Diff to previous 6058 , to selected 3875
Move users.cookie to a new table: user_cookie

This allows multiple logins for different sessions, say
from your desktop and from your laptop.

re: https://github.com/FreshPorts/freshports/issues/574

Revision 6058 - Directory Listing - [select for diffs]
Modified Sat Jun 1 12:51:45 2024 UTC (10 months ago) by dvl
Diff to previous 6057 , to selected 3875
Allow reading to select from watch_list_element

re: https://github.com/FreshPorts/freshports/issues/550

Revision 6057 - Directory Listing - [select for diffs]
Modified Tue Apr 2 12:03:31 2024 UTC (12 months ago) by dvl
Diff to previous 6056 , to selected 3875
for package_notifications table, use package_notifications_abi_set_port_idx CONSTRAINT
Revision 6056 - Directory Listing - [select for diffs]
Modified Sun Mar 31 12:08:01 2024 UTC (12 months ago) by dvl
Diff to previous 6055 , to selected 3875
'Standardize all report email subjects'
Revision 6055 - Directory Listing - [select for diffs]
Modified Sun Mar 31 12:05:02 2024 UTC (12 months ago) by dvl
Diff to previous 6054 , to selected 3875
Standardize all report emails.

Subject will be:

FreshPorts Notification: <topic>

Hopefully this will help people to filter easily.

Revision 6054 - Directory Listing - [select for diffs]
Modified Tue Mar 12 13:07:29 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6053 , to selected 3875
'loop detections added to job-waiting.pl; missing-port-categories.sh will log better; add in report-notification-packages.pl'
Revision 6053 - Directory Listing - [select for diffs]
Modified Mon Mar 11 18:25:05 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6052 , to selected 3875
Add insert into reports for new package notiication report
change public.report_log_package_notifications to id, not serial
postgres, not postgress.

Revision 6052 - Directory Listing - [select for diffs]
Modified Mon Mar 11 15:27:10 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6051 , to selected 3875
Refer to add, not insert

And to package changes, not new packages.

Revision 6051 - Directory Listing - [select for diffs]
Modified Sun Mar 10 12:57:49 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6050 , to selected 3875
Pulled in all the changes from the DB via PGAdmin 8.4

Revision 6050 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:06:09 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6049 , to selected 3875
Add report_log_package_notifications

Revision 6049 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:03:52 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6048 , to selected 3875
Attempt to standardize on one name for emails:

FreshPorts notification

Start keeping stats
Explain what update, delete, insert will mean.

Revision 6048 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:02:43 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6047 , to selected 3875
Attempt to standardize on one name for emails:

FreshPorts notification


Revision 6047 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:02:20 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6046 , to selected 3875
Attempt to standardize on one name for emails:

FreshPorts notification

Revision 6046 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:01:24 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6045 , to selected 3875
Add loop avoidance

After invoking UpdatePackagesFromRawPackages.py, always run report-notification-packages.pl

Revision 6045 - Directory Listing - [select for diffs]
Modified Thu Mar 7 17:29:27 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6044 , to selected 3875
This now properly handles package_set

Revision 6044 - Directory Listing - [select for diffs]
Modified Wed Mar 6 22:51:50 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6043 , to selected 3875
Add the report for package notifications.

re: https://github.com/FreshPorts/freshports/issues/542

It sends, duplicates, but it sends.

Revision 6043 - Directory Listing - [select for diffs]
Modified Wed Mar 6 22:50:42 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6042 , to selected 3875
Perhaps a loop
Revision 6042 - Directory Listing - [select for diffs]
Modified Mon Mar 4 13:11:33 2024 UTC (12 months, 4 weeks ago) by dvl
Diff to previous 6041 , to selected 3875
Put /bin/sh in front - this affects mostly dev hosts where permissions are
not set by an installing package.

Revision 6041 - Directory Listing - [select for diffs]
Modified Mon Mar 4 13:10:40 2024 UTC (12 months, 4 weeks ago) by dvl
Diff to previous 6040 , to selected 3875
Put /bin/sh in front of .sh

Revision 6040 - Directory Listing - [select for diffs]
Modified Sun Mar 3 14:00:04 2024 UTC (13 months ago) by dvl
Diff to previous 6039 , to selected 3875
GRANT INSERT                 ON packages_last_checked TO abi_maintenance

Revision 6039 - Directory Listing - [select for diffs]
Modified Sat Mar 2 00:53:52 2024 UTC (13 months ago) by dvl
Diff to previous 6038 , to selected 3875
Add more for this.

Revision 6038 - Directory Listing - [select for diffs]
Modified Sat Feb 17 18:47:47 2024 UTC (13 months, 2 weeks ago) by dan
Diff to previous 6037 , to selected 3875
When reporting the number of found rows, make it easier for filtering

Revision 6037 - Directory Listing - [select for diffs]
Modified Sat Feb 17 18:44:14 2024 UTC (13 months, 2 weeks ago) by dan
Diff to previous 6036 , to selected 3875
Change the rm to rm -f when removing the flag

This script is invoked by a periodic script. The FLAG won't be present then.

Revision 6036 - Directory Listing - [select for diffs]
Modified Fri Feb 9 21:08:54 2024 UTC (13 months, 3 weeks ago) by dan
Diff to previous 6035 , to selected 3875
Updates for the right names

Revision 6035 - Directory Listing - [select for diffs]
Modified Tue Feb 6 23:32:25 2024 UTC (13 months, 3 weeks ago) by dan
Diff to previous 6034 , to selected 3875
first draft of triggers for package_notifications table

Revision 6034 - Directory Listing - [select for diffs]
Modified Tue Feb 6 18:14:47 2024 UTC (13 months, 3 weeks ago) by dan
Diff to previous 6033 , to selected 3875
A FreshSource RO user

Revision 6033 - Directory Listing - [select for diffs]
Modified Sun Jan 14 13:40:58 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6032 , to selected 3875
remove script for taking website offline - it is outdated
Revision 6032 - Directory Listing - [select for diffs]
Modified Sun Jan 14 13:40:07 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6031 , to selected 3875
use nginx and fp_listen - modernize
Revision 6031 - Directory Listing - [select for diffs]
Modified Sat Jan 13 20:42:23 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6030 , to selected 3875
'use su -l not su -fm which fails with postgresql16-client'
Revision 6030 - Directory Listing - [select for diffs]
Modified Sat Jan 13 20:40:58 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6029 , to selected 3875
Move from su -fm to su -l

-fm fails with postgresql16-client

Revision 6029 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:37:05 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6028 , to selected 3875
Remove some MANIFESTS, rename one


Revision 6028 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:26:06 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6027 , to selected 3875
'remove hourly/260.fp_refresh_various_cache_items'
Revision 6027 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:24:31 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6026 , to selected 3875
remove hourly/260.fp_refresh_various_cache_items

No longer used

Revision 6026 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:22:41 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6025 , to selected 3875
'refresh-abi logging improvements'
Revision 6025 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:15:51 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6024 , to selected 3875
Created in error. All wrong.

Revision 6024 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:12:43 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6023 , to selected 3875
'refresh-abi logging improvements'
Revision 6023 - Directory Listing - [select for diffs]
Modified Sat Jan 13 12:50:07 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6022 , to selected 3875
refresh-abi.sh: alter logging details

Add process id

Revision 6022 - Directory Listing - [select for diffs]
Modified Fri Jan 12 17:04:14 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6021 , to selected 3875
'Don't refresh deleted ports; remove cache_needs_refresh'
Revision 6021 - Directory Listing - [select for diffs]
Modified Fri Jan 12 17:02:24 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6020 , to selected 3875
'remove some constants, improve abi refresh'
Revision 6020 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:07:59 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6019 , to selected 3875
Handle deleted ports better

The code was setting $por->{deleted} but using $port->IsDeleted() which
looks at {status}, not {deleted}

I think {deleted} was used for internal usage only, but fails to do the right
thing with actually deleted ports.

re: https://github.com/FreshPorts/freshports/issues/528

Revision 6019 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:04:36 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6018 , to selected 3875
No  need to touch FreshPorts::Config::RefreshCachFileFlag now

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6018 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:56 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6017 , to selected 3875
This is not used any more.

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6017 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:40 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6016 , to selected 3875
Let's not output anything by default. Let there be less.

Revision 6016 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:09 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6015 , to selected 3875
Let's always log the abi stuff. That way, we can see that it ran.


Revision 6015 - Directory Listing - [select for diffs]
Modified Fri Jan 12 13:59:32 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6014 , to selected 3875
Renove RefreshCachFileFlag - no longer used

re: https://github.com/FreshPorts/freshports/issues/58

While here, remove some items from show-config.pl which are no longer
present.

* DynamicDir
* FlagDir
* RefreshCachFileFlag
* WWWENPortsCategoriesFlag

Revision 6014 - Directory Listing - [select for diffs]
Modified Fri Jan 12 13:57:16 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6013 , to selected 3875
Renove RefreshCachFileFlag - no longer used

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6013 - Directory Listing - [select for diffs]
Modified Thu Jan 11 13:29:31 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6012 , to selected 3875
'Do not mail from periodic script; the invoked perl script does that.'
Revision 6012 - Directory Listing - [select for diffs]
Modified Thu Jan 11 13:25:42 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6011 , to selected 3875
daily/260.fp_newusers: Do not mail

The invoked perl script will do that.

Revision 6011 - Directory Listing - [select for diffs]
Modified Mon Jan 8 01:05:54 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6010 , to selected 3875
improve logging for gitCheckoutResults
Revision 6010 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:28:32 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6009 , to selected 3875
column aligment - REPEAT
Revision 6009 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:27:16 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6008 , to selected 3875
column aligment
Revision 6008 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:03:24 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6007 , to selected 3875
Add more comments
Revision 6007 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:01:18 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6006 , to selected 3875
add comment details
Revision 6006 - Directory Listing - [select for diffs]
Modified Sun Jan 7 16:46:43 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6005 , to selected 3875
remove blank line

Revision 6005 - Directory Listing - [select for diffs]
Modified Sun Jan 7 16:29:11 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6004 , to selected 3875
'config.sh - add ABILOG; refresh-abi.sh - better logging'
Revision 6004 - Directory Listing - [select for diffs]
Modified Sun Jan 7 15:56:40 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6003 , to selected 3875
Improve logging and report to abi.log

Revision 6003 - Directory Listing - [select for diffs]
Modified Sun Jan 7 15:56:14 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6002 , to selected 3875
add ABILOG
Revision 6002 - Directory Listing - [select for diffs]
Modified Sun Jan 7 14:39:19 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6001 , to selected 3875
'330.refresh-abi - no not mail results'
Revision 6001 - Directory Listing - [select for diffs]
Modified Sun Jan 7 13:29:29 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6000 , to selected 3875
Let's not email - let refresh-abi.sh log instead.
Revision 6000 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:58:36 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5999 , to selected 3875
add update to abi_maintenance
Revision 5999 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:52:15 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5998 , to selected 3875
'add abi maintenance code'
Revision 5998 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:52:08 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5997 , to selected 3875
Remove this tag - going to replace it

Revision 5997 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:45:29 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5996 , to selected 3875
'add abi maintenance code'
Revision 5996 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:45:06 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5995 , to selected 3875
Update PostgreSQL items

* For use by new abi scripts:
- Use export on PGSSLMODE
- Add PGSSLROOTCERT
- add DBUSER_ABI


Revision 5995 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:41:44 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5994 , to selected 3875
'add abi maintenance code'
Revision 5994 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:37:29 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5993 , to selected 3875
'Add daily/330.refresh-abi'
Revision 5993 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:28:01 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5992 , to selected 3875
Daily, refresh the ABI

Revision 5992 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:24:45 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5991 , to selected 3875
add commit, and logging
Revision 5991 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:15:20 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5990 , to selected 3875
Start connecting to the database.

Still have to process errors.

Revision 5990 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:14:38 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5989 , to selected 3875
add trailing ; to sql
Revision 5989 - Directory Listing - [select for diffs]
Modified Tue Jan 2 20:53:56 2024 UTC (15 months ago) by dan
Diff to previous 5988 , to selected 3875
save SQL updates for abi maint
Revision 5988 - Directory Listing - [select for diffs]
Modified Tue Jan 2 20:29:13 2024 UTC (15 months ago) by dan
Diff to previous 5987 , to selected 3875
Adjust to use STDIN

add-new-abi.sh and delete-depcreated-abi.sh now take their input from STDIN
(via cat) instead of seprately invoking current_list_of_valid_abi.sh

This save an extra fetch.

Revision 5987 - Directory Listing - [select for diffs]
Modified Tue Jan 2 20:17:41 2024 UTC (15 months ago) by dan
Diff to previous 5986 , to selected 3875
Maintain the list of ABI

ABI get added, deleted. This set of scripts will maintain
that list in our abi table.

Revision 5986 - Directory Listing - [select for diffs]
Modified Tue Jan 2 16:56:55 2024 UTC (15 months ago) by dan
Diff to previous 5985 , to selected 3875
'260.fp_newusers - fix redirection

This has been wrong since 20218.04.20'
Revision 5985 - Directory Listing - [select for diffs]
Modified Tue Jan 2 16:49:23 2024 UTC (15 months ago) by dan
Diff to previous 5984 , to selected 3875
Adjust git pull delays

It used to get bigger each time. Now it's the same each time

Revision 5984 - Directory Listing - [select for diffs]
Modified Tue Jan 2 16:09:11 2024 UTC (15 months ago) by dan
Diff to previous 5983 , to selected 3875
260.fp_newusers - fix redirection

This hs been wrong since 20218.04.20

re: https://svn.int.unixathome.org/viewvc.cgi/freshports-1/periodics/trunk/daily/260.fp_newusers?r1=5054&r2=5055&

I've been missing out on new user reports for nearly 6 years.

Revision 5983 - Directory Listing - [select for diffs]
Modified Sun Dec 31 17:37:02 2023 UTC (15 months ago) by dan
Diff to previous 5982 , to selected 3875
For PackagesLastCheckedSetRepoDate(), indicate an update is required only if a_RepoDate
is not null. If it is null, there is no such repo and it cannot be imported.

See: https://news.freshports.org/2023/12/31/no-repos-need-importing-how-did-this-happen-this-should-never-happen/

Revision 5982 - Directory Listing - [select for diffs]
Modified Tue Dec 26 20:29:14 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5981 , to selected 3875
'Overwrite the freshports tag backup file ; do not append to it'
Revision 5981 - Directory Listing - [select for diffs]
Modified Tue Dec 26 20:27:51 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5980 , to selected 3875
Overwrite, do not append, to the backup file

Revision 5980 - Directory Listing - [select for diffs]
Modified Tue Dec 26 16:36:40 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5979 , to selected 3875
'fix variables'
Revision 5979 - Directory Listing - [select for diffs]
Modified Tue Dec 26 16:35:57 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5978 , to selected 3875
Fix variables
Revision 5978 - Directory Listing - [select for diffs]
Modified Tue Dec 26 16:17:30 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5977 , to selected 3875
'use FP_USER_FRESHPORTS not FP_FRESHPORTS_USER'
Revision 5977 - Directory Listing - [select for diffs]
Modified Tue Dec 26 16:12:04 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5976 , to selected 3875
Move from FP_FRESHPORTS_USER to FP_USER_FRESHPORTS

Revision 5976 - Directory Listing - [select for diffs]
Modified Tue Dec 26 15:10:39 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5975 , to selected 3875
'Start using variables for many things'
Revision 5975 - Directory Listing - [select for diffs]
Modified Tue Dec 26 15:09:12 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5974 , to selected 3875
Start using variables for everything

Rename hourly/506.fp_categories_rebuild_search_html.inn to hourly/506.fp_categories_rebuild_search_html

When that file was brought over from dvl/p5-freshports-scripts, it had that
name. We will do a lot of processing in the FreeBSD port.

Revision 5974 - Directory Listing - [select for diffs]
Modified Mon Dec 25 20:47:45 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5973 , to selected 3875
Add, moving here from the dvl/p5-freshports-scripts port

Revision 5973 - Directory Listing - [select for diffs]
Modified Mon Dec 25 20:04:54 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5972 , to selected 3875
remove some blank lines
Revision 5972 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:32:06 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5971 , to selected 3875
'-m'
Revision 5971 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:30:33 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5970 , to selected 3875
Don't need +MANIFEST-p5-freshports-modules

We have +MANIFEST-p5-FreshPorts-Modules

Revision 5970 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:23:31 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5969 , to selected 3875
Igmore git-last-processed-tags.sh

Revision 5969 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:23:07 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5968 , to selected 3875
Add missing logfatal()

Revision 5968 - Directory Listing - [select for diffs]
Modified Mon Dec 25 00:07:04 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5967 , to selected 3875
'Add 980.dump_freshports_tags'
Revision 5967 - Directory Listing - [select for diffs]
Modified Sun Dec 24 23:57:38 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5966 , to selected 3875
Save the output to a file

Revision 5966 - Directory Listing - [select for diffs]
Modified Sun Dec 24 23:53:52 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5965 , to selected 3875
Adjust so we don't save the output. Let the script do that.

Revision 5965 - Directory Listing - [select for diffs]
Modified Sun Dec 24 23:53:11 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5964 , to selected 3875
Script to launch saving of tags in ingress' repos

Revision 5964 - Directory Listing - [select for diffs]
Modified Sun Dec 24 19:53:25 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5963 , to selected 3875
Better comments
Revision 5963 - Directory Listing - [select for diffs]
Modified Sun Dec 24 18:58:21 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5962 , to selected 3875
Use grep -c

ls *.xml will result in ./system_status.sh: /bin/ls: Argument list too long

... when there are large numbers of commits.

Revision 5962 - Directory Listing - [select for diffs]
Modified Sun Dec 24 16:49:24 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5961 , to selected 3875
Use ne not != for comparison
Revision 5961 - Directory Listing - [select for diffs]
Modified Sun Dec 24 16:48:19 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5960 , to selected 3875
Remove files/usr/src

This directory was used to decieve nvidia drivers into thinking we had
/usr/src installed.  re: https://github.com/FreshPorts/freshports/issues/152

Revision 5960 - Directory Listing - [select for diffs]
Modified Sat Dec 23 19:56:48 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5959 , to selected 3875
Update to reflect we are using actual jails now, not just chroot.

Revision 5959 - Directory Listing - [select for diffs]
Modified Tue Dec 19 15:19:24 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5958 , to selected 3875
'Use full path to git'
Revision 5958 - Directory Listing - [select for diffs]
Modified Tue Dec 19 15:14:14 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5957 , to selected 3875
Use the full path for git

Things changed on some servers with FreeBSD 14.0

Revision 5957 - Directory Listing - [select for diffs]
Modified Tue Dec 19 14:35:06 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5956 , to selected 3875
Use the full path to git

Revision 5956 - Directory Listing - [select for diffs]
Modified Mon Dec 18 18:03:46 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5955 , to selected 3875
Add the non-git specific names

Revision 5955 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:14:08 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5954 , to selected 3875
remove this tag, recreated/overwitten in error
Revision 5954 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:10:54 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5953 , to selected 3875
'removing our flag when we start processing. tell port->save() we are working on HEAD'
Revision 5953 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:09:22 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5952 , to selected 3875
'removing our flag when we start processing. tell port->save() we are working on HEAD'
Revision 5952 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:06:29 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5951 , to selected 3875
'add comments mentioning that Eat() works only on HEAD'
Revision 5951 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:01:24 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5950 , to selected 3875
mention that process_default_versions.pl operates only upon head
Revision 5950 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:00:38 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5949 , to selected 3875
mention that Eat() works on head, and is not checking branches for special processing
Revision 5949 - Directory Listing - [select for diffs]
Modified Mon Dec 18 13:50:21 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5948 , to selected 3875
On port->save(), specify HEAD, because that is only what this should be invoked for
Revision 5948 - Directory Listing - [select for diffs]
Modified Mon Dec 18 13:20:40 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5947 , to selected 3875
Remove our signal

Revision 5947 - Directory Listing - [select for diffs]
Modified Mon Dec 18 12:52:30 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5946 , to selected 3875
refer to $0, not process_moved.sh
Revision 5946 - Directory Listing - [select for diffs]
Modified Tue Dec 12 22:54:46 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5945 , to selected 3875
When done populating the packages table, clear out the pacakges_raw table.

I suspect we had lingering data in there. This was messing up the results.
We'd have a version, and no record of ever importing that tree.

Revision 5945 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:42:06 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5944 , to selected 3875
'update config.pm.sample - adding stuff removed in error, and sort'
Revision 5944 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:41:38 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5943 , to selected 3875
add $FreshPorts::Config::CheckPortsCategoriesFlag back in, and sort the flags
Revision 5943 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:20:04 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5942 , to selected 3875
'update config.pm.sample'
Revision 5942 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:18:46 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5941 , to selected 3875
Add utf8, DefaultVersionsFlag, and remove CheckPortsCategoriesFlag & WWWENPortsCategoriesFlag
Revision 5941 - Directory Listing - [select for diffs]
Modified Mon Dec 11 13:53:35 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5940 , to selected 3875
Add more comments

Revision 5940 - Directory Listing - [select for diffs]
Modified Sun Dec 10 19:08:39 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5939 , to selected 3875
Rename cut-freshsource-git
    to cut-freshsource

Revision 5939 - Directory Listing - [select for diffs]
Modified Sun Dec 10 19:07:51 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5938 , to selected 3875
Rename cut-fp-listen-git.sh
    to cut-fp-listen.sh

Revision 5938 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:49:56 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5937 , to selected 3875
Rename ports removing the -git suffix

And add +MANIFEST-py39-freshports-git-proc-commit

Revision 5937 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:23:07 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5936 , to selected 3875
'cater for https://github.com/FreshPorts/freshports/issues/509'
Revision 5936 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:19:01 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5935 , to selected 3875
job-waiting.pl
* remove FreshPorts::Config::WWWENPortsCategoriesFlag => 'process_www_en_ports_categories.sh
* add FreshPorts::Config::DefaultVersionsFlag      => 'process_default_versions.pl

remove:

* process_CVSROOT_approvers.sh
* process_www_en_ports_categories.sh

add process_default_versions.pl


Revision 5935 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:17:12 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5934 , to selected 3875
remove trailing space
Revision 5934 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:07:01 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5933 , to selected 3875
'process Mk/bsd.default-versions.mk results'
Revision 5933 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:01:37 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5932 , to selected 3875
constants.pm
* remove Notify_cvsroot_approvers
* add DEFAULT_VERSION
* add FreshPorts::Constants::PortsAffectedByDefaultVersions

special_processing_files.pm
* remove processing for CVSROOT_Approvers
* remove processing for FreshPorts::Constants::Categories

port_refresh.pm - adding for refreshing a port
* used for https://github.com/FreshPorts/freshports/issues/509

Revision 5932 - Directory Listing - [select for diffs]
Modified Mon Nov 27 00:00:47 2023 UTC (16 months, 1 week ago) by dan
Diff to previous 5931 , to selected 3875
Allow reading to select from categories

Revision 5931 - Directory Listing - [select for diffs]
Modified Wed Nov 15 23:51:12 2023 UTC (16 months, 2 weeks ago) by dan
Diff to previous 5930 , to selected 3875
'Cater for broken 2023Q4 branch'
Revision 5930 - Directory Listing - [select for diffs]
Modified Wed Nov 15 23:46:22 2023 UTC (16 months, 2 weeks ago) by dan
Diff to previous 5929 , to selected 3875
Cater for a bug in 2023Q4

https://lists.freebsd.org/archives/freebsd-ports/2023-October/004812.html

www/tomcat-devel was MFH and requires Java 21+, but 
21 is not available in Q4.

Cater for that.

Revision 5929 - Directory Listing - [select for diffs]
Modified Sun Nov 12 13:48:57 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5928 , to selected 3875
'add categories_rebuild_search_html.sh'
Revision 5928 - Directory Listing - [select for diffs]
Modified Sun Nov 12 13:47:59 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5927 , to selected 3875
Add a blank row in the drop down list, for a default search value

Fixes https://github.com/FreshPorts/freshports/issues/491

Revision 5927 - Directory Listing - [select for diffs]
Modified Sat Nov 11 19:32:00 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5926 , to selected 3875
'add categories_rebuild_search_html.sh'
Revision 5926 - Directory Listing - [select for diffs]
Modified Sat Nov 11 19:23:55 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5925 , to selected 3875
Refresh the list of categories.

Revision 5925 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:35:31 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5924 , to selected 3875
'Include changes adding port_id to RemovePortFromCache() calls'
Revision 5924 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:35:03 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5923 , to selected 3875
I should have done this for scripts, not modules.

Revision 5923 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:32:52 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5922 , to selected 3875
'Include changes adding port_id to RemovePortFromCache() calls'
Revision 5922 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:30:15 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5921 , to selected 3875
Adjust parameters to RemovePortFromCache() which now takes a port_id

see: https://github.com/FreshPorts/freshports/issues/468

Revision 5921 - Directory Listing - [select for diffs]
Modified Wed Oct 25 01:22:22 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5920 , to selected 3875
'include an updated fp-listen.ini'
Revision 5920 - Directory Listing - [select for diffs]
Modified Wed Oct 25 01:21:09 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5919 , to selected 3875
Update sample with FILE_CACHE_PATH

Revision 5919 - Directory Listing - [select for diffs]
Modified Tue Oct 24 20:00:57 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5918 , to selected 3875
'do better cache invalidation for MOVED, UPDATING, etc'
Revision 5918 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:56:38 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5917 , to selected 3875
'improve cache invalidation for MOVED, UPDATING, etc'
Revision 5917 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:26:27 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5916 , to selected 3875
Caching changes

12345678901234567890123456789012345678901234567890123456789012345678901234567890
Items like MOVED & UPDATING where never cleared from cache. caching.pm was
designed when the web server and the ingress server where always assumed to be
on the same host. That is no longer the cache. The code has been rewritten to
use the same cache clearing mechanism as in other parts of the system.

A new table has been created: cache_clearing_files

It functions much like the existing cache_clearing_ports table

The changes here are coordinated with changes to the modules port and to the
fp-listen (part of the webserver) code.

re: https://github.com/FreshPorts/freshports/issues/468

Revision 5916 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:25:40 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5915 , to selected 3875
Cater somewhat for invalid depends

For some reason, 5699269 gave this results for RUN_DEPENDS:

[18:42 empty dan /usr/ports/www/tomcat-devel] % make -V RUN_DEPENDS
jsvc:devel/apache-commons-daemon /bin/java:

see https://lists.freebsd.org/archives/freebsd-ports/2023-October/004775.html

Which then gave invalid RUN_DEPENDS and an empty string. The code now copes.

Revision 5915 - Directory Listing - [select for diffs]
Modified Sun Oct 15 20:18:40 2023 UTC (17 months, 2 weeks ago) by dan
Diff to previous 5914 , to selected 3875
'Add cache clearing for files, such as MOVED, UPDATING. See https://github.com/FreshPorts/freshports/issues/468'
Revision 5914 - Directory Listing - [select for diffs]
Modified Sun Oct 15 20:11:52 2023 UTC (17 months, 2 weeks ago) by dan
Diff to previous 5913 , to selected 3875
Add deletion of files, such as MOVED, from the cache.

Fixes https://github.com/FreshPorts/freshports/issues/468

Revision 5913 - Directory Listing - [select for diffs]
Modified Sat Oct 14 21:15:06 2023 UTC (17 months, 2 weeks ago) by dan
Diff to previous 5912 , to selected 3875
spell with
Revision 5912 - Directory Listing - [select for diffs]
Modified Tue Oct 3 17:02:59 2023 UTC (18 months ago) by dan
Diff to previous 5911 , to selected 3875
Use this shebang: #!/usr/local/bin/perl -w

For port.pm, use better stuff for UTF-8

re: https://github.com/FreshPorts/freshports/issues/455

Revision 5911 - Directory Listing - [select for diffs]
Modified Tue Oct 3 17:00:55 2023 UTC (18 months ago) by dan
Diff to previous 5910 , to selected 3875
Use this shebang: #!/usr/local/bin/perl -w

Revision 5910 - Directory Listing - [select for diffs]
Modified Sat Sep 30 15:01:34 2023 UTC (18 months ago) by dan
Diff to previous 5909 , to selected 3875
Add new function: DoneProcessingCommit()

It is not invoked anywhere - I suspect that would
be somewhere inside the commit inserting/adding
code.

Revision 5909 - Directory Listing - [select for diffs]
Modified Sun Aug 6 19:30:39 2023 UTC (19 months, 4 weeks ago) by dan
Diff to previous 5908 , to selected 3875
'Allow cache clearing for sanity test failures'
Revision 5908 - Directory Listing - [select for diffs]
Modified Sun Aug 6 19:28:22 2023 UTC (19 months, 4 weeks ago) by dan
Diff to previous 5907 , to selected 3875
Clear cache for sanity-tests

re: https://github.com/FreshPorts/freshports/issues/451

This does mean that the sanity test list is cleared each time a commit occurs.
That is overkill. However, going the other way creates more work and more
code. Simple cache clearing is better cache clearing.

Revision 5907 - Directory Listing - [select for diffs]
Modified Sat May 27 17:34:33 2023 UTC (22 months, 1 week ago) by dan
Diff to previous 5906 , to selected 3875
When checking for latest commit before a quarterly branch,
ignore null port versions.

They can happen: https://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4

Revision 5906 - Directory Listing - [select for diffs]
Modified Sun May 21 15:08:08 2023 UTC (22 months, 2 weeks ago) by dan
Diff to previous 5905 , to selected 3875
'join the query tables when looking for slave ports'
Revision 5905 - Directory Listing - [select for diffs]
Modified Sun May 21 14:48:55 2023 UTC (22 months, 2 weeks ago) by dan
Diff to previous 5904 , to selected 3875
Actually join the tables in this quewry
Revision 5904 - Directory Listing - [select for diffs]
Modified Wed May 3 18:25:50 2023 UTC (23 months ago) by dan
Diff to previous 5903 , to selected 3875
'for UPDATING, use case insensitive for AFFECTS; trim rowcount on missing-port-categories.sh'
Revision 5903 - Directory Listing - [select for diffs]
Modified Wed May 3 18:23:21 2023 UTC (23 months ago) by dan
Diff to previous 5902 , to selected 3875
'do not pass empty strings to _GetRealPath()'
Revision 5902 - Directory Listing - [select for diffs]
Modified Wed May 3 18:18:15 2023 UTC (23 months ago) by dan
Diff to previous 5901 , to selected 3875
Don't pass empty strings to _GetRealPath()

Revision 5901 - Directory Listing - [select for diffs]
Modified Mon May 1 02:54:58 2023 UTC (23 months ago) by dan
Diff to previous 5900 , to selected 3875
Use case insensitive matches for Affects and Author

This allows for:

20230213:
  Affects: users of sysutils/nut*
  AUTHOR: cy@FreeBSD.org

Whereas most people do upper case:

20230213:
  AFFECTS: users of security/logcheck
  AUTHOR: yasu@FreeBSD.org


Revision 5900 - Directory Listing - [select for diffs]
Modified Mon May 1 02:53:11 2023 UTC (23 months ago) by dan
Diff to previous 5899 , to selected 3875
remove spaces from ROWCOUNT
Revision 5899 - Directory Listing - [select for diffs]
Modified Sat Apr 1 15:28:13 2023 UTC (2 years ago) by dan
Diff to previous 5898 , to selected 3875
Remove unneeded declarations and notices.

Revision 5898 - Directory Listing - [select for diffs]
Modified Sun Mar 26 01:18:53 2023 UTC (2 years ago) by dan
Diff to previous 5897 , to selected 3875
Use ports_active instead of ports

By default, it is head only.

Revision 5897 - Directory Listing - [select for diffs]
Modified Thu Mar 23 00:28:37 2023 UTC (2 years ago) by dan
Diff to previous 5896 , to selected 3875
'-m'
Revision 5896 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:34:04 2023 UTC (2 years ago) by dan
Diff to previous 5895 , to selected 3875
'Convert XML main to head; remove FetchAllFiles(), svnUpFile(); delete xml_munge_svn.pm'
Revision 5895 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:27:28 2023 UTC (2 years ago) by dan
Diff to previous 5894 , to selected 3875
Make sure we use head not branches/main

Add FreshPorts::Constants::MAIN as a constant
and when checking to see what branch we are on,
convert main to head, because the XML gives us
main, but we are using head in the database.

fixes #435

Revision 5894 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:25:38 2023 UTC (2 years ago) by dan
Diff to previous 5893 , to selected 3875
As of 2022-12-10, ports_active is head only

Remove the reference to /ports/head/%



Revision 5893 - Directory Listing - [select for diffs]
Modified Thu Mar 16 22:38:00 2023 UTC (2 years ago) by dan
Diff to previous 5892 , to selected 3875
Remove some old subversion specific code.

FetchAllFiles()
svnUpFile()
xml_munge_svn.pm

Thank you.


Revision 5892 - Directory Listing - [select for diffs]
Modified Thu Mar 16 22:35:26 2023 UTC (2 years ago) by dan
Diff to previous 5891 , to selected 3875
Retire vuxml_ident.pl : used for subversion commits.


Revision 5891 - Directory Listing - [select for diffs]
Modified Thu Mar 9 18:32:11 2023 UTC (2 years ago) by dan
Diff to previous 5890 , to selected 3875
'Loop over the queue until it is empty'
Revision 5890 - Directory Listing - [select for diffs]
Modified Thu Mar 9 18:28:40 2023 UTC (2 years ago) by dan
Diff to previous 5889 , to selected 3875
When we're finished checking the queue, check again.

This avoids the race condition where more stuff is added to the queue and we
miss it because we are processing the queue already.


Revision 5889 - Directory Listing - [select for diffs]
Modified Wed Dec 28 14:55:17 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5888 , to selected 3875
Remove latest_link, no longer used.

Revision 5888 - Directory Listing - [select for diffs]
Modified Wed Dec 28 14:54:59 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5887 , to selected 3875
Rename GetCategoryPortFromLatestLink to FUNCTION GetCategoryPortFromPackageName
because latestlink is no longer used by Ports.


Revision 5887 - Directory Listing - [select for diffs]
Modified Sun Dec 25 19:01:18 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5886 , to selected 3875
Use freshports, not FreshPorts, in URLs.

see: https://github.com/FreshPorts/freshports/issues/412


Revision 5886 - Directory Listing - [select for diffs]
Modified Sat Dec 24 20:10:01 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5885 , to selected 3875
'no need to create the incoming directory'
Revision 5885 - Directory Listing - [select for diffs]
Modified Sat Dec 24 20:08:14 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5884 , to selected 3875
Correctly report the missing directory


Revision 5884 - Directory Listing - [select for diffs]
Modified Sat Dec 24 19:59:58 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5883 , to selected 3875
'use the spooling directory'
Revision 5883 - Directory Listing - [select for diffs]
Modified Sat Dec 24 19:53:14 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5882 , to selected 3875
Start using the spooling directory. This has been in use on dev since at
least Sep 17 2022. Time to spread it around.


Revision 5882 - Directory Listing - [select for diffs]
Modified Sat Dec 24 17:31:57 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5881 , to selected 3875
When creating a port on a branch, use the ports table, not the ports_active
view to get the element_id. It won't be there because ports_active is now
head only.

re: https://github.com/FreshPorts/freshports/issues/413
    https://github.com/FreshPorts/freshports/issues/407


Revision 5881 - Directory Listing - [select for diffs]
Modified Thu Dec 22 16:06:09 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5880 , to selected 3875
'Only update if test_depends has changed. re https://github.com/FreshPorts/freshports/issues/411'
Revision 5880 - Directory Listing - [select for diffs]
Modified Thu Dec 22 15:59:39 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5879 , to selected 3875
Only update if test_depends differs


Revision 5879 - Directory Listing - [select for diffs]
Modified Thu Dec 22 15:12:07 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5878 , to selected 3875
Correct the name of this file.


Revision 5878 - Directory Listing - [select for diffs]
Modified Thu Dec 22 15:11:19 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5877 , to selected 3875
Add test_depends to views.


Revision 5877 - Directory Listing - [select for diffs]
Modified Wed Dec 21 13:05:50 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5876 , to selected 3875
'add TEST_DEPENDS'
Revision 5876 - Directory Listing - [select for diffs]
Modified Wed Dec 21 13:04:49 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5875 , to selected 3875
'add TEST_DEPENDS'
Revision 5875 - Directory Listing - [select for diffs]
Modified Wed Dec 21 12:58:34 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5874 , to selected 3875
Add TEST_DEPENDS

re: https://github.com/FreshPorts/freshports/issues/411

Revision 5874 - Directory Listing - [select for diffs]
Modified Wed Dec 21 12:58:01 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5873 , to selected 3875
Extract TEST_DEPENDS

re https://github.com/FreshPorts/freshports/issues/411


Revision 5873 - Directory Listing - [select for diffs]
Modified Tue Dec 20 14:17:32 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5872 , to selected 3875
Add new column: ports.test_depends

re: https://github.com/FreshPorts/freshports/issues/411


Revision 5872 - Directory Listing - [select for diffs]
Modified Sun Dec 11 14:53:11 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5871 , to selected 3875
'update refresh-all-active-ports.pl removing head-specific stuff because ports_active now does that for us'
Revision 5871 - Directory Listing - [select for diffs]
Modified Sun Dec 11 14:45:48 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5870 , to selected 3875
'refresh-ports.sh & process_updating.sh now log to DIRLOG, process_updating.pl looks for AFFECTS and avoids duplicates in cache_clearing_ports, add show-config.sh'
Revision 5870 - Directory Listing - [select for diffs]
Modified Sun Dec 11 14:32:43 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5869 , to selected 3875
make both ports_all and ports_active head-specific.

We shall see if this works out OK

re: https://github.com/FreshPorts/freshports/issues/407
    https://github.com/FreshPorts/freshports/issues/406


Revision 5869 - Directory Listing - [select for diffs]
Modified Sun Dec 11 13:33:36 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5868 , to selected 3875
Split role creation out from permissions.sql into roles-users-groups.sql

This allows permissions to be re-run at any time, for example, after a view
changes.


Revision 5868 - Directory Listing - [select for diffs]
Modified Sun Dec 11 13:31:47 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5867 , to selected 3875
Add binmode STDOUT, ":encoding(UTF-8)" to cater for wide characters

re: https://news.freshports.org/2020/05/30/tracking-down-wide-character-in-print-at-usr-local-lib-perl5-site_perl-freshports-vuxml_parsing-pm-line-232/

Remove EP.pathname like '/ports/head/%' clause from SELECT because
ports_active is now only head.

re: https://github.com/FreshPorts/freshports/issues/406


Revision 5867 - Directory Listing - [select for diffs]
Modified Sun Dec 11 13:28:02 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5866 , to selected 3875
Be clearer about how this directory is used.


Revision 5866 - Directory Listing - [select for diffs]
Modified Thu Dec 8 20:02:51 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5865 , to selected 3875
'populate the ports.makefile field re: https://github.com/FreshPorts/freshports/issues/406'
Revision 5865 - Directory Listing - [select for diffs]
Modified Thu Dec 8 20:00:02 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5864 , to selected 3875
Populate ports.makefile field re: https://github.com/FreshPorts/freshports/issues/406
Revision 5864 - Directory Listing - [select for diffs]
Modified Tue Dec 6 23:13:38 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5863 , to selected 3875
'fix processing of vuxml re: https://github.com/FreshPorts/freshports/issues/360'
Revision 5863 - Directory Listing - [select for diffs]
Modified Tue Dec 6 23:04:36 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5862 , to selected 3875
Fix vuxml processing. The files have moved from security/vuxml/vuln-YYYY.xml to
security/vuxml/vuln/YYYY.xml

Fix the regex for checking for such commits. Add more logging.

More detail in https://github.com/FreshPorts/freshports/issues/360


Revision 5862 - Directory Listing - [select for diffs]
Modified Sun Dec 4 16:21:01 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5861 , to selected 3875
Remove references to running this from a cronjob.

It is launched from job-waiting.pl


Revision 5861 - Directory Listing - [select for diffs]
Modified Thu Sep 29 13:21:05 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5860 , to selected 3875
Remove code added for debugging


Revision 5860 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:47:42 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5859 , to selected 3875
Mention this won't work on ingress nodes.


Revision 5859 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:47:18 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5858 , to selected 3875
Add


Revision 5858 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:46:46 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5857 , to selected 3875
Fix UPDATING

With 20220623 and 20220620, 20220620 appears in column one.

That caused failures because of a faulty regex.

https://regex101.com to the rescue for this one

It was broken anyway, because the directory was wrong.


For cache clearing, we need to use the cache_clearing_ports table
The caching module is good only on webservers, not on ingress nodes,
which is where this script runs.


Revision 5857 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:26:20 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5856 , to selected 3875
Log the output of process_updating.pl to process_updating.log


Revision 5856 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:25:50 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5855 , to selected 3875
Althought this script is no longer relevant/used,
let's use the supplied configuration value for LOGDIR


Revision 5855 - Directory Listing - [select for diffs]
Modified Wed Sep 21 12:48:37 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5854 , to selected 3875
When clearing cache for a port, consider all categories

re https://github.com/FreshPorts/freshports/issues/373

A port  has a primary category. e.g. x11/bemenu

However, this port is also listed in the wayland category,
which is a virtual category. This is known as a secondary
category. Secondary categories are  always vritual.

You can't browse to wayland/bemenu - but you can see bemenu
listed at https://www.freshports.org/wayland/

Therefore, we must flush that page from cache when that port
is updated.

The solution: insert both of these pairs into the cache_clearing_ports
table:

* x11,bemenu
* wayland,bemenu

The fp-listen daemon, which runs on the webserver nodes, will always clear
the category page in addition to  the port page.

It will also clear the now non-existent wayland/bemenu page - no harm done
there. Should the display of a port on a virtual page be implemented one
day, this solution will properly clear that cache too.

Revision 5854 - Directory Listing - [select for diffs]
Modified Tue Sep 20 23:38:44 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5853 , to selected 3875
'remove dir-create.sh; correct ports_tree_file_count.pl'
Revision 5853 - Directory Listing - [select for diffs]
Modified Tue Sep 20 23:30:39 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5852 , to selected 3875
Correct the ports tree file count

Reported by Laurent Chardon


Revision 5852 - Directory Listing - [select for diffs]
Modified Sat Sep 17 14:33:10 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5851 , to selected 3875
This script is deprecated.


Revision 5851 - Directory Listing - [select for diffs]
Modified Sun Sep 11 20:37:30 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5850 , to selected 3875
Use mktemp


Revision 5850 - Directory Listing - [select for diffs]
Modified Sun Sep 11 20:25:20 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5849 , to selected 3875
Let's move towards Nagios alerts instead of email.


Revision 5849 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:25:31 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5848 , to selected 3875
'restrict refresh-all-active-ports.pl to head only'
Revision 5848 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:24:46 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5847 , to selected 3875
Remove tag created in error


Revision 5847 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:22:56 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5846 , to selected 3875
'e-and-options_name.pl for jexec. add set-pkgmessage.pl never saved before'
Revision 5846 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:22:01 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5845 , to selected 3875
Restrict this port to head


Revision 5845 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:56:38 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5844 , to selected 3875
'update refresh-all-active-ports.pl for modern times. update set-pkgmessage-and-options_name.pl for jexec. add set-pkgmessage.pl never saved before'
Revision 5844 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:52:44 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5843 , to selected 3875
'add code for make -V WWW'
Revision 5843 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:50:54 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5842 , to selected 3875
'add code for make -V WWW'
Revision 5842 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:44:54 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5841 , to selected 3875
Add WWW


Revision 5841 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:44:28 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5840 , to selected 3875
Update to accommodate new WWW entry in Makefiles

see https://cgit.freebsd.org/ports/commit/?id=ddd0e820c8eb73acef94c72434c382982d0fa329
Add SET CLIENT_ENCODING TO 'ISO-8859-1
to accommodate DBD::Pg::st execute failed: ERROR:  invalid byte sequence for encoding "UTF8": 0xe4 0x20 0x3c at ../port.pm line 406.

This still won't work for ports which use the pkg-descr for another port

e.g. https://cgit.freebsd.org/ports/tree/multimedia/linux-c7-libtheora/Makefile?id=63f36d326290febc7af8820d7bde9c78cda71c80#n17

I have emailed se@FreeBSD.org about this edge case.


Revision 5840 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:39:03 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5839 , to selected 3875
Save changes from a year ago when this script was converted to use jexec



Revision 5839 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:38:40 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5838 , to selected 3875
Save changes from a year ago when this script was converted to use jexec


Revision 5838 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:37:42 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5837 , to selected 3875
Adjust SQL to work only on head.

Adjust Port->new() call to specific 'git' repo


Revision 5837 - Directory Listing - [select for diffs]
Modified Fri Aug 19 19:19:40 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5836 , to selected 3875
Comment out this NOTICE. It winds up in the .errors file for the commit.

Revision 5836 - Directory Listing - [select for diffs]
Modified Fri Aug 19 16:10:04 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5835 , to selected 3875
Fix a trigger optimization which avoided updating the table if the values
did not change.

re: https://news.freshports.org/2022/08/19/missing-ports_categories-entries/


Revision 5835 - Directory Listing - [select for diffs]
Modified Fri Aug 12 15:00:37 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5834 , to selected 3875
'remove maildrop/mailfilter - no longer used now we're on git'
Revision 5834 - Directory Listing - [select for diffs]
Modified Fri Aug 12 14:52:32 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5833 , to selected 3875
'try catching sql print errors'
Revision 5833 - Directory Listing - [select for diffs]
Modified Fri Aug 12 14:41:56 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5832 , to selected 3875
Start using Try::Tiny

I was seeing errors on printing the SQL. Let's see if that traps that.

Testing  was not able to reproduce it.


Revision 5832 - Directory Listing - [select for diffs]
Modified Wed Aug 10 20:50:36 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5831 , to selected 3875
Better logging message


Revision 5831 - Directory Listing - [select for diffs]
Modified Wed Aug 10 20:20:34 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5830 , to selected 3875
Add more logging

Revision 5830 - Directory Listing - [select for diffs]
Modified Tue Jul 19 13:03:32 2022 UTC (2 years, 8 months ago) by dan
Diff to previous 5829 , to selected 3875
Exclude deleted ports on package name search

Use ports_active not ports

Example: otrs has www and devel (deleted).

If entered into the search box on the front page, you'd be taken to the
search page where only the non-deleted port would be found. Better to take
then directly to the active port, as intended.


Revision 5829 - Directory Listing - [select for diffs]
Modified Sun Apr 24 18:59:55 2022 UTC (2 years, 11 months ago) by dan
Diff to previous 5828 , to selected 3875
Drop the procmail, actually maildrop filter

Since FreeBSD moved to git, this is no longer required.

Revision 5828 - Directory Listing - [select for diffs]
Modified Sun Apr 24 18:27:11 2022 UTC (2 years, 11 months ago) by dan
Diff to previous 5827 , to selected 3875
Updates


Revision 5827 - Directory Listing - [select for diffs]
Modified Sun Apr 24 18:15:25 2022 UTC (2 years, 11 months ago) by dan
Diff to previous 5826 , to selected 3875
Add a better log message


Revision 5826 - Directory Listing - [select for diffs]
Modified Tue Dec 21 00:50:21 2021 UTC (3 years, 3 months ago) by dan
Diff to previous 5825 , to selected 3875
don't tell me about required modifying the the parent % from a file to directory


Revision 5825 - Directory Listing - [select for diffs]
Modified Sun Sep 26 15:25:20 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5824 , to selected 3875
'Avoid periods at the end of URLs and email addresses'
Revision 5824 - Directory Listing - [select for diffs]
Modified Sun Sep 26 15:23:00 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5823 , to selected 3875
'Correct the link to commits

fixes https://github.com/FreshPorts/freshports/issues/335

reported by Matthew Seaman via private email
'
Revision 5823 - Directory Listing - [select for diffs]
Modified Sat Sep 25 13:38:08 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5822 , to selected 3875
Avoid periods at the end of URLs and email addresses


Revision 5822 - Directory Listing - [select for diffs]
Modified Sat Sep 25 13:37:51 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5821 , to selected 3875
Correct the link to commits

fixes https://github.com/FreshPorts/freshports/issues/335

reported by Matthew Seaman via private email


Revision 5821 - Directory Listing - [select for diffs]
Modified Fri Sep 10 17:10:25 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5820 , to selected 3875
remove subversion code

Revision 5820 - Directory Listing - [select for diffs]
Modified Fri Sep 10 17:10:13 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5819 , to selected 3875
Remove daemontools specific tools

Revision 5819 - Directory Listing - [select for diffs]
Modified Fri Sep 10 17:09:02 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5818 , to selected 3875
Remove subversion specific scripts

Revision 5818 - Directory Listing - [select for diffs]
Modified Fri Sep 10 16:31:42 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5817 , to selected 3875
'one more time on the correct port, with updated code: require ssl'
Revision 5817 - Directory Listing - [select for diffs]
Modified Fri Sep 10 16:30:51 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5816 , to selected 3875
'require ssl, really, this time, for real'
Revision 5816 - Directory Listing - [select for diffs]
Modified Fri Sep 10 16:30:34 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5815 , to selected 3875
require ssl
Revision 5815 - Directory Listing - [select for diffs]
Modified Fri Sep 10 16:09:26 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5814 , to selected 3875
'require ssl'
Revision 5814 - Directory Listing - [select for diffs]
Modified Fri Sep 10 15:59:06 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5813 , to selected 3875
'require ssl'
Revision 5813 - Directory Listing - [select for diffs]
Modified Fri Sep 10 15:57:01 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5812 , to selected 3875
require ssl
Revision 5812 - Directory Listing - [select for diffs]
Modified Thu Sep 9 21:46:33 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5811 , to selected 3875
column alignment
Revision 5811 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:51:38 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5810 , to selected 3875
'add newlines to refresh-ports.pl'
Revision 5810 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:50:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5809 , to selected 3875
go for 2500 row sets
Revision 5809 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:49:53 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5808 , to selected 3875
add newlines to print statements
Revision 5808 - Directory Listing - [select for diffs]
Modified Fri Sep 3 12:41:43 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5807 , to selected 3875
Be sure to prepare the repo with the latest data before processing


Revision 5807 - Directory Listing - [select for diffs]
Modified Thu Sep 2 18:02:53 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5806 , to selected 3875
Remove NOT EXISTS (SELECT port_id 
                     FROM cache_clearing_ports
                    WHERE port_id = PD.port_id_dependent_upon)
from the trigger. It's seems extraneous



Revision 5806 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:22:39 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5805 , to selected 3875
'use correct path for pkg-message'
Revision 5805 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:19:54 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5804 , to selected 3875
'add launch-refreshes.sh & long options for refresh-ports.pl'
Revision 5804 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:13:47 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5803 , to selected 3875
Correct the path to pkgmessagepath - this is not absolute, but relative
Revision 5803 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:12:50 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5802 , to selected 3875
A script for launching multiple instances of refresh-ports.pl which each run
in parallel


Revision 5802 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:11:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5801 , to selected 3875
Add in long options:

dryrun y/n
debug  y/n
limit  How many rows to process
offset Where to start int the result set

Stop using syslog, because output is now logged to a file



Revision 5801 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:08:02 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5800 , to selected 3875
log to a file
Revision 5800 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:07:12 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5799 , to selected 3875
We shall keep distfiles around - no sense removing them if we are running multiple tests
Revision 5799 - Directory Listing - [select for diffs]
Modified Thu Sep 2 00:02:27 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5798 , to selected 3875
better comment
Revision 5798 - Directory Listing - [select for diffs]
Modified Wed Aug 25 21:00:49 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5797 , to selected 3875
'add script name to syslog call in refresh-ports.pl'
Revision 5797 - Directory Listing - [select for diffs]
Modified Wed Aug 25 20:58:17 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5796 , to selected 3875
add script name to syslog call
Revision 5796 - Directory Listing - [select for diffs]
Modified Tue Aug 24 21:02:03 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5795 , to selected 3875
Create the ports_to_refresh table.

re: https://github.com/FreshPorts/freshports/issues/328


Revision 5795 - Directory Listing - [select for diffs]
Modified Tue Aug 24 21:01:21 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5794 , to selected 3875
Make sure the branch is in public.freshports_commit_record - fixes https://github.com/FreshPorts/freshports/issues/327
Revision 5794 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:59:50 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5793 , to selected 3875
 add branch text to public.freshports_commit_record
Revision 5793 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:34:18 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5792 , to selected 3875
'add in $FreshPorts::Config::PortsToRefresh'
Revision 5792 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:34:00 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5791 , to selected 3875
2.1.15? Should be 2.0.15

Revision 5791 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:31:24 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5790 , to selected 3875
'add $FreshPorts::Config::PortsToRefresh, refresh-ports.sh, refresh-ports.pl'
Revision 5790 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:27:11 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5789 , to selected 3875
'add in $FreshPorts::Config::PortsToRefresh'
Revision 5789 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:37:27 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5788 , to selected 3875
we shall assume git processing when refreshing
Revision 5788 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:06:29 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5787 , to selected 3875
add $FreshPorts::Config::PortsToRefresh signal
Revision 5787 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:05:22 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5786 , to selected 3875
Add the ability to process the ports_to_refresh table.


Revision 5786 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:04:01 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5785 , to selected 3875
Create PORTSTOREFRESHFLAG flag

While here, derive BASEDIR_PACKAGER from BASEDIR


Revision 5785 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:02:57 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5784 , to selected 3875
fix comment typo
Revision 5784 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:38:34 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5783 , to selected 3875
'move from ports-jail to jail'
Revision 5783 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:34:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5782 , to selected 3875
'move from ports-jail to jail'
Revision 5782 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:34:41 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5781 , to selected 3875
Remove tag created in error

Revision 5781 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:32:32 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5780 , to selected 3875
'move from ports-jail to jail'
Revision 5780 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:32:09 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5779 , to selected 3875
remove tag created in error

Revision 5779 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:30:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5778 , to selected 3875
'move from ports-jail to jail'
Revision 5778 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:17:18 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5777 , to selected 3875
Remove variables no longer present.


Revision 5777 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:14:27 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5776 , to selected 3875
fix typo in /usr/ports comment
Revision 5776 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:13:02 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5775 , to selected 3875
use /usr/ports; /var/db/repos is now gone
Revision 5775 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:10:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5774 , to selected 3875
Stop using ports-jails, start using a proper jail

Use /usr/ports within that jail


Revision 5774 - Directory Listing - [select for diffs]
Modified Wed Aug 11 07:32:13 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5773 , to selected 3875
Move from chroot to jexec.

The ports-tree at ~freshports/ports-jail is no longer used.
Instead, we use one in a true proper jail.


Revision 5773 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:16:41 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5772 , to selected 3875
this is deprecated
Revision 5772 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:15:39 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5771 , to selected 3875
For fortnightly, do 18 days, because it's not a perfect fortnight


Revision 5771 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:14:46 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5770 , to selected 3875
We are now using a FreeBSD jail for port data extraction


Revision 5770 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:14:28 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5769 , to selected 3875
Move to a /usr/ports location for the jail
Revision 5769 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:12:17 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5768 , to selected 3875
Move the jail to /usr/ports, not /var/db/repos/ports


Revision 5768 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:10:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5767 , to selected 3875
Move from chroot to jexec

With make-pkg-message-in.sh, move back to apply-slist : it's great


Revision 5767 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:10:14 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5766 , to selected 3875
Better pkg-message handling, but not great.


Revision 5766 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:09:47 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5765 , to selected 3875
Replace JailApplySList with JailPkgMessage, for better pkg-message handling
Revision 5765 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:08:40 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5764 , to selected 3875
Better pkg-message handling, but still not great.


Revision 5764 - Directory Listing - [select for diffs]
Modified Wed Jul 28 17:49:16 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5763 , to selected 3875
'but that extra space!'
Revision 5763 - Directory Listing - [select for diffs]
Modified Wed Jul 28 17:22:14 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5762 , to selected 3875
Remove extraneous space


Revision 5762 - Directory Listing - [select for diffs]
Modified Wed Jul 28 17:10:55 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5761 , to selected 3875
'fix a typo for recent dir'
Revision 5761 - Directory Listing - [select for diffs]
Modified Wed Jul 28 17:08:08 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5760 , to selected 3875
Fix a copy/paste error when displaying the name of the retry directory


Revision 5760 - Directory Listing - [select for diffs]
Modified Sun Jul 25 19:10:47 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5759 , to selected 3875
'Fix the way we detect a commit against security/vuxml'
Revision 5759 - Directory Listing - [select for diffs]
Modified Sun Jul 25 19:08:42 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5758 , to selected 3875
Fix the way we detect a commit against security/vuxml

Look for any file like vuln-YYYY


Revision 5758 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:20:28 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5757 , to selected 3875
'check ports_categories when not processing commits'
Revision 5757 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:18:55 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5756 , to selected 3875
'check ports_categories when not processing commits'
Revision 5756 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:17:17 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5755 , to selected 3875
Update to check ports_categories when not processing commits.

Add this to /usr/local/etc/freshports/config.sh:

CHECKPORTSCATEGORIESFILE="${BASEDIR}/signals/check_port_categories"



Revision 5755 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:16:14 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5754 , to selected 3875
Update to check ports_categories when not processing commits.

Add this this to /usr/local/etc/freshports/config.pm:

$FreshPorts::Config::CheckPortsCategoriesFlag   = $FreshPorts::Config::BaseDir . '/signals/check_port_categories';



Revision 5754 - Directory Listing - [select for diffs]
Modified Tue Jul 13 21:37:05 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5753 , to selected 3875
'use the right script name'
Revision 5753 - Directory Listing - [select for diffs]
Modified Tue Jul 13 21:36:39 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5752 , to selected 3875
Fix the script name and the user

set_hourly_flags.sh.sh should have been set_hourly_flags.sh

This script should be run by freshports

Revision 5752 - Directory Listing - [select for diffs]
Modified Tue Jul 13 13:01:36 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5751 , to selected 3875
'Do not use a period in a shell variable name'
Revision 5751 - Directory Listing - [select for diffs]
Modified Tue Jul 13 13:00:25 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5750 , to selected 3875
Don't use . in a shell variable name

or periodic will be upset:

/etc/periodic.conf.local: fp.set_hour_flags_enable=YES: not found

Revision 5750 - Directory Listing - [select for diffs]
Modified Tue Jul 13 00:23:30 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5749 , to selected 3875
'adding in 215.fp_check_git_for_commits'
Revision 5749 - Directory Listing - [select for diffs]
Modified Mon Jul 12 01:22:10 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5748 , to selected 3875
Add the script for invoking the set flags script

Revision 5748 - Directory Listing - [select for diffs]
Modified Sun Jul 11 17:21:32 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5747 , to selected 3875
Add in some ignores with propset


Revision 5747 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:31:33 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5746 , to selected 3875
Script for testing categories obtained from the repo


Revision 5746 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:27:00 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5745 , to selected 3875
Comment out the debugging code


Revision 5745 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:25:30 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5744 , to selected 3875
First attempt at keeping track of what reports have not been run


Revision 5744 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:01:35 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5743 , to selected 3875
column alignments


Revision 5743 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:01:06 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5742 , to selected 3875
column alignments


Revision 5742 - Directory Listing - [select for diffs]
Modified Thu Jul 8 22:33:17 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5741 , to selected 3875
silence some entries.


Revision 5741 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:20:21 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5740 , to selected 3875
'fix queue-status.pl, now checks for .errors files'
Revision 5740 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:14:31 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5739 , to selected 3875
'Avoid variables without values in verifyport.pm
Add a proper Undelete() for ports in port.pm
Fix paths for branch commits in xml_munge_git.pm
'
Revision 5739 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:05:46 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5738 , to selected 3875
Properly reresurrect a port so that our local copy stays up to date.

re: https://news.freshports.org/2021/07/04/when-a-deleted-port-is-resurrected/


Revision 5738 - Directory Listing - [select for diffs]
Modified Sun Jul 4 14:55:01 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5737 , to selected 3875
Report upon .errors files
Don't report upon ingress-svn any more


Revision 5737 - Directory Listing - [select for diffs]
Modified Tue Jun 29 20:27:02 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5736 , to selected 3875
Fix path manipulation with on a branch


Revision 5736 - Directory Listing - [select for diffs]
Modified Tue Jun 29 20:25:45 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5735 , to selected 3875
reduce the number of error messages we get in the the logs by ensuring a default value exists
Revision 5735 - Directory Listing - [select for diffs]
Modified Sat Jun 26 17:03:10 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5734 , to selected 3875
'We don't use Jail/scripts/make-categories.sh in the port-jail'
Revision 5734 - Directory Listing - [select for diffs]
Modified Sat Jun 26 16:59:56 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5733 , to selected 3875
make-apply-slist.sh is not required in the port jail.

This functionality is carried out by get-list-of-current-categories.sh


Revision 5733 - Directory Listing - [select for diffs]
Modified Sat Jun 26 16:26:44 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5732 , to selected 3875
Include make-categories.sh

chown root:wheel too


Revision 5732 - Directory Listing - [select for diffs]
Modified Sat Jun 26 14:08:35 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5731 , to selected 3875
Better shorter way to get the list of categories


Revision 5731 - Directory Listing - [select for diffs]
Modified Sat Jun 26 14:08:07 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5730 , to selected 3875
Add make-apply-slist.sh


Revision 5730 - Directory Listing - [select for diffs]
Modified Sat Jun 26 14:05:43 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5729 , to selected 3875
Add MANIFEST-py38-freshports-git-proc-commit


Revision 5729 - Directory Listing - [select for diffs]
Modified Fri Jun 25 18:45:02 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5728 , to selected 3875
'Use Email::Stuffer'
Revision 5728 - Directory Listing - [select for diffs]
Modified Fri Jun 25 18:43:31 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5727 , to selected 3875
Fix email sending.

https://cgit.freebsd.org/ports/commit/?id=3505159e72da2d8313ce2a8ddc527de700b5bc37
contains some unicode characters,

Let's use Simple::Email for that.


Revision 5727 - Directory Listing - [select for diffs]
Modified Fri Jun 25 13:35:45 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5726 , to selected 3875
column alignment without tabs


Revision 5726 - Directory Listing - [select for diffs]
Modified Fri Jun 25 13:30:04 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5725 , to selected 3875
'handle the cache_clearing_commits table'
Revision 5725 - Directory Listing - [select for diffs]
Modified Fri Jun 25 13:28:52 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5724 , to selected 3875
Use ~/tmp/packaging/

Revision 5724 - Directory Listing - [select for diffs]
Modified Tue Jun 22 01:38:30 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5723 , to selected 3875
Add code for clearing cached commits


Revision 5723 - Directory Listing - [select for diffs]
Modified Tue Jun 22 01:37:33 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5722 , to selected 3875
Add code to clear commit cache.


Revision 5722 - Directory Listing - [select for diffs]
Modified Sun Jun 20 09:58:32 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5721 , to selected 3875
start using ~/tmp/packaging


Revision 5721 - Directory Listing - [select for diffs]
Modified Sun Jun 13 18:47:25 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5720 , to selected 3875
return multiple records when searching for elements
Revision 5720 - Directory Listing - [select for diffs]
Modified Mon May 31 11:36:17 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5719 , to selected 3875
'add error handling for categories.pm'
Revision 5719 - Directory Listing - [select for diffs]
Modified Mon May 31 11:33:48 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5718 , to selected 3875
use spaces, not tabs to column align assignments
Revision 5718 - Directory Listing - [select for diffs]
Modified Mon May 31 11:32:09 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5717 , to selected 3875
Detect and raise a fatal error if the script fails

Print the categories


Revision 5717 - Directory Listing - [select for diffs]
Modified Mon May 31 11:31:40 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5716 , to selected 3875
No real changes.

Amend some debugging output to help in the future.

sort the use statements


Revision 5716 - Directory Listing - [select for diffs]
Modified Mon May 31 11:07:29 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5715 , to selected 3875
'add get-list-of-current-categories.sh back in'
Revision 5715 - Directory Listing - [select for diffs]
Modified Mon May 31 11:03:28 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5714 , to selected 3875
Remove get-list-of-current-categories.pl, not used.

Add get-list-of-current-categories.sh back in, removed via 5713

I really should have waited. Kept this only on dev for a few days.
Then test, staging, and prod would not have been affected.


Revision 5714 - Directory Listing - [select for diffs]
Modified Fri May 28 19:58:51 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5713 , to selected 3875
'-m'
Revision 5713 - Directory Listing - [select for diffs]
Modified Fri May 28 19:42:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5712 , to selected 3875
Remove this, now handled by get-list-of-current-categories.pl


Revision 5712 - Directory Listing - [select for diffs]
Modified Fri May 28 19:41:45 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5711 , to selected 3875
Commit a work in progress, only to be deleted on my next commit

Revision 5711 - Directory Listing - [select for diffs]
Modified Fri May 28 19:40:47 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5710 , to selected 3875
the new HTML from Jethro
Revision 5710 - Directory Listing - [select for diffs]
Modified Fri May 28 19:40:13 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5709 , to selected 3875
Remove 'svn commit checking status' since we don't do subversion commits any
more


Revision 5709 - Directory Listing - [select for diffs]
Modified Tue May 25 15:34:26 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5708 , to selected 3875
adjust the comment headers
Revision 5708 - Directory Listing - [select for diffs]
Modified Thu May 13 20:13:50 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5707 , to selected 3875
Document that FreshPorts::Config::FreshPortsURL must have a trailing /


Revision 5707 - Directory Listing - [select for diffs]
Modified Wed May 12 02:01:39 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5706 , to selected 3875
'use FreshPorts:: again'
Revision 5706 - Directory Listing - [select for diffs]
Modified Wed May 12 02:01:26 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5705 , to selected 3875
Use FreshPorts again...


Revision 5705 - Directory Listing - [select for diffs]
Modified Wed May 12 01:57:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5704 , to selected 3875
'use FreshPorts::'
Revision 5704 - Directory Listing - [select for diffs]
Modified Wed May 12 01:57:00 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5703 , to selected 3875
Use FreshPorts::


Revision 5703 - Directory Listing - [select for diffs]
Modified Wed May 12 01:49:25 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5702 , to selected 3875
Seems we don't need this after all


Revision 5702 - Directory Listing - [select for diffs]
Modified Wed May 12 01:40:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5701 , to selected 3875
'fix Makefile.PL'
Revision 5701 - Directory Listing - [select for diffs]
Modified Wed May 12 01:40:00 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5700 , to selected 3875
Add missing '


Revision 5700 - Directory Listing - [select for diffs]
Modified Wed May 12 01:37:25 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5699 , to selected 3875
'Create FreshPortsVerify'
Revision 5699 - Directory Listing - [select for diffs]
Modified Wed May 12 01:37:17 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5698 , to selected 3875
Remove erronously placed tag

Revision 5698 - Directory Listing - [select for diffs]
Modified Wed May 12 01:36:02 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5697 , to selected 3875
'Create FreshPortsVerify'
Revision 5697 - Directory Listing - [select for diffs]
Modified Wed May 12 01:35:40 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5696 , to selected 3875
Try FreshPortVerify


Revision 5696 - Directory Listing - [select for diffs]
Modified Wed May 12 01:29:37 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5695 , to selected 3875
Move

Revision 5695 - Directory Listing - [select for diffs]
Modified Wed May 12 01:29:12 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5694 , to selected 3875
'Create 2irTry FreshPorts::Verify'
Revision 5694 - Directory Listing - [select for diffs]
Modified Wed May 12 01:27:38 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5693 , to selected 3875
Move from FreshPorts::Scripts -> FreshPorts::Modules


Revision 5693 - Directory Listing - [select for diffs]
Modified Wed May 12 01:19:23 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5692 , to selected 3875
Rename

Revision 5692 - Directory Listing - [select for diffs]
Modified Wed May 12 01:16:12 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5691 , to selected 3875
'Create 1irAdd Makefile.pl'
Revision 5691 - Directory Listing - [select for diffs]
Modified Wed May 12 01:15:41 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5690 , to selected 3875
Add


Revision 5690 - Directory Listing - [select for diffs]
Modified Wed May 12 01:06:30 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5689 , to selected 3875
Add

Revision 5689 - Directory Listing - [select for diffs]
Modified Wed May 12 01:05:05 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5688 , to selected 3875
'Create first tag'
Revision 5688 - Directory Listing - [select for diffs]
Modified Wed May 12 01:05:01 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5687 , to selected 3875

Revision 5687 - Directory Listing - [select for diffs]
Modified Mon May 10 12:21:44 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5686 , to selected 3875
'bringing in better category detection'
Revision 5686 - Directory Listing - [select for diffs]
Modified Mon May 10 12:20:45 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5685 , to selected 3875
'bringing in better category detection'
Revision 5685 - Directory Listing - [select for diffs]
Modified Mon May 10 12:18:42 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5684 , to selected 3875
Stop using IgnoredItems and use a list of Categories pulled from the repo

Add categories.pm used thusly:

use FreshPorts::categories
use List::MoreUtils 'any';

FreshPorts::categories::FetchAll();

# look for special files outside a port, such as LEGAL, GIDs, UIDs, .hooks
if ( ! any {/$category_name/} @FreshPorts::Categories::categories ) {
...
}


Revision 5684 - Directory Listing - [select for diffs]
Modified Mon May 10 12:18:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5683 , to selected 3875
Be cautious when printing svn_revision - I think this arose when writing
Verify/set-pkgmessage-and-options_name.pl


Revision 5683 - Directory Listing - [select for diffs]
Modified Mon May 10 12:15:10 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5682 , to selected 3875
With IgnoredItems being removed, this script is no longer required.


Revision 5682 - Directory Listing - [select for diffs]
Modified Mon May 10 12:12:14 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5681 , to selected 3875
Get the list of categories from the repo


Revision 5681 - Directory Listing - [select for diffs]
Modified Mon May 10 12:11:48 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5680 , to selected 3875
FreshPorts::Config::scriptpath and
FreshPorts::Config::ScriptDir have the same value. use only the latter.

Revision 5680 - Directory Listing - [select for diffs]
Modified Mon May 10 12:10:27 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5679 , to selected 3875
FreshPorts::Config::scriptpath and
FreshPorts::Config::ScriptDir have the same value. use only the latter.

Revision 5679 - Directory Listing - [select for diffs]
Modified Mon May 10 12:07:57 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5678 , to selected 3875
Fix the debug output so it makes sense when reading it.


Revision 5678 - Directory Listing - [select for diffs]
Modified Mon May 10 11:59:31 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5677 , to selected 3875
Also, update options_name


Revision 5677 - Directory Listing - [select for diffs]
Modified Wed May 5 12:48:32 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5676 , to selected 3875
'add get-list-of-current-categories.sh; fix vuln_latest.pl for new HTML usage'
Revision 5676 - Directory Listing - [select for diffs]
Modified Wed May 5 12:41:20 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5675 , to selected 3875
Bring in the changes from https://github.com/FreshPorts/freshports/pull/261


Revision 5675 - Directory Listing - [select for diffs]
Modified Wed May 5 12:37:05 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5674 , to selected 3875
Commit my changes to vuln_latest.pl before incorporating changes from
https://github.com/FreshPorts/freshports/pull/261


Revision 5674 - Directory Listing - [select for diffs]
Modified Mon Apr 26 19:06:27 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5673 , to selected 3875
'Previous release was mucked up. updated config.sh.sample'
Revision 5673 - Directory Listing - [select for diffs]
Modified Mon Apr 26 19:05:58 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5672 , to selected 3875
'if no pkg-message in the repo, try apply-slist - corrected'
Revision 5672 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:55:12 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5671 , to selected 3875
adjust from svn to git
Revision 5671 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:54:07 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5670 , to selected 3875
space changes only
Revision 5670 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:53:06 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5669 , to selected 3875
Add the make-apply-slist.sh code


Revision 5669 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:52:48 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5668 , to selected 3875
add make-apply-slist.sh
Revision 5668 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:09:17 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5667 , to selected 3875
'if no pkg-message in the repo, try apply-slist'
Revision 5667 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:05:48 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5666 , to selected 3875
'Previous release was the wrong tarball name - updated config.sh.sample'
Revision 5666 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:03:44 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5665 , to selected 3875
'Updated config.sh.sample'
Revision 5665 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:05:38 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5664 , to selected 3875
A new iteration of the find


Revision 5664 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:03:06 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5663 , to selected 3875
Not every directory in the root directory of the repo is a category. This
script pulls back a list of those categories.

This need arose with this commit:

https://cgit.freebsd.org/ports/commit/?id=bbc2474ef7a65eb8561c8ecf7af80c2bfed1f248

Which created the .git directory.


Revision 5663 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:00:47 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5662 , to selected 3875
re https://github.com/FreshPorts/freshports/issues/245

Not all ports with a pkg-message have a pkg-message file.

Some have files/pkg-message.in, for example.

This script uses apply-slist to build that file.


Revision 5662 - Directory Listing - [select for diffs]
Modified Tue Apr 6 22:42:08 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5661 , to selected 3875
'use main, not master, for head'
Revision 5661 - Directory Listing - [select for diffs]
Modified Tue Apr 6 22:40:38 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5660 , to selected 3875
'count *.xml not *.txt'
Revision 5660 - Directory Listing - [select for diffs]
Modified Tue Apr 6 21:55:20 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5659 , to selected 3875
stop counting .txt & start counting .xml
Revision 5659 - Directory Listing - [select for diffs]
Modified Tue Apr 6 21:54:40 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5658 , to selected 3875
Now that the FreeBSD git repo is out, it seems they changed the name of the
head branch from master to main. The main change there is:

-my %BranchConversions = ( 'master' => 'head' );
+my %BranchConversions = ( 'main' => 'head' );

Adjust some constants to allow commits to process.

$FreshPorts::Config::RepoDir . '/PORTS-head'; was renamed to 
$FreshPorts::Config::RepoDir . '/' . $FreshPorts::Config::Repo_PORTS;

This meant that $FreshPorts::Config::Repo_PORTS had to be moved higher
up withint config.pm

Adjust the constants for the repo directories. We have abandoned github
and moved to git.freebsd.org.  e.g. freebsd-doc becomes doc





Revision 5658 - Directory Listing - [select for diffs]
Modified Sun Apr 4 00:36:30 2021 UTC (4 years ago) by dan
Diff to previous 5657 , to selected 3875
'add DBUSER_REPORTING to config.sh.sample'
Revision 5657 - Directory Listing - [select for diffs]
Modified Sun Apr 4 00:30:06 2021 UTC (4 years ago) by dan
Diff to previous 5656 , to selected 3875
add DBUSER_REPORTING
Revision 5656 - Directory Listing - [select for diffs]
Modified Sun Mar 21 23:27:37 2021 UTC (4 years ago) by dan
Diff to previous 5655 , to selected 3875
Some debugging

Revision 5655 - Directory Listing - [select for diffs]
Modified Sun Mar 21 23:18:10 2021 UTC (4 years ago) by dan
Diff to previous 5654 , to selected 3875
'add options_name'
Revision 5654 - Directory Listing - [select for diffs]
Modified Sun Mar 21 23:13:55 2021 UTC (4 years ago) by dan
Diff to previous 5653 , to selected 3875
'Add OPTIONS_NAME to scripts.
fix ports_tree_file_count.pl to work with new configuration items'
Revision 5653 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:39:49 2021 UTC (4 years ago) by dan
Diff to previous 5652 , to selected 3875
'freebsd-cvs.sh: say if config.sh is not found
queue-status.pl: stop using the database, sort the queue keys so Nagios output is consistent, look only for files > 5 minutes old.
config.sh.sample: mention PORTSDIRBASE is best without a trailing slash
Add the monitoring directory, but I am not sure it is used yet.
process_vuxml.pl: improve spacing'
Revision 5652 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:29:12 2021 UTC (4 years ago) by dan
Diff to previous 5651 , to selected 3875
FreshPorts::Constants::Repo_Ports is gone.

Use FreshPorts::Constants::Repo_Dir_Name_Ports instead


Revision 5651 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:28:44 2021 UTC (4 years ago) by dan
Diff to previous 5650 , to selected 3875
cate for OPTIONS_NAME


Revision 5650 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:28:18 2021 UTC (4 years ago) by dan
Diff to previous 5649 , to selected 3875
Start saving options_name


Revision 5649 - Directory Listing - [select for diffs]
Modified Sun Mar 14 00:56:22 2021 UTC (4 years ago) by dan
Diff to previous 5648 , to selected 3875
Add for better cache clearing: https://news.freshports.org/2021/01/31/changing-how-we-record-ports-which-need-cache-clearing/


Revision 5648 - Directory Listing - [select for diffs]
Modified Sun Mar 14 00:28:59 2021 UTC (4 years ago) by dan
Diff to previous 5647 , to selected 3875
Add pkg_plist()


Revision 5647 - Directory Listing - [select for diffs]
Modified Sun Mar 14 00:25:44 2021 UTC (4 years ago) by dan
Diff to previous 5646 , to selected 3875
add stuff for new search
Revision 5646 - Directory Listing - [select for diffs]
Modified Sun Mar 14 00:09:58 2021 UTC (4 years ago) by dan
Diff to previous 5645 , to selected 3875
comment out conflicts type so we do not lose a table
Revision 5645 - Directory Listing - [select for diffs]
Modified Sat Mar 13 22:15:28 2021 UTC (4 years ago) by dan
Diff to previous 5644 , to selected 3875
 add options_name column to ports table
Revision 5644 - Directory Listing - [select for diffs]
Modified Sat Mar 13 22:14:58 2021 UTC (4 years ago) by dan
Diff to previous 5643 , to selected 3875
add author and committer name and email
Revision 5643 - Directory Listing - [select for diffs]
Modified Wed Mar 10 16:14:04 2021 UTC (4 years ago) by dan
Diff to previous 5642 , to selected 3875
Change the regex for pkgplist from
'lib/[[:alnum:]]*?\.so to
'lib/[^/]*?\.so'

re https://github.com/FreshPorts/freshports/issues/216#issuecomment-794892427

Revision 5642 - Directory Listing - [select for diffs]
Modified Thu Mar 4 22:44:12 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5641 , to selected 3875
'adding committer_name, committer_email, author_name, author_email'
Revision 5641 - Directory Listing - [select for diffs]
Modified Thu Mar 4 22:37:55 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5640 , to selected 3875
Add new committer and author fields:

* committer_name
* committer_email
* author_name
* author_email


Revision 5640 - Directory Listing - [select for diffs]
Modified Wed Mar 3 01:30:50 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5639 , to selected 3875
commiter -> committer
Revision 5639 - Directory Listing - [select for diffs]
Modified Tue Mar 2 22:45:55 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5638 , to selected 3875
Add new commit_log columns

* committer_name
* committer_email
* author_name
* author_email


Revision 5638 - Directory Listing - [select for diffs]
Modified Tue Mar 2 21:10:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5637 , to selected 3875
better suggestion from Magnus
Revision 5637 - Directory Listing - [select for diffs]
Modified Mon Mar 1 19:14:03 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5636 , to selected 3875
This attempt at replacing ports.pkg_plist with generate_plist,installed_file
is close, but not quite right.

Revision 5636 - Directory Listing - [select for diffs]
Modified Mon Mar 1 19:12:34 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5635 , to selected 3875
This is the first attempt at converting expression which one ran on a single column
into one which runs on rows.

Previously, it ran on array_to_json(regexp_match(ports.pkg_plist, 'lib/[[:alpha:]]*?\.so'))

But now those values are speard across several rows in the generate_plist
table.

This first attempt is wrong.

Revision 5635 - Directory Listing - [select for diffs]
Modified Sat Feb 27 19:49:29 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5634 , to selected 3875
Add repo.db_root_prefix

Revision 5634 - Directory Listing - [select for diffs]
Modified Sat Feb 27 19:23:59 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5633 , to selected 3875
Comment out some NOTICE and WARNINGS

Revision 5633 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:33:22 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5632 , to selected 3875
'bring in the vuxml code from trunk; take author and committer in.'
Revision 5632 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:30:34 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5631 , to selected 3875
Add p5-Email-Address-XS>0:mail/p5-Email-Address-XS as new dependecy because
we need to split the user off the address.

We now take in Author and Committer.

Author is not yet written to the database.


Revision 5631 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:25:25 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5630 , to selected 3875
Bring in the vuxml code from trunk


Revision 5630 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:24:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5629 , to selected 3875
'bring in the vuxml code from trunk'
Revision 5629 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:20:20 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5628 , to selected 3875
Pull in the vuxml code from the main branch, because we need the new vuxml
code here too.  While here, do some betting debugging.



Revision 5628 - Directory Listing - [select for diffs]
Modified Wed Feb 24 21:43:25 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5627 , to selected 3875
Remove use of database

Sort the keys before displaying them so every host has the same order of
output.


Revision 5627 - Directory Listing - [select for diffs]
Modified Mon Feb 22 17:12:43 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5626 , to selected 3875
Add


Revision 5626 - Directory Listing - [select for diffs]
Modified Mon Feb 22 16:02:26 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5625 , to selected 3875
Add


Revision 5625 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:35:49 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5624 , to selected 3875
'In /var/db/ingress/message-queues/incoming, we look for *.xml'
Revision 5624 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:34:31 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5623 , to selected 3875
In /var/db/ingress/message-queues/incoming, we look for *.xml


Revision 5623 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:19:38 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5622 , to selected 3875
'better queue monitoring'
Revision 5622 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:16:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5621 , to selected 3875
Remove use of database

use -mindepth 1 to avoid counting the directory itself


Revision 5621 - Directory Listing - [select for diffs]
Modified Thu Feb 18 22:10:10 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5620 , to selected 3875
'add virtualhost-common-ssl.conf.sample'
Revision 5620 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:36:21 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5619 , to selected 3875
'K  IW   svn-commit.tmp (Modified)                                                                                                                                                                                                                      Row 3    Col 1   
Stop using FreshPorts::Utilities::CommitCountPeriod because we are counting
only file more than 5 minutes old.'
Revision 5619 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:33:44 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5618 , to selected 3875
queue-status.pl no longer uses FreshPorts::Utilities::CommitCountPeriod


Revision 5618 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:33:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5617 , to selected 3875
Stop using FreshPorts::Utilities::CommitCountPeriod because we are counting
only file more than 5 minutes old.



Revision 5617 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:15:12 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5616 , to selected 3875
'conver all the queues'
Revision 5616 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:11:18 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5615 , to selected 3875
adjust report_non_zero to cover all incoming and spooling directories. same for CountRecent
Revision 5615 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:10:58 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5614 , to selected 3875
'add more queue monitoring'
Revision 5614 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:00:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5613 , to selected 3875
trailing / issues, add in src-stable-12
Revision 5613 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:00:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5612 , to selected 3875
Add ingress_svn/message-queues/incoming & ingress_svn/message-queues/spooling to the queue checking
Revision 5612 - Directory Listing - [select for diffs]
Modified Tue Feb 16 16:35:43 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5611 , to selected 3875
Add more fake packages


Revision 5611 - Directory Listing - [select for diffs]
Modified Tue Feb 16 16:28:02 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5610 , to selected 3875
Add MANIFESTs for fake packages so the real packages do not accidentally get
installed.

$ sudo pkg register -M +MANIFEST-FreshPorts-Scripts
[dev-ingress01.int.unixathome.org] Installing FreshPorts-Scripts-9999.0.1...

$ sudo pkg lock FreshPorts-Scripts
FreshPorts-Scripts-9999.0.1: lock this package? [y/N]: y
Locking FreshPorts-Scripts-9999.0.1



Revision 5610 - Directory Listing - [select for diffs]
Modified Tue Feb 16 14:23:17 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5609 , to selected 3875
Check for and error out if config.sh is not found


Revision 5609 - Directory Listing - [select for diffs]
Modified Tue Feb 16 14:22:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5608 , to selected 3875
PORTSDIRBASE is best without a trailing /
Revision 5608 - Directory Listing - [select for diffs]
Modified Mon Feb 8 18:00:08 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5607 , to selected 3875
'correctly document what directories are used'
Revision 5607 - Directory Listing - [select for diffs]
Modified Mon Feb 8 17:03:39 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5606 , to selected 3875
correctly document what directories are used
Revision 5606 - Directory Listing - [select for diffs]
Modified Mon Feb 8 01:39:37 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5605 , to selected 3875
'fix system_status.sh'
Revision 5605 - Directory Listing - [select for diffs]
Modified Mon Feb 8 01:37:29 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5604 , to selected 3875
Convert for use by git processing.

Revision 5604 - Directory Listing - [select for diffs]
Modified Mon Feb 8 01:25:36 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5603 , to selected 3875
avoid duplicates in the cache_clearing_ports_test table
Revision 5603 - Directory Listing - [select for diffs]
Modified Mon Feb 8 00:11:59 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5602 , to selected 3875
use CREATE OR REPLACE FUNCTION instead of CREATE FUNCTION
Revision 5602 - Directory Listing - [select for diffs]
Modified Mon Feb 8 00:11:19 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5601 , to selected 3875
Add missing END IF

Revision 5601 - Directory Listing - [select for diffs]
Modified Sun Feb 7 23:50:43 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5600 , to selected 3875
ZTHEN -> THEN

Remove trailing ;


Revision 5600 - Directory Listing - [select for diffs]
Modified Sun Feb 7 14:18:21 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5599 , to selected 3875
How did that space get in there?


Revision 5599 - Directory Listing - [select for diffs]
Modified Sat Feb 6 16:45:29 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5598 , to selected 3875
'email files are *.txt not, not *.txt.raw'
Revision 5598 - Directory Listing - [select for diffs]
Modified Sat Feb 6 16:42:46 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5597 , to selected 3875
Our files are now *.txt not *.txt.raw

There was no need to rename them


Revision 5597 - Directory Listing - [select for diffs]
Modified Mon Feb 1 02:14:37 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5596 , to selected 3875
Add in the changes from the subversion branch.


Revision 5596 - Directory Listing - [select for diffs]
Modified Mon Feb 1 01:56:10 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5595 , to selected 3875
When inserting into the cache_clearing_ports table, which now has a unique
index on port_id, detect a conflict on that index and do nothing if it
occurs.

While here, try to not NOTIFY if we don't have to.

Revision 5595 - Directory Listing - [select for diffs]
Modified Mon Feb 1 01:17:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5594 , to selected 3875
Use -- instead of # for comments

Remove AddNewABIToPackagesLastChecked() which does not compile against the packages_last_checked
table which does not contain a column named branch_id

Revision 5594 - Directory Listing - [select for diffs]
Modified Sat Jan 30 21:54:51 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5593 , to selected 3875
'Show reasons for update and number of updates'
Revision 5593 - Directory Listing - [select for diffs]
Modified Sat Jan 30 21:53:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5592 , to selected 3875
Show reasons for update and number of updates


Revision 5592 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:36:05 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5591 , to selected 3875
'allow IO::String on incoming new()'
Revision 5591 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:34:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5590 , to selected 3875
'Adjust process_vuxml.pl to work on file open'
Revision 5590 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:30:01 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5589 , to selected 3875
Add three new paramaters:

* dryrun        - do not update the database
* showchecksums - show the checksums
* printnodes    - print the node we are processing

Change from IO::File to IO::String for the $nodeString = $node->toString();
XML. This means the fh->open($nodeString) succeeds.


Revision 5589 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:24:55 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5588 , to selected 3875
Change to allow IO::String on incoming new()


Revision 5588 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:44:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5587 , to selected 3875
'For new security/vuxml/vuln.xml layout'
Revision 5587 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:34:46 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5586 , to selected 3875
'For new security/vuxml/vuln.xml layout - perhaps 1.42 was a duplicate tag - oops'
Revision 5586 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:26:15 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5585 , to selected 3875
'For new security/vuxml/vuln.xml layout'
Revision 5585 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:20:55 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5584 , to selected 3875
Swap from vuxml_parsing_via_dom to vuxml_parsing


Revision 5584 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:53:25 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5583 , to selected 3875
Adjust to XML processing, not XML creation.
XML will be created by another user.


Revision 5583 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:53:11 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5582 , to selected 3875
If fetching (svn up) fails, log a fatal error.

The rest is just whitespace changes


Revision 5582 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:51:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5581 , to selected 3875
Change to fixed length wait times.
We are going to very high values for Fetch_Retry_Limit because svn is lagged
on replication. It is easier to wait than to error out and fix by hand.


Revision 5581 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:47:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5580 , to selected 3875
Remove empty error files
Add more debugging output for Branch and revision


Revision 5580 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:36:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5579 , to selected 3875
Move to using XML::DOM::XPath now that security/vuxml/vuln.xml is split into
several files. Proof of concept courtesy of bapt@FreeBSD.org


Revision 5579 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:32:52 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5578 , to selected 3875
When invoking parse, specify ProtocolEncoding => 'ISO-8859-1'

That avoid errors like this:

not well-formed (invalid token) at line 28, column 23, byte 1305 at /usr/local/lib/perl5/site_perl/mach/5.32/XML/Parser.pm line 187.

on this:

Reported by Andr?? Bargull on 2020-11-2</li>

see vid="01ffd06a-36ed-11eb-b655-3065ec8fd3ec"


Revision 5578 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:24:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5577 , to selected 3875
Saving before deleting.  Work will be done by vuxml_parsing.pm


Revision 5577 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:22:39 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5576 , to selected 3875
Let's save this before deleting it.

Test worked, now moving code to process_vuxml.pl


Revision 5576 - Directory Listing - [select for diffs]
Modified Sat Jan 9 19:13:25 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5575 , to selected 3875
Adding

Revision 5575 - Directory Listing - [select for diffs]
Modified Sat Jan 9 14:11:08 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5574 , to selected 3875
'reverse accidental renaming'
Revision 5574 - Directory Listing - [select for diffs]
Modified Sat Jan 9 14:10:48 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5573 , to selected 3875
Reverse renmaing of file in previous commit


Revision 5573 - Directory Listing - [select for diffs]
Modified Sat Jan 9 14:03:08 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5572 , to selected 3875
'better layout for autoplist'
Revision 5572 - Directory Listing - [select for diffs]
Modified Sat Jan 9 14:02:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5571 , to selected 3875
Try a different configuration for fp-listen, better for autoplist on FreeBSD


Revision 5571 - Directory Listing - [select for diffs]
Modified Sat Jan 9 03:08:28 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5570 , to selected 3875
Add

Revision 5570 - Directory Listing - [select for diffs]
Modified Sat Jan 9 02:44:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5569 , to selected 3875
Properly name this tag

Revision 5569 - Directory Listing - [select for diffs]
Modified Sat Jan 9 02:41:28 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5568 , to selected 3875
'first git version of this code'
Revision 5568 - Directory Listing - [select for diffs]
Modified Sat Jan 9 02:38:45 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5567 , to selected 3875
Convert from daemontools to daemon


Revision 5567 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:20:22 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5566 , to selected 3875
'update to 2.0.1'
Revision 5566 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:18:17 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5565 , to selected 3875
remove FreshPorts::Constants::SVN_Repo_Dir_Name_Ports which is not used
Revision 5565 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:15:23 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5564 , to selected 3875
add a comment showing an example make-port.sh call
Revision 5564 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:14:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5563 , to selected 3875
Fix up CanWeProcessThisBranch() was was passing an unnecesary parameter
because it should have been invoking GetPathToRepoForBranchSVN() not
GetPathToRepoForBranch()


Revision 5563 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:09:39 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5562 , to selected 3875
'Add more logging which is helpful when dealing with directory permission issues'
Revision 5562 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:06:43 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5561 , to selected 3875
'latest release'
Revision 5561 - Directory Listing - [select for diffs]
Modified Sun Jan 3 22:43:28 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5560 , to selected 3875
Convert from `echo ${INCOMING}/*` to $(echo ${INCOMING}/*)
Put the ls output all into one command so the files are properly aligned
Correct a logging statement from load_xml_into_db_git.pl to load_xml_into_db.pl


Revision 5560 - Directory Listing - [select for diffs]
Modified Sun Jan 3 22:39:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5559 , to selected 3875
Add more logging which is helpful when dealing with directory permission
issues


Revision 5559 - Directory Listing - [select for diffs]
Modified Sun Jan 3 21:04:56 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5558 , to selected 3875
add in stuff for the quarterly ports, and change tabs to spaces
Revision 5558 - Directory Listing - [select for diffs]
Modified Sat Jan 2 14:25:39 2021 UTC (4 years, 3 months ago) by dan
Diff to previous 5557 , to selected 3875
Add

Revision 5557 - Directory Listing - [select for diffs]
Modified Fri Jan 1 19:32:33 2021 UTC (4 years, 3 months ago) by dan
Diff to previous 5556 , to selected 3875
'first cut of git modules'
Revision 5556 - Directory Listing - [select for diffs]
Modified Fri Jan 1 19:00:45 2021 UTC (4 years, 3 months ago) by dan
Diff to previous 5555 , to selected 3875
'first cut of the scripts for git'
Revision 5555 - Directory Listing - [select for diffs]
Modified Mon Dec 21 17:00:19 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5554 , to selected 3875
'use better shell scripting'
Revision 5554 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:45:46 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5553 , to selected 3875
Swap from `` to $()


Revision 5553 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:24:46 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5552 , to selected 3875
branches.pm

* add GetPathToRepoForBranchSVN
* for a given branch name, return the full path.  Including the CHROOT path.

constants.pm

* add FreshPorts::Constants::SVN_Repo_Dir_Name_Ports = ports-HEAD
* is that used?

port.pm

* make this script work with both git and svn
* the repos are in different locations
* remove 

process_svn_mail.pm

* Amend XML to include the source (subversion) so that XML processing knows which code to invoke
* When invoking XML::Writer, don't specify OUTPUT, becuase that borks the code

verifyport.pm

* start passing around RepoType so everyone knows if this is git or svn

xml_munge.pm

* remove a bunch of commented out code now that most of this processing is in one of  xml_munge_git.pm & xml_munge_svn.pm
* we open the XML, check git or svn, and invoke the respective code to complete the processing

xml_munge_git.pm
xml_munge_svn.pm

* adjust the code so that non-ports don't start compiling lists of ports to save
* in xml_munge_git.pm, remove the code which checked the length of message_id to determin git or svn
* that detemination is carried out by xml_munge.pm and it checks the XML to decide that




Revision 5552 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:05:58 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5551 , to selected 3875
adjust spaces to tabs


Revision 5551 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:00:32 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5550 , to selected 3875
load_xml_into_db.pl

* modified to check the source repo for this XML
* then invoke one of FreshPorts::xml_munge_git or FreshPorts::xml_munge_svn

load_xml_into_db_git.pl
load_xml_into_db_svn.pl

Modified to invoke the approviaate XML munging class:

* my $Munger = FreshPorts::XML_Munge_git->new($dbh);
* my $Munger = FreshPorts::XML_Munge_svn->new($dbh);


Revision 5550 - Directory Listing - [select for diffs]
Modified Mon Dec 21 15:57:15 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5549 , to selected 3875
Remove files no longer used.


Revision 5549 - Directory Listing - [select for diffs]
Modified Mon Dec 21 15:57:02 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5548 , to selected 3875
I started to modify these scripts to work with git, then realized they are
no longer used.

email and commit processing is handled by services:

[dan@devgit-ingress01:/usr/local/libexec/freshports-service] $ ls -l
total 26
-r-xr-xr-x  1 root  wheel  7267 Dec  6 22:17 freshports.sh
-r-xr-xr-x  1 root  wheel  1387 Dec  6 20:16 ingress.sh
-r-xr-xr-x  1 root  wheel  4109 Dec  6 22:13 ingress_svn.sh

Look there for invoking the xml processing scripts


Revision 5548 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:12:55 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5547 , to selected 3875
Convert from `stuff` to $(stuff)



Revision 5547 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:43 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5546 , to selected 3875
We don't use this any more


Revision 5546 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:26 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5545 , to selected 3875
slightly different comments

Revision 5545 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:02 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5544 , to selected 3875
Convert from `stuff` to $(stuff)



Revision 5544 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:09:38 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5543 , to selected 3875
Convert from `stuff` to $(stuff)


Revision 5543 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:09:11 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5542 , to selected 3875
Convert from `stuff` to $(stuff)

Revision 5542 - Directory Listing - [select for diffs]
Modified Sun Dec 20 22:26:33 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5541 , to selected 3875
what?


Revision 5541 - Directory Listing - [select for diffs]
Modified Sun Dec 20 22:00:11 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5540 , to selected 3875
Add stuff for updating the database for use by git


Revision 5540 - Directory Listing - [select for diffs]
Modified Sun Dec 20 21:25:40 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5539 , to selected 3875
Remvoe usage of public.

Revision 5539 - Directory Listing - [select for diffs]
Modified Tue Dec 15 02:43:05 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5538 , to selected 3875
Fix this up for devgit - it wasn't all right


Revision 5538 - Directory Listing - [select for diffs]
Modified Sun Dec 13 22:20:52 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5537 , to selected 3875
Attempt to being in updates for git which were not on this branch

Revision 5537 - Directory Listing - [select for diffs]
Modified Sun Dec 13 17:53:30 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5536 , to selected 3875
Copying in things added to the sp branch which were never on the git branch

Revision 5536 - Directory Listing - [select for diffs]
Modified Sun Dec 13 17:50:46 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5535 , to selected 3875
Add in

* GetQuarterlyBranchName
* NormalizeBranch
* DenormalizeBranchName
* AddNewABIToPackagesLastChecked

Which where someone how only over here.


Revision 5535 - Directory Listing - [select for diffs]
Modified Sun Dec 13 16:58:13 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5534 , to selected 3875
spaces onlyi


Revision 5534 - Directory Listing - [select for diffs]
Modified Sun Dec 13 14:13:59 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5533 , to selected 3875
Add some comments & blank lines


Revision 5533 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:43:36 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5532 , to selected 3875
'new naming convention'
Revision 5532 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:42:54 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5531 , to selected 3875
Confirm to this naming convention

.txt    - email
.xml    - xml
.log    - loading of commit
.errors - any errors caught


Revision 5531 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:31:24 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5530 , to selected 3875
'cp, not mv, to avoid permissions message'
Revision 5530 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:31:01 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5529 , to selected 3875
Change the mv .txt file to a cp/rm to avoid:

mv: /var/db/freshports/message-queues/recent/2020.07.11.07.46.58.18048.txt: set owner/group (was: 10002/10001): Operation not permitted


Revision 5529 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:15:07 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5528 , to selected 3875
'with message queue directory permissions now 0775, move .txt file to ~freshports/message-queues/recent after creating .xml file'
Revision 5528 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:12:04 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5527 , to selected 3875
Better configurtion file comments


Revision 5527 - Directory Listing - [select for diffs]
Modified Sun Dec 6 19:40:03 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5526 , to selected 3875
'change of file names (.txt, xml) and move .txt to ~ingress_svn/message-queues/recent after creating xml'
'
Revision 5526 - Directory Listing - [select for diffs]
Modified Sun Dec 6 19:39:06 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5525 , to selected 3875
Start using these file names:

 email: 2020.07.11.07.46.34.15635.txt
   xml: 2020.07.11.07.46.34.15635.xml
errors: 2020.07.11.07.46.34.15635.errors

Other scripts will need updating for .loading, which will become .log


Revision 5525 - Directory Listing - [select for diffs]
Modified Sun Dec 6 17:25:23 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5524 , to selected 3875
'fix directory detection'
Revision 5524 - Directory Listing - [select for diffs]
Modified Sun Dec 6 17:24:55 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5523 , to selected 3875
Fix the detection of required directories.


Revision 5523 - Directory Listing - [select for diffs]
Modified Sun Dec 6 17:02:03 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5522 , to selected 3875
'looks reading for testing'
Revision 5522 - Directory Listing - [select for diffs]
Modified Sun Dec 6 17:00:58 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5521 , to selected 3875
Good to go for testing.

I got sidetracking creating fp-daemon on the git branch but then
re-discovered my work here.


Revision 5521 - Directory Listing - [select for diffs]
Modified Sun Dec 6 16:59:57 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5520 , to selected 3875
Check in what I have now.  This work is abandoned in favor of ingress_svn.sh


Revision 5520 - Directory Listing - [select for diffs]
Modified Sat Dec 5 21:56:02 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5519 , to selected 3875
Move fp-daemon up to the main directory and delete the rest.

I couldn't see another way to just bring in one file


Revision 5519 - Directory Listing - [select for diffs]
Modified Sat Dec 5 21:55:15 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5518 , to selected 3875
Copy fp-daemon over


Revision 5518 - Directory Listing - [select for diffs]
Modified Sat Dec 5 21:02:32 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5517 , to selected 3875
Remove this whole directory created in error


Revision 5517 - Directory Listing - [select for diffs]
Modified Sat Dec 5 21:01:31 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5516 , to selected 3875
Copy fp-daemon from trunk into the git branch


Revision 5516 - Directory Listing - [select for diffs]
Modified Sat Dec 5 20:58:45 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5515 , to selected 3875
Create the git version of fp-daemon

Starting with the the FreshPorts for git daemon and use that.

The former takes XMl and laods it. The latter will take email and create XML
for the former.


Revision 5515 - Directory Listing - [select for diffs]
Modified Sat Dec 5 18:52:20 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5514 , to selected 3875
'work with both git and svn'
Revision 5514 - Directory Listing - [select for diffs]
Modified Sat Dec 5 18:50:06 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5513 , to selected 3875
Start using the newly created load_xml_into_db.pl, not
load_xml_into_db_git.pl, because it will work with both git and subversion.

Also, rm -f


Revision 5513 - Directory Listing - [select for diffs]
Modified Sat Dec 5 14:22:11 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5512 , to selected 3875
Revert last commit. It seems we need some of that code afterall.


Revision 5512 - Directory Listing - [select for diffs]
Modified Sat Dec 5 14:09:07 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5511 , to selected 3875
Trim down the code by removing unnecessary items, such as the database
connection.


Revision 5511 - Directory Listing - [select for diffs]
Modified Sat Dec 5 13:46:01 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5510 , to selected 3875
Now that I've realized the website should process both svn and git commits,
I wanted a way to inspect an XML file and determine which type of repo it
came from. This is vital because we have two different sets of code to deal
with each origin:

[dan@devgit-ingress01:~/scripts] $ ls -l load_xml_into_db*
-rwxr-xr-x  1 dan  dan  1251 Dec  5 03:00 load_xml_into_db.pl
-rwxr-xr-x  1 dan  dan  1404 Jul  3 20:40 load_xml_into_db_git.pl
-rwxr-xr-x  1 dan  dan  1404 Jul  3 20:40 load_xml_into_db_svn.pl

Invoke load_xml_into_db.pl and it determine the type of XML and then invoke
one of load_xml_into_db_git.pl and load_xml_into_db_svn.pl

In turn, each of those scripts will use one of these modules:

[dan@devgit-ingress01:~/scripts] $ ls -l ~/modules/xml_munge*
-rwxr-xr-x  1 dan  dan   5392 Dec  5 02:51 /usr/home/dan/modules/xml_munge.pm
-rwxr-xr-x  1 dan  dan  36848 Dec  5 02:24 /usr/home/dan/modules/xml_munge_git.pm
-rwxr-xr-x  1 dan  dan  31944 Dec  5 02:37 /usr/home/dan/modules/xml_munge_svn.pm

xml_munge.pm determines the type of repository this commit came from. This
is important because there are slightly different data in the XML. For
example, subversion does not have a commit_hash.

load_xml_into_db.pl learns the type from this data in the XML file:

<UPDATES Version="1.4.0.1" Source="git">
<UPDATES Source="subversion" Version="1.3.2.2">

The Version numbers refer to the code module and is used. Yet.


Revision 5510 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:43:21 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5509 , to selected 3875
'fix code to use INGRESS_SVN_BASEDIR'
Revision 5509 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:43:08 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5508 , to selected 3875
Fix INGRESS_SVN_BASEDIR variable


Revision 5508 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:33:09 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5507 , to selected 3875
'fix code to use INGRESS_SVN'
Revision 5507 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:32:29 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5506 , to selected 3875
change FP_DAEMON to INGRESS_SVN


Revision 5506 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:29:40 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5505 , to selected 3875
Rename 

Revision 5505 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:29:29 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5504 , to selected 3875
'fix code to use ingress_svn'
Revision 5504 - Directory Listing - [select for diffs]
Modified Sun Nov 29 23:28:59 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5503 , to selected 3875
fp-daemon -> ingress_svn because of rename


Revision 5503 - Directory Listing - [select for diffs]
Modified Sun Nov 29 22:57:07 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5502 , to selected 3875
'rename to ingress_svn'
Revision 5502 - Directory Listing - [select for diffs]
Modified Sun Nov 29 22:55:20 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5501 , to selected 3875
Complete the rename from fp-daemon-git to ingress_svn


Revision 5501 - Directory Listing - [select for diffs]
Modified Sun Nov 29 22:49:55 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5500 , to selected 3875
rename from fp-daemon to ingress_svn


Revision 5500 - Directory Listing - [select for diffs]
Modified Sun Nov 29 18:23:03 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5499 , to selected 3875
'first package'
Revision 5499 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:46:06 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5498 , to selected 3875
Converted script from logger to echo


Revision 5498 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:32:25 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5497 , to selected 3875
Correct FLAGDIR 

Revision 5497 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:15:50 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5496 , to selected 3875
Updates for daemon(8) control
Revision 5496 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:09:07 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5495 , to selected 3875
fp-daemon for svn commits is going to be needed on the git branch for a
while.

Revision 5495 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:05:15 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5494 , to selected 3875
Correct the name of the configuration file from fp-ingress.sh to ingress.sh


Revision 5494 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:43:15 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5493 , to selected 3875
Use the right value for branch name.


Revision 5493 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:42:33 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5492 , to selected 3875
Properly bring a port back from the dead.

After a port is deleted, it may be brought back.
The code was looking for that, but not detecting it
because of path issues.  Let's strip the leading /ports/head or
/ports/branches/2020Q4 and use what is left.

While here, leave the loop once we have found something to resurrect.


Revision 5492 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:38:18 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5491 , to selected 3875
Let's just do a fetch, not a pull


Revision 5491 - Directory Listing - [select for diffs]
Modified Tue Nov 17 00:50:38 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5490 , to selected 3875
The signals directory lives under FRESHPORTS_BASEDIR not FRESHPORTS_MSGDIR


Revision 5490 - Directory Listing - [select for diffs]
Modified Sat Nov 14 20:31:30 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5489 , to selected 3875
remove FreshPorts::Branches::GetPathToRepoForBranchCHROOT which seems
outdated for git and does not work

Add FreshPorts::Constants::GitRepos & FreshPorts::Constants::RepoLabelsToGitRepoNames


Revision 5489 - Directory Listing - [select for diffs]
Modified Sat Nov 14 19:55:48 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5488 , to selected 3875
Convert the XML repo label to a database repo name


Revision 5488 - Directory Listing - [select for diffs]
Modified Tue Nov 3 23:37:01 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5487 , to selected 3875
'become compatible with XML::Writer 0.900'
Revision 5487 - Directory Listing - [select for diffs]
Modified Tue Nov 3 23:34:04 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5486 , to selected 3875
Patch to work with XML-Writer-0.900

Without this patch, the error is:

Output must be a handle, a reference or 'self' at /usr/local/lib/perl5/site_perl/XML/Writer.pm line 480, <> line 114.

This ties in with https://metacpan.org/changes/distribution/XML-Writer for
0.900:

"Fail when a scalar other than 'self' is passed as OUTPUT."



Revision 5486 - Directory Listing - [select for diffs]
Modified Tue Nov 3 13:16:44 2020 UTC (4 years, 5 months ago) by dan
Diff to previous 5485 , to selected 3875
The example email server should be a hostname, not an IP address.


Revision 5485 - Directory Listing - [select for diffs]
Modified Mon Sep 28 16:20:54 2020 UTC (4 years, 6 months ago) by dan
Diff to previous 5484 , to selected 3875
Changes tabs to spaces


Revision 5484 - Directory Listing - [select for diffs]
Modified Tue Aug 18 00:39:55 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5483 , to selected 3875
Fix the branch
Revision 5483 - Directory Listing - [select for diffs]
Modified Sun Aug 16 12:36:00 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5482 , to selected 3875
add newline to end of file
Revision 5482 - Directory Listing - [select for diffs]
Modified Fri Aug 14 01:07:42 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5481 , to selected 3875
third draft of elementGetCaseInsensitive()
Revision 5481 - Directory Listing - [select for diffs]
Modified Fri Aug 14 00:48:52 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5480 , to selected 3875
second draft of elementGetCaseInsensitive()
Revision 5480 - Directory Listing - [select for diffs]
Modified Thu Aug 13 22:49:59 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5479 , to selected 3875
first draft of elementGetCaseInsensitive()
Revision 5479 - Directory Listing - [select for diffs]
Modified Tue Aug 4 12:32:38 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5478 , to selected 3875
Add packager and package roles


Revision 5478 - Directory Listing - [select for diffs]
Modified Tue Aug 4 12:32:01 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5477 , to selected 3875
Add more notices


Revision 5477 - Directory Listing - [select for diffs]
Modified Mon Aug 3 23:48:46 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5476 , to selected 3875
spacing

Revision 5476 - Directory Listing - [select for diffs]
Modified Mon Aug 3 23:29:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5475 , to selected 3875
Sometimes you want 2020Q3 (usually for the repo), sometimes you want
branches/2020Q3 (usually in git)


Revision 5475 - Directory Listing - [select for diffs]
Modified Mon Aug 3 23:17:36 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5474 , to selected 3875
Add GetPort(integer), which pulls the element_pathname for this port

Revision 5474 - Directory Listing - [select for diffs]
Modified Mon Aug 3 22:17:54 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5473 , to selected 3875
'fix 215.fp_check_git_for_commits'
Revision 5473 - Directory Listing - [select for diffs]
Modified Mon Aug 3 22:15:28 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5472 , to selected 3875
Don't echo, that's left over.  Run it.

Revision 5472 - Directory Listing - [select for diffs]
Modified Sun Aug 2 22:06:33 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5471 , to selected 3875
If there is nothing to save in port_dependencies_delete_clear_cache(),
don't save it.  It avoids this situation:

freshports.devgit=# delete from element where id = 1058393;
ERROR:  null value in column "category" violates not-null constraint
DETAIL:  Failing row contains (19934459, 59842, null, null, 2020-08-02 21:50:23.967785).
CONTEXT:  SQL statement "INSERT INTO cache_clearing_ports (port_id, category, port)
              VALUES (OLD.port_id, l_category, l_port)"
PL/pgSQL function port_dependencies_delete_clear_cache() line 19 at SQL statement
SQL statement "delete from element 
   where parent_id=old.id"
PL/pgSQL function on_delete_remove_children() line 4 at SQL statement
SQL statement "delete from element 
   where parent_id=old.id"
PL/pgSQL function on_delete_remove_children() line 4 at SQL statement
SQL statement "delete from element 
   where parent_id=old.id"
PL/pgSQL function on_delete_remove_children() line 4 at SQL statement
freshports.devgit=# rollback;



Revision 5471 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:37:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5470 , to selected 3875
spell quarterly


Revision 5470 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:15:26 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5469 , to selected 3875
Add in ports-quarterly


Revision 5469 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:14:58 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5468 , to selected 3875
Add a test for showing repos:

[dan@devgit-ingress01:~/modules] $ echo perl ./Testing/GetRepos.pl| sudo su -fm freshports
ports has REPODIR='/var/db/freshports/ports-jail/var/db/repos/freebsd-ports' and REPODIR_CHROOT='/var/db/repos/freebsd-ports'
ports-quarterly has REPODIR='/var/db/freshports/ports-jail/var/db/repos/freebsd-ports-quarterly' and REPODIR_CHROOT='/var/db/repos/freebsd-ports-quarterly'



Revision 5468 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:14:22 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5467 , to selected 3875
Add missing dependency: constants


Revision 5467 - Directory Listing - [select for diffs]
Modified Sat Aug 1 20:58:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5466 , to selected 3875
Change GetRepoNameForBranch() to use newly FreshPorts::Constants::GitRepos

We want to convert ports and ports-quarterly to freebsd-port and
freebsd-ports-quarterly respectively. We have labels; we want directories.


Revision 5466 - Directory Listing - [select for diffs]
Modified Sat Aug 1 18:49:04 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5465 , to selected 3875
This is the start of passing in the Repository name to many functions to enable correct repo-on-disk identification
Revision 5465 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:55:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5464 , to selected 3875
remove commented out code with hardcoded commit_hash, repo, and FileRevision
Revision 5464 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:54:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5463 , to selected 3875
remove commented out code referring to {repository} = 'ports';
Revision 5463 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:47:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5462 , to selected 3875
put a space before: for git
Revision 5462 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:39:41 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5461 , to selected 3875
Correct unkonwn to unknown
Revision 5461 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:41:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5460 , to selected 3875
Document where we need to delete the port


Revision 5460 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:30:40 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5459 , to selected 3875
do 2>&1 to redirect stderr to std out so we capture the git stuff into the .loading log file


Revision 5459 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:12:29 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5458 , to selected 3875
How did that = get in there?


Revision 5458 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:59:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5457 , to selected 3875
Line up some columns
use the right name in logging.
Use the repo we told to use.
delete commented out code

Revision 5457 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:56:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5456 , to selected 3875
Correct the name of the script


Revision 5456 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:55:57 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5455 , to selected 3875
Removing blank lines.


Revision 5455 - Directory Listing - [select for diffs]
Modified Mon Jul 27 21:31:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5454 , to selected 3875
Some colum alignment


Revision 5454 - Directory Listing - [select for diffs]
Modified Sun Jul 26 23:29:33 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5453 , to selected 3875
Add two functions needed for processing git commands.

Perhaps they should be in another file, but config.sh is included by thoese
that need these.


Revision 5453 - Directory Listing - [select for diffs]
Modified Sun Jul 26 23:28:17 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5452 , to selected 3875
Adjust whitespace


Revision 5452 - Directory Listing - [select for diffs]
Modified Sun Jul 26 22:22:03 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5451 , to selected 3875
These two have been replaced by job-waiting.pl


Revision 5451 - Directory Listing - [select for diffs]
Modified Sun Jul 26 20:47:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5450 , to selected 3875
use svn+ssh://svnusers
send to r720

Revision 5450 - Directory Listing - [select for diffs]
Modified Sun Jul 26 18:16:51 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5449 , to selected 3875
Put a tag in there, so we know where it's coming from


Revision 5449 - Directory Listing - [select for diffs]
Modified Sun Jul 26 18:14:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5448 , to selected 3875
Mention that we only extract values from the ports repo, not the other repos


Revision 5448 - Directory Listing - [select for diffs]
Modified Sun Jul 26 15:05:24 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5447 , to selected 3875
Add SET CLIENT_ENCODING TO 'SQL_ASCII' on a select.
Not everything is UTF-8, so we have to do this for now.

Whitespace some stuff


Revision 5447 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:44:46 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5446 , to selected 3875
While attempting to figure out a 'wide character' issue

* https://github.com/FreshPorts/git_proc_commit/issues/

I rewrote the query for saving commit_log - this was to get
all the encoding done by $dbh->do().

It didn't help.  What heped was ;client_encoding=UTF8 on the database
connection string.




Revision 5446 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:40:52 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5445 , to selected 3875
Moving to git, we take a slightly different approach.  We need multiple
working copies because there are multiple git repos:

* freebsd
* freebsd-ports
* freebsd-docs

Change path_to_tree to RepoDir
Move CheckGit from freshports to ingress signal directory



Revision 5445 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:38:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5444 , to selected 3875
Set client_encoding=UTF8 on connect


Revision 5444 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:37:50 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5443 , to selected 3875
Save commit_hash_short


Revision 5443 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:33:49 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5442 , to selected 3875
Refer to master, not head.


Revision 5442 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:32:16 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5441 , to selected 3875
We renamed SVNBaseDir


Revision 5441 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:32:04 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5440 , to selected 3875
We have jobs for both git and svn, and for ingress and freshports


Revision 5440 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:30:59 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5439 , to selected 3875
Add the script which checks out a specific commit


Revision 5439 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:29:28 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5438 , to selected 3875
Now that we have git and svn processing, create a separate script.

Revision 5438 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:27:25 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5437 , to selected 3875
Add deails for the ingress user directories.

Add other details pertaining to git processing


Revision 5437 - Directory Listing - [select for diffs]
Modified Fri Jul 24 16:02:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5436 , to selected 3875
Make this work for the new repo locations and names

Revision 5436 - Directory Listing - [select for diffs]
Modified Fri Jul 24 16:01:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5435 , to selected 3875
Add in the git repos

While here, column align some stuff


Revision 5435 - Directory Listing - [select for diffs]
Modified Wed Jul 22 01:25:11 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5434 , to selected 3875
'correct the enable'
Revision 5434 - Directory Listing - [select for diffs]
Modified Wed Jul 22 01:24:55 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5433 , to selected 3875
'adding 315.fp_check_git_for_commits'
Revision 5433 - Directory Listing - [select for diffs]
Modified Wed Jul 22 01:24:34 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5432 , to selected 3875
Correct the enable: fp_check_for_git_commits_enable

Revision 5432 - Directory Listing - [select for diffs]
Modified Wed Jul 22 01:22:01 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5431 , to selected 3875
'adding 215.fp_check_git_for_commits'
Revision 5431 - Directory Listing - [select for diffs]
Modified Wed Jul 22 01:20:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5430 , to selected 3875
Add

Revision 5430 - Directory Listing - [select for diffs]
Modified Mon Jul 20 12:33:51 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5429 , to selected 3875
Fairly stable now


Revision 5429 - Directory Listing - [select for diffs]
Modified Sun Jul 19 17:12:01 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5428 , to selected 3875
Rename projects

Revision 5428 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:34:14 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5427 , to selected 3875
'Mention that our MSGDIR is also defined in the freshports configuration file'
Revision 5427 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:34:02 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5426 , to selected 3875
'rename fp-ingress to ingress'
Revision 5426 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:33:29 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5425 , to selected 3875
'output the main files upon startup'
Revision 5425 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:32:34 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5424 , to selected 3875
Mention that our MSGDIR is also defined in the freshports configuration file


Revision 5424 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:30:58 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5423 , to selected 3875
Add INGRESS_MSGDIR to the configuration file

output the main files upon startup



Revision 5423 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:19:20 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5422 , to selected 3875
'Correct FRESHPORTS_MSGDIR'
Revision 5422 - Directory Listing - [select for diffs]
Modified Sun Jul 19 16:18:53 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5421 , to selected 3875
Correct FRESHPORTS_MSGDIR

Revision 5421 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:58:42 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5420 , to selected 3875
'rename fp-ingress to ingress'
Revision 5420 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:44:12 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5419 , to selected 3875
'renamed from fp-freshports to freshports'
Revision 5419 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:40:31 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5418 , to selected 3875
This repo was moved to freshports

Rename everything fp-freshports to freshports


Revision 5418 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:38:56 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5417 , to selected 3875
This repo was moved to ingress

Rename everything fp-ingress to ingress


Revision 5417 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:33:01 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5416 , to selected 3875
Rename fp-ingress to ingress


Revision 5416 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:32:15 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5415 , to selected 3875
Rename fp-freshports to freshports


Revision 5415 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:25:22 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5414 , to selected 3875
'move from logger to echo'
Revision 5414 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:23:03 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5413 , to selected 3875
Move config.sh.sample to config/fp-ingress.sh

Move from logger(1) to echo(1)


Revision 5413 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:20:15 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5412 , to selected 3875
Rename config.sh.sample to config/fp-freshports.sh

Yes, the script and the configuration file have the same name.

The config file should be installed to /usr/local/etc/freshports/fp-freshports.sh


Revision 5412 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:12:06 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5411 , to selected 3875
remove files required only for daemontools, which is no longer used to run
this script.

Revision 5411 - Directory Listing - [select for diffs]
Modified Sun Jul 19 15:10:30 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5410 , to selected 3875
Stop using logger, use echo.

daemon(8) will direct that output to syslog and from there into the correct
log file.


Revision 5410 - Directory Listing - [select for diffs]
Modified Sun Jul 19 14:57:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5409 , to selected 3875
remove files required only for daemontools, which is no longer used to run
this script.


Revision 5409 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:49:49 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5408 , to selected 3875
'Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-ingress.sh
'
Revision 5408 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:49:24 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5407 , to selected 3875
'Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-ingress.sh
'
Revision 5407 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:44:42 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5406 , to selected 3875
'Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-ingress.sh
'
Revision 5406 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:43:31 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5405 , to selected 3875
Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-ingress.sh



Revision 5405 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:37:33 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5404 , to selected 3875
'Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-freshports.sh
'
Revision 5404 - Directory Listing - [select for diffs]
Modified Sat Jul 18 23:36:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5403 , to selected 3875
Move configuration file:

-. /usr/local/etc/freshports/daemon-config.sh
+. /usr/local/etc/freshports/fp-freshports.sh



Revision 5403 - Directory Listing - [select for diffs]
Modified Sat Jul 18 22:13:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5402 , to selected 3875
Remove id, no longer required.


Revision 5402 - Directory Listing - [select for diffs]
Modified Sat Jul 18 22:08:24 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5401 , to selected 3875
'Move configuration file from config.sh to . /usr/local/etc/freshports/daemon-config.sh'
Revision 5401 - Directory Listing - [select for diffs]
Modified Sat Jul 18 22:07:53 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5400 , to selected 3875
Move configuration file from config.sh to . /usr/local/etc/freshports/daemon-config.sh


Revision 5400 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:56:55 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5399 , to selected 3875
Add

Revision 5399 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:56:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5398 , to selected 3875
'Move to daemon(8)'
Revision 5398 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:54:16 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5397 , to selected 3875
Saving all this as we move to daemon-tools


Revision 5397 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:44:40 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5396 , to selected 3875
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
Revision 5396 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:44:24 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5395 , to selected 3875
Add in the new values now that we have one shared config file


Revision 5395 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:37:49 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5394 , to selected 3875
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
Revision 5394 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:37:05 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5393 , to selected 3875
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
Revision 5393 - Directory Listing - [select for diffs]
Modified Sat Jul 18 21:36:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5392 , to selected 3875
Change configuration file
from: config.sh
  to: /usr/local/etc/freshports/daemon-config.sh

Start using FRESHPORTS_* variables

this daemon doesn't need a incoming directory any more




Revision 5392 - Directory Listing - [select for diffs]
Modified Sat Jul 18 19:58:14 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5391 , to selected 3875
'move from sysutils/daemontools to daemon(8)'
Revision 5391 - Directory Listing - [select for diffs]
Modified Sat Jul 18 19:53:45 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5390 , to selected 3875
I'm moving to two daemons:

fp-freshports - same function as fp-daemon had
fp-ingress    - processing incoming commits into XML
                this is partly the mailfilter script
                and part of what fp-daemon.sh once did.

Revision 5390 - Directory Listing - [select for diffs]
Modified Sat Jul 18 15:20:03 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5389 , to selected 3875
Sort the jobs


Revision 5389 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:41:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5388 , to selected 3875
Rename fp-daemon.sh to fp-freshports.sh


Revision 5388 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:36:59 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5387 , to selected 3875
Renamed this to fp-freshports

It is being named after the user it runs as


Revision 5387 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:29:32 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5386 , to selected 3875
Remove unused $DaysRefreshed

Sort contents of %Jobs

Add $FreshPorts::Config::CheckGit => 'check_git.sh



Revision 5386 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:20:02 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5385 , to selected 3875
Copy this over for use as an ingress daemon:

* receives notice of new commits via signals
* creates XML
* moves XMl into ~ingress/message-queues/incoming directory

Potential signals

* commits waiting
  * which repo?
  * commit hash?

* run single commt
  * which repo?
  * commit hash?

* hooks - I imagine hooks will be intercepted externally and signals raised

* email - If commit emails are implemented, that could also raise a signal


Revision 5385 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:15:57 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5384 , to selected 3875
Taken from the subversion version of this code, we now have something with
works with git.


Revision 5384 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:14:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5383 , to selected 3875
removed INGRESSDIR
add     MSGDIR

This may be reversed soon. I'll be creating a ingress.sh daemon and it will
also need a config.sh file.


Revision 5383 - Directory Listing - [select for diffs]
Modified Sun Jul 12 17:31:01 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5382 , to selected 3875
When the datatypes need to be redone, redo the datatypes too

Revision 5382 - Directory Listing - [select for diffs]
Modified Sun Jul 12 17:24:28 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5381 , to selected 3875
svn_hostname => repo_hostname


Revision 5381 - Directory Listing - [select for diffs]
Modified Sun Jul 12 17:00:14 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5380 , to selected 3875
RENAME svn_hostname TO repo_hostname


Revision 5380 - Directory Listing - [select for diffs]
Modified Sun Jul 12 16:58:51 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5379 , to selected 3875
Branch for git


Revision 5379 - Directory Listing - [select for diffs]
Modified Sun Jul 12 16:55:59 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5378 , to selected 3875
whitespace only

Revision 5378 - Directory Listing - [select for diffs]
Modified Sat Jul 11 19:47:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5377 , to selected 3875
Spell: element id


Revision 5377 - Directory Listing - [select for diffs]
Modified Fri Jul 3 19:41:00 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5376 , to selected 3875
Use commit log message not email subject

With git processing, we run off the repo, not incoming commit email.
Thus, we must change.


Revision 5376 - Directory Listing - [select for diffs]
Modified Fri Jul 3 15:41:27 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5375 , to selected 3875
Branch for work on git


Revision 5375 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:36:02 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5374 , to selected 3875
'rm /usr/src/sys/Makefile from the ports-jail'
Revision 5374 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:35:14 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5373 , to selected 3875
Remove the usr files

re: https://github.com/FreshPorts/freshports/issues/152

The nvidia drivers are needlessly marked as IGNORE. For example https://www.freshports.org/x11/nvidia-driver-390/

The message is:

IGNORE: requires kernel source files in SRC_BASE=/usr/src

This message is produced by https://svnweb.freebsd.org/ports/head/Mk/Uses/kmod.mk?view=markup around line 25

Example:

[dan@dev-ingress01:/var/db/freshports/ports-jail/var/db/repos/PORTS-head/x11/nvidia-driver-390] $ make -V IGNORE
requires kernel source files in SRC_BASE=/usr/src
The code looks for ${SRC_BASE}/sys/Makefile

Creating that file avoids the issue:

$ sudo mkdir /usr/src/sys
$ sudo touch /usr/src/sys/Makefile
$ make -V IGNORE

$


Revision 5373 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:26:48 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5372 , to selected 3875
'Bring in new PYTHON_PKGNAMEPREFIX code - for real this time'
Revision 5372 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:26:16 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5371 , to selected 3875
add in python_pkgnameprefix


Revision 5371 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:24:29 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5370 , to selected 3875
Add in make-flavors-package-names.sh


Revision 5370 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:12:53 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5369 , to selected 3875
'Bring in new PYTHON_PKGNAMEPREFIX stuff, abort on UNKNOWN branch'
Revision 5369 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:11:12 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5368 , to selected 3875
'Bring in new PYTHON_PKGNAMEPREFIX code'
Revision 5368 - Directory Listing - [select for diffs]
Modified Sat Jun 27 21:11:10 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5367 , to selected 3875
extract PYTHON_PKGNAMEPREFIX from the port


Revision 5367 - Directory Listing - [select for diffs]
Modified Sat Jun 27 21:10:19 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5366 , to selected 3875
Combine some lines into one.  Whitespace only.


Revision 5366 - Directory Listing - [select for diffs]
Modified Wed Jun 24 23:50:17 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5365 , to selected 3875
Add the correct command to create the required thing


Revision 5365 - Directory Listing - [select for diffs]
Modified Wed Jun 24 17:26:04 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5364 , to selected 3875
'remove trailing * from NEWS_CACHE_DIR'
Revision 5364 - Directory Listing - [select for diffs]
Modified Mon Jun 22 00:48:16 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5363 , to selected 3875
Some simple updates


Revision 5363 - Directory Listing - [select for diffs]
Modified Sun Jun 21 22:58:53 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5362 , to selected 3875
Create git branch


Revision 5362 - Directory Listing - [select for diffs]
Modified Sun Jun 21 22:57:45 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5361 , to selected 3875
Create branch for git work


Revision 5361 - Directory Listing - [select for diffs]
Modified Mon Jun 1 13:29:51 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5360 , to selected 3875
Remove reference to unset value.


Revision 5360 - Directory Listing - [select for diffs]
Modified Sun May 31 18:46:32 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5359 , to selected 3875
Need this to fix IGNORE for ports which use kmod

re: https://github.com/FreshPorts/freshports/issues/152


Revision 5359 - Directory Listing - [select for diffs]
Modified Sun May 31 18:46:11 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5358 , to selected 3875
Adding, it was never added before


Revision 5358 - Directory Listing - [select for diffs]
Modified Sun May 31 18:18:31 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5357 , to selected 3875
'Create a fake /usr/src/sys/Makefile to avoid spurious INGORE messages
by ports which use kmod
'
Revision 5357 - Directory Listing - [select for diffs]
Modified Sun May 31 18:14:45 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5356 , to selected 3875
Create a fake /usr/src/sys/Makefile to avoid spurious INGORE messages
by ports which use kmod

re: https://github.com/FreshPorts/freshports/issues/152


Revision 5355 - Directory Listing - [select for diffs]
Modified Sun May 31 13:42:41 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5354 , to selected 3875
'convert all http to https, get ready for MaintainerPorts'
Revision 5354 - Directory Listing - [select for diffs]
Modified Sat May 30 16:13:08 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5353 , to selected 3875
pacakges -> packages


Revision 5353 - Directory Listing - [select for diffs]
Modified Sat May 30 13:32:36 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5352 , to selected 3875
'fix a proctitle error with wide characters'
Revision 5352 - Directory Listing - [select for diffs]
Modified Sat May 30 13:30:56 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5351 , to selected 3875
Avoid readproctitle errors by doing UTF-8


Revision 5351 - Directory Listing - [select for diffs]
Modified Sat May 30 11:53:52 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5350 , to selected 3875
'remove debugging date'
Revision 5350 - Directory Listing - [select for diffs]
Modified Sat May 30 11:53:00 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5349 , to selected 3875
remove hardcoded date used for debugging


Revision 5349 - Directory Listing - [select for diffs]
Modified Sat May 30 11:43:59 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5348 , to selected 3875
Add missing require: FreshPorts::committer_opt_in

This will avoid this error:

nUndefined subroutine &FreshPorts::CommitterOptIn::RecordErrorDetails called at ./process_vuxml.pl line 124, <> chunk 1.\n



Revision 5348 - Directory Listing - [select for diffs]
Modified Sat May 30 11:35:52 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5347 , to selected 3875
'add report-maintainer-ports.pl'
Revision 5347 - Directory Listing - [select for diffs]
Modified Sat May 30 11:35:44 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5346 , to selected 3875
Uncomment code to detect debugging mode


Revision 5346 - Directory Listing - [select for diffs]
Modified Sat May 30 11:30:21 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5345 , to selected 3875
Go case insensitive on the email address match


Revision 5345 - Directory Listing - [select for diffs]
Modified Sat May 30 11:27:29 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5344 , to selected 3875
Use FQDN for pkg01

Revision 5344 - Directory Listing - [select for diffs]
Modified Sat May 30 11:25:08 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5343 , to selected 3875
'Add daily/311.send-report-maintainer-daily & fix daily/220.fp_daily_rendering_times switch'
Revision 5343 - Directory Listing - [select for diffs]
Modified Sat May 30 11:08:17 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5342 , to selected 3875
Add periodic script for maintainer daily notifications

Revision 5342 - Directory Listing - [select for diffs]
Modified Sat May 30 11:05:17 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5341 , to selected 3875
Fix the broken YES switch.
The logger statement is in the wrong place


Revision 5341 - Directory Listing - [select for diffs]
Modified Sat May 30 10:53:10 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5340 , to selected 3875
fix PortVersionLatestBeforeQuarterlyBranch which was not pulling back the
full version information

Revision 5340 - Directory Listing - [select for diffs]
Modified Fri May 29 20:52:49 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5339 , to selected 3875
use https, not http


Revision 5339 - Directory Listing - [select for diffs]
Modified Fri May 29 20:51:14 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5338 , to selected 3875
remove:

* NotificationNonPorts & NotificationDirectories - they appear to be unused
* add MaintainerPorts for new report


Revision 5338 - Directory Listing - [select for diffs]
Modified Fri May 29 20:50:25 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5337 , to selected 3875
We have a report on maintainer ports


Revision 5337 - Directory Listing - [select for diffs]
Modified Sat May 16 17:21:53 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5336 , to selected 3875
pg_hba.conf not pg_hba,conf


Revision 5336 - Directory Listing - [select for diffs]
Modified Sat May 16 17:19:58 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5335 , to selected 3875
Mention where the real code is in dev


Revision 5335 - Directory Listing - [select for diffs]
Modified Mon May 4 12:09:38 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5334 , to selected 3875
'add PGSSLMODE to config.sh'
Revision 5334 - Directory Listing - [select for diffs]
Modified Mon May 4 12:09:22 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5333 , to selected 3875
Add PGSSLMODE


Revision 5333 - Directory Listing - [select for diffs]
Modified Mon May 4 12:05:24 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5332 , to selected 3875
'add BASEDIR_PACKAGER to config.sh'
Revision 5332 - Directory Listing - [select for diffs]
Modified Mon May 4 11:58:56 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5331 , to selected 3875
Add BASEDIR_PACKAGER


Revision 5331 - Directory Listing - [select for diffs]
Modified Sun May 3 22:22:01 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5330 , to selected 3875
Move some inserts into another ddl update file.

This one to be run after ri.txt


Revision 5330 - Directory Listing - [select for diffs]
Modified Sun May 3 20:31:51 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5329 , to selected 3875
Remove trailing * from news cache


Revision 5329 - Directory Listing - [select for diffs]
Modified Sun May 3 19:53:58 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5328 , to selected 3875
A copy of package_imports_completed is needed here


Revision 5328 - Directory Listing - [select for diffs]
Modified Sun May 3 15:27:59 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5327 , to selected 3875
Move iso_date() and iso_date_seconds() above where they are used.


Revision 5327 - Directory Listing - [select for diffs]
Modified Sun May 3 15:25:08 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5326 , to selected 3875
Adjust PortPackages to also return processed_date

While here, return formatted dates, without seconds.

Create iso_date_seconds() to format that date.

Revision 5326 - Directory Listing - [select for diffs]
Modified Sat May 2 14:55:36 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5325 , to selected 3875
'remove system() which did nothing in process_vuxml.pl'
Revision 5325 - Directory Listing - [select for diffs]
Modified Fri May 1 17:57:01 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5324 , to selected 3875
We don't need this any more. We use zfs rollback instead


Revision 5324 - Directory Listing - [select for diffs]
Modified Fri May 1 17:56:37 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5323 , to selected 3875
Save recent work, before removing.


Revision 5323 - Directory Listing - [select for diffs]
Modified Fri May 1 16:13:26 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5322 , to selected 3875
remove system() which did nothing
Revision 5322 - Directory Listing - [select for diffs]
Modified Thu Apr 30 00:08:04 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5321 , to selected 3875
add GetPackageStatus() and iso_date()
Revision 5321 - Directory Listing - [select for diffs]
Modified Wed Apr 29 19:14:05 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5320 , to selected 3875
Add value to listen_for for clearing packages.


Revision 5320 - Directory Listing - [select for diffs]
Modified Wed Apr 29 19:01:05 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5319 , to selected 3875
'if the rollback fails, say so'
Revision 5319 - Directory Listing - [select for diffs]
Modified Wed Apr 29 18:59:46 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5318 , to selected 3875
If the rollback fails, say so


Revision 5318 - Directory Listing - [select for diffs]
Modified Wed Apr 29 18:10:12 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5317 , to selected 3875
'add category and packages cache clearing'
Revision 5317 - Directory Listing - [select for diffs]
Modified Wed Apr 29 17:49:40 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5316 , to selected 3875
Change the signal name to match the others

I note that the listen_for table is not named great. The script_name isn't
necessarily the script which gets invoked, but it does help.


Revision 5316 - Directory Listing - [select for diffs]
Modified Wed Apr 29 17:43:16 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5315 , to selected 3875
Add ability to clear packages cache via zfs rollback

Add in the category cache which I'm sure is needed in prod

Convert all lingering print to syslog.

Remove commented out code


Revision 5315 - Directory Listing - [select for diffs]
Modified Tue Apr 28 23:14:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5314 , to selected 3875
first version, going to start using -e next
Revision 5314 - Directory Listing - [select for diffs]
Modified Tue Apr 28 21:23:58 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5313 , to selected 3875
A starting point for package cache clearing


Revision 5313 - Directory Listing - [select for diffs]
Modified Tue Apr 28 20:15:39 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5312 , to selected 3875
Properly save away the package_raw update code.

See http://news.freshports.org/2020/04/28/found-new-repo-release-automatically-imported-it


Revision 5312 - Directory Listing - [select for diffs]
Modified Mon Apr 27 20:47:02 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5311 , to selected 3875
Add new columns to package_imports

Revision 5311 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:53:46 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5310 , to selected 3875
'Add new new signals: * new_repo_ready_for_import * new_repo_imported'
Revision 5310 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:50:33 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5309 , to selected 3875
'job-waiting.pl now handles the new packages code'
Revision 5309 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:46:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5308 , to selected 3875
'remove "nothing found" logger command It fills up the logs.'
Revision 5308 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:42:08 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5307 , to selected 3875
remove 'nothing found' logger command

It fills up the logs.


Revision 5307 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:33:50 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5306 , to selected 3875
Add new new signals:

* new_repo_ready_for_import
* new_repo_imported


Revision 5306 - Directory Listing - [select for diffs]
Modified Mon Apr 27 14:48:28 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5305 , to selected 3875
PackagesLastCheckedSetRepoDate() needs to grab the pre-update value of repo_date for comparison
Revision 5305 - Directory Listing - [select for diffs]
Modified Mon Apr 27 01:14:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5304 , to selected 3875
Change the update package_imports table to set newly added columns:

  last_checked, repo_date, import_date, processed_date


Revision 5304 - Directory Listing - [select for diffs]
Modified Sun Apr 26 22:28:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5303 , to selected 3875
Change our job-waiting loop.

When the job_waiting signal is set, run the waiting jobs and keep
runnint them until we don't find anything more to run.


Revision 5303 - Directory Listing - [select for diffs]
Modified Fri Apr 24 21:45:49 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5302 , to selected 3875
Rewrite PackagesLastCheckedSetRepoDate to clear processed_date & import_date
if the new repo_date is not the same as the incoming date.

If the dates are the same, no update occurs.

Returns the number of rows updated.


Revision 5302 - Directory Listing - [select for diffs]
Modified Fri Apr 24 19:17:53 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5301 , to selected 3875
Remove ports_origin from the equation

Revision 5301 - Directory Listing - [select for diffs]
Modified Fri Apr 24 19:17:31 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5300 , to selected 3875
Update packages_raw by joining with ports and element_pathname

Revision 5300 - Directory Listing - [select for diffs]
Modified Fri Apr 24 14:07:02 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5299 , to selected 3875
Document why the analyse is required before DELETE

Revision 5299 - Directory Listing - [select for diffs]
Modified Fri Apr 24 14:06:02 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5298 , to selected 3875
Adjust names for some functions to better describe what they do.

Revision 5298 - Directory Listing - [select for diffs]
Modified Thu Apr 23 17:32:05 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5297 , to selected 3875
Add

* PackagesLastCheckedSetImportDate()
* PackagesGetReposNeedingImports()

Revision 5297 - Directory Listing - [select for diffs]
Modified Tue Apr 21 23:44:15 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5296 , to selected 3875
fix packages_last_checked to use package_sets

populate public.abi


Revision 5296 - Directory Listing - [select for diffs]
Modified Tue Apr 21 23:43:41 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5295 , to selected 3875
Add

* GetReposToReview
* PackagesLastCheckedSetRepoDate


Revision 5295 - Directory Listing - [select for diffs]
Modified Tue Apr 21 23:42:56 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5294 , to selected 3875
when a new row goes into abi, add two rows into packages_last_checked


Revision 5294 - Directory Listing - [select for diffs]
Modified Tue Apr 21 15:04:26 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5293 , to selected 3875
Fix how the updates are done for port_origin.  There is no OLD to check.


Revision 5293 - Directory Listing - [select for diffs]
Modified Tue Apr 21 13:57:28 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5292 , to selected 3875
Rename trigger and function ports_origin_insert to ports_origin_maintain
because it's run on both update and insert, not just insert.

Use IS DISTINCT FROM on the update.  


Revision 5292 - Directory Listing - [select for diffs]
Modified Tue Apr 21 12:58:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5291 , to selected 3875
Add public.package_imports


Revision 5291 - Directory Listing - [select for diffs]
Modified Mon Apr 20 23:27:11 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5290 , to selected 3875
Add in the real PortPackages

Revision 5290 - Directory Listing - [select for diffs]
Modified Mon Apr 20 23:18:26 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5289 , to selected 3875
Updates to reduce stuf we don't need any more


Revision 5289 - Directory Listing - [select for diffs]
Modified Mon Apr 20 21:02:53 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5288 , to selected 3875
Add ABI table

Revision 5288 - Directory Listing - [select for diffs]
Modified Mon Apr 20 20:57:58 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5287 , to selected 3875
Add DDL for packages


Revision 5287 - Directory Listing - [select for diffs]
Modified Mon Apr 20 14:41:35 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5286 , to selected 3875
Whitespace for element_pathname_update

Change ports_origin_insert to pull port_origin first

Then do the UPDATE only if things have changed - no need to churn


Revision 5286 - Directory Listing - [select for diffs]
Modified Mon Apr 20 00:25:39 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5285 , to selected 3875
When copying data from packages_raw to packages, first set port_id and
abi_id

When comparing, also use P.port_id          = PR.port_id

addReviewed by:	

Revision 5285 - Directory Listing - [select for diffs]
Modified Mon Apr 20 00:24:40 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5284 , to selected 3875
keep the ports_origin table up to date

when package_imports is updated, note that in the packages_last_checked
table

a bunch of ' on ' to ' ON ' etc


Revision 5284 - Directory Listing - [select for diffs]
Modified Sat Apr 18 15:03:52 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5283 , to selected 3875
Work in progress

Revision 5283 - Directory Listing - [select for diffs]
Modified Fri Apr 17 21:33:38 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5282 , to selected 3875
Add UpdatePackagesFromRawPackages()

Revision 5282 - Directory Listing - [select for diffs]
Modified Fri Apr 17 13:17:13 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5281 , to selected 3875
add PackagesRawDeleteForABIPackageSet()
Revision 5281 - Directory Listing - [select for diffs]
Modified Wed Apr 15 17:01:59 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5280 , to selected 3875
DISTINCT doesn't need ()
sort_key is no longer required

Revision 5280 - Directory Listing - [select for diffs]
Modified Tue Apr 14 03:07:11 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5279 , to selected 3875
PortPackages is working.


Revision 5279 - Directory Listing - [select for diffs]
Modified Tue Apr 14 02:41:43 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5278 , to selected 3875
We got progress


Revision 5278 - Directory Listing - [select for diffs]
Modified Sun Apr 12 22:43:46 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5277 , to selected 3875
We now have a scripts to load in new stuff


Revision 5277 - Directory Listing - [select for diffs]
Modified Sun Apr 12 15:01:48 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5276 , to selected 3875
Expand PortPackages to pull back dates from packages_last_checked


Revision 5276 - Directory Listing - [select for diffs]
Modified Sun Apr 12 14:40:44 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5275 , to selected 3875
adding:

* NormalizeBranch - convert latest to head and quarterly to latest branch
* PackagesLastCheckedSetRepoDate(a_abi_name text, a_branch_name text, a_CheckedDate text) 


Revision 5275 - Directory Listing - [select for diffs]
Modified Sun Apr 12 13:56:59 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5274 , to selected 3875
Add AddNewABIToPackagesLastChecked()

This should be invoked each time a new row is added to the ABI table.


Revision 5274 - Directory Listing - [select for diffs]
Modified Sun Apr 12 00:24:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5273 , to selected 3875
Add stuff


Revision 5273 - Directory Listing - [select for diffs]
Modified Sat Apr 11 22:17:09 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5272 , to selected 3875
Making good progress on packages

Revision 5272 - Directory Listing - [select for diffs]
Modified Sat Apr 11 15:47:37 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5271 , to selected 3875
Add stuff related to packages

Revision 5271 - Directory Listing - [select for diffs]
Modified Thu Apr 9 12:38:00 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5270 , to selected 3875
Add DeleteUser

Delete by user id as supplied by the code.
The initial intent was to delete by cookie, but that
value is on the client.  Let's do this by id instead.

SECURITY DEFINER - means run this function as the user
                   which created. This means the www
                   user does not require write permission
                   on the users table.



Revision 5270 - Directory Listing - [select for diffs]
Modified Thu Apr 9 12:35:41 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5269 , to selected 3875
whitespace only

Revision 5269 - Directory Listing - [select for diffs]
Modified Wed Apr 1 20:50:39 2020 UTC (5 years ago) by dan
Diff to previous 5268 , to selected 3875
Update to new locations

Revision 5268 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:02:28 2020 UTC (5 years ago) by dan
Diff to previous 5267 , to selected 3875
fix


Revision 5267 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:02:09 2020 UTC (5 years ago) by dan
Diff to previous 5266 , to selected 3875
ouch


Revision 5266 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:54 2020 UTC (5 years ago) by dan
Diff to previous 5265 , to selected 3875
fix


Revision 5265 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:27 2020 UTC (5 years ago) by dan
Diff to previous 5264 , to selected 3875
fix


Revision 5264 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:05 2020 UTC (5 years ago) by dan
Diff to previous 5263 , to selected 3875
clean


Revision 5263 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:00:37 2020 UTC (5 years ago) by dan
Diff to previous 5262 , to selected 3875

Revision 5262 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:00:02 2020 UTC (5 years ago) by dan
Diff to previous 5261 , to selected 3875
Damn.  That was wrong.


Revision 5261 - Directory Listing - [select for diffs]
Modified Thu Mar 26 20:58:10 2020 UTC (5 years ago) by dan
Diff to previous 5260 , to selected 3875
These are helper scripts, mostly for use with commits after they have
arrived. When you're looking for the raw file, use these tools


Revision 5260 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:40:21 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5259 , to selected 3875
'Don't ignore everything after Directory Properties'
Revision 5259 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:36:59 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5258 , to selected 3875
Stop using variables before testing if they are defined

This is fallout from testing for:

* https://github.com/FreshPorts/freshports/issues/133
* https://news.freshports.org/2020/01/25/the-slave-ports-for-devel-binutils-did-not-get-deleted/



Revision 5258 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:35:37 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5257 , to selected 3875
In the original version of this code, we always ignored everything after a
Directory Properties line.  We now just ignore that section.

This error led to whole swaths of emails being ignored.  Oops.

see https://github.com/FreshPorts/freshports/issues/133
    https://news.freshports.org/2020/01/25/the-slave-ports-for-devel-binutils-did-not-get-deleted/


Revision 5257 - Directory Listing - [select for diffs]
Modified Thu Jan 23 02:15:41 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5256 , to selected 3875
'make it work'
Revision 5256 - Directory Listing - [select for diffs]
Modified Thu Jan 23 02:13:46 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5255 , to selected 3875
Remove duplicate code from ClearMiscCaches() which used glob.glob




Revision 5255 - Directory Listing - [select for diffs]
Modified Thu Jan 23 02:00:58 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5254 , to selected 3875
Remove superfluous comments
use NEWS_CACHE_DIR instead of NEWS_CACHE_PATH

Revision 5254 - Directory Listing - [select for diffs]
Modified Thu Jan 23 01:38:27 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5253 , to selected 3875
'Use path for cache/news'
Revision 5253 - Directory Listing - [select for diffs]
Modified Thu Jan 23 01:36:21 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5252 , to selected 3875
Use path for cache/news because glob.glob is not working


Revision 5252 - Directory Listing - [select for diffs]
Modified Wed Jan 22 17:17:45 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5251 , to selected 3875
'has_key is not Python 2 any more'
Revision 5251 - Directory Listing - [select for diffs]
Modified Wed Jan 22 17:10:14 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5250 , to selected 3875
Add

Revision 5250 - Directory Listing - [select for diffs]
Modified Wed Jan 22 16:55:35 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5249 , to selected 3875
has_key is gone in Python 3

While here, add more debugging.


Revision 5249 - Directory Listing - [select for diffs]
Modified Tue Jan 21 15:09:02 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5248 , to selected 3875
'initial package'
Revision 5248 - Directory Listing - [select for diffs]
Modified Sun Jan 19 21:10:02 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5247 , to selected 3875
'Now Python 3 compatible'
Revision 5247 - Directory Listing - [select for diffs]
Modified Sun Jan 19 20:58:43 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5246 , to selected 3875
Updates for Python 3


Revision 5246 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:29:00 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5245 , to selected 3875
'Always include the SQl when displaying an error'
Revision 5245 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:23:40 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5244 , to selected 3875
'fix broken XML chars'
Revision 5244 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:16:10 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5243 , to selected 3875
Strip characters which are not valid in XML


Revision 5243 - Directory Listing - [select for diffs]
Modified Sun Dec 29 20:56:48 2019 UTC (5 years, 3 months ago) by dan
Diff to previous 5242 , to selected 3875
Note that FreshPorts::Config::email_server must be a hostname, not an IP
address.

Revision 5242 - Directory Listing - [select for diffs]
Modified Sun Dec 29 18:51:43 2019 UTC (5 years, 3 months ago) by dan
Diff to previous 5241 , to selected 3875
Whitespace only

Revision 5241 - Directory Listing - [select for diffs]
Modified Sat Nov 23 18:59:31 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5240 , to selected 3875
r710-01 has been replaced by pkg01

Revision 5240 - Directory Listing - [select for diffs]
Modified Sat Nov 23 18:56:49 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5239 , to selected 3875
'Fixes for Python 3.6'
Revision 5239 - Directory Listing - [select for diffs]
Modified Sat Nov 23 18:55:46 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5238 , to selected 3875
Upgrades for Python 3.6

Revision 5238 - Directory Listing - [select for diffs]
Modified Thu Nov 14 13:20:26 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5237 , to selected 3875
Fix CreatePort(text,text,text) by not using GetPort() with the SQL.
It seems to not be pulling in the correct value.


Revision 5237 - Directory Listing - [select for diffs]
Modified Tue Nov 12 22:11:52 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5236 , to selected 3875
Add much debugging output.

Always include the SQL in the error message.


Revision 5236 - Directory Listing - [select for diffs]
Modified Tue Nov 12 22:06:09 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5235 , to selected 3875
Always include the SQl when displaying an error
Revision 5235 - Directory Listing - [select for diffs]
Modified Tue Nov 12 22:05:22 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5234 , to selected 3875
use = not ==


Revision 5234 - Directory Listing - [select for diffs]
Modified Tue Nov 12 14:54:25 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5233 , to selected 3875
remove debugging recently added to element_pathname_insert()


Revision 5233 - Directory Listing - [select for diffs]
Modified Tue Nov 12 14:52:54 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5232 , to selected 3875
Fix new element insertion failures on PostgreSQL 12

Was getting this:

select Element_Add('/ports/head/www/httpdirfs/', 'F');

ERROR:  duplicate key value violates unique constraint "element_pathname_pathname" DETAIL:  Key (pathname)=() already exists.


Because:

      INSERT INTO element_pathname (element_id, pathname)
         VALUES (NEW.id, element_pathname(NEW.id));

The pathname value was always NULL.

The fix, change the SQL to:

   DECLARE
     l_pathname  text;
   BEGIN
     l_pathname := element_pathname(NEW.id);
     INSERT INTO element_pathname (element_id, pathname) 
         VALUES (NEW.id, l_pathname);





Revision 5232 - Directory Listing - [select for diffs]
Modified Tue Nov 12 02:02:27 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5231 , to selected 3875
Updates for PostgreSQL 12

iscachable -> IMMUTABLE

Use ROW_COUNT because RESULT_OID is gone.


Revision 5231 - Directory Listing - [select for diffs]
Modified Sun Jul 28 19:19:54 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5230 , to selected 3875
'we lost the 1.0.10 tarball'
Revision 5230 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:11:08 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5229 , to selected 3875
'fix https://github.com/FreshPorts/freshports/issues/121'
Revision 5229 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:05:12 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5228 , to selected 3875
remove extraneous /


Revision 5228 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:04:03 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5227 , to selected 3875
Repair duplicate and extraneous results.

fixes https://github.com/FreshPorts/freshports/issues/121


Revision 5227 - Directory Listing - [select for diffs]
Modified Wed Jul 17 22:06:40 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5226 , to selected 3875
'Start doing cp & use mv and rm instead'
Revision 5226 - Directory Listing - [select for diffs]
Modified Wed Jul 17 22:06:25 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5225 , to selected 3875
use -p to preserve mtime


Revision 5225 - Directory Listing - [select for diffs]
Modified Mon Jul 15 18:56:56 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5224 , to selected 3875
Instead of using mv which caused:
/usr/local/bin/readproctitle service errors: ...message-queues/recent/2019.07.15.15.42.07.48391.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\nmv: /var/db/freshports/message-queues/recent/2019.07.15.15.43.31.53460.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\nmv: /var/db/freshports/message-queues/recent/2019.07.15.15.45.39.56551.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\n

use cp and rm

even when using this example:
[dan@dev-ingress01:~] $ ls -l ~ingress/message-queues/ ~freshports/message-queues/
/var/db/freshports/message-queues/:
total 248
drwxr-xr-x  18 freshports  freshports   18 Jul  2 03:16 archive
drwxr-xr-x  10 freshports  freshports   18 Jun 10 22:03 retry

/var/db/ingress/message-queues/:
total 3
drwxr-xr-x  2 root     ingress     10 Mar 20 13:53 DUPS
drwxrwxr-x  2 ingress  freshports   2 Jul 15 15:29 incoming


Revision 5224 - Directory Listing - [select for diffs]
Modified Sat May 25 17:32:02 2019 UTC (5 years, 10 months ago) by dan
Diff to previous 5223 , to selected 3875
'minor changes, no bug fixes'
Revision 5223 - Directory Listing - [select for diffs]
Modified Sat May 25 17:15:59 2019 UTC (5 years, 10 months ago) by dan
Diff to previous 5222 , to selected 3875
Add Quarterly revision

* fixes #115
* display the port version on the latest quarterly branch

Add sort-by last updated

* fixes #116


Revision 5222 - Directory Listing - [select for diffs]
Modified Sat May 25 17:13:01 2019 UTC (5 years, 10 months ago) by dan
Diff to previous 5221 , to selected 3875
Start describing the upgrade

Revision 5221 - Directory Listing - [select for diffs]
Modified Thu Mar 28 14:26:23 2019 UTC (6 years ago) by dan
Diff to previous 5220 , to selected 3875
fixing
Revision 5220 - Directory Listing - [select for diffs]
Modified Thu Mar 28 14:26:11 2019 UTC (6 years ago) by dan
Diff to previous 5219 , to selected 3875
fixing
Revision 5219 - Directory Listing - [select for diffs]
Modified Tue Mar 12 16:34:47 2019 UTC (6 years ago) by dan
Diff to previous 5218 , to selected 3875
Good script, but checkout-branch is better


Revision 5218 - Directory Listing - [select for diffs]
Modified Tue Mar 12 16:12:56 2019 UTC (6 years ago) by dan
Diff to previous 5217 , to selected 3875
Use $0 instead of hardcoding our own script name

Revision 5217 - Directory Listing - [select for diffs]
Modified Mon Mar 4 14:41:27 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5216 , to selected 3875
Also refresh etc/make.conf in the PORT JAIL


Revision 5216 - Directory Listing - [select for diffs]
Modified Mon Mar 4 14:24:22 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5215 , to selected 3875
Align the echo and the code to make it easier to read.  Whitespace only.


Revision 5215 - Directory Listing - [select for diffs]
Modified Mon Mar 4 13:48:11 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5214 , to selected 3875
'We have two scripts which check master-slave. One queries the databse (.pl), the other queries the Makefile (.sh). Fix both and comment appropriately'
Revision 5214 - Directory Listing - [select for diffs]
Modified Mon Mar 4 13:47:07 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5213 , to selected 3875
We have two scripts which check master-slave.

One queries the databse (.pl), the other queries the Makefile (.sh).


Revision 5213 - Directory Listing - [select for diffs]
Modified Mon Mar 4 01:40:56 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5212 , to selected 3875
Provide a script to copy the Jail scripts into the jail.


Revision 5212 - Directory Listing - [select for diffs]
Modified Sun Mar 3 22:19:49 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5211 , to selected 3875
'update test-master-port.sh now that sysutils/bacula-server is gone from the tree'
Revision 5211 - Directory Listing - [select for diffs]
Modified Sun Mar 3 22:13:52 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5210 , to selected 3875
sysutils/bacula-server and sysutils/bacula-client are deprecated.

Use bacula9 instead


Revision 5210 - Directory Listing - [select for diffs]
Modified Mon Jan 28 18:48:54 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5209 , to selected 3875
'when logging, log to a .log file, this will help with log rotation'
Revision 5209 - Directory Listing - [select for diffs]
Modified Mon Jan 28 18:47:50 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5208 , to selected 3875
Log to a .log file--This line, and those below, will be ignored--

M    daily/300.send-security-notices
M    daily/310.send-report-notices-daily
M    daily/320.send-report-new-ports-daily
M    fortnightly/310.send-report-notices-fortnightly
M    fortnightly/320.send-report-new-ports-fortnightly
M    monthly/310.send-report-notices-monthly
M    monthly/320.send-report-new-ports-monthly
M    weekly/310.send-report-notices-weekly
M    weekly/320.send-report-new-ports-weekly

Revision 5208 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:15:47 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5207 , to selected 3875
'fix hard-coded hostname'
Revision 5207 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:11:45 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5206 , to selected 3875
Whitespace only


Revision 5206 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:11:37 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5205 , to selected 3875
Stop using Email::Address::UseXS because things have been fixed. remove commented out code.
Revision 5205 - Directory Listing - [select for diffs]
Modified Tue Jan 8 01:04:27 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5204 , to selected 3875
Remove leading space


Revision 5204 - Directory Listing - [select for diffs]
Modified Thu Jan 3 14:21:56 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5203 , to selected 3875
'* Add element_pathnane to missing-port-categories.sh so we see branch details'
Revision 5203 - Directory Listing - [select for diffs]
Modified Thu Jan 3 14:08:17 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5202 , to selected 3875
'Add new config.pm value: $FreshPorts::Config::ScriptDir, Start using Email::Address::UseXS because of upstream deprecation'
Revision 5202 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:27:17 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5201 , to selected 3875
Check out the given branch to our local repo directory


Revision 5201 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:26:55 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5200 , to selected 3875
Add the element pathname, so we see the branch


Revision 5200 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:26:27 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5199 , to selected 3875
When we can't find the branch for a commit, try checking it out.


Revision 5199 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:20:01 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5198 , to selected 3875
Add punctuation to logging messages

Revision 5198 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:19:21 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5197 , to selected 3875
Add FreshPorts::Config::ScriptDir for use by perl modules which need to run
scripts.


Revision 5197 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:18:46 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5196 , to selected 3875
whitespace changes
Revision 5196 - Directory Listing - [select for diffs]
Modified Thu Dec 27 21:39:09 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5195 , to selected 3875
Remove stuff no long relevent
Add mention of sudoers.


Revision 5195 - Directory Listing - [select for diffs]
Modified Tue Dec 25 18:53:47 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5194 , to selected 3875
Add hostname to test email


Revision 5194 - Directory Listing - [select for diffs]
Modified Fri Dec 14 21:22:37 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5193 , to selected 3875
Better instructions

Revision 5193 - Directory Listing - [select for diffs]
Modified Wed Dec 12 20:06:18 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5192 , to selected 3875
Use Email::Address::UseXS


Revision 5192 - Directory Listing - [select for diffs]
Modified Thu Nov 29 19:26:41 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5191 , to selected 3875
whitespace only


Revision 5191 - Directory Listing - [select for diffs]
Modified Thu Nov 29 19:26:16 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5190 , to selected 3875
Commit out  We DID NOT LOCATE that port


Revision 5190 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:14:26 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5189 , to selected 3875
'remember to delete package_flavors before adding'
Revision 5189 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:13:07 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5188 , to selected 3875
delete existing flavor information for this port before adding


Revision 5188 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:12:53 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5187 , to selected 3875
Remove vertical whitespace to avoid:

replaced vertical whitespace in Subject header with space; this will become fatal in a future version at /usr/local/lib/perl5/site_pe


Revision 5187 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:35:19 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5186 , to selected 3875
'Adopt a new approach by putting all the directory queue locations into a hash'
Revision 5186 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:34:07 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5185 , to selected 3875
'removing status.pm'
Revision 5185 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:32:57 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5184 , to selected 3875
Adopt a new approach by putting all the directory queue locations into a
hash


Revision 5184 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:29:57 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5183 , to selected 3875
Give the email subject a correct description


Revision 5183 - Directory Listing - [select for diffs]
Modified Sun Nov 11 15:31:59 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5182 , to selected 3875
'give the missing ports_categories email a better subject'
Revision 5182 - Directory Listing - [select for diffs]
Modified Sun Nov 11 15:30:12 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5181 , to selected 3875
'add Flavors, adjust ccommitter_opt_in to use new email modules, assign default value to database.pm::sslmode, update email.pm to use Email::Simple not Mail::Sender(now deprecated)'
Revision 5181 - Directory Listing - [select for diffs]
Modified Sat Nov 10 20:19:57 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5180 , to selected 3875
rsyncer must be able to dump all tables


Revision 5180 - Directory Listing - [select for diffs]
Modified Tue Oct 23 19:01:52 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5179 , to selected 3875
'add package flavors'
Revision 5179 - Directory Listing - [select for diffs]
Modified Tue Oct 23 02:46:39 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5178 , to selected 3875
Comment out some RAISE NOTICE


Revision 5178 - Directory Listing - [select for diffs]
Modified Tue Oct 23 02:38:10 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5177 , to selected 3875
Add make-flavors-package-names.sh script


Revision 5177 - Directory Listing - [select for diffs]
Modified Tue Oct 23 02:35:38 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5176 , to selected 3875
Be sure to install scripts/vars.sh.sample


Revision 5176 - Directory Listing - [select for diffs]
Modified Tue Oct 23 01:17:57 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5175 , to selected 3875
do not drop TYPE conflicts

Revision 5175 - Directory Listing - [select for diffs]
Modified Tue Oct 23 01:17:34 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5174 , to selected 3875
mention flavors script

Revision 5174 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:16:14 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5173 , to selected 3875
Change DROP TRIGGER to DROP TRIGGER IF EXISTS

Revision 5173 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:16:00 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5172 , to selected 3875
Do not create plperl here.  It already exists. That creation is done via an
UPGRADE.


Revision 5172 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:10:18 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5171 , to selected 3875
Add the tables and functions for package flavors


Revision 5171 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:09:57 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5170 , to selected 3875
Here is a better way to implement LatestCommitDatePorts()


Revision 5170 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:52:31 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5169 , to selected 3875
'add package flavors'
Revision 5169 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:49:35 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5168 , to selected 3875
Add package flavors

Revision 5168 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:48:31 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5167 , to selected 3875
Add port flavors, much whitespace adjustment while here.


Revision 5167 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:47:50 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5166 , to selected 3875
Add a way to refresh just one port. You must modify the code to specify that
port



Revision 5166 - Directory Listing - [select for diffs]
Modified Fri Oct 19 21:33:44 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5165 , to selected 3875
Fix the way we calculate the number of vulnerable ports.


Revision 5165 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:41:17 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5164 , to selected 3875
Get the number of commits processed today.


Revision 5164 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:16:17 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5163 , to selected 3875
'add everythreeminutes'
Revision 5163 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:14:38 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5162 , to selected 3875
Add a new periodic time frame: everythreeminutes


Revision 5162 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:13:57 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5161 , to selected 3875
Add a script to get:

* Number of queued commits
* Commit processing status


Revision 5161 - Directory Listing - [select for diffs]
Modified Mon Oct 15 12:35:13 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5160 , to selected 3875
'standardize logger use'
Revision 5160 - Directory Listing - [select for diffs]
Modified Mon Oct 15 12:33:15 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5159 , to selected 3875
Invoke logger only if the periodic is enabled
Standardize on logger -f local3.notice
Use $0 instead of hardcoding the filename


Revision 5159 - Directory Listing - [select for diffs]
Modified Sun Oct 14 17:50:10 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5158 , to selected 3875
Correct CategoryPortCount() so it uses the incoming parmeter, not a
hardcoded 'databases' value.

Revision 5158 - Directory Listing - [select for diffs]
Modified Sat Oct 13 21:04:30 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5157 , to selected 3875
Turn debugging off


Revision 5157 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:24:23 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5156 , to selected 3875
'Convert from using p5-Mail-Sender to p5-Email-Sender, Honor $FreshPorts::Config::ReportDebugging for reports, Add test-sending-email.pl'
Revision 5156 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:20:46 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5155 , to selected 3875
Delete this, created in error

Revision 5155 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:18:08 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5154 , to selected 3875
'Replace p5-Mail-Sender with p5-Email-Sender'
Revision 5154 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:15:07 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5153 , to selected 3875
Add a script to test outgoing email


Revision 5153 - Directory Listing - [select for diffs]
Modified Sat Oct 13 18:58:47 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5152 , to selected 3875
Convert from using p5-Mail-Sender to p5-Email-Sender

* headers are now passed in via a hash

report-new-ports.pl now takes a range, as originally intended

show-config.pl: stop using email_client and use only email_server

Revision 5152 - Directory Listing - [select for diffs]
Modified Sat Oct 13 18:54:15 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5151 , to selected 3875
Replace p5-Mail-Sender with p5-Email-Sender

Because of this, pass in in the headers as a hash, not a string.


Revision 5151 - Directory Listing - [select for diffs]
Modified Sat Oct 13 18:26:28 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5150 , to selected 3875
Remove email_client: please use email_server instead

Add ReportDebugging, to allow reports to run without sending anything.



Revision 5150 - Directory Listing - [select for diffs]
Modified Sat Oct 13 16:46:13 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5149 , to selected 3875
'Append to logs instead of overwriting them'
Revision 5149 - Directory Listing - [select for diffs]
Modified Sat Oct 13 16:44:55 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5148 , to selected 3875
Append to the log, via >>, instead of overwriting it with >

Revision 5148 - Directory Listing - [select for diffs]
Modified Fri Oct 12 19:16:34 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5147 , to selected 3875
'honor $FreshPorts::Config::ReportDebugging'
Revision 5147 - Directory Listing - [select for diffs]
Modified Fri Oct 12 19:15:23 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5146 , to selected 3875
Honor $FreshPorts::Config::ReportDebugging and stop using $Debug


Revision 5146 - Directory Listing - [select for diffs]
Modified Fri Oct 12 17:53:02 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5145 , to selected 3875
'do a better job of logging'
Revision 5145 - Directory Listing - [select for diffs]
Modified Fri Oct 12 17:52:31 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5144 , to selected 3875
Do the logging properly

Revision 5144 - Directory Listing - [select for diffs]
Modified Fri Oct 12 17:45:37 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5143 , to selected 3875
Remove, created in error

Revision 5143 - Directory Listing - [select for diffs]
Modified Fri Oct 12 13:09:40 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5142 , to selected 3875
'add periodics for daily, weekly, fortnightly, and month notices'
Revision 5142 - Directory Listing - [select for diffs]
Modified Fri Oct 12 13:07:37 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5141 , to selected 3875
Add new periodic scripts for

* daily security notices
* daily, monthly, fortnightly, and monthly notices for
  * changes to ports on your watch list
  * new ports

Revision 5141 - Directory Listing - [select for diffs]
Modified Wed Oct 10 20:25:26 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5140 , to selected 3875
Fix CategoryPortCount() to be branch-aware

Revision 5140 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:22:50 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5139 , to selected 3875
'Allow ssl_mode to be set on database connections'
Revision 5139 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:21:53 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5138 , to selected 3875
''
Revision 5138 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:07:56 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5137 , to selected 3875
This fixes: https://github.com/FreshPorts/freshports/issues/67

Revision 5137 - Directory Listing - [select for diffs]
Modified Tue Oct 9 17:42:38 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5136 , to selected 3875
Document the changes for GetPortFromPackageName()

Revision 5136 - Directory Listing - [select for diffs]
Modified Fri Oct 5 15:40:19 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5135 , to selected 3875
whitespace changes only


Revision 5135 - Directory Listing - [select for diffs]
Modified Thu Oct 4 16:12:03 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5134 , to selected 3875
Make it work with new repo locations

Revision 5134 - Directory Listing - [select for diffs]
Modified Thu Oct 4 15:44:45 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5133 , to selected 3875
'better defaults in config.sh.sample, make missing-port-categories.sh email results'
Revision 5133 - Directory Listing - [select for diffs]
Modified Thu Oct 4 15:39:10 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5132 , to selected 3875
Since this is now a periodic, and it's actually running now,
make it work since we need to send an email. The output goes to a log file
via:

$ grep output /etc/periodic.conf
hourly_output=/var/log/hourly.log
daily_output="/var/log/daily.log"
weekly_output="/var/log/weekly.log"
monthly_output="/var/log/monthly.log"


Revision 5132 - Directory Listing - [select for diffs]
Modified Thu Oct 4 14:11:18 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5131 , to selected 3875
Set default ADMINEMAIL to me


Revision 5131 - Directory Listing - [select for diffs]
Modified Wed Oct 3 17:16:08 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5130 , to selected 3875
Change the default value for FRESHPORTS_JAIL_USER to freshports, from dan


Revision 5130 - Directory Listing - [select for diffs]
Modified Tue Oct 2 18:09:48 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5129 , to selected 3875
Set sslmode in config.pm


Revision 5129 - Directory Listing - [select for diffs]
Modified Fri Sep 28 21:03:38 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5128 , to selected 3875
Add: CREATE TRUSTED PROCEDURAL LANGUAGE plperl


Revision 5128 - Directory Listing - [select for diffs]
Modified Fri Sep 28 21:01:08 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5127 , to selected 3875
Add ports_conflicts_set trigger


Revision 5127 - Directory Listing - [select for diffs]
Modified Fri Sep 28 21:00:47 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5126 , to selected 3875
Add permissions for CONFLICTS

Revision 5126 - Directory Listing - [select for diffs]
Modified Wed Sep 26 11:37:37 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5125 , to selected 3875
This is what worked for CONFLICTS on staging.


Revision 5125 - Directory Listing - [select for diffs]
Modified Wed Sep 26 11:36:32 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5124 , to selected 3875
Save work in progress


Revision 5124 - Directory Listing - [select for diffs]
Modified Sun Sep 23 17:53:22 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5123 , to selected 3875
Set defaults
Correct SQL


Revision 5123 - Directory Listing - [select for diffs]
Modified Mon Sep 17 14:09:56 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5122 , to selected 3875
'-m'
Revision 5122 - Directory Listing - [select for diffs]
Modified Mon Sep 17 14:03:13 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5121 , to selected 3875
'better process_updating.sh logging. extract CONFLICTS, CONFLICTS_BUILD & CONFLICTS_INSTALL from port'
Revision 5121 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:34:23 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5120 , to selected 3875
Add

Revision 5120 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:30:30 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5119 , to selected 3875
Take a copy

Revision 5119 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:30:11 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5118 , to selected 3875

Revision 5118 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:29:09 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5117 , to selected 3875

Revision 5117 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:28:53 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5116 , to selected 3875

Revision 5116 - Directory Listing - [select for diffs]
Modified Sun Sep 16 20:56:25 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5115 , to selected 3875
Remove cruft


Revision 5115 - Directory Listing - [select for diffs]
Modified Sun Sep 16 20:55:24 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5114 , to selected 3875
remove cruft


Revision 5114 - Directory Listing - [select for diffs]
Modified Sun Sep 16 20:49:22 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5113 , to selected 3875
Working on CONFLICTS

What I'm saving here will have to be trimmed, but I'm saving everything so I
have it.


Revision 5113 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:12:57 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5112 , to selected 3875
Ignore config.sh

Revision 5112 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:07:57 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5111 , to selected 3875
When inserting, set a value for the commit_log_ports.port_name_revision
field. This is used when comparing against the ports.conflicts* fields.



Revision 5111 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:06:26 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5110 , to selected 3875
Maintain these three new database fields on the ports table

* conflicts
* conflicts_build
* conflicts_install



Revision 5110 - Directory Listing - [select for diffs]
Modified Wed Sep 5 12:44:51 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5109 , to selected 3875
Extract three new values from the Makefile:

* CONFLICTS
* CONFLICTS_BUILD
* CONFLICTS_INSTALL


Revision 5109 - Directory Listing - [select for diffs]
Modified Wed Sep 5 12:42:31 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5108 , to selected 3875
Better logging messages


Revision 5108 - Directory Listing - [select for diffs]
Modified Fri Aug 17 13:23:59 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5107 , to selected 3875
The modules are now at ingress/modules
Many things we once removed for packaging are no longer included.

Revision 5107 - Directory Listing - [select for diffs]
Modified Fri Aug 17 13:06:47 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5106 , to selected 3875
'Fix vuxml non running, improve logging'
Revision 5106 - Directory Listing - [select for diffs]
Modified Fri Aug 17 12:59:15 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5105 , to selected 3875
'renamed script, better error logging'
Revision 5105 - Directory Listing - [select for diffs]
Modified Fri Aug 17 12:42:50 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5104 , to selected 3875
'supply default values for key variables'
Revision 5104 - Directory Listing - [select for diffs]
Modified Fri Aug 17 10:40:10 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5103 , to selected 3875
Better and minimal logging.


Revision 5103 - Directory Listing - [select for diffs]
Modified Wed Aug 15 14:22:51 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5102 , to selected 3875
'Add default values and logging upon start'
Revision 5102 - Directory Listing - [select for diffs]
Modified Wed Aug 15 14:22:24 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5101 , to selected 3875
Duplicated by existing cut-freshports-periodics

Revision 5101 - Directory Listing - [select for diffs]
Modified Wed Aug 15 14:20:12 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5100 , to selected 3875
Fix URLS

Revision 5100 - Directory Listing - [select for diffs]
Modified Wed Aug 15 14:19:17 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5099 , to selected 3875
Renmaing

Revision 5099 - Directory Listing - [select for diffs]
Modified Wed Aug 15 14:16:12 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5098 , to selected 3875
Assign default values
log that you are starting up

Revision 5098 - Directory Listing - [select for diffs]
Modified Tue Aug 14 23:16:52 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5097 , to selected 3875
Uncomment the real stuff

Revision 5097 - Directory Listing - [select for diffs]
Modified Tue Aug 14 23:16:36 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5096 , to selected 3875
Remove superflouous files

Revision 5096 - Directory Listing - [select for diffs]
Modified Tue Aug 14 23:15:01 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5095 , to selected 3875
Add

Revision 5095 - Directory Listing - [select for diffs]
Modified Tue Aug 14 23:05:10 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5094 , to selected 3875
if job-waiting.pl dies, log it.


Revision 5094 - Directory Listing - [select for diffs]
Modified Tue Aug 14 15:17:56 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5093 , to selected 3875
'catch more errors if vuxml_latest.pl fails'
Revision 5093 - Directory Listing - [select for diffs]
Modified Tue Aug 14 15:08:47 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5092 , to selected 3875
All of the following deficiencies led to hiding permissions issues on a
directory.

* mention when process_vuxml.pl begins
* say vuxml_ident.pl, not vuxml ident
* say vuln_latest.pl, not vuxml latest
* toss the output of vuln_latest.pl into the log file
* if an error occurs during vuln_latest.pl, refer the reader to the logfile

Instead, now we see this in the vuxml.log file:

###
process_vuxml.pl finishes
'/var/db/freshports/cache/html' exists
trying to open '/var/db/freshports/cache/html/vuln-latest.html.tmp'
could not open '/var/db/freshports/cache/html/vuln-latest.html.tmp'
Tue Aug 14 14:59:55 UTC 2018 process_vuxml.sh vuxml finishes
####



Revision 5092 - Directory Listing - [select for diffs]
Modified Tue Aug 14 15:04:20 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5091 , to selected 3875
Return the value from CreateVulnHTML so the calling script can take action
upon error.

Revision 5091 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:57:07 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5090 , to selected 3875
'fix broken vuxml running'
Revision 5090 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:54:26 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5089 , to selected 3875
Created in error

Revision 5089 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:50:02 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5088 , to selected 3875
'When things go wrong, log it'
Revision 5088 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:39:54 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5087 , to selected 3875
'When things go wrong, log it'
Revision 5087 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:31:16 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5086 , to selected 3875
There is not constants
Only FreshPorts::constants

This was causing vuxml to not be processed.


Revision 5086 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:30:05 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5085 , to selected 3875
Add a prefix for easier logcheck filtering


Revision 5085 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:29:37 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5084 , to selected 3875
There is no FreshPorts::warnings.
Only warnings


Revision 5084 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:29:16 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5083 , to selected 3875
Add a prefix so it's easy to filter via logcheck


Revision 5083 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:28:39 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5082 , to selected 3875
When things go wrong, log it.


Revision 5082 - Directory Listing - [select for diffs]
Modified Sat Jun 16 17:55:20 2018 UTC (6 years, 9 months ago) by dan
Diff to previous 5081 , to selected 3875
When saying not found, mention not found by whom


Revision 5081 - Directory Listing - [select for diffs]
Modified Sat Jun 16 17:54:50 2018 UTC (6 years, 9 months ago) by dan
Diff to previous 5080 , to selected 3875
When saying not found, say by whom


Revision 5080 - Directory Listing - [select for diffs]
Modified Fri May 11 12:52:41 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5079 , to selected 3875
'remove nice on daily/100.fp_archive_messages'
Revision 5079 - Directory Listing - [select for diffs]
Modified Fri May 11 12:50:50 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5078 , to selected 3875
Don't do nice, it causes: su: setpriority 'root' (root): Permission denied

Revision 5078 - Directory Listing - [select for diffs]
Modified Sun May 6 13:18:18 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5077 , to selected 3875
'remove duplicate numbers in logger messages'
Revision 5077 - Directory Listing - [select for diffs]
Modified Sun May 6 13:17:32 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5076 , to selected 3875
Tagged in error

Revision 5076 - Directory Listing - [select for diffs]
Modified Sun May 6 13:15:13 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5075 , to selected 3875
'remove duplicate numbers in logger messages'
Revision 5075 - Directory Listing - [select for diffs]
Modified Sun May 6 13:13:20 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5074 , to selected 3875
Don't double up on the number in logger

Revision 5074 - Directory Listing - [select for diffs]
Modified Sun May 6 12:59:49 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5073 , to selected 3875
Create branches, tags, trunk

Revision 5073 - Directory Listing - [select for diffs]
Modified Sun May 6 12:58:01 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5072 , to selected 3875
Oops.  Didn't mean to do exactly that.

Revision 5072 - Directory Listing - [select for diffs]
Modified Sun May 6 12:57:09 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5071 , to selected 3875
Move

Revision 5071 - Directory Listing - [select for diffs]
Modified Sun May 6 12:55:33 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5070 , to selected 3875
Rename to trunk

Revision 5070 - Directory Listing - [select for diffs]
Modified Sun May 6 12:54:30 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5069 , to selected 3875
Add

Revision 5069 - Directory Listing - [select for diffs]
Modified Sun May 6 12:53:43 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5068 , to selected 3875
Rename, while I create branches, tags, trunk

Revision 5068 - Directory Listing - [select for diffs]
Modified Sun May 6 12:49:51 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5067 , to selected 3875
This code no longer used.

see svn+ssh://svnusers@svn.int.unixathome.org/freshports-1/ingress instead

Split the code into two parts:

1 - scripts run from the command line
2 - Perl modules used by some of those scripts


Revision 5067 - Directory Listing - [select for diffs]
Modified Sun May 6 12:47:16 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5066 , to selected 3875
Split the code into two parts:

1 - scripts run from the command line
2 - Perl modules used by some of those scripts


Revision 5066 - Directory Listing - [select for diffs]
Modified Sun May 6 12:42:19 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5065 , to selected 3875
Move scripts into a new scipts directory.
Create new modules directory

Revision 5065 - Directory Listing - [select for diffs]
Modified Sun May 6 12:37:14 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5064 , to selected 3875
Split the code into two parts:

1 - scripts run from the command line
2 - Perl modules used by some of those scripts

Revision 5064 - Directory Listing - [select for diffs]
Modified Sun May 6 12:34:11 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5063 , to selected 3875
Code for processing incoming commits

Revision 5063 - Directory Listing - [select for diffs]
Modified Sat May 5 21:02:21 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5062 , to selected 3875
'-m'
Revision 5062 - Directory Listing - [select for diffs]
Modified Sat May 5 20:38:54 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5061 , to selected 3875
'improve logging messages'
Revision 5061 - Directory Listing - [select for diffs]
Modified Sat May 5 20:36:01 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5060 , to selected 3875
Do a better logging attempt

Revision 5060 - Directory Listing - [select for diffs]
Modified Sat May 5 20:33:02 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5059 , to selected 3875
Rename

Revision 5059 - Directory Listing - [select for diffs]
Modified Sat May 5 20:19:33 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5058 , to selected 3875
'better messages'
Revision 5058 - Directory Listing - [select for diffs]
Modified Sat May 5 20:17:40 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5057 , to selected 3875
Better messages

Revision 5057 - Directory Listing - [select for diffs]
Modified Fri May 4 21:50:28 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5056 , to selected 3875
remove extraneous declaration of $FreshPorts::Config::JailBaseDir

Revision 5056 - Directory Listing - [select for diffs]
Modified Fri May 4 17:17:39 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5055 , to selected 3875
'user logger -t FreshPorts'
Revision 5055 - Directory Listing - [select for diffs]
Modified Fri May 4 17:15:26 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5054 , to selected 3875
With logger, add -t FreshPorts for better logcheck compatibility


Revision 5054 - Directory Listing - [select for diffs]
Modified Tue May 1 15:40:00 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5053 , to selected 3875
'Fix SHEBANG issue in Makefile.pl'
Revision 5053 - Directory Listing - [select for diffs]
Modified Tue May 1 15:38:28 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5052 , to selected 3875
Whitespace only

Revision 5052 - Directory Listing - [select for diffs]
Modified Tue May 1 15:37:58 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5051 , to selected 3875
use /usr/local/bin/perl

Revision 5051 - Directory Listing - [select for diffs]
Modified Tue May 1 15:14:29 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5050 , to selected 3875
'rename freshports to fp-daemon'
Revision 5050 - Directory Listing - [select for diffs]
Modified Tue May 1 15:13:28 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5049 , to selected 3875
Rename freshports to fp-daemon

Revision 5049 - Directory Listing - [select for diffs]
Modified Sun Apr 29 01:38:56 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5048 , to selected 3875
'perl string comparison is eq not =='
Revision 5048 - Directory Listing - [select for diffs]
Modified Sun Apr 29 01:37:13 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5047 , to selected 3875
String comparison is eq, not ==

Revision 5047 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:28:17 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5046 , to selected 3875
'Sys::Syslog, not Syslog'
Revision 5046 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:27:25 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5045 , to selected 3875
Sys::Syslog, not Syslog

Revision 5045 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:11:52 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5044 , to selected 3875
'Remove FreshPorts:: from DBI references, erroneously added.'
Revision 5044 - Directory Listing - [select for diffs]
Modified Sat Apr 28 21:09:56 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5043 , to selected 3875
Remove FreshPorts:: from DBI references, erroneously added.

Revision 5043 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:53:21 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5042 , to selected 3875
Add

Revision 5042 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:53:13 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5041 , to selected 3875
Catch up with recent changes to the code

Revision 5041 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:47:56 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5040 , to selected 3875
'Try newly checked in scripts'
Revision 5040 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:41:22 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5039 , to selected 3875
'Try newly checked in scripts'
Revision 5039 - Directory Listing - [select for diffs]
Modified Sat Apr 28 20:28:39 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5038 , to selected 3875
Prepend all use and require with FreshPorts::

Revision 5038 - Directory Listing - [select for diffs]
Modified Sat Apr 28 17:40:29 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5037 , to selected 3875
we need config.pm.sample and status.pm.sample
Revision 5037 - Directory Listing - [select for diffs]
Modified Sat Apr 28 16:31:29 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5036 , to selected 3875
Scripts for creating releases
Revision 5036 - Directory Listing - [select for diffs]
Modified Sat Apr 28 16:31:02 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5035 , to selected 3875
OH, we don't need this

Revision 5035 - Directory Listing - [select for diffs]
Modified Sat Apr 28 16:30:00 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5034 , to selected 3875
create trunk

Revision 5034 - Directory Listing - [select for diffs]
Modified Sat Apr 28 16:29:47 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5033 , to selected 3875
Scripts for creating releases

Revision 5033 - Directory Listing - [select for diffs]
Modified Fri Apr 27 22:13:12 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5032 , to selected 3875
Add this, used when building FreshPorts-Modules

Revision 5032 - Directory Listing - [select for diffs]
Modified Fri Apr 27 22:11:14 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5031 , to selected 3875
If the file is blank, return from _GetRealPath

Revision 5031 - Directory Listing - [select for diffs]
Modified Fri Apr 20 22:37:34 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5030 , to selected 3875
''
Revision 5030 - Directory Listing - [select for diffs]
Modified Fri Apr 20 22:36:35 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5029 , to selected 3875
''
Revision 5029 - Directory Listing - [select for diffs]
Modified Fri Apr 20 22:25:26 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5028 , to selected 3875
''
Revision 5028 - Directory Listing - [select for diffs]
Modified Fri Apr 20 22:25:09 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5027 , to selected 3875
Use more logger, less echo

Revision 5027 - Directory Listing - [select for diffs]
Modified Tue Apr 17 18:36:58 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5026 , to selected 3875
''
Revision 5025 - Directory Listing - [select for diffs]
Modified Sat Dec 23 16:15:02 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5024 , to selected 3875
Remove trailing whitespace from a couple of lines

Revision 5024 - Directory Listing - [select for diffs]
Modified Fri Dec 15 18:10:49 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5023 , to selected 3875
'fix breaking of path:dir[:target] dependencies tuples into dir[:target] tuples'
Revision 5023 - Directory Listing - [select for diffs]
Modified Fri Dec 15 18:05:50 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5022 , to selected 3875
Fix the splitting of path:dir[:target] into dir:[:target]

re https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html

With help from https://gist.github.com/ktracer

Revision 5022 - Directory Listing - [select for diffs]
Modified Wed Dec 13 23:01:24 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5021 , to selected 3875
Flush the cache when vuxml processing occurs

Revision 5021 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:46:58 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5020 , to selected 3875
'simple changes in process_vuxml to be closer to original code'
Revision 5020 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:44:46 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5019 , to selected 3875
Reduce the scope for $fh
Revert declaration of $p to orignal location


Revision 5019 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:41:09 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5018 , to selected 3875
Remove spurious committer_opt_in include introduced in r4906


Revision 5018 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:36:15 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5017 , to selected 3875
'I think4threquire SSL on connection; fix vuln processing'
Revision 5017 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:36:02 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5016 , to selected 3875
'I think4threquire SSL on connection; fix vuln processing'
Revision 5016 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:33:27 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5015 , to selected 3875
Although I think this script is no longer used, let's update it.

Revision 5015 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:24:42 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5014 , to selected 3875
white space and comments


Revision 5014 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:06:26 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5013 , to selected 3875
Fix the stale filehandle issue with processing vuxml errors.

It seems we are creating a new $fh value each time through the loop.
While that approach worked with HANDLE, it does not work with IO::File.

We were getting errors such as:

no element found at line 1, column 0, byte 0 at /usr/local/lib/perl5/site_perl/mach/5.24/XML/Parser.pm line 187.

I think that is indictative of an empty file.  I encountered similar
messages when printing the contents of the $fh before invoking the parser
but those messages went away if I did a seek to te beginning of the file
before parsing.  I also noticed that the processing worked for the first
vuln it processed, but never for the second. Invoking the script again
allowed another vuln to get processed, and so on. That is what led me to the
'reuse' issue.

I also tried a $p->DESTROY(); ... this also allowed things to work but this
commit is a much better solution.


Revision 5013 - Directory Listing - [select for diffs]
Modified Sat Dec 9 21:09:35 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5012 , to selected 3875
Remove spurious entries
Adjust whitespace

Revision 5012 - Directory Listing - [select for diffs]
Modified Sat Dec 9 14:49:17 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5011 , to selected 3875
Require SSL on connection

Revision 5011 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:55:53 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5010 , to selected 3875
'I think the vuln processing is fixed'
Revision 5010 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:55:32 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5009 , to selected 3875
'I think the vuln processing is fixed'
Revision 5009 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:53:09 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5008 , to selected 3875
I think I've fixed the vuln issue


Revision 5008 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:23:23 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5007 , to selected 3875
Better SQL


Revision 5007 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:20:58 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5006 , to selected 3875
Updates not previously saved


Revision 5006 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:17:01 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5005 , to selected 3875
fix trailing newline


Revision 5005 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:16:39 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5004 , to selected 3875
Fix trailing newline


Revision 5004 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:14:55 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5003 , to selected 3875
Fix trailing newlines


Revision 5003 - Directory Listing - [select for diffs]
Modified Fri Dec 8 23:12:08 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5002 , to selected 3875
Add trailing newline


Revision 5002 - Directory Listing - [select for diffs]
Modified Fri Dec 8 22:47:44 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5001 , to selected 3875
Better formatting

Revision 5001 - Directory Listing - [select for diffs]
Modified Thu Dec 7 00:42:38 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 5000 , to selected 3875
'fix two scripts so perhahps they can work'
Revision 5000 - Directory Listing - [select for diffs]
Modified Thu Dec 7 00:40:53 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 4999 , to selected 3875
Supply a parameter for rendering days

Revision 4999 - Directory Listing - [select for diffs]
Modified Thu Dec 7 00:40:38 2017 UTC (7 years, 3 months ago) by dan
Diff to previous 4998 , to selected 3875
Fix shebang

Revision 4998 - Directory Listing - [select for diffs]
Modified Mon Dec 4 23:46:51 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4997 , to selected 3875
Add more logging re what we are deleting

Revision 4997 - Directory Listing - [select for diffs]
Modified Mon Dec 4 23:45:06 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4996 , to selected 3875
Remove quotes. They are retained in the string and won't work with glob

Revision 4996 - Directory Listing - [select for diffs]
Modified Mon Dec 4 23:16:05 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4995 , to selected 3875
'When adding a dependency to the database, strip any @py27 or :configure type stuff first'
Revision 4995 - Directory Listing - [select for diffs]
Modified Mon Dec 4 23:14:12 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4994 , to selected 3875
When adding a dependency to the database, strip any @py27 or :configure 
type stuff first.


Revision 4994 - Directory Listing - [select for diffs]
Modified Mon Dec 4 18:37:38 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4993 , to selected 3875
Fix news directory

Revision 4993 - Directory Listing - [select for diffs]
Modified Mon Dec 4 16:44:32 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4992 , to selected 3875
'use True and False, proper Python values, not true/false'
Revision 4992 - Directory Listing - [select for diffs]
Modified Mon Dec 4 12:29:25 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4991 , to selected 3875
Use proper Python boolean values (e.g. True instead of true).

Revision 4991 - Directory Listing - [select for diffs]
Modified Mon Dec 4 01:13:32 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4990 , to selected 3875
Make ClearMiscCaches compile

Revision 4990 - Directory Listing - [select for diffs]
Modified Mon Dec 4 01:11:05 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4989 , to selected 3875
Fix ClearMiscCaches so it runs

Revision 4989 - Directory Listing - [select for diffs]
Modified Thu Nov 9 01:26:17 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4988 , to selected 3875
Adjust for what works

Revision 4988 - Directory Listing - [select for diffs]
Modified Thu Nov 9 00:41:06 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4987 , to selected 3875
'Allow fp-listen to clear news cache etc when a commit occurs'
Revision 4987 - Directory Listing - [select for diffs]
Modified Thu Nov 9 00:39:22 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4986 , to selected 3875
Addl fp-listen to clear news cache etc when a commit occurs

Revision 4986 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:10:02 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4985 , to selected 3875
'-m'
Revision 4985 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:09:50 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4984 , to selected 3875
Umm, move the code into the if, so it's not executed every time.

Revision 4984 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:05:37 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4983 , to selected 3875
'-m'
Revision 4983 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:05:21 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4982 , to selected 3875
Remove generate_plist from updating the ports tree.  That column has been
removed.

Revision 4982 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:57:30 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4981 , to selected 3875
'-m'
Revision 4981 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:57:04 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4980 , to selected 3875
Ignore empty lines

Revision 4980 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:40:39 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4979 , to selected 3875
'-m'
Revision 4979 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:40:22 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4978 , to selected 3875
'-m'
Revision 4978 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:38:25 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4977 , to selected 3875
When there is no generate_plist, be sure to delete what's there.

Revision 4977 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:37:36 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4976 , to selected 3875
Added when we have a bunch of FreshPorts::Ports_generate_plist=HASH(0x806d9f0d8)

see https://svn.int.unixathome.org/viewvc.cgi/freshports-1/scripts/trunk/port.pm?view=annotate#l1234

I changed $this->{generate_plist} to $generate_plist

Revision 4976 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:25:49 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4975 , to selected 3875
Add trailing '

Revision 4975 - Directory Listing - [select for diffs]
Modified Mon Nov 6 00:31:29 2017 UTC (7 years, 4 months ago) by dan
Diff to previous 4974 , to selected 3875
Fix SPOOLINGDIR

Revision 4974 - Directory Listing - [select for diffs]
Modified Thu Nov 2 02:56:53 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4973 , to selected 3875
add fp_refresh_various_cache_items

Revision 4973 - Directory Listing - [select for diffs]
Modified Thu Nov 2 02:53:20 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4972 , to selected 3875
Add cache-refresh.sh

Revision 4972 - Directory Listing - [select for diffs]
Modified Wed Nov 1 13:52:46 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4971 , to selected 3875
'adjust dyndirectory locations'
Revision 4971 - Directory Listing - [select for diffs]
Modified Wed Nov 1 13:52:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4970 , to selected 3875
'8djust dyndirectory locations'
Revision 4970 - Directory Listing - [select for diffs]
Modified Mon Oct 30 16:56:03 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4969 , to selected 3875
We use constants.  Declare that.

Revision 4969 - Directory Listing - [select for diffs]
Modified Mon Oct 30 15:03:01 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4968 , to selected 3875
Remove unused code:

* summary-all-days-create.pl
* test_DailySummary.pl
* test_FileBasename.pl



Revision 4968 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:59:17 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4967 , to selected 3875
Remove log-munger code long not used


Revision 4967 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:58:26 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4966 , to selected 3875
Remove old unused code: log-catcher


Revision 4966 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:56:46 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4965 , to selected 3875
Adjust this to suit new directory locations


Revision 4965 - Directory Listing - [select for diffs]
Modified Mon Oct 30 14:37:23 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4964 , to selected 3875
Deprecated in favour of queue-status.pl, used by Nagios.


Revision 4964 - Directory Listing - [select for diffs]
Modified Sun Oct 29 19:29:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4963 , to selected 3875
'Discard the output of hourly_stats.pl'
Revision 4963 - Directory Listing - [select for diffs]
Modified Sun Oct 29 19:28:33 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4962 , to selected 3875
Discard the output of hourly_stats.pl

Revision 4962 - Directory Listing - [select for diffs]
Modified Sun Oct 29 18:13:28 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4961 , to selected 3875
'adjust dynamic to cache'
Revision 4961 - Directory Listing - [select for diffs]
Modified Sun Oct 29 18:12:04 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4960 , to selected 3875
adjust references to dynamic so they refer to the new structure

Revision 4960 - Directory Listing - [select for diffs]
Modified Sun Oct 29 18:07:29 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4959 , to selected 3875
Fix the signals directory

Revision 4959 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:24:16 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4958 , to selected 3875
'Correctly count files in ports tree.  config.sh and config.pm improvements'
Revision 4958 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:23:56 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4957 , to selected 3875
'Correctly count files in ports tree.  config.sh and config.pm improvements'
Revision 4957 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:22:47 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4956 , to selected 3875
Comment update

Revision 4956 - Directory Listing - [select for diffs]
Modified Sun Oct 29 17:21:02 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4955 , to selected 3875
Avoid counting . files, such as .svn, which will artifically inflact the
number

Revision 4955 - Directory Listing - [select for diffs]
Modified Sat Oct 28 20:09:07 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4954 , to selected 3875
'use the correct user for checking missing categories on ports'
Revision 4954 - Directory Listing - [select for diffs]
Modified Sat Oct 28 20:08:18 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4953 , to selected 3875
Use the correct user.


Revision 4953 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:24:20 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4952 , to selected 3875
'fix hourly_stats db connection'
Revision 4952 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:23:58 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4951 , to selected 3875
Add in missing my


Revision 4951 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:18:43 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4950 , to selected 3875
'hourly_stats is now RO connection'
Revision 4950 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:17:31 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4949 , to selected 3875
Connect read-only


Revision 4949 - Directory Listing - [select for diffs]
Modified Sat Oct 28 19:09:59 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4948 , to selected 3875
Set ConnectionType if not supplied.

Revision 4948 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:52:33 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4947 , to selected 3875
Whitespace only


Revision 4947 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:12:52 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4946 , to selected 3875
'Allow database connections without parmeters to default sensibly'
Revision 4946 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:07:13 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4945 , to selected 3875
Connect as RO


Revision 4945 - Directory Listing - [select for diffs]
Modified Sat Oct 28 18:06:47 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4944 , to selected 3875
Allow for no incoming ConnectionType and default it to commits

Revision 4944 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:44:17 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4943 , to selected 3875
'Add RO database connections'
Revision 4943 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:42:58 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4942 , to selected 3875
Remove FREEBSDCVSUPHOST, no longer user
set DBUSER='reading', because most .sh scripts should be readonly


Revision 4942 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:32:21 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4941 , to selected 3875
Add whitespace


Revision 4941 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:32:05 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4940 , to selected 3875
When connecting, ask for a RO connection


Revision 4940 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:31:13 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4939 , to selected 3875
* Add optional parameter when invoking FreshPorts::Database::GetDBHandle
* use $FreshPorts::Constants::DB_ConnectionType => SOMEVALUE
* possible values are:
  * $FreshPorts::Constants::DB_ConnectionType_ReadOnly
  * $FreshPorts::Constants::DB_ConnectionType_Commits
  * $FreshPorts::Constants::DB_ConnectionType_Listener


Revision 4939 - Directory Listing - [select for diffs]
Modified Sat Oct 28 17:29:32 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4938 , to selected 3875
Add FreshPorts::Constants::DB_ConnectionType for use when calling FreshPorts::Database::GetDBHandle


Revision 4938 - Directory Listing - [select for diffs]
Modified Sat Oct 28 16:34:54 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4937 , to selected 3875
* add user_listening and password
* add user_readonly  and password

Revision 4937 - Directory Listing - [select for diffs]
Modified Sat Oct 28 16:10:04 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4936 , to selected 3875
Add three database connection types:

* Commits   - used by default
* read only - will become the default soon
* listening - used by fp-daemon


Revision 4936 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:47:33 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4935 , to selected 3875
'Add new_users.sh'
Revision 4935 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:47:00 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4934 , to selected 3875
'Add new_users.sh'
Revision 4934 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:46:27 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4933 , to selected 3875
Add

Revision 4933 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:13:35 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4932 , to selected 3875
'Move into subdirectories'
Revision 4932 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:57:43 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4931 , to selected 3875
Move things into directories which indicate intent

Revision 4931 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:53:51 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4930 , to selected 3875
Add, soon to be moved

Revision 4930 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:19:57 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4929 , to selected 3875
Sort by count and name

Revision 4929 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:03:25 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4928 , to selected 3875
Add

Revision 4928 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:02:55 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4927 , to selected 3875
Add

Revision 4927 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:00:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4926 , to selected 3875
Renumber

Revision 4926 - Directory Listing - [select for diffs]
Modified Wed Oct 25 21:00:13 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4925 , to selected 3875
Add

Revision 4925 - Directory Listing - [select for diffs]
Modified Wed Oct 25 20:55:04 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4924 , to selected 3875
Same for this one

Revision 4924 - Directory Listing - [select for diffs]
Modified Wed Oct 25 20:53:25 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4923 , to selected 3875
Make them silent.
Make them run.
Deep.

Revision 4923 - Directory Listing - [select for diffs]
Modified Wed Oct 25 18:37:32 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4922 , to selected 3875
'Add master port checks'
Revision 4922 - Directory Listing - [select for diffs]
Modified Wed Oct 25 18:36:55 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4921 , to selected 3875
Add two more check

Revision 4921 - Directory Listing - [select for diffs]
Modified Wed Oct 25 16:29:58 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4920 , to selected 3875
Archive messges using the proper directory

Revision 4920 - Directory Listing - [select for diffs]
Modified Wed Oct 25 16:28:01 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4919 , to selected 3875
use MSGDIR for archiving, not something we make up locally


Revision 4919 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:35:02 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4918 , to selected 3875
''
Revision 4918 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:21:33 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4917 , to selected 3875
mv to correct location


Revision 4917 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:20:59 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4916 , to selected 3875
mv to correct location


Revision 4916 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:19:40 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4915 , to selected 3875
mkdir branches


Revision 4915 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:19:31 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4914 , to selected 3875
First release


Revision 4914 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:19:23 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4913 , to selected 3875
mkdir tags


Revision 4913 - Directory Listing - [select for diffs]
Modified Wed Oct 25 15:17:46 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4912 , to selected 3875
First attempt


Revision 4912 - Directory Listing - [select for diffs]
Modified Wed Oct 25 14:44:26 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4911 , to selected 3875
Moved to trunk


Revision 4911 - Directory Listing - [select for diffs]
Modified Wed Oct 25 14:42:43 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4910 , to selected 3875
Copy to trunk, so we can do branches etc


Revision 4910 - Directory Listing - [select for diffs]
Modified Wed Oct 25 14:36:28 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4909 , to selected 3875
Initial import
Revision 4909 - Directory Listing - [select for diffs]
Modified Tue Oct 24 22:26:23 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4908 , to selected 3875
Remove blank line


Revision 4908 - Directory Listing - [select for diffs]
Modified Tue Oct 24 22:01:59 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4907 , to selected 3875
'stop using HANDLE for vuxml, use FILE::IO instead'
Revision 4907 - Directory Listing - [select for diffs]
Modified Tue Oct 24 22:01:27 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4906 , to selected 3875
Better vuxml to avoid HANDLE errors

Revision 4906 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:59:23 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4905 , to selected 3875
Stop using HANDLE and start using File::IO

This will hopefully avoid: Name "main::HANDLE" used only once: possible typo at ./process_vuxml.pl line 89.

This should have been included in revision 4905

Revision 4905 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:58:37 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4904 , to selected 3875
Stop using HANDLE and start using File::IO

This will hopefully avoid: Name "main::HANDLE" used only once: possible typo at ./process_vuxml.pl line 89.


Revision 4904 - Directory Listing - [select for diffs]
Modified Tue Oct 24 21:57:25 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4903 , to selected 3875
When not refreshing explain:

this port *** EITHER *** does not need a refresh *** OR *** we were told not to fetch


Revision 4903 - Directory Listing - [select for diffs]
Modified Thu Oct 19 21:05:32 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4902 , to selected 3875
'make for better status gathering'
Revision 4902 - Directory Listing - [select for diffs]
Modified Thu Oct 19 21:04:25 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4901 , to selected 3875
Cater for different queues used on different hosts

Revision 4901 - Directory Listing - [select for diffs]
Modified Thu Oct 19 21:03:57 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4900 , to selected 3875
We're going to a single tier queue. No more multiple queues.

Revision 4900 - Directory Listing - [select for diffs]
Modified Thu Oct 19 20:20:14 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4899 , to selected 3875
Do not invoke LOGGER before it is defined via config.sh
Add more logging calls

Revision 4899 - Directory Listing - [select for diffs]
Modified Thu Oct 19 14:11:55 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4898 , to selected 3875
Alter this script so that each port is always updated.

Remove ValueHasChanged()

Become branch aware, because we have active ports on branches.


Revision 4898 - Directory Listing - [select for diffs]
Modified Wed Oct 18 13:30:35 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4897 , to selected 3875
'make set-generate_plist.pl work'
Revision 4897 - Directory Listing - [select for diffs]
Modified Wed Oct 18 13:29:31 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4896 , to selected 3875
Make this script work


Revision 4896 - Directory Listing - [select for diffs]
Modified Wed Oct 18 12:32:19 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4895 , to selected 3875
'improve config and path to script'
Revision 4895 - Directory Listing - [select for diffs]
Modified Wed Oct 18 12:27:42 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4894 , to selected 3875
'improve config and path to script'
Revision 4894 - Directory Listing - [select for diffs]
Modified Wed Oct 18 12:26:10 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4893 , to selected 3875
'remove pkg_plist and makefile'
Revision 4893 - Directory Listing - [select for diffs]
Modified Wed Oct 18 12:24:00 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4892 , to selected 3875
Invoke freebsd-cvs.sh with /bin/sh, just to be sure.

Revision 4892 - Directory Listing - [select for diffs]
Modified Wed Oct 18 12:23:16 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4891 , to selected 3875
Better logging, to local3, which is what FreshPorts uses.

Revision 4891 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:15:20 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4890 , to selected 3875
Add port_dependencies_clear_cache()


Revision 4890 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:14:44 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4889 , to selected 3875
Remove ports.makefile & ports.pkg_plist
Add generate_plist


Revision 4889 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:10:39 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4888 , to selected 3875
remove pkg_plist and makefile

re https://github.com/FreshPorts/freshports/issues/53


Revision 4888 - Directory Listing - [select for diffs]
Modified Mon Oct 16 17:25:49 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4887 , to selected 3875
Whitespace only


Revision 4887 - Directory Listing - [select for diffs]
Modified Mon Oct 16 16:23:37 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4886 , to selected 3875
'add missing make-generate-plist.sh'
Revision 4886 - Directory Listing - [select for diffs]
Modified Mon Oct 16 16:22:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4885 , to selected 3875
Add make-generate-plist.sh


Revision 4885 - Directory Listing - [select for diffs]
Modified Mon Oct 16 15:38:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4884 , to selected 3875
Sometimes, you need to refresh from head..


Revision 4884 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:14:21 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4883 , to selected 3875
'Add more logging during initial processing of message'
Revision 4883 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:13:52 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4882 , to selected 3875
Add more logging during initial processing of message.

* Branch
* Subject
* message-id


Revision 4882 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:04:45 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4881 , to selected 3875
'Reinstated erroneously removed code. Add in JailConfigurePlist'
Revision 4881 - Directory Listing - [select for diffs]
Modified Mon Oct 16 12:01:37 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4880 , to selected 3875
Reinstate the depends_* trimming erroneously removed in a recent commit.
While here, remove unnecessary references to SVNDIR_CHROOT


Revision 4880 - Directory Listing - [select for diffs]
Modified Mon Oct 16 11:59:05 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4879 , to selected 3875
Add missing JailConfigurePlist


Revision 4879 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:38:51 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4878 , to selected 3875
'add missing file for generate_plist'
Revision 4878 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:37:35 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4877 , to selected 3875
Add missing file


Revision 4877 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:10:59 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4876 , to selected 3875
'Fix path to perl'
Revision 4876 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:10:35 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4875 , to selected 3875
Use the correct path for perl

Revision 4875 - Directory Listing - [select for diffs]
Modified Sun Oct 15 23:05:24 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4874 , to selected 3875
'Stop using paths in DEPENDS. Start using generate_plist'
Revision 4874 - Directory Listing - [select for diffs]
Modified Sun Oct 15 22:57:51 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4873 , to selected 3875
better logging


Revision 4873 - Directory Listing - [select for diffs]
Modified Sun Oct 15 22:57:09 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4872 , to selected 3875
Add generate_plist feature.  Fixes https://github.com/FreshPorts/freshports/issues/50

This will give us a better pkg-plist solution.

Stop using full path names in depends field:

* depends_build
* depends_run
* depends_lib
* fetch_depends
* extract_depends
* patch_depends

We were storing taking a 

As a result, we no longer need these functions:

* freshports_ConvertPortPathToStandardLocation()
* depends_stripper()


Revision 4872 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:31:18 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4871 , to selected 3875
'use new psycopg2 code'
Revision 4871 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:25:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4870 , to selected 3875
Update the code for use with psycopg2, as grabbed from jester, but not
checked in.

Revision 4870 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:24:50 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4869 , to selected 3875
Remove unused it: QUEUENAME

Revision 4869 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:04:49 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4868 , to selected 3875
move fp-listen.py to a subdiretory
Revision 4868 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:04:06 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4867 , to selected 3875
Move fp-listen.py to a subdirectory

Revision 4867 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:01:32 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4866 , to selected 3875
log to  facility=syslog.LOG_LOCAL3
Revision 4866 - Directory Listing - [select for diffs]
Modified Wed Oct 11 22:00:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4865 , to selected 3875
Log to facility=syslog.LOG_LOCAL3

Revision 4865 - Directory Listing - [select for diffs]
Modified Wed Oct 11 19:59:12 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4864 , to selected 3875
add setup.py
Revision 4864 - Directory Listing - [select for diffs]
Modified Wed Oct 11 19:57:04 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4863 , to selected 3875
Add

Revision 4863 - Directory Listing - [select for diffs]
Modified Wed Oct 11 19:41:42 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4862 , to selected 3875
start using configparser
Revision 4862 - Directory Listing - [select for diffs]
Modified Wed Oct 11 19:38:22 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4861 , to selected 3875
Start using configparser — Configuration file parser

Revision 4861 - Directory Listing - [select for diffs]
Modified Wed Oct 11 15:23:24 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4860 , to selected 3875
Fix scriptdir typo

Revision 4860 - Directory Listing - [select for diffs]
Modified Wed Oct 11 14:43:10 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4859 , to selected 3875
new fp-listen tag
Revision 4859 - Directory Listing - [select for diffs]
Modified Wed Oct 11 14:42:07 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4858 , to selected 3875
Upgrade for new freshports user approach

Revision 4858 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:45:12 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4857 , to selected 3875
better logging
Revision 4857 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:43:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4856 , to selected 3875
better logging
Revision 4856 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:41:45 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4855 , to selected 3875
Use FreshPorts::Utilities::Report not syslog

Revision 4855 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:41:17 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4854 , to selected 3875
Use FreshPorts::Utilities::Report

Revision 4854 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:40:55 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4853 , to selected 3875
Start using FreshPorts::Utilities::Report

Revision 4853 - Directory Listing - [select for diffs]
Modified Tue Oct 10 16:38:18 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4852 , to selected 3875
Add Report($;$) which takes a level and a message.
Use this function internally.
Start logging via local3 so we can capture that via syslog

Revision 4852 - Directory Listing - [select for diffs]
Modified Tue Oct 10 14:23:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4851 , to selected 3875
Stop using . for concatenation

Revision 4851 - Directory Listing - [select for diffs]
Modified Tue Oct 10 14:12:30 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4850 , to selected 3875
Invoke logger via local3.info to help direct all syslog messages to /var/log/freshports
Revision 4850 - Directory Listing - [select for diffs]
Modified Tue Oct 10 14:11:29 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4849 , to selected 3875
Invoke logger via local3.info to help direct all syslog messages to
/var/log/freshports/

Revision 4849 - Directory Listing - [select for diffs]
Modified Tue Oct 10 12:47:53 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4848 , to selected 3875
rename Verify/README to Verify/README.txt
Revision 4848 - Directory Listing - [select for diffs]
Modified Tue Oct 10 12:47:03 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4847 , to selected 3875
rename Verify/README to Verify/README.txt
Revision 4847 - Directory Listing - [select for diffs]
Modified Tue Oct 10 12:45:31 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4846 , to selected 3875
Rename to be like all the others

Revision 4846 - Directory Listing - [select for diffs]
Modified Tue Oct 10 01:37:34 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4845 , to selected 3875
Adjust UMASK to be group writable (002)
Adjust regex to consider only headers (:h)
When discarding a message, log the Date, From, and Subject, much like a
delivery.

Revision 4845 - Directory Listing - [select for diffs]
Modified Tue Oct 10 00:35:26 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4844 , to selected 3875
fix broken ingress path
Revision 4844 - Directory Listing - [select for diffs]
Modified Mon Oct 9 23:45:56 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4843 , to selected 3875
The incoming directory is under ingress

Revision 4843 - Directory Listing - [select for diffs]
Modified Mon Oct 9 22:32:44 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4842 , to selected 3875
New directory structure
Revision 4842 - Directory Listing - [select for diffs]
Modified Mon Oct 9 22:31:46 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4841 , to selected 3875
Upgrade to new directory structure

Revision 4841 - Directory Listing - [select for diffs]
Modified Mon Oct 9 18:34:14 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4840 , to selected 3875
use vars.sh.sample
Revision 4840 - Directory Listing - [select for diffs]
Modified Mon Oct 9 17:33:34 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4839 , to selected 3875
Rename for better FreeBSD compatibility

Revision 4839 - Directory Listing - [select for diffs]
Modified Mon Oct 9 17:33:12 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4838 , to selected 3875
We have a sample file, we should use it

Revision 4838 - Directory Listing - [select for diffs]
Modified Mon Oct 9 15:17:18 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4837 , to selected 3875
A little more logging

Revision 4837 - Directory Listing - [select for diffs]
Modified Mon Oct 9 15:10:53 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4836 , to selected 3875
use /usr/local/bin/perl, not /usr/bin/perl
Revision 4836 - Directory Listing - [select for diffs]
Modified Mon Oct 9 15:10:01 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4835 , to selected 3875
Change /usr/bin/perl to /usr/local/bin/perl

Revision 4835 - Directory Listing - [select for diffs]
Modified Mon Oct 9 14:33:47 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4834 , to selected 3875
BConvert config.pm.sample to new directory structure
Revision 4834 - Directory Listing - [select for diffs]
Modified Mon Oct 9 14:32:53 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4833 , to selected 3875
Migrate to new directory layout

Revision 4833 - Directory Listing - [select for diffs]
Modified Mon Oct 9 14:32:42 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4832 , to selected 3875
Document that it needs fixing with respect to directories

Revision 4832 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:51:09 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4831 , to selected 3875
Better mailfiltering
Revision 4831 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:49:21 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4830 , to selected 3875
Add more logging.
Make better use of to instead of cc

Revision 4830 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:07:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4829 , to selected 3875
Specify Maildir despite using neither Maildir nor mbox. Why? I suspect it
might make a difference in how the files are saved. Maildir saves to a
temp file, then moves it o the final destination. We want that behavior.

Under procmail, it was designed to save to a temp file, then mv.

Now that we are using maildrop and Maildir, let's use their save/mv instead
of doing it ourselves.  Mind you, perhaps procmail did that too?

Forwarding email address must be prefixed with a !

Stop doing the save/mv we did in procmail.  Let Maildir handle that.

Revision 4829 - Directory Listing - [select for diffs]
Modified Sun Oct 8 19:04:15 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4828 , to selected 3875
Document the move to maildrop

Revision 4828 - Directory Listing - [select for diffs]
Modified Sat Oct 7 15:26:48 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4827 , to selected 3875
Release 1.0.2


Revision 4827 - Directory Listing - [select for diffs]
Modified Sat Oct 7 15:25:39 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4826 , to selected 3875
Add support for maildrop


Revision 4826 - Directory Listing - [select for diffs]
Modified Fri Oct 6 19:25:59 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4825 , to selected 3875
Release 1.0.1


Revision 4825 - Directory Listing - [select for diffs]
Modified Fri Oct 6 19:25:09 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4824 , to selected 3875
Update, becase we don't do anything here, it all comes from the port.

Revision 4824 - Directory Listing - [select for diffs]
Modified Fri Oct 6 19:21:07 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4823 , to selected 3875
Bring up to date with new directories.
We no longer need foo+bar addresses because the recipient is now a dedicated
user (i.e. not dan).

Revision 4823 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:14:33 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4822 , to selected 3875
Add base to the list of part we process, despite it not being used yet.
using https not http


Revision 4822 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:13:52 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4821 , to selected 3875
Start using https instead of http


Revision 4821 - Directory Listing - [select for diffs]
Modified Fri Oct 6 18:11:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4820 , to selected 3875
Adjust to the new directory layout to be introduced at 8xdtu.freshports.org


Revision 4820 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:47:36 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4819 , to selected 3875
Remove, no longer required


Revision 4819 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:42:46 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4818 , to selected 3875
I am not sure why we needed this directory


Revision 4818 - Directory Listing - [select for diffs]
Modified Fri Oct 6 17:40:23 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4817 , to selected 3875
Use a constant for the email address


Revision 4817 - Directory Listing - [select for diffs]
Modified Thu Oct 5 22:10:19 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4816 , to selected 3875
Reverse previous commit and leave config.sh in this directory.
Instead, we will create a symlink to /usr/local/etc/freshports/config.sh

Why?

Pulling in a config.pm file for perl might be more difficult. Might as well
use symlinks for both.

Revision 4816 - Directory Listing - [select for diffs]
Modified Thu Oct 5 22:05:34 2017 UTC (7 years, 5 months ago) by dan
Diff to previous 4815 , to selected 3875
Move config.sh to /usr/local/etc/config.sh

Revision 4815 - Directory Listing - [select for diffs]
Modified Wed Oct 4 21:03:12 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4814 , to selected 3875
Release 1.0.0
Revision 4814 - Directory Listing - [select for diffs]
Modified Sat Sep 9 18:31:11 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4813 , to selected 3875
Correctly count on head: Restricted, NO CDROM, and Vulnerable


Revision 4813 - Directory Listing - [select for diffs]
Modified Sat Sep 9 18:20:45 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4812 , to selected 3875
Correctly count Ingored ports


Revision 4812 - Directory Listing - [select for diffs]
Modified Sat Sep 9 18:16:50 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4811 , to selected 3875
Correctly count deprecated on head


Revision 4811 - Directory Listing - [select for diffs]
Modified Sat Sep 9 18:12:57 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4810 , to selected 3875
Count broken ports only on head


Revision 4810 - Directory Listing - [select for diffs]
Modified Sat Sep 9 17:54:32 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4809 , to selected 3875
Make the count of expired and expiring ports branch aware.


Revision 4809 - Directory Listing - [select for diffs]
Modified Sat Sep 9 01:15:21 2017 UTC (7 years, 6 months ago) by dan
Diff to previous 4808 , to selected 3875
Correctly count the number of new ports on head.


Revision 4808 - Directory Listing - [select for diffs]
Modified Sat Aug 12 19:41:23 2017 UTC (7 years, 7 months ago) by dan
Diff to previous 4807 , to selected 3875
Avoid new stuff on branches
fixes #29

Revision 4807 - Directory Listing - [select for diffs]
Modified Sat Aug 12 17:50:04 2017 UTC (7 years, 7 months ago) by dan
Diff to previous 4806 , to selected 3875
Make WatchListStagingProcess operate upon HEAD only


Revision 4806 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:59:46 2017 UTC (7 years, 9 months ago) by dan
Diff to previous 4805 , to selected 3875
Add stuff for ports dri

Revision 4805 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:57:19 2017 UTC (7 years, 9 months ago) by dan
Diff to previous 4804 , to selected 3875
Add a commit

Revision 4804 - Directory Listing - [select for diffs]
Modified Sat Jul 1 16:57:02 2017 UTC (7 years, 9 months ago) by dan
Diff to previous 4803 , to selected 3875
For making new branches. This script should be run this by hand.

Revision 4803 - Directory Listing - [select for diffs]
Modified Fri May 12 00:17:54 2017 UTC (7 years, 10 months ago) by dan
Diff to previous 4802 , to selected 3875
Fix the number of params in a NOTICE.
Bug was noticed by PostgreSQL 9.6

Revision 4802 - Directory Listing - [select for diffs]
Modified Thu Jan 26 18:35:32 2017 UTC (8 years, 2 months ago) by dan
Diff to previous 4801 , to selected 3875
Multiple changes because we are now using psycopg2

re http://initd.org/psycopg/docs/extensions.html?highlight=notify#psycopg2.extensions.Notify

Revision 4801 - Directory Listing - [select for diffs]
Modified Mon Oct 31 00:32:09 2016 UTC (8 years, 5 months ago) by dan
Diff to previous 4800 , to selected 3875
When deleting from ports_vulnerable the port might
already be deleted.  Cater for that.

Revision 4800 - Directory Listing - [select for diffs]
Modified Mon Oct 31 00:30:40 2016 UTC (8 years, 5 months ago) by dan
Diff to previous 4799 , to selected 3875
comments only

Revision 4799 - Directory Listing - [select for diffs]
Modified Mon Aug 15 21:15:11 2016 UTC (8 years, 7 months ago) by dan
Diff to previous 4798 , to selected 3875
Correct filename

Revision 4798 - Directory Listing - [select for diffs]
Modified Mon Aug 15 21:08:07 2016 UTC (8 years, 7 months ago) by dan
Diff to previous 4797 , to selected 3875
Make many changes to remove php errors, mostly undefined index/variable

Revision 4797 - Directory Listing - [select for diffs]
Modified Thu Aug 11 17:10:02 2016 UTC (8 years, 7 months ago) by dan
Diff to previous 4796 , to selected 3875
Better cache clearing

Revision 4796 - Directory Listing - [select for diffs]
Modified Tue Jul 26 22:33:58 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4795 , to selected 3875
* convert all DROP TRIGGER to DROP TRIGGER IF EXISTS
* add port_dependencies_insert_clear_cache() and port_dependencies_delete_clear_cache()
  to properly handle changes to the port_dependencies table

Revision 4795 - Directory Listing - [select for diffs]
Modified Mon Jul 18 22:22:18 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4794 , to selected 3875
Add pkg_plist & makefile

Revision 4794 - Directory Listing - [select for diffs]
Modified Mon Jul 18 18:39:32 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4793 , to selected 3875
Add pkg-plist and Makefile to the things stored in the ports table

Revision 4793 - Directory Listing - [select for diffs]
Modified Mon Jul 18 15:19:53 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4792 , to selected 3875
This refreshes all ports, not just those on head

Revision 4792 - Directory Listing - [select for diffs]
Modified Fri Jul 15 21:21:30 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4791 , to selected 3875
Not having a distfile is not an error

Revision 4791 - Directory Listing - [select for diffs]
Modified Fri Jul 15 21:20:12 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4790 , to selected 3875
Better creation of ports

Revision 4790 - Directory Listing - [select for diffs]
Modified Thu Jul 14 23:07:49 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4789 , to selected 3875
distinfo stuff

Revision 4789 - Directory Listing - [select for diffs]
Modified Thu Jul 14 20:48:37 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4788 , to selected 3875
Cater for new columns associated with no-packages
https://github.com/FreshPorts/freshports/issues/9 - Not all ports have packages

Revision 4788 - Directory Listing - [select for diffs]
Modified Thu Jul 14 20:46:54 2016 UTC (8 years, 8 months ago) by dan
Diff to previous 4787 , to selected 3875
Add new columns for no-package
https://github.com/FreshPorts/freshports/issues/9

Revision 4787 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:49:01 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4786 , to selected 3875
Most of these changes allow for commits to ports on branches and the
associated updates to any slave ports.

* Add distinfo field to ports table
* rename _GetPKGMESSAGE() to _GetFileContentsFromJail() because we are using it for both pkg-message and distinfo.
* introduce CreatePortOnBranch()


Revision 4786 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:46:01 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4785 , to selected 3875
pg_lasterror -> pg_last_error

Revision 4785 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:45:37 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4784 , to selected 3875
Better debugging message
whitespace

Revision 4784 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:44:15 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4783 , to selected 3875
Better sleep and associated retry

Revision 4783 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:43:28 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4782 , to selected 3875
The test must always be relative to PORTSDIR


Revision 4782 - Directory Listing - [select for diffs]
Modified Tue Jul 5 21:01:58 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4781 , to selected 3875
* Master ports are always defined on head, because they may not exist on the branch
  It may occur that someone changes the master port on a branch, but highly unlikely
* Remove extraneous fields from SQL query
* pg_lasterror -> pg_last_error


Revision 4781 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:58:48 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4780 , to selected 3875
Better retry / & delay times

Revision 4780 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:58:07 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4779 , to selected 3875
pg_lasterror -> pg_last_error

Revision 4779 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:57:16 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4778 , to selected 3875
add some debugging capability

Revision 4778 - Directory Listing - [select for diffs]
Modified Tue Jul 5 20:42:39 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4777 , to selected 3875
Set distinfo.

Revision 4777 - Directory Listing - [select for diffs]
Modified Tue Jul 5 18:31:00 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4776 , to selected 3875
whitespace

Revision 4776 - Directory Listing - [select for diffs]
Modified Tue Jul 5 18:14:35 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4775 , to selected 3875
Do the commit each time.
Don't check distinfo.

Revision 4775 - Directory Listing - [select for diffs]
Modified Tue Jul 5 00:17:39 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4774 , to selected 3875
Set master sites

Revision 4774 - Directory Listing - [select for diffs]
Modified Sat Jul 2 18:32:45 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4773 , to selected 3875
Add CopyPortFromHeadToBranch(text, text, text) & CreatePort(text, text, text)
add new datatype: element_id_pathname
alter all ''DROP TYPE' to 'DROP TYPE IF EXISTS'
re:

http://news.freshports.org/2016/06/28/branches-are-simple-but-more-complex-than-head/
http://news.freshports.org/2016/06/29/branches-add-a-new-port-automagically/
http://news.freshports.org/2016/07/02/copying-a-port-from-head-to-a-branch/
http://news.freshports.org/2016/07/02/a-single-function-for-creating-a-new-port/

Revision 4773 - Directory Listing - [select for diffs]
Modified Sat Jul 2 15:25:08 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4772 , to selected 3875
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.

Revision 4772 - Directory Listing - [select for diffs]
Modified Sun Jun 19 18:16:34 2016 UTC (8 years, 9 months ago) by dan
Diff to previous 4771 , to selected 3875
make master-site-all has been replaced by 
make -V _MASTER_SITES_ALL

Revision 4771 - Directory Listing - [select for diffs]
Modified Sun Apr 24 22:38:25 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4770 , to selected 3875
set $result before you test it.  I have no idea why this bug did not arise
earlier.  That's terrible.

Revision 4770 - Directory Listing - [select for diffs]
Modified Sun Apr 24 22:37:18 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4769 , to selected 3875
Keep track of elapsed time for svn up

Revision 4769 - Directory Listing - [select for diffs]
Modified Sat Apr 23 13:35:45 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4768 , to selected 3875
Add pkgmessage to the ports table

Revision 4768 - Directory Listing - [select for diffs]
Modified Sat Apr 23 13:34:58 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4767 , to selected 3875
Consider the interval, number of commits in past 5 minutes when reporting
queue status.

Revision 4767 - Directory Listing - [select for diffs]
Modified Sat Apr 23 13:20:21 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4766 , to selected 3875
Add pkgmessage to ports

Revision 4766 - Directory Listing - [select for diffs]
Modified Mon Apr 18 02:00:05 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4765 , to selected 3875
set branch and add more debugging statements

Revision 4765 - Directory Listing - [select for diffs]
Modified Mon Apr 18 01:59:33 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4764 , to selected 3875
Give a full path to HEAD

Revision 4764 - Directory Listing - [select for diffs]
Modified Mon Apr 18 01:59:05 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4763 , to selected 3875
Add a bunch of debugging for processing UPDATING
add repo.name to a query or two

Revision 4763 - Directory Listing - [select for diffs]
Modified Mon Apr 18 01:57:50 2016 UTC (8 years, 11 months ago) by dan
Diff to previous 4762 , to selected 3875
null OR space, works better now

Revision 4762 - Directory Listing - [select for diffs]
Modified Sun Apr 3 20:08:34 2016 UTC (9 years ago) by dan
Diff to previous 4761 , to selected 3875
Add cache_clearing_ports

Revision 4761 - Directory Listing - [select for diffs]
Modified Sun Apr 3 19:58:46 2016 UTC (9 years ago) by dan
Diff to previous 4760 , to selected 3875
Update the samples to the latest stuff we are using

Revision 4760 - Directory Listing - [select for diffs]
Modified Sun Apr 3 18:36:19 2016 UTC (9 years ago) by dan
Diff to previous 4759 , to selected 3875
Add entry to listen_for table

Revision 4759 - Directory Listing - [select for diffs]
Modified Sun Apr 3 18:32:59 2016 UTC (9 years ago) by dan
Diff to previous 4758 , to selected 3875
Start watching for new entries in cache_clearing_dates

Revision 4758 - Directory Listing - [select for diffs]
Modified Sun Apr 3 18:32:51 2016 UTC (9 years ago) by dan
Diff to previous 4757 , to selected 3875
Add cache_clearing_dates and the RI for it.

Revision 4757 - Directory Listing - [select for diffs]
Modified Sat Jan 9 15:35:53 2016 UTC (9 years, 2 months ago) by dan
Diff to previous 4756 , to selected 3875
Properly quote the incoming file.  re 201601062012.u06KC53V085831@repo.freebsd.org

Revision 4756 - Directory Listing - [select for diffs]
Modified Mon Nov 23 16:57:49 2015 UTC (9 years, 4 months ago) by dan
Diff to previous 4755 , to selected 3875
use /usr/local/bin/perl

Revision 4755 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:04:41 2015 UTC (9 years, 4 months ago) by dan
Diff to previous 4754 , to selected 3875
Set branch before proceeding

Revision 4754 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:04:20 2015 UTC (9 years, 4 months ago) by dan
Diff to previous 4753 , to selected 3875
Add more checks and use the right dir.

Revision 4753 - Directory Listing - [select for diffs]
Modified Mon Nov 9 19:03:50 2015 UTC (9 years, 4 months ago) by dan
Diff to previous 4752 , to selected 3875
Add comment regarding use of branches.

Revision 4752 - Directory Listing - [select for diffs]
Modified Mon Nov 9 18:41:59 2015 UTC (9 years, 4 months ago) by dan
Diff to previous 4751 , to selected 3875
Give better starting points

Revision 4751 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:24:31 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4750 , to selected 3875
whitespace

Revision 4750 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:17:09 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4749 , to selected 3875
Whitespace only

Revision 4749 - Directory Listing - [select for diffs]
Modified Sat Oct 17 21:10:15 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4748 , to selected 3875
Better debugging

Revision 4748 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:50 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4747 , to selected 3875
Attempt to prepend $PORTSDIR to each depends

Revision 4747 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:16 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4746 , to selected 3875
add

Revision 4746 - Directory Listing - [select for diffs]
Modified Fri Oct 16 15:53:07 2015 UTC (9 years, 5 months ago) by dan
Diff to previous 4745 , to selected 3875
whitespace only

Revision 4745 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:03:45 2015 UTC (9 years, 6 months ago) by dan
Diff to previous 4744 , to selected 3875
Use a newly created constant

Revision 4744 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:03:08 2015 UTC (9 years, 6 months ago) by dan
Diff to previous 4743 , to selected 3875
Use the configuration user, not hardcoded user

Revision 4743 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:02:36 2015 UTC (9 years, 6 months ago) by dan
Diff to previous 4742 , to selected 3875
Print my SQL

Revision 4742 - Directory Listing - [select for diffs]
Modified Sun Sep 20 19:02:17 2015 UTC (9 years, 6 months ago) by dan
Diff to previous 4741 , to selected 3875
Move the flag removal to the end of the tasks

Revision 4741 - Directory Listing - [select for diffs]
Modified Tue Aug 18 18:22:41 2015 UTC (9 years, 7 months ago) by dan
Diff to previous 4740 , to selected 3875
We have pkg version and pkg_version is gone.

Revision 4740 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:03:04 2015 UTC (9 years, 7 months ago) by dan
Diff to previous 4739 , to selected 3875
Cater for branches, and set a starting point; you can change that later via code

Revision 4739 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:02:19 2015 UTC (9 years, 7 months ago) by dan
Diff to previous 4738 , to selected 3875
Cater for branches

Revision 4738 - Directory Listing - [select for diffs]
Modified Sun Aug 16 15:01:56 2015 UTC (9 years, 7 months ago) by dan
Diff to previous 4737 , to selected 3875
Allow for
--fetch for fetching before running (defaults to 1)
--message_id=MESSAGE_ID_FROM_COMMIT
--port=www/bacula-sysutils


Revision 4737 - Directory Listing - [select for diffs]
Modified Thu Aug 13 13:24:57 2015 UTC (9 years, 7 months ago) by dan
Diff to previous 4736 , to selected 3875
Allow one port to be refreshed

Revision 4736 - Directory Listing - [select for diffs]
Modified Sat Aug 1 19:03:16 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4735 , to selected 3875
Add and use FLAGDIR

Revision 4735 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:27:52 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4734 , to selected 3875
Comment out a RAISE notice

Revision 4734 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:26:14 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4733 , to selected 3875
Correctly name some depends fields

Revision 4733 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:20:05 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4732 , to selected 3875
Make better use of SCRIPTDIR

Revision 4732 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:17:30 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4731 , to selected 3875
Add a trailing newline

Revision 4731 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:16:16 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4730 , to selected 3875
Use no symlinks

Revision 4730 - Directory Listing - [select for diffs]
Modified Fri Jul 31 15:15:32 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4729 , to selected 3875
Seems we do not use BASEDIR here

Revision 4729 - Directory Listing - [select for diffs]
Modified Mon Jul 27 16:39:28 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4728 , to selected 3875
Set client encoding in the right place.

Revision 4728 - Directory Listing - [select for diffs]
Modified Fri Jul 24 14:37:31 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4727 , to selected 3875
remove trailing ?>

Revision 4727 - Directory Listing - [select for diffs]
Modified Fri Jul 24 14:37:07 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4726 , to selected 3875
make sure there is a space before LIMIT & OFFSET

Revision 4726 - Directory Listing - [select for diffs]
Modified Fri Jul 24 14:36:53 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4725 , to selected 3875
se client_encoding = 'ISO-8859-15' to avoid ERROR:  invalid byte sequence for encoding "UTF8": 0xe1 0x66 0x69

Something to do with Ade's commits.

While here. make sure there is a space before LIMIT & OFFSET

Revision 4725 - Directory Listing - [select for diffs]
Modified Fri Jul 24 14:36:20 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4724 , to selected 3875
client_encoding = 'ISO-8859-15'

Revision 4724 - Directory Listing - [select for diffs]
Modified Fri Jul 24 14:36:00 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4723 , to selected 3875
use client_encoding = 'ISO-8859-15' to avoid ERROR:  invalid byte sequence for encoding "UTF8": 0xe1 0x66 0x69

Something to do with Ade's commits.

While here. make sure there is a space before LIMIT & OFFSET

Revision 4723 - Directory Listing - [select for diffs]
Modified Wed Jul 15 19:31:03 2015 UTC (9 years, 8 months ago) by dan
Diff to previous 4722 , to selected 3875
If the hostname in the message_id is not known, use FREEBSD_REPO_SVN

Revision 4722 - Directory Listing - [select for diffs]
Modified Thu Jul 2 16:13:55 2015 UTC (9 years, 9 months ago) by dan
Diff to previous 4721 , to selected 3875
When you don't know the repo, say so

Revision 4721 - Directory Listing - [select for diffs]
Modified Thu Jul 2 15:26:40 2015 UTC (9 years, 9 months ago) by dan
Diff to previous 4720 , to selected 3875
The host name for message_id has changed.

Before revision 391113: svn.freebsd.org
 After revision 391114: repo.freebsd.org

ref:

http://www.freshports.org/commit.php?category=net&port=py-netifaces&files=yes&message_id=201507011757.t61Hv8u7065602@svn.freebsd.org
http://www.freshports.org/commit.php?category=benchmarks&port=nttcp&files=yes&message_id=201507011852.t61Iqbv2094356@repo.freebsd.org


Revision 4720 - Directory Listing - [select for diffs]
Modified Mon Jun 15 17:46:45 2015 UTC (9 years, 9 months ago) by dan
Diff to previous 4719 , to selected 3875
If no fieldname, abort

Revision 4719 - Directory Listing - [select for diffs]
Modified Mon Jun 15 17:45:55 2015 UTC (9 years, 9 months ago) by dan
Diff to previous 4718 , to selected 3875
Do an exit when things get ugly

Revision 4718 - Directory Listing - [select for diffs]
Modified Wed May 20 12:42:19 2015 UTC (9 years, 10 months ago) by dan
Diff to previous 4717 , to selected 3875
Change the wrapper used because the old one has trouble with more recent perl?
"This shouldn't happen at /usr/local/lib/perl5/5.18/Text/Wrap.pm line 84."
-use Text::Wrap;
+use Text::Wrapper;

Revision 4717 - Directory Listing - [select for diffs]
Modified Sat May 2 18:07:18 2015 UTC (9 years, 11 months ago) by dan
Diff to previous 4716 , to selected 3875
Start using _forDisplay

Revision 4716 - Directory Listing - [select for diffs]
Modified Sat May 2 18:04:52 2015 UTC (9 years, 11 months ago) by dan
Diff to previous 4715 , to selected 3875
Create _forDisplay and start using it.

Revision 4715 - Directory Listing - [select for diffs]
Modified Sat May 2 18:03:13 2015 UTC (9 years, 11 months ago) by dan
Diff to previous 4714 , to selected 3875
Use htmlentities on origin.  Avoid XSS.

Based on report by Pascal Jungblut <mail@pascalj.de>

Revision 4714 - Directory Listing - [select for diffs]
Modified Sat May 2 17:30:03 2015 UTC (9 years, 11 months ago) by dan
Diff to previous 4713 , to selected 3875
Fix XSS issue.

Reported by Pascal Jungblut <mail@pascalj.de>

Revision 4713 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:51 2015 UTC (10 years ago) by dan
Diff to previous 4712 , to selected 3875
Encode stuff

Revision 4712 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:34 2015 UTC (10 years ago) by dan
Diff to previous 4711 , to selected 3875
Better logging

Revision 4711 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:47:19 2015 UTC (10 years ago) by dan
Diff to previous 4710 , to selected 3875
Add error reporting

Revision 4710 - Directory Listing - [select for diffs]
Modified Mon Apr 6 17:44:41 2015 UTC (10 years ago) by dan
Diff to previous 4709 , to selected 3875
Try utf8 decode

Revision 4709 - Directory Listing - [select for diffs]
Modified Wed Mar 25 14:10:54 2015 UTC (10 years ago) by dan
Diff to previous 4708 , to selected 3875
This servers is on FreeBSD 10 now

Revision 4708 - Directory Listing - [select for diffs]
Modified Wed Mar 25 00:05:43 2015 UTC (10 years ago) by dan
Diff to previous 4707 , to selected 3875
Better

Revision 4707 - Directory Listing - [select for diffs]
Modified Wed Mar 25 00:03:40 2015 UTC (10 years ago) by dan
Diff to previous 4706 , to selected 3875
Better logging

Revision 4706 - Directory Listing - [select for diffs]
Modified Sun Mar 1 15:39:41 2015 UTC (10 years, 1 month ago) by dan
Diff to previous 4705 , to selected 3875
Fix upload.

Revision 4705 - Directory Listing - [select for diffs]
Modified Sat Feb 21 14:52:27 2015 UTC (10 years, 1 month ago) by dan
Diff to previous 4704 , to selected 3875
Add new dependencies

Revision 4704 - Directory Listing - [select for diffs]
Modified Sat Feb 21 14:52:01 2015 UTC (10 years, 1 month ago) by dan
Diff to previous 4703 , to selected 3875
When search fails, let they search, don't die.

Revision 4703 - Directory Listing - [select for diffs]
Modified Sat Feb 21 14:51:21 2015 UTC (10 years, 1 month ago) by dan
Diff to previous 4702 , to selected 3875
Fix a bug with searching/reporting bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197874
Better display of dependencies

Revision 4702 - Directory Listing - [select for diffs]
Modified Sat Jan 3 16:15:17 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4701 , to selected 3875
Add, used by google search results:
https://www.google.com/cse/all

Revision 4701 - Directory Listing - [select for diffs]
Modified Sat Jan 3 16:14:32 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4700 , to selected 3875
Avoid mixed https and http.

Credit to: sean@rastasean.net

Revision 4700 - Directory Listing - [select for diffs]
Modified Fri Jan 2 15:26:35 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4699 , to selected 3875
Remove call to freshports_NoIndex which we did not commit

Revision 4699 - Directory Listing - [select for diffs]
Modified Thu Jan 1 23:45:45 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4698 , to selected 3875
Add fetch_depends, $extract_depends, $patch_depends, & $uses

Revision 4698 - Directory Listing - [select for diffs]
Modified Thu Jan 1 23:44:31 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4697 , to selected 3875
Add another contract

Revision 4697 - Directory Listing - [select for diffs]
Modified Thu Jan 1 23:42:43 2015 UTC (10 years, 3 months ago) by dan
Diff to previous 4696 , to selected 3875
Add fetch_depends, $extract_depends, $patch_depends, & $uses

Revision 4696 - Directory Listing - [select for diffs]
Modified Wed Dec 31 21:36:50 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4695 , to selected 3875
More fields!  FETCH_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS, and USES

Revision 4695 - Directory Listing - [select for diffs]
Modified Fri Dec 26 17:06:30 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4694 , to selected 3875
Remove AlreadyInserted code

Revision 4694 - Directory Listing - [select for diffs]
Modified Fri Dec 26 17:05:54 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4693 , to selected 3875
Remove WHERE

Revision 4693 - Directory Listing - [select for diffs]
Modified Wed Dec 24 22:06:26 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4692 , to selected 3875
This works.

Revision 4692 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:51:14 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4691 , to selected 3875
Commits

Revision 4691 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:49:51 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4690 , to selected 3875
require, not requires

Revision 4690 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:49:09 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4689 , to selected 3875
This needs branches

Revision 4689 - Directory Listing - [select for diffs]
Modified Tue Dec 23 18:47:48 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4688 , to selected 3875
$uses not uses$

Revision 4688 - Directory Listing - [select for diffs]
Modified Tue Dec 23 15:40:10 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4687 , to selected 3875
Validate dates

Revision 4687 - Directory Listing - [select for diffs]
Modified Tue Dec 23 15:38:41 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4686 , to selected 3875
Add FETCH_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS, and USES

Revision 4686 - Directory Listing - [select for diffs]
Modified Tue Dec 23 02:05:27 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4685 , to selected 3875
Add images

Revision 4685 - Directory Listing - [select for diffs]
Modified Tue Dec 23 02:04:02 2014 UTC (10 years, 3 months ago) by dan
Diff to previous 4684 , to selected 3875
Display depends as: autoheader-2.69 : devel/autoconf  
rename Required to build  to Build Dependencies
rename Reuired to Run     to Runtime Dependencies
rename Required libraries to LIbrary Dependencies
Use Maintainer not Maintained By
Use Homepage not Main Web Site
bug becomes issue


Revision 4684 - Directory Listing - [select for diffs]
Modified Sat Nov 8 17:34:40 2014 UTC (10 years, 4 months ago) by dan
Diff to previous 4683 , to selected 3875
Speed up the dates query.
See also: http://news.freshports.org/2014/11/08/improving-date-search/

Revision 4683 - Directory Listing - [select for diffs]
Modified Thu Oct 16 14:46:37 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4682 , to selected 3875
Convert from E'

Revision 4682 - Directory Listing - [select for diffs]
Modified Thu Oct 16 14:41:51 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4681 , to selected 3875
Remove E from E'

Revision 4681 - Directory Listing - [select for diffs]
Modified Wed Oct 15 00:38:22 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4680 , to selected 3875
Don't error out, just say nothing found.

Revision 4680 - Directory Listing - [select for diffs]
Modified Wed Oct 8 00:30:49 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4679 , to selected 3875
Convert AddSlashes to pg_escape_string

Revision 4679 - Directory Listing - [select for diffs]
Modified Wed Oct 8 00:24:54 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4678 , to selected 3875
Convert AddSlashes to pg_escape_string

Revision 4678 - Directory Listing - [select for diffs]
Modified Wed Oct 8 00:23:54 2014 UTC (10 years, 5 months ago) by dan
Diff to previous 4677 , to selected 3875
Convert AddSlashes to pg_escape_string

Revision 4677 - Directory Listing - [select for diffs]
Modified Fri Oct 3 22:06:13 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4676 , to selected 3875
Correct a print

Revision 4676 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:38:01 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4675 , to selected 3875
Turn off debugging

Revision 4675 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:37:28 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4674 , to selected 3875
Properly name pg_escape_string

Revision 4674 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:33:13 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4673 , to selected 3875
Make it so we do not have to maintain this.

Courtesy of bdrewrey

Revision 4673 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:16:37 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4672 , to selected 3875
Update to a better formula

Revision 4672 - Directory Listing - [select for diffs]
Modified Tue Sep 30 21:08:19 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4671 , to selected 3875
Add files we need in the jail

Revision 4671 - Directory Listing - [select for diffs]
Modified Thu Sep 25 00:29:35 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4670 , to selected 3875
Better quoting

Revision 4670 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:34:20 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4669 , to selected 3875
Don't use stuff before checking they are defined

Revision 4669 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:21:12 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4668 , to selected 3875
Whitespace only

Revision 4668 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:20:27 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4667 , to selected 3875
REturn repo.name

Revision 4667 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:19:59 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4666 , to selected 3875
Return 0 for watch list data when no user id is supplied

Revision 4666 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:19:04 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4665 , to selected 3875
escape message_id

Revision 4665 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:18:46 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4664 , to selected 3875
use element_pathname, not pathname

Revision 4664 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:17:56 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4663 , to selected 3875
use element_pathname not pathname

Revision 4663 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:17:29 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4662 , to selected 3875
use element_pathname not pathname

Revision 4662 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:17:07 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4661 , to selected 3875
Set Debug to zero

Revision 4661 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:16:02 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4660 , to selected 3875
Add RetrievePort, AddPort, and RemovePort

Revision 4660 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:15:17 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4659 , to selected 3875
Use newly created RetrievePort and AddPort

Revision 4659 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:14:01 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4658 , to selected 3875
Remote trailing ?>

Revision 4658 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:13:25 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4657 , to selected 3875
Escape the message id
sort by element_pathname within a port

Revision 4657 - Directory Listing - [select for diffs]
Modified Sun Sep 21 17:12:23 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4656 , to selected 3875
Get ready for more detail on commits

Revision 4656 - Directory Listing - [select for diffs]
Modified Sun Sep 21 16:58:52 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4655 , to selected 3875
add trailing newline

Revision 4655 - Directory Listing - [select for diffs]
Modified Fri Sep 19 16:22:58 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4654 , to selected 3875
Use pg_escape_quote not addslashes

Revision 4654 - Directory Listing - [select for diffs]
Modified Fri Sep 12 13:21:56 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4653 , to selected 3875
Add CL to commit_log in searches

Revision 4653 - Directory Listing - [select for diffs]
Modified Fri Sep 12 13:08:45 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4652 , to selected 3875
Use pg_escape_string, not addslashes

Revision 4652 - Directory Listing - [select for diffs]
Modified Fri Sep 12 13:08:06 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4651 , to selected 3875
Improve debugging

Revision 4651 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:39:23 2014 UTC (10 years, 6 months ago) by dan
Diff to previous 4650 , to selected 3875
Cater for a couple more mailing lists

Revision 4650 - Directory Listing - [select for diffs]
Modified Thu Aug 14 16:18:14 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4649 , to selected 3875
Do not use SSL2, insecure

Revision 4649 - Directory Listing - [select for diffs]
Modified Thu Aug 14 15:59:14 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4648 , to selected 3875
Fix certs

Revision 4648 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:28:08 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4647 , to selected 3875
Now that host and dbname are in config.sh, remove them from here.

Revision 4647 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:24:28 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4646 , to selected 3875
Add db connection information

Revision 4646 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:22:43 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4645 , to selected 3875
Use ports_active, not ports_all, so we avoid deleted ports

Revision 4645 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:20:50 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4644 , to selected 3875
updates

Revision 4644 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:20:17 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4643 , to selected 3875
Use Mozilla::CA to deal with certificates

Revision 4643 - Directory Listing - [select for diffs]
Modified Thu Aug 14 13:19:38 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4642 , to selected 3875
Add the changes to deal with branches

Revision 4642 - Directory Listing - [select for diffs]
Modified Thu Aug 14 10:53:20 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4641 , to selected 3875
Works

Revision 4641 - Directory Listing - [select for diffs]
Modified Wed Aug 13 19:58:09 2014 UTC (10 years, 7 months ago) by dan
Diff to previous 4640 , to selected 3875
Add.  Incomplete.

Revision 4640 - Directory Listing - [select for diffs]
Modified Wed Jul 9 22:15:15 2014 UTC (10 years, 8 months ago) by dan
Diff to previous 4639 , to selected 3875
Better error handling if pkg-descr goes wrong

Revision 4639 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:26:51 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4638 , to selected 3875
Add a bunch of stuff for branches.

Revision 4638 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:26:18 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4637 , to selected 3875
Add a bunch of stuff for branches

Revision 4637 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:25:41 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4636 , to selected 3875
remove trailing ?>

Revision 4636 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:25:02 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4635 , to selected 3875
Remove trailing ?>

Revision 4635 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:22:24 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4634 , to selected 3875
Redirect commits.php to index.php

Revision 4634 - Directory Listing - [select for diffs]
Modified Thu Jun 19 01:20:44 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4633 , to selected 3875
Prepare for index.php to take over from commits.php

Revision 4633 - Directory Listing - [select for diffs]
Modified Wed Jun 18 01:40:23 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4632 , to selected 3875
Fix links to ports

Revision 4632 - Directory Listing - [select for diffs]
Modified Mon Jun 16 13:56:58 2014 UTC (10 years, 9 months ago) by dan
Diff to previous 4631 , to selected 3875
Use bugzill, not gnats

Revision 4631 - Directory Listing - [select for diffs]
Modified Tue Apr 8 15:25:06 2014 UTC (10 years, 11 months ago) by dan
Diff to previous 4630 , to selected 3875
Better debugging and make use of the jail paths

Revision 4630 - Directory Listing - [select for diffs]
Modified Tue Apr 1 18:25:46 2014 UTC (11 years ago) by dan
Diff to previous 4629 , to selected 3875
Fix Revision label on logging output.

Revision 4629 - Directory Listing - [select for diffs]
Modified Tue Apr 1 15:30:43 2014 UTC (11 years ago) by dan
Diff to previous 4628 , to selected 3875
Avoid duplicate entries in commit_log_ports_elements table


Revision 4628 - Directory Listing - [select for diffs]
Modified Thu Mar 27 15:26:14 2014 UTC (11 years ago) by dan
Diff to previous 4627 , to selected 3875
remove echo

Revision 4627 - Directory Listing - [select for diffs]
Modified Thu Mar 27 15:21:10 2014 UTC (11 years ago) by dan
Diff to previous 4626 , to selected 3875
Allow for old data format when doing depends links

Revision 4626 - Directory Listing - [select for diffs]
Modified Thu Mar 27 15:10:43 2014 UTC (11 years ago) by dan
Diff to previous 4625 , to selected 3875
Properly parse depends, which might look like: /usr/local/bin/perl5.16.3:/usr/local/PORTS-head/lang/perl5.16

Revision 4625 - Directory Listing - [select for diffs]
Modified Thu Mar 27 14:32:12 2014 UTC (11 years ago) by dan
Diff to previous 4624 , to selected 3875
Don't access REDIRECT_QUERY_STRING if it does not exist

Revision 4624 - Directory Listing - [select for diffs]
Modified Thu Mar 27 02:13:32 2014 UTC (11 years ago) by dan
Diff to previous 4623 , to selected 3875
Commit it all!

Revision 4623 - Directory Listing - [select for diffs]
Modified Thu Mar 27 02:09:38 2014 UTC (11 years ago) by dan
Diff to previous 4622 , to selected 3875
Missed these

Revision 4622 - Directory Listing - [select for diffs]
Modified Wed Mar 26 22:47:03 2014 UTC (11 years ago) by dan
Diff to previous 4621 , to selected 3875
Remove LooksLikeAMakefile().

We no longer get files via cvsweb, we get them via svn up.

Revision 4621 - Directory Listing - [select for diffs]
Modified Tue Mar 25 22:44:52 2014 UTC (11 years ago) by dan
Diff to previous 4620 , to selected 3875
Don't add slashes

Revision 4620 - Directory Listing - [select for diffs]
Modified Tue Mar 25 22:43:57 2014 UTC (11 years ago) by dan
Diff to previous 4619 , to selected 3875
fix up

Revision 4619 - Directory Listing - [select for diffs]
Modified Tue Mar 11 14:26:06 2014 UTC (11 years ago) by dan
Diff to previous 4618 , to selected 3875
When searching for my maintained ports, use exact, not match.   
Submitted by:   Dag-Erling Smørgrav - des@des.no

Revision 4618 - Directory Listing - [select for diffs]
Modified Sat Mar 8 01:41:03 2014 UTC (11 years ago) by dan
Diff to previous 4617 , to selected 3875
move from 'pkg install PKGNAME' to 'pkg install category/port'
Recommended by Allan Jude

Revision 4617 - Directory Listing - [select for diffs]
Modified Sat Mar 1 21:52:57 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4616 , to selected 3875
update

Revision 4616 - Directory Listing - [select for diffs]
Modified Sat Mar 1 21:51:46 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4615 , to selected 3875
add

Revision 4615 - Directory Listing - [select for diffs]
Modified Sat Mar 1 19:09:41 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4614 , to selected 3875
Addition

Revision 4614 - Directory Listing - [select for diffs]
Modified Sat Mar 1 19:07:41 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4613 , to selected 3875
Add

Revision 4613 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:45:36 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4612 , to selected 3875
add

Revision 4612 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:44:14 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4611 , to selected 3875
Add

Revision 4611 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:43:44 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4610 , to selected 3875
Remove dead file

Revision 4610 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:39:40 2014 UTC (11 years, 1 month ago) by dan
Diff to previous 4609 , to selected 3875
Add

Revision 4609 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:55:42 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4608 , to selected 3875
Add savePortTableOnly()

Revision 4608 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:12:54 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4607 , to selected 3875
Don't save on errors
remove unused code
whitespace

Revision 4607 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:11:28 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4606 , to selected 3875
We might want to do a different kind of save

Revision 4606 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:11:06 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4605 , to selected 3875
Cater for branch RELEASE*

Revision 4605 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:09:26 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4604 , to selected 3875
Remove unused code
Mention branch on error messages

Revision 4604 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:09:34 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4603 , to selected 3875
Cater for yet another special Subject

Revision 4603 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:09:10 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4602 , to selected 3875
Use eq not == for strings

Revision 4602 - Directory Listing - [select for diffs]
Modified Fri Jan 31 02:01:46 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4601 , to selected 3875
Do not report failed dependency additions on branches

Revision 4601 - Directory Listing - [select for diffs]
Modified Fri Jan 31 01:01:24 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4600 , to selected 3875
Cater for Subjects such as: Subject: svn commit: r341906 - in head: . dns dns/bind96 multimedia

- 201401310024.s0V0OxDq013147@svn.freebsd.org
- http://docs.freebsd.org/cgi/mid.cgi?201401310024.s0V0OxDq013147

Revision 4600 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:26:31 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4599 , to selected 3875
Pass CommitBranch when saving port details

Revision 4599 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:26:00 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4598 , to selected 3875
Cater for change to head proper, such as
- http://svnweb.freebsd.org/base?view=revision&revision=261303
- http://docs.freebsd.org/cgi/mid.cgi?201401302226.s0UMQpDr065857

Revision 4598 - Directory Listing - [select for diffs]
Modified Fri Jan 31 00:24:14 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4597 , to selected 3875
whitespace

Revision 4597 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:55:52 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4596 , to selected 3875
Add SVNBaseDir

Revision 4596 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:11:37 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4595 , to selected 3875
Not used

Revision 4595 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:08:26 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4594 , to selected 3875
Update for Branches

Revision 4594 - Directory Listing - [select for diffs]
Modified Thu Jan 30 20:07:05 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4593 , to selected 3875
Update for branches

Revision 4593 - Directory Listing - [select for diffs]
Modified Wed Jan 29 22:20:39 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4592 , to selected 3875
Ignore everything after: Changes in other areas also in this revision

Revision 4592 - Directory Listing - [select for diffs]
Modified Wed Jan 29 20:26:20 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4591 , to selected 3875
Correct the branch for the docs list

Revision 4591 - Directory Listing - [select for diffs]
Modified Wed Jan 29 16:39:39 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4590 , to selected 3875
Allow commits group to access/use the session schema.

Revision 4590 - Directory Listing - [select for diffs]
Modified Wed Jan 29 16:33:08 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4589 , to selected 3875
Now that we are using a perl module to get the List Id, fix the ID for the src list

Revision 4589 - Directory Listing - [select for diffs]
Modified Wed Jan 29 15:23:58 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4588 , to selected 3875
use head, not HEAD.

Revision 4588 - Directory Listing - [select for diffs]
Modified Tue Jan 28 16:54:29 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4587 , to selected 3875
Add

Revision 4587 - Directory Listing - [select for diffs]
Modified Tue Jan 28 16:53:38 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4586 , to selected 3875
Add symlinks to make backend rss feed work

Revision 4586 - Directory Listing - [select for diffs]
Modified Mon Jan 27 21:09:17 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4585 , to selected 3875
Remove _FetchFilesNeedingRefresh_DELETE_ME()

Revision 4585 - Directory Listing - [select for diffs]
Modified Mon Jan 27 20:37:37 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4584 , to selected 3875
Start using a better way of getting mailing list properties.

Revision 4584 - Directory Listing - [select for diffs]
Modified Mon Jan 27 02:42:23 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4583 , to selected 3875
Correctly print the jails

Revision 4583 - Directory Listing - [select for diffs]
Modified Mon Jan 27 00:20:08 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4582 , to selected 3875
Go some way to detecting commits to branches and split the filename accordingly

Revision 4582 - Directory Listing - [select for diffs]
Modified Sun Jan 26 23:32:33 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4581 , to selected 3875
Remove Pathname_ID.  It is not used.

Revision 4581 - Directory Listing - [select for diffs]
Modified Sun Jan 26 23:11:37 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4580 , to selected 3875
Use 'pkg install' instead of 'pkg_add'

Revision 4580 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:09:29 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4579 , to selected 3875
Make sure we never have false null values for ports.commit_log_id

Revision 4579 - Directory Listing - [select for diffs]
Modified Sat Jan 25 17:04:06 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4578 , to selected 3875
Display the svn link in Commit history.
Suggested by: Mathieu Arnold <mat@freebsd.org>

Revision 4578 - Directory Listing - [select for diffs]
Modified Sat Jan 25 17:02:05 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4577 , to selected 3875
include FRESHPORTS_FREEBSD_SVN_URL and PORTS_SVN

Revision 4577 - Directory Listing - [select for diffs]
Modified Sat Jan 25 17:00:47 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4576 , to selected 3875
Include hostname and password in DSN

Revision 4576 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:59:34 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4575 , to selected 3875
include R.svn_hostname and R.path_to_repo in results so we can link to the SVN comimt

Revision 4575 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:58:48 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4574 , to selected 3875
whitespace only

Revision 4574 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:57:17 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4573 , to selected 3875
whitespace only

Revision 4573 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:55:12 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4572 , to selected 3875
Remove trailling ?> and whitespace

Revision 4572 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:49:01 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4571 , to selected 3875
Fix search problem
problem caused by port.last_commit_id containig a value which did not exist in the commit_log table.
Situation arose when manually deleting a commit and rerunning it, which left an orphan value in the table.
While here, add many aliases

Revision 4571 - Directory Listing - [select for diffs]
Modified Fri Jan 24 11:29:57 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4570 , to selected 3875
PORTSDIR is needed by process_vuxml.sh

Revision 4570 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:27:03 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4569 , to selected 3875
PostgreSQL now has autovacuum

Revision 4569 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:23:42 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4568 , to selected 3875
Get rid of this MySQL antiquity

Revision 4568 - Directory Listing - [select for diffs]
Modified Fri Jan 24 00:04:39 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4567 , to selected 3875
cater for scheidell (ports committer)

Revision 4567 - Directory Listing - [select for diffs]
Modified Thu Jan 23 23:38:53 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4566 , to selected 3875
Move 'This site' up the page

Revision 4566 - Directory Listing - [select for diffs]
Modified Thu Jan 23 23:31:24 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4565 , to selected 3875
Fix updates to revision name

Revision 4565 - Directory Listing - [select for diffs]
Modified Thu Jan 23 23:14:57 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4564 , to selected 3875
Updates from CVS

Revision 4564 - Directory Listing - [select for diffs]
Modified Thu Jan 23 23:05:35 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4563 , to selected 3875
Updates from cvs

Revision 4563 - Directory Listing - [select for diffs]
Modified Thu Jan 23 04:30:58 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4562 , to selected 3875
Once you see Directory Properties, we're done.

Revision 4562 - Directory Listing - [select for diffs]
Modified Thu Jan 23 03:26:06 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4561 , to selected 3875
Get the messages subject properly

Revision 4561 - Directory Listing - [select for diffs]
Modified Mon Jan 20 16:34:31 2014 UTC (11 years, 2 months ago) by dan
Diff to previous 4560 , to selected 3875
Change copyright from DVL Software, now defunct, to Dan Langille

Revision 4560 - Directory Listing - [select for diffs]
Modified Sat Jan 4 19:04:40 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4559 , to selected 3875
Add

Revision 4559 - Directory Listing - [select for diffs]
Modified Fri Jan 3 21:56:40 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4558 , to selected 3875
Set long description / homepage

Revision 4558 - Directory Listing - [select for diffs]
Modified Fri Jan 3 20:12:35 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4557 , to selected 3875
Remove PORTSDIR

Revision 4557 - Directory Listing - [select for diffs]
Modified Fri Jan 3 20:03:37 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4556 , to selected 3875
comments out OPTIONSFILE

Revision 4556 - Directory Listing - [select for diffs]
Modified Fri Jan 3 19:50:25 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4555 , to selected 3875
Add comment

Revision 4555 - Directory Listing - [select for diffs]
Modified Fri Jan 3 19:50:07 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4554 , to selected 3875
Say which flag is not set

Revision 4554 - Directory Listing - [select for diffs]
Modified Fri Jan 3 17:41:25 2014 UTC (11 years, 3 months ago) by dan
Diff to previous 4553 , to selected 3875
Don't test for an existing file from outside the jail.  Drop the test entirely and just go get the contents.

Revision 4553 - Directory Listing - [select for diffs]
Modified Mon Dec 2 15:06:48 2013 UTC (11 years, 4 months ago) by dan
Diff to previous 4552 , to selected 3875
Monitor incoming as well

Revision 4552 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:53:05 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4551 , to selected 3875
no more Cwd or File-PathConvert.

Revision 4551 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:52:36 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4550 , to selected 3875
add JailMasterSitesScript, JailShowConfigScript, JailDescr
add _GetRealPath so we get the right description file

Revision 4550 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:41:25 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4549 , to selected 3875
Start using a hostname for the database connection

Revision 4549 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:19:53 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4548 , to selected 3875
add hostname to database connection

Revision 4548 - Directory Listing - [select for diffs]
Modified Mon Nov 4 13:18:49 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4547 , to selected 3875
Add FreeBSDVersion = 9
I should find a way to do this without having the bump the versin all the time...

Revision 4547 - Directory Listing - [select for diffs]
Modified Wed Oct 23 15:14:50 2013 UTC (11 years, 5 months ago) by dan
Diff to previous 4546 , to selected 3875
Add updates

Revision 4546 - Directory Listing - [select for diffs]
Modified Wed Aug 28 17:27:18 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4545 , to selected 3875
Add some more jail scripts

Revision 4545 - Directory Listing - [select for diffs]
Modified Tue Aug 27 18:54:29 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4544 , to selected 3875
Fix comment

Revision 4544 - Directory Listing - [select for diffs]
Modified Tue Aug 27 17:43:34 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4543 , to selected 3875
Add vars/sh

Revision 4543 - Directory Listing - [select for diffs]
Modified Tue Aug 27 15:00:38 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4542 , to selected 3875
We do the installing from the configuration directory

Revision 4542 - Directory Listing - [select for diffs]
Modified Tue Aug 27 14:59:48 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4541 , to selected 3875
Divide up the install into server and client.

Revision 4541 - Directory Listing - [select for diffs]
Modified Tue Aug 27 14:58:45 2013 UTC (11 years, 7 months ago) by dan
Diff to previous 4540 , to selected 3875
Avoid an uninitialized value message.
See http://news.freshports.org/2013/07/09/xmlwriter-upgrade-causes-fatal-error/

Revision 4540 - Directory Listing - [select for diffs]
Modified Sun May 12 20:21:26 2013 UTC (11 years, 10 months ago) by dan
Diff to previous 4539 , to selected 3875
Use pg_escape_string instead of AddSlashes.
This avoid db errors like:

Security Events
=-=-=-=-=-=-=-=
May 12 19:56:57 supernews postgres[3700]: [2-1] ERROR:  syntax error at or
near "\" at character 110

System Events
=-=-=-=-=-=-=
May 12 19:56:57 supernews postgres[3700]: [2-2] STATEMENT:  select * from
vuxml where vid = '7fcf1727-be71-11db-b2ec-000c6ec775d9\"
class=\"resultLink/general.php?*id=\'\''

Revision 4539 - Directory Listing - [select for diffs]
Modified Sun May 12 14:47:12 2013 UTC (11 years, 10 months ago) by dan
Diff to previous 4538 , to selected 3875
Add link to amazon afiliate program

Revision 4538 - Directory Listing - [select for diffs]
Modified Sun May 12 14:15:59 2013 UTC (11 years, 10 months ago) by dan
Diff to previous 4537 , to selected 3875
Add a title to the FreshPorts logo.  This appears during mouse hover.

Revision 4537 - Directory Listing - [select for diffs]
Modified Sun May 12 14:13:17 2013 UTC (11 years, 10 months ago) by dan
Diff to previous 4536 , to selected 3875
This seems unused

Revision 4536 - Directory Listing - [select for diffs]
Modified Sun May 12 14:09:31 2013 UTC (11 years, 10 months ago) by dan
Diff to previous 4535 , to selected 3875
Update copyright years to include 2013

Revision 4535 - Directory Listing - [select for diffs]
Modified Wed Apr 24 15:09:15 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4534 , to selected 3875
Remove time-based values from page content.  This causes the page
to be different each time it's loaded, despite the 'content' never changing.

Fix a long standing bug, which prevented 304 from ever being returned.

Revision 4534 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:22:43 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4533 , to selected 3875
Use the jail to get the pkg-descr

Revision 4533 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:22:09 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4532 , to selected 3875
To refresh certain broken pkg-descr commits

Revision 4532 - Directory Listing - [select for diffs]
Modified Wed Apr 24 12:21:49 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4531 , to selected 3875
not sure why this wasn't already in here...

Revision 4531 - Directory Listing - [select for diffs]
Modified Wed Apr 10 18:47:47 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4530 , to selected 3875
Put E in front of the message id

Revision 4530 - Directory Listing - [select for diffs]
Modified Wed Apr 10 18:47:24 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4529 , to selected 3875
Make the animated bug optional

Revision 4529 - Directory Listing - [select for diffs]
Modified Wed Apr 10 18:40:13 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4528 , to selected 3875
More docs on jail work

Revision 4528 - Directory Listing - [select for diffs]
Modified Mon Apr 8 12:15:52 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4527 , to selected 3875
Add E to various search strings

Revision 4527 - Directory Listing - [select for diffs]
Modified Mon Apr 8 12:15:34 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4526 , to selected 3875
Add E to various search strings.

Revision 4526 - Directory Listing - [select for diffs]
Modified Sun Apr 7 01:19:59 2013 UTC (11 years, 11 months ago) by dan
Diff to previous 4525 , to selected 3875
Add some E'' to strings.  Avoid database errors that way...

Revision 4525 - Directory Listing - [select for diffs]
Modified Mon Mar 25 16:09:08 2013 UTC (12 years ago) by dan
Diff to previous 4524 , to selected 3875
Remove links to pds.cgi which is broken

Revision 4524 - Directory Listing - [select for diffs]
Modified Sat Mar 23 22:15:50 2013 UTC (12 years ago) by dan
Diff to previous 4523 , to selected 3875
Remove commented out code

Revision 4523 - Directory Listing - [select for diffs]
Modified Sat Mar 23 21:05:15 2013 UTC (12 years ago) by dan
Diff to previous 4522 , to selected 3875
Fix RootBSD name

Revision 4522 - Directory Listing - [select for diffs]
Modified Sat Mar 23 20:48:17 2013 UTC (12 years ago) by dan
Diff to previous 4521 , to selected 3875
Fix the setting of port.last_commit_id on new ports

Revision 4521 - Directory Listing - [select for diffs]
Modified Sat Mar 23 14:16:32 2013 UTC (12 years ago) by dan
Diff to previous 4520 , to selected 3875
Add more jail stuff

Revision 4520 - Directory Listing - [select for diffs]
Modified Sat Mar 23 14:14:28 2013 UTC (12 years ago) by dan
Diff to previous 4519 , to selected 3875
use new jail for make master sites

Revision 4519 - Directory Listing - [select for diffs]
Modified Sat Feb 16 01:58:47 2013 UTC (12 years, 1 month ago) by dan
Diff to previous 4518 , to selected 3875
Sort in the right place

Revision 4518 - Directory Listing - [select for diffs]
Modified Fri Feb 15 02:09:22 2013 UTC (12 years, 1 month ago) by dan
Diff to previous 4517 , to selected 3875
Fix some rss validation nits

Revision 4517 - Directory Listing - [select for diffs]
Modified Wed Feb 13 19:15:34 2013 UTC (12 years, 1 month ago) by dan
Diff to previous 4516 , to selected 3875
Add in index on commit_log (committer)

Revision 4516 - Directory Listing - [select for diffs]
Modified Wed Feb 13 19:06:28 2013 UTC (12 years, 1 month ago) by dan
Diff to previous 4515 , to selected 3875
Apply the LIMIT and OFFSET to the commits, not to the ports.

Revision 4515 - Directory Listing - [select for diffs]
Modified Mon Feb 4 00:30:19 2013 UTC (12 years, 2 months ago) by dan
Diff to previous 4514 , to selected 3875
Get the port name in there, and order the output

Revision 4514 - Directory Listing - [select for diffs]
Modified Tue Jan 29 16:02:57 2013 UTC (12 years, 2 months ago) by dan
Diff to previous 4513 , to selected 3875
Fix a problem reported by Uffe Jakobsen <uffe@uffe.org>, regarding adding
things to a watch list.

Revision 4513 - Directory Listing - [select for diffs]
Modified Wed Jan 16 15:37:57 2013 UTC (12 years, 2 months ago) by dan
Diff to previous 4512 , to selected 3875
Fix how we update in place.
Do this by deleting, then inserting.
It gives better results without getting very complex on updates.

Revision 4512 - Directory Listing - [select for diffs]
Modified Mon Dec 31 00:07:30 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4511 , to selected 3875
Add RootBSD to links at bottom of page.

Revision 4511 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:51:15 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4510 , to selected 3875
Update instructions for running

Revision 4510 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:58:50 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4509 , to selected 3875
Add

Revision 4509 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:57:19 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4508 , to selected 3875
Retire cvsup-local-tree

Revision 4508 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:56:43 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4507 , to selected 3875
Retiring this script now that SVN is used

Revision 4507 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:49:15 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4506 , to selected 3875
Add

Revision 4506 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:30:39 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4505 , to selected 3875
Add samples for config.pn and config.sh

Revision 4505 - Directory Listing - [select for diffs]
Modified Sun Dec 30 14:28:20 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4504 , to selected 3875
Also display the required sudoers entries

Revision 4504 - Directory Listing - [select for diffs]
Modified Sun Dec 30 13:11:17 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4503 , to selected 3875
Add trailing ;

Revision 4503 - Directory Listing - [select for diffs]
Modified Sun Dec 30 13:04:23 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4502 , to selected 3875
Update to use the jail scripts

Revision 4502 - Directory Listing - [select for diffs]
Modified Sun Dec 30 12:58:01 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4501 , to selected 3875
Add

Revision 4501 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:51:51 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4500 , to selected 3875
Fix up

Revision 4500 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:35:32 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4499 , to selected 3875
How to use jails

Revision 4499 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:24:35 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4498 , to selected 3875
Fix...

Revision 4498 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:14:54 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4497 , to selected 3875
Add support for the jail

Revision 4497 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:02:21 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4496 , to selected 3875
Add the scripts for creating and running the jail infrastructure.

Revision 4496 - Directory Listing - [select for diffs]
Modified Sat Dec 22 17:34:47 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4495 , to selected 3875
Add details for jail, as imagined by zi@

Revision 4495 - Directory Listing - [select for diffs]
Modified Fri Dec 21 18:20:53 2012 UTC (12 years, 3 months ago) by dan
Diff to previous 4494 , to selected 3875
Fix /UPGRADING and /MOVED

Revision 4494 - Directory Listing - [select for diffs]
Modified Wed Nov 28 17:48:24 2012 UTC (12 years, 4 months ago) by dan
Diff to previous 4493 , to selected 3875
Update to reflect locations in SVN

Revision 4493 - Directory Listing - [select for diffs]
Modified Thu Nov 1 00:54:56 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4492 , to selected 3875
Start using Text::Unidecode from converters/p5-Text-Unidecode to handle
UTF-8 to ASCII conversion.

Revision 4492 - Directory Listing - [select for diffs]
Modified Fri Oct 26 15:22:15 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4491 , to selected 3875
Better handle file translating

Revision 4491 - Directory Listing - [select for diffs]
Modified Tue Oct 23 17:08:20 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4490 , to selected 3875
turn off debug

Revision 4490 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:31:04 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4489 , to selected 3875
remove code not required in prod

Revision 4489 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:30:38 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4488 , to selected 3875
add p5-Email-Mime

Revision 4488 - Directory Listing - [select for diffs]
Modified Tue Oct 23 16:12:27 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4487 , to selected 3875
Update to use MIME ports

Revision 4487 - Directory Listing - [select for diffs]
Modified Sun Oct 21 12:15:27 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4486 , to selected 3875
Update our list of things we need.

Revision 4486 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:10:22 2012 UTC (12 years, 5 months ago) by dan
Diff to previous 4485 , to selected 3875
Do not syslog messages about the queues.  We cover that now via Nagios

Revision 4485 - Directory Listing - [select for diffs]
Modified Wed Oct 3 14:19:15 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4484 , to selected 3875
Provide better debugging messages

Revision 4484 - Directory Listing - [select for diffs]
Modified Thu Sep 27 17:32:58 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4483 , to selected 3875
Add rewrite of commit.php

Revision 4483 - Directory Listing - [select for diffs]
Modified Thu Sep 27 12:31:54 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4482 , to selected 3875
Add a couple more things for the update

Revision 4482 - Directory Listing - [select for diffs]
Modified Wed Sep 26 19:32:03 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4481 , to selected 3875
Add / to the db root prefixes

Revision 4481 - Directory Listing - [select for diffs]
Modified Wed Sep 26 12:54:56 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4480 , to selected 3875
Add

Revision 4480 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:11:23 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4479 , to selected 3875
Update to full pathes

Revision 4479 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:10:39 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4478 , to selected 3875
Update to full paths

Revision 4478 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:05:53 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4477 , to selected 3875
Fix the FRESHPORTS_PORTS_TREE_PREFIX to be ports/head

Revision 4477 - Directory Listing - [select for diffs]
Modified Mon Sep 24 15:14:42 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4476 , to selected 3875
Moving to full pathnames, including repo, on commits

Revision 4476 - Directory Listing - [select for diffs]
Modified Tue Sep 18 20:51:39 2012 UTC (12 years, 6 months ago) by dan
Diff to previous 4475 , to selected 3875
HTML nits
- don't embed <br> in <li> for UPDATING
- htmlify the email addresses, now that we might be seeing values like: Dan Langille <dan@langille.org>

Revision 4475 - Directory Listing - [select for diffs]
Modified Wed Sep 5 16:36:15 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4474 , to selected 3875
Go with exact match when serching for yourself

Revision 4474 - Directory Listing - [select for diffs]
Modified Tue Sep 4 00:06:23 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4473 , to selected 3875
spell it right

Revision 4473 - Directory Listing - [select for diffs]
Modified Tue Sep 4 00:04:27 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4472 , to selected 3875
match the results of _FetchFilesNeedingRefresh

Revision 4472 - Directory Listing - [select for diffs]
Modified Mon Sep 3 00:26:52 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4471 , to selected 3875
Update this for 9.x

Revision 4471 - Directory Listing - [select for diffs]
Modified Mon Sep 3 00:25:25 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4470 , to selected 3875
Correctly name all columns in the result set

Revision 4470 - Directory Listing - [select for diffs]
Modified Sat Sep 1 16:54:28 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4469 , to selected 3875
better links

Revision 4469 - Directory Listing - [select for diffs]
Modified Sat Sep 1 16:33:19 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4468 , to selected 3875
Fix broken url

Revision 4468 - Directory Listing - [select for diffs]
Modified Sat Sep 1 16:05:46 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4467 , to selected 3875
Correctly reference $IsPort

Revision 4467 - Directory Listing - [select for diffs]
Modified Wed Aug 29 22:25:43 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4466 , to selected 3875
Add revision

Revision 4466 - Directory Listing - [select for diffs]
Modified Wed Aug 15 13:20:23 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4465 , to selected 3875
Add in the repo names

Revision 4465 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:49:10 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4464 , to selected 3875
- update for storing svn revision in the commit_log table
- start doing an svn up on the revision name, not the individual files

Revision 4464 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:48:47 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4463 , to selected 3875
Tell us the failure value

Revision 4463 - Directory Listing - [select for diffs]
Modified Sat Aug 11 14:27:35 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4462 , to selected 3875
Add configuration for https

Revision 4462 - Directory Listing - [select for diffs]
Modified Thu Aug 9 13:11:10 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4461 , to selected 3875
- remove the unused function GetFreeBSDRepository(), which always returned
  src.
- add GetRevision() so we know the repository revision for this commit

Revision 4461 - Directory Listing - [select for diffs]
Modified Wed Aug 8 19:14:05 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4460 , to selected 3875
Updates, base on what I had in config.pm

Revision 4460 - Directory Listing - [select for diffs]
Modified Wed Aug 8 19:11:21 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4459 , to selected 3875
- start using PORTSVN as the PORTSDIR for our local ports tree
- this lets us use svn up to grab updates
- add a sanity test for CATEGORIES to ensure it contains the primary
- category
- ^ that is useful for repo copies
- UsualPortsTreeLocation is /usr/ports, not /usr
- This is because our incoming file names are prefixed with ports/ to
- reflect the existing tree structure in our database
  which was set up when FreeBSD used cvs for the ports tree, not svn as it
- now does
- start fetching files from svn using svn up
- this will be useful for directories involved in repo copies.  No more
- missing Makefiles on svn mv.
- in such cases, the file being fetched will be blank, but the directory is
- not.

Revision 4459 - Directory Listing - [select for diffs]
Modified Tue Aug 7 16:07:57 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4458 , to selected 3875
Be sure to urlencode non-port URLs because they can be tricky.

Revision 4458 - Directory Listing - [select for diffs]
Modified Tue Aug 7 13:13:24 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4457 , to selected 3875
Add more debugging.
Google reported an increase in soft 404 errors
Tracked it down to ports deleted before we introduced the ports_categories
table.
Fixed it by changing the stored procedure Port_ID to use just the element,
ports, and categories table, thus ignoring the ports_categories table
entirely.

Revision 4457 - Directory Listing - [select for diffs]
Modified Tue Aug 7 13:07:32 2012 UTC (12 years, 7 months ago) by dan
Diff to previous 4456 , to selected 3875
Change the way we look up at Port ID. This was causing problems for some
ports, which were deleted before we created the ports_categories table.
And thus, have no entries in this table.

Revision 4456 - Directory Listing - [select for diffs]
Modified Tue Jul 24 18:17:22 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4455 , to selected 3875
Put a Follow Us blurb at the top right corner of the page

Revision 4455 - Directory Listing - [select for diffs]
Modified Tue Jul 24 15:56:40 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4454 , to selected 3875
Do not do a -w on the perl call

Revision 4454 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:18:24 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4453 , to selected 3875
Add another debugging statement
Be more explicit on a regex: use .* instead of *

Revision 4453 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:17:44 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4452 , to selected 3875
Trim any leading/trailing whitespace in file names

Revision 4452 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:06:56 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4451 , to selected 3875
- instead of processing the entire vuln.xlm file, look at each one and
  compare the checksum.  Process only the different ones

Revision 4451 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:05:51 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4450 , to selected 3875
- Start using svn cat for fetching files.

Revision 4450 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:05:21 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4449 , to selected 3875
- Append to the vuxml.log, don't just overwrite it
- inlude some timestamps

Revision 4449 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:04:24 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4448 , to selected 3875
Adjust for changes to vuxml_mark_commits... supply a named paramter

Revision 4448 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:03:53 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4447 , to selected 3875
- start saving checksum
- provide a method for fetching a checksum, based on vid

Revision 4447 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:02:46 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4446 , to selected 3875
Adjust for the different format of the SVN tag

Revision 4446 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:02:19 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4445 , to selected 3875
- adjust for new approach of updating just the vuln
  that have changed

Revision 4445 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:00:27 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4444 , to selected 3875
- adjust for new approach of updating just the vuln
  that have changed
- this script now just processed one vuln at a time
- record the checksum
- keep track of whether or not we updated the database
  so our caller can take action based upon that
- add more detailed debugging statements

Revision 4444 - Directory Listing - [select for diffs]
Modified Sat Jul 21 23:56:21 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4443 , to selected 3875
Add new column to vuxml table for checksum
Use this to see if a vuln changes.

Revision 4443 - Directory Listing - [select for diffs]
Modified Sat Jul 21 23:23:58 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4442 , to selected 3875
Do not show ads if $ShowAds is not set.

Revision 4442 - Directory Listing - [select for diffs]
Modified Thu Jul 19 19:14:15 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4441 , to selected 3875
Set commits debugging based on the page debugging

Revision 4441 - Directory Listing - [select for diffs]
Modified Thu Jul 19 18:56:30 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4440 , to selected 3875
When fetching file names, sort them by file name.     :)

Revision 4440 - Directory Listing - [select for diffs]
Modified Wed Jul 18 18:33:27 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4439 , to selected 3875
Sort by by VID not ID.

Revision 4439 - Directory Listing - [select for diffs]
Modified Mon Jul 16 15:59:57 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4438 , to selected 3875
For SVN commits, be like CVS and link to the log from the full filename

Revision 4438 - Directory Listing - [select for diffs]
Modified Mon Jul 16 14:56:28 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4437 , to selected 3875
Add helper functions for linking to the SVN repo

Revision 4437 - Directory Listing - [select for diffs]
Modified Mon Jul 16 14:53:39 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4436 , to selected 3875
Forced commit to correct log message:
- When displaying files, provide the appropriate link to SVN when it's an
  SVN commit

Revision 4436 - Directory Listing - [select for diffs]
Modified Mon Jul 16 14:53:15 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4435 , to selected 3875
- When displaying files, provide the appropriate link to SVN when it's an

Revision 4435 - Directory Listing - [select for diffs]
Modified Mon Jul 16 14:49:13 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4434 , to selected 3875
Improve some debugging.

Revision 4434 - Directory Listing - [select for diffs]
Modified Mon Jul 16 12:05:27 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4433 , to selected 3875
Do not fetch directories.  Only files.

Revision 4433 - Directory Listing - [select for diffs]
Modified Mon Jul 16 12:04:25 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4432 , to selected 3875
Remove ======

Revision 4432 - Directory Listing - [select for diffs]
Modified Sun Jul 15 22:58:23 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4431 , to selected 3875
Handle the special case of 'ports' directory.

Revision 4431 - Directory Listing - [select for diffs]
Modified Sun Jul 15 21:56:36 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4430 , to selected 3875
Assume ports repository and adjust the URL so it works...

Revision 4430 - Directory Listing - [select for diffs]
Modified Sun Jul 15 21:39:07 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4429 , to selected 3875
Assume ports repository and adjust the URL so it works...

Revision 4429 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:37:16 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4428 , to selected 3875
Ignore CVSROOT so we don't create a category and fetch it...

Revision 4428 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:04:12 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4427 , to selected 3875
Start fetching from SVN, not CVS

Revision 4427 - Directory Listing - [select for diffs]
Modified Sun Jul 15 20:03:48 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4426 , to selected 3875
Add the script for fetching files from SVN

Revision 4426 - Directory Listing - [select for diffs]
Modified Sun Jul 15 18:21:56 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4425 , to selected 3875
Remove trail PROPS message
Use the correct List-Id for the post-svn-head list

Revision 4425 - Directory Listing - [select for diffs]
Modified Sun Jul 15 02:59:03 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4424 , to selected 3875
When element_id is null, use null, not a space

Revision 4424 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:26:10 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4423 , to selected 3875
Now we know the List Id...

Revision 4423 - Directory Listing - [select for diffs]
Modified Wed Jul 11 02:06:33 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4422 , to selected 3875
Rename a variable

Revision 4422 - Directory Listing - [select for diffs]
Modified Tue Jul 10 19:06:45 2012 UTC (12 years, 8 months ago) by dan
Diff to previous 4421 , to selected 3875
- prepare for FreeBSD move of post to svn
- alter svn processing so it prepends a repository name to all filenames
- create process_mail.pm (FreshPorts::ProcessMail) which contains a few
- common functions for parsing svn messages
- move some functions from process_mail.pl to process_mail.pm
- alter process_mail.pl to reference FreshPorts::ProcessMail
- GetOS_RepoPrefix() is the function that gets the repo name
- while here, remove process_cvs_mail.pl & process_svn_mail.pl which were
  deprecated by respective .pm files some time ago

Revision 4421 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:29:39 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4420 , to selected 3875
Performance on vuln lookup

Revision 4420 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:29:25 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4419 , to selected 3875
Correct the calculations of vulnerabilities by not using ports_vulnerable
table.  That's what we're setting up now. Don't use it.

Revision 4419 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:27:26 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4418 , to selected 3875
If a given field is undefined, use '' instead.

Revision 4418 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:26:56 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4417 , to selected 3875
Use the new FreshPorts::CommitterOptIn::GetErrorCount() function

Revision 4417 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:26:26 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4416 , to selected 3875
Better comment regarding the main loop

Revision 4416 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:25:21 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4415 , to selected 3875
Enhance an existing debugging message

Revision 4415 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:24:51 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4414 , to selected 3875
Add GetErrorCount()

Revision 4414 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:23:23 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4413 , to selected 3875
Correct a flag mentioned in usage statement

Revision 4413 - Directory Listing - [select for diffs]
Modified Tue Jun 26 12:22:47 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4412 , to selected 3875
- better format a call to FreshPorts::CommitterOptIn::RecordErrorDetails()
- add missing DEPENDS as a sanity test failure
- add more debugging related to depends evaluation
- in sanity test failures, mention DEPENDS that cannot be translated to a
- dependency

Revision 4412 - Directory Listing - [select for diffs]
Modified Fri Jun 22 15:17:27 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4411 , to selected 3875
Whitespace adjustment

Revision 4411 - Directory Listing - [select for diffs]
Modified Thu Jun 7 13:39:42 2012 UTC (12 years, 9 months ago) by dan
Diff to previous 4410 , to selected 3875
Check for OFFLINE

Revision 4410 - Directory Listing - [select for diffs]
Modified Wed May 30 12:33:12 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4409 , to selected 3875
Correctly spell the table name.

Revision 4409 - Directory Listing - [select for diffs]
Modified Sun May 27 16:02:49 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4408 , to selected 3875
Fix, thanks to crees

Revision 4408 - Directory Listing - [select for diffs]
Modified Sun May 27 15:35:52 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4407 , to selected 3875
Convert /./ to / in pathnames

Revision 4407 - Directory Listing - [select for diffs]
Modified Sun May 27 15:34:23 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4406 , to selected 3875
More debugging output

Revision 4406 - Directory Listing - [select for diffs]
Modified Fri May 25 13:53:18 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4405 , to selected 3875
Do for _RecordPortFilesTouchedByThatCommit() what we just did for
_CompileListOfPorts()

Revision 4405 - Directory Listing - [select for diffs]
Modified Fri May 25 13:07:40 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4404 , to selected 3875
Avoid a situation where a file at the category level is mistaken for a port.
See 201205251025.q4PAPOvV092118@repoman.freebsd.org

Revision 4404 - Directory Listing - [select for diffs]
Modified Fri May 25 12:54:57 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4403 , to selected 3875
Add more debugging information.  This stemed from
201205251025.q4PAPOvV092118@repoman.freebsd.org

Revision 4403 - Directory Listing - [select for diffs]
Modified Thu May 24 13:09:17 2012 UTC (12 years, 10 months ago) by dan
Diff to previous 4402 , to selected 3875
Allow for svn doc mailing list.

Revision 4402 - Directory Listing - [select for diffs]
Modified Tue Apr 10 19:50:25 2012 UTC (12 years, 11 months ago) by dan
Diff to previous 4401 , to selected 3875
Add script for checking number of ports without entries in the categories
table.

Revision 4401 - Directory Listing - [select for diffs]
Modified Mon Apr 2 01:03:37 2012 UTC (13 years ago) by dan
Diff to previous 4400 , to selected 3875
Return the HTML, not 1.

Revision 4400 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:41:41 2012 UTC (13 years ago) by dan
Diff to previous 4399 , to selected 3875
Debugging

Revision 4399 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:40:22 2012 UTC (13 years ago) by dan
Diff to previous 4398 , to selected 3875
More comments regarding partial vuln processing

Revision 4398 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:39:17 2012 UTC (13 years ago) by dan
Diff to previous 4397 , to selected 3875
Mention where we'd need to change stuff for partial vuln.xml processing.

Revision 4397 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:38:38 2012 UTC (13 years ago) by dan
Diff to previous 4396 , to selected 3875
whitespace

Revision 4396 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:38:04 2012 UTC (13 years ago) by dan
Diff to previous 4395 , to selected 3875
Add some comments regarding partial processing of vuln.xml based on keeping
an MD5 of each vuln

Revision 4395 - Directory Listing - [select for diffs]
Modified Sat Mar 31 20:35:27 2012 UTC (13 years ago) by dan
Diff to previous 4394 , to selected 3875
Remove pkg from the list of constants.
Issue raised by bapt re ports-mgmt/pkg

Revision 4394 - Directory Listing - [select for diffs]
Modified Tue Mar 27 19:50:50 2012 UTC (13 years ago) by dan
Diff to previous 4393 , to selected 3875
Block images

Revision 4393 - Directory Listing - [select for diffs]
Modified Wed Mar 14 15:51:45 2012 UTC (13 years ago) by dan
Diff to previous 4392 , to selected 3875
Turn off support for webpage in profile.

Revision 4392 - Directory Listing - [select for diffs]
Modified Sun Mar 11 04:01:49 2012 UTC (13 years ago) by dan
Diff to previous 4391 , to selected 3875
Disable debuging code

Revision 4391 - Directory Listing - [select for diffs]
Modified Sun Mar 11 04:00:11 2012 UTC (13 years ago) by dan
Diff to previous 4390 , to selected 3875
bouncing.php should always be an absolute URL, not a relative USL.

Revision 4390 - Directory Listing - [select for diffs]
Modified Sun Feb 5 21:17:27 2012 UTC (13 years, 2 months ago) by dan
Diff to previous 4389 , to selected 3875
Make HTML valid

Revision 4389 - Directory Listing - [select for diffs]
Modified Mon Jan 23 17:29:47 2012 UTC (13 years, 2 months ago) by dan
Diff to previous 4388 , to selected 3875
Update copyright year

Revision 4388 - Directory Listing - [select for diffs]
Modified Mon Jan 23 16:52:53 2012 UTC (13 years, 2 months ago) by dan
Diff to previous 4387 , to selected 3875
Don't go deep

Revision 4387 - Directory Listing - [select for diffs]
Modified Mon Jan 23 16:51:16 2012 UTC (13 years, 2 months ago) by dan
Diff to previous 4386 , to selected 3875
Add some RI to commit_log_ports_elements

Revision 4386 - Directory Listing - [select for diffs]
Modified Wed Nov 30 04:02:19 2011 UTC (13 years, 4 months ago) by dan
Diff to previous 4385 , to selected 3875
Add some anti-injection stuff.

Revision 4385 - Directory Listing - [select for diffs]
Modified Sun Oct 2 18:58:36 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4384 , to selected 3875
Complete broken tag

Revision 4384 - Directory Listing - [select for diffs]
Modified Sun Oct 2 17:30:40 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4383 , to selected 3875
When rows are deleted from ports_vulnerable, be sure to clear the cache

Revision 4383 - Directory Listing - [select for diffs]
Modified Sun Oct 2 17:29:20 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4382 , to selected 3875
Remember to clear the ports_vulnerable table when processing

Revision 4382 - Directory Listing - [select for diffs]
Modified Sat Sep 24 19:59:20 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4381 , to selected 3875
Some commits touch no files.  Thus, correctly report the number of files
adjusted.  This corresponds to a recent change to pulling back a commit
(see sp.txt) which now uses LEFT OUTER JOIN

Revision 4381 - Directory Listing - [select for diffs]
Modified Sat Sep 24 19:55:18 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4380 , to selected 3875
Fix broken SQL.  Reported by Ruslan Mahmatkhanov <cvs-src@yandex.ru>

Revision 4380 - Directory Listing - [select for diffs]
Modified Sat Sep 24 19:28:29 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4379 , to selected 3875
For some commits, there are no files touched.  Allow for that in the SQL
by using left outer joins
If a port cannot be found, raise a notice, not an exception.

Revision 4379 - Directory Listing - [select for diffs]
Modified Fri Sep 23 11:29:47 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4378 , to selected 3875
Do not die if no files are found.  That can happen, say with an svn cp

Revision 4378 - Directory Listing - [select for diffs]
Modified Sat Sep 10 00:44:49 2011 UTC (13 years, 6 months ago) by dan
Diff to previous 4377 , to selected 3875
If no valid expiration date, ignore the supplied value.

Revision 4377 - Directory Listing - [select for diffs]
Modified Mon Aug 22 18:21:12 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4376 , to selected 3875
Change tab to spaces
Put the / in 'quotes' to avoid division.

Revision 4376 - Directory Listing - [select for diffs]
Modified Mon Aug 22 01:39:35 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4375 , to selected 3875
Add ip_address

Revision 4375 - Directory Listing - [select for diffs]
Modified Sun Aug 21 21:16:40 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4374 , to selected 3875
Add another list

Revision 4374 - Directory Listing - [select for diffs]
Modified Sun Aug 21 19:36:15 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4373 , to selected 3875
Add **OBSOLETE** CVS commit messages for the entire tree

Revision 4373 - Directory Listing - [select for diffs]
Modified Sun Aug 21 19:29:02 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4372 , to selected 3875
Add missing pm

Revision 4372 - Directory Listing - [select for diffs]
Modified Sun Aug 21 15:20:25 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4371 , to selected 3875
Add logging for failed captcha

Revision 4371 - Directory Listing - [select for diffs]
Modified Sun Aug 21 15:12:20 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4370 , to selected 3875
stop using http://people.freebsd.org/~fenner/portsurvey/ and start using
http://people.freebsd.org/~ehaupt/distilator/ instead

Revision 4370 - Directory Listing - [select for diffs]
Modified Sun Aug 21 15:11:25 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4369 , to selected 3875
Add in projects

Revision 4369 - Directory Listing - [select for diffs]
Modified Sun Aug 21 15:10:59 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4368 , to selected 3875
Add CAPTCHA stuff for new users

Revision 4368 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:32:47 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4367 , to selected 3875
Some updates for port dependencies.

Revision 4367 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:31:56 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4366 , to selected 3875
Introduce, and start using, process_svn_mail.pm for processing SVN commits.
This has been in use on svn.freshports.org for quite some time.

This change allows freebsd-cvs.sh to invoke process_mail.pl, which decides
if this is an email we can process.

Revision 4366 - Directory Listing - [select for diffs]
Modified Mon Aug 15 16:29:26 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4365 , to selected 3875
Set the value of FetchOK

Revision 4365 - Directory Listing - [select for diffs]
Modified Mon Aug 8 13:59:39 2011 UTC (13 years, 7 months ago) by dan
Diff to previous 4364 , to selected 3875
Add examples of cvs-all, and svn

Revision 4364 - Directory Listing - [select for diffs]
Modified Tue Jun 14 17:34:15 2011 UTC (13 years, 9 months ago) by dan
Diff to previous 4363 , to selected 3875
Update

Revision 4363 - Directory Listing - [select for diffs]
Modified Mon Mar 14 14:28:43 2011 UTC (14 years ago) by dan
Diff to previous 4362 , to selected 3875
Have a max depth of 1.

Revision 4362 - Directory Listing - [select for diffs]
Modified Mon Mar 7 00:49:06 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4361 , to selected 3875
add

Revision 4361 - Directory Listing - [select for diffs]
Modified Mon Feb 7 01:27:14 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4360 , to selected 3875
Use Required By instead of These ports depend upon this port

Revision 4360 - Directory Listing - [select for diffs]
Modified Mon Feb 7 00:46:01 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4359 , to selected 3875
Add

Revision 4359 - Directory Listing - [select for diffs]
Modified Mon Feb 7 00:45:10 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4358 , to selected 3875
Allow long lists of dependents to be compressed via javascript.

Revision 4358 - Directory Listing - [select for diffs]
Modified Mon Feb 7 00:38:59 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4357 , to selected 3875
Sort by cat/port
Suggested by: nox

Revision 4357 - Directory Listing - [select for diffs]
Modified Mon Feb 7 00:37:18 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4356 , to selected 3875
Be sure to strip the depends before inserting.

Revision 4356 - Directory Listing - [select for diffs]
Modified Sun Feb 6 21:25:20 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4355 , to selected 3875
Add

Revision 4355 - Directory Listing - [select for diffs]
Modified Sun Feb 6 15:02:30 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4354 , to selected 3875
Add the stored procedure for PortsDependenciesAdd()

Revision 4354 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:54:43 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4353 , to selected 3875
Add

Revision 4353 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:54:09 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4352 , to selected 3875
Add port_dependencies

Revision 4352 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:53:45 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4351 , to selected 3875
Add permissions for port_dependencies

Revision 4351 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:52:51 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4350 , to selected 3875
Display the dependencies sorted by type

Revision 4350 - Directory Listing - [select for diffs]
Modified Sun Feb 6 14:45:46 2011 UTC (14 years, 1 month ago) by dan
Diff to previous 4349 , to selected 3875
Pull dependencies back by type.
When pulling them back, pull them back by the right port id.

Revision 4349 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:26:44 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4348 , to selected 3875
how about some white space?

Revision 4348 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:25:00 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4347 , to selected 3875
remove debugging

Revision 4347 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:21:22 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4346 , to selected 3875
Add the upgrade for port_dependencies

Revision 4346 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:18:50 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4345 , to selected 3875
Add port_dependencies

Revision 4345 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:15:56 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4344 , to selected 3875
Start displaying port dependencies.

Revision 4344 - Directory Listing - [select for diffs]
Modified Sat Feb 5 18:15:00 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4343 , to selected 3875
Create and use freshports_link_to_port_single()

Revision 4343 - Directory Listing - [select for diffs]
Modified Sun Jan 16 15:19:02 2011 UTC (14 years, 2 months ago) by dan
Diff to previous 4342 , to selected 3875
Remove netscape 6 link... :)

Revision 4342 - Directory Listing - [select for diffs]
Modified Sun Jan 2 11:47:28 2011 UTC (14 years, 3 months ago) by dan
Diff to previous 4341 , to selected 3875
Bump copyright year

Revision 4341 - Directory Listing - [select for diffs]
Modified Wed Dec 29 00:01:47 2010 UTC (14 years, 3 months ago) by dan
Diff to previous 4340 , to selected 3875
Upgrade to new AdSense search code

Revision 4340 - Directory Listing - [select for diffs]
Modified Sat Dec 25 17:44:15 2010 UTC (14 years, 3 months ago) by dan
Diff to previous 4339 , to selected 3875
Display license in search results.
Reported by Ruslan Mahmatkhanov <cvs-src@yandex.ru> on 12/24/2010 3:23 PM
While here, fix formating of license output to have trailing <br>.

Revision 4339 - Directory Listing - [select for diffs]
Modified Wed Nov 10 20:04:59 2010 UTC (14 years, 4 months ago) by dan
Diff to previous 4338 , to selected 3875
Let's let them archive.

Revision 4338 - Directory Listing - [select for diffs]
Modified Wed Nov 10 20:04:44 2010 UTC (14 years, 4 months ago) by dan
Diff to previous 4337 , to selected 3875
Do not index category pages.

Revision 4337 - Directory Listing - [select for diffs]
Modified Tue Oct 12 19:03:17 2010 UTC (14 years, 5 months ago) by dan
Diff to previous 4336 , to selected 3875
Add FAQ for diff link

Revision 4336 - Directory Listing - [select for diffs]
Modified Tue Oct 12 19:02:55 2010 UTC (14 years, 5 months ago) by dan
Diff to previous 4335 , to selected 3875
Add freshports_Diff_Icon

Revision 4335 - Directory Listing - [select for diffs]
Modified Tue Oct 12 19:02:30 2010 UTC (14 years, 5 months ago) by dan
Diff to previous 4334 , to selected 3875
Provide a link to the diff

Revision 4334 - Directory Listing - [select for diffs]
Modified Tue Oct 5 12:37:45 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4333 , to selected 3875
Correctly spell license, and correct a bug which prevented license from
being correctly picked up.

REPORTED BY: Thierry Thomas" <thierry@pompo.net>

Revision 4333 - Directory Listing - [select for diffs]
Modified Sat Oct 2 02:33:59 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4332 , to selected 3875
Add for Nagios

Revision 4332 - Directory Listing - [select for diffs]
Modified Tue Sep 21 11:08:10 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4331 , to selected 3875
Fix broken PHP
Reported by mike@molinos.ru

Revision 4331 - Directory Listing - [select for diffs]
Modified Mon Sep 20 14:11:43 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4330 , to selected 3875
Slight tweaks to SQL

Revision 4330 - Directory Listing - [select for diffs]
Modified Sun Sep 19 14:47:56 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4329 , to selected 3875
Add select, which is needed for the delete WHERE...

Revision 4329 - Directory Listing - [select for diffs]
Modified Fri Sep 17 15:14:42 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4328 , to selected 3875
Be consistent with syslog calls

Revision 4328 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:44:55 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4327 , to selected 3875
Add form for forgotten passwords

Revision 4327 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:44:38 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4326 , to selected 3875
Remove reset, we don't need that.
Add link to forgotten password

Revision 4326 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:44:02 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4325 , to selected 3875
Update copyright years.
use preg_match instead of eregi, which is deprecated

Revision 4325 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:42:34 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4324 , to selected 3875
add user_password_reset

Revision 4324 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:38:29 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4323 , to selected 3875
Add the ability to reset a forgotten password.

Revision 4323 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:37:16 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4322 , to selected 3875
use pg_escape_string instead of AddSlashes

Revision 4322 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:36:03 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4321 , to selected 3875
Add password reset stuff

Revision 4321 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:31:36 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4320 , to selected 3875
Add password token purging

Revision 4320 - Directory Listing - [select for diffs]
Modified Fri Sep 17 14:31:02 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4319 , to selected 3875
The ability to delete old password tokens

Revision 4319 - Directory Listing - [select for diffs]
Modified Thu Sep 16 16:29:58 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4318 , to selected 3875
Add.

Revision 4318 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:48:07 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4317 , to selected 3875
Document upgrade for license support

Revision 4317 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:47:38 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4316 , to selected 3875
Add support for license

Revision 4316 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:46:48 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4315 , to selected 3875
Apply htmlentities to output parameters.

Revision 4315 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:42:30 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4314 , to selected 3875
Add support for license

Revision 4314 - Directory Listing - [select for diffs]
Modified Thu Sep 16 15:42:09 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4313 , to selected 3875
Add another test.

Revision 4313 - Directory Listing - [select for diffs]
Modified Wed Sep 15 13:33:37 2010 UTC (14 years, 6 months ago) by dan
Diff to previous 4312 , to selected 3875
Improve a debugging message.

Revision 4312 - Directory Listing - [select for diffs]
Modified Sat Jul 31 15:44:24 2010 UTC (14 years, 8 months ago) by dan
Diff to previous 4311 , to selected 3875
Cater for empty change values

Revision 4311 - Directory Listing - [select for diffs]
Modified Sun Jul 11 18:23:26 2010 UTC (14 years, 8 months ago) by dan
Diff to previous 4310 , to selected 3875
Fix broken search, reported by Bjoern A. Zeeb

Revision 4310 - Directory Listing - [select for diffs]
Modified Sat Apr 17 19:09:20 2010 UTC (14 years, 11 months ago) by dan
Diff to previous 4309 , to selected 3875
Add

Revision 4309 - Directory Listing - [select for diffs]
Modified Sat Jan 23 19:17:01 2010 UTC (15 years, 2 months ago) by dan
Diff to previous 4308 , to selected 3875
remove debugging

Revision 4308 - Directory Listing - [select for diffs]
Modified Wed Jan 20 20:30:13 2010 UTC (15 years, 2 months ago) by dan
Diff to previous 4307 , to selected 3875
set intval() on incoming num

Revision 4307 - Directory Listing - [select for diffs]
Modified Sun Jan 10 02:23:55 2010 UTC (15 years, 2 months ago) by dan
Diff to previous 4306 , to selected 3875
invoke pg_escape_string on vid.

Revision 4306 - Directory Listing - [select for diffs]
Modified Sun Dec 20 12:01:43 2009 UTC (15 years, 3 months ago) by dan
Diff to previous 4305 , to selected 3875
Allow FreeBSD 8

Revision 4305 - Directory Listing - [select for diffs]
Modified Fri Dec 18 17:22:04 2009 UTC (15 years, 3 months ago) by dan
Diff to previous 4304 , to selected 3875
Remove X11BASE

Revision 4304 - Directory Listing - [select for diffs]
Modified Sat Dec 5 17:46:06 2009 UTC (15 years, 4 months ago) by dan
Diff to previous 4303 , to selected 3875
Remove stunnel.  We use a VPN now.

Revision 4303 - Directory Listing - [select for diffs]
Modified Sat Oct 17 13:55:36 2009 UTC (15 years, 5 months ago) by dan
Diff to previous 4302 , to selected 3875
Add privacy claim for burst

Revision 4302 - Directory Listing - [select for diffs]
Modified Fri May 15 02:07:34 2009 UTC (15 years, 10 months ago) by dan
Diff to previous 4301 , to selected 3875
Set RESTRICTED correctly.

Revision 4301 - Directory Listing - [select for diffs]
Modified Thu Jan 8 19:47:08 2009 UTC (16 years, 2 months ago) by dan
Diff to previous 4300 , to selected 3875
Use the post variable, not a local var.

Revision 4300 - Directory Listing - [select for diffs]
Modified Thu Jan 8 19:22:42 2009 UTC (16 years, 2 months ago) by dan
Diff to previous 4299 , to selected 3875
Check for email address

Revision 4299 - Directory Listing - [select for diffs]
Modified Thu Jan 8 19:14:11 2009 UTC (16 years, 2 months ago) by dan
Diff to previous 4298 , to selected 3875
add warning about @FreeBSD.org

Revision 4298 - Directory Listing - [select for diffs]
Modified Wed Dec 17 03:14:24 2008 UTC (16 years, 3 months ago) by dan
Diff to previous 4297 , to selected 3875
Keep the constants and utilities in there.

Revision 4297 - Directory Listing - [select for diffs]
Modified Wed Dec 17 03:05:31 2008 UTC (16 years, 3 months ago) by dan
Diff to previous 4296 , to selected 3875
Commits to vendor branches slightly differs from normal commits.
From Oleksandr Tymoshenko <gonzo@bluezbox.com>

Revision 4296 - Directory Listing - [select for diffs]
Modified Sat Oct 11 01:28:34 2008 UTC (16 years, 5 months ago) by dan
Diff to previous 4295 , to selected 3875
Add new script amended by Oleksandr Tymoshenko (gonzo@)

Revision 4295 - Directory Listing - [select for diffs]
Modified Sat Oct 11 01:21:23 2008 UTC (16 years, 5 months ago) by dan
Diff to previous 4294 , to selected 3875
Add more

Revision 4294 - Directory Listing - [select for diffs]
Modified Fri Oct 10 19:44:15 2008 UTC (16 years, 5 months ago) by dan
Diff to previous 4293 , to selected 3875
Add new graphs

Revision 4293 - Directory Listing - [select for diffs]
Modified Fri Oct 10 19:42:33 2008 UTC (16 years, 5 months ago) by dan
Diff to previous 4292 , to selected 3875
Add link to graphs

Revision 4292 - Directory Listing - [select for diffs]
Modified Mon Sep 29 06:11:39 2008 UTC (16 years, 6 months ago) by dan
Diff to previous 4291 , to selected 3875
Add better handling of cache update for things such as GIDs, UIDs, LEGAL,
etc.

Revision 4291 - Directory Listing - [select for diffs]
Modified Mon Sep 29 04:49:04 2008 UTC (16 years, 6 months ago) by dan
Diff to previous 4290 , to selected 3875
No more Google referrers.

Revision 4290 - Directory Listing - [select for diffs]
Modified Thu Sep 18 04:28:55 2008 UTC (16 years, 6 months ago) by dan
Diff to previous 4289 , to selected 3875
Now that we are not using ConvertFilePath, we aren't picking up the Freeze.
Fix that.

Revision 4289 - Directory Listing - [select for diffs]
Modified Tue Sep 9 13:02:38 2008 UTC (16 years, 6 months ago) by dan
Diff to previous 4288 , to selected 3875
Put the bracket ( in the right place.

Revision 4288 - Directory Listing - [select for diffs]
Modified Thu Sep 4 14:33:09 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4287 , to selected 3875
Cast greatest() to ::date

Revision 4287 - Directory Listing - [select for diffs]
Modified Mon Sep 1 14:45:53 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4286 , to selected 3875
better quoting, to cope with 8.3 strictness

Revision 4286 - Directory Listing - [select for diffs]
Modified Mon Sep 1 14:16:08 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4285 , to selected 3875
convert to $$ for procedures

Revision 4285 - Directory Listing - [select for diffs]
Modified Mon Sep 1 13:58:18 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4284 , to selected 3875
Go to $$ quoting

Revision 4284 - Directory Listing - [select for diffs]
Modified Mon Sep 1 13:51:23 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4283 , to selected 3875
Cast the first arguent to digest().
Under 8.3.3 it seems to need this.

Revision 4283 - Directory Listing - [select for diffs]
Modified Fri Aug 29 13:07:31 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4282 , to selected 3875
We don't need to use db_escape() any more.  DBI does proper PostgreSQL
quoting.

Revision 4282 - Directory Listing - [select for diffs]
Modified Thu Aug 28 02:45:58 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4281 , to selected 3875
Add details for FreeBSD 7.
Incorporate changes suggested by koitsu@

Revision 4281 - Directory Listing - [select for diffs]
Modified Sun Aug 10 21:13:07 2008 UTC (16 years, 7 months ago) by dan
Diff to previous 4280 , to selected 3875
Invoke NullIFEmpty on several more port fields.

Revision 4280 - Directory Listing - [select for diffs]
Modified Wed Aug 6 13:36:16 2008 UTC (16 years, 8 months ago) by dan
Diff to previous 4279 , to selected 3875
Use the password hash, not the no-longer-existing password field.

Revision 4279 - Directory Listing - [select for diffs]
Modified Fri Jun 6 18:13:41 2008 UTC (16 years, 10 months ago) by dan
Diff to previous 4278 , to selected 3875
Treat restricted and no_cdrom with special care for NULL

Revision 4278 - Directory Listing - [select for diffs]
Modified Tue May 20 00:39:10 2008 UTC (16 years, 10 months ago) by dan
Diff to previous 4277 , to selected 3875
asked -> marked

Revision 4277 - Directory Listing - [select for diffs]
Modified Wed Apr 30 15:48:59 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4276 , to selected 3875
Put the <big></big> back in for version in the Commit History

Revision 4276 - Directory Listing - [select for diffs]
Modified Wed Apr 30 15:47:30 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4275 , to selected 3875
Fix a comment - spell output
For Commit History, to make it fit on a 1024x768 screen:
Put the version in bold, not big.
Put everything after the version on a new line

Revision 4275 - Directory Listing - [select for diffs]
Modified Tue Apr 29 21:10:24 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4274 , to selected 3875
Do not log the SQL, instead log details.  So we don't see the password.

Revision 4274 - Directory Listing - [select for diffs]
Modified Tue Apr 29 01:56:23 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4273 , to selected 3875
Stop using the password field

Revision 4273 - Directory Listing - [select for diffs]
Modified Tue Apr 29 01:45:53 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4272 , to selected 3875
First step to encrypted passwords

Revision 4272 - Directory Listing - [select for diffs]
Modified Sat Apr 19 23:48:21 2008 UTC (16 years, 11 months ago) by dan
Diff to previous 4271 , to selected 3875
Correctly handle is_interactive to avoid setting that field to ENULL.

Revision 4271 - Directory Listing - [select for diffs]
Modified Sun Feb 10 19:42:42 2008 UTC (17 years, 1 month ago) by dan
Diff to previous 4270 , to selected 3875
Instead of nil for no configuration items, show No options to configure

Revision 4270 - Directory Listing - [select for diffs]
Modified Sun Feb 10 19:18:13 2008 UTC (17 years, 1 month ago) by dan
Diff to previous 4269 , to selected 3875
add ability to search src, not just ports

Revision 4269 - Directory Listing - [select for diffs]
Modified Sun Feb 10 19:17:22 2008 UTC (17 years, 1 month ago) by dan
Diff to previous 4268 , to selected 3875
Add ability to search src tree, not just ports.

Revision 4268 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:31:31 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4267 , to selected 3875
Start using NULLIfEmpty()

Revision 4267 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:31:09 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4266 , to selected 3875
Remove _NULLIfEmpty() as it is now part of utilities.pm
Start using the new location.

Revision 4266 - Directory Listing - [select for diffs]
Modified Fri Feb 1 14:30:42 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4265 , to selected 3875
Move NULLIfEmpty() here from port.pm

Revision 4265 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:02:53 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4264 , to selected 3875
Start escaping stuff going into the port table.

Revision 4264 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:02:28 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4263 , to selected 3875
Start escaping the additions to the commit_log table.

Revision 4263 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:01:53 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4262 , to selected 3875
Add a few debugging hints

Revision 4262 - Directory Listing - [select for diffs]
Modified Fri Feb 1 02:01:15 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4261 , to selected 3875
Add db_escape, which escpaes stuff for PostgreSQL, E'stuff'

Revision 4261 - Directory Listing - [select for diffs]
Modified Sat Jan 26 23:41:32 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4260 , to selected 3875
Add FRESHPORTS_LOG_CACHE_ACTIVITY

Revision 4260 - Directory Listing - [select for diffs]
Modified Sat Jan 26 23:41:05 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4259 , to selected 3875
By default logging of cache activity is off.

Revision 4259 - Directory Listing - [select for diffs]
Modified Thu Jan 24 20:33:13 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4258 , to selected 3875
If showconfig is empty, display nil.

Revision 4258 - Directory Listing - [select for diffs]
Modified Thu Jan 24 16:51:38 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4257 , to selected 3875
For showconfig:
 - use OPTIONSFILE=/nonexistent
 - remove LOCALBASE and X11BASE

Revision 4257 - Directory Listing - [select for diffs]
Modified Sat Jan 19 00:11:12 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4256 , to selected 3875
For showconfig

Revision 4256 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:59:44 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4255 , to selected 3875
Add showconfig
Use ports.status instead of element.status

Revision 4255 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:59:20 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4254 , to selected 3875
Change <i> to <b> instead.
add ports.showconfig

Revision 4254 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:58:41 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4253 , to selected 3875
Add ports.showconfig

Revision 4253 - Directory Listing - [select for diffs]
Modified Fri Jan 18 23:54:43 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4252 , to selected 3875
Ready to go

Revision 4252 - Directory Listing - [select for diffs]
Modified Fri Jan 18 18:42:23 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4251 , to selected 3875
Add ports.showconfig, which will be the output of make showconfig

Revision 4251 - Directory Listing - [select for diffs]
Modified Fri Jan 18 18:35:31 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4250 , to selected 3875
Add port epoch to the fields selected from the db.

Revision 4250 - Directory Listing - [select for diffs]
Modified Fri Jan 18 15:10:46 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4249 , to selected 3875
ShowDistFilesSurveyLink => ShowDistfilesSurveyLink
lowercase f

Revision 4249 - Directory Listing - [select for diffs]
Modified Fri Jan 18 15:06:50 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4248 , to selected 3875
Whitespace only

Revision 4248 - Directory Listing - [select for diffs]
Modified Fri Jan 18 15:04:36 2008 UTC (17 years, 2 months ago) by dan
Diff to previous 4247 , to selected 3875
Whitespace changes only.

Revision 4247 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:46:07 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4246 , to selected 3875
Use the EVERYTHING statement.

Revision 4246 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:45:52 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4245 , to selected 3875
Add the EVERYTHING statement

Revision 4245 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:39:04 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4244 , to selected 3875
call freshports_DistFilesSurveyURL()

Revision 4244 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:38:12 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4243 , to selected 3875
Add freshports_DistFilesSurveyURL()

Revision 4243 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:37:59 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4242 , to selected 3875
Add DISTFILESSURVEYSHOW, new code to follow shortly.
Add PORTSMONSHOW, code for which has existed for some time.

Revision 4242 - Directory Listing - [select for diffs]
Modified Tue Jan 1 13:53:51 2008 UTC (17 years, 3 months ago) by dan
Diff to previous 4241 , to selected 3875
Welcome to 2008

Revision 4241 - Directory Listing - [select for diffs]
Modified Mon Dec 31 02:17:19 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4240 , to selected 3875
Get the pathname right.

Revision 4240 - Directory Listing - [select for diffs]
Modified Mon Dec 31 02:14:06 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4239 , to selected 3875
When displaying search results, do not set the focus.

Revision 4239 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:44:00 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4238 , to selected 3875
Wrong website.  :)

Revision 4238 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:41:55 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4237 , to selected 3875
Add, incomplete.

Revision 4237 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:40:58 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4236 , to selected 3875
ignore OFFLINE

Revision 4236 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:35:07 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4235 , to selected 3875
Don't echo the parm.
check for valid parm, and if none, echo usage.

Revision 4235 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:41:59 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4234 , to selected 3875
Check for OFFLINE

Revision 4234 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:37:28 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4233 , to selected 3875
Add support for fp-listen

Revision 4233 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:37:00 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4232 , to selected 3875
Add a log message

Revision 4232 - Directory Listing - [select for diffs]
Modified Sun Dec 30 18:36:46 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4231 , to selected 3875
Remove irrelevant comments
Add a full path to the OFFLINE file

Revision 4231 - Directory Listing - [select for diffs]
Modified Sun Dec 30 17:22:28 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4230 , to selected 3875
Check for OFFLINE

Revision 4230 - Directory Listing - [select for diffs]
Modified Sun Dec 30 15:22:29 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4229 , to selected 3875
A vhost.conf used when the website is offline

Revision 4229 - Directory Listing - [select for diffs]
Modified Sun Dec 30 15:21:50 2007 UTC (17 years, 3 months ago) by dan
Diff to previous 4228 , to selected 3875
Add a script for taking the website offline for maintenance

Revision 4228 - Directory Listing - [select for diffs]
Modified Fri Nov 9 02:38:39 2007 UTC (17 years, 4 months ago) by dan
Diff to previous 4227 , to selected 3875
I now think ConvertFilePath is wrong.  I should not munge the file name like
that.  Do it at fetch time!

Revision 4227 - Directory Listing - [select for diffs]
Modified Thu Oct 25 11:57:23 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4226 , to selected 3875
Ooops, the include directory is now outside DOCUMENTROOT.  Adjust the path
so these pages still work.

Revision 4226 - Directory Listing - [select for diffs]
Modified Thu Oct 25 02:01:52 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4225 , to selected 3875
Add the number of ports and non-ports in this commit.

Revision 4225 - Directory Listing - [select for diffs]
Modified Thu Oct 25 00:07:59 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4224 , to selected 3875
Fix display of commits with lots of ports.

Revision 4224 - Directory Listing - [select for diffs]
Modified Thu Oct 25 00:07:40 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4223 , to selected 3875
Alter the Count() function to return the number of commits.

Revision 4223 - Directory Listing - [select for diffs]
Modified Wed Oct 24 13:16:15 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4222 , to selected 3875
Better handle failed master-sites-all

Revision 4222 - Directory Listing - [select for diffs]
Modified Wed Oct 24 12:37:15 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4221 , to selected 3875
Sanity test failure table now has FK with delete cascade, not delete restrict.

Revision 4221 - Directory Listing - [select for diffs]
Modified Tue Oct 23 19:01:37 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4220 , to selected 3875
Try htmlentities on the code first.

Revision 4220 - Directory Listing - [select for diffs]
Modified Tue Oct 23 18:55:08 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4219 , to selected 3875
Change the code so a URL containing an & will have the text correctly
translated.
Add a test for this.

Revision 4219 - Directory Listing - [select for diffs]
Modified Tue Oct 23 18:39:41 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4218 , to selected 3875
Stop using an array to store all the results and process rows as we get
them.

Revision 4218 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:02:46 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4217 , to selected 3875
Set the limit to the right value, not a hardcoded 100.

Revision 4217 - Directory Listing - [select for diffs]
Modified Mon Oct 22 13:04:21 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4216 , to selected 3875
&page -> ?page so that everything after the ? goes into QUERY_STRING

Revision 4216 - Directory Listing - [select for diffs]
Modified Mon Oct 22 13:02:54 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4215 , to selected 3875
Use REDIRECT_QUERY_STRING instead of REQUEST_URI so we get the page numbers
correctly.

Revision 4215 - Directory Listing - [select for diffs]
Modified Mon Oct 22 13:01:43 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4214 , to selected 3875
whitespace only

Revision 4214 - Directory Listing - [select for diffs]
Modified Mon Oct 22 01:34:03 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4213 , to selected 3875
Cater for no vulns

Revision 4213 - Directory Listing - [select for diffs]
Modified Mon Oct 22 01:32:34 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4212 , to selected 3875
Give a proper count of vulns and ports.

Revision 4212 - Directory Listing - [select for diffs]
Modified Sun Oct 21 17:00:34 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4211 , to selected 3875
Remove

Revision 4211 - Directory Listing - [select for diffs]
Modified Sun Oct 21 17:00:17 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4210 , to selected 3875
Add link to the new contact.php page
move link to blog to the This Site section
ditto for forums link

Revision 4210 - Directory Listing - [select for diffs]
Modified Sun Oct 21 16:59:05 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4209 , to selected 3875
Add

Revision 4209 - Directory Listing - [select for diffs]
Modified Sun Oct 21 16:58:45 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4208 , to selected 3875
Link to langille.org and news.freshports.org

Revision 4208 - Directory Listing - [select for diffs]
Modified Sun Oct 21 16:23:36 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4207 , to selected 3875
Add a link to the vuln.xml file so we can do a quick comparison.

Revision 4207 - Directory Listing - [select for diffs]
Modified Sat Oct 20 23:11:06 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4206 , to selected 3875
Add a new FAQ: why does PORTVERSION differ from top of page to first commit
in commit history.

Revision 4206 - Directory Listing - [select for diffs]
Modified Sat Oct 20 22:41:32 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4205 , to selected 3875
add freshports_VuXML_Link($PackageName, $HasCurrentVulns)

Revision 4205 - Directory Listing - [select for diffs]
Modified Sat Oct 20 22:41:13 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4204 , to selected 3875
For the skull at the top of the page, link to the vuxml.php?package=

Revision 4204 - Directory Listing - [select for diffs]
Modified Sat Oct 20 22:39:24 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4203 , to selected 3875
convert the package name to lowercase

Revision 4203 - Directory Listing - [select for diffs]
Modified Sat Oct 20 22:12:07 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4202 , to selected 3875
Add package= feature so we can list all vulns for a package

Revision 4202 - Directory Listing - [select for diffs]
Modified Sat Oct 20 20:57:23 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4201 , to selected 3875
Do not redirect to vuxml.org if there is just one vuxml.  It is nice to be
able to see what FreshPorts has recorded.
When displaying all vulns, compare package names in lower case. This will
put all different variations of phpMyAdmin together.

Revision 4201 - Directory Listing - [select for diffs]
Modified Thu Oct 18 18:11:06 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4200 , to selected 3875
Invoke FreshPorts::Utilities::InitSyslog();

Revision 4200 - Directory Listing - [select for diffs]
Modified Thu Oct 18 18:07:36 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4199 , to selected 3875
Do a better log message

Revision 4199 - Directory Listing - [select for diffs]
Modified Thu Oct 18 17:52:39 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4198 , to selected 3875
Try syslog

Revision 4198 - Directory Listing - [select for diffs]
Modified Thu Oct 18 17:44:41 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4197 , to selected 3875
Set the Queue as a configuration item.

Revision 4197 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:27:25 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4196 , to selected 3875
We no longer patch

Revision 4196 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:27:12 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4195 , to selected 3875
Use the native ports infrastructure instead of own patch
MASTERPORT =>  MASTER_PORT

Revision 4195 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:26:14 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4194 , to selected 3875
We no longer patch.  The previous patch was to just keep the code instead of
abandoning it.

Revision 4194 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:22:45 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4193 , to selected 3875
How to patch on the fly.

Revision 4193 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:22:18 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4192 , to selected 3875
we no longer patch

Revision 4192 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:21:14 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4191 , to selected 3875
We don't patch any more

Revision 4191 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:06:51 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4190 , to selected 3875
add ports/Mk/bsd.port.mk

Revision 4190 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:05:58 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4189 , to selected 3875
We patch less for a while

Revision 4189 - Directory Listing - [select for diffs]
Modified Tue Oct 16 23:05:26 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4188 , to selected 3875
No longer needed.

Revision 4188 - Directory Listing - [select for diffs]
Modified Tue Oct 16 21:53:37 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4187 , to selected 3875
Remove.  Covered by other patch: bsd.port.mk.master-slave-patch

Revision 4187 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:02:45 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4186 , to selected 3875
Add the repository

Revision 4186 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:02:21 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4185 , to selected 3875
Use more constants
Fetch files before invoking scripts

Revision 4185 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:01:41 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4184 , to selected 3875
Remove inaccurate comments referring to ./process_moved.sh
Log more information
This script no long fetches the file.
That should occur before this script is invoked.

Revision 4184 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:59:54 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4183 , to selected 3875
Log more information
Use the CVSWEB URL from config.sh

Revision 4183 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:58:21 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4182 , to selected 3875
When we can't fetch all the files, report an error and exit the loop.

Revision 4182 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:55:51 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4181 , to selected 3875
Add a ConvertFilePath($FilePath)
Cater for older commits, without a repository set in the message.

Revision 4181 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:54:41 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4180 , to selected 3875
Remove PORTDIR from MASTERPORT.
Some ports do this in a wonky way.  For example:
   category   |                  name                  |                  master_port
--------------+----------------------------------------+-----------------------------------------------
 graphics     | ocaml-lablgl                           | /usr/home/dan/ports/devel/ocaml-camlidl
 archivers    | ocaml-zip                              | /usr/home/dan/ports/devel/ocaml-camlidl
 security     | ocaml-cryptgps                         | /usr/home/dan/ports/devel/ocaml-camlidl
 x11-toolkits | ocaml-lablgtk                          | //usr/home/dan/ports/devel/ocaml-camlidl
 japanese     | kinput2-canna+sj3                      | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+sj3+wnn6                 | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+sj3+wnn7                 | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+wnn7                     | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+wnn6                     | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3+wnn7                       | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-wnn7                           | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-freewnn+sj3                    | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-wnn6                           | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna                          | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+freewnn                  | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-canna+freewnn+sj3              | //usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3+wnn6                       | /usr/home/dan/ports/japanese/kinput2-freewnn/
 japanese     | kinput2-sj3                            | //usr/home/dan/ports/japanese/kinput2-freewnn/
 math         | spooles-mpich                          | /usr/home/dan/ports/math/spooles/
 science      | mpqc-mpich                             | //usr/home/dan/ports/science/mpqc/
 x11-toolkits | fltk-threads                           | /usr/home/dan/ports/x11-toolkits/fltk/

Revision 4180 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:29:39 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4179 , to selected 3875
remember to create scripts-log

Revision 4179 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:29:25 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4178 , to selected 3875
Set permissions so watch list counts can be updated on-the-fly.

Revision 4178 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:28:49 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4177 , to selected 3875
Add triggers to keep watch list count up to date as people add/change
entries to/from their watch lists.

Revision 4177 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:27:56 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4176 , to selected 3875
no idea what changed here

Revision 4176 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:54:11 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4175 , to selected 3875
Add:
43  18  *       *   *   ${DIR}/cvsup-local-tree
which replaces the old command line version... which started to get ugly

Revision 4175 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:52:51 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4174 , to selected 3875
Add

Revision 4174 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:17:22 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4173 , to selected 3875
Add FREEBSDCVSUPHOST

Revision 4173 - Directory Listing - [select for diffs]
Modified Mon Oct 15 16:48:55 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4172 , to selected 3875
One of these compared items may be empty.  So add an X so they aren't.

Revision 4172 - Directory Listing - [select for diffs]
Modified Fri Oct 12 16:32:34 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4171 , to selected 3875
when processing a new category, fetch /www/en/ports/categories

Yes, we should use configuration items for these URLS...

Revision 4171 - Directory Listing - [select for diffs]
Modified Fri Oct 12 15:16:43 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4170 , to selected 3875
Add the master_slave() table, as yet unused.
See http://news.freshports.org/2007/10/12/masterslave-relationships/

Revision 4170 - Directory Listing - [select for diffs]
Modified Fri Oct 12 15:16:05 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4169 , to selected 3875
For freshports_commit_port, invoke element_pathname() such that it does not
provide a leading slash in the filename.

Revision 4169 - Directory Listing - [select for diffs]
Modified Fri Oct 12 12:15:16 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4168 , to selected 3875
remove inaccurate comment

Revision 4168 - Directory Listing - [select for diffs]
Modified Fri Oct 12 09:11:04 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4167 , to selected 3875
that should be sysutils/bacula-server, not bacula-server.

Revision 4167 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:13:50 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4166 , to selected 3875
Add the master port tests

Revision 4166 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:11:33 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4165 , to selected 3875
Test via the ports tree

Revision 4165 - Directory Listing - [select for diffs]
Modified Thu Oct 11 19:26:48 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4164 , to selected 3875
patch with -N

Revision 4164 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:57:27 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4163 , to selected 3875
Check that bacula-client is a slave port of bacula-server.
We could make this a list of such ports, but that's for future work.

Revision 4163 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:15:33 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4162 , to selected 3875
Comment out a debug statement.

Revision 4162 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:14:38 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4161 , to selected 3875
Clarify the diagnostic message when a category is not found

Revision 4161 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:14:03 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4160 , to selected 3875
Use FreshPorts::Config::Fetch_Retry_Limit and $FreshPorts::Config::Fetch_Sleep_Time

Revision 4160 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:09:39 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4159 , to selected 3875
Move the file into the dynamic dir

Revision 4159 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:09:12 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4158 , to selected 3875
Handle odd URLs better.
At present, http://www.freshports.org/sysutils/bacula-server/things/stuff/
will still show bacula-server.
This change prevents such things.  The above URL will now return a 404

Revision 4158 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:06:28 2007 UTC (17 years, 5 months ago) by dan
Diff to previous 4157 , to selected 3875
Add more debuggins

Revision 4157 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:57:56 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4156 , to selected 3875
Add a \n

Revision 4156 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:49:07 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4155 , to selected 3875
Add the names of the files which receive special processing.

Revision 4155 - Directory Listing - [select for diffs]
Modified Sun Oct 7 19:03:43 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4154 , to selected 3875
Remove extraneous line

Revision 4154 - Directory Listing - [select for diffs]
Modified Tue Oct 2 14:33:11 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4153 , to selected 3875
Redirect their ass on http://

Revision 4153 - Directory Listing - [select for diffs]
Modified Sun Sep 30 16:47:55 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4152 , to selected 3875
Add a bit more sorting criteria to ensure consistent sorts.

Revision 4152 - Directory Listing - [select for diffs]
Modified Sun Sep 30 16:46:23 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4151 , to selected 3875
Comment out some debug code

Revision 4151 - Directory Listing - [select for diffs]
Modified Sun Sep 16 01:30:43 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4150 , to selected 3875
Take a better approach when checking for non ASCII files...
Don't look for HTML anywhere in the file output.  Just look for it at the
start of the line.

Revision 4150 - Directory Listing - [select for diffs]
Modified Sun Sep 16 01:29:56 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4149 , to selected 3875
Do not munge the result value when fetching a file

Revision 4149 - Directory Listing - [select for diffs]
Modified Thu Sep 13 13:01:42 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4148 , to selected 3875
Provide knobs to set fetch sleep intervals and fetch retries.  This should
improve handling of network comms problems.

Revision 4148 - Directory Listing - [select for diffs]
Modified Tue Sep 11 16:45:24 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4147 , to selected 3875
Remove 2nd instance of my declaration.

Revision 4147 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:46:06 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4146 , to selected 3875
Better error logging

Revision 4146 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:21:00 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4145 , to selected 3875
Add scripts-log

Revision 4145 - Directory Listing - [select for diffs]
Modified Tue Sep 11 14:17:37 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4144 , to selected 3875
Let's do logger, not echo for these errors.

Revision 4144 - Directory Listing - [select for diffs]
Modified Mon Sep 10 15:24:19 2007 UTC (17 years, 6 months ago) by dan
Diff to previous 4143 , to selected 3875
Remove link to the Design Contest.

Revision 4143 - Directory Listing - [select for diffs]
Modified Sun Aug 26 22:20:40 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4142 , to selected 3875
Slight changes for Verio

Revision 4142 - Directory Listing - [select for diffs]
Modified Sun Aug 26 02:43:33 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4141 , to selected 3875
Give a better cvsup example

Revision 4141 - Directory Listing - [select for diffs]
Modified Sun Aug 26 02:40:57 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4140 , to selected 3875
This should be run whether or not we are OFFLINE
Simplify the script.

Revision 4140 - Directory Listing - [select for diffs]
Modified Sat Aug 25 23:06:02 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4139 , to selected 3875
Add

Revision 4139 - Directory Listing - [select for diffs]
Modified Sat Aug 25 21:46:10 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4138 , to selected 3875
Add these patches for the ports Mk system

Revision 4138 - Directory Listing - [select for diffs]
Modified Mon Aug 20 13:24:53 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4137 , to selected 3875
Sanity Test Failures should have a delete cascade, not delete restrict,
relationship with commit_log

Revision 4137 - Directory Listing - [select for diffs]
Modified Wed Aug 15 11:54:02 2007 UTC (17 years, 7 months ago) by dan
Diff to previous 4136 , to selected 3875
Oh, we're using the old style of cache file name when flushing the cache.
And we aren't finding anything.  So the cache is never cleared.  This is a
problem.

Revision 4136 - Directory Listing - [select for diffs]
Modified Tue Jul 31 14:26:13 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4135 , to selected 3875
Make the link easier to read for /usr/ports/UPDATING

Revision 4135 - Directory Listing - [select for diffs]
Modified Tue Jul 31 14:20:28 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4134 , to selected 3875
process_moved.sh, process_updating.sh, and process_vuxml.sh are no longer
wrong from crontab.

Revision 4134 - Directory Listing - [select for diffs]
Modified Tue Jul 31 14:11:08 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4133 , to selected 3875
Start using a DIRLOG for keeping track of what happens

Revision 4133 - Directory Listing - [select for diffs]
Modified Sat Jul 21 16:03:22 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4132 , to selected 3875
Order by ID, so you need all of one VUXML together.

Revision 4132 - Directory Listing - [select for diffs]
Modified Sat Jul 21 14:07:32 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4131 , to selected 3875
Start the move to the new CSS layout

Revision 4131 - Directory Listing - [select for diffs]
Modified Tue Jul 10 11:39:08 2007 UTC (17 years, 8 months ago) by (unknown author)
Diff to previous 4130 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Revision 4130 - Directory Listing - [select for diffs]
Modified Tue Jul 10 11:39:07 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4129 , to selected 3875
Ummm, revert previous commit.  It messes up commits such as:

http://beta.freshsource.org/commit.php?message_id=200707091710.l69HAN45082829@repoman.freebsd.org

Revision 4129 - Directory Listing - [select for diffs]
Modified Mon Jul 9 21:40:47 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4128 , to selected 3875
Add code to append the repo name to CVSROOT in each commit.

Each cvs-all email contains a line of this form:

  FreeBSD doc repository

where doc is the name of the repository.  It is important to append the
repository name to CVSROOT for any commits to the CVSROOT/ directory.

Revision 4128 - Directory Listing - [select for diffs]
Modified Mon Jul 9 13:11:13 2007 UTC (17 years, 8 months ago) by (unknown author)
Diff to previous 4127 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Revision 4127 - Directory Listing - [select for diffs]
Modified Mon Jul 9 13:11:12 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4126 , to selected 3875
When ordering by date, order by DESC.

Revision 4126 - Directory Listing - [select for diffs]
Modified Mon Jul 9 12:59:02 2007 UTC (17 years, 8 months ago) by dan
Diff to previous 4125 , to selected 3875
Remove use of Date when grabbing stats. Use order by date limit 1 instead.

Revision 4125 - Directory Listing - [select for diffs]
Modified Fri Jul 6 19:01:01 2007 UTC (17 years, 9 months ago) by dan
Diff to previous 4124 , to selected 3875
Get the path into CVSWEB right. Add a missing / for non-port files.

Revision 4124 - Directory Listing - [select for diffs]
Modified Wed Jun 27 11:16:30 2007 UTC (17 years, 9 months ago) by (unknown author)
Diff to previous 4123 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Revision 4123 - Directory Listing - [select for diffs]
Modified Wed Jun 27 11:16:29 2007 UTC (17 years, 9 months ago) by dan
Diff to previous 4122 , to selected 3875
Stop logging the URL for every single thing

Revision 4122 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:40:54 2007 UTC (17 years, 9 months ago) by dan
Diff to previous 4121 , to selected 3875
Use the new ReportErrorEmailNoPrint().

Revision 4121 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:40:26 2007 UTC (17 years, 9 months ago) by dan
Diff to previous 4120 , to selected 3875
add ReportErrorEmailNoPrint() and alter _ReportErrorHelper() to
conditionally print the error message.

Revision 4120 - Directory Listing - [select for diffs]
Modified Wed Jun 27 02:39:46 2007 UTC (17 years, 9 months ago) by dan
Diff to previous 4119 , to selected 3875
White space only

Revision 4119 - Directory Listing - [select for diffs]
Modified Mon Jun 4 03:37:47 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4118 , to selected 3875
Remove silly syslog call.  not really useful.

Revision 4118 - Directory Listing - [select for diffs]
Modified Mon Jun 4 03:35:20 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4117 , to selected 3875
backout last commit, done in a state of madness.

Revision 4117 - Directory Listing - [select for diffs]
Modified Mon Jun 4 03:29:05 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4116 , to selected 3875
Log the name of the file being processed...

Revision 4116 - Directory Listing - [select for diffs]
Modified Mon Jun 4 03:28:24 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4115 , to selected 3875
Now that we are caching files and non ports, be prepared to remove
directories etc (e.g. files/patch-*)

Revision 4115 - Directory Listing - [select for diffs]
Modified Mon Jun 4 02:16:33 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4114 , to selected 3875
CategoryCacheDir should be CacheDir

Revision 4114 - Directory Listing - [select for diffs]
Modified Sun Jun 3 16:00:17 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4113 , to selected 3875
Add a way to cache non-ports.

Revision 4113 - Directory Listing - [select for diffs]
Modified Sun Jun 3 15:56:18 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4112 , to selected 3875
Define $PageLinksHTML under all circumstances.
log the path being processed here...

Revision 4112 - Directory Listing - [select for diffs]
Modified Sun Jun 3 15:48:25 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4111 , to selected 3875
In the SQL, refer to commit_log as CL (easier to type).
Add a bunch of missing columns, not really used by this type of commit, but
useful for commit_record which expects these columns.

Revision 4111 - Directory Listing - [select for diffs]
Modified Sun Jun 3 15:46:39 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4110 , to selected 3875
use revision, not revision_name

Revision 4110 - Directory Listing - [select for diffs]
Modified Sun Jun 3 15:46:18 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4109 , to selected 3875
Move to a ports/category-name/port-name caching format

Revision 4109 - Directory Listing - [select for diffs]
Modified Sun Jun 3 15:44:47 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4108 , to selected 3875
Add caching for non-ports

Revision 4108 - Directory Listing - [select for diffs]
Modified Sun Jun 3 14:19:33 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4107 , to selected 3875
Fix the ports freeze processing.  It seems I broke with a previous commit.

Reported by: Benedict Reuschling

Revision 4107 - Directory Listing - [select for diffs]
Modified Sun Jun 3 03:18:21 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4106 , to selected 3875
invoke SetShowEntireCommit() so we see the entire commit message here.

Revision 4106 - Directory Listing - [select for diffs]
Modified Sun Jun 3 03:17:43 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4105 , to selected 3875
Add SetShowEntireCommit()
Use ShowEntireCommit when deciding whether or not to display the entire
commit message.

Revision 4105 - Directory Listing - [select for diffs]
Modified Wed May 23 03:22:01 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4104 , to selected 3875
Add a return NEW to categories_new()

Revision 4104 - Directory Listing - [select for diffs]
Modified Sat May 12 01:40:07 2007 UTC (17 years, 10 months ago) by dan
Diff to previous 4103 , to selected 3875
Move back to the main cvsweb site.

Revision 4103 - Directory Listing - [select for diffs]
Modified Fri Apr 20 02:07:23 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4102 , to selected 3875
plain_text => text_plain

Revision 4102 - Directory Listing - [select for diffs]
Modified Fri Apr 20 00:49:22 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4101 , to selected 3875
Voting has closed.

Revision 4101 - Directory Listing - [select for diffs]
Modified Fri Apr 20 00:48:23 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4100 , to selected 3875
no more voting.

Revision 4100 - Directory Listing - [select for diffs]
Modified Fri Apr 20 00:46:53 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4099 , to selected 3875
No more voting

Revision 4099 - Directory Listing - [select for diffs]
Modified Thu Apr 19 22:33:12 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4098 , to selected 3875
Remove the hardcoded links to the design contest.

Revision 4098 - Directory Listing - [select for diffs]
Modified Sun Apr 15 17:36:32 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4097 , to selected 3875
Found a spot where we specify the whole condition.  So set $sqlSetAll = true

Revision 4097 - Directory Listing - [select for diffs]
Modified Thu Apr 12 00:31:13 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4096 , to selected 3875
With soundex, provide a method for setting the whole expression, not just
the operator and the RHS of the expression.
Add in some more parameter checking

Revision 4096 - Directory Listing - [select for diffs]
Modified Thu Apr 12 00:20:29 2007 UTC (17 years, 11 months ago) by dan
Diff to previous 4095 , to selected 3875
Better set the condition.

Revision 4095 - Directory Listing - [select for diffs]
Modified Fri Apr 6 23:07:32 2007 UTC (18 years ago) by dan
Diff to previous 4094 , to selected 3875
AnnouncementsGet() -> AnnouncementsGetPlain()

Revision 4094 - Directory Listing - [select for diffs]
Modified Fri Apr 6 18:58:58 2007 UTC (18 years ago) by dan
Diff to previous 4093 , to selected 3875
Fix for IE6

Revision 4093 - Directory Listing - [select for diffs]
Modified Fri Apr 6 16:09:51 2007 UTC (18 years ago) by dan
Diff to previous 4092 , to selected 3875
Cater for new field in announcements table: text_plain

Revision 4092 - Directory Listing - [select for diffs]
Modified Fri Apr 6 16:09:03 2007 UTC (18 years ago) by dan
Diff to previous 4091 , to selected 3875
Cater for a plain text version of an announcement

Revision 4091 - Directory Listing - [select for diffs]
Modified Fri Apr 6 16:08:39 2007 UTC (18 years ago) by dan
Diff to previous 4090 , to selected 3875
Alter the announcements table to have plain text.

Revision 4090 - Directory Listing - [select for diffs]
Modified Fri Apr 6 16:08:22 2007 UTC (18 years ago) by dan
Diff to previous 4089 , to selected 3875
Add AnnouncementsGetPlain()
Alter AnnouncementsGet() so it does not need an end date

Revision 4089 - Directory Listing - [select for diffs]
Modified Tue Apr 3 12:56:41 2007 UTC (18 years ago) by dan
Diff to previous 4088 , to selected 3875
Add other views

Revision 4088 - Directory Listing - [select for diffs]
Modified Tue Apr 3 12:55:43 2007 UTC (18 years ago) by dan
Diff to previous 4087 , to selected 3875
Add the other views

Revision 4087 - Directory Listing - [select for diffs]
Modified Mon Apr 2 20:14:53 2007 UTC (18 years ago) by dan
Diff to previous 4086 , to selected 3875
Mention the voting in the FreshPorts Design contest.

Revision 4086 - Directory Listing - [select for diffs]
Modified Mon Apr 2 20:11:19 2007 UTC (18 years ago) by dan
Diff to previous 4085 , to selected 3875
Add http://www.freshports.org/DesignContestVoting/

Revision 4085 - Directory Listing - [select for diffs]
Modified Mon Apr 2 11:54:46 2007 UTC (18 years ago) by dan
Diff to previous 4084 , to selected 3875
Add

Revision 4084 - Directory Listing - [select for diffs]
Modified Mon Apr 2 03:46:34 2007 UTC (18 years ago) by dan
Diff to previous 4083 , to selected 3875
Set date

Revision 4083 - Directory Listing - [select for diffs]
Modified Mon Apr 2 03:44:29 2007 UTC (18 years ago) by dan
Diff to previous 4082 , to selected 3875
Add

Revision 4082 - Directory Listing - [select for diffs]
Modified Mon Apr 2 03:34:14 2007 UTC (18 years ago) by dan
Diff to previous 4081 , to selected 3875
Vote!

Revision 4081 - Directory Listing - [select for diffs]
Modified Mon Apr 2 03:28:31 2007 UTC (18 years ago) by dan
Diff to previous 4080 , to selected 3875
Add link to the design contest.
Set LastModified to gmt

Revision 4080 - Directory Listing - [select for diffs]
Modified Mon Apr 2 03:21:19 2007 UTC (18 years ago) by dan
Diff to previous 4079 , to selected 3875
Add

Revision 4079 - Directory Listing - [select for diffs]
Modified Mon Apr 2 02:57:10 2007 UTC (18 years ago) by dan
Diff to previous 4078 , to selected 3875
Done

Revision 4078 - Directory Listing - [select for diffs]
Modified Mon Apr 2 02:03:28 2007 UTC (18 years ago) by dan
Diff to previous 4077 , to selected 3875
for the design_results table

Revision 4077 - Directory Listing - [select for diffs]
Modified Mon Apr 2 01:53:18 2007 UTC (18 years ago) by dan
Diff to previous 4076 , to selected 3875
Add

Revision 4076 - Directory Listing - [select for diffs]
Modified Sun Mar 18 23:31:45 2007 UTC (18 years ago) by dan
Diff to previous 4075 , to selected 3875
Add GetParentID

Revision 4075 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:52:22 2007 UTC (18 years ago) by dan
Diff to previous 4074 , to selected 3875
Start using FRESHPORTS_FREEBSD_CVS_URL
While here, output more useful debugging information.

Revision 4074 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:51:25 2007 UTC (18 years ago) by dan
Diff to previous 4073 , to selected 3875
Fixed typo

Revision 4073 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:50:04 2007 UTC (18 years ago) by dan
Diff to previous 4072 , to selected 3875
add FRESHPORTS_FREEBSD_CVS_URL

Revision 4072 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:49:42 2007 UTC (18 years ago) by dan
Diff to previous 4071 , to selected 3875
Add more debugging output

Revision 4071 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:12:07 2007 UTC (18 years ago) by dan
Diff to previous 4070 , to selected 3875
add ~checkout~ to the URL we are fetching.  This avoid getting HTML in
cvsweb3.

Revision 4070 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:10:43 2007 UTC (18 years ago) by (unknown author)
Diff to previous 4069 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Revision 4069 - Directory Listing - [select for diffs]
Modified Sat Mar 17 13:10:42 2007 UTC (18 years ago) by dan
Diff to previous 4068 , to selected 3875
Use FRESHPORTS_FREEBSD_CVS_URL

Revision 4068 - Directory Listing - [select for diffs]
Modified Thu Mar 8 21:38:55 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4067 , to selected 3875
Use the committer as author

Revision 4067 - Directory Listing - [select for diffs]
Modified Thu Mar 8 21:36:06 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4066 , to selected 3875
also ignore js.php

Revision 4066 - Directory Listing - [select for diffs]
Modified Thu Mar 8 01:44:54 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4065 , to selected 3875
A better regexp

Revision 4065 - Directory Listing - [select for diffs]
Modified Thu Mar 8 01:44:39 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4064 , to selected 3875
Add some more tests

Revision 4064 - Directory Listing - [select for diffs]
Modified Thu Mar 8 01:44:19 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4063 , to selected 3875
Get the debug variable from the right place

Revision 4063 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:52:06 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4062 , to selected 3875
./perl -> perl

Revision 4062 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:47:07 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4061 , to selected 3875
The most-watched.pl needs to have a path to dynamic, and trailing ; before
the }

Revision 4061 - Directory Listing - [select for diffs]
Modified Sun Feb 18 15:59:23 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4060 , to selected 3875
Include data/time of last ports tree check

Revision 4060 - Directory Listing - [select for diffs]
Modified Wed Feb 14 22:25:42 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4059 , to selected 3875
Add

Revision 4059 - Directory Listing - [select for diffs]
Modified Tue Feb 13 23:14:13 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4058 , to selected 3875
Ignore supervise

Revision 4058 - Directory Listing - [select for diffs]
Modified Tue Feb 13 23:13:13 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4057 , to selected 3875
Move to category/ports/file cache level

Revision 4057 - Directory Listing - [select for diffs]
Modified Tue Feb 13 23:11:22 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4056 , to selected 3875
Update the cache file structure to category/port/files

Revision 4056 - Directory Listing - [select for diffs]
Modified Tue Feb 13 23:10:56 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4055 , to selected 3875
ignore config.py

Revision 4055 - Directory Listing - [select for diffs]
Modified Mon Feb 12 22:02:03 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4054 , to selected 3875
Use freshports_CommitDescriptionPrint(), not freshports_PortDescriptionPrint()

Revision 4054 - Directory Listing - [select for diffs]
Modified Mon Feb 12 22:01:29 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4053 , to selected 3875
Use parent::, not Parent::

Revision 4053 - Directory Listing - [select for diffs]
Modified Mon Feb 12 22:00:04 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4052 , to selected 3875
For HTMLify, do the PR processing only in some places.

Revision 4052 - Directory Listing - [select for diffs]
Modified Mon Feb 12 02:01:14 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4051 , to selected 3875
Add count of file in the ports tree

Revision 4051 - Directory Listing - [select for diffs]
Modified Mon Feb 12 01:58:58 2007 UTC (18 years, 1 month ago) by dan
Diff to previous 4050 , to selected 3875
Add number of files in the ports tree.

Revision 4050 - Directory Listing - [select for diffs]
Modified Sun Feb 4 16:03:08 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4049 , to selected 3875
<b>Date</b>r - remove the r

Revision 4049 - Directory Listing - [select for diffs]
Modified Sun Feb 4 15:55:32 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4048 , to selected 3875
Do not htmlify PRs by default

Revision 4048 - Directory Listing - [select for diffs]
Modified Wed Jan 31 22:48:36 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4047 , to selected 3875
Instructions for daemontools/fp-listen/config.py

Revision 4047 - Directory Listing - [select for diffs]
Modified Wed Jan 31 22:48:05 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4046 , to selected 3875
Configuration values for www/en/ports/categories

Revision 4046 - Directory Listing - [select for diffs]
Modified Wed Jan 31 22:46:24 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4045 , to selected 3875
Add code for listen_category_new

Revision 4045 - Directory Listing - [select for diffs]
Modified Wed Jan 31 22:43:35 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4044 , to selected 3875
add processing for NOTIFY category_new

Revision 4044 - Directory Listing - [select for diffs]
Modified Wed Jan 31 22:43:19 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4043 , to selected 3875
instructions for adding processing of www/en/ports/categories for fp-listen

Revision 4043 - Directory Listing - [select for diffs]
Modified Wed Jan 31 21:49:24 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4042 , to selected 3875
Add new event to look for:

insert into listen_for (name, script_name) values ('category_new',
'listen_category_new');

When a new category appears, process the categories file.

Revision 4042 - Directory Listing - [select for diffs]
Modified Wed Jan 31 21:43:06 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4041 , to selected 3875
Oh, if you find a category that does not exist, that is OK.  It just has not
been populated yet.  No worries.

Revision 4041 - Directory Listing - [select for diffs]
Modified Wed Jan 31 18:56:25 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4040 , to selected 3875
Add a trail \n to debugging.
Mention the file we are creating for www/en/ports/categories processing

Revision 4040 - Directory Listing - [select for diffs]
Modified Wed Jan 31 18:55:48 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4039 , to selected 3875
Add textproc/p5-Text-CSV_XS as a dependency

Revision 4039 - Directory Listing - [select for diffs]
Modified Mon Jan 29 00:17:35 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4038 , to selected 3875
Add special processing of www/en/ports/categories

Revision 4038 - Directory Listing - [select for diffs]
Modified Thu Jan 25 22:58:53 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4037 , to selected 3875
Add a script for updating the category description based upon
www/en/ports/categories

Revision 4037 - Directory Listing - [select for diffs]
Modified Sat Jan 20 00:50:43 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4036 , to selected 3875
For freshports_Commit_Link_Port_URL, use & not &amp; and let the HTMLify
occur elsewhere.

Revision 4036 - Directory Listing - [select for diffs]
Modified Sat Jan 20 00:50:00 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4035 , to selected 3875
remove the failed attempt at &amp; (was &rmp;) for the phorum link

Revision 4035 - Directory Listing - [select for diffs]
Modified Thu Jan 18 13:35:55 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4034 , to selected 3875
Return a 404 in the hopes that they do not return.

Revision 4034 - Directory Listing - [select for diffs]
Modified Thu Jan 18 12:37:45 2007 UTC (18 years, 2 months ago) by dan
Diff to previous 4033 , to selected 3875
Add trailing newline

Revision 4033 - Directory Listing - [select for diffs]
Modified Fri Jan 5 01:35:18 2007 UTC (18 years, 3 months ago) by dan
Diff to previous 4032 , to selected 3875
Allow for globs.... do it the right way.

Revision 4032 - Directory Listing - [select for diffs]
Modified Mon Jan 1 22:12:10 2007 UTC (18 years, 3 months ago) by dan
Diff to previous 4031 , to selected 3875
Update copyright year.

Revision 4031 - Directory Listing - [select for diffs]
Modified Mon Jan 1 00:22:07 2007 UTC (18 years, 3 months ago) by dan
Diff to previous 4030 , to selected 3875
Fix typo reported by "Marshall Brannan" <nanophenomenon@gmail.com>

Revision 4030 - Directory Listing - [select for diffs]
Modified Sat Dec 30 21:16:12 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4029 , to selected 3875
Update copyright year
Move the commit count to beside the date links.
Change reference to today's commit to be latest commits (because commits.php
is the latest 100 commits).

Revision 4029 - Directory Listing - [select for diffs]
Modified Sat Dec 30 19:23:20 2006 UTC (18 years, 3 months ago) by (unknown author)
Diff to previous 4028 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'DesignContest'.
Revision 4028 - Directory Listing - [select for diffs]
Modified Sat Dec 30 19:23:19 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4027 , to selected 3875
remove docs index added in error

Revision 4027 - Directory Listing - [select for diffs]
Modified Sat Dec 30 19:21:22 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4026 , to selected 3875
Redirect from freshports.org to www.freshports.org
Add index for /docs

Revision 4026 - Directory Listing - [select for diffs]
Modified Sat Dec 30 17:02:30 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4025 , to selected 3875
Do not log fetching of flagged commits

Revision 4025 - Directory Listing - [select for diffs]
Modified Fri Dec 29 22:14:22 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4024 , to selected 3875
Remove bchosting... they aren't online any more and we don't use one of
their machines.

Revision 4024 - Directory Listing - [select for diffs]
Modified Fri Dec 29 01:00:58 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4023 , to selected 3875
Order them right....

Revision 4023 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:33:05 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4022 , to selected 3875
Indicate updated vuxlm entries with a *

Revision 4022 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:21:40 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4021 , to selected 3875
Order by date, lower(name)

Revision 4021 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:17:30 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4020 , to selected 3875
Toggle sense of new for a vuln

Revision 4020 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:09:48 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4019 , to selected 3875
Put the * for a modified vuln outside the hyperlink

Revision 4019 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:09:28 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4018 , to selected 3875
Mention that * means modified vuln

Revision 4018 - Directory Listing - [select for diffs]
Modified Tue Dec 19 01:02:34 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4017 , to selected 3875
Put t/f in output for a modified vuln

Revision 4017 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:58:51 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4016 , to selected 3875
Put new and more on the same line.

Revision 4016 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:39:33 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4015 , to selected 3875
If the vuln is not new, but modified, put a * beside the name.

Revision 4015 - Directory Listing - [select for diffs]
Modified Sun Dec 17 17:56:21 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4014 , to selected 3875
Remove line left over from merge.

Revision 4014 - Directory Listing - [select for diffs]
Modified Sun Dec 17 13:26:05 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4013 , to selected 3875
By default, show the ads using PHPPGADS

Revision 4013 - Directory Listing - [select for diffs]
Modified Sun Dec 17 12:08:11 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4012 , to selected 3875
Remove

Revision 4012 - Directory Listing - [select for diffs]
Modified Sun Dec 17 12:06:34 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4011 , to selected 3875
Merge from FreshPorts2 to HEAD

Revision 4011 - Directory Listing - [select for diffs]
Modified Sun Dec 17 11:55:54 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4010 , to selected 3875
Merge from FreshPorts2 to HEAD

Revision 4010 - Directory Listing - [select for diffs]
Modified Sun Dec 17 11:41:26 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4009 , to selected 3875
Merge from FreshPorts2 to HEAD

Revision 4009 - Directory Listing - [select for diffs]
Modified Sun Dec 17 11:37:22 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4008 , to selected 3875
Merge to HEAD from FreshPorts2

Revision 4008 - Directory Listing - [select for diffs]
Modified Fri Dec 15 19:21:27 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4007 , to selected 3875
CLE.revision_name is now returned as revision_name, not revision

Revision 4007 - Directory Listing - [select for diffs]
Modified Fri Dec 15 19:21:03 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4006 , to selected 3875
Add commit_group and commit_group_contents

Revision 4006 - Directory Listing - [select for diffs]
Modified Mon Dec 11 12:55:54 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4005 , to selected 3875
Comment out the call to freshports_Commit_Link()

Revision 4005 - Directory Listing - [select for diffs]
Modified Mon Dec 11 12:55:15 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4004 , to selected 3875
Add entries for the flagged commit icons

Revision 4004 - Directory Listing - [select for diffs]
Modified Mon Dec 11 12:54:46 2006 UTC (18 years, 3 months ago) by dan
Diff to previous 4003 , to selected 3875
Remove one of the links to commit.php
Add a link to my-flagged-commits.php

Revision 4003 - Directory Listing - [select for diffs]
Modified Wed Dec 6 18:01:44 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 4002 , to selected 3875
Remove the Watch List functions that should not be here in the first place.

Revision 4002 - Directory Listing - [select for diffs]
Modified Wed Dec 6 17:51:30 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 4001 , to selected 3875
Only display the commit flags if the user is logged in.

Revision 4001 - Directory Listing - [select for diffs]
Modified Wed Dec 6 17:49:58 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 4000 , to selected 3875
Fix the envelope dimensions.

Revision 4000 - Directory Listing - [select for diffs]
Modified Wed Dec 6 17:30:12 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3999 , to selected 3875
Add permission for commits_flagged

Revision 3999 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:24:31 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3998 , to selected 3875
Add graphics for Flagged Commits

Revision 3998 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:23:51 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3997 , to selected 3875
Add supporting functions for flagged commits

Revision 3997 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:21:53 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3996 , to selected 3875
Add images for flagged commits

Revision 3996 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:21:16 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3995 , to selected 3875
DisplayCommit now takes a db handle

Revision 3995 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:19:54 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3994 , to selected 3875
DisplayCommit now needs a database handle

Revision 3994 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:18:59 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3993 , to selected 3875
Add the displaying of flagged commits

Revision 3993 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:18:03 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3992 , to selected 3875
Add this class

Revision 3992 - Directory Listing - [select for diffs]
Modified Wed Dec 6 16:17:21 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3991 , to selected 3875
Add the class for accessing flagged commits.

Revision 3991 - Directory Listing - [select for diffs]
Modified Sat Dec 2 18:15:45 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3990 , to selected 3875
Remove extraneous b from before This page created in...

Revision 3990 - Directory Listing - [select for diffs]
Modified Sat Dec 2 18:14:02 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3989 , to selected 3875
Add SuperNews.
Move page generation time to bottom right of page, because of increased
length of sponsor list.

Revision 3989 - Directory Listing - [select for diffs]
Modified Sat Dec 2 16:37:18 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3988 , to selected 3875
Fix HTML nits

Revision 3988 - Directory Listing - [select for diffs]
Modified Sat Dec 2 16:37:09 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3987 , to selected 3875
Add an ad

Revision 3987 - Directory Listing - [select for diffs]
Modified Sat Dec 2 16:30:36 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3986 , to selected 3875
Move include outside DOCUMENT ROOT

Revision 3986 - Directory Listing - [select for diffs]
Modified Sat Dec 2 16:02:19 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3985 , to selected 3875
Do not hardcode the zone and random number for non-javascript ads.

Revision 3985 - Directory Listing - [select for diffs]
Modified Tue Nov 28 21:14:29 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3984 , to selected 3875
Move include outside the DOCUMENT ROOT

Revision 3984 - Directory Listing - [select for diffs]
Modified Tue Nov 28 21:09:38 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3983 , to selected 3875
Add count of commits found

Revision 3983 - Directory Listing - [select for diffs]
Modified Tue Nov 28 21:08:51 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3982 , to selected 3875
Add Count()

Revision 3982 - Directory Listing - [select for diffs]
Modified Tue Nov 28 21:08:29 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3981 , to selected 3875
revision -> revision_name

Revision 3981 - Directory Listing - [select for diffs]
Modified Tue Nov 28 20:55:32 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3980 , to selected 3875
move include outside DOCUMENT_ROOT

Revision 3980 - Directory Listing - [select for diffs]
Modified Tue Nov 28 20:53:41 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3979 , to selected 3875
Move include outside DOCUMENT_ROOT

Revision 3979 - Directory Listing - [select for diffs]
Modified Tue Nov 28 20:51:04 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3978 , to selected 3875
Move include to the directory above

Revision 3978 - Directory Listing - [select for diffs]
Modified Tue Nov 28 20:09:27 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3977 , to selected 3875
Add PHPPGADS

Revision 3977 - Directory Listing - [select for diffs]
Modified Tue Nov 28 20:09:06 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3976 , to selected 3875
Add support for PHPPGADS

Revision 3976 - Directory Listing - [select for diffs]
Modified Fri Nov 17 22:02:11 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3975 , to selected 3875
Add this, in case php is broken.

Revision 3975 - Directory Listing - [select for diffs]
Modified Mon Nov 13 00:47:31 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3974 , to selected 3875
Invoke AddSlashes around the parameters of freshports_GetPortID() and report
errors via syslog.

Revision 3974 - Directory Listing - [select for diffs]
Modified Mon Nov 13 00:43:26 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3973 , to selected 3875
If freshports_PortDisplay() cannot display a port, do not exit.

Revision 3973 - Directory Listing - [select for diffs]
Modified Sat Nov 11 17:43:30 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3972 , to selected 3875
Add a condition for tree searching.

Revision 3972 - Directory Listing - [select for diffs]
Modified Fri Nov 10 14:08:26 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3971 , to selected 3875
while : is better than while true.
From man sh:
 :       A null command that returns a 0 (true) exit value.

Revision 3971 - Directory Listing - [select for diffs]
Modified Fri Nov 10 13:52:02 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3970 , to selected 3875
while . was not working on 6.2-prerelease
Let's use while true instead

Revision 3970 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:52:16 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3969 , to selected 3875
$Category->FetchByName now returns zero, not undefined, for an unknown
category.

While here, stop using $Category->{id} and use $Category->id instead.

Revision 3969 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:51:39 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3968 , to selected 3875
$Category->FetchByName now returns zero, not undefined, for an unknown
category.

Revision 3968 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:51:00 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3967 , to selected 3875
For $HTML, do not concatenate to an undefined value.

Revision 3967 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:50:21 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3966 , to selected 3875
IsCatgory => IsCategory
Set IsCategory true only if we have confirmed that it is actually a valid
category.

Revision 3966 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:49:26 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3965 , to selected 3875
Returns 0, not an undefined value.  It is easier on the logs.

Revision 3965 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:48:55 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3964 , to selected 3875
Remove echo and use syslog/die instead.

Revision 3964 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:16:16 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3963 , to selected 3875
introduce freshports_Commit_Link_Port_URL(), which gives a plain URL, no
HTML.

Revision 3963 - Directory Listing - [select for diffs]
Modified Fri Nov 10 12:15:46 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3962 , to selected 3875
Use a plain URL link, not HTML

Revision 3962 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:37:02 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3961 , to selected 3875
Reorganize so there is only one place invoking port, category, and non-port
displays.  This should be easier to maintain.

Revision 3961 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:35:24 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3960 , to selected 3875
Remove freshports_CategoryByName(), not needed after all!

Revision 3960 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:28:00 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3959 , to selected 3875
Add sanity_test_failures

Revision 3959 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:27:36 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3958 , to selected 3875
Add changes to element_type

Revision 3958 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:27:23 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3957 , to selected 3875
Add element_pathname to elementGet()

Revision 3957 - Directory Listing - [select for diffs]
Modified Fri Nov 10 03:26:54 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3956 , to selected 3875
Add element_pathname to element_type

Revision 3956 - Directory Listing - [select for diffs]
Modified Thu Nov 9 21:48:24 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3955 , to selected 3875
Add freshports_CategoryByName() to cater for virtual categories

Revision 3955 - Directory Listing - [select for diffs]
Modified Thu Nov 9 21:47:58 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3954 , to selected 3875
Oops, we forgot completely about virtual categories.  Let's implement them.
Later we will come back here and tidy this up, to make the code path
cleaner.

Revision 3954 - Directory Listing - [select for diffs]
Modified Thu Nov 9 19:58:02 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3953 , to selected 3875
Redirect ^/admin/upgrade.php$

Revision 3953 - Directory Listing - [select for diffs]
Modified Thu Nov 9 19:51:47 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3952 , to selected 3875
Redirect smarty.php

Revision 3952 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:57:56 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3951 , to selected 3875
Update copyright year

Revision 3951 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:56:55 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3950 , to selected 3875
news3.php => news.php3

Revision 3950 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:54:48 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3949 , to selected 3875
freshports_Commit_URL() => freshports_Commit_Link_Port()

Revision 3949 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:50:53 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3948 , to selected 3875
Add some copper mine defense

Revision 3948 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:12:03 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3947 , to selected 3875
Add the files.php rewrite

Revision 3947 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:08:13 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3946 , to selected 3875
freshports_CommitFilesLink() => freshports_Commit_Link_Port()

Revision 3946 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:05:51 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3945 , to selected 3875
Go to a better method of parsing the URL.  This copes better with
pagination.

Revision 3945 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:01:51 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3944 , to selected 3875
Introduce paging

Revision 3944 - Directory Listing - [select for diffs]
Modified Thu Nov 9 17:00:50 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3943 , to selected 3875
This functionality now resides within classes/files.php

Revision 3943 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:52:27 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3942 , to selected 3875
Remove references to files.php, no longer used.

Revision 3942 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:44:02 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3941 , to selected 3875
Make wider use of constants.

Revision 3941 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:43:38 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3940 , to selected 3875
Link only to the port, not to the category.

Revision 3940 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:42:20 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3939 , to selected 3875
Add trailing ?> to file
Change <? to <?php

Revision 3939 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:41:44 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3938 , to selected 3875
> function freshports_Commit_Link_Port($MessageID, $Category, $Port) {
>
>       $HTML  = '<a href="/commit.php?category=' . $Category . '&amp;port='
. $Port . '&amp;files=yes&amp;message_id=' . $MessageID . '">';
>       $HTML .= freshports_Files_Icon();
>       $HTML .= '</a>';
>
>       return $HTML;
> }
>
1115,1123d1124
< function freshports_CommitFilesLink($MessageID, $Category, $Port) {
<
<       $HTML  = '<a href="/commit.php?message_id=' . $MessageID .
'&amp;category=' . $Category . '&amp;port=' . $Port . '&amp;files=yes">';
<       $HTML .= freshports_Files_Icon();
<       $HTML .= '</a>';
<
<       return $HTML;
< }
<
cvs

REname freshports_CommitFilesLink() to freshports_Commit_Link_Port() and
nput message_id at the end of the URL.  This rearrangement caters to the
Apache mod_rewrite we are doing for files.php, which means QSA puts the
query string at the end:

RewriteRule ^/(.*)/(.*)/files\.php$ /commit.php?category=$1&port=$2&files=yes [R=permanent,QSA]

Revision 3938 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:39:11 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3937 , to selected 3875
use the newly created freshports_Commit_URL()

Revision 3937 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:38:55 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3936 , to selected 3875
Rename freshports_CommitFilesLink() to freshports_CommitFilesLink()

Revision 3936 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:35:38 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3935 , to selected 3875
Rename freshports_CommitFilesLink() to freshports_CommitFilesLink()
Prefix the port URL to start with a / and thus be absolute.

Revision 3935 - Directory Listing - [select for diffs]
Modified Thu Nov 9 16:32:42 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3934 , to selected 3875
Set element_pathname from the return values, not from what was passed in a
parameter.

Revision 3934 - Directory Listing - [select for diffs]
Modified Wed Nov 8 17:11:24 2006 UTC (18 years, 4 months ago) by dan
Diff to previous 3933 , to selected 3875
Make sure the GUID are unique.
Link to the commit details for this one port, and be unique about it.

Revision 3933 - Directory Listing - [select for diffs]
Modified Tue Nov 7 13:21:13 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3932 , to selected 3875
Avoid divide by zero

Revision 3932 - Directory Listing - [select for diffs]
Modified Tue Nov 7 12:34:30 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3931 , to selected 3875
When calculating Daily Stats, put the value into a bigint.

Revision 3931 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:03:15 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3930 , to selected 3875
The previous commit was for FreeBSD Diary phorums.  This commit actually
contains the FreshPorts forums.

Revision 3930 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:02:34 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3929 , to selected 3875
Oops, the previous commit was from FreeBSD Diary's forums.php
This one is the right one.

Revision 3929 - Directory Listing - [select for diffs]
Modified Tue Nov 7 01:01:49 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3928 , to selected 3875
Remove these, added in error.  They were from FreeBSD Diary.

Revision 3928 - Directory Listing - [select for diffs]
Modified Tue Nov 7 00:59:09 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3927 , to selected 3875
Add better starting points

Revision 3927 - Directory Listing - [select for diffs]
Modified Mon Nov 6 20:22:47 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3926 , to selected 3875
base class for displaying files

Revision 3926 - Directory Listing - [select for diffs]
Modified Mon Nov 6 20:21:39 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3925 , to selected 3875
base class for fetching files associated with a commit

Revision 3925 - Directory Listing - [select for diffs]
Modified Mon Nov 6 15:26:21 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3924 , to selected 3875
Better handle unknown stype values
Log it and die if we get something we don't recognize

Revision 3924 - Directory Listing - [select for diffs]
Modified Mon Nov 6 12:46:26 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3923 , to selected 3875
Turn off caching.  One day, this will be a tunable.

Revision 3923 - Directory Listing - [select for diffs]
Modified Mon Nov 6 03:20:15 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3922 , to selected 3875
When removing items from the cache, we are wildcarding now, so use glob, and
delete each matching file.

Revision 3922 - Directory Listing - [select for diffs]
Modified Sun Nov 5 13:26:42 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3921 , to selected 3875
Add more capacity to the daily_stats_table by using bigint.

Revision 3921 - Directory Listing - [select for diffs]
Modified Sat Nov 4 20:03:35 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3920 , to selected 3875
Centralize sponsor declaration.
Add NYI

Revision 3920 - Directory Listing - [select for diffs]
Modified Sat Nov 4 19:41:31 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3919 , to selected 3875
element_pathname becomes pathname
Add DROP TYPE to make it easier to use this in a script

Revision 3919 - Directory Listing - [select for diffs]
Modified Sat Nov 4 19:40:50 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3918 , to selected 3875
A better way of showing files.  At this URL we can
- show no files
- show all files
- show files for a particular commit

Revision 3918 - Directory Listing - [select for diffs]
Modified Sat Nov 4 19:30:37 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3917 , to selected 3875
Do not set a width on the poppy cell. Just set nowrap instead.
For pagelinks, for page 1, use /, not /&page=1
For showing files, use the new commit.php link.

Revision 3917 - Directory Listing - [select for diffs]
Modified Fri Nov 3 12:17:50 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3916 , to selected 3875
When ordering by last update, sort by the date value, not the formatted
date, which will be alphabetical.

Revision 3916 - Directory Listing - [select for diffs]
Modified Wed Nov 1 20:29:48 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3915 , to selected 3875
Remove a debugging syslog

Revision 3915 - Directory Listing - [select for diffs]
Modified Wed Nov 1 14:39:14 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3914 , to selected 3875
Cast our net a little wide for cache entries.

Revision 3914 - Directory Listing - [select for diffs]
Modified Tue Oct 31 17:28:14 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3913 , to selected 3875
We are still using PHP4.  __construct is available only in PHP5.

Revision 3913 - Directory Listing - [select for diffs]
Modified Tue Oct 31 14:29:15 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3912 , to selected 3875
Remove commented out phpinfo()
Set Cache pagesize

Revision 3912 - Directory Listing - [select for diffs]
Modified Tue Oct 31 14:28:34 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3911 , to selected 3875
Add PageSizeSet()

Revision 3911 - Directory Listing - [select for diffs]
Modified Tue Oct 31 14:28:18 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3910 , to selected 3875
use the supplied LIMIT and OFFSET

Revision 3910 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:34:08 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3909 , to selected 3875
Add Stats_DatabaseSize
Order output by good stuff.

Revision 3909 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:33:51 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3908 , to selected 3875
Add details for page_size and database size

Revision 3908 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:31:05 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3907 , to selected 3875
Update copyright year.
Give Debug an initial value.
Sort the output to give consistent results.

Revision 3907 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:29:43 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3906 , to selected 3875
Modifications for handling pagination.  Not sure this will work for all
types of commits, especially for those involving MOVED

Revision 3906 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:22:17 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3905 , to selected 3875
Default the page_size to User->page_size
Start using ../classes/page_options.php

Revision 3905 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:21:02 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3904 , to selected 3875
Start using ../classes/page_options.php

Revision 3904 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:20:35 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3903 , to selected 3875
Add two new parameters to freshports_PortCommits(): $PageNumber, $NumCommitsPerPage
Add pagination to freshports_PortCommits()

Revision 3903 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:19:25 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3902 , to selected 3875
Add page sizes

Revision 3902 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:17:32 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3901 , to selected 3875
Start pagination.

Revision 3901 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:06:26 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3900 , to selected 3875
Update copyright year.

Revision 3900 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:05:45 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3899 , to selected 3875
Add ?> to end of file.

Revision 3899 - Directory Listing - [select for diffs]
Modified Tue Oct 31 13:03:57 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3898 , to selected 3875
Add Count(), LIMIT() and OFFSET()
FetchInitialize now uses LIMIT and OFFSET.
Better error reporting, only to syslog().

Revision 3898 - Directory Listing - [select for diffs]
Modified Tue Oct 31 12:53:27 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3897 , to selected 3875
Add PageNum and PageSize to the cache parameters.

Revision 3897 - Directory Listing - [select for diffs]
Modified Thu Oct 26 15:42:12 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3896 , to selected 3875
fix broken command

Revision 3896 - Directory Listing - [select for diffs]
Modified Wed Oct 25 03:37:07 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3895 , to selected 3875
Whitespace only

Revision 3895 - Directory Listing - [select for diffs]
Modified Wed Oct 25 03:36:37 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3894 , to selected 3875
Use current_database() instead of hardcoding database name.

Revision 3894 - Directory Listing - [select for diffs]
Modified Tue Oct 24 17:04:14 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3893 , to selected 3875
Add database size

Revision 3893 - Directory Listing - [select for diffs]
Modified Sun Oct 22 17:39:24 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3892 , to selected 3875
Start using new classes:

classes/commits_by_committer.php
classes/commits_by_description.php
classes/commits_by_tree_location.php

Revision 3892 - Directory Listing - [select for diffs]
Modified Sun Oct 22 17:37:02 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3891 , to selected 3875
CommitsTreeLocation becomes CommitsByTreeLocation

Revision 3891 - Directory Listing - [select for diffs]
Modified Sun Oct 22 17:36:47 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3890 , to selected 3875
GetCountCommitsByCommitMessage() becomes GetCountCommits()

Revision 3890 - Directory Listing - [select for diffs]
Modified Sun Oct 22 17:15:52 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3889 , to selected 3875
Move a lot of the functionality from commits.php into three new classes:

commits_by_committer
commits_by_description
commits_by_tree_location

Revision 3889 - Directory Listing - [select for diffs]
Modified Sun Oct 22 16:20:46 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3888 , to selected 3875
Use the new FetchByTreePath, which has no arguments.

Revision 3888 - Directory Listing - [select for diffs]
Modified Sun Oct 22 16:20:23 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3887 , to selected 3875
Add UserIDSet() and TreePathConditionSet()
Alter FetchByTreePath() to use these attributes.

Revision 3887 - Directory Listing - [select for diffs]
Modified Sun Oct 22 16:19:19 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3886 , to selected 3875
Add a debugging switch

Revision 3886 - Directory Listing - [select for diffs]
Modified Sun Oct 22 16:17:38 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3885 , to selected 3875
Start using classes/display_commit.php

Revision 3885 - Directory Listing - [select for diffs]
Modified Sun Oct 22 13:38:00 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3884 , to selected 3875
Remove freshports_Commits()
This functionality is now provided by classes/commits.php and
classes/display_commit.php

Revision 3884 - Directory Listing - [select for diffs]
Modified Sun Oct 22 13:34:15 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3883 , to selected 3875
Set HTML, don't append to an undefined variable.
Return the HTML

Revision 3883 - Directory Listing - [select for diffs]
Modified Sat Oct 21 13:41:31 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3882 , to selected 3875
Add freshports_commit_regular() and freshports_commit_port() to pull back
the right stuff for a given message ID.

Revision 3882 - Directory Listing - [select for diffs]
Modified Sat Oct 21 13:40:48 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3881 , to selected 3875
Add new feature: SetShowAllPorts()

If you want to show all the ports/elements associated with this commit,
invoke this function with true.

Use revision_name, not revision.
Use pathname, not element_pathname.

Revision 3881 - Directory Listing - [select for diffs]
Modified Sat Oct 21 13:38:46 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3880 , to selected 3875
Some field name changes to be more compatible with display-commit:

revision => revision_name
Add pathname

Revision 3880 - Directory Listing - [select for diffs]
Modified Sat Oct 21 13:37:15 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3879 , to selected 3875
Be sure to display all commits here.

Revision 3879 - Directory Listing - [select for diffs]
Modified Sat Oct 21 13:36:53 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3878 , to selected 3875
Better handling of 'sounds like'

Revision 3878 - Directory Listing - [select for diffs]
Modified Fri Oct 20 23:28:52 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3877 , to selected 3875
Introduce better debugging and error logging.
Add:
GetCountPortCommitsByTreeLocation()
GetCountCommitsByTreeLocation()
FetchByTreePath()
FetchByTreePathSrc()

For FetchByCommitMessageContents() and
GetCountCommitsByCommitMessage(), be more specific
in what we are passing in: a condition, not a value.

Revision 3877 - Directory Listing - [select for diffs]
Modified Fri Oct 20 23:25:59 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3876 , to selected 3875
Better handling of non-port commits

Revision 3876 - Directory Listing - [select for diffs]
Modified Fri Oct 20 23:24:19 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3875
Massive reorganization of the code. I'm sure there will be bugs.
Simplify query building by creating arrays of keys and phrases.
When searching by 'sounds like', order by the soundex for better
results at the top.

Revision 3875 - Directory Listing - [selected]
Modified Fri Oct 20 02:31:43 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3874
Use $PortVersion, not PortVersion

Revision 3874 - Directory Listing - [select for diffs]
Modified Thu Oct 19 20:45:05 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3873 , to selected 3875
Enable cache removal

Revision 3873 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:40:30 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3872 , to selected 3875
Remove entity and the callbacks that invoked it.  We are no longer
obscuring the HTML.

Revision 3872 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:39:07 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3871 , to selected 3875
Lower case some HTML tags

Revision 3871 - Directory Listing - [select for diffs]
Modified Tue Oct 17 23:34:33 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3870 , to selected 3875
Don't concatenate to an undefined string.

Revision 3870 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:31:54 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3869 , to selected 3875
Remove portdetails accidentally added.

Revision 3869 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:20:13 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3868 , to selected 3875
Let us lower case a whole bunch of HTML tags.

Revision 3868 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:19:37 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3867 , to selected 3875
Remove trailing EOL

Revision 3867 - Directory Listing - [select for diffs]
Modified Sun Oct 15 18:57:37 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3866 , to selected 3875
That should be "Allow", not "Allows" in the previous commit.

Revision 3866 - Directory Listing - [select for diffs]
Modified Sun Oct 15 18:57:09 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3865 , to selected 3875
Sort NULL late_update values to the end of the list.
Allows sorting by port name

Revision 3865 - Directory Listing - [select for diffs]
Modified Sun Oct 15 02:37:41 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3864 , to selected 3875
Take only what's in the user's staging area, not the whole staging area.

Reported by Christian Ullrich <chris@chrullrich.de>

Revision 3864 - Directory Listing - [select for diffs]
Modified Sat Oct 14 22:23:55 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3863 , to selected 3875
Be sure to sort the result by date desc, category, port

Revision 3863 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:49:05 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3862 , to selected 3875
Turn off debugging

Revision 3862 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:45:24 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3861 , to selected 3875
Add Sanity Test Failure upgrade notes

Revision 3861 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:41:55 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3860 , to selected 3875
Add permissions for sanity_test_failures

Revision 3860 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:41:11 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3859 , to selected 3875
Add Pager for pagination.  Lots of room for improvment and consolidation in
this code.

Revision 3859 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:39:39 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3858 , to selected 3875
Add "starts with" and "ends with" for matching.

Revision 3858 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:36:53 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3857 , to selected 3875
Add freshports_SanityTestFailure_Link() and freshports_SanityTestFailure_Icon()
Display the STF icon if the commit failed a ST
Some whitespace changes around PortsFreezeStatus()
Better quoting (' intead of ")
Ensure ShowAds is declared as a GLOBAL
Add a link to the Sanity Test Failures page.

Revision 3857 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:34:26 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3856 , to selected 3875
Add sanity test failures

Revision 3856 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:34:03 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3855 , to selected 3875
Add the Sanity Test Failure icon

Revision 3855 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:33:45 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3854 , to selected 3875
Mention the Sanity Test Failure icon

Revision 3854 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:33:26 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3853 , to selected 3875
Start using classes/display_commit.php

Revision 3853 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:32:26 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3852 , to selected 3875
Better borders.
Fix up HTML nits.
Start using classes/display_commit.php

Revision 3852 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:29:59 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3851 , to selected 3875
Cater for Sanity Test Failure messages.

Revision 3851 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:29:02 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3850 , to selected 3875
Add classes for fetching all Sanity Test Failures and for just one.

Revision 3850 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:27:20 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3849 , to selected 3875
Add GetErrors(). Allow others to get the errors already recorded.
Added for Sanity Test Failures.

Revision 3849 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:26:24 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3848 , to selected 3875
Remove the commit and rollback code. This is now handled by the xml_munge
code.

Revision 3848 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:25:06 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3847 , to selected 3875
When errors occur, record them in the Sanity Test Failures table

Revision 3847 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:24:36 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3846 , to selected 3875
Add sanity_test_failures_id_seq

Revision 3846 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:24:16 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3845 , to selected 3875
Add Sanity Test Failures

Revision 3845 - Directory Listing - [select for diffs]
Modified Sat Oct 14 15:23:40 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3844 , to selected 3875
Add SanityTestFailures(int)

Revision 3844 - Directory Listing - [select for diffs]
Modified Wed Oct 11 12:47:18 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3843 , to selected 3875
Update copyright year

Revision 3843 - Directory Listing - [select for diffs]
Modified Wed Oct 11 12:47:07 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3842 , to selected 3875
news => backend

Revision 3842 - Directory Listing - [select for diffs]
Modified Tue Oct 10 19:03:17 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3841 , to selected 3875
Convert from text_image ads to text ads.  Let's see if that increases our
revunue.

Revision 3841 - Directory Listing - [select for diffs]
Modified Tue Oct 10 19:02:36 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3840 , to selected 3875
replace old news feeds with the new ones

Revision 3840 - Directory Listing - [select for diffs]
Modified Tue Oct 10 12:10:10 2006 UTC (18 years, 5 months ago) by dan
Diff to previous 3839 , to selected 3875
Add new table: sanity_test_failures

Revision 3839 - Directory Listing - [select for diffs]
Modified Sat Oct 7 19:41:00 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3838 , to selected 3875
When the Latest Vulnerabilities cache file is not available, be sure to
space nicely.

Revision 3838 - Directory Listing - [select for diffs]
Modified Sat Oct 7 19:28:08 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3837 , to selected 3875
remove odd echo

Revision 3837 - Directory Listing - [select for diffs]
Modified Sat Oct 7 19:23:46 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3836 , to selected 3875
Populate element_pathname

Revision 3836 - Directory Listing - [select for diffs]
Modified Fri Oct 6 00:40:53 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3835 , to selected 3875
Add an S

Revision 3835 - Directory Listing - [select for diffs]
Modified Thu Oct 5 23:46:26 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3834 , to selected 3875
listen_for takes better names.
add a new index to vuxml_names.  It was in beta, but not prod, and prod runs
slower, or so it seems.

Revision 3834 - Directory Listing - [select for diffs]
Modified Thu Oct 5 19:30:49 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3833 , to selected 3875
When linking to the vuxml.php page, add ?all to the URL.

Revision 3833 - Directory Listing - [select for diffs]
Modified Wed Oct 4 12:00:49 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3832 , to selected 3875
Use $_REQUEST instead of $_POST
Don't send the $ports parameter to MoveStagingToWatchList().  It is not used
in this particular form.

Revision 3832 - Directory Listing - [select for diffs]
Modified Wed Oct 4 11:58:45 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3831 , to selected 3875
Be singular if there is only one port.
Remove the $ports parameter from MoveStagingToWatchList() as it is not used.
Start using newly added stored procedure MigrateStagingAreaToWatchList
After moving staging area to watch list, clear out the watch list.

Revision 3831 - Directory Listing - [select for diffs]
Modified Wed Oct 4 11:55:31 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3830 , to selected 3875
Show the Google Referrer only if showing ads.
Supply a full path to vuxml.php

Revision 3830 - Directory Listing - [select for diffs]
Modified Wed Oct 4 11:54:35 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3829 , to selected 3875
Add MigrateStagingAreaToWatchList()

Revision 3829 - Directory Listing - [select for diffs]
Modified Mon Oct 2 22:17:24 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3828 , to selected 3875
By package is actually by date.

Revision 3828 - Directory Listing - [select for diffs]
Modified Mon Oct 2 15:48:42 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3827 , to selected 3875
Move the search box up to avoid scrolling.  While here, move the vul box up
to be just below the new search box location.

Revision 3827 - Directory Listing - [select for diffs]
Modified Mon Oct 2 15:48:07 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3826 , to selected 3875
*** empty log message ***

Revision 3826 - Directory Listing - [select for diffs]
Modified Sun Oct 1 21:11:04 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3825 , to selected 3875
Better labelling of links with the Watch Lists box.

Revision 3825 - Directory Listing - [select for diffs]
Modified Sun Oct 1 21:08:10 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3824 , to selected 3875
RSS validation nits:
keep the channel and image URLs the same
Keep the content type relative to RSS.

Revision 3824 - Directory Listing - [select for diffs]
Modified Sun Oct 1 20:57:10 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3823 , to selected 3875
Add redirect for rss/watch-list.php to backend/watch-list.php

Revision 3823 - Directory Listing - [select for diffs]
Modified Sun Oct 1 20:53:12 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3822 , to selected 3875
Remove the 503 and add a limit of 100.

Revision 3822 - Directory Listing - [select for diffs]
Modified Sun Oct 1 20:04:49 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3821 , to selected 3875
Include ports_vulnerable when counting as the ports-vulnerable.php page
needs to set the condition: PV.current != 0

Revision 3821 - Directory Listing - [select for diffs]
Modified Sun Oct 1 19:17:27 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3820 , to selected 3875
Include a link to all vulnerabilities when displaying the latest vulns.

Revision 3820 - Directory Listing - [select for diffs]
Modified Sun Oct 1 19:14:22 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3819 , to selected 3875
Calculate the latest vulnerabilities

Revision 3819 - Directory Listing - [select for diffs]
Modified Sun Oct 1 19:02:03 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3818 , to selected 3875
Repeat the page links at the bottom of the page.

Revision 3818 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:32:39 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3817 , to selected 3875
- Fix a long-standing but only discovered-today bug in
  freshports_SideBarHTML() where it uses the title instead of the label when
  we are on the URL in question.
- Add A link to the newsfeed directory (/backend/).
- Move the link for news.freshports.org to be just under the newsfeed link

Revision 3817 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:30:52 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3816 , to selected 3875
Redirect newsfeeds.php to backend/newsfeeds.php

Revision 3816 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:21:57 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3815 , to selected 3875
Put a little space above the referrer.  That's what the <p>, removed in the
previous commit, was for.

Revision 3815 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:17:38 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3814 , to selected 3875
Redirect sidebar.php, etc to backend.

Revision 3814 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:17:18 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3813 , to selected 3875
Fix up the URLs to point to /backend/

Revision 3813 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:05:44 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3812 , to selected 3875
Correct the cache path

Revision 3812 - Directory Listing - [select for diffs]
Modified Sun Oct 1 14:31:59 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3811 , to selected 3875
Remove unrequired <P>..</P>

Revision 3811 - Directory Listing - [select for diffs]
Modified Sun Oct 1 14:31:30 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3810 , to selected 3875
Send the number of ports to freshports_ListOfPorts()

Revision 3810 - Directory Listing - [select for diffs]
Modified Sun Oct 1 14:30:54 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3809 , to selected 3875
Add type="text/javascript" to the script tags.

Revision 3809 - Directory Listing - [select for diffs]
Modified Sun Oct 1 14:20:55 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3808 , to selected 3875
Add a head section
Do not follow links on this page

Revision 3808 - Directory Listing - [select for diffs]
Modified Sun Oct 1 13:23:28 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3807 , to selected 3875
Add the news redirects

Revision 3807 - Directory Listing - [select for diffs]
Modified Sun Oct 1 12:43:13 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3806 , to selected 3875
Add pagination.  This will affect many pages. Great!

Revision 3806 - Directory Listing - [select for diffs]
Modified Sun Oct 1 12:41:31 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3805 , to selected 3875
Update copyright year.  Whitespace changes only.

Revision 3805 - Directory Listing - [select for diffs]
Modified Sun Oct 1 12:40:01 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3804 , to selected 3875
Add a new parameters: PortCount.

The number of ports returned by the query may be a subset of that in the
group.  i.e. we may be doing an OFFSET LIMIT query.

Revision 3804 - Directory Listing - [select for diffs]
Modified Sun Oct 1 12:38:50 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3803 , to selected 3875
Add bit about moved newsfeeds.

Revision 3803 - Directory Listing - [select for diffs]
Modified Fri Sep 29 15:24:26 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3802 , to selected 3875
Remove the logging. We know it's the deleted ports page that is causing the
problems.

Revision 3802 - Directory Listing - [select for diffs]
Modified Fri Sep 29 12:53:35 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3801 , to selected 3875
Log some URLs so we can find out which one is killing the httpd process.

Revision 3801 - Directory Listing - [select for diffs]
Modified Fri Sep 29 12:16:46 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3800 , to selected 3875
Moving the newsfeeds

Revision 3800 - Directory Listing - [select for diffs]
Modified Mon Sep 25 21:15:57 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3799 , to selected 3875
Add pear-Pager

Revision 3799 - Directory Listing - [select for diffs]
Modified Thu Sep 21 20:25:07 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3798 , to selected 3875
Whitespace only.

Revision 3798 - Directory Listing - [select for diffs]
Modified Mon Sep 18 11:37:44 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3797 , to selected 3875
When showing all VuXML entries, link to the VUXML website instead of
ourselves.

Revision 3797 - Directory Listing - [select for diffs]
Modified Sun Sep 17 05:22:18 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3796 , to selected 3875
Add a list of vuxml entries by vuln

Revision 3796 - Directory Listing - [select for diffs]
Modified Sat Sep 16 23:19:17 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3795 , to selected 3875
Output the latest vulnerabilities

Revision 3795 - Directory Listing - [select for diffs]
Modified Sat Sep 16 23:18:45 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3794 , to selected 3875
Display the lastest vulnerabilities.

Revision 3794 - Directory Listing - [select for diffs]
Modified Sat Sep 16 23:17:42 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3793 , to selected 3875
Add class for getting latest vuln.

Revision 3793 - Directory Listing - [select for diffs]
Modified Sat Sep 16 23:17:20 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3792 , to selected 3875
For deleted ports, at least show the name of the package.  This can be
useful when assigning names to vuxml vuln entries.

Revision 3792 - Directory Listing - [select for diffs]
Modified Sat Sep 16 14:34:33 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3791 , to selected 3875
urlencode the parameters to PortsMon

Revision 3791 - Directory Listing - [select for diffs]
Modified Sat Sep 16 13:59:50 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3790 , to selected 3875
Whitespace

Revision 3790 - Directory Listing - [select for diffs]
Modified Thu Sep 14 17:02:25 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3789 , to selected 3875
Add two hidden options for each port:
  BypassCache and RefreshCache

These two options must be the last on the line and be of the form:
RefreshCache=1

Thus, they are mutually exclusve.

Revision 3789 - Directory Listing - [select for diffs]
Modified Thu Sep 14 16:50:25 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3788 , to selected 3875
Add more debugging code.

Revision 3788 - Directory Listing - [select for diffs]
Modified Thu Sep 14 16:35:23 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3787 , to selected 3875
levenshtein() takes only a max of 255 characters.  Let's be careful with the
depends* fields.

Revision 3787 - Directory Listing - [select for diffs]
Modified Thu Sep 14 16:16:40 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3786 , to selected 3875
Log, do not display, the sql when an error occurs.

Revision 3786 - Directory Listing - [select for diffs]
Modified Wed Sep 13 22:33:40 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3785 , to selected 3875
Add details for clearing stale cache entries

Revision 3785 - Directory Listing - [select for diffs]
Modified Wed Sep 13 22:12:34 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3784 , to selected 3875
Replace config.sh.sample with config.py.sample and start using it.

Revision 3784 - Directory Listing - [select for diffs]
Modified Wed Sep 13 15:08:06 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3783 , to selected 3875
*** empty log message ***

Revision 3783 - Directory Listing - [select for diffs]
Modified Wed Sep 13 15:08:00 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3782 , to selected 3875
Make sure of Debug_FetchBeforeSavingPort
Better formatting of debug information

Revision 3782 - Directory Listing - [select for diffs]
Modified Wed Sep 13 15:07:05 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3781 , to selected 3875
Convert all whitespace in cagegories to a single space

Revision 3781 - Directory Listing - [select for diffs]
Modified Wed Sep 13 15:05:18 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3780 , to selected 3875
Add Debug_FetchBeforeSavingPort

Revision 3780 - Directory Listing - [select for diffs]
Modified Wed Sep 13 15:03:21 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3779 , to selected 3875
Better debugging output

Revision 3779 - Directory Listing - [select for diffs]
Modified Wed Sep 13 13:46:38 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3778 , to selected 3875
Use last_update instead of lastupdate.  The former is a date value, the
latter is a text value.

Revision 3778 - Directory Listing - [select for diffs]
Modified Mon Sep 11 23:35:01 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3777 , to selected 3875
Add a sleep in there when OFFLINE

Revision 3777 - Directory Listing - [select for diffs]
Modified Mon Sep 11 23:34:06 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3776 , to selected 3875
Ignore log

Revision 3776 - Directory Listing - [select for diffs]
Modified Mon Sep 11 23:05:21 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3775 , to selected 3875
Better checking for OFFLINE.

Revision 3775 - Directory Listing - [select for diffs]
Modified Mon Sep 11 23:03:33 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3774 , to selected 3875
Disable caching now that we are using fp-listen

Revision 3774 - Directory Listing - [select for diffs]
Modified Mon Sep 11 13:35:02 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3773 , to selected 3875
disambiguate status

Revision 3773 - Directory Listing - [select for diffs]
Modified Mon Sep 11 13:33:50 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3772 , to selected 3875
Do not log.

Revision 3772 - Directory Listing - [select for diffs]
Modified Mon Sep 11 02:27:26 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3771 , to selected 3875
Add a few things, some not yet used.
- listen_for: events that listening daemons should listen for
- top_answers, top_questions: starting point for polling users on things
- event_types: type of events that can be raised in this database
- events: events that have been raised but not yet processed
- cache_clearing_ports: ports that should be removed from cache, populated
                        by triggers.

Revision 3771 - Directory Listing - [select for diffs]
Modified Mon Sep 11 02:21:03 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3770 , to selected 3875
Add permissions for cache_clearing_ports and ports_all

Revision 3770 - Directory Listing - [select for diffs]
Modified Mon Sep 11 02:18:39 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3769 , to selected 3875
Remove textproc/p5-Text-CSV_XS, which I think we never used.
Add databases/py-psycopg for the new fp-listen daemon

Revision 3769 - Directory Listing - [select for diffs]
Modified Mon Sep 11 02:07:58 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3768 , to selected 3875
Add databases/py-psycopg

Revision 3768 - Directory Listing - [select for diffs]
Modified Mon Sep 11 01:49:16 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3767 , to selected 3875
Add RCS ID.
Correctly specify the cache path
Better syslogging.
Move to deleting cache entries one by one, and deleting from
the cache needed table one by one.  Commit after each.  Sounds fair to me.

Revision 3767 - Directory Listing - [select for diffs]
Modified Fri Sep 8 17:02:23 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3766 , to selected 3875
Fix an undefined variable in Fetch().

Revision 3766 - Directory Listing - [select for diffs]
Modified Fri Sep 8 02:03:40 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3765 , to selected 3875
ignore thise

Revision 3765 - Directory Listing - [select for diffs]
Modified Fri Sep 8 02:02:30 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3764 , to selected 3875
Add these

Revision 3764 - Directory Listing - [select for diffs]
Modified Fri Sep 8 02:01:48 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3763 , to selected 3875
Add a logger tag so we know what daemon is logging.

Revision 3763 - Directory Listing - [select for diffs]
Modified Fri Sep 8 02:01:14 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3762 , to selected 3875
ignore these

Revision 3762 - Directory Listing - [select for diffs]
Modified Fri Sep 8 02:00:54 2006 UTC (18 years, 6 months ago) by dan
Diff to previous 3761 , to selected 3875
Ignore these

Revision 3761 - Directory Listing - [select for diffs]
Modified Sat Sep 2 22:50:27 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3760 , to selected 3875
Remove fp2migration

Revision 3760 - Directory Listing - [select for diffs]
Modified Sat Sep 2 22:49:29 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3759 , to selected 3875
Remove freshports-cache

Revision 3759 - Directory Listing - [select for diffs]
Modified Fri Sep 1 03:40:34 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3758 , to selected 3875
Set Debug before using it.
Put element_id in quotes.

Revision 3758 - Directory Listing - [select for diffs]
Modified Fri Aug 18 01:28:01 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3757 , to selected 3875
Add bookmark to revision for link into CVS.

REQUESTED BY: ~cydex@shady.org

Revision 3757 - Directory Listing - [select for diffs]
Modified Wed Aug 16 18:30:26 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3756 , to selected 3875
Use newly created IsDeleted()
If the port has been deleted, do not display installation instructions.

Revision 3756 - Directory Listing - [select for diffs]
Modified Wed Aug 16 18:29:47 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3755 , to selected 3875
Remove unused IsCurrentPortVulnerable()
Add IsDeleted()

Revision 3755 - Directory Listing - [select for diffs]
Modified Thu Aug 10 18:32:16 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3754 , to selected 3875
Mention that is_primary will be either 't' or 'f'

Revision 3754 - Directory Listing - [select for diffs]
Modified Thu Aug 10 18:31:52 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3753 , to selected 3875
Do not allow people to watch virtual categories.

Revision 3753 - Directory Listing - [select for diffs]
Modified Wed Aug 9 04:09:06 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3752 , to selected 3875
Only show active ports

Revision 3752 - Directory Listing - [select for diffs]
Modified Wed Aug 9 04:00:50 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3751 , to selected 3875
Invoke most-watched.pl on a weekly basis.

Revision 3751 - Directory Listing - [select for diffs]
Modified Wed Aug 9 03:51:55 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3750 , to selected 3875
Add the most watched ports count for linimon

Revision 3750 - Directory Listing - [select for diffs]
Modified Tue Aug 8 19:09:35 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3749 , to selected 3875
Give us a PDF version of the tables.

Revision 3749 - Directory Listing - [select for diffs]
Modified Tue Aug 8 18:51:01 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3748 , to selected 3875
fix some SQL nits

Revision 3748 - Directory Listing - [select for diffs]
Modified Tue Aug 8 18:49:32 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3747 , to selected 3875
Remove this one too.

Revision 3747 - Directory Listing - [select for diffs]
Modified Tue Aug 8 18:48:26 2006 UTC (18 years, 7 months ago) by dan
Diff to previous 3746 , to selected 3875
Move these away.  No longer used.

Revision 3746 - Directory Listing - [select for diffs]
Modified Mon Aug 7 02:48:50 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3745 , to selected 3875
Add Precedence: bulk

Revision 3745 - Directory Listing - [select for diffs]
Modified Wed Aug 2 19:09:17 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3744 , to selected 3875
We now fetch just one category page, and it is not HTML.  The fetched page
actually just calls a stored procedure.

Revision 3744 - Directory Listing - [select for diffs]
Modified Wed Aug 2 19:08:45 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3743 , to selected 3875
Minimize this script to a SELECT of a stored procedure. This script now
saves results to a database table, and does not return HTML.

Revision 3743 - Directory Listing - [select for diffs]
Modified Wed Aug 2 19:07:48 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3742 , to selected 3875
All insert and delete on category_stats for group www.

Revision 3742 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:42:15 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3741 , to selected 3875
Add code for displaying the ascending and descending icons

Revision 3741 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:41:53 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3740 , to selected 3875
Add the icons for sorting

Revision 3740 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:41:26 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3739 , to selected 3875
The last update field is incorrectly named for sorting.
When sorting, include the ascending icon.
Perhaps later, we sort up and down.

Revision 3739 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:15:48 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3738 , to selected 3875
Correctly use the loop variable $i
Make sure to fetch data.

Revision 3738 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:11:41 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3737 , to selected 3875
Center the Google referral ad in the left hand column, make that column 160
wide to accomodate the wide skyscraper properly.

Revision 3737 - Directory Listing - [select for diffs]
Modified Wed Aug 2 18:02:27 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3736 , to selected 3875
When no category stats are available, say so.

Revision 3736 - Directory Listing - [select for diffs]
Modified Wed Aug 2 17:45:09 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3735 , to selected 3875
Add a method for grapping the categories on your watch list

Revision 3735 - Directory Listing - [select for diffs]
Modified Wed Aug 2 17:36:54 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3734 , to selected 3875
Add element_pathname permissions for commits group.

Revision 3734 - Directory Listing - [select for diffs]
Modified Wed Aug 2 17:33:33 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3733 , to selected 3875
Add CategoryStatsUpdate()

Revision 3733 - Directory Listing - [select for diffs]
Modified Wed Aug 2 17:26:27 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3732 , to selected 3875
Add category_stats
Allow the commits user to select from ports_moved and
ports_updating_ports_xref

Revision 3732 - Directory Listing - [select for diffs]
Modified Wed Aug 2 17:25:38 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3731 , to selected 3875
Add element_pathname
Remove security_notice

Revision 3731 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:37:47 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3730 , to selected 3875
Add IsOnWatchList

Revision 3730 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:37:30 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3729 , to selected 3875
Remove OnWatchList.  It is not required as the value obtained is already
included in the SELECT.

Revision 3729 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:22:27 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3728 , to selected 3875
Because we can't watch all categories, add freshports_Watch_Icon_Empty()
which displays an empty graphic, just for us.

uppercase DEFINE.

Revision 3728 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:21:07 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3727 , to selected 3875
Make ShowAds global so the port description ad appears when required.

Revision 3727 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:20:34 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3726 , to selected 3875
Allow users to watch categories.

Revision 3726 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:20:07 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3725 , to selected 3875
Start using the category_stats table so we can provide watch list status to
users.

Revision 3725 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:18:22 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3724 , to selected 3875
Move to a smaller image

Revision 3724 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:13:59 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3723 , to selected 3875
Add category stats

Revision 3723 - Directory Listing - [select for diffs]
Modified Wed Aug 2 14:13:45 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3722 , to selected 3875
Correct a trigger name

Revision 3722 - Directory Listing - [select for diffs]
Modified Wed Aug 2 02:09:28 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3721 , to selected 3875
Add empty images

Revision 3721 - Directory Listing - [select for diffs]
Modified Wed Aug 2 02:08:57 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3720 , to selected 3875
Add Referrals

Revision 3720 - Directory Listing - [select for diffs]
Modified Wed Aug 2 02:08:29 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3719 , to selected 3875
We need showads etc to be global

Revision 3719 - Directory Listing - [select for diffs]
Modified Tue Aug 1 18:59:55 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3718 , to selected 3875
Remove values no longer used.

Revision 3718 - Directory Listing - [select for diffs]
Modified Tue Aug 1 17:34:13 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3717 , to selected 3875
Allow us to swap between Burst first, then Google, and vice versa.

Revision 3717 - Directory Listing - [select for diffs]
Modified Tue Aug 1 14:40:33 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3716 , to selected 3875
Remember to clear out the cache when updating a port

Revision 3716 - Directory Listing - [select for diffs]
Modified Mon Jul 31 22:21:59 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3715 , to selected 3875
Remove leading whitespace
Remove unneccessary table start

Revision 3715 - Directory Listing - [select for diffs]
Modified Mon Jul 31 15:15:25 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3714 , to selected 3875
Move the add/remove to/from watch list to the start of the line, before the
port name.
Add userid to the freshports_commit() call so we can correctly determine if
the port is on a watch list.

Revision 3714 - Directory Listing - [select for diffs]
Modified Mon Jul 31 15:14:24 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3713 , to selected 3875
Add "on watch list" to freshports_commit()

Revision 3713 - Directory Listing - [select for diffs]
Modified Mon Jul 31 14:20:13 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3712 , to selected 3875
Add LatestCommitsFiltered
and LatestCommitsLargeFiltered.
Remove security_notice.

Revision 3712 - Directory Listing - [select for diffs]
Modified Mon Jul 31 05:31:33 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3711 , to selected 3875
Whitespace only

Revision 3711 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:54:21 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3710 , to selected 3875
Be sure not to wrap

Revision 3710 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:49:35 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3709 , to selected 3875
Add these temporarily.

Revision 3709 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:46:54 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3708 , to selected 3875
Put the space after the ICON, not before, but the watch list icon.

Revision 3708 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:32:16 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3707 , to selected 3875
Add link for adding/removing a category to/from a watch list

Revision 3707 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:24:26 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3706 , to selected 3875
add creation of element_pathname

Revision 3706 - Directory Listing - [select for diffs]
Modified Mon Jul 31 02:15:35 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3705 , to selected 3875
Add triggers for maintaining element_pathname

Revision 3705 - Directory Listing - [select for diffs]
Modified Mon Jul 31 01:39:31 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3704 , to selected 3875
better define the changes

Revision 3704 - Directory Listing - [select for diffs]
Modified Mon Jul 31 01:37:34 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3703 , to selected 3875
A late check of data.

new tables for cross platform and cross arch testing of ports:
releases    - what releases have we had?
archs       - what archs do we have?
port_status - status of a given port with respect to release and arch

add fields to ports table already in production:
- is_interactive
- only_for_archs
- not_for_archs

For person watch lists on watch_list, create a token
using generate_watch_list_token()

For filtering, add new table element_pathname

EOF.

Revision 3703 - Directory Listing - [select for diffs]
Modified Mon Jul 31 01:18:40 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3702 , to selected 3875
For SPOOLING

Revision 3702 - Directory Listing - [select for diffs]
Modified Sun Jul 30 20:42:57 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3701 , to selected 3875
Nicer description

Revision 3701 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:31:23 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3700 , to selected 3875
Introduce a watch list click for adding Categories to your watch list

Revision 3700 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:30:42 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3699 , to selected 3875
LOG_ERROR => LOG_ERR
Use => User

Revision 3699 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:29:39 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3698 , to selected 3875
White space only

Revision 3698 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:28:58 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3697 , to selected 3875
When adding/removing things to/from a watch list, don't refer to ports.  We
can now watch categories.

Revision 3697 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:28:02 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3696 , to selected 3875
Fix broken comment

Revision 3696 - Directory Listing - [select for diffs]
Modified Sat Jul 29 21:27:43 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3695 , to selected 3875
Put the debug SQL into <p></p> so we can see it better.

Revision 3695 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:12:12 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3694 , to selected 3875
Remove the security notice table

Revision 3694 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:11:51 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3693 , to selected 3875
Remove references to the security_notice table

Revision 3693 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:10:59 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3692 , to selected 3875
Put a message into <p></p>

Revision 3692 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:10:03 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3691 , to selected 3875
The problems with registration have gone away.  Remove this old message.
While here, fix up the HTML.

Revision 3691 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:08:39 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3690 , to selected 3875
Go from 4 columns to 7 in the output.

Revision 3690 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:06:42 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3689 , to selected 3875
Stop using the security_notice table

Revision 3689 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:04:51 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3688 , to selected 3875
Add filtering, still very beta.
Correctly return the value of the CreateHTML function call.

Revision 3688 - Directory Listing - [select for diffs]
Modified Thu Jul 27 19:03:54 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3687 , to selected 3875
Correct the comment describing this class.
Better display HTML when there is nothing to display.

Revision 3687 - Directory Listing - [select for diffs]
Modified Wed Jul 26 20:11:25 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3686 , to selected 3875
Use ' not "
Add filter

Revision 3686 - Directory Listing - [select for diffs]
Modified Sun Jul 23 21:05:36 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3685 , to selected 3875
Put some drop shadow on those plus/minus signs.

Revision 3685 - Directory Listing - [select for diffs]
Modified Sun Jul 23 17:02:44 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3684 , to selected 3875
Specify a zero border on the sum gif

Revision 3684 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:54:11 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3683 , to selected 3875
Put the Add/Remove at the start of the line.

Revision 3683 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:53:54 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3682 , to selected 3875
Remove the / between the port version and the category

Revision 3682 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:17:06 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3681 , to selected 3875
Add new define, CLICKTOADD, so we can be consistent with our messages.

Revision 3681 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:10:02 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3680 , to selected 3875
When a fetch fails, die.  Leave a nice message.

Revision 3680 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:09:37 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3679 , to selected 3875
Move the add/remove icon to just before the port name.

Revision 3679 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:57:34 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3678 , to selected 3875
Remove security_notice.  We'll do this through VUXML now

Revision 3678 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:56:43 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3677 , to selected 3875
Remove FRESHPORTS_TASKS_SECURITY_NOTICE_ADD

Revision 3677 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:53:37 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3676 , to selected 3875
Remove these

Revision 3676 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:52:51 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3675 , to selected 3875
*** empty log message ***

Revision 3675 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:34:34 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3674 , to selected 3875
Add ads.

Revision 3674 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:33:14 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3673 , to selected 3875
The SUM icon has had whitespace removed from around it. Therefore, adjust
the WIDTH and HEIGHT for that icon here.
Start using the new watch add and watch remove icons.  Adjust the text
accordingly to make more sense.

Revision 3673 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:30:16 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3672 , to selected 3875
Keep this original

Revision 3672 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:28:45 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3671 , to selected 3875
Use a plus/minus on the watch list add icon.  Keep the originals around so
we can reference them in the announcement. Keep our original artwork in case
we need it later.

Revision 3671 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:19:49 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3670 , to selected 3875
The reports of my death have been wrong.  Use VUXML instead.

Revision 3670 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:19:15 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3669 , to selected 3875
Add link to http://www.vuxml.org/freebsd/ for use by security notification
report.

Revision 3669 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:17:26 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3668 , to selected 3875
Update the copyright year, while adjusting whitespace only elsewhere

Revision 3668 - Directory Listing - [select for diffs]
Modified Sat Jul 22 17:45:33 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3667 , to selected 3875
Remove extra whitespace around the image.

Revision 3667 - Directory Listing - [select for diffs]
Modified Sat Jul 22 17:44:01 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3666 , to selected 3875
Fix an off-by-one bug, discovery of which was prompted by a report from
Royce Williams.

Revision 3666 - Directory Listing - [select for diffs]
Modified Thu Jul 20 10:06:47 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3665 , to selected 3875
Better description of items required, including trailing slashes.

Revision 3665 - Directory Listing - [select for diffs]
Modified Thu Jul 20 10:03:21 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3664 , to selected 3875
With the recently received file for parsing the categories list, add
textproc/p5-Text-CSV_XS which is a dependency for that script.

Revision 3664 - Directory Listing - [select for diffs]
Modified Thu Jul 20 09:54:09 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3663 , to selected 3875
Reflect the new caching directory, news, etc.

Revision 3663 - Directory Listing - [select for diffs]
Modified Wed Jul 19 15:54:05 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3662 , to selected 3875
Put a border on the report list, and put NIL in the frequency column if
there is no frequency.

Revision 3662 - Directory Listing - [select for diffs]
Modified Wed Jul 19 15:35:16 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3661 , to selected 3875
Properly use DEFAULT_PAGE_SIZE as the default page size, and define it to be
100.  Fewer pages, less page regeneration from the cache, etc.

Revision 3661 - Directory Listing - [select for diffs]
Modified Wed Jul 19 15:22:40 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3660 , to selected 3875
Move the ad above the page links.  This will make caching easier.

Revision 3660 - Directory Listing - [select for diffs]
Modified Wed Jul 19 15:16:12 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3659 , to selected 3875
Make $ShowAds && $BannerAd global

Revision 3659 - Directory Listing - [select for diffs]
Modified Wed Jul 19 15:03:57 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3658 , to selected 3875
Display only one banner here.

Revision 3658 - Directory Listing - [select for diffs]
Modified Wed Jul 19 14:50:17 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3657 , to selected 3875
Rearrange the LHS menus.  Put all the watch list stuff into one box.

Revision 3657 - Directory Listing - [select for diffs]
Modified Wed Jul 19 14:46:40 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3656 , to selected 3875
Update copyright date.
Honour $ShowAds && $BannerAd
Correct the caching directory

Revision 3656 - Directory Listing - [select for diffs]
Modified Wed Jul 19 14:44:52 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3655 , to selected 3875
When showing ads, honour $ShowAds && $BannerAd

Revision 3655 - Directory Listing - [select for diffs]
Modified Wed Jul 19 14:44:07 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3654 , to selected 3875
Correct the condition for showing an ad.  Honour $ShowAds as well as
$BannerAd.

Revision 3654 - Directory Listing - [select for diffs]
Modified Tue Jul 18 10:34:58 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3653 , to selected 3875
If the description is null, tell the users something useful instead of a
blank line.

Revision 3653 - Directory Listing - [select for diffs]
Modified Tue Jul 18 02:58:49 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3652 , to selected 3875
Don't obscure mailto.

Revision 3652 - Directory Listing - [select for diffs]
Modified Tue Jul 18 02:56:34 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3651 , to selected 3875
Try going direct with google.  Does this affect the stats?

Revision 3651 - Directory Listing - [select for diffs]
Modified Tue Jul 18 02:54:52 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3650 , to selected 3875
A bit dated now, but nice to look back at.

Revision 3650 - Directory Listing - [select for diffs]
Modified Sun Jul 16 23:38:25 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3649 , to selected 3875
Why don't we obscure email addresses any more.

Revision 3649 - Directory Listing - [select for diffs]
Modified Sun Jul 16 23:31:29 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3648 , to selected 3875
Let's not bother obscuring emails.  Any email that's on FreshPorts is
already available from other multiple sources.

Revision 3648 - Directory Listing - [select for diffs]
Modified Sun Jul 16 23:15:09 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3647 , to selected 3875
Check the ElementID when retrieving from Cache.

Revision 3647 - Directory Listing - [select for diffs]
Modified Sun Jul 16 17:25:21 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3646 , to selected 3875
When doing the rss0.91 feed, do not htmlify the description

Revision 3646 - Directory Listing - [select for diffs]
Modified Sun Jul 16 17:24:29 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3645 , to selected 3875
Add feed validators links for the RSS feeds

Revision 3645 - Directory Listing - [select for diffs]
Modified Sun Jul 16 17:02:37 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3644 , to selected 3875
Add a GUID to the feed.

Revision 3644 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:50:47 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3643 , to selected 3875
htmlify the < and > in the description

Revision 3643 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:47:55 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3642 , to selected 3875
Whitespace changes only.  Remove trailing control-m's

Revision 3642 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:45:13 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3641 , to selected 3875
For the feed to be valid, the Author field must contain an email address.

Revision 3641 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:40:38 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3640 , to selected 3875
The news cache is now under the 'dynamic' directory.

Revision 3640 - Directory Listing - [select for diffs]
Modified Sat Jul 15 04:59:56 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3639 , to selected 3875
feeds are now dynamic

Revision 3639 - Directory Listing - [select for diffs]
Modified Sat Jul 15 04:48:12 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3638 , to selected 3875
If we don't quote the NEWSCASHEDIR glob, it works.  Nice.

Revision 3638 - Directory Listing - [select for diffs]
Modified Sat Jul 15 03:29:57 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3637 , to selected 3875
correctly spell cache

Revision 3637 - Directory Listing - [select for diffs]
Modified Sat Jul 15 03:21:09 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3636 , to selected 3875
Correctly spell cache

Revision 3636 - Directory Listing - [select for diffs]
Modified Sat Jul 15 03:13:24 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3635 , to selected 3875
Fix the cache name.  Should be news.*.xml

Revision 3635 - Directory Listing - [select for diffs]
Modified Sat Jul 15 02:35:13 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3634 , to selected 3875
Get ready to clear the news cache too

Revision 3634 - Directory Listing - [select for diffs]
Modified Fri Jul 14 13:42:52 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3633 , to selected 3875
Ignore these files

Revision 3633 - Directory Listing - [select for diffs]
Modified Fri Jul 14 13:42:42 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3632 , to selected 3875
Add a better news service

Revision 3632 - Directory Listing - [select for diffs]
Modified Fri Jul 14 13:41:05 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3631 , to selected 3875
First newsfeed engine.

Revision 3631 - Directory Listing - [select for diffs]
Modified Sun Jul 9 23:57:04 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3630 , to selected 3875
Simplify the removal of items from cache.

Revision 3630 - Directory Listing - [select for diffs]
Modified Sun Jul 9 23:12:08 2006 UTC (18 years, 8 months ago) by dan
Diff to previous 3629 , to selected 3875
There was a caching problem where cache entries were not deleted as
expected.  This turned out to be a permissions issue.

There is code here that will be removed with the next commit.  It was just
kind of a shame to delete it without committing it.... ;)

Revision 3629 - Directory Listing - [select for diffs]
Modified Wed Jul 5 12:45:58 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3628 , to selected 3875
Change how we remove from cache.  Do it for just the one file.
Do an ls before and after.

Revision 3628 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:31:47 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3627 , to selected 3875
Correctly handle the extraction of the ElementID from the cache when the
user is not logged in.

Revision 3627 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:26:52 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3626 , to selected 3875
Get the <title></title> field right by using $category/$port, not the now
defunct values $port->category/$port->port.
Use $MyPort instead of $port when actually fetching a port.

Revision 3626 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:21:21 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3625 , to selected 3875
Reduce database access.
Remove freshports_PortDescription() and freshports_PortDescriptionByPortID()
Change freshports_PortDisplay($db, $port)
    to freshports_PortDisplay($db, $category, $port)
The port cache now contains the ElementID
As a result, we need to grab the OnWatchList value in a distinct call.

Revision 3625 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:18:57 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3624 , to selected 3875
Let's not do any database accesses until we have to.

Revision 3624 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:18:15 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3623 , to selected 3875
Move the Debug statement further up

Revision 3623 - Directory Listing - [select for diffs]
Modified Tue Jul 4 20:17:14 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3622 , to selected 3875
Add freshports_ConditionalGetUnix() which takes a Unix timestamp.
This complements freshports_ConditionalGet() which takes a date/time string.
Add freshports_GetElementID() which grabs the ElementID for a category/port.
Add freshports_OnWatchList() which tells you how many watch lists an element
ID appears on for a given user.

Revision 3622 - Directory Listing - [select for diffs]
Modified Tue Jul 4 19:49:05 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3621 , to selected 3875
Add two new functions:

- Element_ID(category, port)
- OnWatchList(UserID, ElementID)

Revision 3621 - Directory Listing - [select for diffs]
Modified Tue Jul 4 01:51:25 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3620 , to selected 3875
Remove all &nbsp; to better format the output when not all items appear
Display all categories, "real" or not, as hyperlinks

Revision 3620 - Directory Listing - [select for diffs]
Modified Tue Jul 4 01:50:10 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3619 , to selected 3875
Add LastModifiedGet()
Set LastModified on Add()

Revision 3619 - Directory Listing - [select for diffs]
Modified Mon Jul 3 22:30:25 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3618 , to selected 3875
start using CacheDataSet() and CacheDataGet()

Revision 3618 - Directory Listing - [select for diffs]
Modified Mon Jul 3 22:29:19 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3617 , to selected 3875
We no longer pass in the cache data via a parameter.  Now we set it
explicity during a function call.

Revision 3617 - Directory Listing - [select for diffs]
Modified Mon Jul 3 21:23:33 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3616 , to selected 3875
Let's use just one cache file for each port.

Revision 3616 - Directory Listing - [select for diffs]
Modified Mon Jul 3 15:53:15 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3615 , to selected 3875
Make it easier to follow what's going on here.  Put more stuff into a
function and make the main code easier to follow.

Revision 3615 - Directory Listing - [select for diffs]
Modified Sun Jul 2 21:26:04 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3614 , to selected 3875
Add and use Ad_728x90PortDescription()

Revision 3614 - Directory Listing - [select for diffs]
Modified Sun Jul 2 21:15:51 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3613 , to selected 3875
Add tracking for Phorum Top and Bottom

Revision 3613 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:56:20 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3612 , to selected 3875
Put a bigger ad on the bottom.

Revision 3612 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:53:36 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3611 , to selected 3875
Add a banner ad here too.

Revision 3611 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:42:16 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3610 , to selected 3875
Move to a better way of doing ads.

Revision 3610 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:40:46 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3609 , to selected 3875
Move to a better way to do ads.

Revision 3609 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:37:59 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3608 , to selected 3875
Move the ad from after the port description to within the port description.

Revision 3608 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:37:07 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3607 , to selected 3875
Provide a way to imbed an ad within the port description.

Revision 3607 - Directory Listing - [select for diffs]
Modified Sun Jul 2 20:11:25 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3606 , to selected 3875
We now use mailman, not majordomo.  Update this page accordingly.

Revision 3606 - Directory Listing - [select for diffs]
Modified Sun Jul 2 19:26:57 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3605 , to selected 3875
Start with the new ad strategy.

Revision 3605 - Directory Listing - [select for diffs]
Modified Sun Jul 2 19:26:24 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3604 , to selected 3875
Start with the new ad strategy

Revision 3604 - Directory Listing - [select for diffs]
Modified Sat Jul 1 17:46:42 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3603 , to selected 3875
Add a new ad

Revision 3603 - Directory Listing - [select for diffs]
Modified Sat Jul 1 17:42:28 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3602 , to selected 3875
fir

Revision 3602 - Directory Listing - [select for diffs]
Modified Sat Jul 1 17:41:17 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3601 , to selected 3875
*** empty log message ***

Revision 3601 - Directory Listing - [select for diffs]
Modified Sat Jul 1 17:03:11 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3600 , to selected 3875
Correctly use the return value from FetchAllFiles().

Revision 3600 - Directory Listing - [select for diffs]
Modified Fri Jun 30 11:48:04 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3599 , to selected 3875
Move the cache clearing code from PortsRefreshed to UpdateEnds.

Revision 3599 - Directory Listing - [select for diffs]
Modified Fri Jun 30 11:46:53 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3598 , to selected 3875
- Tell observers about UpdateBegins and UpdateEnds
- Take note of the return value from FetchAllFiles
  and do not refresh ports if it fails.
- Event if there was a fetch problem, tell the observers
  that refresh has been completed, so they make take action
  (in this case, they mark ports as vulnerable)

Revision 3598 - Directory Listing - [select for diffs]
Modified Fri Jun 30 11:43:55 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3597 , to selected 3875
When using FetchFile(), take note of the return value and propogate it up
to our caller.

Revision 3597 - Directory Listing - [select for diffs]
Modified Fri Jun 30 01:14:15 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3596 , to selected 3875
Add UpdateBegins and UpdateEnds.

Revision 3596 - Directory Listing - [select for diffs]
Modified Thu Jun 29 23:51:52 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3595 , to selected 3875
cach -> cache

Revision 3595 - Directory Listing - [select for diffs]
Modified Thu Jun 29 19:51:21 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3594 , to selected 3875
files -> file : go singular.

Revision 3594 - Directory Listing - [select for diffs]
Modified Thu Jun 29 19:48:46 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3593 , to selected 3875
whitespace only

Revision 3593 - Directory Listing - [select for diffs]
Modified Thu Jun 29 13:19:08 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3592 , to selected 3875
Set the mask so we get the expected permissions

Revision 3592 - Directory Listing - [select for diffs]
Modified Wed Jun 28 05:40:03 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3591 , to selected 3875
Save the Ports for later cache flushing.   This means we can process the
cache removal requests after the transactions have been completed.

Revision 3591 - Directory Listing - [select for diffs]
Modified Wed Jun 28 05:39:12 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3590 , to selected 3875
Use the new path to cache files, which is a ports-tree-like directory
structure.
When we pass in CommitLogPorts, it is now category/port string.

Revision 3590 - Directory Listing - [select for diffs]
Modified Wed Jun 28 05:37:56 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3589 , to selected 3875
When the transaction has been committed, tell the observers.

Revision 3589 - Directory Listing - [select for diffs]
Modified Wed Jun 28 05:37:17 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3588 , to selected 3875
Add TransactionCommitted
Update copyright

Revision 3588 - Directory Listing - [select for diffs]
Modified Wed Jun 28 05:36:53 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3587 , to selected 3875
Update copyright

Revision 3587 - Directory Listing - [select for diffs]
Modified Wed Jun 28 04:10:10 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3586 , to selected 3875
If caching fails, report an error.

Revision 3586 - Directory Listing - [select for diffs]
Modified Wed Jun 28 03:45:12 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3585 , to selected 3875
Update copyright year.

Revision 3585 - Directory Listing - [select for diffs]
Modified Tue Jun 27 01:30:52 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3584 , to selected 3875
Do not repeat thyself.

Revision 3584 - Directory Listing - [select for diffs]
Modified Mon Jun 26 22:11:21 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3583 , to selected 3875
Start using ReplaceWatchListToken().

Actually, all the files changed here should start using the cache.
Then we'd have to create a new function that reads all the watch list
items for the user.

Revision 3583 - Directory Listing - [select for diffs]
Modified Mon Jun 26 13:02:08 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3582 , to selected 3875
Remove Burst_300x250_table, which appears to be unused.

Revision 3582 - Directory Listing - [select for diffs]
Modified Mon Jun 26 12:17:24 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3581 , to selected 3875
We don't need to include ourselves.

Revision 3581 - Directory Listing - [select for diffs]
Modified Mon Jun 26 12:13:45 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3580 , to selected 3875
We don't need Burst in Adsense.

Revision 3580 - Directory Listing - [select for diffs]
Modified Mon Jun 26 12:13:07 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3579 , to selected 3875
Add a $ for this.

Revision 3579 - Directory Listing - [select for diffs]
Modified Mon Jun 26 12:04:27 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3578 , to selected 3875
Don't call syslog directly.  Invoke _Log instead.

Revision 3578 - Directory Listing - [select for diffs]
Modified Mon Jun 26 11:58:15 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3577 , to selected 3875
Update the sub net.

Revision 3577 - Directory Listing - [select for diffs]
Modified Fri Jun 23 14:39:42 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3576 , to selected 3875
Start caching the port details.  This should be fast.
A simple test of page rendering times went from .220s to .047s

Revision 3576 - Directory Listing - [select for diffs]
Modified Fri Jun 23 14:38:20 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3575 , to selected 3875
Instead of populating the Watch List add/remove button, put a token in the
HTML.  This allows us to cache the data and replace it at run time.

Revision 3575 - Directory Listing - [select for diffs]
Modified Fri Jun 23 14:37:32 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3574 , to selected 3875
Create two different types of caching: Commits, and Details.
When removing a cache entry, remove all types (e.g. commits and details)

Revision 3574 - Directory Listing - [select for diffs]
Modified Fri Jun 23 12:26:29 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3573 , to selected 3875
Update copyright.

Revision 3573 - Directory Listing - [select for diffs]
Modified Fri Jun 23 12:26:14 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3572 , to selected 3875
Update copyright

Revision 3572 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:36:32 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3571 , to selected 3875
Remove the last remnants of freshports_PortDetails()

Revision 3571 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:33:10 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3570 , to selected 3875
Be concise with our reason for not displaying lack of packages.

Revision 3570 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:13:22 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3569 , to selected 3875
Allow debugging messages to become part of cache.

Revision 3569 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:12:50 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3568 , to selected 3875
Always display instructions for building the port
Don't display package instructions if the port is Restricted.

Revision 3568 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:11:44 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3567 , to selected 3875
Be consistent in the log messages.  Prefix each one with 'Cache: '.
Expand _CleanKey() and prevent directory stepping: i.e. ..

Revision 3567 - Directory Listing - [select for diffs]
Modified Thu Jun 22 15:09:46 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3566 , to selected 3875
Improve the logging messages by using CachePort not CachPort.
Move to a directory structure that reflects the ports tree: i.e.
ports/CATEGORYNAME/PORTNAME
Introduce and used _CacheFileName()

Revision 3566 - Directory Listing - [select for diffs]
Modified Tue Jun 13 15:49:32 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3565 , to selected 3875
update for caching
improve formatting to ease copy/paste

Revision 3565 - Directory Listing - [select for diffs]
Modified Tue Jun 13 15:04:52 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3564 , to selected 3875
Add pkg-descr

Revision 3564 - Directory Listing - [select for diffs]
Modified Mon Jun 12 22:57:46 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3563 , to selected 3875
include the htmlify code

Revision 3563 - Directory Listing - [select for diffs]
Modified Mon Jun 12 18:00:12 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3562 , to selected 3875
Strat using port-diplay

Revision 3562 - Directory Listing - [select for diffs]
Modified Mon Jun 12 17:59:49 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3561 , to selected 3875
Return a proper value for LastModified if there are no matches.
Add User as a property.  Pass to freshports_ListOfPorts()

Revision 3561 - Directory Listing - [select for diffs]
Modified Mon Jun 12 17:55:10 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3560 , to selected 3875
Start using port-display instead of freshports_PortDetails

Revision 3560 - Directory Listing - [select for diffs]
Modified Mon Jun 12 17:50:55 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3559 , to selected 3875
Update copyright dates

Revision 3559 - Directory Listing - [select for diffs]
Modified Mon Jun 12 17:50:21 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3558 , to selected 3875
add User to the freshports_ListOfPorts parameters

Revision 3558 - Directory Listing - [select for diffs]
Modified Mon Jun 12 17:46:16 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3557 , to selected 3875
Flush out the code to make it compatible with existing display methods.

Revision 3557 - Directory Listing - [select for diffs]
Modified Mon Jun 12 05:19:25 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3556 , to selected 3875
Add php4-extensions

Revision 3556 - Directory Listing - [select for diffs]
Modified Mon Jun 12 04:46:07 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3555 , to selected 3875
Add code for Google Analytics

Revision 3555 - Directory Listing - [select for diffs]
Modified Mon Jun 12 04:45:30 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3554 , to selected 3875
whitespace only

Revision 3554 - Directory Listing - [select for diffs]
Modified Sat Jun 10 02:22:30 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3553 , to selected 3875
If the file we get back is not ASCII, tell the committer.
Use unlink, not rm.

Revision 3553 - Directory Listing - [select for diffs]
Modified Sat Jun 10 02:20:25 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3552 , to selected 3875
Give an initial value to $result;

Revision 3552 - Directory Listing - [select for diffs]
Modified Fri Jun 9 19:23:14 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3551 , to selected 3875
Why doesn't this appear on my watch list?

Revision 3551 - Directory Listing - [select for diffs]
Modified Fri Jun 9 16:22:27 2006 UTC (18 years, 9 months ago) by dan
Diff to previous 3550 , to selected 3875
fix typo: descripion -> description

Revision 3550 - Directory Listing - [select for diffs]
Modified Tue Jun 6 22:48:39 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3549 , to selected 3875
Add LatestCommitDatePorts(), LatestCommitDate()

Revision 3549 - Directory Listing - [select for diffs]
Modified Tue Jun 6 14:28:45 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3548 , to selected 3875
Fix problem with cache removal.  Only attempt removal if cache entry exists.
Use unlink instead of rm.
Fix typo: Finsihed => Finished

Revision 3548 - Directory Listing - [select for diffs]
Modified Mon Jun 5 20:05:34 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3547 , to selected 3875
Note: This list never includes deleted ports.

Revision 3547 - Directory Listing - [select for diffs]
Modified Wed May 31 04:13:59 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3546 , to selected 3875
Remove entries from the cache after refreshing.

Revision 3546 - Directory Listing - [select for diffs]
Modified Tue May 30 22:10:27 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3545 , to selected 3875
For syslog, go from LOG_PID | LOG_PERROR, LOG_LOCAL0 to LOG_PID, LOG_SYSLOG
This way, we don't get stuff added to /var/log/httpd-error.log and it goes
to /var/log/messages instead.

Revision 3545 - Directory Listing - [select for diffs]
Modified Tue May 30 21:52:30 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3544 , to selected 3875
Add FetchByCommitMessageContents() and GetCountCommitsByCommitMessage()

Revision 3544 - Directory Listing - [select for diffs]
Modified Tue May 30 21:51:57 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3543 , to selected 3875
Use fwrite instead of fputs (they are aliases).
Check the results of frwite.
Do an fclose on the spool file before moving it into the cache.
Do an fclose if the write fails
chmod the file to be 664 so the perl scripts can remove it

For spool file names, use tempname to avoid collisions.

Revision 3543 - Directory Listing - [select for diffs]
Modified Tue May 30 21:22:59 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3542 , to selected 3875
Remove an extra -V
some whitespace changes

Revision 3542 - Directory Listing - [select for diffs]
Modified Tue May 30 21:22:07 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3541 , to selected 3875
Go case-insensitive.

Revision 3541 - Directory Listing - [select for diffs]
Modified Tue May 30 21:20:20 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3540 , to selected 3875
Fix the caching path

Revision 3540 - Directory Listing - [select for diffs]
Modified Tue May 30 21:17:10 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3539 , to selected 3875
Make it obvious that you're searching FreshPorts, not the web.

Revision 3539 - Directory Listing - [select for diffs]
Modified Tue May 30 20:51:56 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3538 , to selected 3875
Add some ability to remove ports from the cache.

Revision 3538 - Directory Listing - [select for diffs]
Modified Mon May 29 06:47:18 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3537 , to selected 3875
Improve and correct some of the logging.

Revision 3537 - Directory Listing - [select for diffs]
Modified Mon May 29 06:39:48 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3536 , to selected 3875
First pass of caching.  Start storing up HTML instead of doing an echo.

Revision 3536 - Directory Listing - [select for diffs]
Modified Mon May 29 06:38:51 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3535 , to selected 3875
Change functions related to commit history.  We want them to return HTML
instead of doing an echo.

Revision 3535 - Directory Listing - [select for diffs]
Modified Mon May 29 06:37:40 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3534 , to selected 3875
freshports_UpdatingOutput now returns HTML, and does not do an echo.

Revision 3534 - Directory Listing - [select for diffs]
Modified Mon May 29 06:37:14 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3533 , to selected 3875
Update freshports_UpdatingOutput to return HTMl, not echo.

Revision 3533 - Directory Listing - [select for diffs]
Modified Mon May 29 06:27:19 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3532 , to selected 3875
Add some logging
fix some syntax errors

Revision 3532 - Directory Listing - [select for diffs]
Modified Mon May 29 06:26:30 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3531 , to selected 3875
whitespace only

Revision 3531 - Directory Listing - [select for diffs]
Modified Mon May 29 05:26:54 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3530 , to selected 3875
The first draft, pretty much untested, of caching code.

Revision 3530 - Directory Listing - [select for diffs]
Modified Fri May 26 22:07:55 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3529 , to selected 3875
Fix some uploading problems when using copy/paste.

This code could use some consoliation and clean up.

Revision 3529 - Directory Listing - [select for diffs]
Modified Fri May 26 22:06:49 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3528 , to selected 3875
Split the process for parsing the data into two parts:
- creation of cat/port array
- processing of said array
This allows us to create a new function that parses a string instead of a
file.

Revision 3528 - Directory Listing - [select for diffs]
Modified Fri May 26 14:55:53 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3527 , to selected 3875
HTML nits < => &lt;
Update copyright

Revision 3527 - Directory Listing - [select for diffs]
Modified Wed May 24 22:09:51 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3526 , to selected 3875
indicted => indicated
thanks to Francisco Reyes <francisco@natserv.com>

Revision 3526 - Directory Listing - [select for diffs]
Modified Wed May 24 18:32:00 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3525 , to selected 3875
Use the FreshPorts Search channel

Revision 3525 - Directory Listing - [select for diffs]
Modified Wed May 24 18:06:58 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3524 , to selected 3875
Update copyright

Revision 3524 - Directory Listing - [select for diffs]
Modified Wed May 24 18:06:33 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3523 , to selected 3875
Update headers

Revision 3523 - Directory Listing - [select for diffs]
Modified Wed May 24 18:06:02 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3522 , to selected 3875
Add searching of commit message
Add searching by Google

Revision 3522 - Directory Listing - [select for diffs]
Modified Wed May 24 17:36:36 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3521 , to selected 3875
Add the mini logo

Revision 3521 - Directory Listing - [select for diffs]
Modified Thu May 18 18:21:42 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3520 , to selected 3875
The variable $dbh is not required for commit_record.  Remove it.

Revision 3520 - Directory Listing - [select for diffs]
Modified Thu May 18 11:53:10 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3519 , to selected 3875
Let's see if all those 'kernel: pid 47605 (httpd), uid 80: exited on signal
6' messages are related this to URL.

Revision 3519 - Directory Listing - [select for diffs]
Modified Tue May 16 11:15:37 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3518 , to selected 3875
Give this page a title.

Revision 3518 - Directory Listing - [select for diffs]
Modified Tue May 16 11:15:04 2006 UTC (18 years, 10 months ago) by dan
Diff to previous 3517 , to selected 3875
Correctly spell $ETag

Revision 3517 - Directory Listing - [select for diffs]
Modified Wed May 3 15:25:00 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3516 , to selected 3875
Whitespace only.

Revision 3516 - Directory Listing - [select for diffs]
Modified Wed May 3 15:24:42 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3515 , to selected 3875
forced commit to note that we now do a case insensitive check on Message-ID

Revision 3515 - Directory Listing - [select for diffs]
Modified Wed May 3 15:24:05 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3514 , to selected 3875
Cater for null timezones

Revision 3514 - Directory Listing - [select for diffs]
Modified Mon May 1 14:39:32 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3513 , to selected 3875
Comment out a syslog

Revision 3513 - Directory Listing - [select for diffs]
Modified Mon May 1 13:46:20 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3512 , to selected 3875
Allow AFFECTS to span multiple lines

Revision 3512 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:41:50 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3511 , to selected 3875
Add capability for searching by committer.
Fix up the Add LIMIT and OFFSET capability while there.

Revision 3511 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:39:00 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3510 , to selected 3875
Display Google AsSense ads right after the port description and before the
commits.

Revision 3510 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:38:19 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3509 , to selected 3875
Remove unused function: freshports_Search_Depends_Icon()

Revision 3509 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:37:23 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3508 , to selected 3875
Add our new search icon.

Revision 3508 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:35:36 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3507 , to selected 3875
Forced commit to document changes:

Expand the capability to search for related items by just clicking on an
icon.  Now we can find:

- all ports maintained by the maintainer of this port
- all commits by this committer
- all ports that depend upon this port

Revision 3507 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:32:57 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3506 , to selected 3875
Add code for direct support of Google AdSense

Revision 3506 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:32:00 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3505 , to selected 3875
Start using new DisplayCommit class.  This allows the code for
displaying commits to be shared between this module and the search module.

Revision 3505 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:31:29 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3504 , to selected 3875
Add a new class for displaying commits

Revision 3504 - Directory Listing - [select for diffs]
Modified Wed Apr 26 21:29:26 2006 UTC (18 years, 11 months ago) by dan
Diff to previous 3503 , to selected 3875
This commit adds support for displaying commits by committer.

Allow for LIMIT and OFFSET in the result set.
Add new functions:
  SetLimit()
  SetOffset()
  GetCountCommitsByCommitter()
  GetCountPortCommitsByCommitter()
  GetCountPortsTouchedByCommitter()
  FetchByCommitter()

Revision 3503 - Directory Listing - [select for diffs]
Modified Wed Mar 29 09:01:25 2006 UTC (19 years ago) by dan
Diff to previous 3502 , to selected 3875
Update to a more complete list of ports that need to be installed

Revision 3502 - Directory Listing - [select for diffs]
Modified Fri Mar 3 15:22:29 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3501 , to selected 3875
Fix port freeze URL

Revision 3501 - Directory Listing - [select for diffs]
Modified Mon Feb 27 23:14:58 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3500 , to selected 3875
Update copyright year.
Look for pkg_version in the right place on FreeBSD 4 and FreeBSD 6

Revision 3500 - Directory Listing - [select for diffs]
Modified Mon Feb 27 23:14:29 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3499 , to selected 3875
Update copyright year, standard headers.

Revision 3499 - Directory Listing - [select for diffs]
Modified Fri Feb 24 20:08:25 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3498 , to selected 3875
Better cater for people without default watch lists

Revision 3498 - Directory Listing - [select for diffs]
Modified Tue Feb 21 21:25:34 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3497 , to selected 3875
Add FAQ for What is a port and What is a package
and link to it from every port.

Revision 3497 - Directory Listing - [select for diffs]
Modified Tue Feb 21 21:04:31 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3496 , to selected 3875
Better document the difference between adding a port and adding a package.
Better divide the output by adding some <HR>
Remove an unneeded ; from SQL

Revision 3496 - Directory Listing - [select for diffs]
Modified Tue Feb 21 20:59:30 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3495 , to selected 3875
fix Port_ID() and put a condition on the ports.category_id field.
This avoids duplicates when a port is in more than one category.
For example, mail/squirrelmail which is also listed in www.

Revision 3495 - Directory Listing - [select for diffs]
Modified Mon Feb 20 17:41:40 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3494 , to selected 3875
When OFFLINE, do not process the queue.  Otherwise, you wind up with unprocessed
files in the RECENT directory.

Revision 3494 - Directory Listing - [select for diffs]
Modified Tue Feb 14 13:04:37 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3493 , to selected 3875
Add a few more anti-breakage items

Revision 3493 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:56:25 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3492 , to selected 3875
Better URL parsing.

Revision 3492 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:41:53 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3491 , to selected 3875
Add the test case for a comma immediately following a URL

Revision 3491 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:41:21 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3490 , to selected 3875
add freshports_PortDisplay() which takes a $port instance and displays it.
add freshports_PortDescriptionByPortID() which takes a port id, grabs a $port instance,
and then calls freshports_PortDisplay().

freshports_PortDescriptionByPortID($db, $port_id) {
>       GLOBAL $TableWidth;
>       GLOBAL $FreshPortsTitle;
>       GLOBAL $User;
>
>       $port = new Port($db);
>       $port->FetchByID($port_id, $User->id);
>
>       freshports_PortDisplay($db, $port);
> }
>
> function freshports_PortDisplay

Revision 3490 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:40:13 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3489 , to selected 3875
Add freshports_GetPortID() which gives you a port id based on a category/port.

Revision 3489 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:39:43 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3488 , to selected 3875
if no message id is supplied, complain.

Revision 3488 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:39:00 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3487 , to selected 3875
Handle ports that move better.  You are given links to the new and port
port and that makes it easier to add/remove them.

Revision 3487 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:16:45 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3486 , to selected 3875
Add old_new_ports_record, used by WatchListDeletedPorts()

Revision 3486 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:16:16 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3485 , to selected 3875
Add WatchListDeletedPorts(bigint) for catering to ports on your watch list which
have been deleted from the ports tree
Add Port_ID() which gives you the port id for a category/port combination.  This
function handles virtual cagtegories.

Revision 3485 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:14:10 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3484 , to selected 3875
Code to handle ports in your watch list which have been deleted.

Revision 3484 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:13:27 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3483 , to selected 3875
Add new function IsCategoryByName() which returns the category id
of the supplied name.

Revision 3483 - Directory Listing - [select for diffs]
Modified Mon Feb 13 15:10:30 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3482 , to selected 3875
Whitespace only.

Revision 3482 - Directory Listing - [select for diffs]
Modified Sat Feb 11 20:40:14 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3481 , to selected 3875
If the URL ends in a , followed by a space, don't include the comma in the URL.

Revision 3481 - Directory Listing - [select for diffs]
Modified Tue Feb 7 00:49:31 2006 UTC (19 years, 1 month ago) by dan
Diff to previous 3480 , to selected 3875
Put the field name in quotes

Revision 3480 - Directory Listing - [select for diffs]
Modified Mon Feb 6 16:57:53 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3479 , to selected 3875
For virtual categories, this is the description:
This is a virtual category. No description is available.

Revision 3479 - Directory Listing - [select for diffs]
Modified Mon Feb 6 16:31:41 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3478 , to selected 3875
For virtual categories, give 'no description available'

Revision 3478 - Directory Listing - [select for diffs]
Modified Sun Feb 5 21:55:02 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3477 , to selected 3875
Make sure the port is active.

Revision 3477 - Directory Listing - [select for diffs]
Modified Sun Feb 5 21:54:41 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3476 , to selected 3875
New patches

Revision 3476 - Directory Listing - [select for diffs]
Modified Sun Feb 5 21:52:15 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3475 , to selected 3875
Add RefreshDescription()
Cater for non primary categories by setting element_ID to null when no
value is provided.

Revision 3475 - Directory Listing - [select for diffs]
Modified Sun Feb 5 21:49:51 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3474 , to selected 3875
Provide a way to set the cagtegory description from the make files

Revision 3474 - Directory Listing - [select for diffs]
Modified Sun Feb 5 20:36:39 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3473 , to selected 3875
Set the focus to the query field

Revision 3473 - Directory Listing - [select for diffs]
Modified Sat Feb 4 22:48:28 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3472 , to selected 3875
Add code for avoiding watch list token collision.

Revision 3472 - Directory Listing - [select for diffs]
Modified Sat Feb 4 22:06:52 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3471 , to selected 3875
Add this before it gets lost from my laptop

Revision 3471 - Directory Listing - [select for diffs]
Modified Sat Jan 28 13:18:13 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3470 , to selected 3875
Remove syslog call.

Revision 3470 - Directory Listing - [select for diffs]
Modified Tue Jan 24 18:38:51 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3469 , to selected 3875
Don't index login.php* and new-user.php*

Revision 3469 - Directory Listing - [select for diffs]
Modified Tue Jan 24 18:38:12 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3468 , to selected 3875
Allow index.php to be indexed.
Don't index new-user.php and login.php

Revision 3468 - Directory Listing - [select for diffs]
Modified Fri Jan 20 16:32:45 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3467 , to selected 3875
Now that we are using PG8, we need to specify all the tables when we
are deleting.  So add some USING clauses.

Revision 3467 - Directory Listing - [select for diffs]
Modified Fri Jan 13 14:42:05 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3466 , to selected 3875
Add www/p5-libwww

Revision 3466 - Directory Listing - [select for diffs]
Modified Sun Jan 8 02:49:57 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3465 , to selected 3875
In 8.?, you cannot use DELETE in IMMUTABLE or STABLE functions.  Such
functions must be VOLATILE.

Revision 3465 - Directory Listing - [select for diffs]
Modified Sun Jan 8 02:46:39 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3464 , to selected 3875
Mention that access rights are important!

Revision 3464 - Directory Listing - [select for diffs]
Modified Sat Jan 7 22:25:32 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3463 , to selected 3875
Found this problem when using PG8.

l_SlavePortCategory and l_SlavePortName must be declared.

Revision 3463 - Directory Listing - [select for diffs]
Modified Sat Jan 7 21:47:16 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3462 , to selected 3875
A major change.  Lots of new ports etc.  All a result of installing on the
new machine from bchosting.com

Revision 3462 - Directory Listing - [select for diffs]
Modified Sat Jan 7 21:29:28 2006 UTC (19 years, 2 months ago) by dan
Diff to previous 3461 , to selected 3875
Convert to a constant for our background colour.
We really should go CSS.

Revision 3461 - Directory Listing - [select for diffs]
Modified Sun Jan 1 14:17:07 2006 UTC (19 years, 3 months ago) by dan
Diff to previous 3460 , to selected 3875
Update copyright to 2006

Revision 3460 - Directory Listing - [select for diffs]
Modified Fri Dec 30 13:42:02 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3459 , to selected 3875
Remove AnyActiveFiles().  Committed for historical purposes only.

Revision 3459 - Directory Listing - [select for diffs]
Modified Fri Dec 30 13:41:33 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3458 , to selected 3875
Add AllFilesDeleted() and AnyActiveFiles().

Revision 3458 - Directory Listing - [select for diffs]
Modified Thu Dec 29 20:11:42 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3457 , to selected 3875
Add a link to the commit.

Revision 3457 - Directory Listing - [select for diffs]
Modified Thu Dec 29 12:37:56 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3456 , to selected 3875
Use the Ports.date_added, not the commit_log.date_added

Revision 3456 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:50:20 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3455 , to selected 3875
Include a link to Yesterday's commits.

When showing yesteday's commits, include a linkto the previous date,
the next date, and today.

This improves over the previous situation which was just Previous Day, Next day.

Revision 3455 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:49:01 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3454 , to selected 3875
When displaying dates for lists of commits, use just D, Month.  No need to say
it was Saturday 2005.

Revision 3454 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:47:52 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3453 , to selected 3875
Sort by the raw date, not by the formatted date.

Revision 3453 - Directory Listing - [select for diffs]
Modified Mon Dec 12 11:47:18 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3452 , to selected 3875
Include the URL into the FreshPorts webserver for each port that had trouble.
Provide a bit more space before listing the errors.
If notifications are disabled, tell me who the committer was.

Revision 3452 - Directory Listing - [select for diffs]
Modified Thu Dec 8 21:55:44 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3451 , to selected 3875
Set the refresh flag when a commit is processed.

Revision 3451 - Directory Listing - [select for diffs]
Modified Thu Dec 8 05:01:17 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3450 , to selected 3875
Handle the sorting options when caching.

Revision 3450 - Directory Listing - [select for diffs]
Modified Thu Dec 8 05:00:56 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3449 , to selected 3875
remove CACHE_CATEGORIES to categories.php

Revision 3449 - Directory Listing - [select for diffs]
Modified Thu Dec 8 05:00:25 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3448 , to selected 3875
add a flag for cache refresh

Revision 3448 - Directory Listing - [select for diffs]
Modified Thu Dec 8 04:59:43 2005 UTC (19 years, 3 months ago) by dan
Diff to previous 3447 , to selected 3875
Do better caching of all the options.

Revision 3447 - Directory Listing - [select for diffs]
Modified Wed Dec 7 23:04:06 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3446 , to selected 3875
If the cache is not available, be sure to provide valid HTML

Revision 3446 - Directory Listing - [select for diffs]
Modified Wed Dec 7 22:49:02 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3445 , to selected 3875
Start caching the categories.php page

Revision 3445 - Directory Listing - [select for diffs]
Modified Wed Dec 7 22:48:28 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3444 , to selected 3875
Start caching the categories.php page!

Revision 3444 - Directory Listing - [select for diffs]
Modified Mon Dec 5 01:36:54 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3443 , to selected 3875
Add a partially completed script for checking that Deleted Ports are deleted
and that non-deleted ports are not.

Revision 3443 - Directory Listing - [select for diffs]
Modified Thu Dec 1 04:52:37 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3442 , to selected 3875
correctly name and locate the file

Revision 3442 - Directory Listing - [select for diffs]
Modified Thu Dec 1 04:45:59 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3441 , to selected 3875
Moe updates!

Revision 3441 - Directory Listing - [select for diffs]
Modified Thu Dec 1 04:06:13 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3440 , to selected 3875
Add databases/postgresql74-client
    databases/postgresql74-server
    sysutils/bacula-client
    sysutils/daemontools
    databases/mysql41-client
    databases/mysql41-server
    devel/pear-HTML_Common
    devel/pear-HTML_Page2
    databases/postgresql-contrib

Revision 3440 - Directory Listing - [select for diffs]
Modified Thu Dec 1 00:11:30 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3439 , to selected 3875
Use SITE_PERL and do things better

Revision 3439 - Directory Listing - [select for diffs]
Modified Wed Nov 30 00:32:42 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3438 , to selected 3875
Add newsfeeds.php, and refer to http://news.freshports.org/

Revision 3438 - Directory Listing - [select for diffs]
Modified Wed Nov 16 14:34:50 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3437 , to selected 3875
Turn off debugging

Revision 3437 - Directory Listing - [select for diffs]
Modified Wed Nov 9 17:24:20 2005 UTC (19 years, 4 months ago) by dan
Diff to previous 3436 , to selected 3875
Move from category/pkg/COMMENT to make -V COMMENT.

Revision 3436 - Directory Listing - [select for diffs]
Modified Wed Nov 2 13:58:24 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3435 , to selected 3875
remove leading .

Revision 3435 - Directory Listing - [select for diffs]
Modified Wed Nov 2 11:41:35 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3434 , to selected 3875
Make the poppy box centered and fixed width

Revision 3434 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:12:39 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3433 , to selected 3875
Set is_interactive

Revision 3433 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:12:06 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3432 , to selected 3875
Add this file

Revision 3432 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:11:22 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3431 , to selected 3875
Add is interactive

Revision 3431 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:10:56 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3430 , to selected 3875
Add is interacgtive

Revision 3430 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:10:17 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3429 , to selected 3875
Add is_interactive

Revision 3429 - Directory Listing - [select for diffs]
Modified Tue Nov 1 23:09:58 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3428 , to selected 3875
*** empty log message ***

Revision 3428 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:54:30 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3427 , to selected 3875
add is interactive

Revision 3427 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:53:42 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3426 , to selected 3875
add is_interactive

Revision 3426 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:52:59 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3425 , to selected 3875
PHP nit

Revision 3425 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:52:37 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3424 , to selected 3875
remove unused code

Revision 3424 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:52:12 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3423 , to selected 3875
PHP nite

Revision 3423 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:51:44 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3422 , to selected 3875
PHP nits

Revision 3422 - Directory Listing - [select for diffs]
Modified Tue Nov 1 22:48:54 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3421 , to selected 3875
Add personal watch lists and is_interactive

Revision 3421 - Directory Listing - [select for diffs]
Modified Tue Oct 11 00:27:26 2005 UTC (19 years, 5 months ago) by dan
Diff to previous 3420 , to selected 3875
Add three new columns to the ports table:
	is_interactive
	only_for_archs
	not_for_archs

Revision 3420 - Directory Listing - [select for diffs]
Modified Sat Oct 8 02:00:48 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3419 , to selected 3875
Display the URLs for the personal news feed if they are logged in.
Display the personal news feed content if they supply a valid token.

Revision 3419 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:59:45 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3418 , to selected 3875
Do not echo the SQL

Revision 3418 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:59:20 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3417 , to selected 3875
Ensure portepoch is available.

Revision 3417 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:58:08 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3416 , to selected 3875
Add support for personal newsfeeds by using the token field.

Revision 3416 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:57:42 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3415 , to selected 3875
Add missing ?>
Update copyright

Revision 3415 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:57:16 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3414 , to selected 3875
Add missing ?>

Revision 3414 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:56:58 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3413 , to selected 3875
Update copyright

Revision 3413 - Directory Listing - [select for diffs]
Modified Sat Oct 8 01:56:43 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3412 , to selected 3875
Use the right HTML variable

Revision 3412 - Directory Listing - [select for diffs]
Modified Fri Oct 7 23:55:43 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3411 , to selected 3875
Add stuff for personal watch lists.  WOO HOO!

Revision 3411 - Directory Listing - [select for diffs]
Modified Fri Oct 7 23:52:57 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3410 , to selected 3875
added: is_interactive, only_for_archs, not_for_archs.
now also checks for invalid expiration_date.

Revision 3410 - Directory Listing - [select for diffs]
Modified Thu Sep 22 22:41:10 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3409 , to selected 3875
improve the error logging messages

Revision 3409 - Directory Listing - [select for diffs]
Modified Thu Sep 15 00:04:41 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3408 , to selected 3875
Set error

Revision 3408 - Directory Listing - [select for diffs]
Modified Tue Sep 13 12:11:03 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3407 , to selected 3875
Check for odd characters.

Revision 3407 - Directory Listing - [select for diffs]
Modified Sat Sep 10 14:40:09 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3406 , to selected 3875
Use _REQUEST, not _POST
and check for valid numberofdays

Revision 3406 - Directory Listing - [select for diffs]
Modified Fri Sep 9 20:11:51 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3405 , to selected 3875
Log the SQL

Revision 3405 - Directory Listing - [select for diffs]
Modified Fri Sep 9 20:09:20 2005 UTC (19 years, 6 months ago) by dan
Diff to previous 3404 , to selected 3875
Ask them to ask me for help if problems occur.

Revision 3404 - Directory Listing - [select for diffs]
Modified Mon Sep 5 19:53:24 2005 UTC (19 years, 7 months ago) by dan
Diff to previous 3403 , to selected 3875
Use htmlentities in the HTML

Revision 3403 - Directory Listing - [select for diffs]
Modified Mon Sep 5 19:52:59 2005 UTC (19 years, 7 months ago) by dan
Diff to previous 3402 , to selected 3875
Use AddSlashes in the SQL and htmlentities in the HTML

Revision 3402 - Directory Listing - [select for diffs]
Modified Mon Sep 5 19:50:38 2005 UTC (19 years, 7 months ago) by dan
Diff to previous 3401 , to selected 3875
Use AddSlashes in the SQL and htmlentitie in the HTML

Revision 3401 - Directory Listing - [select for diffs]
Modified Sat Aug 6 12:55:59 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3400 , to selected 3875
Include the format for the date.

Revision 3400 - Directory Listing - [select for diffs]
Modified Wed Aug 3 22:11:41 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3399 , to selected 3875
Remove the <pre></pre> tags, which is not RSS compliant.

Revision 3399 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:25:18 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3398 , to selected 3875
Look for jobs waiting to be run.

Revision 3398 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:19:14 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3397 , to selected 3875
Serialize the processing of all updates

Revision 3397 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:18:34 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3396 , to selected 3875
Go to 150, not just 100

Revision 3396 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:17:56 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3395 , to selected 3875
whitespace only

Revision 3395 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:17:23 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3394 , to selected 3875
Add Last-Modified

Revision 3394 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:15:58 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3393 , to selected 3875
Add freshports_IsInt()

Revision 3393 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:15:33 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3392 , to selected 3875
Give some variables an initial value
Improve some error/debug messages

Revision 3392 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:05:16 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3391 , to selected 3875
whitespace only

Revision 3391 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:04:10 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3390 , to selected 3875
Add and use $FreshPorts::Config::JobWaiting.
This flag is used by fp-daemon.sh to seralize jobs.

Revision 3390 - Directory Listing - [select for diffs]
Modified Wed Aug 3 12:01:20 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3389 , to selected 3875
AddSlashes to names

Revision 3389 - Directory Listing - [select for diffs]
Modified Mon Aug 1 21:34:00 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3388 , to selected 3875
Update the link to the Ports Freeze definition.

Revision 3388 - Directory Listing - [select for diffs]
Modified Tue Jul 26 02:41:57 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3387 , to selected 3875
change the portsmon website to a new cname.

Revision 3387 - Directory Listing - [select for diffs]
Modified Wed Jul 20 18:56:33 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3386 , to selected 3875
Update portsmon location

Revision 3386 - Directory Listing - [select for diffs]
Modified Mon Jul 18 12:16:45 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3385 , to selected 3875
Use the correct variable name for expiration_date
Properly quote or don't quote the value depending on whether or not it is NULL
While here, renumber the numbers so they are sequential.

Revision 3385 - Directory Listing - [select for diffs]
Modified Sun Jul 17 18:40:30 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3384 , to selected 3875
Correctly quote the category name.

Revision 3384 - Directory Listing - [select for diffs]
Modified Sun Jul 17 15:28:29 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3383 , to selected 3875
Some better error handling

Revision 3383 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:31:37 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3382 , to selected 3875
When calculating last-modified, consider only port commits
remove hard-coded date leftover from debugging

Revision 3382 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:20:28 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3381 , to selected 3875
use eq not == for strings.

Revision 3381 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:20:04 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3380 , to selected 3875
Add an EOF message

Revision 3380 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:19:36 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3379 , to selected 3875
Add support for Last-Modified

Revision 3379 - Directory Listing - [select for diffs]
Modified Sat Jul 16 04:56:57 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3378 , to selected 3875
Provide Auto-Submitted: auto-generated support.
Thanks to Donal Diamond <donal.diamond@gmail.com> for the suggestion.
See http://www.faqs.org/rfcs/rfc3834.html

Revision 3378 - Directory Listing - [select for diffs]
Modified Sat Jul 16 04:55:50 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3377 , to selected 3875
When a new commit comes in, part the ports as vulnerable or not.

Revision 3377 - Directory Listing - [select for diffs]
Modified Fri Jul 15 04:26:19 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3376 , to selected 3875
Fix up the Last_modified() code, which still needs optimization AFAIK

Revision 3376 - Directory Listing - [select for diffs]
Modified Fri Jul 15 03:19:57 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3375 , to selected 3875
Add GMT_Format()

Revision 3375 - Directory Listing - [select for diffs]
Modified Fri Jul 15 03:10:19 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3374 , to selected 3875
Remove debugging code

Revision 3374 - Directory Listing - [select for diffs]
Modified Fri Jul 15 03:09:17 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3373 , to selected 3875
remove debugging code

Revision 3373 - Directory Listing - [select for diffs]
Modified Fri Jul 15 03:08:34 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3372 , to selected 3875
Add support for Last-Modified

Revision 3372 - Directory Listing - [select for diffs]
Modified Fri Jul 15 03:02:29 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3371 , to selected 3875
Remove caching from HEADER section of HTML pages
Add List-Modified support code.

Revision 3371 - Directory Listing - [select for diffs]
Modified Fri Jul 15 01:55:23 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3370 , to selected 3875
comment out the logging of Last-Modified etc.

Revision 3370 - Directory Listing - [select for diffs]
Modified Thu Jul 14 02:28:16 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3369 , to selected 3875
For expired ports, and those about to expire, ignore deleted ports.

Revision 3369 - Directory Listing - [select for diffs]
Modified Mon Jul 11 23:06:12 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3368 , to selected 3875
Check also for ETag

Revision 3368 - Directory Listing - [select for diffs]
Modified Sun Jul 10 22:36:12 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3367 , to selected 3875
No longer used

Revision 3367 - Directory Listing - [select for diffs]
Modified Sun Jul 10 22:31:34 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3366 , to selected 3875
No longer used.

Revision 3366 - Directory Listing - [select for diffs]
Modified Sat Jul 9 06:43:50 2005 UTC (19 years, 8 months ago) by dan
Diff to previous 3365 , to selected 3875
Let's check for If-Modified-Since

Revision 3365 - Directory Listing - [select for diffs]
Modified Sat Jul 2 02:10:24 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3364 , to selected 3875
Add pre tags

Revision 3364 - Directory Listing - [select for diffs]
Modified Mon Jun 27 17:02:37 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3363 , to selected 3875
Add these for diagnostics.

Revision 3363 - Directory Listing - [select for diffs]
Modified Mon Jun 27 00:30:24 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3362 , to selected 3875
Start using new class, freshports_page_expiration_ports

Revision 3362 - Directory Listing - [select for diffs]
Modified Mon Jun 27 00:29:50 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3361 , to selected 3875
Introducing freshports_page_expiration_ports, a new class for displaying
expired ports.

Revision 3361 - Directory Listing - [select for diffs]
Modified Sun Jun 26 23:56:45 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3360 , to selected 3875
add deprecated

Revision 3360 - Directory Listing - [select for diffs]
Modified Sun Jun 26 23:54:05 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3359 , to selected 3875
add names for restricted and no_cdrom

Revision 3359 - Directory Listing - [select for diffs]
Modified Sun Jun 26 23:46:40 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3358 , to selected 3875
Add explanations for expired and expiration.

Revision 3358 - Directory Listing - [select for diffs]
Modified Sun Jun 26 23:40:19 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3357 , to selected 3875
Fix the page title and page description.

Revision 3357 - Directory Listing - [select for diffs]
Modified Sun Jun 26 23:38:17 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3356 , to selected 3875
Add expiration date

Revision 3356 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:55:59 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3355 , to selected 3875
Add expiration_date

Revision 3355 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:50:14 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3354 , to selected 3875
Add expiration date

Revision 3354 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:44:10 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3353 , to selected 3875
Add expiration_date

Revision 3353 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:40:45 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3352 , to selected 3875
Dropping types

Revision 3352 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:40:03 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3351 , to selected 3875
Handle expiration_date

Revision 3351 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:39:08 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3350 , to selected 3875
Deal with expiration_date

Revision 3350 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:01:36 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3349 , to selected 3875
Add expiration_date

Revision 3349 - Directory Listing - [select for diffs]
Modified Sat Jun 25 18:00:24 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3348 , to selected 3875
Move the index further down.

Revision 3348 - Directory Listing - [select for diffs]
Modified Sat Jun 25 17:58:36 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3347 , to selected 3875
Add stats functions for ports.expiration_date

Revision 3347 - Directory Listing - [select for diffs]
Modified Sat Jun 25 17:57:58 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3346 , to selected 3875
Add expiration date

Revision 3346 - Directory Listing - [select for diffs]
Modified Sat Jun 25 16:37:16 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3345 , to selected 3875
More about pkg_add and ignore, forbidden, and broken.

Revision 3345 - Directory Listing - [select for diffs]
Modified Sat Jun 25 16:20:48 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3344 , to selected 3875
Mention that broken, ignored, and forbidden ports are not built by the package
cluster.  Therefore, pkg_add will not work.

Revision 3344 - Directory Listing - [select for diffs]
Modified Sat Jun 25 15:51:35 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3343 , to selected 3875
New script

Revision 3343 - Directory Listing - [select for diffs]
Modified Sat Jun 25 15:51:09 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3342 , to selected 3875
Add expiration_date

Revision 3342 - Directory Listing - [select for diffs]
Modified Fri Jun 24 04:18:56 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3341 , to selected 3875
Better wording of the UPDATING options.

Revision 3341 - Directory Listing - [select for diffs]
Modified Fri Jun 24 04:01:59 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3340 , to selected 3875
Add new two links:
Show me UPDATING entries
Show me only ports with UPDATING entries.

Revision 3340 - Directory Listing - [select for diffs]
Modified Fri Jun 24 03:59:54 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3339 , to selected 3875
Start using new function freshports_UpdatingOutput()

Revision 3339 - Directory Listing - [select for diffs]
Modified Fri Jun 24 03:59:08 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3338 , to selected 3875
Add freshports_UpdatingOutput()

Revision 3338 - Directory Listing - [select for diffs]
Modified Wed Jun 22 15:34:45 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3337 , to selected 3875
Put an absolute URL into the alt link

Revision 3337 - Directory Listing - [select for diffs]
Modified Sun Jun 12 18:41:26 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3336 , to selected 3875
In maintainer emails, do not include the version, but do include the category.

Revision 3336 - Directory Listing - [select for diffs]
Modified Sun Jun 12 18:24:59 2005 UTC (19 years, 9 months ago) by dan
Diff to previous 3335 , to selected 3875
Do not CC the ports mailing list for maintainer emails.
Requested by flz
 Seconded by Pav

Revision 3335 - Directory Listing - [select for diffs]
Modified Fri Jun 3 02:43:24 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3334 , to selected 3875
Add comments about doing the file processing after the files have been fetched.

Revision 3334 - Directory Listing - [select for diffs]
Modified Mon May 23 16:19:23 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3333 , to selected 3875
Remove the ====== before and after the call to PeopleWatchingThisPortAlsoWatch()

Make PeopleWatchingThisPortAlsoWatch() return an empty string.  The overhead
on this function can be high.

Revision 3333 - Directory Listing - [select for diffs]
Modified Tue May 17 22:59:12 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3332 , to selected 3875
Use text/xml not application/rss+xml

Revision 3332 - Directory Listing - [select for diffs]
Modified Tue May 17 22:50:06 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3331 , to selected 3875
Change to using another RSS validator

Revision 3331 - Directory Listing - [select for diffs]
Modified Tue May 17 22:47:59 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3330 , to selected 3875
Do the content type in www/news.php, not here.

Revision 3330 - Directory Listing - [select for diffs]
Modified Tue May 17 22:47:34 2005 UTC (19 years, 10 months ago) by dan
Diff to previous 3329 , to selected 3875
Put the content type here.

Revision 3329 - Directory Listing - [select for diffs]
Modified Thu Apr 14 18:01:05 2005 UTC (19 years, 11 months ago) by dan
Diff to previous 3328 , to selected 3875
Add image of new copy/paste feature

Revision 3328 - Directory Listing - [select for diffs]
Modified Wed Apr 13 18:54:03 2005 UTC (19 years, 11 months ago) by dan
Diff to previous 3327 , to selected 3875
If there is no maintainer for a port (i.e. MAINTAINER == ports@freebsd.org),
indicate that there is no maintainer, and that concerns should be addressed
to the ports mailing list.

Revision 3327 - Directory Listing - [select for diffs]
Modified Sat Apr 9 20:36:40 2005 UTC (19 years, 11 months ago) by dan
Diff to previous 3326 , to selected 3875
"Sounding like" is only for the short fields (i.e. "Port Name", "Package Name",
"Latest Link", and "Maintainer"). If you try "Sounding like" on any other field,
the system will actually use "Containing" instead.

Revision 3326 - Directory Listing - [select for diffs]
Modified Thu Apr 7 02:11:23 2005 UTC (20 years ago) by dan
Diff to previous 3325 , to selected 3875
We now use Cwd, not File::ConvertPath

Revision 3325 - Directory Listing - [select for diffs]
Modified Mon Apr 4 00:00:22 2005 UTC (20 years ago) by dan
Diff to previous 3324 , to selected 3875
Old messages ids of the form @freshports.org are now @dev.null.freshports.org

Revision 3324 - Directory Listing - [select for diffs]
Modified Thu Mar 31 04:29:57 2005 UTC (20 years ago) by dan
Diff to previous 3323 , to selected 3875
Tidy up Phorum stuff.

Revision 3323 - Directory Listing - [select for diffs]
Modified Thu Mar 31 04:29:24 2005 UTC (20 years ago) by dan
Diff to previous 3322 , to selected 3875
Reflect changes made to the main site in terms of headers and footers

Revision 3322 - Directory Listing - [select for diffs]
Modified Thu Mar 24 05:19:34 2005 UTC (20 years ago) by dan
Diff to previous 3321 , to selected 3875
Add the new ports news feed.

Revision 3321 - Directory Listing - [select for diffs]
Modified Sun Mar 20 22:43:41 2005 UTC (20 years ago) by dan
Diff to previous 3320 , to selected 3875
For the latest commits, we remove the outer LIMIT.
We already have an inner limit, so that is our boundary.

Revision 3320 - Directory Listing - [select for diffs]
Modified Sun Mar 20 22:42:25 2005 UTC (20 years ago) by dan
Diff to previous 3319 , to selected 3875
We now display the most recent commits, not the most recent ports.

Revision 3319 - Directory Listing - [select for diffs]
Modified Fri Mar 18 03:40:12 2005 UTC (20 years ago) by dan
Diff to previous 3318 , to selected 3875
remove reference to include/freshports_page_list_ports_vulnerable.php which
was neither implemented nor required.

Revision 3318 - Directory Listing - [select for diffs]
Modified Fri Mar 18 03:39:35 2005 UTC (20 years ago) by dan
Diff to previous 3317 , to selected 3875
UPPER case some table references
add a commented out debugging statement

Revision 3317 - Directory Listing - [select for diffs]
Modified Fri Mar 18 03:38:10 2005 UTC (20 years ago) by dan
Diff to previous 3316 , to selected 3875
add Stats_PortCountVulnerable(

Revision 3316 - Directory Listing - [select for diffs]
Modified Fri Mar 18 03:37:55 2005 UTC (20 years ago) by dan
Diff to previous 3315 , to selected 3875
Add Stats_PortCountVulnerable()

Revision 3315 - Directory Listing - [select for diffs]
Modified Fri Mar 18 02:16:26 2005 UTC (20 years ago) by dan
Diff to previous 3314 , to selected 3875
Add a list of the vulnerable ports

Revision 3314 - Directory Listing - [select for diffs]
Modified Tue Mar 15 18:09:25 2005 UTC (20 years ago) by dan
Diff to previous 3313 , to selected 3875
remove references to include/side-bars.php and use freshports_SideBar() instead.

Revision 3313 - Directory Listing - [select for diffs]
Modified Sun Mar 13 14:14:08 2005 UTC (20 years ago) by dan
Diff to previous 3312 , to selected 3875
mention scripts/Verify/set-restricted-no-cdrom.pl

Revision 3312 - Directory Listing - [select for diffs]
Modified Sun Mar 13 14:04:47 2005 UTC (20 years ago) by dan
Diff to previous 3311 , to selected 3875
Add new ports rss feed.

Revision 3311 - Directory Listing - [select for diffs]
Modified Sun Mar 13 14:00:29 2005 UTC (20 years ago) by dan
Diff to previous 3310 , to selected 3875
Add an RSS feed for new ports

Revision 3310 - Directory Listing - [select for diffs]
Modified Sun Mar 13 13:35:31 2005 UTC (20 years ago) by dan
Diff to previous 3309 , to selected 3875
Add the new watch icon

Revision 3309 - Directory Listing - [select for diffs]
Modified Sun Mar 13 13:29:12 2005 UTC (20 years ago) by dan
Diff to previous 3308 , to selected 3875
Add ports-new.php

Revision 3308 - Directory Listing - [select for diffs]
Modified Sun Mar 13 13:22:43 2005 UTC (20 years ago) by dan
Diff to previous 3307 , to selected 3875
BASEIDR => BASEDIR

Revision 3307 - Directory Listing - [select for diffs]
Modified Sun Mar 13 12:53:22 2005 UTC (20 years ago) by dan
Diff to previous 3306 , to selected 3875
Use IsSet, not InArray.

Revision 3306 - Directory Listing - [select for diffs]
Modified Sun Mar 13 10:59:48 2005 UTC (20 years ago) by dan
Diff to previous 3305 , to selected 3875
Define $HTML before we use it.

Revision 3305 - Directory Listing - [select for diffs]
Modified Sun Mar 13 10:08:43 2005 UTC (20 years ago) by dan
Diff to previous 3304 , to selected 3875
We now use Cwd, not File::PathConvert

Revision 3304 - Directory Listing - [select for diffs]
Modified Sun Mar 13 10:06:45 2005 UTC (20 years ago) by dan
Diff to previous 3303 , to selected 3875
stop using File::PathConvert, and use Cwd instead

Revision 3303 - Directory Listing - [select for diffs]
Modified Sun Mar 13 10:05:15 2005 UTC (20 years ago) by dan
Diff to previous 3302 , to selected 3875
Sort output by date field only

Revision 3302 - Directory Listing - [select for diffs]
Modified Tue Feb 22 01:48:12 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3301 , to selected 3875
Add blockquote margin.
whitespace changes.
remove BLOCKQUOTE.code

Revision 3301 - Directory Listing - [select for diffs]
Modified Tue Feb 22 00:29:21 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3300 , to selected 3875
Don't specify any fonts at all.  Let the user decide. Also, remove unneeded PHP.

Revision 3300 - Directory Listing - [select for diffs]
Modified Tue Feb 22 00:28:50 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3299 , to selected 3875
Change from the old watch image to a new set of eyeglasses.

Revision 3299 - Directory Listing - [select for diffs]
Modified Mon Feb 21 01:19:18 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3298 , to selected 3875
We no longer use packageexists.  Remove it.

Revision 3298 - Directory Listing - [select for diffs]
Modified Mon Feb 21 01:18:01 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3297 , to selected 3875
Move STYLE to a file.

Revision 3297 - Directory Listing - [select for diffs]
Modified Mon Feb 21 01:17:35 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3296 , to selected 3875
Better grammar.
Mention BSDCan.
Remove whitespace.

Revision 3296 - Directory Listing - [select for diffs]
Modified Sun Feb 20 14:57:46 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3295 , to selected 3875
ports.cdrom should be ports.cd_rom

Revision 3295 - Directory Listing - [select for diffs]
Modified Thu Feb 17 05:34:28 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3294 , to selected 3875
Remove the file, only if it exists.

Revision 3294 - Directory Listing - [select for diffs]
Modified Thu Feb 17 05:33:03 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3293 , to selected 3875
Add restricted and no_cdrom fields

Revision 3293 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:48:28 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3292 , to selected 3875
A script to set initial values for restricted and no_cdrom fields of the ports table.
Does not clear out existing values.

Revision 3292 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:47:10 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3291 , to selected 3875
Add restricted and no_cdrom fields to the ports table

Revision 3291 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:46:48 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3290 , to selected 3875
Add stats for restricted and no_cdrom ports

Revision 3290 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:37:16 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3289 , to selected 3875
Add statistics for restricted and no_cdrom ports

Revision 3289 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:27:23 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3288 , to selected 3875
When displaying details of the port, we do not mention vulnerabilities.

Revision 3288 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:24:24 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3287 , to selected 3875
Add two more lists of ports by characteristics.

Revision 3287 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:24:10 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3286 , to selected 3875
two more entries!

Revision 3286 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:23:30 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3285 , to selected 3875
add restricted and no_cdrom

Revision 3285 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:23:01 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3284 , to selected 3875
Add images for restricted and no_cdrom

Revision 3284 - Directory Listing - [select for diffs]
Modified Thu Feb 17 04:22:41 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3283 , to selected 3875
ensure all IMG SRC have border, width, and height.
Fix vulnerabity text to refer to present and past vulnernabilities more explicitly.

Revision 3283 - Directory Listing - [select for diffs]
Modified Thu Feb 17 02:33:05 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3282 , to selected 3875
improve spacing around restricted and no_cdrom

Revision 3282 - Directory Listing - [select for diffs]
Modified Thu Feb 17 02:32:47 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3281 , to selected 3875
Use a better cdrom image

Revision 3281 - Directory Listing - [select for diffs]
Modified Thu Feb 17 02:17:30 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3280 , to selected 3875
Add restricted and no_cdrom icons

Revision 3280 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:54:37 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3279 , to selected 3875
Add restricted and no_cdrom fields to LatestCommits* functions

Revision 3279 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:54:07 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3278 , to selected 3875
Display icons for restricted and no_cdrom fields

Revision 3278 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:53:46 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3277 , to selected 3875
add restricted and no_cdrom fields

Revision 3277 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:53:25 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3276 , to selected 3875
Use a new restricted image, which has a new size and type.
Correct the hyperlinks used for restricted and no_cdrom
Rename freshports_NoCDROM_Icon() to freshports_No_CDROM_Icon() to be consistent
with the field name.
use a cdrom image to indicate no_cdrom.
Correct the labels associated with the long form of the RESTRICTED and NO CDROM
messages.

Revision 3276 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:50:50 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3275 , to selected 3875
For restricted and no_cdrom, do not display the message associated with these
fields.

Revision 3275 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:48:08 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3274 , to selected 3875
Opps, there's more stuff we much update

Revision 3274 - Directory Listing - [select for diffs]
Modified Thu Feb 17 01:27:43 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3273 , to selected 3875
What to update when adding a new field to the ports table

Revision 3273 - Directory Listing - [select for diffs]
Modified Thu Feb 17 00:04:57 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3272 , to selected 3875
Add restricted and no_cdrom

Revision 3272 - Directory Listing - [select for diffs]
Modified Wed Feb 16 23:56:30 2005 UTC (20 years, 1 month ago) by dan
Diff to previous 3271 , to selected 3875
Add restricted and no_cdrom fields

Revision 3271 - Directory Listing - [select for diffs]
Modified Wed Feb 2 01:06:50 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3270 , to selected 3875
Add vulnerable_current, ports_vulnerable.past to whatever calls we have.
Display error text on any errors.

Revision 3270 - Directory Listing - [select for diffs]
Modified Tue Feb 1 18:49:47 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3269 , to selected 3875
Remove begin_work() and put a my on the ErrorFound.

Revision 3269 - Directory Listing - [select for diffs]
Modified Tue Feb 1 17:53:14 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3268 , to selected 3875
Put transaction control here
Pass the database handle into the XML_Munge object
After processing, rollback or commit, as appropriate.

Revision 3268 - Directory Listing - [select for diffs]
Modified Tue Feb 1 17:52:07 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3267 , to selected 3875
Remove commit/rollback as it's now in xml_munge()

Revision 3267 - Directory Listing - [select for diffs]
Modified Tue Feb 1 17:51:39 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3266 , to selected 3875
Add Set_Rollback_Needed() and $_RollbackNeeded and return the value
from process()

Revision 3266 - Directory Listing - [select for diffs]
Modified Tue Feb 1 17:39:35 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3265 , to selected 3875
Remove the database connection from this file.  It is now supplied with object
creation.

Replace $dbh with $self->{dbh}

Revision 3265 - Directory Listing - [select for diffs]
Modified Tue Feb 1 17:37:27 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3264 , to selected 3875
Display both the output from the Make command and the error file when an
error is detected.

Revision 3264 - Directory Listing - [select for diffs]
Modified Tue Feb 1 14:01:55 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3263 , to selected 3875
First attempt at putting all the css into a file.  Until now, it was in each
download from the website.  A terrible waste of space.

Revision 3263 - Directory Listing - [select for diffs]
Modified Tue Feb 1 13:58:57 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3262 , to selected 3875
Add vulnerable_current and vulnerable_past

Revision 3262 - Directory Listing - [select for diffs]
Modified Tue Feb 1 13:58:01 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3261 , to selected 3875
Start documenting the upgrade process to the latest vuxml stuff

Revision 3261 - Directory Listing - [select for diffs]
Modified Tue Feb 1 13:55:58 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3260 , to selected 3875
The commits group needs to insert on ports_vulnerable

Revision 3260 - Directory Listing - [select for diffs]
Modified Sat Jan 29 03:37:23 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3259 , to selected 3875
Remove Deprecated, Ignore, Broken, Forbidden, and New Ports from the
Ports box.  These were duplicated by entries that appear in the Statistics box.

Revision 3259 - Directory Listing - [select for diffs]
Modified Fri Jan 28 19:55:45 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3258 , to selected 3875
remove ClearSlavePort (not used)

Revision 3258 - Directory Listing - [select for diffs]
Modified Fri Jan 28 14:27:20 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3257 , to selected 3875
Comment out some RAISE NOTICE commands

Revision 3257 - Directory Listing - [select for diffs]
Modified Thu Jan 27 19:19:09 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3256 , to selected 3875
Include instructions for setting up ports_vulnerable

Revision 3256 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:07:02 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3255 , to selected 3875
Allow the commit group to access ports_vulnerable and the
commit_log_ports_vuxml table

Revision 3255 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:06:11 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3254 , to selected 3875
Join with the ports_vulnerable table

Revision 3254 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:05:35 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3253 , to selected 3875
Instead of loading all the port vulnerabilities, join with the ports_vulnerable
table.

Revision 3253 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:04:39 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3252 , to selected 3875
Add an explantion of the faded skull

Revision 3252 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:04:10 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3251 , to selected 3875
Add freshports_VuXML_Icon_Faded() and start using port::IsVulnerable() and
port::WasVulnerable().

Revision 3251 - Directory Listing - [select for diffs]
Modified Wed Jan 26 21:03:15 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3250 , to selected 3875
During object creation, set the vuxml list to undef.
Remove VulnerabilityCount() and
replace it with IsVulnerable() and WasVulnerable()

Revision 3250 - Directory Listing - [select for diffs]
Modified Wed Jan 26 20:55:32 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3249 , to selected 3875
For the observer object, provide a database handle during creation.
Create the observer object first, then the xml munging object.
    (Just because we can)

Revision 3249 - Directory Listing - [select for diffs]
Modified Wed Jan 26 20:54:04 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3248 , to selected 3875
refer to $class->{dbh}, not $dbh
When ports are refreshed, update the ports_vulnerable table

Revision 3248 - Directory Listing - [select for diffs]
Modified Wed Jan 26 20:53:20 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3247 , to selected 3875
On PortsRefreshed, supply a new value: CommitLogPorts

Revision 3247 - Directory Listing - [select for diffs]
Modified Wed Jan 26 20:52:37 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3246 , to selected 3875
Functions to manipulate the ports_vulnerability database.

Revision 3246 - Directory Listing - [select for diffs]
Modified Wed Jan 26 18:39:09 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3245 , to selected 3875
Whitespace only

Revision 3245 - Directory Listing - [select for diffs]
Modified Wed Jan 26 17:40:25 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3244 , to selected 3875
Correct a comment

Revision 3244 - Directory Listing - [select for diffs]
Modified Wed Jan 26 14:39:31 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3243 , to selected 3875
- When moving to using UTC internally (revision 1.79), we changed
  page_load_summary.date to a timestamp when it should be a date.
  We now change this back.
- Remove commit_log_port_vxuml, added in error.  Use the
  commit_log_ports_vxuml table instead.
- Add some indexes on the ports table to speed some queries.
- Add the ports_vulnerable table.

Revision 3243 - Directory Listing - [select for diffs]
Modified Wed Jan 26 14:21:09 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3242 , to selected 3875
Add PortsVulnerabilityCountAdjust() which sets the correct values in the
ports_vulnerable table.

Revision 3242 - Directory Listing - [select for diffs]
Modified Tue Jan 25 01:31:49 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3241 , to selected 3875
whitespace changes only

Revision 3241 - Directory Listing - [select for diffs]
Modified Mon Jan 24 20:50:22 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3240 , to selected 3875
When dealing with a cancelled vuln, remember to delete the vuln from the
database if we are updating in place.

Revision 3240 - Directory Listing - [select for diffs]
Modified Mon Jan 24 20:47:58 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3239 , to selected 3875
Add DeleteByVID()

Revision 3239 - Directory Listing - [select for diffs]
Modified Mon Jan 24 18:05:47 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3238 , to selected 3875
Upgrade to the more current icon

Revision 3238 - Directory Listing - [select for diffs]
Modified Sun Jan 23 20:55:59 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3237 , to selected 3875
Add note that no entry means 1 vuln

Revision 3237 - Directory Listing - [select for diffs]
Modified Sun Jan 23 04:50:47 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3236 , to selected 3875
Add favicon

Revision 3236 - Directory Listing - [select for diffs]
Modified Sun Jan 23 04:00:25 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3235 , to selected 3875
Bring up to the new standard of port displaying

Revision 3235 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:59:48 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3234 , to selected 3875
Add the ability to set the status of the ports we are looking for.
This is mainly for ports-deleted.php

Revision 3234 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:44:48 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3233 , to selected 3875
Remember to pull back the ignore field.

Revision 3233 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:42:00 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3232 , to selected 3875
Move on up to the freshports_page_ports_list.

Revision 3232 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:41:33 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3231 , to selected 3875
Use the description, remove debug reference.

Revision 3231 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:40:57 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3230 , to selected 3875
Add setDescription() and getDescription()
Reproduce the sort by choices at the bottom of the page.

Revision 3230 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:32:18 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3229 , to selected 3875
add getShowCategoryHeaders().
and allow sorting  by port name.

Revision 3229 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:12:54 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3228 , to selected 3875
Move to the new freshports page rendering style.

Revision 3228 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:11:28 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3227 , to selected 3875
Update the copyright year

Revision 3227 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:11:21 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3226 , to selected 3875
Add standard copyright headers

Revision 3226 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:05:34 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3225 , to selected 3875
Add this for listing ports.  Stuff like ports broken, deprecated, ignored, etc.

Revision 3225 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:05:16 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3224 , to selected 3875
Add new attribute _debug and functions to set/get it.
Add function setDB()

Don't automaticaly add a new row and cell to the table.  let the caller do that
Simlarly, don't close off the last cell/row.
Be sure to vertically align the side bar to the top.

Revision 3224 - Directory Listing - [select for diffs]
Modified Sun Jan 23 03:02:57 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3223 , to selected 3875
Use = not . because the value isn't defined yet.

Revision 3223 - Directory Listing - [select for diffs]
Modified Sun Jan 23 00:27:37 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3222 , to selected 3875
Add devel/pear-HTML_Page2

Revision 3222 - Directory Listing - [select for diffs]
Modified Sun Jan 23 00:22:14 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3221 , to selected 3875
Add a FreshPorts page that uses PEAR's HTML/Page2 class.  Very nifty.

Revision 3221 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:59:59 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3220 , to selected 3875
Define column width for sidebars (value obtained from recently removed file).

Revision 3220 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:48:56 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3219 , to selected 3875
Use echo on freshports_SideBar() and freshports_ShowFooter()

Revision 3219 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:46:53 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3218 , to selected 3875
Start using return instead of echo.  It gives more flexibility.  This is
being done as part of the move to using PEAR::HTML_Page2.

Revision 3218 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:45:32 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3217 , to selected 3875
Instead of including these files, we put them directly into the functions
that invoke them.

Revision 3217 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:44:43 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3216 , to selected 3875
Use echo on Burst functions

Revision 3216 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:44:15 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3215 , to selected 3875
Use echo for Burst ads

Revision 3215 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:41:54 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3214 , to selected 3875
Instead of echo, use return for all functions.

Revision 3214 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:40:48 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3213 , to selected 3875
Add two new functions:

MarkOneCommit()
RecordVulnerabilitiesForThisPortVersion()

Revision 3213 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:39:49 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3212 , to selected 3875
update_database_vuxml() now takes a whole vuxml structure, not just an ID

Revision 3212 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:38:54 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3211 , to selected 3875
Mark vulnerable commits during processing

Revision 3211 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:38:22 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3210 , to selected 3875
Add new function MarkVulnerableCommits()

Revision 3210 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:37:02 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3209 , to selected 3875
Add two new functions:

IsCurrentPortVulnerable() - now just a stub
VulnerabilityCount() - returns number of vulnerabilities for this port

Revision 3209 - Directory Listing - [select for diffs]
Modified Sat Jan 22 14:36:19 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3208 , to selected 3875
Instead of unset($VID), using $VID=array().

Revision 3208 - Directory Listing - [select for diffs]
Modified Thu Jan 20 00:08:38 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3207 , to selected 3875
Load the vulnerabilities for each port

Revision 3207 - Directory Listing - [select for diffs]
Modified Thu Jan 20 00:07:20 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3206 , to selected 3875
Use Unset on the array, so we get the proper values.

Revision 3206 - Directory Listing - [select for diffs]
Modified Tue Jan 18 23:58:58 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3205 , to selected 3875
Add a faded skull, for ports with vulnerabilities, but not in the latest version.

Revision 3205 - Directory Listing - [select for diffs]
Modified Tue Jan 18 23:57:31 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3204 , to selected 3875
Start using $port->LoadVulnerabilities().

Revision 3204 - Directory Listing - [select for diffs]
Modified Tue Jan 18 23:56:04 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3203 , to selected 3875
Add new attribute: VuXML_List;
And the function to populate it: LoadVulnerabilities()

Revision 3203 - Directory Listing - [select for diffs]
Modified Mon Jan 17 00:23:29 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3202 , to selected 3875
Remove Notice commands not needed.

Revision 3202 - Directory Listing - [select for diffs]
Modified Mon Jan 17 00:08:44 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3201 , to selected 3875
divide LatestCommits into LatestCommitsSmall and LatestCommitsLarge which
deal with 10 and 100 commits respectively.  This dramatically improves
the speed.

Revision 3201 - Directory Listing - [select for diffs]
Modified Mon Jan 17 00:04:46 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3200 , to selected 3875
Allow commits to update vuxml table

Revision 3200 - Directory Listing - [select for diffs]
Modified Mon Jan 17 00:03:02 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3199 , to selected 3875
Include the page creation time at the bottom of the page.

Revision 3199 - Directory Listing - [select for diffs]
Modified Thu Jan 13 23:14:37 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3198 , to selected 3875
Start using VUXMLMUTEX

Revision 3198 - Directory Listing - [select for diffs]
Modified Thu Jan 13 23:06:51 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3197 , to selected 3875
Add vuxml_mutex

Revision 3197 - Directory Listing - [select for diffs]
Modified Thu Jan 13 22:37:50 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3196 , to selected 3875
Remove unneeded /'s

Revision 3196 - Directory Listing - [select for diffs]
Modified Thu Jan 13 22:15:08 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3195 , to selected 3875
Add CheckForNoDefaultAndAddToDefault

When there are no default watch lists, and the user has opted for
'the default watch list[s]', then when you click on add/remove for a port,
no action will be taken.  Silently.

This at least lets them know.

Revision 3195 - Directory Listing - [select for diffs]
Modified Thu Jan 13 22:14:12 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3194 , to selected 3875
Add freshports_WatchListCountDefault

Revision 3194 - Directory Listing - [select for diffs]
Modified Thu Jan 13 22:13:56 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3193 , to selected 3875
Add WatchListCountDefault

Revision 3193 - Directory Listing - [select for diffs]
Modified Thu Jan 13 15:59:26 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3192 , to selected 3875
whitespace changes only

Revision 3192 - Directory Listing - [select for diffs]
Modified Wed Jan 12 21:24:25 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3191 , to selected 3875
Die if we don't have any watch list id

Revision 3191 - Directory Listing - [select for diffs]
Modified Wed Jan 12 21:24:00 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3190 , to selected 3875
Remove unnecessary reset

Revision 3190 - Directory Listing - [select for diffs]
Modified Wed Jan 12 14:57:38 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3189 , to selected 3875
Start using DISTDIR so that references to SAME come up correctly

Revision 3189 - Directory Listing - [select for diffs]
Modified Wed Jan 12 14:56:58 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3188 , to selected 3875
Add DISTDIR

Revision 3188 - Directory Listing - [select for diffs]
Modified Wed Jan 12 13:30:14 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3187 , to selected 3875
Comment out a notice

Revision 3187 - Directory Listing - [select for diffs]
Modified Sat Jan 8 14:30:10 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3186 , to selected 3875
Handle splits that involve a ,

Revision 3186 - Directory Listing - [select for diffs]
Modified Sat Jan 8 14:12:42 2005 UTC (20 years, 2 months ago) by dan
Diff to previous 3185 , to selected 3875
Indent the RSC data
Put a table header on the VuXML list

Revision 3185 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:29:20 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3184 , to selected 3875
Replace " in URLs with '

Revision 3184 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:28:59 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3183 , to selected 3875
Streamline error handling

Revision 3183 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:26:40 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3182 , to selected 3875
Supply the filename as input parameter, not STDIN

Revision 3182 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:25:58 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3181 , to selected 3875
When commit is already processed, that's not an error

Revision 3181 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:25:22 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3180 , to selected 3875
Display link to list of vuxml entries.
Be sure to display latest vuxml updated.

Revision 3180 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:24:47 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3179 , to selected 3875
Ensure colspan works.

Revision 3179 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:24:05 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3178 , to selected 3875
Fix broken HTML that occurs when no rows are displayed

Revision 3178 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:23:41 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3177 , to selected 3875
Whitespace changes only

Revision 3177 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:23:22 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3176 , to selected 3875
Fix broken HTML

Revision 3176 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:22:18 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3175 , to selected 3875
Remove line left over from merging

Revision 3175 - Directory Listing - [select for diffs]
Modified Thu Jan 6 04:21:53 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3174 , to selected 3875
Ensure colspan is correct and for call to freshports_MainContentTable

Revision 3174 - Directory Listing - [select for diffs]
Modified Wed Jan 5 23:17:36 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3173 , to selected 3875
Stuff about document encoding

Revision 3173 - Directory Listing - [select for diffs]
Modified Wed Jan 5 23:14:41 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3172 , to selected 3875
Create a common method for display the main table and the main content
table.  Thereby making it easier to display things such as port freeze
notifications.

Revision 3172 - Directory Listing - [select for diffs]
Modified Mon Jan 3 21:35:48 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3171 , to selected 3875
Capture the RCS details of the vuln.xml file

Revision 3171 - Directory Listing - [select for diffs]
Modified Mon Jan 3 21:34:40 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3170 , to selected 3875
Add the RSC details of the last processed vuln.txt file

Revision 3170 - Directory Listing - [select for diffs]
Modified Mon Jan 3 21:34:08 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3169 , to selected 3875
Change the style of the Ports Freeze message.

Revision 3169 - Directory Listing - [select for diffs]
Modified Mon Jan 3 04:16:25 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3168 , to selected 3875
Fix broken html

Revision 3168 - Directory Listing - [select for diffs]
Modified Mon Jan 3 04:08:01 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3167 , to selected 3875
Use The Place For Ports

Revision 3167 - Directory Listing - [select for diffs]
Modified Mon Jan 3 04:04:26 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3166 , to selected 3875
Fix broken HTML

Revision 3166 - Directory Listing - [select for diffs]
Modified Sun Jan 2 00:52:28 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3165 , to selected 3875
Do not call PortsFreezeStatus as it is invoked in the header routines.

Revision 3165 - Directory Listing - [select for diffs]
Modified Sun Jan 2 00:10:57 2005 UTC (20 years, 3 months ago) by dan
Diff to previous 3164 , to selected 3875
Add 2005 copyright

Revision 3164 - Directory Listing - [select for diffs]
Modified Thu Dec 23 19:50:09 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3163 , to selected 3875
If message processing fails move all files to the retry directory

Revision 3163 - Directory Listing - [select for diffs]
Modified Thu Dec 23 19:48:22 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3162 , to selected 3875
remove unneeded print messages

Revision 3162 - Directory Listing - [select for diffs]
Modified Thu Dec 23 18:22:52 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3161 , to selected 3875
Add DateLessThanDate() and RecentlyAdded() both of which use Date::Calc

Revision 3161 - Directory Listing - [select for diffs]
Modified Thu Dec 23 18:21:46 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3160 , to selected 3875
Add devel/p5-Date-Calc used by vuxml_parsing.pm

Revision 3160 - Directory Listing - [select for diffs]
Modified Thu Dec 23 13:16:49 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3159 , to selected 3875
Remove commented out code.

Revision 3159 - Directory Listing - [select for diffs]
Modified Wed Dec 22 17:49:29 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3158 , to selected 3875
Always test before committing.
echo should be print

Revision 3158 - Directory Listing - [select for diffs]
Modified Wed Dec 22 16:50:26 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3157 , to selected 3875
Creat -> Create

Revision 3157 - Directory Listing - [select for diffs]
Modified Tue Dec 21 15:28:44 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3156 , to selected 3875
Add this package

Revision 3156 - Directory Listing - [select for diffs]
Modified Tue Dec 21 14:57:01 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3155 , to selected 3875
Echo that we are doing special processing.

Revision 3155 - Directory Listing - [select for diffs]
Modified Tue Dec 21 12:31:29 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3154 , to selected 3875
How do we get the list of master site?

Revision 3154 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:21:01 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3153 , to selected 3875
forced commit.
Add FilesFetched

Revision 3153 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:20:21 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3152 , to selected 3875
Observer the FilesFetched event.
Keep track of whether or not the ports tree infrastructure needs to be patched
based up on the files that are in this commit

Revision 3152 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:19:06 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3151 , to selected 3875
Forced commit:
This file performs any patches needed to the ports tree infrastructure
as required by FreshPorts.

Revision 3151 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:18:21 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3150 , to selected 3875
backout previous commit, which was whitespace only and in error

Revision 3150 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:16:48 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3149 , to selected 3875
Forced commit.  Code now notifies observer after files have been fetched.

Revision 3149 - Directory Listing - [select for diffs]
Modified Sun Dec 19 23:15:00 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3148 , to selected 3875
*** empty log message ***

Revision 3148 - Directory Listing - [select for diffs]
Modified Sun Dec 19 17:11:51 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3147 , to selected 3875
Grant select on vuxml_{ranges|references} to group www

Revision 3147 - Directory Listing - [select for diffs]
Modified Sun Dec 19 17:10:56 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3146 , to selected 3875
Add facilities for displaying the vuxml details, useful for debugging
and for the VuXML team to verify that all went well.

Revision 3146 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:48:42 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3145 , to selected 3875
Cater for both vid and vuln paramters.
The latter is for verification.
Let the vuxml object do the displaying

Revision 3145 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:44:52 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3144 , to selected 3875
Start using port->IsSlave()
Add freshports_CheckForOutdatedVulnClaim($commit, $port, $VuXMLList)
if the most recent commit for a slave port is marked as vulnerable,
and the commit version isn't the same as the port version, let them
know that the master port may have been updated, and the port may no longer
be vulnerable.

Revision 3144 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:42:06 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3143 , to selected 3875
Add entry about slave ports being updated by master ports

Revision 3143 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:41:26 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3142 , to selected 3875
Use *_Icon_Link where appropriate.

Revision 3142 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:40:29 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3141 , to selected 3875
Remove some debugging code

Revision 3141 - Directory Listing - [select for diffs]
Modified Sun Dec 19 16:40:08 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3140 , to selected 3875
add IsSlavePort()

Revision 3140 - Directory Listing - [select for diffs]
Modified Wed Dec 15 14:44:16 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3139 , to selected 3875
Rename update_database to more correctly refer to database_insert

Revision 3139 - Directory Listing - [select for diffs]
Modified Tue Dec 14 01:46:44 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3138 , to selected 3875
Add a few more fields to the SQL

Revision 3138 - Directory Listing - [select for diffs]
Modified Tue Dec 14 01:10:47 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3137 , to selected 3875
Convert to using timestamp without timezone in anticipation of going to UTC
internally.
Add index on commit_log_ports_port_id on commit_log_ports (port_id);

Revision 3137 - Directory Listing - [select for diffs]
Modified Tue Dec 14 01:09:55 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3136 , to selected 3875
whitespace only

Revision 3136 - Directory Listing - [select for diffs]
Modified Tue Dec 14 01:09:18 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3135 , to selected 3875
Add vuxml_ranges_vid()
Add TITLE to WatchersAlsoWatched()

Revision 3135 - Directory Listing - [select for diffs]
Modified Tue Dec 14 00:47:42 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3134 , to selected 3875
Order the data by ID, so it retains the original ordering.
add print()

Revision 3134 - Directory Listing - [select for diffs]
Modified Tue Dec 14 00:44:39 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3133 , to selected 3875
*** empty log message ***

Revision 3133 - Directory Listing - [select for diffs]
Modified Tue Dec 14 00:43:47 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3132 , to selected 3875
Use vuxml_affected_id when retrieving.
Add set_id(), set_vuxml_affected_id(), set_name(), and print()

Revision 3132 - Directory Listing - [select for diffs]
Modified Tue Dec 14 00:42:43 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3131 , to selected 3875
Print packages.
comment out debugging code.

Revision 3131 - Directory Listing - [select for diffs]
Modified Mon Dec 13 23:22:59 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3130 , to selected 3875
Comment out printing

Revision 3130 - Directory Listing - [select for diffs]
Modified Mon Dec 13 23:22:43 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3129 , to selected 3875
Create a print() routine.

Revision 3129 - Directory Listing - [select for diffs]
Modified Mon Dec 13 21:38:03 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3128 , to selected 3875
Alter FetchByVID() to take a parameter
Add FetchPackages()

Revision 3128 - Directory Listing - [select for diffs]
Modified Mon Dec 13 21:37:11 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3127 , to selected 3875
Alter to return a bunch of packages not an affects. This makes things
conceptually easier.

Revision 3127 - Directory Listing - [select for diffs]
Modified Mon Dec 13 21:36:25 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3126 , to selected 3875
FetchByVID() now takes the vuln id as a parameter

Revision 3126 - Directory Listing - [select for diffs]
Modified Mon Dec 13 21:35:26 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3125 , to selected 3875
comment out debugging

Revision 3125 - Directory Listing - [select for diffs]
Modified Mon Dec 13 14:52:12 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3124 , to selected 3875
Remember to empty out objects before using them again.

Revision 3124 - Directory Listing - [select for diffs]
Modified Mon Dec 13 14:50:23 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3123 , to selected 3875
Whitespace changes

Revision 3123 - Directory Listing - [select for diffs]
Modified Mon Dec 13 14:49:53 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3122 , to selected 3875
remove unused shift in empty()
Remove unneeded quote in save()

Revision 3122 - Directory Listing - [select for diffs]
Modified Sun Dec 12 23:45:46 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3121 , to selected 3875
update the SQL keywords

Revision 3121 - Directory Listing - [select for diffs]
Modified Sun Dec 12 23:24:03 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3120 , to selected 3875
Remove extra comma from UPDATE

Revision 3120 - Directory Listing - [select for diffs]
Modified Sun Dec 12 15:48:14 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3119 , to selected 3875
add empty() and FetchByVuXMLAffectedID()

Revision 3119 - Directory Listing - [select for diffs]
Modified Sun Dec 12 15:47:46 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3118 , to selected 3875
Add functions for setting values

Revision 3118 - Directory Listing - [select for diffs]
Modified Sun Dec 12 15:46:50 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3117 , to selected 3875
Add Empty(), add some whitespace

Revision 3117 - Directory Listing - [select for diffs]
Modified Sun Dec 12 15:43:39 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3116 , to selected 3875
add fetch by id, and empty()

Revision 3116 - Directory Listing - [select for diffs]
Modified Sun Dec 12 15:43:11 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3115 , to selected 3875
Add empty()

Revision 3115 - Directory Listing - [select for diffs]
Modified Sat Dec 11 15:28:03 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3114 , to selected 3875
First attempt at grabbing all package information for a vuxml entry

Revision 3114 - Directory Listing - [select for diffs]
Modified Sat Dec 11 15:27:20 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3113 , to selected 3875
Add newline to EOF

Revision 3113 - Directory Listing - [select for diffs]
Modified Sat Dec 11 15:27:02 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3112 , to selected 3875
add FetchByVID

Revision 3112 - Directory Listing - [select for diffs]
Modified Sat Dec 11 00:59:28 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3111 , to selected 3875
whitespace only

Revision 3111 - Directory Listing - [select for diffs]
Modified Sat Dec 11 00:58:31 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3110 , to selected 3875
clean up _initialize

Revision 3110 - Directory Listing - [select for diffs]
Modified Sat Dec 11 00:32:50 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3109 , to selected 3875
remove unnecessary code from _initialize

Revision 3109 - Directory Listing - [select for diffs]
Modified Sat Dec 11 00:12:43 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3108 , to selected 3875
Allow for updates

Revision 3108 - Directory Listing - [select for diffs]
Modified Thu Dec 9 13:49:17 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3107 , to selected 3875
Fix broken HTML by adding a = after TITLE

Revision 3107 - Directory Listing - [select for diffs]
Modified Thu Dec 9 02:08:36 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3106 , to selected 3875
First work towards incremental updates of vuxml instead of wiping the tables
and starting from scratch again.

Revision 3106 - Directory Listing - [select for diffs]
Modified Thu Dec 9 02:07:50 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3105 , to selected 3875
Add FetchByVID()
Alter Save() to allow for updates

Revision 3105 - Directory Listing - [select for diffs]
Modified Thu Dec 9 01:25:43 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3104 , to selected 3875
white space changes only

Revision 3104 - Directory Listing - [select for diffs]
Modified Wed Dec 8 11:03:07 2004 UTC (20 years, 3 months ago) by dan
Diff to previous 3103 , to selected 3875
Put in a toggle for PORTSMON

Revision 3103 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:36:42 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3102 , to selected 3875
Add commits.html cache

Revision 3102 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:35:23 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3101 , to selected 3875
Do not show PortsMon yet.

Revision 3101 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:34:02 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3100 , to selected 3875
Add link to commits.php

Revision 3100 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:31:25 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3099 , to selected 3875
take command line parameter numcommits
Observer $MaxNumberOfPortsLong

Revision 3099 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:30:17 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3098 , to selected 3875
Add commits.php

Revision 3098 - Directory Listing - [select for diffs]
Modified Tue Dec 7 00:30:05 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3097 , to selected 3875
Set MaxNumberOfPorts to ten.
Add $MaxNumberOfPortsLong at 100.
Preparation for commits.php

Revision 3097 - Directory Listing - [select for diffs]
Modified Mon Dec 6 16:51:01 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3096 , to selected 3875
Remove unused usage

Revision 3096 - Directory Listing - [select for diffs]
Modified Mon Dec 6 16:48:09 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3095 , to selected 3875
We don't use this anymore

Revision 3095 - Directory Listing - [select for diffs]
Modified Mon Dec 6 16:46:35 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3094 , to selected 3875
We no longer use this.

Revision 3094 - Directory Listing - [select for diffs]
Modified Fri Dec 3 01:42:25 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3093 , to selected 3875
Add TEXT/hover text to the hyperlinks in the side bar, footer, etc.

Revision 3093 - Directory Listing - [select for diffs]
Modified Fri Dec 3 01:41:23 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3092 , to selected 3875
Add TITLE / hover text to the hyperlinks

Revision 3092 - Directory Listing - [select for diffs]
Modified Fri Dec 3 01:36:12 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3091 , to selected 3875
Whitespace only

Revision 3091 - Directory Listing - [select for diffs]
Modified Fri Dec 3 00:56:56 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3090 , to selected 3875
Improve the Hover text by including the actual FORBIDDEN, BROKEN,
DEPRECATED, or IGNORE message.

also: Implement links to PORTSMON without actually using it yet....

Revision 3090 - Directory Listing - [select for diffs]
Modified Thu Dec 2 01:07:20 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3089 , to selected 3875
Mention that using POST makes it easier for us to validate the HTML

Revision 3089 - Directory Listing - [select for diffs]
Modified Thu Dec 2 01:04:30 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3088 , to selected 3875
Fix broken HTML tag on search results

Revision 3088 - Directory Listing - [select for diffs]
Modified Thu Dec 2 00:01:04 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3087 , to selected 3875
Add a few missing _Link() items

Revision 3087 - Directory Listing - [select for diffs]
Modified Wed Dec 1 22:56:47 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3086 , to selected 3875
Include links to the FAQ for most icons, such as freshports_Broken_Icon()
by providing a function, freshports_Broken_Icon_Link().

Revision 3086 - Directory Listing - [select for diffs]
Modified Wed Dec 1 22:56:06 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3085 , to selected 3875
Add link to ports-broken.php

Revision 3085 - Directory Listing - [select for diffs]
Modified Wed Dec 1 03:29:07 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3084 , to selected 3875
Change <? to <?php
Add more detail about the refresh icon.

Revision 3084 - Directory Listing - [select for diffs]
Modified Wed Dec 1 03:28:39 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3083 , to selected 3875
Better hover on that refresh tag.

Revision 3083 - Directory Listing - [select for diffs]
Modified Tue Nov 30 13:02:07 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3082 , to selected 3875
Add People Who Watch This Port

Revision 3082 - Directory Listing - [select for diffs]
Modified Tue Nov 30 12:50:32 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3081 , to selected 3875
Add watch_list_also_watched.php

Revision 3081 - Directory Listing - [select for diffs]
Modified Tue Nov 30 12:50:09 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3080 , to selected 3875
Add PeopleWatchingThisPortAlsoWatch()

Revision 3080 - Directory Listing - [select for diffs]
Modified Tue Nov 30 12:37:10 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3079 , to selected 3875
Add also_watched_record

Revision 3079 - Directory Listing - [select for diffs]
Modified Tue Nov 30 12:36:52 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3078 , to selected 3875
Add some vuxml functions expected to be used when I start optimizing
the vuxml process.
Add currenttimestamputc() that may be useful when moving to UTC
Add WatchersAlsoWatched() to display "People watching this port, also watch".

Revision 3078 - Directory Listing - [select for diffs]
Modified Tue Nov 30 12:35:16 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3077 , to selected 3875
A  bit more detail on the upgrade, completed already.

Revision 3077 - Directory Listing - [select for diffs]
Modified Mon Nov 29 02:41:01 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3076 , to selected 3875
Let's talk about freebsd software.

Revision 3076 - Directory Listing - [select for diffs]
Modified Sat Nov 27 13:54:09 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3075 , to selected 3875
remove most 'use lib' as they are unnecessary.

Revision 3075 - Directory Listing - [select for diffs]
Modified Fri Nov 26 14:57:20 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3074 , to selected 3875
Move the header('Content-type: text/xml'); from news.php to caching-files/news.php

Revision 3074 - Directory Listing - [select for diffs]
Modified Wed Nov 24 18:48:58 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3073 , to selected 3875
Add a missing question mark.

Revision 3073 - Directory Listing - [select for diffs]
Modified Sun Nov 21 14:56:20 2004 UTC (20 years, 4 months ago) by (unknown author)
Diff to previous 3072 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3072 - Directory Listing - [select for diffs]
Modified Sun Nov 21 14:56:19 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3071 , to selected 3875
Close the brackets around gthe GLASSES icon

Revision 3071 - Directory Listing - [select for diffs]
Modified Sat Nov 20 19:53:46 2004 UTC (20 years, 4 months ago) by (unknown author)
Diff to previous 3070 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3070 - Directory Listing - [select for diffs]
Modified Sat Nov 20 19:53:45 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3069 , to selected 3875
No more BurstMediaCode() is needed.

Revision 3069 - Directory Listing - [select for diffs]
Modified Sat Nov 20 17:22:23 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3068 , to selected 3875
Add permissions for vuxml

Revision 3068 - Directory Listing - [select for diffs]
Modified Sat Nov 20 03:42:17 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3067 , to selected 3875
Add Will Andrews.

Revision 3067 - Directory Listing - [select for diffs]
Modified Fri Nov 19 17:34:59 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3066 , to selected 3875
Add new search option

Revision 3066 - Directory Listing - [select for diffs]
Modified Fri Nov 19 13:32:43 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3065 , to selected 3875
Rearrange the controls to consume less vertical space.
Put notes into smaller case.

Revision 3065 - Directory Listing - [select for diffs]
Modified Fri Nov 19 02:39:40 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3064 , to selected 3875
Let's make this actually update the fields it claims to upgrade

Revision 3064 - Directory Listing - [select for diffs]
Modified Thu Nov 18 21:52:51 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3063 , to selected 3875
Move details of search fields to the FAQ.
At the same time, expand the list.

Revision 3063 - Directory Listing - [select for diffs]
Modified Thu Nov 18 21:24:41 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3062 , to selected 3875
Use ILIKE instead of lower() when doing case insensitive LIKE
Order the code so that it's always depends_build, depends_lib, depends_run.
  Just so it is consistent.
Add depends_all which searches all of the above three terms.
Better format the SQL when an error occurs.

Revision 3062 - Directory Listing - [select for diffs]
Modified Thu Nov 18 21:15:27 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3061 , to selected 3875
Add some tests for ads to local nets
Whitespace adjustment

Revision 3061 - Directory Listing - [select for diffs]
Modified Thu Nov 18 03:43:39 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3060 , to selected 3875
Add searching on depends_{lib|build|run}

Revision 3060 - Directory Listing - [select for diffs]
Modified Thu Nov 18 01:48:47 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3059 , to selected 3875
Change radio buttons to checkboxes.
Search by long description.

Revision 3059 - Directory Listing - [select for diffs]
Modified Thu Nov 18 01:48:27 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3058 , to selected 3875
Why does the search page use GET and not POST

Revision 3058 - Directory Listing - [select for diffs]
Modified Wed Nov 17 22:37:27 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3057 , to selected 3875
When using the ?package=PACKAGENAME, and there is more than one port with that
package name, redirect them to the search page where the results will be listed.

Revision 3057 - Directory Listing - [select for diffs]
Modified Wed Nov 17 22:36:17 2004 UTC (20 years, 4 months ago) by (unknown author)
Diff to previous 3056 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3056 - Directory Listing - [select for diffs]
Modified Wed Nov 17 22:36:16 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3055 , to selected 3875
Cater for searching by package

Revision 3055 - Directory Listing - [select for diffs]
Modified Wed Nov 17 13:39:49 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3054 , to selected 3875
Allow searching by package and by latest link

Revision 3054 - Directory Listing - [select for diffs]
Modified Wed Nov 17 13:25:12 2004 UTC (20 years, 4 months ago) by (unknown author)
Diff to previous 3053 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3053 - Directory Listing - [select for diffs]
Modified Wed Nov 17 13:25:11 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3052 , to selected 3875
Use package_name, not latest_link when looking up package names

Revision 3052 - Directory Listing - [select for diffs]
Modified Wed Nov 17 13:23:28 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3051 , to selected 3875
Turn debugging off.

Revision 3051 - Directory Listing - [select for diffs]
Modified Wed Nov 17 13:22:28 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3050 , to selected 3875
When telling people how to alter their watch lists, include the icons they
can click.

Revision 3050 - Directory Listing - [select for diffs]
Modified Fri Nov 12 20:49:24 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3049 , to selected 3875
Update the number of google pages.  Add a proper bookmark.

Revision 3049 - Directory Listing - [select for diffs]
Modified Fri Nov 12 20:34:47 2004 UTC (20 years, 4 months ago) by (unknown author)
Diff to previous 3048 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3048 - Directory Listing - [select for diffs]
Modified Fri Nov 12 20:34:46 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3047 , to selected 3875
Show the poppy until 12 Nov

Revision 3047 - Directory Listing - [select for diffs]
Modified Tue Nov 9 14:16:59 2004 UTC (20 years, 4 months ago) by dan
Diff to previous 3046 , to selected 3875
Show poppy from 1 Nov to 12 Nov

Revision 3046 - Directory Listing - [select for diffs]
Modified Wed Nov 3 23:46:01 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3045 , to selected 3875
Provide a new feature: allow the user to specify the watch list at
upload time, bypassing the staging area entirely.  Credit pav@FreeBSD.org
with this idea.

Revision 3045 - Directory Listing - [select for diffs]
Modified Wed Nov 3 23:44:44 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3044 , to selected 3875
Add CopyStagingToWatchList() to be used for copying directly to watch lists
bypassing the staging area.

Revision 3044 - Directory Listing - [select for diffs]
Modified Tue Nov 2 02:19:18 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3043 , to selected 3875
white space changes only

Revision 3043 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:23:44 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3042 , to selected 3875
$HRML should be $HTML

Revision 3042 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:23:13 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3041 , to selected 3875
Remove unused $pkg_info from DisplayUploadForm

Revision 3041 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:22:34 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3040 , to selected 3875
Add three new fields:
  no_latest_link
  no_package
  package_name

Revision 3040 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:21:36 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3039 , to selected 3875
Set Debug to zero.  Use the right watch list variable.

Revision 3039 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:20:52 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3038 , to selected 3875
use the right dbh variable

Revision 3038 - Directory Listing - [select for diffs]
Modified Mon Oct 25 00:20:21 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3037 , to selected 3875
Whitespace changes only.

Revision 3037 - Directory Listing - [select for diffs]
Modified Sun Oct 24 23:53:53 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3036 , to selected 3875
Set the ports.last_commit_id field for those ports that have no such value.

Revision 3036 - Directory Listing - [select for diffs]
Modified Sun Oct 24 21:40:50 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3035 , to selected 3875
Add the release notes for what we are about to release.

Revision 3035 - Directory Listing - [select for diffs]
Modified Sun Oct 24 21:40:24 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3034 , to selected 3875
Mention that if the package_add information does not appear, you'll be shown
a reason why.

Revision 3034 - Directory Listing - [select for diffs]
Modified Sun Oct 24 21:39:24 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3033 , to selected 3875
Change <? to <?php.

Revision 3033 - Directory Listing - [select for diffs]
Modified Sun Oct 24 21:38:55 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3032 , to selected 3875
HTML nits

Revision 3032 - Directory Listing - [select for diffs]
Modified Sun Oct 24 19:59:47 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3031 , to selected 3875
When displaying the files associated with a commit, always display the full
commit message.

Revision 3031 - Directory Listing - [select for diffs]
Modified Sun Oct 24 14:41:35 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3030 , to selected 3875
Use IsSet($_SERVER['REDIRECT_QUERY_STRING']) instead of In_Array("REDIRECT_QUERY_STRING", $_SERVER)
which appears to fail.

While here, adjust whitespace on a }

Revision 3030 - Directory Listing - [select for diffs]
Modified Thu Oct 21 03:37:27 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3029 , to selected 3875
Fix broken HTML tags by putting the <br> within the <li></li> tags.

Revision 3029 - Directory Listing - [select for diffs]
Modified Thu Oct 21 03:36:33 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3028 , to selected 3875
Add missing </b>.

Revision 3028 - Directory Listing - [select for diffs]
Modified Thu Oct 21 03:29:44 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3027 , to selected 3875
Only display the package if ports.no_package is non-blank.
If it is non-blank, say there is no package and give the reason.

Revision 3027 - Directory Listing - [select for diffs]
Modified Thu Oct 21 01:56:00 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3026 , to selected 3875
Add the vuxml tables

Revision 3026 - Directory Listing - [select for diffs]
Modified Thu Oct 21 01:55:55 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3025 , to selected 3875
Correctly spell vuxml

Revision 3025 - Directory Listing - [select for diffs]
Modified Tue Oct 12 00:45:29 2004 UTC (20 years, 5 months ago) by (unknown author)
Diff to previous 3024 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 3024 - Directory Listing - [select for diffs]
Modified Tue Oct 12 00:45:28 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3023 , to selected 3875
If we are offline, do nothing.

Revision 3023 - Directory Listing - [select for diffs]
Modified Tue Oct 12 00:44:16 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3022 , to selected 3875
Put a standard header into the file

Revision 3022 - Directory Listing - [select for diffs]
Modified Tue Oct 12 00:43:51 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3021 , to selected 3875
Log the things we process.
The approvers files is in CVSROOT, not CVSROOT-ports

Revision 3021 - Directory Listing - [select for diffs]
Modified Sun Oct 10 17:56:59 2004 UTC (20 years, 5 months ago) by dan
Diff to previous 3020 , to selected 3875
The file for is processing UPDATING is /dynamic/refresh_updating

Revision 3020 - Directory Listing - [select for diffs]
Modified Sun Oct 3 16:06:29 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3019 , to selected 3875
Use full path to BaseDir.
Include new options we have been missing to date.
vuxml, etc

Revision 3019 - Directory Listing - [select for diffs]
Modified Sun Oct 3 16:03:23 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3018 , to selected 3875
use ' not "
Use :: not : for the config package.

Revision 3018 - Directory Listing - [select for diffs]
Modified Sun Oct 3 14:01:56 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3017 , to selected 3875
Start using the new VuXML class.
Display the vuxml desecription.
Use a table instead of a list.

Revision 3017 - Directory Listing - [select for diffs]
Modified Sun Oct 3 14:01:20 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3016 , to selected 3875
Add vuxml class for dealing with the VuXML table.

Revision 3016 - Directory Listing - [select for diffs]
Modified Sun Oct 3 02:26:54 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3015 , to selected 3875
Update with process_updating.sh and process_vuxml.sh

Revision 3015 - Directory Listing - [select for diffs]
Modified Sun Oct 3 02:20:15 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3014 , to selected 3875
*** empty log message ***

Revision 3014 - Directory Listing - [select for diffs]
Modified Sun Oct 3 02:19:59 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3013 , to selected 3875
Play catch up:  add
UPDATINGFLAGFILE
PORTSFREEZEFILE
VUXMLFLAGFILE

Revision 3013 - Directory Listing - [select for diffs]
Modified Sun Oct 3 01:45:09 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3012 , to selected 3875
This file was taken from process_vuxml.pl and will now be the file that
just loads the vuxml file into the database.

process_vuxml.pl will soon load the file, and mark the commits.

Revision 3012 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:51:39 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3011 , to selected 3875
Display 'non port:' before the element name.
Fix display so it looks like main pages.  The side bars were appearing one cell
lower than other pages.

Revision 3011 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:50:11 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3010 , to selected 3875
Remove code and use PortsFreezeStatus() instead.

Revision 3010 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:49:49 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3009 , to selected 3875
Add PortsFreezeStatus().
Display it on every page.

Revision 3009 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:49:13 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3008 , to selected 3875
For non-ports, do not show revision.
For non-ports, don't display a lots of things, like forbidden, deprecated, etc.

Revision 3008 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:19:28 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3007 , to selected 3875
In FetchInitialize, remove $element_id from the select and use
commit_log_elements.element_id instead.  This will give us the correct value
and correctly name the column as element_id a the same time.

Revision 3007 - Directory Listing - [select for diffs]
Modified Sat Oct 2 18:18:08 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3006 , to selected 3875
In the function freshports_CommitsFooter, the parameter is not a $port.
It is an $element_record.  Make it so.

In freshports_Commits, use $element_record, not $port, which is undefined.

Revision 3006 - Directory Listing - [select for diffs]
Modified Sat Oct 2 14:19:54 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3005 , to selected 3875
Assign a value to HTML

Revision 3005 - Directory Listing - [select for diffs]
Modified Sat Oct 2 14:19:37 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3004 , to selected 3875
Use ORDERBYDESCENDING, not other variants.

Revision 3004 - Directory Listing - [select for diffs]
Modified Tue Sep 28 22:15:48 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3003 , to selected 3875
If we pass '' to a sub, then invoke a shell script, that is missed as a parameter.
So the usage is invoked.  Not nice. So use , '"''" instead.
While debugging this problem, improve the debugging output.

Revision 3003 - Directory Listing - [select for diffs]
Modified Tue Sep 28 03:27:31 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3002 , to selected 3875
Initialize $LastVID

Revision 3002 - Directory Listing - [select for diffs]
Modified Tue Sep 28 03:25:45 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3001 , to selected 3875
Give select permission on vuxml_affected and vuxml_names to group www
so www/vuxml.php can work.

Revision 3001 - Directory Listing - [select for diffs]
Modified Tue Sep 28 03:25:03 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 3000 , to selected 3875
Display all the vuxml entries if ?list is supplied

Revision 3000 - Directory Listing - [select for diffs]
Modified Mon Sep 27 02:38:05 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2999 , to selected 3875
Use explode, not split.

Revision 2999 - Directory Listing - [select for diffs]
Modified Mon Sep 27 02:37:51 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2998 , to selected 3875
Include portepoch in the fetch

Revision 2998 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:31:38 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2997 , to selected 3875
Pass on to the vuxml.org URL if we have just one vuln.
If we have multiple vulns, display a list.  (not working yet)

Revision 2997 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:31:05 2004 UTC (20 years, 6 months ago) by (unknown author)
Diff to previous 2996 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 2996 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:31:04 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2995 , to selected 3875
Mention the master ports...

Revision 2995 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:30:41 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2994 , to selected 3875
whitespace only

Revision 2994 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:30:17 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2993 , to selected 3875
To take advantage of the new fetch script, without breaking existing code,
create FetchFileURL(), and alter FetchFile to pass acceptable parameters.

Revision 2993 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:29:25 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2992 , to selected 3875
Become more useful by adding a couple of parameters:

URL=$1    - The URL to fetch from.  Useful for local testing.
SUFFIX=$6 - The suffix to attach to the URL.  Useful to specify the repository.

Revision 2992 - Directory Listing - [select for diffs]
Modified Mon Sep 27 00:27:54 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2991 , to selected 3875
We're pretty good here now.  Hopefully it won't take much to complete this.

Revision 2991 - Directory Listing - [select for diffs]
Modified Sun Sep 26 02:35:39 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2990 , to selected 3875
Put them to the vuxml.org site, for now.

Revision 2990 - Directory Listing - [select for diffs]
Modified Sat Sep 25 19:53:11 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2989 , to selected 3875
Get rid of unused variables and commented out code.

Revision 2989 - Directory Listing - [select for diffs]
Modified Sat Sep 25 19:43:06 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2988 , to selected 3875
Remove this file as it will not be used.

Revision 2988 - Directory Listing - [select for diffs]
Modified Sat Sep 25 19:42:46 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2987 , to selected 3875
I was planning on grabbing the historical epochs for the master sites of slave ports,
but that proved to be ugly because historical makefiles do not always parse cleanly.

Revision 2987 - Directory Listing - [select for diffs]
Modified Sat Sep 25 19:41:17 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2986 , to selected 3875
Start updating commit_log_ports
Add some code for extracting PORTEPOCH via make -V, but then
comment it out because some old revisions of makefiles do not
parse cleanly.
Ignore PortEpochs that are variables.  We can't use them here.

Revision 2986 - Directory Listing - [select for diffs]
Modified Fri Sep 24 11:36:49 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2985 , to selected 3875
Add further information about obtaining historical EPOCH values.

Revision 2985 - Directory Listing - [select for diffs]
Modified Thu Sep 23 20:17:14 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2984 , to selected 3875
If the port never sets PORTEPOCH, it must be set in the MASTERPORT.
Detect such situations and display the master port name.

Revision 2984 - Directory Listing - [select for diffs]
Modified Thu Sep 23 17:48:53 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2983 , to selected 3875
Whitespace only

Revision 2983 - Directory Listing - [select for diffs]
Modified Thu Sep 23 13:00:03 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2982 , to selected 3875
This is much better.

Revision 2982 - Directory Listing - [select for diffs]
Modified Thu Sep 23 04:36:49 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2981 , to selected 3875
Consider master ports

Revision 2981 - Directory Listing - [select for diffs]
Modified Thu Sep 23 04:33:00 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2980 , to selected 3875
A better idea for historical epoch

Revision 2980 - Directory Listing - [select for diffs]
Modified Thu Sep 23 03:03:08 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2979 , to selected 3875
First commit of this. I think it's soon to change.

Revision 2979 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:13:58 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2978 , to selected 3875
Put a div around the footer ad to center it

Revision 2978 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:08:20 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2977 , to selected 3875
Rename ads_* to *

Revision 2977 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:04:45 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2976 , to selected 3875
use freshports_PackageVersion()

Revision 2976 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:04:31 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2975 , to selected 3875
Mention the new revision icon

Revision 2975 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:04:13 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2974 , to selected 3875
Add the revision icon.  used to link to revision in CVS when displaying
files touched by a commit.

Revision 2974 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:03:34 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2973 , to selected 3875
Upgrade to the same Burst code as freebsddiary.

Revision 2973 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:03:06 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2972 , to selected 3875
Start using the PackageVersion() function.
Link to the revision of the file.

Revision 2972 - Directory Listing - [select for diffs]
Modified Wed Sep 22 23:02:22 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2971 , to selected 3875
Add freshports_Revision_Icon()
Start fixing up BurstMedia issues

Revision 2971 - Directory Listing - [select for diffs]
Modified Wed Sep 22 21:20:38 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2970 , to selected 3875
Perhaps we can solve this in the short term by getting PORTEPOCH right for the
ports affected by vuln.

Revision 2970 - Directory Listing - [select for diffs]
Modified Wed Sep 22 16:58:20 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2969 , to selected 3875
Outline how I think I can get historical PORTEPOCH

Revision 2969 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:37:31 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2968 , to selected 3875
Start using epoch

Revision 2968 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:34:50 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2967 , to selected 3875
Add epoch

Revision 2967 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:34:35 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2966 , to selected 3875
Add port_epoch

Revision 2966 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:29:56 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2965 , to selected 3875
use freshports_PackageVersion()

Revision 2965 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:24:52 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2964 , to selected 3875
Provide more information about using pkg_version -t

Revision 2964 - Directory Listing - [select for diffs]
Modified Wed Sep 22 15:24:21 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2963 , to selected 3875
Use the new function freshports_PackageVersion()

Revision 2963 - Directory Listing - [select for diffs]
Modified Wed Sep 22 14:00:55 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2962 , to selected 3875
standardize header

Revision 2962 - Directory Listing - [select for diffs]
Modified Wed Sep 22 13:58:18 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2961 , to selected 3875
Start grabbing port epoch

Revision 2961 - Directory Listing - [select for diffs]
Modified Wed Sep 22 13:57:58 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2960 , to selected 3875
start using new function freshports_PackageVersion()

Revision 2960 - Directory Listing - [select for diffs]
Modified Wed Sep 22 13:57:21 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2959 , to selected 3875
Add FRESHPORTS_VERSION_EPOCH_JOINER

Revision 2959 - Directory Listing - [select for diffs]
Modified Wed Sep 22 13:57:09 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2958 , to selected 3875
Introduce new function: freshports_PackageVersion() which creates the
package name, based upon PORTVERSION, PORTREVISION, and PORTEPOCH.

Alter existing code to use this new function.
Fix a problem with MAINTAINER mailto by not obscuring the subject field

Revision 2958 - Directory Listing - [select for diffs]
Modified Tue Sep 21 23:35:59 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2957 , to selected 3875
Now we are updating the commit_log_ports_vuxml table.

Revision 2957 - Directory Listing - [select for diffs]
Modified Mon Sep 20 20:53:22 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2956 , to selected 3875
Now we are invoking pkg_version to test versions.  Getting closer now!

Revision 2956 - Directory Listing - [select for diffs]
Modified Mon Sep 20 19:57:10 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2955 , to selected 3875
Instead of doing a subselect, use a JOIN.  It's faster. And continues
to work if you have multiple ports with the same package name.

Revision 2955 - Directory Listing - [select for diffs]
Modified Mon Sep 20 19:55:53 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2954 , to selected 3875
We now have all the commits for a given package.

Revision 2954 - Directory Listing - [select for diffs]
Modified Mon Sep 20 19:55:32 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2953 , to selected 3875
Remove ranges_ from the columes in the vuxml_ranges table.
Instead of using version_start, use version1, etc

Revision 2953 - Directory Listing - [select for diffs]
Modified Mon Sep 20 13:12:05 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2952 , to selected 3875
Change the column order to op1, version1, op2, version2.

Revision 2952 - Directory Listing - [select for diffs]
Modified Mon Sep 20 12:14:50 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2951 , to selected 3875
Add vuxml_record

Revision 2951 - Directory Listing - [select for diffs]
Modified Mon Sep 20 12:14:39 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2950 , to selected 3875
Add FUNCTION vuxml_ranges()

Revision 2950 - Directory Listing - [select for diffs]
Modified Mon Sep 20 12:13:12 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2949 , to selected 3875
vuxml_ranges.vuxml_name_id becomes vuxml_affected_id.

Revision 2949 - Directory Listing - [select for diffs]
Modified Mon Sep 20 11:45:05 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2948 , to selected 3875
In vuxml_ranges, rename the fields so they do not contain range_ and _start|_finish.

Revision 2948 - Directory Listing - [select for diffs]
Modified Fri Sep 17 18:48:16 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2947 , to selected 3875
Add package_version(text, text, text) RETURNS text

This function strings together PortVersion, PortRevision, and PortEpoch
as they are for a package name.

Revision 2947 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:18:36 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2946 , to selected 3875
Add this soon to be completed file

Revision 2946 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:18:11 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2945 , to selected 3875
Add the vuxml gif

Revision 2945 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:15:22 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2944 , to selected 3875
If there is a ports freeze in effect, say so.

Revision 2944 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:14:56 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2943 , to selected 3875
On a file update, invoke FreshPorts::SpecialProcessingFiles::Eat
Start handling $FreshPorts::Messages::PortsFreezeCheck

Revision 2943 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:14:06 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2942 , to selected 3875
Start processing all the special files

Revision 2942 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:13:47 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2941 , to selected 3875
add $FreshPorts::Messages::PortsFreezeCheck

Revision 2941 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:13:27 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2940 , to selected 3875
Stop calling FreshPorts::SpecialProcessingFiles::Eat

Revision 2940 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:13:01 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2939 , to selected 3875
add shell script which sets PortsFreezeInEffect file

Revision 2939 - Directory Listing - [select for diffs]
Modified Fri Sep 17 03:12:35 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2938 , to selected 3875
Add the shell script that corresponds to the perl script

Revision 2938 - Directory Listing - [select for diffs]
Modified Fri Sep 17 02:08:12 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2937 , to selected 3875
Put the right values into the right fields for ranges

Revision 2937 - Directory Listing - [select for diffs]
Modified Fri Sep 17 02:07:47 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2936 , to selected 3875
Set commit_log_ports.port_epoch

Revision 2936 - Directory Listing - [select for diffs]
Modified Fri Sep 17 02:07:23 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2935 , to selected 3875
On the insert, use the right field names with the right values.

Revision 2935 - Directory Listing - [select for diffs]
Modified Fri Sep 17 02:06:53 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2934 , to selected 3875
Handle new field: quoted_port_epoch

Revision 2934 - Directory Listing - [select for diffs]
Modified Tue Sep 14 18:56:21 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2933 , to selected 3875
More elaboration

Revision 2933 - Directory Listing - [select for diffs]
Modified Tue Sep 14 18:46:02 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2932 , to selected 3875
More elaboration

Revision 2932 - Directory Listing - [select for diffs]
Modified Tue Sep 14 18:14:45 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2931 , to selected 3875
First attempt at documenting how we are going to do this

Revision 2931 - Directory Listing - [select for diffs]
Modified Tue Sep 14 18:14:03 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2930 , to selected 3875
Give initial values to port_epoch

Revision 2930 - Directory Listing - [select for diffs]
Modified Tue Sep 14 14:29:25 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2929 , to selected 3875
add port_epoch to commit_log_ports
rename ports.pkgname to ports.package_name

Revision 2929 - Directory Listing - [select for diffs]
Modified Tue Sep 14 14:27:31 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2928 , to selected 3875
rename ports.pkgname to package_name

Revision 2928 - Directory Listing - [select for diffs]
Modified Mon Sep 13 22:23:34 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2927 , to selected 3875
set the newly redefined package_name field

Revision 2927 - Directory Listing - [select for diffs]
Modified Mon Sep 13 22:23:08 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2926 , to selected 3875
Grab PKGNAMEPREFIX and PKGNAMESUFFIX
rename pkgname => package_name

Revision 2926 - Directory Listing - [select for diffs]
Modified Mon Sep 13 19:51:48 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2925 , to selected 3875
Script to set newly added fields:
no_latest_link
no_package
pkgname
portepoch

Revision 2925 - Directory Listing - [select for diffs]
Modified Mon Sep 13 13:01:16 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2924 , to selected 3875
-    is_slave_port              text                          ,
+    master_port                text                          ,
     latest_link                text                          ,
+    depends_lib                text                          ,
     no_latest_link             text                          ,
     no_package                 text                          ,
     pkgname                    text                          ,
+    portepoch

Rename is_slave_port to master_port to reflect what we are actually using in the
database.
Add depends_lib and portepoch.

Revision 2924 - Directory Listing - [select for diffs]
Modified Mon Sep 13 12:52:49 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2923 , to selected 3875
Add new columns to ports table:
  no_latest_link
  no_package
  pkgname
  portepoch

example:

freshports.org=# select no_latest_link, no_package, pkgname, portepoch from ports_active where name = 'dgd-net';
 no_latest_link | no_package |    pkgname    | portepoch
----------------+------------+---------------+-----------
                |            | dgd-net-1.1.8 | 0
(1 row)

freshports.org=#

Revision 2923 - Directory Listing - [select for diffs]
Modified Mon Sep 13 12:16:16 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2922 , to selected 3875
Grant select on on VuXML tables

Revision 2922 - Directory Listing - [select for diffs]
Modified Sun Sep 12 10:44:45 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2921 , to selected 3875
Fix incorrrect html

Revision 2921 - Directory Listing - [select for diffs]
Modified Sat Sep 11 14:04:35 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2920 , to selected 3875
Add update_database_vuxml_affected and update_database_vuxml_references
This completes the database updates for vuxml data.

Revision 2920 - Directory Listing - [select for diffs]
Modified Sat Sep 11 14:03:43 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2919 , to selected 3875
There is no date_modified column.  Remove usage.

Revision 2919 - Directory Listing - [select for diffs]
Modified Sat Sep 11 14:03:25 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2918 , to selected 3875
There is no date_modified column.  Remove usage.
We use vuxml_affected_id, not vuxml_id.  Change it.

Revision 2918 - Directory Listing - [select for diffs]
Modified Sat Sep 11 01:10:39 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2917 , to selected 3875
put the -w back in

Revision 2917 - Directory Listing - [select for diffs]
Modified Sat Sep 11 01:08:20 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2916 , to selected 3875
Start updating the database

Revision 2916 - Directory Listing - [select for diffs]
Modified Sat Sep 11 01:08:07 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2915 , to selected 3875
Pass in database handle

Revision 2915 - Directory Listing - [select for diffs]
Modified Sat Sep 11 01:07:41 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2914 , to selected 3875
Include constants
Set status

Revision 2914 - Directory Listing - [select for diffs]
Modified Sat Sep 11 00:46:43 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2913 , to selected 3875
how to process the vuxml changes

Revision 2913 - Directory Listing - [select for diffs]
Modified Sat Sep 11 00:45:46 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2912 , to selected 3875
Allow invocation like this:

(DBHandle => $dbh, Stream   => *STDIN)

cater for undefined values

Revision 2912 - Directory Listing - [select for diffs]
Modified Sat Sep 11 00:03:59 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2911 , to selected 3875
The start of using vuxml

Revision 2911 - Directory Listing - [select for diffs]
Modified Fri Sep 10 03:26:42 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2910 , to selected 3875
First attempt.  untested.

Revision 2910 - Directory Listing - [select for diffs]
Modified Fri Sep 10 03:26:33 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2909 , to selected 3875
Raname package from vuxml-parsing to vuxml_parsing

Revision 2909 - Directory Listing - [select for diffs]
Modified Thu Sep 9 20:39:21 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2908 , to selected 3875
Add Matthew Seaman's work into the tree.  This will be used to parse the
vuxml database.

Revision 2908 - Directory Listing - [select for diffs]
Modified Thu Sep 9 20:13:46 2004 UTC (20 years, 6 months ago) by dan
Diff to previous 2907 , to selected 3875
Set the broken field.

Revision 2907 - Directory Listing - [select for diffs]
Modified Fri Aug 27 16:55:35 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2906 , to selected 3875
Move range_version_start nearer to the top of the table.
Now we can see the data like this:

range_version_start range_operator_start VERSION and VERSION range_operator_end range_version_end

Example:

1.04b <= VERSION and VERSION < 1.06

Revision 2906 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:52:07 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2905 , to selected 3875
Alter GetCategoryPortFromLatestLink() to remove RAISE NOTICE debugging
messages.  Also if more than one match found, return -1, not the count.
This makes the return value more useful.

Revision 2905 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:48:36 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2904 , to selected 3875
Add these fields to ports:
   no_latest_link
   no_package
   pkgname

Add vuxml tables

Revision 2904 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:32:51 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2903 , to selected 3875
We have a new deleted icon.  Change the size accordingly.
Add freshports_VuXML_Icon().
In freshports_PortsMoved, give $HTML an initial value.
Start using the classes/commit_log_ports_vuxml table.

Revision 2903 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:06:21 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2902 , to selected 3875
Create a new deleted icon, a tombstone.

Revision 2902 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:05:41 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2901 , to selected 3875
Add VuXML icon

Revision 2901 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:02:52 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2900 , to selected 3875
whitespace changes only

Revision 2900 - Directory Listing - [select for diffs]
Modified Fri Aug 27 14:02:15 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2899 , to selected 3875
Only work with package if one is supplied.

Revision 2899 - Directory Listing - [select for diffs]
Modified Fri Aug 27 13:55:24 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2898 , to selected 3875
strip out unmentionables, unprintable characters.

Revision 2898 - Directory Listing - [select for diffs]
Modified Fri Aug 27 13:54:34 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2897 , to selected 3875
Start using "ISO-8859-1" and not "UTF-8".  This fixes the umlaut problems.

Revision 2897 - Directory Listing - [select for diffs]
Modified Fri Aug 27 13:49:45 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2896 , to selected 3875
Initalize some variables

Revision 2896 - Directory Listing - [select for diffs]
Modified Fri Aug 27 13:47:22 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2895 , to selected 3875
Fix border accidently changed in last commit.

Revision 2895 - Directory Listing - [select for diffs]
Modified Fri Aug 27 13:46:19 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2894 , to selected 3875
Fix broken HTML

Revision 2894 - Directory Listing - [select for diffs]
Modified Fri Aug 27 12:05:03 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2893 , to selected 3875
comment out debugging code

Revision 2893 - Directory Listing - [select for diffs]
Modified Fri Aug 27 11:56:22 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2892 , to selected 3875
Change to a policy of using the VID, not our internal IDs when linking.

Revision 2892 - Directory Listing - [select for diffs]
Modified Fri Aug 27 11:34:21 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2891 , to selected 3875
Give an initial values to $VID

Revision 2891 - Directory Listing - [select for diffs]
Modified Fri Aug 27 11:08:45 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2890 , to selected 3875
How to get a list of VuXML entries for a port

Revision 2890 - Directory Listing - [select for diffs]
Modified Thu Aug 26 18:38:42 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2889 , to selected 3875
Give initial values to $orderby and $orderbyupdown
Use ORDERBYASCENDING  not ORDERBYASC
Use ORDERBYDESCENDING not ORDERBYDESC

Revision 2889 - Directory Listing - [select for diffs]
Modified Thu Aug 26 11:30:46 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2888 , to selected 3875
Ensure that id is set before returning from FetchByName()

Revision 2888 - Directory Listing - [select for diffs]
Modified Thu Aug 26 11:28:20 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2887 , to selected 3875
Ensure that $result is defined in freshports_Parse404URI

Revision 2887 - Directory Listing - [select for diffs]
Modified Wed Aug 25 20:33:04 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2886 , to selected 3875
dbh is global.  define it as such.

Revision 2886 - Directory Listing - [select for diffs]
Modified Wed Aug 25 20:32:44 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2885 , to selected 3875
define some variables before using them.
Put index variables in quotes.

Revision 2885 - Directory Listing - [select for diffs]
Modified Wed Aug 25 20:32:10 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2884 , to selected 3875
Use local debug variable.

Revision 2884 - Directory Listing - [select for diffs]
Modified Mon Aug 23 19:10:59 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2883 , to selected 3875
Add searching for packages

Revision 2883 - Directory Listing - [select for diffs]
Modified Mon Aug 23 19:10:13 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2882 , to selected 3875
Use Searches package for form

Revision 2882 - Directory Listing - [select for diffs]
Modified Mon Aug 23 19:09:26 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2881 , to selected 3875
add something for package searching

Revision 2881 - Directory Listing - [select for diffs]
Modified Mon Aug 23 19:06:40 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2880 , to selected 3875
Add class for searching

Revision 2880 - Directory Listing - [select for diffs]
Modified Mon Aug 23 19:05:16 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2879 , to selected 3875
Page for listing package lookup failures

Revision 2879 - Directory Listing - [select for diffs]
Modified Mon Aug 23 15:31:40 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2878 , to selected 3875
Add GetCategoryPortFromLatestLink(text)

Revision 2878 - Directory Listing - [select for diffs]
Modified Sat Aug 21 23:12:18 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2877 , to selected 3875
First attempt at VuXML tables

Revision 2877 - Directory Listing - [select for diffs]
Modified Wed Aug 18 16:48:23 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2876 , to selected 3875
Move to an Observer/Observable stragegy.
This commit requires use of
http://search.cpan.org/~cwinters/Class-Observable-1.02/lib/Class/Observable.pm

See also this port: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/70339

For this commit, most of load_xml_into_db.pl was moved to a new file: xml_munge.pm

Revision 2876 - Directory Listing - [select for diffs]
Modified Wed Aug 18 16:47:13 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2875 , to selected 3875
Add messages for Observer/Observable

Revision 2875 - Directory Listing - [select for diffs]
Modified Wed Aug 18 16:43:18 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2874 , to selected 3875
whitespace only

Revision 2874 - Directory Listing - [select for diffs]
Modified Wed Aug 18 16:42:56 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2873 , to selected 3875
Whitespace changes only

Revision 2873 - Directory Listing - [select for diffs]
Modified Wed Aug 18 16:10:59 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2872 , to selected 3875
add missing ' in debugging message

Revision 2872 - Directory Listing - [select for diffs]
Modified Fri Aug 13 01:58:35 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2871 , to selected 3875
have one simple queue by default

Revision 2871 - Directory Listing - [select for diffs]
Modified Fri Aug 13 01:51:03 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2870 , to selected 3875
update copyright year

Revision 2870 - Directory Listing - [select for diffs]
Modified Fri Aug 13 01:49:37 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2869 , to selected 3875
Add a newline

Revision 2869 - Directory Listing - [select for diffs]
Modified Thu Aug 12 16:32:08 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2868 , to selected 3875
use the right paths so that reinstalling this port works.

Revision 2868 - Directory Listing - [select for diffs]
Modified Thu Aug 12 16:08:35 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2867 , to selected 3875
COMMENTify this port

Revision 2867 - Directory Listing - [select for diffs]
Modified Wed Aug 11 16:01:49 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2866 , to selected 3875
remove @dates, which is no longer used.

Revision 2866 - Directory Listing - [select for diffs]
Modified Wed Aug 11 16:00:28 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2865 , to selected 3875
Move diagnostics code up into the main loop.
Use config.pm for path to ports tree.

Revision 2865 - Directory Listing - [select for diffs]
Modified Wed Aug 11 14:48:07 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2864 , to selected 3875
add PortsUpdatingPortsXrefAdd

Revision 2864 - Directory Listing - [select for diffs]
Modified Wed Aug 11 14:44:05 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2863 , to selected 3875
Add permissions for the ports_updating et al table

Revision 2863 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:38:05 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2862 , to selected 3875
Use FRESHPORTS_VERSION_REVISION_JOINER

Revision 2862 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:37:46 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2861 , to selected 3875
Display entries from /usr/ports/UPDATING

Revision 2861 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:37:14 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2860 , to selected 3875
talk about /usr/ports/UPDATING

Revision 2860 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:36:36 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2859 , to selected 3875
Introduce freshports_PortsUpdating and include notices from /usr/ports/UPDATING
Use FRESHPORTS_VERSION_REVISION_JOINER

Revision 2859 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:35:42 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2858 , to selected 3875
Start using AddUpdatingXref

Revision 2858 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:34:33 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2857 , to selected 3875
Introducing $FreshPorts::Constants::VERSION_REVISION_JOINER

Revision 2857 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:32:07 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2856 , to selected 3875
Use FRESHPORTS_VERSION_REVISION_JOINER

Revision 2856 - Directory Listing - [select for diffs]
Modified Mon Aug 9 22:30:04 2004 UTC (20 years, 7 months ago) by dan
Diff to previous 2855 , to selected 3875
Add FRESHPORTS_VERSION_REVISION_JOINER, as '_' which separates the port
version and the port revision.

Revision 2855 - Directory Listing - [select for diffs]
Modified Mon Aug 2 01:14:38 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2854 , to selected 3875
Welcome to ports_updating and ports_updating_port_xref.
A way to display the contents of /usr/ports/UPDATING

Revision 2854 - Directory Listing - [select for diffs]
Modified Sun Aug 1 23:45:32 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2853 , to selected 3875
Update copyright year

Revision 2853 - Directory Listing - [select for diffs]
Modified Sun Aug 1 23:45:01 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2852 , to selected 3875
Remove unused variable $file.
Remove unnecessary push.

Revision 2852 - Directory Listing - [select for diffs]
Modified Sun Aug 1 23:40:02 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2851 , to selected 3875
Original code from Travis Campbell.  Slightly modified by Dan Langille
to work with STDIN and write to database.

Revision 2851 - Directory Listing - [select for diffs]
Modified Sun Aug 1 23:05:23 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2850 , to selected 3875
remove unused variable

Revision 2850 - Directory Listing - [select for diffs]
Modified Sun Aug 1 12:49:02 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2849 , to selected 3875
First attempt at displaying entries from /usr/ports/UPDATING which affect a
given port.

Revision 2849 - Directory Listing - [select for diffs]
Modified Tue Jul 13 13:50:31 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2848 , to selected 3875
Fix some HTML nits by using &amp; instead of &
Use the Right ALT and TITLE values when calling freshports_Commit_Link
Fix a broken tag.
Use htmlspecialchars on the port homepage
Introduce freshports_Head whereby we can show all the commit message
if it's over the limit by just a few lines.
Properly define WRAPCOMMITSATCOLUMN

Revision 2848 - Directory Listing - [select for diffs]
Modified Tue Jul 13 13:44:29 2004 UTC (20 years, 8 months ago) by dan
Diff to previous 2847 , to selected 3875
Add constants
Add GLOBAL

Revision 2847 - Directory Listing - [select for diffs]
Modified Tue Jul 6 03:38:20 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2846 , to selected 3875
Change the mime type to text/xml

Revision 2846 - Directory Listing - [select for diffs]
Modified Tue Jul 6 03:26:25 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2845 , to selected 3875
Handle depends_lib, master_port, and latest_link

Revision 2845 - Directory Listing - [select for diffs]
Modified Tue Jul 6 03:25:51 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2844 , to selected 3875
Display master/slave information

Revision 2844 - Directory Listing - [select for diffs]
Modified Tue Jul 6 03:25:18 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2843 , to selected 3875
Handle master/slave relationships

Revision 2843 - Directory Listing - [select for diffs]
Modified Mon Jul 5 19:37:41 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2842 , to selected 3875
Add latest_link

Revision 2842 - Directory Listing - [select for diffs]
Modified Mon Jul 5 19:37:25 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2841 , to selected 3875
add missing TR

Revision 2841 - Directory Listing - [select for diffs]
Modified Mon Jul 5 19:35:56 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2840 , to selected 3875
Ignore vacuum.sh

Revision 2840 - Directory Listing - [select for diffs]
Modified Mon Jul 5 19:35:06 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2839 , to selected 3875
add depends_lib, master_port, latest_link

Revision 2839 - Directory Listing - [select for diffs]
Modified Mon Jul 5 19:31:51 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2838 , to selected 3875
Process slave ports when the master port is updated.

Revision 2838 - Directory Listing - [select for diffs]
Modified Fri Jul 2 14:01:43 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2837 , to selected 3875
Fix typo.

Revision 2837 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:46:47 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2836 , to selected 3875
fix copyright
fix page title
add latest_link

Revision 2836 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:45:57 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2835 , to selected 3875
update copyright
add latest_list
fix page title

Revision 2835 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:44:00 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2834 , to selected 3875
update copyright
add latest_list

Revision 2834 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:22:22 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2833 , to selected 3875
update copyright
adjust whitespace
remove commented out code

Revision 2833 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:11:53 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2832 , to selected 3875
Include latest_link

Revision 2832 - Directory Listing - [select for diffs]
Modified Wed Jun 30 15:01:47 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2831 , to selected 3875
fix broken HTML

Revision 2831 - Directory Listing - [select for diffs]
Modified Wed Jun 30 14:59:29 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2830 , to selected 3875
Whitespace adjustments

Revision 2830 - Directory Listing - [select for diffs]
Modified Tue Jun 29 21:02:58 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2829 , to selected 3875
Set the ignore field of the ports table.

Revision 2829 - Directory Listing - [select for diffs]
Modified Tue Jun 29 20:59:28 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2828 , to selected 3875
Add ascending/descending to the sorting.

Revision 2828 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:58:16 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2827 , to selected 3875
For depends lists, display the list of ports using a function.
Display depends_lib

Revision 2827 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:55:49 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2826 , to selected 3875
Set User->id to zero instead of ''

Revision 2826 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:54:52 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2825 , to selected 3875
document master slave and add the package

Revision 2825 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:47:38 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2824 , to selected 3875
Back out the change.  The blank line code has been tested in production for
some time, but it's not thought to be necessary.  The error it is detecting
should not occur.  It may be better to fail with when this error occurs.

Revision 2824 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:44:40 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2823 , to selected 3875
Cater for blank lines.  this will be backed out soon.

Revision 2823 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:34:13 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2822 , to selected 3875
For a given master port, return all the slave ports.

Revision 2822 - Directory Listing - [select for diffs]
Modified Tue Jun 29 18:28:55 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2821 , to selected 3875
For each slave port, refresh its values from the master port.

Revision 2821 - Directory Listing - [select for diffs]
Modified Mon Jun 28 16:15:58 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2820 , to selected 3875
Set the depends_lib field

Revision 2820 - Directory Listing - [select for diffs]
Modified Tue Jun 22 14:59:09 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2819 , to selected 3875
Add is_slave_port and latest_link to the ports table

Revision 2819 - Directory Listing - [select for diffs]
Modified Sun Jun 20 14:38:32 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2818 , to selected 3875
This script sets the master_porta and latest_link fields of the ports table.

Revision 2818 - Directory Listing - [select for diffs]
Modified Fri Jun 18 15:22:12 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2817 , to selected 3875
Add stub for refreshing slave ports.

Revision 2817 - Directory Listing - [select for diffs]
Modified Wed Jun 16 10:36:38 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2816 , to selected 3875
Add the server name to the refresh URL

Revision 2816 - Directory Listing - [select for diffs]
Modified Thu Jun 10 15:21:07 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2815 , to selected 3875
<? => <?php

Revision 2815 - Directory Listing - [select for diffs]
Modified Wed Jun 9 13:28:22 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2814 , to selected 3875
replace ClearSlavePort(int) with ClearSlavePort(text)

Revision 2814 - Directory Listing - [select for diffs]
Modified Wed Jun 9 13:16:49 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2813 , to selected 3875
add comments

Revision 2813 - Directory Listing - [select for diffs]
Modified Wed Jun 9 13:13:17 2004 UTC (20 years, 9 months ago) by dan
Diff to previous 2812 , to selected 3875
add SetSlavePort(text, text), GetPort(text, text), ClearSlavePort(int)

Revision 2812 - Directory Listing - [select for diffs]
Modified Wed Jun 2 12:37:16 2004 UTC (20 years, 10 months ago) by dan
Diff to previous 2811 , to selected 3875
Allow the date in a commit message to be : or / delimited.
e.g. jeh         2001/12/04 05:22:26 PST
 or  jeh         2001-12-04 05:22:26 PST

Revision 2811 - Directory Listing - [select for diffs]
Modified Wed Jun 2 12:34:52 2004 UTC (20 years, 10 months ago) by dan
Diff to previous 2810 , to selected 3875
Allow user to sort output by either category or port (default).

Revision 2810 - Directory Listing - [select for diffs]
Modified Tue Jun 1 16:50:15 2004 UTC (20 years, 10 months ago) by dan
Diff to previous 2809 , to selected 3875
Add special searching for Ports I Maintain

Revision 2809 - Directory Listing - [select for diffs]
Modified Fri Apr 23 19:21:03 2004 UTC (20 years, 11 months ago) by dan
Diff to previous 2808 , to selected 3875
Use cvsup host not xeon host.

Revision 2808 - Directory Listing - [select for diffs]
Modified Thu Apr 22 11:37:48 2004 UTC (20 years, 11 months ago) by dan
Diff to previous 2807 , to selected 3875
remove debugging code which was stopping the reports.

Revision 2807 - Directory Listing - [select for diffs]
Modified Wed Apr 7 21:02:44 2004 UTC (21 years ago) by dan
Diff to previous 2806 , to selected 3875
Display security_notice_id
white space changes to align columns

Revision 2806 - Directory Listing - [select for diffs]
Modified Wed Apr 7 21:01:50 2004 UTC (21 years ago) by dan
Diff to previous 2805 , to selected 3875
Cater for security_notice_id

Revision 2805 - Directory Listing - [select for diffs]
Modified Wed Apr 7 21:00:49 2004 UTC (21 years ago) by dan
Diff to previous 2804 , to selected 3875
Display security notice link.

Revision 2804 - Directory Listing - [select for diffs]
Modified Wed Apr 7 15:04:37 2004 UTC (21 years ago) by dan
Diff to previous 2803 , to selected 3875
add security_notice_id to freshports_commit result set

Revision 2803 - Directory Listing - [select for diffs]
Modified Sat Apr 3 02:37:12 2004 UTC (21 years ago) by dan
Diff to previous 2802 , to selected 3875
Stop using In_array

Revision 2802 - Directory Listing - [select for diffs]
Modified Sat Apr 3 01:52:35 2004 UTC (21 years ago) by dan
Diff to previous 2801 , to selected 3875
Add forbidden, deprecated, ignore, and broken.

Revision 2801 - Directory Listing - [select for diffs]
Modified Sat Apr 3 01:42:47 2004 UTC (21 years ago) by dan
Diff to previous 2800 , to selected 3875
Add forbidden, deprecated, ignore, and broken.

Revision 2800 - Directory Listing - [select for diffs]
Modified Sat Apr 3 01:40:15 2004 UTC (21 years ago) by dan
Diff to previous 2799 , to selected 3875
whitespace only

Revision 2799 - Directory Listing - [select for diffs]
Modified Sat Apr 3 01:15:58 2004 UTC (21 years ago) by dan
Diff to previous 2798 , to selected 3875
Whitespace only

Revision 2798 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:32:38 2004 UTC (21 years ago) by dan
Diff to previous 2797 , to selected 3875
Comment out some debugging information.

Revision 2797 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:31:13 2004 UTC (21 years ago) by dan
Diff to previous 2796 , to selected 3875
Better examples

Revision 2796 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:30:19 2004 UTC (21 years ago) by dan
Diff to previous 2795 , to selected 3875
Remove directories no longer used

Revision 2795 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:26:54 2004 UTC (21 years ago) by dan
Diff to previous 2794 , to selected 3875
Catch up with the ports tree and remove this file, now replaced by a COMMENT
entry in the Makefile.

Revision 2794 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:26:05 2004 UTC (21 years ago) by dan
Diff to previous 2793 , to selected 3875
Bring up to date with a COMMENT entry.

Revision 2793 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:25:35 2004 UTC (21 years ago) by dan
Diff to previous 2792 , to selected 3875
Alter freshports_commit(text) to take a page size and offset.
Add freshports_commit_count_elements(text) which returns the number of rows.

Revision 2792 - Directory Listing - [select for diffs]
Modified Thu Apr 1 18:23:53 2004 UTC (21 years ago) by dan
Diff to previous 2791 , to selected 3875
Add paging to the output.
This will cater for very large commits (e.g. 3000 ports) which overwhelm PHP.

Revision 2791 - Directory Listing - [select for diffs]
Modified Tue Mar 30 20:17:24 2004 UTC (21 years ago) by dan
Diff to previous 2790 , to selected 3875
Remove

Revision 2790 - Directory Listing - [select for diffs]
Modified Tue Mar 30 20:16:33 2004 UTC (21 years ago) by dan
Diff to previous 2789 , to selected 3875
Remove this form our tree.

Revision 2789 - Directory Listing - [select for diffs]
Modified Wed Mar 24 13:01:41 2004 UTC (21 years ago) by dan
Diff to previous 2788 , to selected 3875
No need to email now

Revision 2788 - Directory Listing - [select for diffs]
Modified Mon Mar 22 22:09:27 2004 UTC (21 years ago) by dan
Diff to previous 2787 , to selected 3875
Update the Google page count

Revision 2787 - Directory Listing - [select for diffs]
Modified Mon Mar 22 20:34:06 2004 UTC (21 years ago) by dan
Diff to previous 2786 , to selected 3875
Start using ignore

Revision 2786 - Directory Listing - [select for diffs]
Modified Mon Mar 22 20:32:58 2004 UTC (21 years ago) by dan
Diff to previous 2785 , to selected 3875
A port can be marked as IGNORE.  Start processing that value from the makefile.
All makes now use: LOCALBASE=/nonexistentlocal X11BASE=/nonexistentx
This will allow ports marked as BROKEN to be queried as if they were being
loaded into a empty machine (i.e. no ports installed).

Idea from:     Oliver Eikemeier <eikemeier@fillmore-labs.com>
Brought up by: Thierry Thomas <thierry@pompo.net>

Revision 2785 - Directory Listing - [select for diffs]
Modified Mon Mar 22 20:29:47 2004 UTC (21 years ago) by dan
Diff to previous 2784 , to selected 3875
add ignore

Revision 2784 - Directory Listing - [select for diffs]
Modified Mon Mar 22 20:28:47 2004 UTC (21 years ago) by dan
Diff to previous 2783 , to selected 3875
Add ignored to the website

Revision 2783 - Directory Listing - [select for diffs]
Modified Mon Mar 22 19:32:14 2004 UTC (21 years ago) by dan
Diff to previous 2782 , to selected 3875
Add deprecated and ignore

Revision 2782 - Directory Listing - [select for diffs]
Modified Mon Mar 22 19:12:09 2004 UTC (21 years ago) by dan
Diff to previous 2781 , to selected 3875
Better format this output.
Group them by Date

Revision 2781 - Directory Listing - [select for diffs]
Modified Mon Mar 22 19:09:20 2004 UTC (21 years ago) by dan
Diff to previous 2780 , to selected 3875
remove USERS as it was not used.

Revision 2780 - Directory Listing - [select for diffs]
Modified Mon Mar 22 19:01:08 2004 UTC (21 years ago) by dan
Diff to previous 2779 , to selected 3875
For all <category>/<port> pages, do not follow links.

Revision 2779 - Directory Listing - [select for diffs]
Modified Mon Mar 22 18:58:22 2004 UTC (21 years ago) by dan
Diff to previous 2778 , to selected 3875
Provide a method for adding nofollow and noindex tags.  There is far too
much information on FreshPorts for every link to be indexed.

Revision 2778 - Directory Listing - [select for diffs]
Modified Mon Mar 22 18:53:24 2004 UTC (21 years ago) by dan
Diff to previous 2777 , to selected 3875
Disallow several more pages

Revision 2777 - Directory Listing - [select for diffs]
Modified Mon Mar 22 18:42:33 2004 UTC (21 years ago) by dan
Diff to previous 2776 , to selected 3875
whitespace only

Revision 2776 - Directory Listing - [select for diffs]
Modified Mon Mar 22 16:41:02 2004 UTC (21 years ago) by dan
Diff to previous 2775 , to selected 3875
& are appearing as &amp; in the URLs.  This should not be so.
Correct that.

Revision 2775 - Directory Listing - [select for diffs]
Modified Sat Feb 28 20:19:09 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2774 , to selected 3875
Correctly state whether or not committer notifications are enabled.

Revision 2774 - Directory Listing - [select for diffs]
Modified Wed Feb 25 20:32:09 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2773 , to selected 3875
HTML nit

Revision 2773 - Directory Listing - [select for diffs]
Modified Wed Feb 25 20:31:54 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2772 , to selected 3875
Add link to root directory

Revision 2772 - Directory Listing - [select for diffs]
Modified Wed Feb 25 20:31:12 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2771 , to selected 3875
add

Revision 2771 - Directory Listing - [select for diffs]
Modified Wed Feb 25 12:55:20 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2770 , to selected 3875
remove debugging echo.

Revision 2770 - Directory Listing - [select for diffs]
Modified Mon Feb 23 03:09:43 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2769 , to selected 3875
forced commit to correct previous commit message
this script now handles the deprecated field.

Revision 2769 - Directory Listing - [select for diffs]
Modified Mon Feb 23 03:06:34 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2768 , to selected 3875
Handle hourly stats

Revision 2768 - Directory Listing - [select for diffs]
Modified Mon Feb 23 03:06:07 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2767 , to selected 3875
Handle the ports.deprecated table

Revision 2767 - Directory Listing - [select for diffs]
Modified Mon Feb 23 02:19:58 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2766 , to selected 3875
Add a list of deprecated port

Revision 2766 - Directory Listing - [select for diffs]
Modified Sun Feb 22 15:58:29 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2765 , to selected 3875
handle the new ports.deprecated field

Revision 2765 - Directory Listing - [select for diffs]
Modified Sun Feb 22 15:57:02 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2764 , to selected 3875
Handle the new port.deprecated field.

Revision 2764 - Directory Listing - [select for diffs]
Modified Sun Feb 22 15:56:37 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2763 , to selected 3875
What to do when you can't add a port to your watch list.

Revision 2763 - Directory Listing - [select for diffs]
Modified Sun Feb 22 14:54:53 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2762 , to selected 3875
Add depcreated icon.

Revision 2762 - Directory Listing - [select for diffs]
Modified Sun Feb 22 14:54:43 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2761 , to selected 3875
do not htmlify announcements.  They may already contain HTML.
Add deprecated icon.

Revision 2761 - Directory Listing - [select for diffs]
Modified Mon Feb 16 16:15:49 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2760 , to selected 3875
Now that we have backend/announcements.php, we have no need for announcements.txt

Revision 2760 - Directory Listing - [select for diffs]
Modified Fri Feb 13 18:02:20 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2759 , to selected 3875
reverse last commit, done in error.

Revision 2759 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:53:08 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2758 , to selected 3875
HTML nits

Revision 2758 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:51:14 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2757 , to selected 3875
HTML nits

Revision 2757 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:45:29 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2756 , to selected 3875
HTML nit

Revision 2756 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:44:05 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2755 , to selected 3875
HTML nit

Revision 2755 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:41:50 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2754 , to selected 3875
HTML nits

Revision 2754 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:30:31 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2753 , to selected 3875
Show the column headings only once

Revision 2753 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:24:18 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2752 , to selected 3875
status -> security_notice_status_id

Revision 2752 - Directory Listing - [select for diffs]
Modified Fri Feb 13 17:15:31 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2751 , to selected 3875
rename status to security_notice_status_id

Revision 2751 - Directory Listing - [select for diffs]
Modified Fri Feb 13 16:44:14 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2750 , to selected 3875
status -> security_notice_status_id
expand information returned by Fetch

Revision 2750 - Directory Listing - [select for diffs]
Modified Fri Feb 13 16:43:39 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2749 , to selected 3875
status -> security_notice_status_id

Revision 2749 - Directory Listing - [select for diffs]
Modified Fri Feb 13 16:43:08 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2748 , to selected 3875
security_notice[_audit].status becomes security_notice_status_id

Revision 2748 - Directory Listing - [select for diffs]
Modified Fri Feb 13 16:41:19 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2747 , to selected 3875
Add some nowraps
Remove references to UserAlt, no longer used

Revision 2747 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:58:17 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2746 , to selected 3875
upgrade instructions for security_notice*

Revision 2746 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:43:49 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2745 , to selected 3875
Populate security_notice_status

Revision 2745 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:40:05 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2744 , to selected 3875
Create security_notice_status

Revision 2744 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:21:16 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2743 , to selected 3875
Ability to view all security notices.

Revision 2743 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:15:47 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2742 , to selected 3875
Define $ShowAnnouncements as global.
Define WRAPCOMMITSATCOLUMN if not defined.
htmlify the announcement text.

Revision 2742 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:13:40 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2741 , to selected 3875
Cater for various states of security notices

Revision 2741 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:10:13 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2740 , to selected 3875
Alter SecurityNoticeCreate to take a status field

Revision 2740 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:09:27 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2739 , to selected 3875
Add FetchByStatus, GetStatus, and FetchNth.

Revision 2739 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:08:37 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2738 , to selected 3875
only include those security notices which are Active.

Revision 2738 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:07:54 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2737 , to selected 3875
Only include those security notices which are Active.

Revision 2737 - Directory Listing - [select for diffs]
Modified Fri Feb 13 15:06:51 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2736 , to selected 3875
Add GetAllActive

Revision 2736 - Directory Listing - [select for diffs]
Modified Tue Feb 10 15:54:14 2004 UTC (21 years, 1 month ago) by dan
Diff to previous 2735 , to selected 3875
Based up on report-notifications.pl, this script does not need to refer to
report_frequency because it is run on demand.
We refer to security_notice.date_added not commit_log.date_added
The next step is to remove all reference to frequency.

Revision 2735 - Directory Listing - [select for diffs]
Modified Sat Feb 7 15:15:55 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2734 , to selected 3875
fix html

Revision 2734 - Directory Listing - [select for diffs]
Modified Sat Feb 7 15:15:29 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2733 , to selected 3875
Add OFFLINE example

Revision 2733 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:33:47 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2732 , to selected 3875
Add

Revision 2732 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:31:24 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2731 , to selected 3875
Start using online

Revision 2731 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:30:09 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2730 , to selected 3875
improve reporting, use Online

Revision 2730 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:29:24 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2729 , to selected 3875
Improve report

Revision 2729 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:26:09 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2728 , to selected 3875
Start using OFFLINE

Revision 2728 - Directory Listing - [select for diffs]
Modified Sat Feb 7 06:24:55 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2727 , to selected 3875
Start using system_status.
delete records more than 7 days old

Revision 2727 - Directory Listing - [select for diffs]
Modified Thu Feb 5 20:27:57 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2726 , to selected 3875
Cater for IE and pressing ENTER on forms.
see http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html
 or http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html

Revision 2726 - Directory Listing - [select for diffs]
Modified Wed Feb 4 16:20:04 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2725 , to selected 3875
Include a count of the number of ports touched by this commit

Revision 2725 - Directory Listing - [select for diffs]
Modified Wed Feb 4 05:24:39 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2724 , to selected 3875
Only email the committer if they are opted in

Revision 2724 - Directory Listing - [select for diffs]
Modified Mon Feb 2 22:35:12 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2723 , to selected 3875
Remove shadow introduced via CONTROL-W

Revision 2723 - Directory Listing - [select for diffs]
Modified Sat Jan 31 13:40:13 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2722 , to selected 3875
Reflect changes made to .PDM file:
- announcements table dates do not have time zone
- page_load_summary now has a total and users field

Revision 2722 - Directory Listing - [select for diffs]
Modified Sat Jan 31 13:35:39 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2721 , to selected 3875
Provide instructions for latest changes to page_load_summary

Revision 2721 - Directory Listing - [select for diffs]
Modified Sat Jan 31 13:35:21 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2720 , to selected 3875
Rename fields in page_load_summary to make more sense

Revision 2720 - Directory Listing - [select for diffs]
Modified Sat Jan 31 13:07:06 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2719 , to selected 3875
Remove Chello notice now that Chello are no longer blocking our email.

Revision 2719 - Directory Listing - [select for diffs]
Modified Sat Jan 31 12:03:28 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2718 , to selected 3875
Correct diagnostic message:
User Creation -> User Token Sent

Revision 2718 - Directory Listing - [select for diffs]
Modified Fri Jan 30 18:35:31 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2717 , to selected 3875
Adjust header and copyright date

Revision 2717 - Directory Listing - [select for diffs]
Modified Fri Jan 30 00:16:57 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2716 , to selected 3875
If MessageID is not found in the message, say so, and abort.

Revision 2716 - Directory Listing - [select for diffs]
Modified Thu Jan 29 23:58:25 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2715 , to selected 3875
Better explanations about commit_log_ports_elements

Revision 2715 - Directory Listing - [select for diffs]
Modified Thu Jan 29 23:58:00 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2714 , to selected 3875
Find a better way to do
FUNCTION freshports_commit(text) RETURNS SETOF freshports_commit_record
This was taking two minutes for commits such as
200401291613.i0TGD7Wu024303@repoman.freebsd.org

Revision 2714 - Directory Listing - [select for diffs]
Modified Thu Jan 29 16:30:39 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2713 , to selected 3875
Move the "This message was generated..." phrase to the bottom of the email.

Revision 2713 - Directory Listing - [select for diffs]
Modified Thu Jan 29 16:28:45 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2712 , to selected 3875
whitespace and cap changes

Revision 2712 - Directory Listing - [select for diffs]
Modified Thu Jan 29 16:28:02 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2711 , to selected 3875
Security Report ID should be 5, not 6

Revision 2711 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:53:36 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2710 , to selected 3875
Add function AnnouncementsGet

Revision 2710 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:53:23 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2709 , to selected 3875
Give permission to announcements

Revision 2709 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:29:29 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2708 , to selected 3875
Add announcements.pm

Revision 2708 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:29:11 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2707 , to selected 3875
Start using FreshPorts::ReportConstants::Footer

Revision 2707 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:27:43 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2706 , to selected 3875
whitespace

Revision 2706 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:27:24 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2705 , to selected 3875
remove dirname which was unused

Revision 2705 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:25:05 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2704 , to selected 3875
remove maxlength and dirname, which were unused

Revision 2704 - Directory Listing - [select for diffs]
Modified Thu Jan 29 15:21:06 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2703 , to selected 3875
Update copyright.
move WatchURL, ReportSubscriptionURL here from various report scripts
Create FreshPorts::ReportConstants::Footer

Revision 2703 - Directory Listing - [select for diffs]
Modified Sun Jan 25 15:42:06 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2702 , to selected 3875
Add more stuff

Revision 2702 - Directory Listing - [select for diffs]
Modified Tue Jan 13 15:08:47 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2701 , to selected 3875
Remove a syslog call.

Revision 2701 - Directory Listing - [select for diffs]
Modified Tue Jan 13 12:51:52 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2700 , to selected 3875
Replace the old PostgreSQL logo with the new one
Rearrange the logos for better viewing pleasure.

Revision 2700 - Directory Listing - [select for diffs]
Modified Mon Jan 12 21:29:14 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2699 , to selected 3875
permissions for page_load_summary + page_load_details

Revision 2699 - Directory Listing - [select for diffs]
Modified Mon Jan 12 21:03:21 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2698 , to selected 3875
For the page_load_summary table, reflect changes in column names
and change the way we count things.

Revision 2698 - Directory Listing - [select for diffs]
Modified Mon Jan 12 21:02:40 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2697 , to selected 3875
In the page_load_summary table:
   remove defaults for user and non_users
   rename non_users to total
   add rendering_time_min and rendering_time_max

In the page_load_detail table:
   split timestamp into two fields: date and time.
   remove NOT NULL on user_id column

Revision 2697 - Directory Listing - [select for diffs]
Modified Mon Jan 12 19:02:50 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2696 , to selected 3875
Add entry for daily rendering job

Revision 2696 - Directory Listing - [select for diffs]
Modified Mon Jan 12 19:02:25 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2695 , to selected 3875
Remove unused code

Revision 2695 - Directory Listing - [select for diffs]
Modified Mon Jan 12 19:02:05 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2694 , to selected 3875
Script called by cronjob.

Revision 2694 - Directory Listing - [select for diffs]
Modified Mon Jan 12 19:01:49 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2693 , to selected 3875
Script for creating summary for daily totals.

Revision 2693 - Directory Listing - [select for diffs]
Modified Sat Jan 10 17:10:37 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2692 , to selected 3875
We don't need to set the search path here.

Revision 2692 - Directory Listing - [select for diffs]
Modified Sat Jan 10 15:32:34 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2691 , to selected 3875
Add custom functions

Revision 2691 - Directory Listing - [select for diffs]
Modified Sat Jan 10 15:32:14 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2690 , to selected 3875
Update header, remove commented out code

Revision 2690 - Directory Listing - [select for diffs]
Modified Fri Jan 9 19:22:57 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2689 , to selected 3875
Add instructions for converting page_load_detail table

Revision 2689 - Directory Listing - [select for diffs]
Modified Fri Jan 9 19:22:33 2004 UTC (21 years, 2 months ago) by dan
Diff to previous 2688 , to selected 3875
in page_load_summary:
  - rename name to page_name
  - add rendering_time_min and rendering_time_max

in page_load_detail
  - break timestamp into date and time fields
  - user_id can be null

Revision 2688 - Directory Listing - [select for diffs]
Modified Wed Jan 7 12:47:50 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2687 , to selected 3875
update headers

Revision 2687 - Directory Listing - [select for diffs]
Modified Tue Jan 6 13:46:21 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2686 , to selected 3875
Use LatestCommits in the new fashion.

Revision 2686 - Directory Listing - [select for diffs]
Modified Tue Jan 6 13:45:07 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2685 , to selected 3875
Remove references to external variables by providing hooks to set
these values.

Revision 2685 - Directory Listing - [select for diffs]
Modified Tue Jan 6 13:42:55 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2684 , to selected 3875
When determining whether or not a port is on a watch list, consider only
those watch lists which are in service.

Revision 2684 - Directory Listing - [select for diffs]
Modified Mon Jan 5 05:02:07 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2683 , to selected 3875
fix the broken regex for the ports tree

Revision 2683 - Directory Listing - [select for diffs]
Modified Mon Jan 5 04:36:33 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2682 , to selected 3875
Move comments closed to relevant code

Revision 2682 - Directory Listing - [select for diffs]
Modified Sun Jan 4 00:59:26 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2681 , to selected 3875
Differentiate between from and to.

Revision 2681 - Directory Listing - [select for diffs]
Modified Fri Jan 2 18:16:47 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2680 , to selected 3875
Remove NOTIFY commands

Revision 2680 - Directory Listing - [select for diffs]
Modified Fri Jan 2 18:07:34 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2679 , to selected 3875
Update samples

Revision 2679 - Directory Listing - [select for diffs]
Modified Fri Jan 2 18:01:51 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2678 , to selected 3875
Fetch all files.  Let the called routine validate the files.

Revision 2678 - Directory Listing - [select for diffs]
Modified Fri Jan 2 18:01:21 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2677 , to selected 3875
Fetch only files within the ports tree.

Revision 2677 - Directory Listing - [select for diffs]
Modified Thu Jan 1 14:21:53 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2676 , to selected 3875
Better handle the case of no watch lists

Revision 2676 - Directory Listing - [select for diffs]
Modified Thu Jan 1 14:00:01 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2675 , to selected 3875
Update COPYRIGHTYEARS

Revision 2675 - Directory Listing - [select for diffs]
Modified Thu Jan 1 13:59:52 2004 UTC (21 years, 3 months ago) by dan
Diff to previous 2674 , to selected 3875
use COPYRIGHTYEARS

Revision 2674 - Directory Listing - [select for diffs]
Modified Wed Dec 31 22:49:49 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2673 , to selected 3875
Start using special processing

Revision 2673 - Directory Listing - [select for diffs]
Modified Wed Dec 31 22:49:38 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2672 , to selected 3875
special processing for special files

Revision 2672 - Directory Listing - [select for diffs]
Modified Wed Dec 31 22:49:12 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2671 , to selected 3875
Add more samples

Revision 2671 - Directory Listing - [select for diffs]
Modified Wed Dec 31 22:48:58 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2670 , to selected 3875
Whitespace adjustement

Revision 2670 - Directory Listing - [select for diffs]
Modified Wed Dec 31 22:48:40 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2669 , to selected 3875
cronjob

Revision 2669 - Directory Listing - [select for diffs]
Modified Wed Dec 31 20:29:01 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2668 , to selected 3875
remove unused code
empty table before filling it

Revision 2668 - Directory Listing - [select for diffs]
Modified Wed Dec 31 17:15:30 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2667 , to selected 3875
use chomp

Revision 2667 - Directory Listing - [select for diffs]
Modified Wed Dec 31 17:00:32 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2666 , to selected 3875
Document Port Moves

Revision 2666 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:50:20 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2665 , to selected 3875
Use == not =

Revision 2665 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:43:03 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2664 , to selected 3875
Show from and to moves.

Revision 2664 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:42:43 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2663 , to selected 3875
Don't include classes/ports_moved.php
Include ressurected as an option

Revision 2663 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:41:58 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2662 , to selected 3875
Add from and to moves.

Revision 2662 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:09:31 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2661 , to selected 3875
Insert the stuff into the database

Revision 2661 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:08:04 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2660 , to selected 3875
permission for ports_moved

Revision 2660 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:06:20 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2659 , to selected 3875
Display Ports moves details

Revision 2659 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:06:03 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2658 , to selected 3875
Add function freshports_PortsMoved which displays a single line for PortsMoved.

Revision 2658 - Directory Listing - [select for diffs]
Modified Wed Dec 31 16:05:34 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2657 , to selected 3875
Handle ports_moved table

Revision 2657 - Directory Listing - [select for diffs]
Modified Wed Dec 31 01:51:02 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2656 , to selected 3875
First cut.  Needs to start using stored procedure PortsMovedAdd.

Revision 2656 - Directory Listing - [select for diffs]
Modified Wed Dec 31 01:49:52 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2655 , to selected 3875
Add PortsMovedAdd

Revision 2655 - Directory Listing - [select for diffs]
Modified Wed Dec 31 01:16:45 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2654 , to selected 3875
Improve the error reporting for corrupted commits.

Revision 2654 - Directory Listing - [select for diffs]
Modified Tue Dec 30 17:33:18 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2653 , to selected 3875
ports_moved : make from_port_id not null.  Add Date, Reason

Revision 2653 - Directory Listing - [select for diffs]
Modified Tue Dec 30 14:08:12 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2652 , to selected 3875
Allow nulls on ports_moved.{from_port_id|to_port_id}
I suspect from_port_id cannot be NULL, but we'll adjust that later if need be.

Revision 2652 - Directory Listing - [select for diffs]
Modified Tue Dec 30 13:53:37 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2651 , to selected 3875
Improve the index on page_load_detail
Add ports_moved table to reflect /usr/ports/MOVED

Revision 2651 - Directory Listing - [select for diffs]
Modified Mon Dec 29 13:53:26 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2650 , to selected 3875
Warn them about chello

Revision 2650 - Directory Listing - [select for diffs]
Modified Sun Dec 21 14:13:31 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2649 , to selected 3875
Forced commit to correct previous commit message:
If no watch lists are in service return the first one ordered by name.

Revision 2649 - Directory Listing - [select for diffs]
Modified Sun Dec 21 14:12:52 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2648 , to selected 3875
If no watch lists are in service return the first one which is in service.

Revision 2648 - Directory Listing - [select for diffs]
Modified Sat Dec 20 03:23:22 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2647 , to selected 3875
Use port_revision and port_version, not revision and version.

Revision 2647 - Directory Listing - [select for diffs]
Modified Fri Dec 19 17:12:19 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2646 , to selected 3875
Refer to it as a freefall login, not a committer id.
Fill in the freefall login by default.

Revision 2646 - Directory Listing - [select for diffs]
Modified Fri Dec 19 13:54:38 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2645 , to selected 3875
Forced commit to fix previous commit message.
Track duplicate file names in case of corrupted commit messages.

Revision 2645 - Directory Listing - [select for diffs]
Modified Fri Dec 19 13:53:24 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2644 , to selected 3875
ignore status.pm

Revision 2644 - Directory Listing - [select for diffs]
Modified Fri Dec 19 13:53:03 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2643 , to selected 3875
improve error collection

Revision 2643 - Directory Listing - [select for diffs]
Modified Fri Dec 19 13:52:42 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2642 , to selected 3875
Display the Port name and the error beneath it.

Revision 2642 - Directory Listing - [select for diffs]
Modified Mon Dec 15 13:53:27 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2641 , to selected 3875
add a missing fetch row.

Revision 2641 - Directory Listing - [select for diffs]
Modified Mon Dec 15 13:20:52 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2640 , to selected 3875
Adjust the way we determine GetDefaultWatchListID.
Change a 0 to $i.

Revision 2640 - Directory Listing - [select for diffs]
Modified Mon Dec 15 13:18:27 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2639 , to selected 3875
Only call syslog if we don't have a WLID.

Revision 2639 - Directory Listing - [select for diffs]
Modified Mon Dec 15 13:18:00 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2638 , to selected 3875
Adjust syslog calls now that we've found a bug.

Revision 2638 - Directory Listing - [select for diffs]
Modified Sun Dec 14 15:49:19 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2637 , to selected 3875
Correct typo
Correct hosting location

Revision 2637 - Directory Listing - [select for diffs]
Modified Fri Dec 12 13:03:09 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2636 , to selected 3875
Add notes about the apology

Revision 2636 - Directory Listing - [select for diffs]
Modified Thu Dec 11 19:58:45 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2635 , to selected 3875
Remove freshports.net.adminforum.se.jpg as requested by John Angelmo

Revision 2635 - Directory Listing - [select for diffs]
Modified Wed Dec 10 13:31:04 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2634 , to selected 3875
Mention the registrar lock

Revision 2634 - Directory Listing - [select for diffs]
Modified Wed Dec 10 13:08:43 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2633 , to selected 3875
Add two syslogs to track down a problem.

Revision 2633 - Directory Listing - [select for diffs]
Modified Wed Dec 10 13:08:16 2003 UTC (21 years, 3 months ago) by dan
Diff to previous 2632 , to selected 3875
Add a syslog to track down a problem.

Revision 2632 - Directory Listing - [select for diffs]
Modified Sun Dec 7 20:10:50 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2631 , to selected 3875
Set $PortCount earlier in the code so it always has a value.
Be more careful when reseting the array, which may not have a value if
the entire page was not sent back to the user.

Revision 2631 - Directory Listing - [select for diffs]
Modified Sat Dec 6 11:12:29 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2630 , to selected 3875
correct typo

Revision 2630 - Directory Listing - [select for diffs]
Modified Fri Dec 5 16:54:38 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2629 , to selected 3875
Add link to freebsddiary article

Revision 2629 - Directory Listing - [select for diffs]
Modified Fri Dec 5 16:15:59 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2628 , to selected 3875
remove outdated comment

Revision 2628 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:52:19 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2627 , to selected 3875
Add remaining email

Revision 2627 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:36:52 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2626 , to selected 3875
Add this

Revision 2626 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:36:03 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2625 , to selected 3875
Add msn.com image

Revision 2625 - Directory Listing - [select for diffs]
Modified Fri Dec 5 02:56:25 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2624 , to selected 3875
blur the email address

Revision 2624 - Directory Listing - [select for diffs]
Modified Fri Dec 5 00:24:47 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2623 , to selected 3875
more email

Revision 2623 - Directory Listing - [select for diffs]
Modified Fri Dec 5 00:15:20 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2622 , to selected 3875
more fraud

Revision 2622 - Directory Listing - [select for diffs]
Modified Fri Dec 5 00:09:34 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2621 , to selected 3875
remove extra links

Revision 2621 - Directory Listing - [select for diffs]
Modified Fri Dec 5 00:08:40 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2620 , to selected 3875
fraud

Revision 2620 - Directory Listing - [select for diffs]
Modified Fri Dec 5 00:02:09 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2619 , to selected 3875
tabs, not spaces.

Revision 2619 - Directory Listing - [select for diffs]
Modified Thu Dec 4 23:53:28 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2618 , to selected 3875
Cope with freshports.net fraud

Revision 2618 - Directory Listing - [select for diffs]
Modified Thu Dec 4 23:33:41 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2617 , to selected 3875
fraud

Revision 2617 - Directory Listing - [select for diffs]
Modified Thu Dec 4 23:06:20 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2616 , to selected 3875
Updates

Revision 2616 - Directory Listing - [select for diffs]
Modified Thu Dec 4 22:52:01 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2615 , to selected 3875
fraud

Revision 2615 - Directory Listing - [select for diffs]
Modified Thu Dec 4 22:30:18 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2614 , to selected 3875
Add fraud images

Revision 2614 - Directory Listing - [select for diffs]
Modified Thu Dec 4 14:43:09 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2613 , to selected 3875
Fix typo provided by Ceri Davies <ceri@FreeBSD.org>

Revision 2613 - Directory Listing - [select for diffs]
Modified Mon Dec 1 18:32:33 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2612 , to selected 3875
When a new user is created, a watch list is automatically created too.
When this is done, ensure the in_service flag is set to true.  Otherewise,
they can't start adding things to their watch list.

See classes/watch_list_element.php::AddToDefault($UserID, $ElementID).

Revision 2612 - Directory Listing - [select for diffs]
Modified Mon Dec 1 18:27:17 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2611 , to selected 3875
Use _REQUEST instead of _POST.
set $error to '' not 0.

Revision 2611 - Directory Listing - [select for diffs]
Modified Mon Dec 1 18:26:23 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2610 , to selected 3875
Remove some redudant debugging code.

Revision 2610 - Directory Listing - [select for diffs]
Modified Mon Dec 1 18:17:47 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2609 , to selected 3875
Use $UserID instead of $User->id

Revision 2609 - Directory Listing - [select for diffs]
Modified Mon Dec 1 16:58:29 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2608 , to selected 3875
If user details cannot be found, remove their cookie and log details.

Revision 2608 - Directory Listing - [select for diffs]
Modified Sat Nov 29 15:40:48 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2607 , to selected 3875
white space changes (tab align, convert space to tabs etc)
remove commented out code

Revision 2607 - Directory Listing - [select for diffs]
Modified Fri Nov 28 16:26:05 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2606 , to selected 3875
Add code for PR 1234, from Marcin Gryszkalis

Revision 2606 - Directory Listing - [select for diffs]
Modified Fri Nov 28 16:25:28 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2605 , to selected 3875
Add test for PR 1243

Revision 2605 - Directory Listing - [select for diffs]
Modified Fri Nov 28 00:17:41 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2604 , to selected 3875
Let's not use $HTML.= anymore.  Just echo.  It can be 20s faster for 2000 ports
 4429 | 2003-11-27 19:16:20.067438 | /watch.php | 1 | 192.168.0.99 | 00:00:52.00862
 4427 | 2003-11-27 19:14:24.64815  | /watch.php | 1 | 192.168.0.99 | 00:00:28.657504

Revision 2604 - Directory Listing - [select for diffs]
Modified Thu Nov 27 22:38:19 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2603 , to selected 3875
Put port count at the top as well as the bottom of the page.

Revision 2603 - Directory Listing - [select for diffs]
Modified Thu Nov 27 20:15:46 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2602 , to selected 3875
add element_id to the freshports_commit_record data type.

Revision 2602 - Directory Listing - [select for diffs]
Modified Thu Nov 27 19:54:30 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2601 , to selected 3875
If we don't know what we're adding/removing, then die.
Improve debugging information.
Remove commented out code.

Revision 2601 - Directory Listing - [select for diffs]
Modified Thu Nov 27 16:55:49 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2600 , to selected 3875
Do not write to $User->id.  Instead, use $UserID.

Revision 2600 - Directory Listing - [select for diffs]
Modified Thu Nov 27 16:06:33 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2599 , to selected 3875
Some whitespace adjustments
Call FetchByElementID instead of FetchByID.  And supply UserID.

Revision 2599 - Directory Listing - [select for diffs]
Modified Thu Nov 27 16:03:24 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2598 , to selected 3875
Supply the UserID when calling FetchByElementID

Revision 2598 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:29:56 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2597 , to selected 3875
Mention that some parameters are no longer available.

Revision 2597 - Directory Listing - [select for diffs]
Modified Wed Nov 26 17:29:04 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2596 , to selected 3875
If there is no message id for file.php, don't do anything.

Revision 2596 - Directory Listing - [select for diffs]
Modified Wed Nov 26 15:56:14 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2595 , to selected 3875
Remove commit which we don't need.

Revision 2595 - Directory Listing - [select for diffs]
Modified Wed Nov 26 13:45:18 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2594 , to selected 3875
Ensure you call AddSlashes.  I noticed this problem because of this error:
2003-11-26 05:43:12 [82327]  ERROR:  parser: parse error at or near "cgi" at character 41

And was able to reproduce it by using this URL:
%20+%20base%20+%20'cgi-bin/ads/'%20+%20%20%20adcode%20+%20'.cgi'%20+%20Tv%20+%20%20%20

Revision 2594 - Directory Listing - [select for diffs]
Modified Mon Nov 24 16:39:57 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2593 , to selected 3875
Add a status check on the queues.  If anything turns up in the retry queue,
let the admin know.

Revision 2593 - Directory Listing - [select for diffs]
Modified Mon Nov 24 00:32:35 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2592 , to selected 3875
Fix incorrect pkg_info options.  Submitted by Lawrence You <lyou@pacbell.net>

Revision 2592 - Directory Listing - [select for diffs]
Modified Fri Nov 21 15:09:42 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2591 , to selected 3875
Verify that WEBSITEURL is defined.

Revision 2591 - Directory Listing - [select for diffs]
Modified Fri Nov 21 15:03:08 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2590 , to selected 3875
If the cache file exists, use it. Otherwise, go from scratch.

Revision 2590 - Directory Listing - [select for diffs]
Modified Fri Nov 21 15:01:26 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2589 , to selected 3875
See www/news.php for more history on this file.

Revision 2589 - Directory Listing - [select for diffs]
Modified Fri Nov 21 14:37:26 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2588 , to selected 3875
Update the number of google pages.

Revision 2588 - Directory Listing - [select for diffs]
Modified Fri Nov 21 14:35:43 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2587 , to selected 3875
Save the statistics.

Revision 2587 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:33:05 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2586 , to selected 3875
This creates the cache file used by www/index.php

Revision 2586 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:32:09 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2585 , to selected 3875
Start using $_SERVER['DOCUMENT_ROOT'] . '/../caching/cache/news.rss

Revision 2585 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:27:12 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2584 , to selected 3875
Start using new classes/commit_record.php

Revision 2584 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:26:14 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2583 , to selected 3875
Code for displaying the last N commits.
Moved here from www/index.php

Revision 2583 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:21:00 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2582 , to selected 3875
Remove commit_log_port_elements which has been replaced by commit_log_ports_elements
Add index commit_log_ports_elements_clid on
           commit_log_ports_elements (commit_log_id)

Revision 2582 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:19:45 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2581 , to selected 3875
Limit the join on commit_log_ports_elements to those
commits > latest_commits_ports_anchor()

Revision 2581 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:17:18 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2580 , to selected 3875
add cache-refresh.sh

Revision 2580 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:16:46 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2579 , to selected 3875
When processing a commit, check to see if the Makefile is there.  If it isn't,
error out and mention that if this is a repocopy, please ignore this error.
While here, put the Makefile pathname into $Makefile, and stop repeating
the use of MakefileDirectory/$FreshPorts::Constants::FILE_MAKEFILE

Revision 2579 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:14:00 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2578 , to selected 3875
Add the hostname and database name into the mail headers

Revision 2578 - Directory Listing - [select for diffs]
Modified Thu Nov 20 14:13:03 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2577 , to selected 3875
whitespace

Revision 2577 - Directory Listing - [select for diffs]
Modified Tue Nov 18 20:56:31 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2576 , to selected 3875
include upgrade instructions

Revision 2576 - Directory Listing - [select for diffs]
Modified Fri Nov 14 18:04:20 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2575 , to selected 3875
Refresh the cached files

Revision 2575 - Directory Listing - [select for diffs]
Modified Fri Nov 14 17:59:23 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2574 , to selected 3875
Keep the error message with the port name
Always CC the system admin on sanity errors

Revision 2574 - Directory Listing - [select for diffs]
Modified Fri Nov 14 17:58:26 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2573 , to selected 3875
Improve error reporting by including port/category.
Only report the error if the error file is > 0 and the result is zero

Revision 2573 - Directory Listing - [select for diffs]
Modified Fri Nov 14 17:56:06 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2572 , to selected 3875
Add: WEBSITEURL CACHEDIR STAGINGDIR

Revision 2572 - Directory Listing - [select for diffs]
Modified Fri Nov 14 17:53:06 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2571 , to selected 3875
remove references to commits_latest.

Revision 2571 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:47:07 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2570 , to selected 3875
remember to create commit_log_ports_elements

Revision 2570 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:46:11 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2569 , to selected 3875
Add tables for statistics

Revision 2569 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:42:49 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2568 , to selected 3875
When displaying the page footer, save the Statistics object away.

Revision 2568 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:42:03 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2567 , to selected 3875
Create the new Statistics object
whitespace adjustments

Revision 2567 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:40:44 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2566 , to selected 3875
Set the database handle for the Statistics object.

Revision 2566 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:40:15 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2565 , to selected 3875
Add permissions for page_load_detail table

Revision 2565 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:39:49 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2564 , to selected 3875
Add instructions for creating disk caching directories

Revision 2564 - Directory Listing - [select for diffs]
Modified Fri Nov 14 04:38:52 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2563 , to selected 3875
Functions for saving data on page rendering times

Revision 2563 - Directory Listing - [select for diffs]
Modified Tue Nov 11 16:44:39 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2562 , to selected 3875
Use an absolute path to the poppy so it works from within the Phorums

Revision 2562 - Directory Listing - [select for diffs]
Modified Tue Nov 11 16:39:46 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2561 , to selected 3875
On Nov 11, show a poppy

Revision 2561 - Directory Listing - [select for diffs]
Modified Tue Nov 11 16:38:32 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2560 , to selected 3875
Add a poppy

Revision 2560 - Directory Listing - [select for diffs]
Modified Tue Nov 11 16:29:16 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2559 , to selected 3875
Fix a typo

Revision 2559 - Directory Listing - [select for diffs]
Modified Tue Nov 11 16:28:39 2003 UTC (21 years, 4 months ago) by dan
Diff to previous 2558 , to selected 3875
Add std headers

Revision 2558 - Directory Listing - [select for diffs]
Modified Sat Nov 8 16:20:51 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2557 , to selected 3875
use commit_log_ports_elements, not commit_log_ports

Revision 2557 - Directory Listing - [select for diffs]
Modified Wed Nov 5 17:02:41 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2556 , to selected 3875
Don't store the start position within the form.  Leave it on the URL.
This allows us to tell the difference between clicking on search (no start
specified) and clicking on next page (start will be on the URL).

Revision 2556 - Directory Listing - [select for diffs]
Modified Wed Nov 5 15:54:23 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2555 , to selected 3875
Give default values to things which must have default values

Revision 2555 - Directory Listing - [select for diffs]
Modified Wed Nov 5 03:50:02 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2554 , to selected 3875
add create table for commit_log_ports_elements

Revision 2554 - Directory Listing - [select for diffs]
Modified Wed Nov 5 03:49:00 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2553 , to selected 3875
We now require configuration/freshports.conf.php

Revision 2553 - Directory Listing - [select for diffs]
Modified Wed Nov 5 02:04:02 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2552 , to selected 3875
Add some missing drop triggers statements.

Revision 2552 - Directory Listing - [select for diffs]
Modified Sun Oct 26 23:30:38 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2551 , to selected 3875
Fix typo

Revision 2551 - Directory Listing - [select for diffs]
Modified Fri Oct 24 16:24:29 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2550 , to selected 3875
whitespace

Revision 2550 - Directory Listing - [select for diffs]
Modified Fri Oct 24 16:24:02 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2549 , to selected 3875
Display the committer email address as an HREF

Revision 2549 - Directory Listing - [select for diffs]
Modified Fri Oct 17 21:41:12 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2548 , to selected 3875
Add details on how to use formail to load an archive.

Revision 2548 - Directory Listing - [select for diffs]
Modified Fri Oct 17 21:17:33 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2547 , to selected 3875
find works better with larger numbers of files.

Revision 2547 - Directory Listing - [select for diffs]
Modified Thu Oct 16 19:49:30 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2546 , to selected 3875
Fix broken email address.

Revision 2546 - Directory Listing - [select for diffs]
Modified Thu Oct 16 16:27:39 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2545 , to selected 3875
Standardize the php headers
Inform the user about beta mailing list.

Revision 2545 - Directory Listing - [select for diffs]
Modified Thu Oct 16 03:04:53 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2544 , to selected 3875
Cater for both physical and virtual categories.

Revision 2544 - Directory Listing - [select for diffs]
Modified Thu Oct 16 03:04:12 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2543 , to selected 3875
Cater for virtual categories

Revision 2543 - Directory Listing - [select for diffs]
Modified Thu Oct 16 03:02:17 2003 UTC (21 years, 5 months ago) by dan
Diff to previous 2542 , to selected 3875
Whitespace adjustment
Explicity set debugging off

Revision 2542 - Directory Listing - [select for diffs]
Modified Tue Oct 7 13:40:06 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2541 , to selected 3875
Announce BSDCan

Revision 2541 - Directory Listing - [select for diffs]
Modified Mon Oct 6 20:57:07 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2540 , to selected 3875
ignore status-config.php

Revision 2540 - Directory Listing - [select for diffs]
Modified Mon Oct 6 20:55:45 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2539 , to selected 3875
Include instructions for populating commit_log_ports_elements

Revision 2539 - Directory Listing - [select for diffs]
Modified Mon Oct 6 19:10:46 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2538 , to selected 3875
Remove references to housekeeping which no longer exists

Revision 2538 - Directory Listing - [select for diffs]
Modified Mon Oct 6 19:09:40 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2537 , to selected 3875
Ignore the backup files

Revision 2537 - Directory Listing - [select for diffs]
Modified Mon Oct 6 19:07:59 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2536 , to selected 3875
add permissions for commit_log_ports_elements

Revision 2536 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:32:13 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2535 , to selected 3875
Replace commit_log_port_extras with commit_log_ports_elements.  The function
of the table has changed, but the fields are the same.

Revision 2535 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:29:48 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2534 , to selected 3875
*** empty log message ***

Revision 2534 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:20:43 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2533 , to selected 3875
- Use commit_log_ports_elements instead of commit_log_ports_extra
- When creating a new port, be sure to read the details back in after
  saving.  That info is needed later.
- fix up the matching of directories and ports so we quote any meta
  characters in the port name. i.e. \Qpathname\E

Revision 2533 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:17:05 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2532 , to selected 3875
Replace commit_log_ports_extra with commit_log_ports_elements.
Same concept, but larger scope.  This new table cross references a commit
to ports and files outside ports.

Revision 2532 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:10:50 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2531 , to selected 3875
Start using new commit_log_ports_elements table in order to simply the
process of displaying both ports and non-ports on a single page.

Revision 2531 - Directory Listing - [select for diffs]
Modified Mon Oct 6 17:09:41 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2530 , to selected 3875
Use LatestCommits instead of LastestCommits
Use just NumRows instead of both NumRows and numrows.

Revision 2530 - Directory Listing - [select for diffs]
Modified Mon Oct 6 11:49:10 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2529 , to selected 3875
A little test script for checking if dirA is a subdirectory of dirB.

Revision 2529 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:32:11 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2528 , to selected 3875
- remove housekeeping table, no longer used
- alter security_notice
- remove index on security_notice (commit_log_id)
  and leave it to the primary key instead.
- move indexes on ports_categories (port_id) and ports_categories (category_id)
- add commit_log_port_extras

Revision 2528 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:13:34 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2527 , to selected 3875
- Adjust FUNCTION LastestCommits(int, int) RETURNS SETOF commit_record to
  use commit_log_ports_extra.
- At the same time, we can remove an extraneous JOIN.
- Convert those LEFT OUTER JOINs no longer needed to JOINs.

Revision 2527 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:06:11 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2526 , to selected 3875
Any ports tree commit which touches a file not belonging to a port (e.g.
ports/INDEX) will result in an entry in this table.

Revision 2526 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:05:28 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2525 , to selected 3875
- Because the File structure now contains element_id, be sure to
  extract it from the where used.
- Add _RecordPortsFilesOutsidePorts which will populate the
  commit_log_ports_extra table.

Revision 2525 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:03:06 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2524 , to selected 3875
Include the element_id for the file within the File structure

Revision 2524 - Directory Listing - [select for diffs]
Modified Sat Oct 4 21:02:33 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2523 , to selected 3875
Include the full path to the port element, without a leading /

Revision 2523 - Directory Listing - [select for diffs]
Modified Thu Oct 2 14:23:56 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2522 , to selected 3875
Add more tests for <, >, and &

Revision 2522 - Directory Listing - [select for diffs]
Modified Thu Oct 2 14:23:34 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2521 , to selected 3875
Use htmlify on the links to search.php

Revision 2521 - Directory Listing - [select for diffs]
Modified Thu Oct 2 12:17:05 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2520 , to selected 3875
Add login counts code

Revision 2520 - Directory Listing - [select for diffs]
Modified Thu Oct 2 12:16:12 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2519 , to selected 3875
whitespace only

Revision 2519 - Directory Listing - [select for diffs]
Modified Thu Oct 2 12:12:56 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2518 , to selected 3875
Use User not visitor

Revision 2518 - Directory Listing - [select for diffs]
Modified Thu Oct 2 12:12:07 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2517 , to selected 3875
By default, set debugging to zero.

Revision 2517 - Directory Listing - [select for diffs]
Modified Tue Sep 30 11:50:29 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2516 , to selected 3875
backout previous commit

Revision 2516 - Directory Listing - [select for diffs]
Modified Tue Sep 30 11:38:21 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2515 , to selected 3875
Include the number of users logged in per day

Revision 2515 - Directory Listing - [select for diffs]
Modified Tue Sep 30 11:37:48 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2514 , to selected 3875
Whitespace adjustment

Revision 2514 - Directory Listing - [select for diffs]
Modified Tue Sep 30 00:02:29 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2513 , to selected 3875
*** empty log message ***

Revision 2513 - Directory Listing - [select for diffs]
Modified Tue Sep 30 00:01:18 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2512 , to selected 3875
remove unused variable

Revision 2512 - Directory Listing - [select for diffs]
Modified Sun Sep 28 15:03:56 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2511 , to selected 3875
The sample status file . configure to suit installation.

Revision 2511 - Directory Listing - [select for diffs]
Modified Sun Sep 28 15:03:04 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2510 , to selected 3875
A page for viewing the mail queues

Revision 2510 - Directory Listing - [select for diffs]
Modified Sat Sep 27 18:44:46 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2509 , to selected 3875
Add freshports_commit_record and commit_record

Revision 2509 - Directory Listing - [select for diffs]
Modified Sat Sep 27 18:43:29 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2508 , to selected 3875
Start using FUNCTION freshports_commit(text) RETURNS SETOF freshports_commit_record

Revision 2508 - Directory Listing - [select for diffs]
Modified Sat Sep 27 18:42:41 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2507 , to selected 3875
add FUNCTION freshports_commit(text) RETURNS SETOF freshports_commit_record

Revision 2507 - Directory Listing - [select for diffs]
Modified Sat Sep 27 18:42:23 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2506 , to selected 3875
Add freshports_commit_record, for use by commit.php

Revision 2506 - Directory Listing - [select for diffs]
Modified Sat Sep 27 14:50:07 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2505 , to selected 3875
Add a ; which was missing from encoded characters.

Revision 2505 - Directory Listing - [select for diffs]
Modified Fri Sep 26 12:48:56 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2504 , to selected 3875
Fix to make files.php work, the option which displays the files
with a port which were touched by a given commit.

Look for 'files.php', extract that from the pathname so we can find the
element, extract the message id, then call the freshports_Files function.

As part of this change, send the REDIRECT_URL instead of the REQUEST_URI
to freshports_Parse404URI.

< $result = freshports_Parse404URI($_SERVER['REQUEST_URI'], $db);
---
> $result = freshports_Parse404URI($_SERVER['REDIRECT_URL'], $db);

Revision 2504 - Directory Listing - [select for diffs]
Modified Fri Sep 26 12:42:16 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2503 , to selected 3875
Adjust freshports_Files so it takes an element id not a port id

Revision 2503 - Directory Listing - [select for diffs]
Modified Fri Sep 26 12:03:52 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2502 , to selected 3875
When creating a hyperlink to a port, do not include the version/revision
within the link.

Revision 2502 - Directory Listing - [select for diffs]
Modified Thu Sep 25 23:11:51 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2501 , to selected 3875
Put the version/revision outside of the link to the port/non-port

Revision 2501 - Directory Listing - [select for diffs]
Modified Thu Sep 25 20:15:55 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2500 , to selected 3875
Add in some missing fields.

Revision 2500 - Directory Listing - [select for diffs]
Modified Thu Sep 25 20:00:30 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2499 , to selected 3875
Make this work for both port and non-port commits within the port tree.

Revision 2499 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:49:49 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2498 , to selected 3875
Add CVS repo link

Revision 2498 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:46:58 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2497 , to selected 3875
Add missing EncodingLosses()

Revision 2497 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:46:41 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2496 , to selected 3875
Add missing ?>

Revision 2496 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:30:02 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2495 , to selected 3875
For the packages URL, use package, not packages-stable.
whitespace

Revision 2495 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:11:54 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2494 , to selected 3875
Move the old package code with the new package code, which was added
to the wrong place.  It is now within the IF.

Revision 2494 - Directory Listing - [select for diffs]
Modified Thu Sep 25 15:01:12 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2493 , to selected 3875
rename PackagesExists to PackageExists

Revision 2493 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:13:40 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2492 , to selected 3875
Add freshports_CVS_Icon()
Add freshports_CVS_Link
Remove GLOBALs and use the defines for CVS and FTP URLs instead
Use recently added EncodingLosses() and PackagesExists() functions
Instead of referring to Homepage, use Main Web Site, as does the main FreeBSD site
Provide a link to the CVSweb for non-port entities

Revision 2492 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:04:58 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2491 , to selected 3875
Use FRESHPORTS_FREEBSD_CVS_URL, a define which has replaced a global variable.

Revision 2491 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:04:28 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2490 , to selected 3875
Do not include ports prefix when displaying element pathname
Provide a link to cvsweb

Revision 2490 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:02:46 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2489 , to selected 3875
use EncodingLosses()

Revision 2489 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:02:25 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2488 , to selected 3875
Use IsPrimary()

Revision 2488 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:02:02 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2487 , to selected 3875
Add PackagesExists()
Add EncodingLosses()
Stop using "if (In_Array(" because it appears to not work

Revision 2487 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:01:07 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2486 , to selected 3875
whitespace changes
Add EncodingLosses()

Revision 2486 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:00:41 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2485 , to selected 3875
add IsPrimary()

Revision 2485 - Directory Listing - [select for diffs]
Modified Thu Sep 25 14:00:22 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2484 , to selected 3875
add EncodingLosses()

Revision 2484 - Directory Listing - [select for diffs]
Modified Thu Sep 25 12:58:33 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2483 , to selected 3875
Use define for a couple of constants.
Point the FTP URL at a new place for packages.

Revision 2483 - Directory Listing - [select for diffs]
Modified Thu Sep 25 12:57:38 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2482 , to selected 3875
Add an icon for the CVS link for non-port links

Revision 2482 - Directory Listing - [select for diffs]
Modified Thu Sep 25 10:46:14 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2481 , to selected 3875
Fix the redirect via origin so we don't get a //

Revision 2481 - Directory Listing - [select for diffs]
Modified Thu Sep 25 03:02:19 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2480 , to selected 3875
remove unused function freshports_CategoryId

Revision 2480 - Directory Listing - [select for diffs]
Modified Thu Sep 25 03:01:53 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2479 , to selected 3875
Leave $REQUEST_URI untouched so we can use it later.
make use of missing-non-port.php

Revision 2479 - Directory Listing - [select for diffs]
Modified Thu Sep 25 03:00:59 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2478 , to selected 3875
Display commit information for non-ports

Revision 2478 - Directory Listing - [select for diffs]
Modified Wed Sep 24 18:13:31 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2477 , to selected 3875
Add recent changes

Revision 2477 - Directory Listing - [select for diffs]
Modified Wed Sep 24 18:12:04 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2476 , to selected 3875
add IsPort IsCategory elementGet

Revision 2476 - Directory Listing - [select for diffs]
Modified Wed Sep 24 18:11:36 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2475 , to selected 3875
Add element_type

Revision 2475 - Directory Listing - [select for diffs]
Modified Wed Sep 24 17:54:44 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2474 , to selected 3875
rename FetchByPartialName to FetchByElementID for use by missing-ort.php

Revision 2474 - Directory Listing - [select for diffs]
Modified Wed Sep 24 17:53:49 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2473 , to selected 3875
add FetchByElementID

Revision 2473 - Directory Listing - [select for diffs]
Modified Wed Sep 24 17:53:23 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2472 , to selected 3875
add IsPort and IsCategory

Revision 2472 - Directory Listing - [select for diffs]
Modified Wed Sep 24 17:53:03 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2471 , to selected 3875
comment out debugging code

Revision 2471 - Directory Listing - [select for diffs]
Modified Wed Sep 24 17:47:41 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2470 , to selected 3875
We can now display commits for both ports and non-ports.

Revision 2470 - Directory Listing - [select for diffs]
Modified Wed Sep 24 16:45:15 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2469 , to selected 3875
Remove some commented out code
Add functions for displaying commits for non-ports.

Revision 2469 - Directory Listing - [select for diffs]
Modified Wed Sep 24 16:43:47 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2468 , to selected 3875
Obtain the commits for an element.

Revision 2468 - Directory Listing - [select for diffs]
Modified Wed Sep 24 16:43:29 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2467 , to selected 3875
Given a pathname, get the element details

Revision 2467 - Directory Listing - [select for diffs]
Modified Wed Sep 24 14:29:05 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2466 , to selected 3875
Update to latest status

Revision 2466 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:53:15 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2465 , to selected 3875
Instructions for keeping the database up to date with the code

Revision 2465 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:49:50 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2464 , to selected 3875
Call RecordPortsTreeButNonPortCommits if we have a commit with no ports.

Revision 2464 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:49:27 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2463 , to selected 3875
remove #!/usr/bin/perl -w

Revision 2463 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:48:16 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2462 , to selected 3875
Remove unused values

Revision 2462 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:47:44 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2461 , to selected 3875
Provide a facility for recording commits into the last_commits_ports table
which are in the ports tree, but which do not involve a port.

Revision 2461 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:45:02 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2460 , to selected 3875
Add element_pathname

Revision 2460 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:43:18 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2459 , to selected 3875
Adjust for displaying of non-port port tree commits

Revision 2459 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:04:57 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2458 , to selected 3875
Alter FUNCTION LastestCommits(int, int) to cater for non-port port commits.
Bring back the full pathname.

Revision 2458 - Directory Listing - [select for diffs]
Modified Wed Sep 24 13:00:57 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2457 , to selected 3875
Add element_pathname, which will be used for non-port ports tree commits

Revision 2457 - Directory Listing - [select for diffs]
Modified Tue Sep 23 17:58:57 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2456 , to selected 3875
Add FUNCTION commit_log_ports_insert(int) RETURNS boolean
which adds a commit to the latest_commits_ports table

Revision 2456 - Directory Listing - [select for diffs]
Modified Tue Sep 23 16:40:03 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2455 , to selected 3875
Use TRIGGER instead of "trigger"

Revision 2455 - Directory Listing - [select for diffs]
Modified Tue Sep 23 15:49:05 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2454 , to selected 3875
whitespace changes

Revision 2454 - Directory Listing - [select for diffs]
Modified Tue Sep 23 15:44:23 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2453 , to selected 3875
whitespace and text alignment

Revision 2453 - Directory Listing - [select for diffs]
Modified Tue Sep 23 15:41:17 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2452 , to selected 3875
Remove incorrect package declaration.

Revision 2452 - Directory Listing - [select for diffs]
Modified Tue Sep 23 15:34:33 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2451 , to selected 3875
Whitespace only

Revision 2451 - Directory Listing - [select for diffs]
Modified Tue Sep 23 13:30:19 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2450 , to selected 3875
Add FUNCTION LastestCommits(int, int) RETURNS SETOF commit_record

Revision 2450 - Directory Listing - [select for diffs]
Modified Tue Sep 23 13:29:51 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2449 , to selected 3875
Add a file which contains our data type definitions

Revision 2449 - Directory Listing - [select for diffs]
Modified Tue Sep 23 13:25:20 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2448 , to selected 3875
Whitespace only

Revision 2448 - Directory Listing - [select for diffs]
Modified Tue Sep 23 13:25:00 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2447 , to selected 3875
A class for handling the records used on index.php

Revision 2447 - Directory Listing - [select for diffs]
Modified Tue Sep 23 13:24:33 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2446 , to selected 3875
Start using a function to obtain the results.
At the same time, use a class to store the result.

Revision 2446 - Directory Listing - [select for diffs]
Modified Mon Sep 22 14:39:49 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2445 , to selected 3875
No functionality changes.  Just whitespace and better use of existing variables.

Revision 2445 - Directory Listing - [select for diffs]
Modified Mon Sep 22 14:32:59 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2444 , to selected 3875
First commit

Revision 2444 - Directory Listing - [select for diffs]
Modified Mon Sep 22 13:57:58 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2443 , to selected 3875
we now use recent not msgs to store the messages processing files

Revision 2443 - Directory Listing - [select for diffs]
Modified Sun Sep 21 12:56:13 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2442 , to selected 3875
Provide a better method for ensuring duplicates do not arrive in
daily_refreshes.

Revision 2442 - Directory Listing - [select for diffs]
Modified Tue Sep 16 12:25:27 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2441 , to selected 3875
Remove temp files when no longer needed

Revision 2441 - Directory Listing - [select for diffs]
Modified Tue Sep 16 12:22:49 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2440 , to selected 3875
whitespace changes

Revision 2440 - Directory Listing - [select for diffs]
Modified Tue Sep 16 12:22:00 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2439 , to selected 3875
remove commented out code

Revision 2439 - Directory Listing - [select for diffs]
Modified Tue Sep 16 11:51:12 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2438 , to selected 3875
Now that main page update has gone away, we need the ability to refresh
the daily summaries.  One day, we'll start using it...

Revision 2438 - Directory Listing - [select for diffs]
Modified Tue Sep 16 11:17:54 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2437 , to selected 3875
Wrap text at 72 for any messages sent by SendEmailNotice

Revision 2437 - Directory Listing - [select for diffs]
Modified Tue Sep 16 11:02:26 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2436 , to selected 3875
We no longer use these files.

Revision 2436 - Directory Listing - [select for diffs]
Modified Tue Sep 16 11:01:51 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2435 , to selected 3875
If we encounter an error, stop.
Comment out all prints.

Revision 2435 - Directory Listing - [select for diffs]
Modified Tue Sep 16 11:00:35 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2434 , to selected 3875
If no files are found during a regular GetFiles procedure, try invoking
GetFilesImported instead.  This will process any file imports.

Revision 2434 - Directory Listing - [select for diffs]
Modified Sun Sep 14 14:02:04 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2433 , to selected 3875
Give the submit button a name on the front page search form.  This will
allow it to actually retrieve search results rather than merely populating
the form when search.php is displayed.

Revision 2433 - Directory Listing - [select for diffs]
Modified Sat Sep 13 11:15:53 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2432 , to selected 3875
Trim input from users. No sense having trailing/leading spaces.
We trim more fields than we have to, but let's be consistent.

Revision 2432 - Directory Listing - [select for diffs]
Modified Sat Sep 13 11:11:55 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2431 , to selected 3875
Whitespace changes

Revision 2431 - Directory Listing - [select for diffs]
Modified Fri Sep 12 19:59:19 2003 UTC (21 years, 6 months ago) by (unknown author)
Diff to previous 2430 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 2430 - Directory Listing - [select for diffs]
Modified Fri Sep 12 19:59:18 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2429 , to selected 3875
We don't have a raw directory anymore, but we do have a recent directory.

Revision 2429 - Directory Listing - [select for diffs]
Modified Fri Sep 12 14:45:08 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2428 , to selected 3875
Add another good test page: /lang/php4/

Revision 2428 - Directory Listing - [select for diffs]
Modified Fri Sep 12 14:23:53 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2427 , to selected 3875
Our testing file for htmlify

Revision 2427 - Directory Listing - [select for diffs]
Modified Fri Sep 12 14:23:28 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2426 , to selected 3875
Fix URLs which contain PR references.  such as that found at
/databases/postgresql7/files.php?message_id=200302062046.h16KkqNv024036@repoman.freebsd.org

Revision 2426 - Directory Listing - [select for diffs]
Modified Fri Sep 12 14:02:04 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2425 , to selected 3875
Update email address for Marcin Gryszkalis

Revision 2425 - Directory Listing - [select for diffs]
Modified Thu Sep 11 20:17:03 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2424 , to selected 3875
Remove notice about multiple watch lists.

Revision 2424 - Directory Listing - [select for diffs]
Modified Thu Sep 11 20:09:33 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2423 , to selected 3875
Whitespace adjustment.
When we cannot open Mail::Sender, log the error using LOG_ERR not LOG_NOTICE.

Revision 2423 - Directory Listing - [select for diffs]
Modified Thu Sep 11 20:06:07 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2422 , to selected 3875
Use the correct number of parameters when calling SendMail.

Revision 2422 - Directory Listing - [select for diffs]
Modified Wed Sep 10 18:40:26 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2421 , to selected 3875
Change SystemTimeAdjust to be an SQL function.

Revision 2421 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:30:50 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2420 , to selected 3875
Remove changes committed in error.

Revision 2420 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:28:54 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2419 , to selected 3875
forced commit to fix previous log message.
Include the new file in which the HTMLify code now resides.

Revision 2419 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:28:18 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2418 , to selected 3875
customize.php

Revision 2418 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:25:13 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2417 , to selected 3875
Include the new file in which the HTMLify code now resides.

Revision 2417 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:24:00 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2416 , to selected 3875
The HTMLify code is now in another file.  Remove it from here, and
include it when needed.

Revision 2416 - Directory Listing - [select for diffs]
Modified Tue Sep 9 19:23:14 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2415 , to selected 3875
Move the HTMLify code into its own file.

Revision 2415 - Directory Listing - [select for diffs]
Modified Tue Sep 9 16:08:01 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2414 , to selected 3875
Remove "use housekeeping".
Remove RefreshMainPage function because we no longer do this.

Revision 2414 - Directory Listing - [select for diffs]
Modified Tue Sep 9 12:38:52 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2413 , to selected 3875
Triggers should be dropped before they are created.

Revision 2413 - Directory Listing - [select for diffs]
Modified Tue Sep 9 11:48:58 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2412 , to selected 3875
Lots of whitespace fixes.

Record the information which is used during Error Notification.
(message subject and message id)

Revision 2412 - Directory Listing - [select for diffs]
Modified Tue Sep 9 11:48:14 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2411 , to selected 3875
Allow CommitMessageID and CommitMessageSubject to be included in
the notification.

If Committer Notifications are turned off, don't include the part
about why you are getting this message.  It'll be going to the system
owner, who should know why...

Revision 2411 - Directory Listing - [select for diffs]
Modified Tue Sep 9 11:46:42 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2410 , to selected 3875
Fix error reporting which failed to correctly report the error.

Revision 2410 - Directory Listing - [select for diffs]
Modified Tue Sep 9 10:35:27 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2409 , to selected 3875
Add SystemOwnerEmail
some minor whitespace changes

Revision 2409 - Directory Listing - [select for diffs]
Modified Tue Sep 9 10:16:34 2003 UTC (21 years, 6 months ago) by dan
Diff to previous 2408 , to selected 3875
Add the latest_commits and latest_commits_ports back in.  We need them.

Revision 2408 - Directory Listing - [select for diffs]
Modified Mon Sep 8 21:21:30 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2407 , to selected 3875
Sort by the table values, not the derived values.

Revision 2407 - Directory Listing - [select for diffs]
Modified Mon Sep 8 18:19:21 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2406 , to selected 3875
If no files found in a commit, report an error.  This was prompted by
someone who did a cvs import instead of using addport.

Revision 2406 - Directory Listing - [select for diffs]
Modified Mon Sep 8 18:18:40 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2405 , to selected 3875
Use `hostname` not `$hostname` to get the hostname.

Revision 2405 - Directory Listing - [select for diffs]
Modified Mon Sep 8 16:25:19 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2404 , to selected 3875
Change all $UserName references to $User->Name to avoid conflicts with
Phorum scripts.

Revision 2404 - Directory Listing - [select for diffs]
Modified Mon Sep 8 14:21:23 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2403 , to selected 3875
Sort by primary_category as well as port.

Revision 2403 - Directory Listing - [select for diffs]
Modified Mon Sep 8 14:19:03 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2402 , to selected 3875
Turn off debuggin

Revision 2402 - Directory Listing - [select for diffs]
Modified Mon Sep 8 14:18:14 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2401 , to selected 3875
When listing ports, retrieve the primary category so that we may properly
link to the right port.

To remain consistent with category listings, use * to designate ports with
a primary category different to that which is being displayed.

Revision 2401 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:54:23 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2400 , to selected 3875
Indicate that ports marked with a * actually reside within another category but
have this category listed as a secondary category.

Revision 2400 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:53:02 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2399 , to selected 3875
If category_looking_at is set, and it's not the primary category,
display a * after the port name.  This is most useful for category
listings. (e.g. http://www.FreshPorts.org/lang/)

When displaying "Also listed in", use category_looking_at if it
supplied, otherwise, use category.  This is also useful on the
same page as above.

Revision 2399 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:50:59 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2398 , to selected 3875
A port always has one primary category.  This category corresponds to
the directory in which the port resides. This directory is always
within the ports tree.  A port may also reside in other categories
but they are referred to as secondary categories.

When displaying the contents of a category, the same port name may appear
twice, but from different categories.  For example, japanese/gawk and
lang/gawk.  The query to obtain a list of ports from a given category
will now return both the primary category (as category) and the name
of the category we are looking at (as category_looking_at).

Revision 2398 - Directory Listing - [select for diffs]
Modified Mon Sep 8 13:24:58 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2397 , to selected 3875
This file isn't used any more

Revision 2397 - Directory Listing - [select for diffs]
Modified Mon Sep 8 11:28:54 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2396 , to selected 3875
Add WRAPCOMMITSATCOLUMN

Revision 2396 - Directory Listing - [select for diffs]
Modified Sat Sep 6 12:19:27 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2395 , to selected 3875
Replace OPAQUE with TRIGGER on functions used as triggers.
remember to drop triggers before replacing them:
  DROP TRIGGER security_notice_audit ON security_notice;
  DROP TRIGGER ports_ports_categories ON ports;

Revision 2395 - Directory Listing - [select for diffs]
Modified Sat Sep 6 12:08:53 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2394 , to selected 3875
for ElementTagSet, be sure to check for an existing revision before
adding it.  For some reason this was removed.

Revision 2394 - Directory Listing - [select for diffs]
Modified Fri Sep 5 20:26:39 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2393 , to selected 3875
remove: WatchListUserID
        RecordLastestPortCommits
        RecordLastestCommits

Revision 2393 - Directory Listing - [select for diffs]
Modified Fri Sep 5 20:26:32 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2392 , to selected 3875
remove: commit_log_ports_insert
        commit_log_insert
        commit_log_update

Revision 2392 - Directory Listing - [select for diffs]
Modified Fri Sep 5 20:24:43 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2391 , to selected 3875
WatchListStagingClear should take an int8

Revision 2391 - Directory Listing - [select for diffs]
Modified Fri Sep 5 12:50:28 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2390 , to selected 3875
Fix HTMLify solution when applied to multi-line situations such as
http://www.freshports.org/commit.php?message_id=200206232029.g5NKT1O13181@freefall.freebsd.org

Revision 2390 - Directory Listing - [select for diffs]
Modified Thu Sep 4 23:58:02 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2389 , to selected 3875
Add note about Virtual categories are not handled

Revision 2389 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:15:06 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2388 , to selected 3875
We don't need this in this repo any more.  Phorum is now standalone.

Revision 2388 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:07:25 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2387 , to selected 3875
We don't need these any more

Revision 2387 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:05:31 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2386 , to selected 3875
minor changes to allow phorum headers/footers to work better

Revision 2386 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:02:31 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2385 , to selected 3875
add forums.bak.php

Revision 2385 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:02:12 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2384 , to selected 3875
things to ignore

Revision 2384 - Directory Listing - [select for diffs]
Modified Thu Sep 4 15:02:00 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2383 , to selected 3875
Add files required for centralized version of Phorum

Revision 2383 - Directory Listing - [select for diffs]
Modified Wed Sep 3 23:22:54 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2382 , to selected 3875
ignore blank lines

Revision 2382 - Directory Listing - [select for diffs]
Modified Wed Sep 3 23:19:24 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2381 , to selected 3875
make element_pathname Pathname_ID stable

Revision 2381 - Directory Listing - [select for diffs]
Modified Wed Sep 3 23:11:45 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2380 , to selected 3875
disallow commit.php

Revision 2380 - Directory Listing - [select for diffs]
Modified Wed Sep 3 23:07:00 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2379 , to selected 3875
ignore ? FreshPorts2.PDB
cvs server: Diffing .
Index: FreshPorts2.pdm
===================================================================
RCS file: /home/repositories/freshports-1/database-schema/FreshPorts2.pdm,v
retrieving revision 1.71
diff -r1.71 FreshPorts2.pdm
51c51
< -- $Id: FreshPorts2.pdm,v 1.71 2003/05/09 19:39:24 dan Exp $\
---
> -- $Id: FreshPorts2.pdm,v 1.70 2003/05/02 18:37:59 dan Exp $\
83c83
< 1052505034
---
> 1052509087
[dan@polo:/usr/websites/working-copy.freshports.org/database-schema] $ cd ..
[dan@polo:/usr/websites/working-copy.freshports.org] $ cd database-schema
[dan@polo:/usr/websites/working-copy.freshports.org/database-schema] $ cvs .ignore
ignore FreshPorts2.PDB

Revision 2379 - Directory Listing - [select for diffs]
Modified Wed Sep 3 17:38:05 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2378 , to selected 3875
remove references to INDEX.db which is not a cvs file

Revision 2378 - Directory Listing - [select for diffs]
Modified Tue Sep 2 20:49:19 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2377 , to selected 3875
more functions, and add the database schema

Revision 2377 - Directory Listing - [select for diffs]
Modified Tue Sep 2 20:47:16 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2376 , to selected 3875
This belongs in develop.freshports.org/www/directories

Revision 2376 - Directory Listing - [select for diffs]
Modified Tue Sep 2 20:47:15 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2375 , to selected 3875
Example FreshPorts database

Revision 2375 - Directory Listing - [select for diffs]
Modified Mon Sep 1 19:58:40 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2374 , to selected 3875
Fix typo

Revision 2374 - Directory Listing - [select for diffs]
Modified Sun Aug 31 01:56:14 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2373 , to selected 3875
Details on how to process directories

Revision 2373 - Directory Listing - [select for diffs]
Modified Wed Aug 27 19:40:20 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2372 , to selected 3875
Show them the way to the phorum

Revision 2372 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:36:15 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2371 , to selected 3875
Ignore our testing directories

Revision 2371 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:35:33 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2370 , to selected 3875
first commit

Revision 2370 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:35:17 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2369 , to selected 3875
Sample archive

Revision 2369 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:34:52 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2368 , to selected 3875
Example database

Revision 2368 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:34:33 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2367 , to selected 3875
Show our examples

Revision 2367 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:27:51 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2366 , to selected 3875
First commit

Revision 2366 - Directory Listing - [select for diffs]
Modified Wed Aug 27 18:27:39 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2365 , to selected 3875
This is a starting point, should we ever need these files

Revision 2365 - Directory Listing - [select for diffs]
Modified Tue Aug 19 13:32:57 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2364 , to selected 3875
Remove functions associated with element_pathnames table.
This table was experimental and attempted to deal with path parsing
issues which would arise with watch lists on FreshSource. We might be
able to use these functions at a later date if we allow people to
watch a directory.

Revision 2364 - Directory Listing - [select for diffs]
Modified Tue Aug 19 11:00:52 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2363 , to selected 3875
Add a newline at end of line

Revision 2363 - Directory Listing - [select for diffs]
Modified Tue Aug 19 10:53:37 2003 UTC (21 years, 7 months ago) by dan
Diff to previous 2362 , to selected 3875
Each category has a pkg/COMMENT file which describes that category.
When a new category is encountered, if we cannot fetch pkg/COMMENT, then go
with a fake description.

Revision 2362 - Directory Listing - [select for diffs]
Modified Thu Jul 31 18:01:44 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2361 , to selected 3875
When creating a new port, ensure the status is set to Active.  This doesn't
affect the saving of the port, because a new port is always set Active.
It affects code modified in the previous comment which checked the status
to determine whether or not to refresh the port.

Revision 2361 - Directory Listing - [select for diffs]
Modified Thu Jul 31 17:56:09 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2360 , to selected 3875
Wrap all committer messages at column 72.
Tidy up the email code to make it easier to read.

Revision 2360 - Directory Listing - [select for diffs]
Modified Thu Jul 31 17:54:25 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2359 , to selected 3875
Make use of the ability to include a CC: in outgoing email.

Revision 2359 - Directory Listing - [select for diffs]
Modified Thu Jul 31 17:51:58 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2358 , to selected 3875
Improve the error reporting during sanity testing.  I found a case where
we got an error such as this: "/usr/home/dan/ports/french/homard/Makefile",
line 56: Need an operator (caused by spaces instead of tabs in a section
such as do-install:).  In such cases, no results are returned from the
make command.  Instead, the errors will be captured in the tmp file
we created to capture ERROUT.

Add two new functions: SetActive and SetDeleted.

Revision 2358 - Directory Listing - [select for diffs]
Modified Thu Jul 31 17:46:59 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2357 , to selected 3875
Include a CC field when mailing out messages.  This will allow me to
CC myself on any outgoing sanity test errors.

Revision 2357 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:24:56 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2356 , to selected 3875
Remove link to bchosting.com because it is now in footer.

Revision 2356 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:24:24 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2355 , to selected 3875
Include link to bchosting.com

Revision 2355 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:19:22 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2354 , to selected 3875
- remove inactive debugging code
- remove commented out code
- some whitespace changes

Revision 2354 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:13:07 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2353 , to selected 3875
Use IsSet, not InArray for the cookie

Revision 2353 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:11:40 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2352 , to selected 3875
Use the small text links rather than graphics for the valid
html, rss, and CSS links.

Revision 2352 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:10:10 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2351 , to selected 3875
Fix some HTML nits:

- Provide a content-type
- Specify the script type when declaring Javascript
- Optionally provide the commit date, commit time, and committer name

Provide link to bchosting.com

Revision 2351 - Directory Listing - [select for diffs]
Modified Wed Jul 30 12:06:38 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2350 , to selected 3875
PHP nits

Revision 2350 - Directory Listing - [select for diffs]
Modified Wed Jul 30 11:42:32 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2349 , to selected 3875
remove extra <p>

Revision 2349 - Directory Listing - [select for diffs]
Modified Tue Jul 29 20:52:48 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2348 , to selected 3875
Remove references to LastChangeLogID.  This variable is no longe used.

Revision 2348 - Directory Listing - [select for diffs]
Modified Tue Jul 29 20:44:12 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2347 , to selected 3875
use the correct database field name: firstlogin not firslogin

Revision 2347 - Directory Listing - [select for diffs]
Modified Tue Jul 29 20:37:41 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2346 , to selected 3875
Improve handling when no date is supplied.
Ensure commits part of the table is as wide as available.
Slight cellpadding adjustment to match index.php

Revision 2346 - Directory Listing - [select for diffs]
Modified Tue Jul 29 20:14:55 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2345 , to selected 3875
Remove debug code
Refer to the correct database handle when fetching a commit

Revision 2345 - Directory Listing - [select for diffs]
Modified Thu Jul 17 14:54:13 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2344 , to selected 3875
Sometimes a port can be deleted in one commit, and a later
commit will remove a missed file.  If this port is deleted, don't refresh it.
If we don't need to refresh it, we don't need to save it.

Revision 2344 - Directory Listing - [select for diffs]
Modified Thu Jul 17 13:39:39 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2343 , to selected 3875
Add two new functions, IsActive and IsDeleted.

Revision 2343 - Directory Listing - [select for diffs]
Modified Thu Jul 17 12:55:42 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2342 , to selected 3875
Include the error code in the email

Revision 2342 - Directory Listing - [select for diffs]
Modified Thu Jul 17 12:54:50 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2341 , to selected 3875
Add the nightly check for unrefreshed ports, including ignored ports.
whitespace adjust to keep things pretty.

Revision 2341 - Directory Listing - [select for diffs]
Modified Thu Jul 17 12:45:38 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2340 , to selected 3875
Remove the temp error collection files when and where we should.  Not where
we are.

Revision 2340 - Directory Listing - [select for diffs]
Modified Mon Jul 14 14:11:54 2003 UTC (21 years, 8 months ago) by dan
Diff to previous 2339 , to selected 3875
FileName will not be set if there is no trailing slash such as:
http://www.freshports.org/security/logcheck

Revision 2339 - Directory Listing - [select for diffs]
Modified Tue Jul 8 19:38:22 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2338 , to selected 3875
Don't have a border around the Valid RSS image.

Revision 2338 - Directory Listing - [select for diffs]
Modified Fri Jul 4 18:14:59 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2337 , to selected 3875
Mention that the news.php parameters are optional
HTML nits

Revision 2337 - Directory Listing - [select for diffs]
Modified Fri Jul 4 15:29:17 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2336 , to selected 3875
Add details for newsfeed parameters.

Revision 2336 - Directory Listing - [select for diffs]
Modified Fri Jul 4 15:19:09 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2335 , to selected 3875
Add new parameters to the URL:
- MaxArticles : number of ports to report upon
-        date : show the commit date
-   committer : show the committer name
-        time : show the commit time

Revision 2335 - Directory Listing - [select for diffs]
Modified Fri Jul 4 14:59:20 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2334 , to selected 3875
Fix more PHP issues

Revision 2334 - Directory Listing - [select for diffs]
Modified Fri Jul 4 14:58:40 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2333 , to selected 3875
Fix more problems found by PHP notification messages

Revision 2333 - Directory Listing - [select for diffs]
Modified Fri Jul 4 14:56:20 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2332 , to selected 3875
Remove code no longer used.

Revision 2332 - Directory Listing - [select for diffs]
Modified Fri Jul 4 14:45:55 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2331 , to selected 3875
fix PHP notice messages

Revision 2331 - Directory Listing - [select for diffs]
Modified Fri Jul 4 14:45:08 2003 UTC (21 years, 9 months ago) by dan
Diff to previous 2330 , to selected 3875
Fix php notice message

Revision 2330 - Directory Listing - [select for diffs]
Modified Mon Jun 9 11:44:22 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2329 , to selected 3875
Use the same icon as the diary, which faces right, not left...

Revision 2329 - Directory Listing - [select for diffs]
Modified Thu Jun 5 14:31:42 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2328 , to selected 3875
Use newly added function EmptyTheListCategory instead of EmptyTheList.
Let's not clear the entire watch list every time someone adds ports
from a category.

Revision 2328 - Directory Listing - [select for diffs]
Modified Thu Jun 5 14:30:36 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2327 , to selected 3875
Add EmptyTheListCategory which allows us to empty a watch list of all
elements in a given category.

Revision 2327 - Directory Listing - [select for diffs]
Modified Thu Jun 5 13:39:03 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2326 , to selected 3875
Use the terms primary and secondary, instead of real and virtual.

Revision 2326 - Directory Listing - [select for diffs]
Modified Thu Jun 5 13:37:47 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2325 , to selected 3875
Some ports are in more than one category.  The first category listed is the
primary category.  This must be a physical category (i.e. one which exists
in the ports tree on disk).  Any other categories are referred to as a secondary
category.  The others may be either physical or virtual.
A category may be in more then one physical directory but will always have
exactly one primary category.

On this page, indicate ports which list this category as a secondary category.

Revision 2325 - Directory Listing - [select for diffs]
Modified Thu Jun 5 13:27:19 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2324 , to selected 3875
Don't use get.

Revision 2324 - Directory Listing - [select for diffs]
Modified Tue Jun 3 13:30:53 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2323 , to selected 3875
Fix an off-by-one error with searching.
If start = 1, we don't offset starting at one, we offset starting at zero.

Revision 2323 - Directory Listing - [select for diffs]
Modified Tue Jun 3 09:47:09 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2322 , to selected 3875
minor corrections to burst media code

Revision 2322 - Directory Listing - [select for diffs]
Modified Mon Jun 2 21:34:02 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2321 , to selected 3875
correct the URL I just fixed

Revision 2321 - Directory Listing - [select for diffs]
Modified Mon Jun 2 21:30:14 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2320 , to selected 3875
fix broken css validator links

Revision 2320 - Directory Listing - [select for diffs]
Modified Mon Jun 2 21:22:03 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2319 , to selected 3875
Add a link to valid RSS

Revision 2319 - Directory Listing - [select for diffs]
Modified Mon Jun 2 12:04:23 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2318 , to selected 3875
use abstime instead of datetime. This fixes phorum on PostgreSQL 7.3

Revision 2318 - Directory Listing - [select for diffs]
Modified Mon Jun 2 11:49:33 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2317 , to selected 3875
Fix broken php tags

Revision 2317 - Directory Listing - [select for diffs]
Modified Sun Jun 1 15:38:12 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2316 , to selected 3875
Add a redirect for news.php

Revision 2316 - Directory Listing - [select for diffs]
Modified Sun Jun 1 15:36:55 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2315 , to selected 3875
Add descriptions for docs and docs/scripts directory

Revision 2315 - Directory Listing - [select for diffs]
Modified Sun Jun 1 15:17:16 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2314 , to selected 3875
Add tools for people to create xml from email

Revision 2314 - Directory Listing - [select for diffs]
Modified Sat May 31 13:34:24 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2313 , to selected 3875
Don't overwrite the outpout files....

Revision 2313 - Directory Listing - [select for diffs]
Modified Sat May 24 15:24:33 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2312 , to selected 3875
- Use ports_active, not ports, so we don't have to check if a
port has been deleted.  Which means we don't need to refer
to the element table at all.  So remove all that code.

- Use tabs to delimit things instead of :

Revision 2312 - Directory Listing - [select for diffs]
Modified Sat May 24 13:14:48 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2311 , to selected 3875
move the raw message into the recent directory instead of the raw directory

Revision 2311 - Directory Listing - [select for diffs]
Modified Fri May 23 19:36:25 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2310 , to selected 3875
Update some things

Revision 2310 - Directory Listing - [select for diffs]
Modified Fri May 23 17:32:25 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2309 , to selected 3875
Allow paging of results
Show the parameters in the resulting page.
e.g. http://beta.freshports.org/search.php?stype=name&method=match&query=kde&num=10&deleted=excludedeleted&casesensitivity=caseinsensitive&search=1&start=61

Revision 2309 - Directory Listing - [select for diffs]
Modified Fri May 23 12:32:49 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2308 , to selected 3875
Improve handling of email.  Send it out, even if previous email has bounced.
Log all attempts.

Revision 2308 - Directory Listing - [select for diffs]
Modified Wed May 21 11:22:41 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2307 , to selected 3875
Fix typo and poorly worded sentence.
Remove reference to improvements already implemented.

Revision 2307 - Directory Listing - [select for diffs]
Modified Wed May 21 11:18:05 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2306 , to selected 3875
Move the WLC explanation into the "What do these symbols mean?" section.

Revision 2306 - Directory Listing - [select for diffs]
Modified Wed May 21 01:25:33 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2305 , to selected 3875
Start using freshports_WatchListCount_Icon to display the WLC

Revision 2305 - Directory Listing - [select for diffs]
Modified Wed May 21 00:52:26 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2304 , to selected 3875
oops, use the configuration file item instead of hard coding whether or
not to show the Watch List Count value.

Revision 2304 - Directory Listing - [select for diffs]
Modified Wed May 21 00:48:25 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2303 , to selected 3875
Add a missing ;

Revision 2303 - Directory Listing - [select for diffs]
Modified Wed May 21 00:43:08 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2302 , to selected 3875
Add watch_list_count

Revision 2302 - Directory Listing - [select for diffs]
Modified Wed May 21 00:38:50 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2301 , to selected 3875
Update the DOCType string

Revision 2301 - Directory Listing - [select for diffs]
Modified Wed May 21 00:12:16 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2300 , to selected 3875
The Watch List Count image

Revision 2300 - Directory Listing - [select for diffs]
Modified Wed May 21 00:11:17 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2299 , to selected 3875
By default, display WatchListCount

Revision 2299 - Directory Listing - [select for diffs]
Modified Mon May 19 14:03:50 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2298 , to selected 3875
start using find because we have too many files...

Revision 2298 - Directory Listing - [select for diffs]
Modified Sat May 17 12:58:57 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2297 , to selected 3875
Remove extraneous remove

Revision 2297 - Directory Listing - [select for diffs]
Modified Fri May 16 15:45:40 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2296 , to selected 3875
We now ignore a refresh once it has been reported. But we can't ignore
it forever.   Add an option to allow inclusion of ignored refreshes.

Revision 2296 - Directory Listing - [select for diffs]
Modified Fri May 16 02:56:43 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2295 , to selected 3875
Show Announcements

Revision 2295 - Directory Listing - [select for diffs]
Modified Fri May 16 02:55:56 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2294 , to selected 3875
Add ShowWatchListCount

Revision 2294 - Directory Listing - [select for diffs]
Modified Fri May 16 02:48:41 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2293 , to selected 3875
Add WLC info

Revision 2293 - Directory Listing - [select for diffs]
Modified Fri May 16 02:45:53 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2292 , to selected 3875
The default is to show the announcements.

Revision 2292 - Directory Listing - [select for diffs]
Modified Fri May 16 02:44:13 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2291 , to selected 3875
Add code for dislaying announcements using new announcements class.

Revision 2291 - Directory Listing - [select for diffs]
Modified Fri May 16 02:43:28 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2290 , to selected 3875
bit more tuning of the announcement updates

Revision 2290 - Directory Listing - [select for diffs]
Modified Fri May 16 02:38:56 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2289 , to selected 3875
Add WatchlistCount which gives us the number of watch lists upon which this
port appears.

Revision 2289 - Directory Listing - [select for diffs]
Modified Fri May 16 02:37:33 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2288 , to selected 3875
Attempt a sort

Revision 2288 - Directory Listing - [select for diffs]
Modified Fri May 16 02:33:47 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2287 , to selected 3875
update copyright notice

Revision 2287 - Directory Listing - [select for diffs]
Modified Fri May 16 02:32:23 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2286 , to selected 3875
comment out some debugging syslog stuff

Revision 2286 - Directory Listing - [select for diffs]
Modified Fri May 16 02:31:21 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2285 , to selected 3875
Update copyright notice

Revision 2285 - Directory Listing - [select for diffs]
Modified Fri May 16 02:30:44 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2284 , to selected 3875
update copyright
Create new features which disables user updates when/if necessary.

Revision 2284 - Directory Listing - [select for diffs]
Modified Fri May 16 01:14:08 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2283 , to selected 3875
Update copyright notice

Revision 2283 - Directory Listing - [select for diffs]
Modified Fri May 16 01:10:54 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2282 , to selected 3875
Add copyright notice

Revision 2282 - Directory Listing - [select for diffs]
Modified Fri May 16 01:09:10 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2281 , to selected 3875
*** empty log message ***

Revision 2281 - Directory Listing - [select for diffs]
Modified Fri May 16 01:06:59 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2280 , to selected 3875
Update the copyright notice to 2003

Revision 2280 - Directory Listing - [select for diffs]
Modified Thu May 15 18:32:46 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2279 , to selected 3875
Add link to bchosting

Revision 2279 - Directory Listing - [select for diffs]
Modified Mon May 12 02:23:28 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2278 , to selected 3875
comment out a message

Revision 2278 - Directory Listing - [select for diffs]
Modified Sun May 11 13:33:34 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2277 , to selected 3875
HTML nits

Revision 2277 - Directory Listing - [select for diffs]
Modified Sat May 10 19:44:29 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2276 , to selected 3875
With the move to a flat directory structure, we don't need
archive-logs.sh.  archive-messages.sh does it all.

Revision 2276 - Directory Listing - [select for diffs]
Modified Sat May 10 19:18:12 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2275 , to selected 3875
Remove control Ms

Revision 2275 - Directory Listing - [select for diffs]
Modified Sat May 10 19:12:54 2003 UTC (21 years, 10 months ago) by dan
Diff to previous 2274 , to selected 3875
convert to use a single directory for raw email, xml, xml loading, and
errors.

Revision 2274 - Directory Listing - [select for diffs]
Modified Sat May 10 04:29:40 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2273 , to selected 3875
Final amendments

Revision 2273 - Directory Listing - [select for diffs]
Modified Sat May 10 04:29:30 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2272 , to selected 3875
final amendments

Revision 2272 - Directory Listing - [select for diffs]
Modified Fri May 9 21:33:00 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2271 , to selected 3875
Beginnings of announcement maintenance

Revision 2271 - Directory Listing - [select for diffs]
Modified Fri May 9 21:32:32 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2270 , to selected 3875
add FetchNth, FetchAllActive, FetchUpdateID, and GetPopulateValues functions

Revision 2270 - Directory Listing - [select for diffs]
Modified Fri May 9 21:31:30 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2269 , to selected 3875
remove inaccurate comment

Revision 2269 - Directory Listing - [select for diffs]
Modified Fri May 9 19:42:59 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2268 , to selected 3875
whitespace adjustment

Revision 2268 - Directory Listing - [select for diffs]
Modified Fri May 9 19:42:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2267 , to selected 3875
Add announcements table

Revision 2267 - Directory Listing - [select for diffs]
Modified Fri May 9 19:39:55 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2266 , to selected 3875
Add Announcements table

Revision 2266 - Directory Listing - [select for diffs]
Modified Fri May 9 19:39:24 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2265 , to selected 3875
Add the announcements table

Revision 2265 - Directory Listing - [select for diffs]
Modified Thu May 8 13:18:57 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2264 , to selected 3875
Removed unused GLOBAL

Revision 2264 - Directory Listing - [select for diffs]
Modified Thu May 8 13:07:45 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2263 , to selected 3875
refer to /login.php instead of login.php

Revision 2263 - Directory Listing - [select for diffs]
Modified Thu May 8 13:07:09 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2262 , to selected 3875
refer to /login.php instead of login.php.
whitespace adjustment
remove redundant code

Revision 2262 - Directory Listing - [select for diffs]
Modified Thu May 8 12:22:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2261 , to selected 3875
Rename the login form to l to avoid conflicting with the search form.

Revision 2261 - Directory Listing - [select for diffs]
Modified Wed May 7 10:44:10 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2260 , to selected 3875
Update GetPortID to treat virtual and physical categories differently.

Revision 2260 - Directory Listing - [select for diffs]
Modified Tue May 6 11:33:27 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2259 , to selected 3875
Use MAILTO instead of $mailto

Revision 2259 - Directory Listing - [select for diffs]
Modified Tue May 6 11:33:13 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2258 , to selected 3875
Use MAILTO instead of $mailto
HTML nits

Revision 2258 - Directory Listing - [select for diffs]
Modified Sat May 3 12:01:01 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2257 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2257 - Directory Listing - [select for diffs]
Modified Sat May 3 12:01:00 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2256 , to selected 3875
HTML nits

Revision 2256 - Directory Listing - [select for diffs]
Modified Fri May 2 18:38:01 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2255 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2255 - Directory Listing - [select for diffs]
Modified Fri May 2 18:38:00 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2254 , to selected 3875
Add the security notice report to the report table

Revision 2254 - Directory Listing - [select for diffs]
Modified Fri May 2 18:33:37 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2253 , to selected 3875
Fix typo

Revision 2253 - Directory Listing - [select for diffs]
Modified Fri May 2 18:04:35 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2252 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2252 - Directory Listing - [select for diffs]
Modified Fri May 2 18:04:34 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2251 , to selected 3875
Start using examples from email.pm

Revision 2251 - Directory Listing - [select for diffs]
Modified Fri May 2 18:04:18 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2250 , to selected 3875
Add defaults for email.pm

Revision 2250 - Directory Listing - [select for diffs]
Modified Fri May 2 18:03:02 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2249 , to selected 3875
Do a better sample

Revision 2249 - Directory Listing - [select for diffs]
Modified Fri May 2 13:28:30 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2248 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2248 - Directory Listing - [select for diffs]
Modified Fri May 2 13:28:29 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2247 , to selected 3875
layout nits

Revision 2247 - Directory Listing - [select for diffs]
Modified Fri May 2 12:53:02 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2246 , to selected 3875
Oops, got the table cells wrong

Revision 2246 - Directory Listing - [select for diffs]
Modified Fri May 2 12:49:50 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2245 , to selected 3875
HTML nits.  Because we have two forms, we need to put them into two tables

Revision 2245 - Directory Listing - [select for diffs]
Modified Fri May 2 12:34:30 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2244 , to selected 3875
html nits

Revision 2244 - Directory Listing - [select for diffs]
Modified Fri May 2 12:09:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2243 , to selected 3875
HTML nits

Revision 2243 - Directory Listing - [select for diffs]
Modified Thu May 1 11:59:23 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2242 , to selected 3875
fix typos

Revision 2242 - Directory Listing - [select for diffs]
Modified Tue Apr 29 16:25:52 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2241 , to selected 3875
move element_pathname to after a function it calls

Revision 2241 - Directory Listing - [select for diffs]
Modified Tue Apr 29 16:03:12 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2240 , to selected 3875
comment out some debugging

Revision 2240 - Directory Listing - [select for diffs]
Modified Tue Apr 29 15:59:26 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2239 , to selected 3875
Add function, triggers, etc, which were ommitted

Revision 2239 - Directory Listing - [select for diffs]
Modified Tue Apr 29 15:22:59 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2238 , to selected 3875
Add the announcement

Revision 2238 - Directory Listing - [select for diffs]
Modified Tue Apr 29 15:20:22 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2237 , to selected 3875
Point to the latest upgrade.

Revision 2237 - Directory Listing - [select for diffs]
Modified Tue Apr 29 15:14:29 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2236 , to selected 3875
We don't want to use SystemTimeAdjust here...

Revision 2236 - Directory Listing - [select for diffs]
Modified Tue Apr 29 15:13:52 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2235 , to selected 3875
In Stats_PortCountNewInterval, we shouldn't use SystemTimeAdjust

Revision 2235 - Directory Listing - [select for diffs]
Modified Tue Apr 29 14:02:08 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2234 , to selected 3875
When totaling categories, use the right formual depending on whether or
not it's a virtual category.

Revision 2234 - Directory Listing - [select for diffs]
Modified Tue Apr 29 14:01:28 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2233 , to selected 3875
When totaling categories, use the right formual depending on whether or
not it's a virtual category.

Supply a total.

Revision 2233 - Directory Listing - [select for diffs]
Modified Tue Apr 29 12:51:55 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2232 , to selected 3875
create element_pathname with an optional boolean

Revision 2232 - Directory Listing - [select for diffs]
Modified Tue Apr 29 12:45:11 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2231 , to selected 3875
Limit URLs to 70 visible characters.

Revision 2231 - Directory Listing - [select for diffs]
Modified Tue Apr 29 11:39:29 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2230 , to selected 3875
Add new defaults

Revision 2230 - Directory Listing - [select for diffs]
Modified Tue Apr 29 01:48:10 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2229 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2229 - Directory Listing - [select for diffs]
Modified Tue Apr 29 01:48:09 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2228 , to selected 3875
log all changes to the description

Revision 2228 - Directory Listing - [select for diffs]
Modified Mon Apr 28 23:43:54 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2227 , to selected 3875
More notes

Revision 2227 - Directory Listing - [select for diffs]
Modified Mon Apr 28 23:43:34 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2226 , to selected 3875
indicate the virtual categories

Revision 2226 - Directory Listing - [select for diffs]
Modified Mon Apr 28 23:19:30 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2225 , to selected 3875
Add our new announcement

Revision 2225 - Directory Listing - [select for diffs]
Modified Mon Apr 28 23:19:09 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2224 , to selected 3875
Put a date on this thing before we introduce the new title.

Revision 2224 - Directory Listing - [select for diffs]
Modified Mon Apr 28 22:25:10 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2223 , to selected 3875
update for the new release

Revision 2223 - Directory Listing - [select for diffs]
Modified Mon Apr 28 21:18:39 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2222 , to selected 3875
ignore tmp

Revision 2222 - Directory Listing - [select for diffs]
Modified Mon Apr 28 21:13:04 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2221 , to selected 3875
Add some new fields to the newsfeed and tidy up some formatting

Revision 2221 - Directory Listing - [select for diffs]
Modified Mon Apr 28 21:12:23 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2220 , to selected 3875
Put copyright years into a DEFINE
shorten URLs, the visible portion

Revision 2220 - Directory Listing - [select for diffs]
Modified Mon Apr 28 20:45:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2219 , to selected 3875
Let's bring this up to speed too

Revision 2219 - Directory Listing - [select for diffs]
Modified Mon Apr 28 20:27:28 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2218 , to selected 3875
Start using latest_commits_ports_anchor

Revision 2218 - Directory Listing - [select for diffs]
Modified Mon Apr 28 20:07:19 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2217 , to selected 3875
Remove housekeeping calls because we don't need that any more

Revision 2217 - Directory Listing - [select for diffs]
Modified Mon Apr 28 18:57:41 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2216 , to selected 3875
We use phorum-3.3.2a now

Revision 2216 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:25:15 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2215 , to selected 3875
use watch_list.in_service

Revision 2215 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:24:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2214 , to selected 3875
header updates
use watch_list.in_service

Revision 2214 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:24:38 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2213 , to selected 3875
Stop using hardcoded user id
start using watch_list.in_service

Revision 2213 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:23:22 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2212 , to selected 3875
add some debugging and use the right variable name

Revision 2212 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:21:52 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2211 , to selected 3875
update header
use only in_service watch lists

Revision 2211 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:21:36 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2210 , to selected 3875
update header

Revision 2210 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:21:13 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2209 , to selected 3875
remove FetchByName

Revision 2209 - Directory Listing - [select for diffs]
Modified Mon Apr 28 16:20:32 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2208 , to selected 3875
header update

Revision 2208 - Directory Listing - [select for diffs]
Modified Mon Apr 28 15:11:47 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2207 , to selected 3875
align graphic and text to middle

Revision 2207 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:39:43 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2206 , to selected 3875
add users.page_size

Revision 2206 - Directory Listing - [select for diffs]
Modified Mon Apr 28 03:37:47 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2205 , to selected 3875
Add user.page_size

Revision 2205 - Directory Listing - [select for diffs]
Modified Mon Apr 28 01:37:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2204 , to selected 3875
whitespace

Revision 2204 - Directory Listing - [select for diffs]
Modified Mon Apr 28 00:54:23 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2203 , to selected 3875
HTML nits

Revision 2203 - Directory Listing - [select for diffs]
Modified Mon Apr 28 00:29:48 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2202 , to selected 3875
HTML nits

Revision 2202 - Directory Listing - [select for diffs]
Modified Mon Apr 28 00:05:56 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2201 , to selected 3875
Make for valid HTML

Revision 2201 - Directory Listing - [select for diffs]
Modified Sun Apr 27 23:38:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2200 , to selected 3875
Add the valid css image

Revision 2200 - Directory Listing - [select for diffs]
Modified Sun Apr 27 20:33:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2199 , to selected 3875
Display the watch list name in the title and page header

Revision 2199 - Directory Listing - [select for diffs]
Modified Sun Apr 27 20:33:36 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2198 , to selected 3875
Let's fetch the data instead of just executing the query

Revision 2198 - Directory Listing - [select for diffs]
Modified Sun Apr 27 20:33:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2197 , to selected 3875
whitespace

Revision 2197 - Directory Listing - [select for diffs]
Modified Sun Apr 27 14:48:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2196 , to selected 3875
HTML nits

Revision 2196 - Directory Listing - [select for diffs]
Modified Sun Apr 27 14:47:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2195 , to selected 3875
use the right email check

Revision 2195 - Directory Listing - [select for diffs]
Modified Sun Apr 27 14:45:56 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2194 , to selected 3875
some html nits
count only the primary categories
include a note that the port total is incorrect

Revision 2194 - Directory Listing - [select for diffs]
Modified Sun Apr 27 14:44:30 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2193 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2193 - Directory Listing - [select for diffs]
Modified Sun Apr 27 14:44:29 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2192 , to selected 3875
grant select commit_log_ports_ignore for www

Revision 2192 - Directory Listing - [select for diffs]
Modified Sun Apr 27 13:36:15 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2191 , to selected 3875
First commit

Revision 2191 - Directory Listing - [select for diffs]
Modified Sat Apr 26 21:58:14 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2190 , to selected 3875
it's www, not wwww

Revision 2190 - Directory Listing - [select for diffs]
Modified Sat Apr 26 16:46:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2189 , to selected 3875
Add a new switch, AllowUserChanges, which indicates whether or not users
are allowed to make changes.  This is a system wide switch.  The intention
is to keep the website running, but disable changes, during an upgrade, etc.

Revision 2189 - Directory Listing - [select for diffs]
Modified Sat Apr 26 14:50:23 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2188 , to selected 3875
Fix some footers/side bars to use the functions, not the includes...

Revision 2188 - Directory Listing - [select for diffs]
Modified Sat Apr 26 14:41:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2187 , to selected 3875
Add a space before the security notice icon

Revision 2187 - Directory Listing - [select for diffs]
Modified Sat Apr 26 14:36:41 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2186 , to selected 3875
Add security_notice_audit triggers

Revision 2186 - Directory Listing - [select for diffs]
Modified Sat Apr 26 14:33:20 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2185 , to selected 3875
Start using SecurityNoticeAudit class

Revision 2185 - Directory Listing - [select for diffs]
Modified Sat Apr 26 14:32:51 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2184 , to selected 3875
Add SecurityNoticeAudit class

Revision 2184 - Directory Listing - [select for diffs]
Modified Sat Apr 26 13:15:47 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2183 , to selected 3875
Add security notice links

Revision 2183 - Directory Listing - [select for diffs]
Modified Sat Apr 26 12:50:15 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2182 , to selected 3875
Use int4 instead of int8 in some places.

Revision 2182 - Directory Listing - [select for diffs]
Modified Sat Apr 26 12:48:07 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2181 , to selected 3875
header changes

Revision 2181 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:43:30 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2180 , to selected 3875
Add a header so 404s are not generated for files.php

Revision 2180 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:27:44 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2179 , to selected 3875
whitespace adjustments

Revision 2179 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:09:43 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2178 , to selected 3875
remove microtime for start/finish of page rendering

Revision 2178 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:06:17 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2177 , to selected 3875
Add valid HTML link

Revision 2177 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:05:36 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2176 , to selected 3875
The VALID HTML icon

Revision 2176 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:03:25 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2175 , to selected 3875
HTML nits

Revision 2175 - Directory Listing - [select for diffs]
Modified Wed Apr 23 22:42:59 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2174 , to selected 3875
add commit_log_ports_ignore for commits
remove extraneous grant for ports_categories

Revision 2174 - Directory Listing - [select for diffs]
Modified Wed Apr 23 22:29:51 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2173 , to selected 3875
Let's do nice SQL

Revision 2173 - Directory Listing - [select for diffs]
Modified Wed Apr 23 22:14:56 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2172 , to selected 3875
remove duplicate trigger and function
add missing commit_log_update

Revision 2172 - Directory Listing - [select for diffs]
Modified Wed Apr 23 22:14:08 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2171 , to selected 3875
Add missing element_pathname which takes a boolean for leading /

Revision 2171 - Directory Listing - [select for diffs]
Modified Wed Apr 23 22:01:44 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2170 , to selected 3875
Supply the dbname and website URL when emailing out.

Revision 2170 - Directory Listing - [select for diffs]
Modified Wed Apr 23 19:47:07 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2169 , to selected 3875
move to a better directory structure

Revision 2169 - Directory Listing - [select for diffs]
Modified Wed Apr 23 19:17:12 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2168 , to selected 3875
Move to a user-independent directory structure

Revision 2168 - Directory Listing - [select for diffs]
Modified Wed Apr 23 17:51:43 2003 UTC (21 years, 11 months ago) by (unknown author)
Diff to previous 2167 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 2167 - Directory Listing - [select for diffs]
Modified Wed Apr 23 17:51:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2166 , to selected 3875
things to ignore

Revision 2166 - Directory Listing - [select for diffs]
Modified Wed Apr 23 17:51:06 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2165 , to selected 3875
Add MAILTO example

Revision 2165 - Directory Listing - [select for diffs]
Modified Wed Apr 23 17:51:00 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2164 , to selected 3875
fix errors which prevented compare from working.
use MAILTO from config file

Revision 2164 - Directory Listing - [select for diffs]
Modified Wed Apr 23 17:21:00 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2163 , to selected 3875
Add latest_commits table

Revision 2163 - Directory Listing - [select for diffs]
Modified Wed Apr 23 16:39:42 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2162 , to selected 3875
Allow an optional parameter, n, for the number of commits to return.
max 150.

Revision 2162 - Directory Listing - [select for diffs]
Modified Wed Apr 23 16:39:05 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2161 , to selected 3875
We don't have to update the housekeeping table any more.

Revision 2161 - Directory Listing - [select for diffs]
Modified Wed Apr 23 16:29:01 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2160 , to selected 3875
start using triggers instead of rules on latest_commits_ports and latest_commits

Revision 2160 - Directory Listing - [select for diffs]
Modified Wed Apr 23 16:28:31 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2159 , to selected 3875
remove anchor_clid and replace it with latest_commits_anchor and latest_commits_ports_anchor

Revision 2159 - Directory Listing - [select for diffs]
Modified Wed Apr 23 15:18:33 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2158 , to selected 3875
First commit, set local values here

Revision 2158 - Directory Listing - [select for diffs]
Modified Wed Apr 23 15:18:09 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2157 , to selected 3875
Add header

Revision 2157 - Directory Listing - [select for diffs]
Modified Wed Apr 23 15:17:33 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2156 , to selected 3875
Start using config.sh

Revision 2156 - Directory Listing - [select for diffs]
Modified Wed Apr 23 14:30:18 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2155 , to selected 3875
Use latest_commits_ports_anchor instead of Anchor_CLID

Revision 2155 - Directory Listing - [select for diffs]
Modified Wed Apr 23 14:29:34 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2154 , to selected 3875
Better handling and reporting of non-fatal errors.

Revision 2154 - Directory Listing - [select for diffs]
Modified Wed Apr 23 14:29:12 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2153 , to selected 3875
Add ReportErrorEmail and ReportErrorEmail

Revision 2153 - Directory Listing - [select for diffs]
Modified Wed Apr 23 14:27:12 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2152 , to selected 3875
Add permissions to commits for ports_categories

Revision 2152 - Directory Listing - [select for diffs]
Modified Wed Apr 23 14:16:45 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2151 , to selected 3875
expland and improve the MAILTO tools.

Revision 2151 - Directory Listing - [select for diffs]
Modified Tue Apr 22 17:28:56 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2150 , to selected 3875
standard headers

Revision 2150 - Directory Listing - [select for diffs]
Modified Wed Apr 16 02:43:07 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2149 , to selected 3875
Hmmm, when inserting, the check for old != new will fail, because there
is no old.

Revision 2149 - Directory Listing - [select for diffs]
Modified Wed Apr 16 02:02:48 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2148 , to selected 3875
remove duplicate GetPortID

Revision 2148 - Directory Listing - [select for diffs]
Modified Wed Apr 16 00:35:43 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2147 , to selected 3875
Add new trigger ports_categories_set

Revision 2147 - Directory Listing - [select for diffs]
Modified Wed Apr 16 00:35:28 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2146 , to selected 3875
WatchListStagingClear now takes and returns int8
and also renamed WatchListID to UserID to reflect new strategy

WatchListStagingLogClearing now takes int8

ports_categories_set is moved to ri.txt as it becomes a trigger

Revision 2146 - Directory Listing - [select for diffs]
Modified Mon Apr 14 00:41:19 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2145 , to selected 3875
Add optional leading slash to Element_Pathname

Revision 2145 - Directory Listing - [select for diffs]
Modified Sun Apr 13 19:53:50 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2144 , to selected 3875
turn off debugging

Revision 2144 - Directory Listing - [select for diffs]
Modified Sun Apr 13 19:48:07 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2143 , to selected 3875
Convert to new commits_latest_ports file
add port version/revision
add Security Alert flag

Revision 2143 - Directory Listing - [select for diffs]
Modified Sat Apr 12 19:23:48 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2142 , to selected 3875
check for config file

Revision 2142 - Directory Listing - [select for diffs]
Modified Sat Apr 12 19:21:33 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2141 , to selected 3875
- let's sort this instead of relying upon default order
- tidy up headers

Revision 2141 - Directory Listing - [select for diffs]
Modified Sat Apr 12 19:14:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2140 , to selected 3875
use a variable, not a hard coded constant

Revision 2140 - Directory Listing - [select for diffs]
Modified Sat Apr 12 12:48:24 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2139 , to selected 3875
move spooling directory one leve down

Revision 2139 - Directory Listing - [select for diffs]
Modified Sat Apr 12 12:39:58 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2138 , to selected 3875
also ignore config.sh

Revision 2138 - Directory Listing - [select for diffs]
Modified Sat Apr 12 12:38:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2137 , to selected 3875
better use of variables

Revision 2137 - Directory Listing - [select for diffs]
Modified Sat Apr 12 11:25:57 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2136 , to selected 3875
Update copyrights

Revision 2136 - Directory Listing - [select for diffs]
Modified Sat Apr 12 11:22:57 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2135 , to selected 3875
A new way of doing the queues

Revision 2135 - Directory Listing - [select for diffs]
Modified Thu Apr 10 16:32:09 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2134 , to selected 3875
Add the rules for commit_log_ports which keep it populated with new commits.
We still have to write the rules to clear out this table from time to time.

Revision 2134 - Directory Listing - [select for diffs]
Modified Thu Apr 10 13:19:47 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2133 , to selected 3875
By default, do not notify committers of problems.  Otherwise we'll have
each test system telling them.

Revision 2133 - Directory Listing - [select for diffs]
Modified Thu Apr 10 12:35:44 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2132 , to selected 3875
Indicate that we need a path to the scripts directory and things aren't always
in the home directory any more

Revision 2132 - Directory Listing - [select for diffs]
Modified Thu Apr 10 12:21:38 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2131 , to selected 3875
Adjust things for Postfix address extentions
(i.e. foo+bar@example.org) and to allow procmail to fail softly.

Revision 2131 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:51:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2130 , to selected 3875
Document

Revision 2130 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:46:45 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2129 , to selected 3875
Use this file to set configuration parameters such
as the location of the msgs tree and the scripts directory location.

Revision 2129 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:44:36 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2128 , to selected 3875
create the retry directory

Revision 2128 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:44:24 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2127 , to selected 3875
remove an echo

Revision 2127 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:39:21 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2126 , to selected 3875
Move to a better method of message handling.  This will allow
multiple databases per user and for the processing of multiple
incoming cvs-all streams.

Revision 2126 - Directory Listing - [select for diffs]
Modified Thu Apr 10 11:14:13 2003 UTC (21 years, 11 months ago) by dan
Diff to previous 2125 , to selected 3875
Use a different approach to pathnames.
This should make it easier for one user to process multiple
cvs-all streams.

Revision 2125 - Directory Listing - [select for diffs]
Modified Mon Apr 7 17:02:17 2003 UTC (22 years ago) by dan
Diff to previous 2124 , to selected 3875
Avoid a problem which occurs on the day after DST changes:
<               select (current_date - interval ''1 day'')::date
---
>               select (current_date - 1)::date

While here: whitespace adjustment

Revision 2124 - Directory Listing - [select for diffs]
Modified Sun Apr 6 16:26:27 2003 UTC (22 years ago) by dan
Diff to previous 2123 , to selected 3875
Better handle errors when they occur when mastersites

Revision 2123 - Directory Listing - [select for diffs]
Modified Sat Apr 5 00:45:33 2003 UTC (22 years ago) by dan
Diff to previous 2122 , to selected 3875
Better handle the lack of a pkg-descr file

Revision 2122 - Directory Listing - [select for diffs]
Modified Sat Apr 5 00:43:17 2003 UTC (22 years ago) by dan
Diff to previous 2121 , to selected 3875
catch and report command line flags we don't know about.

Revision 2121 - Directory Listing - [select for diffs]
Modified Sat Apr 5 00:42:52 2003 UTC (22 years ago) by dan
Diff to previous 2120 , to selected 3875
improve debugging and avoid undefined values for special conditions.

Revision 2120 - Directory Listing - [select for diffs]
Modified Sat Mar 29 14:03:14 2003 UTC (22 years ago) by dan
Diff to previous 2119 , to selected 3875
fix broken tag

Revision 2119 - Directory Listing - [select for diffs]
Modified Sat Mar 29 13:51:10 2003 UTC (22 years ago) by dan
Diff to previous 2118 , to selected 3875
Show zero values.

Revision 2118 - Directory Listing - [select for diffs]
Modified Sat Mar 29 13:39:33 2003 UTC (22 years ago) by dan
Diff to previous 2117 , to selected 3875
std headers

Revision 2117 - Directory Listing - [select for diffs]
Modified Wed Mar 26 19:04:52 2003 UTC (22 years ago) by dan
Diff to previous 2116 , to selected 3875
First commit

Revision 2116 - Directory Listing - [select for diffs]
Modified Wed Mar 26 18:54:31 2003 UTC (22 years ago) by dan
Diff to previous 2115 , to selected 3875
Message format has changed.  End of files now indicated by ______...

Revision 2115 - Directory Listing - [select for diffs]
Modified Mon Mar 24 12:14:20 2003 UTC (22 years ago) by dan
Diff to previous 2114 , to selected 3875
better handling if we don't find the port

Revision 2114 - Directory Listing - [select for diffs]
Modified Mon Mar 24 12:13:43 2003 UTC (22 years ago) by dan
Diff to previous 2113 , to selected 3875
fix typo

Revision 2113 - Directory Listing - [select for diffs]
Modified Mon Mar 24 12:13:28 2003 UTC (22 years ago) by dan
Diff to previous 2112 , to selected 3875
show the category name

Revision 2112 - Directory Listing - [select for diffs]
Modified Fri Mar 21 15:35:08 2003 UTC (22 years ago) by dan
Diff to previous 2111 , to selected 3875
Qualify the GROUP BY fields to satisfy PostgreSQL 7.3 requirements

Revision 2111 - Directory Listing - [select for diffs]
Modified Thu Mar 20 02:22:20 2003 UTC (22 years ago) by dan
Diff to previous 2110 , to selected 3875
Ask them to disable auto-responders.

Revision 2110 - Directory Listing - [select for diffs]
Modified Mon Mar 17 16:07:24 2003 UTC (22 years ago) by dan
Diff to previous 2109 , to selected 3875
Let's use English here...

Revision 2109 - Directory Listing - [select for diffs]
Modified Tue Mar 11 14:15:28 2003 UTC (22 years ago) by dan
Diff to previous 2108 , to selected 3875
add the Security report

Revision 2108 - Directory Listing - [select for diffs]
Modified Tue Mar 11 14:11:58 2003 UTC (22 years ago) by dan
Diff to previous 2107 , to selected 3875
change the report id to be the correct value
add security_notice to FROM list in SQL
better debugging messages

Revision 2107 - Directory Listing - [select for diffs]
Modified Tue Mar 11 13:54:24 2003 UTC (22 years ago) by dan
Diff to previous 2106 , to selected 3875
whitespace

Revision 2106 - Directory Listing - [select for diffs]
Modified Tue Mar 11 13:30:28 2003 UTC (22 years ago) by dan
Diff to previous 2105 , to selected 3875
remove debugging code

Revision 2105 - Directory Listing - [select for diffs]
Modified Tue Mar 11 13:28:56 2003 UTC (22 years ago) by dan
Diff to previous 2104 , to selected 3875
remove trailing ^M

Revision 2104 - Directory Listing - [select for diffs]
Modified Tue Mar 11 13:27:38 2003 UTC (22 years ago) by dan
Diff to previous 2103 , to selected 3875
remove references to bchosting by request.  They are away for a while..

Revision 2103 - Directory Listing - [select for diffs]
Modified Tue Mar 11 13:22:58 2003 UTC (22 years ago) by dan
Diff to previous 2102 , to selected 3875
First commit.  Untested.

Revision 2102 - Directory Listing - [select for diffs]
Modified Mon Mar 10 14:37:16 2003 UTC (22 years ago) by dan
Diff to previous 2101 , to selected 3875
Add freshports.conf.php
remove ? files

Revision 2101 - Directory Listing - [select for diffs]
Modified Mon Mar 10 14:36:16 2003 UTC (22 years ago) by dan
Diff to previous 2100 , to selected 3875
fix incorrect references to code definition

Revision 2100 - Directory Listing - [select for diffs]
Modified Mon Mar 10 14:35:46 2003 UTC (22 years ago) by dan
Diff to previous 2099 , to selected 3875
remove extraneous code

Revision 2099 - Directory Listing - [select for diffs]
Modified Sat Mar 8 18:18:52 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2098 , to selected 3875
Add permissions for security_notice_audit and security_notice_audit_id_seq.
Adjust permissions on security_notice to be less liberal.

Revision 2098 - Directory Listing - [select for diffs]
Modified Sat Mar 8 18:06:35 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2097 , to selected 3875
commits_latest_ports is now latest_commits_ports

Revision 2097 - Directory Listing - [select for diffs]
Modified Sat Mar 8 18:00:04 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2096 , to selected 3875
rename commits_latest_ports to latest_commits_ports

Revision 2096 - Directory Listing - [select for diffs]
Modified Sat Mar 8 17:38:46 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2095 , to selected 3875
Add security_notice_audit

Revision 2095 - Directory Listing - [select for diffs]
Modified Sat Mar 8 17:33:52 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2094 , to selected 3875
add trigger on security_notice for security_notice_audit

Revision 2094 - Directory Listing - [select for diffs]
Modified Sat Mar 8 16:23:48 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2093 , to selected 3875
Start using latest_commits_ports

Revision 2093 - Directory Listing - [select for diffs]
Modified Sat Mar 8 16:22:03 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2092 , to selected 3875
comment out a debugging statement

Revision 2092 - Directory Listing - [select for diffs]
Modified Sat Mar 8 16:21:42 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2091 , to selected 3875
doh, we should be loading classes/user_tasks.php
Avoid repeated IsTaskAllowed calls by using a variable
Allow trusted users to amend the security notice, not just add a new one.

Revision 2091 - Directory Listing - [select for diffs]
Modified Sat Mar 8 13:32:08 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2090 , to selected 3875
better logging

Revision 2090 - Directory Listing - [select for diffs]
Modified Sat Mar 8 13:31:41 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2089 , to selected 3875
use query, not sql
remove syslog calls - logging now done by stored procedure

Revision 2089 - Directory Listing - [select for diffs]
Modified Sat Mar 8 13:30:33 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2088 , to selected 3875
std headers

Revision 2088 - Directory Listing - [select for diffs]
Modified Sat Mar 8 13:05:26 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2087 , to selected 3875
add new stored procedure for security notices.

Revision 2087 - Directory Listing - [select for diffs]
Modified Sat Mar 8 13:05:02 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2086 , to selected 3875
start using the new stored procedure for security notices.

Revision 2086 - Directory Listing - [select for diffs]
Modified Fri Mar 7 20:31:43 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2085 , to selected 3875
Add rules for commit_log_ports.  Perhaps these should be changed into triggers.

Revision 2085 - Directory Listing - [select for diffs]
Modified Fri Mar 7 20:13:22 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2084 , to selected 3875
drop the old commits_latest_ports, create the new smaller leaner version

Revision 2084 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:25:52 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2083 , to selected 3875
allow www to update categories

Revision 2083 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:23:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2082 , to selected 3875
PR 251 - columns of user_tasks table should be user_id, task_id

Revision 2082 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:10:16 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2081 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2081 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:10:15 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2080 , to selected 3875
Allow trusted users to alter description for non-virtual categories.

Revision 2080 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:05:18 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2079 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2079 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:05:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2078 , to selected 3875
start using constants

Revision 2078 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:03:42 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2077 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2077 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:03:41 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2076 , to selected 3875
enhanced debugging

Revision 2076 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:03:22 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2075 , to selected 3875
turn off debugging

Revision 2075 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:03:09 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2074 , to selected 3875
actually loop and use more than just one task
start using constants

Revision 2074 - Directory Listing - [select for diffs]
Modified Thu Mar 6 21:26:43 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2073 , to selected 3875
fix debugging statement.
return id, not name when fetching by name.
add UpdateDescription to allow users to set description on new virtual categories

Revision 2073 - Directory Listing - [select for diffs]
Modified Thu Mar 6 21:24:31 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2072 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2072 - Directory Listing - [select for diffs]
Modified Thu Mar 6 21:24:30 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2071 , to selected 3875
whitespace only

Revision 2071 - Directory Listing - [select for diffs]
Modified Thu Mar 6 18:18:07 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2070 , to selected 3875
include the category name in the banner.

Revision 2070 - Directory Listing - [select for diffs]
Modified Thu Mar 6 17:57:36 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2069 , to selected 3875
Let's not make everyone automatically a super user.

Revision 2069 - Directory Listing - [select for diffs]
Modified Thu Mar 6 15:13:19 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2068 , to selected 3875
Add CategoryPortCount for category paging

Revision 2068 - Directory Listing - [select for diffs]
Modified Thu Mar 6 15:12:56 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2067 , to selected 3875
comment out debugging

Revision 2067 - Directory Listing - [select for diffs]
Modified Thu Mar 6 15:02:39 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2066 , to selected 3875
Better paging links

Revision 2066 - Directory Listing - [select for diffs]
Modified Thu Mar 6 15:02:16 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2065 , to selected 3875
Set default paging to 50

Revision 2065 - Directory Listing - [select for diffs]
Modified Thu Mar 6 14:20:45 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2064 , to selected 3875
Allow paging through category contents

Revision 2064 - Directory Listing - [select for diffs]
Modified Thu Mar 6 13:51:58 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2063 , to selected 3875
PostgreSQL 7.3 changes

Revision 2063 - Directory Listing - [select for diffs]
Modified Thu Mar 6 13:36:58 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2062 , to selected 3875
Changes for 7.3 compatibility

Revision 2062 - Directory Listing - [select for diffs]
Modified Wed Mar 5 23:26:54 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2061 , to selected 3875
remove tables no longer used

Revision 2061 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:40:48 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2060 , to selected 3875
turn off debugging

Revision 2060 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:37:26 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2059 , to selected 3875
make mention of default watch lists

Revision 2059 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:33:39 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2058 , to selected 3875
mention that this page operates only on one watch list at a time

Revision 2058 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:33:05 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2057 , to selected 3875
add EmptyAllLists

Revision 2057 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:32:53 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2056 , to selected 3875
implement empty_all correctly

Revision 2056 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:09:01 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2055 , to selected 3875
Add robots.txt

Revision 2055 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:07:34 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2054 , to selected 3875
simple debugging change

Revision 2054 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:07:13 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2053 , to selected 3875
use _REQUEST instead of _GET
oops, we didn't code for remove, just add.
when removing elements from the watch list, don't worry if it's not actually there...

Revision 2053 - Directory Listing - [select for diffs]
Modified Wed Mar 5 21:05:48 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2052 , to selected 3875
Handle the multiple watch lists correctly when fetching a single port

Revision 2052 - Directory Listing - [select for diffs]
Modified Wed Mar 5 19:52:51 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2051 , to selected 3875
Add GetPortID

Revision 2051 - Directory Listing - [select for diffs]
Modified Wed Mar 5 19:46:39 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2050 , to selected 3875
Keep the Makefile status the same as it's parent.
Do a CREATE OR REPLACE on categories_insert_update
add function for user_email_change trigger

Revision 2050 - Directory Listing - [select for diffs]
Modified Wed Mar 5 19:19:06 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2049 , to selected 3875
use TRIGGER not OPAQUE
convert some stuff to upper case

Revision 2049 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:46:10 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2048 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2048 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:46:09 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2047 , to selected 3875
virtual categories

Revision 2047 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:45:36 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2046 , to selected 3875
whitespace

Revision 2046 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:45:14 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2045 , to selected 3875
WatchListStagingLogDelete updated for multiple watch lists

Revision 2045 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:44:09 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2044 , to selected 3875
add trigger on categories for virtual categories

Revision 2044 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:42:32 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2043 , to selected 3875
permissions for ports_categories and commit_log_ports_ignore

Revision 2043 - Directory Listing - [select for diffs]
Modified Wed Mar 5 18:41:25 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2042 , to selected 3875
Use WatchListID not wlid
try some ' instead of "

Revision 2042 - Directory Listing - [select for diffs]
Modified Wed Mar 5 13:57:30 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2041 , to selected 3875
fix typo

Revision 2041 - Directory Listing - [select for diffs]
Modified Wed Mar 5 13:46:40 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2040 , to selected 3875
Fix GROUP by because of 7.3 changes

Revision 2040 - Directory Listing - [select for diffs]
Modified Wed Mar 5 13:13:40 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2039 , to selected 3875
virtual categories:

- Allow categories.element_id to be null
- create table clp (should be renamed)
- create table ports_categories

Revision 2039 - Directory Listing - [select for diffs]
Modified Wed Mar 5 13:07:44 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2038 , to selected 3875
To populate the new table

Revision 2038 - Directory Listing - [select for diffs]
Modified Wed Mar 5 13:07:35 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2037 , to selected 3875
module for new table

Revision 2037 - Directory Listing - [select for diffs]
Modified Tue Mar 4 23:09:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2036 , to selected 3875
Whitespace changes

Revision 2036 - Directory Listing - [select for diffs]
Modified Tue Mar 4 23:07:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2035 , to selected 3875
add support for commit_log_ports_ignore

Revision 2035 - Directory Listing - [select for diffs]
Modified Tue Mar 4 23:06:38 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2034 , to selected 3875
Virtual category support
whitespace changes

Revision 2034 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:51:13 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2033 , to selected 3875
convert some stuff to upper case, whitespace changes.

Revision 2033 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:28:47 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2032 , to selected 3875
virtual categories support

Revision 2032 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:24:21 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2031 , to selected 3875
add permissions for commit_log_ports_ignore

Revision 2031 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:19:37 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2030 , to selected 3875
define SUPER_USER and USER types

Revision 2030 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:10:56 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2029 , to selected 3875
Changes for virtual categories.

Revision 2029 - Directory Listing - [select for diffs]
Modified Tue Mar 4 22:00:21 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2028 , to selected 3875
Start using the port_categories table

Revision 2028 - Directory Listing - [select for diffs]
Modified Tue Mar 4 21:47:00 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2027 , to selected 3875
whitespace only

Revision 2027 - Directory Listing - [select for diffs]
Modified Tue Mar 4 19:05:52 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2026 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta-
2003_03_07'.
Revision 2026 - Directory Listing - [select for diffs]
Modified Tue Mar 4 19:05:51 2003 UTC (22 years, 1 month ago) by (unknown author)
Diff to previous 2025 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'FreshPorts_2003_05_04'.
Revision 2025 - Directory Listing - [select for diffs]
Modified Tue Mar 4 19:05:50 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2024 , to selected 3875
fix typo

Revision 2024 - Directory Listing - [select for diffs]
Modified Tue Mar 4 17:38:43 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2023 , to selected 3875
fix a broken tag

Revision 2023 - Directory Listing - [select for diffs]
Modified Mon Mar 3 19:22:42 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2022 , to selected 3875
/www/ => /usr/websites/

Revision 2022 - Directory Listing - [select for diffs]
Modified Mon Mar 3 19:20:59 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2021 , to selected 3875
logs -> log

Revision 2021 - Directory Listing - [select for diffs]
Modified Mon Mar 3 19:12:40 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2020 , to selected 3875
Let's try some better options here...

Revision 2020 - Directory Listing - [select for diffs]
Modified Mon Mar 3 14:21:00 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2019 , to selected 3875
whitespace

Revision 2019 - Directory Listing - [select for diffs]
Modified Wed Feb 26 16:17:27 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2018 , to selected 3875
Let's try some better names for ALT text fields.

Revision 2018 - Directory Listing - [select for diffs]
Modified Wed Feb 26 16:17:06 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2017 , to selected 3875
HTML validation

Revision 2017 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:40:13 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2016 , to selected 3875
rename ports_refresh_ignore to commit_log_ports_ignore

Revision 2016 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:10:20 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2015 , to selected 3875
For mainttaining commit_log_ports_ignore

Revision 2015 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:09:57 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2014 , to selected 3875
Add new functions to support NeedsRefreshClear

Revision 2014 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:09:23 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2013 , to selected 3875
This seems to work now.

Revision 2013 - Directory Listing - [select for diffs]
Modified Tue Feb 25 15:25:15 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2012 , to selected 3875
Show me the unrefreshed ports.

Revision 2012 - Directory Listing - [select for diffs]
Modified Tue Feb 25 15:18:51 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2011 , to selected 3875
Name the column to cater for PostgreSQL 7.3 changes

Revision 2011 - Directory Listing - [select for diffs]
Modified Tue Feb 25 15:18:15 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2010 , to selected 3875
display refresh symbol for unrefreshed ports

Revision 2010 - Directory Listing - [select for diffs]
Modified Tue Feb 25 15:17:58 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2009 , to selected 3875
whitespace

Revision 2009 - Directory Listing - [select for diffs]
Modified Tue Feb 25 15:16:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2008 , to selected 3875
Include needs_refresh for each commit

Revision 2008 - Directory Listing - [select for diffs]
Modified Tue Feb 25 14:13:27 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2007 , to selected 3875
Add an optional number of days to go back.

Revision 2007 - Directory Listing - [select for diffs]
Modified Fri Feb 21 22:17:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2006 , to selected 3875
rename ports_refresh_ignore (it was ports_refesh_ignore)

Revision 2006 - Directory Listing - [select for diffs]
Modified Fri Feb 21 21:38:31 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2005 , to selected 3875
Only fetch files for port tree commits

Revision 2005 - Directory Listing - [select for diffs]
Modified Fri Feb 21 21:24:35 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2004 , to selected 3875
Let's order by message_id, a business value, rather than commit_log_id,
which is something we set.

Revision 2004 - Directory Listing - [select for diffs]
Modified Fri Feb 21 20:49:37 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2003 , to selected 3875
use FreshPorts not Freshports

Revision 2003 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:37:47 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2002 , to selected 3875
fix sorting error

Revision 2002 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:23:23 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2001 , to selected 3875
Make sure we display the master sites.

Revision 2001 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:16:30 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 2000 , to selected 3875
add parameters to display master sites, make commit table header narrower, don't wrap on date column

Revision 2000 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:14:43 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1999 , to selected 3875
limit 50

Revision 1999 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:13:52 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1998 , to selected 3875
white space

Revision 1998 - Directory Listing - [select for diffs]
Modified Fri Feb 21 19:13:39 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1997 , to selected 3875
turn off debugging
use the categories table

Revision 1997 - Directory Listing - [select for diffs]
Modified Fri Feb 21 18:03:39 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1996 , to selected 3875
Fix group by problem under 7.3

Revision 1996 - Directory Listing - [select for diffs]
Modified Fri Feb 21 15:51:32 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1995 , to selected 3875
Start using serial so we can remove the add sequence commands
a few other random changes
Part of upgrading to PostgreSQL 7.3

Revision 1995 - Directory Listing - [select for diffs]
Modified Thu Feb 20 22:29:19 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1994 , to selected 3875
Part of upgrade to 7.3 - use "timestamp with time zone" instead of "timestamp"

Revision 1994 - Directory Listing - [select for diffs]
Modified Thu Feb 20 21:00:13 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1993 , to selected 3875
It seems I deleted a great deal during a previous commit.

Revision 1993 - Directory Listing - [select for diffs]
Modified Mon Feb 17 20:52:48 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1992 , to selected 3875
Add commits_latest, which seems to have been deleted/omitted.

Revision 1992 - Directory Listing - [select for diffs]
Modified Mon Feb 17 20:42:17 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1991 , to selected 3875
Some changes, don't know what...

Revision 1991 - Directory Listing - [select for diffs]
Modified Thu Feb 13 13:25:18 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1990 , to selected 3875
Place removal of pkg directory to be after make command has run.
Ignore COMMENTFILE.  COMMENT should now always work.
remove large unused portion of needs_refrseh for new ports

Revision 1990 - Directory Listing - [select for diffs]
Modified Tue Feb 11 21:27:16 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1989 , to selected 3875
Align that TD left

Revision 1989 - Directory Listing - [select for diffs]
Modified Tue Feb 11 18:16:28 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1988 , to selected 3875
Disable debugging.

Revision 1988 - Directory Listing - [select for diffs]
Modified Tue Feb 11 18:14:03 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1987 , to selected 3875
Display the link to the files in the same place as the version/revision.

Revision 1987 - Directory Listing - [select for diffs]
Modified Mon Feb 10 18:00:56 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1986 , to selected 3875
We don't always fetch the comment file because now COMMENTFILE and COMMENT
both exist.

Revision 1986 - Directory Listing - [select for diffs]
Modified Mon Feb 10 18:00:22 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1985 , to selected 3875
print the command as part of debugging

Revision 1985 - Directory Listing - [select for diffs]
Modified Mon Feb 10 16:55:31 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1984 , to selected 3875
remove trailing control-m's

Revision 1984 - Directory Listing - [select for diffs]
Modified Mon Feb 10 16:52:14 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1983 , to selected 3875
remove trailing control-m's
add master sites

Revision 1983 - Directory Listing - [select for diffs]
Modified Mon Feb 10 16:01:31 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1982 , to selected 3875
chomp the longdescription and mastersites to remove trailing whitespace.
whitespace changes.

Revision 1982 - Directory Listing - [select for diffs]
Modified Mon Feb 10 15:32:40 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1981 , to selected 3875
Start using COMMENT and COMMENTFILE to cope with recent changes

Revision 1981 - Directory Listing - [select for diffs]
Modified Mon Feb 10 15:31:19 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1980 , to selected 3875
Check sth
whitespace

Revision 1980 - Directory Listing - [select for diffs]
Modified Mon Feb 10 15:05:27 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1979 , to selected 3875
white space changes to SQL

Revision 1979 - Directory Listing - [select for diffs]
Modified Mon Feb 10 14:59:20 2003 UTC (22 years, 1 month ago) by dan
Diff to previous 1978 , to selected 3875
Add names provided by Chuck Rouillard.

Revision 1978 - Directory Listing - [select for diffs]
Modified Mon Feb 3 13:11:02 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1977 , to selected 3875
Fix broken tag.  Remove Control-m

Revision 1977 - Directory Listing - [select for diffs]
Modified Fri Jan 31 05:24:15 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1976 , to selected 3875
First commit

Revision 1976 - Directory Listing - [select for diffs]
Modified Thu Jan 30 02:52:47 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1975 , to selected 3875
Turn debugging off

Revision 1975 - Directory Listing - [select for diffs]
Modified Thu Jan 30 02:51:58 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1974 , to selected 3875
Try doing the join a bit faster.

Revision 1974 - Directory Listing - [select for diffs]
Modified Fri Jan 24 17:41:34 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1973 , to selected 3875
Add $RejectExternalSearches

Revision 1973 - Directory Listing - [select for diffs]
Modified Fri Jan 24 17:41:12 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1972 , to selected 3875
Look for external searches and reject them...

Revision 1972 - Directory Listing - [select for diffs]
Modified Thu Jan 23 13:35:39 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1971 , to selected 3875
Deal with external searchers.

Revision 1971 - Directory Listing - [select for diffs]
Modified Tue Jan 21 13:33:17 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1970 , to selected 3875
remove pring which was screwing up processing

Revision 1970 - Directory Listing - [select for diffs]
Modified Mon Jan 20 20:05:37 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1969 , to selected 3875
remove ^M

Revision 1969 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:41:22 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1968 , to selected 3875
Adjust quoting to get hostname

Revision 1968 - Directory Listing - [select for diffs]
Modified Sat Jan 18 15:00:50 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1967 , to selected 3875
in perl, we use 0, not FALSE

Revision 1967 - Directory Listing - [select for diffs]
Modified Wed Jan 15 05:30:18 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1966 , to selected 3875
Don't commit prematurely

Revision 1966 - Directory Listing - [select for diffs]
Modified Wed Jan 15 04:56:45 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1965 , to selected 3875
turn autocommit off
do the rollback/commit
some whitespace changes

Revision 1965 - Directory Listing - [select for diffs]
Modified Wed Jan 15 04:55:51 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1964 , to selected 3875
handle the temp file better

Revision 1964 - Directory Listing - [select for diffs]
Modified Wed Jan 15 04:53:40 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1963 , to selected 3875
how about some instructions, for the next time we do this

Revision 1963 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:12:51 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1962 , to selected 3875
start using IsTaskAllowed from user class

Revision 1962 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:12:29 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1961 , to selected 3875
Add freshports_Tasks_SecurityNoticeAdd

Revision 1961 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:12:04 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1960 , to selected 3875
Upon setting security notification, set housekeeping refresh = 2 for ports

Revision 1960 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:10:59 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1959 , to selected 3875
Allow housekeeping to be updated from www

Revision 1959 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:10:33 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1958 , to selected 3875
whitespace

Revision 1958 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:10:04 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1957 , to selected 3875
Don't set message id on retrieve
return message id

Revision 1957 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:09:33 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1956 , to selected 3875
remove Rename, added in error.
add IsTaskAllowed

Revision 1956 - Directory Listing - [select for diffs]
Modified Fri Jan 10 17:14:16 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1955 , to selected 3875
In commits_latest_ports, add security_notice_id

Revision 1955 - Directory Listing - [select for diffs]
Modified Fri Jan 10 17:12:22 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1954 , to selected 3875
put a zero border around the security icon

Revision 1954 - Directory Listing - [select for diffs]
Modified Fri Jan 10 17:07:03 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1953 , to selected 3875
Show the security notice flag

Revision 1953 - Directory Listing - [select for diffs]
Modified Fri Jan 10 16:03:25 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1952 , to selected 3875
Allow us to add users to tasks

Revision 1952 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:58:02 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1951 , to selected 3875
Add this image

Revision 1951 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:57:27 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1950 , to selected 3875
remove unused code for start/stop
some whitespace changes

Revision 1950 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:56:29 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1949 , to selected 3875
add note about the new security icon

Revision 1949 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:56:14 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1948 , to selected 3875
Add facility for marking a commit as security related

Revision 1948 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:55:17 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1947 , to selected 3875
add Sequence_Security_Notice_ID

Revision 1947 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:55:02 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1946 , to selected 3875
add TITLE field to icons
added freshports_Security_Icon
Added security icon to port description page
some whitespace changes

Revision 1946 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:52:53 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1945 , to selected 3875
use new portnames

Revision 1945 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:52:31 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1944 , to selected 3875
remove old and unused security_notice, security_notice_elements and security_notice_log
add tasks and user_tasks
start using new security_notice

Revision 1944 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:51:30 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1943 , to selected 3875
New class

Revision 1943 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:51:12 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1942 , to selected 3875
whitespace

Revision 1942 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:50:53 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1941 , to selected 3875
Add FetchByMessageId

Revision 1941 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:50:33 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1940 , to selected 3875
Start pulling stuff in from the new security_notice table.

Revision 1940 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:49:45 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1939 , to selected 3875
Add new function GetTasks

Revision 1939 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:49:31 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1938 , to selected 3875
Use AddSlashes correctly

Revision 1938 - Directory Listing - [select for diffs]
Modified Thu Jan 9 19:45:28 2003 UTC (22 years, 2 months ago) by dan
Diff to previous 1937 , to selected 3875
redo the security notice tables to be more compact
rearrange the diagram for printing

Revision 1937 - Directory Listing - [select for diffs]
Modified Mon Jan 6 23:59:29 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1936 , to selected 3875
fix use of freshports_BannerSpace

Revision 1936 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:17:00 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1935 , to selected 3875
use freshports_SideBar() and freshports_ShowFooter()
whitespace changes

Revision 1935 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:15:30 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1934 , to selected 3875
something wrong here I think, needs to be checked.

Revision 1934 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:14:45 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1933 , to selected 3875
use freshports_SideBar() and freshports_ShowFooter()

Revision 1933 - Directory Listing - [select for diffs]
Modified Sun Jan 5 13:14:57 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1932 , to selected 3875
use freshports_SideBar

Revision 1932 - Directory Listing - [select for diffs]
Modified Sun Jan 5 13:14:13 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1931 , to selected 3875
whitespace only

Revision 1931 - Directory Listing - [select for diffs]
Modified Sun Jan 5 13:13:33 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1930 , to selected 3875
use the correct global name

Revision 1930 - Directory Listing - [select for diffs]
Modified Sat Jan 4 17:20:39 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1929 , to selected 3875
Adjust copyright

Revision 1929 - Directory Listing - [select for diffs]
Modified Sat Jan 4 17:20:14 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1928 , to selected 3875
fix copyright

Revision 1928 - Directory Listing - [select for diffs]
Modified Sat Jan 4 17:11:44 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1927 , to selected 3875
Correctly delete all the lists when asked to do so.

Revision 1927 - Directory Listing - [select for diffs]
Modified Sat Jan 4 17:11:02 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1926 , to selected 3875
Add DeleteAllLists

Revision 1926 - Directory Listing - [select for diffs]
Modified Sat Jan 4 17:10:45 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1925 , to selected 3875
Correctly count the number of watch lists for a given user.

Revision 1925 - Directory Listing - [select for diffs]
Modified Wed Jan 1 13:49:33 2003 UTC (22 years, 3 months ago) by dan
Diff to previous 1924 , to selected 3875
update copyright

Revision 1924 - Directory Listing - [select for diffs]
Modified Wed Dec 18 17:55:24 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1923 , to selected 3875
add more help messages

Revision 1923 - Directory Listing - [select for diffs]
Modified Wed Dec 18 17:44:29 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1922 , to selected 3875
use SetLastWatchListChosen and GetDefaultWatchListID

Revision 1922 - Directory Listing - [select for diffs]
Modified Wed Dec 18 17:33:27 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1921 , to selected 3875
use wlid instead of watch_list_id

Revision 1921 - Directory Listing - [select for diffs]
Modified Tue Dec 17 20:07:09 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1920 , to selected 3875
get rid of that double echo

Revision 1920 - Directory Listing - [select for diffs]
Modified Tue Dec 17 16:55:18 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1919 , to selected 3875
Say if the notifications are disabled

Revision 1919 - Directory Listing - [select for diffs]
Modified Tue Dec 17 16:39:45 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1918 , to selected 3875
include the database name in the message

Revision 1918 - Directory Listing - [select for diffs]
Modified Tue Dec 17 16:30:22 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1917 , to selected 3875
Lots of changes to fix errors/warnings found by pressing F4.
Add housekeeping.id to explore speed improvements

Revision 1917 - Directory Listing - [select for diffs]
Modified Tue Dec 17 16:27:18 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1916 , to selected 3875
Add key to housekeeping table.

Revision 1916 - Directory Listing - [select for diffs]
Modified Tue Dec 17 16:26:46 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1915 , to selected 3875
white space changes only

Revision 1915 - Directory Listing - [select for diffs]
Modified Tue Dec 17 15:50:48 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1914 , to selected 3875
Add switch for notifying committers

Revision 1914 - Directory Listing - [select for diffs]
Modified Tue Dec 17 13:28:30 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1913 , to selected 3875
white space changes only

Revision 1913 - Directory Listing - [select for diffs]
Modified Mon Dec 16 17:12:00 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1912 , to selected 3875
white space changes

Revision 1912 - Directory Listing - [select for diffs]
Modified Mon Dec 16 17:11:36 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1911 , to selected 3875
add X-header

Revision 1911 - Directory Listing - [select for diffs]
Modified Mon Dec 16 17:11:17 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1910 , to selected 3875
whitespace changes

Revision 1910 - Directory Listing - [select for diffs]
Modified Mon Dec 16 16:19:17 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1909 , to selected 3875
PR 235 - WatchList needs to use UserID when deleting items.

Revision 1909 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:39:44 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1908 , to selected 3875
Set focus when the page loads

Revision 1908 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:36:56 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1907 , to selected 3875
Make this work with multiple watch lists.

Revision 1907 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:36:41 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1906 , to selected 3875
use wlid instead of watch_list_id
Starting using GetDefaultWatchListID
Make this work with multiple watch lists.

Revision 1906 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:35:58 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1905 , to selected 3875
use wlid instead of watch_list_id
Starting using GetDefaultWatchListID

Revision 1905 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:35:08 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1904 , to selected 3875
Use a div instead of a P

Revision 1904 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:34:41 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1903 , to selected 3875
Only show ads if we are showing ads.

Revision 1903 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:33:13 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1902 , to selected 3875
Change watch_list_id to wlid

Revision 1902 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:32:06 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1901 , to selected 3875
Add GetDefaultWatchListID

Revision 1901 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:31:50 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1900 , to selected 3875
Add FetchByName

Revision 1900 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:31:22 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1899 , to selected 3875
Add SetLastWatchListChosen

Revision 1899 - Directory Listing - [select for diffs]
Modified Mon Dec 16 13:31:01 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1898 , to selected 3875
Set debug off

Revision 1898 - Directory Listing - [select for diffs]
Modified Sun Dec 15 15:55:53 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1897 , to selected 3875
Don't use userid

Revision 1897 - Directory Listing - [select for diffs]
Modified Fri Dec 13 20:35:27 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1896 , to selected 3875
Start using multiple watch lists

Revision 1896 - Directory Listing - [select for diffs]
Modified Fri Dec 13 20:34:34 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1895 , to selected 3875
remove GetWatchID

Revision 1895 - Directory Listing - [select for diffs]
Modified Fri Dec 13 19:40:24 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1894 , to selected 3875
Retrieve data based upon category name, not category id.

Revision 1894 - Directory Listing - [select for diffs]
Modified Thu Dec 12 05:28:11 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1893 , to selected 3875
Add some more meta commands, cache, etc.

Revision 1893 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:59:13 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1892 , to selected 3875
Add headers to each mail message.

Revision 1892 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:57:52 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1891 , to selected 3875
Use new email function.  Put watch list name in subject.

Revision 1891 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:57:11 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1890 , to selected 3875
Add a new parameter, Headers.

Revision 1890 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:48:50 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1889 , to selected 3875
Replaced by report-notification.pl

Revision 1889 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:38:35 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1888 , to selected 3875
white space changes

Revision 1888 - Directory Listing - [select for diffs]
Modified Thu Dec 12 04:37:52 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1887 , to selected 3875
Fix to work with multiple watch lists per person.
Put the frequency and watch list name into the headers.

Revision 1887 - Directory Listing - [select for diffs]
Modified Thu Dec 12 02:45:29 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1886 , to selected 3875
use echo freshports_ErrorMessage

Revision 1886 - Directory Listing - [select for diffs]
Modified Thu Dec 12 02:45:28 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1885 , to selected 3875
use echo freshports_ErrorMessage

Revision 1885 - Directory Listing - [select for diffs]
Modified Thu Dec 12 02:23:12 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1884 , to selected 3875
Fix badly constructed code

Revision 1884 - Directory Listing - [select for diffs]
Modified Thu Dec 12 02:22:44 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1883 , to selected 3875
Use echo

Revision 1883 - Directory Listing - [select for diffs]
Modified Thu Dec 12 02:21:39 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1882 , to selected 3875
Check for invalid names

Revision 1882 - Directory Listing - [select for diffs]
Modified Wed Dec 11 22:42:50 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1881 , to selected 3875
partial changes to checking for legal watch list names

Revision 1881 - Directory Listing - [select for diffs]
Modified Wed Dec 11 18:15:09 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1880 , to selected 3875
Remove "explain analyze"

Revision 1880 - Directory Listing - [select for diffs]
Modified Wed Dec 11 17:49:11 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1879 , to selected 3875
lots of whitespace changes
rearrange the SQL to improve performance.
see http://www.freebsddiary.org/samples/PostgresSQL/ports-new.txt

Revision 1879 - Directory Listing - [select for diffs]
Modified Wed Dec 11 17:47:23 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1878 , to selected 3875
whitespace changes only

Revision 1878 - Directory Listing - [select for diffs]
Modified Wed Dec 11 16:33:42 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1877 , to selected 3875
remove freshports_MainWatchID

Revision 1877 - Directory Listing - [select for diffs]
Modified Wed Dec 11 16:19:52 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1876 , to selected 3875
add:
users.watch_list_add_remove
users.max_number_watch_lists

Revision 1876 - Directory Listing - [select for diffs]
Modified Wed Dec 11 16:18:08 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1875 , to selected 3875
Tell people they can have no more than 5 watch lists unless otherwise
arranged.

Revision 1875 - Directory Listing - [select for diffs]
Modified Wed Dec 11 16:17:12 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1874 , to selected 3875
limit watch lists to users.max_number_watch_lists

Revision 1874 - Directory Listing - [select for diffs]
Modified Wed Dec 11 14:58:57 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1873 , to selected 3875
Use a standard spam filter message

Revision 1873 - Directory Listing - [select for diffs]
Modified Wed Dec 11 05:07:57 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1872 , to selected 3875
Handle the special case of no subscriptions.

Revision 1872 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:44:42 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1871 , to selected 3875
use ' instead of "

Revision 1871 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:44:10 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1870 , to selected 3875
use ' instead of "
whitespace changes
attempt to not wrap date

Revision 1870 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:43:01 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1869 , to selected 3875
forced commit to say use ' instead of "

Revision 1869 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:42:46 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1868 , to selected 3875
use $_REQUEST
use ' instead of "
Get it working again

Revision 1868 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:42:05 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1867 , to selected 3875
Use $_REQUEST
Get it working again.

Revision 1867 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:40:46 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1866 , to selected 3875
use ' instead of "
use $_REQUEST

Revision 1866 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:38:02 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1865 , to selected 3875
use ' instead of "
whitespace changes

Revision 1865 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:37:02 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1864 , to selected 3875
Convert to new User class
use ' instead of "

Revision 1864 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:36:21 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1863 , to selected 3875
use ' instead of "

Revision 1863 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:35:51 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1862 , to selected 3875
use $_REQUEST

Revision 1862 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:35:24 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1861 , to selected 3875
use freshports_PortDescriptionPrint with a limit on output.
use ' instead of "

Revision 1861 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:33:45 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1860 , to selected 3875
adjust comments

Revision 1860 - Directory Listing - [select for diffs]
Modified Wed Dec 11 04:32:52 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1859 , to selected 3875
adjust error handling

Revision 1859 - Directory Listing - [select for diffs]
Modified Tue Dec 10 20:51:01 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1858 , to selected 3875
some whitespace changes
Use User class.  use " instead of '.

Revision 1858 - Directory Listing - [select for diffs]
Modified Tue Dec 10 20:50:35 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1857 , to selected 3875
remove WatchListID

Revision 1857 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:40:49 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1856 , to selected 3875
Tell them about the multiple watch lists

Revision 1856 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:14:02 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1855 , to selected 3875
Some whitespace changes
Add _UndeleteResurrectedPorts

Revision 1855 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:13:29 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1854 , to selected 3875
add update_status
whitespace changes

Revision 1854 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:12:55 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1853 , to selected 3875
whitespace changes

Revision 1853 - Directory Listing - [select for diffs]
Modified Tue Dec 10 17:56:10 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1852 , to selected 3875
Show deleted status
fix column wrap

Revision 1852 - Directory Listing - [select for diffs]
Modified Tue Dec 10 16:50:55 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1851 , to selected 3875
Fix missing '
include constants.pm

Revision 1851 - Directory Listing - [select for diffs]
Modified Tue Dec 10 16:16:00 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1850 , to selected 3875
Use the constants provided.

Revision 1850 - Directory Listing - [select for diffs]
Modified Tue Dec 10 16:12:36 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1849 , to selected 3875
whitespace changes
Add FreshPorts::Constants::ReportDeletedPorts

Revision 1849 - Directory Listing - [select for diffs]
Modified Tue Dec 10 15:56:38 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1848 , to selected 3875
more whitespace changes

Revision 1848 - Directory Listing - [select for diffs]
Modified Tue Dec 10 15:38:53 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1847 , to selected 3875
Whitespace changes

Revision 1847 - Directory Listing - [select for diffs]
Modified Tue Dec 10 15:26:50 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1846 , to selected 3875
white space changes

Revision 1846 - Directory Listing - [select for diffs]
Modified Tue Dec 10 05:13:33 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1845 , to selected 3875
use require_once instead of include

Revision 1845 - Directory Listing - [select for diffs]
Modified Tue Dec 10 05:07:22 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1844 , to selected 3875
use require_once instead of include

Revision 1844 - Directory Listing - [select for diffs]
Modified Tue Dec 10 05:06:01 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1843 , to selected 3875
use require_once

Revision 1843 - Directory Listing - [select for diffs]
Modified Tue Dec 10 05:04:39 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1842 , to selected 3875
Use require_once

Revision 1842 - Directory Listing - [select for diffs]
Modified Tue Dec 10 04:43:03 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1841 , to selected 3875
remove extra COMMIT

Revision 1841 - Directory Listing - [select for diffs]
Modified Tue Dec 10 04:42:36 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1840 , to selected 3875
Add another note to help the user

Revision 1840 - Directory Listing - [select for diffs]
Modified Tue Dec 10 04:42:06 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1839 , to selected 3875
uncomment code

Revision 1839 - Directory Listing - [select for diffs]
Modified Tue Dec 10 04:05:21 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1838 , to selected 3875
Fix typo

Revision 1838 - Directory Listing - [select for diffs]
Modified Tue Dec 10 04:00:20 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1837 , to selected 3875
Use require_once instead of require

Revision 1837 - Directory Listing - [select for diffs]
Modified Tue Dec 10 03:59:12 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1836 , to selected 3875
Show which watch lists contain the element

Revision 1836 - Directory Listing - [select for diffs]
Modified Tue Dec 10 03:58:19 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1835 , to selected 3875
Show all the watch lists and allow the user to select which ones should
contain the element.

Revision 1835 - Directory Listing - [select for diffs]
Modified Tue Dec 10 03:57:30 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1834 , to selected 3875
remove commented out code.
Use UserID not User->ID here.
use require_once.

Revision 1834 - Directory Listing - [select for diffs]
Modified Tue Dec 10 03:56:26 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1833 , to selected 3875
Show all watch lists regardless of whether or not the element is on the list.
Improve debugging.

Revision 1833 - Directory Listing - [select for diffs]
Modified Tue Dec 10 03:55:45 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1832 , to selected 3875
Add DeleteElementFromWatchLists

Revision 1832 - Directory Listing - [select for diffs]
Modified Mon Dec 9 21:03:30 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1831 , to selected 3875
Fix a mistaken query

Revision 1831 - Directory Listing - [select for diffs]
Modified Mon Dec 9 21:01:15 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1830 , to selected 3875
Add debugging flag

Revision 1830 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:42:48 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1829 , to selected 3875
Add some debugging

Revision 1829 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:42:36 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1828 , to selected 3875
use require_once

Revision 1828 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:39:52 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1827 , to selected 3875
start using new class User

Revision 1827 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:38:12 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1826 , to selected 3875
start using new class User
lots of whitespace changes.

Revision 1826 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:37:47 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1825 , to selected 3875
Start using new class User

Revision 1825 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:33:03 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1824 , to selected 3875
Start using class watch_list_element.
Use class User.

Revision 1824 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:32:22 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1823 , to selected 3875
use class user

Revision 1823 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:31:15 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1822 , to selected 3875
alter freshports_Files to use class User.

Revision 1822 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:30:31 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1821 , to selected 3875
Add $WatchListAsk parameters to freshports_Watch_Link_Add and
freshports_Watch_Link_Remove.

When displaying $port->date_added, show "unknown" as appropriate.

Revision 1821 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:29:09 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1820 , to selected 3875
Start using $User class
There will be more changes required here to complete this process.

Revision 1820 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:28:13 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1819 , to selected 3875
use $User class

Revision 1819 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:27:55 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1818 , to selected 3875
Modify freshports_WatchListDDLB to add new optional parameter element_id.
Optionally show the number of watch lists upon which the element resides.

Revision 1818 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:24:03 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1817 , to selected 3875
Use onwatchlist not watch

Revision 1817 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:23:42 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1816 , to selected 3875
use new watch list structure

Revision 1816 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:22:49 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1815 , to selected 3875
Start using the new User class

Revision 1815 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:22:19 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1814 , to selected 3875
Add FetchByCookie

Revision 1814 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:21:46 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1813 , to selected 3875
Add watch_list_count, which is optional

Revision 1813 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:21:16 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1812 , to selected 3875
Optionally show whether or not a given element is on the list

Revision 1812 - Directory Listing - [select for diffs]
Modified Mon Dec 9 20:20:44 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1811 , to selected 3875
First commit

Revision 1811 - Directory Listing - [select for diffs]
Modified Mon Dec 9 15:03:06 2002 UTC (22 years, 3 months ago) by dan
Diff to previous 1810 , to selected 3875
hide debugging

Revision 1810 - Directory Listing - [select for diffs]
Modified Sun Dec 8 17:46:25 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1809 , to selected 3875
Add users.watch_list_add_remove

Revision 1809 - Directory Listing - [select for diffs]
Modified Sun Dec 8 17:34:43 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1808 , to selected 3875
Start using user class for setting watch_list_add_remove

Revision 1808 - Directory Listing - [select for diffs]
Modified Sun Dec 8 17:34:21 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1807 , to selected 3875
Add the user class.  still pretty basic.

Revision 1807 - Directory Listing - [select for diffs]
Modified Sun Dec 8 16:48:47 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1806 , to selected 3875
Tidy of SQL strings.
Make FetchByID work.

Revision 1806 - Directory Listing - [select for diffs]
Modified Sun Dec 8 16:47:59 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1805 , to selected 3875
Correctly go back to the referrer when Asking.
Catch and ignore duplicate entry errors.
Display the port details.

Revision 1805 - Directory Listing - [select for diffs]
Modified Sun Dec 8 16:46:31 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1804 , to selected 3875
include/watch-lists.php

Revision 1804 - Directory Listing - [select for diffs]
Modified Sun Dec 8 16:46:06 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1803 , to selected 3875
Add IndicateWatchListStatus to freshports_PortDetails

Revision 1803 - Directory Listing - [select for diffs]
Modified Sun Dec 8 04:03:58 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1802 , to selected 3875
changes for multiple watch lists

Revision 1802 - Directory Listing - [select for diffs]
Modified Sun Dec 8 04:03:37 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1801 , to selected 3875
Add watch_list.in_service
Alter watch_list_staging to use user_id instead of watch_list_id

Revision 1801 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:28:18 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1800 , to selected 3875
remove spurious watch_list grant.

Revision 1800 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:27:43 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1799 , to selected 3875
rename $commit to $WatchList.
add in_service

Revision 1799 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:27:13 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1798 , to selected 3875
add in_service

Revision 1798 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:26:43 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1797 , to selected 3875
Use $FreshPortsSlogan.

Revision 1797 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:26:23 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1796 , to selected 3875
Use $FreshPortsName and $FreshPortsSlogan.
Add TITLE to banner logo

Revision 1796 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:25:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1795 , to selected 3875
use $FreshPortsSlogan

Revision 1795 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:25:01 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1794 , to selected 3875
Start using $FreshPortsSlogan and $FreshPortsName.
remove extraneous comment which is breaking the RSS.

Revision 1794 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:24:24 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1793 , to selected 3875
Start using $FreshPortsSlogan and $FreshPortsName.
add TITLE to logo

Revision 1793 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:23:46 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1792 , to selected 3875
Hide debugging code behind if ($Debug)
Start using freshports_ErrorMessage

Revision 1792 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:22:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1791 , to selected 3875
Enable for multiple watch lists.
Implement the "ask" feature for adding/removing ports.

Revision 1791 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:21:51 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1790 , to selected 3875
Put the website name into the logo ALT text.
Enable the "ask" feature for adding/removing ports.
create freshports_ErrorMessage for displaying errors.

Revision 1790 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:20:11 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1789 , to selected 3875
Default to asking about changes.

Revision 1789 - Directory Listing - [select for diffs]
Modified Sun Dec 8 03:19:55 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1788 , to selected 3875
Optionally indicate default lists with a *

Revision 1788 - Directory Listing - [select for diffs]
Modified Fri Dec 6 23:20:12 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1787 , to selected 3875
freshports_Watch_Link_Remove and freshports_Watch_Link_Add now take

Revision 1787 - Directory Listing - [select for diffs]
Modified Fri Dec 6 23:19:03 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1786 , to selected 3875
remove GLOBALs no longer needed
while here, whitespace tidy.

Revision 1786 - Directory Listing - [select for diffs]
Modified Fri Dec 6 21:25:34 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1785 , to selected 3875
More work on multiple watch lists.  Still more to go.

Revision 1785 - Directory Listing - [select for diffs]
Modified Fri Dec 6 21:24:55 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1784 , to selected 3875
Start using UserID and WatchListID where needed

Revision 1784 - Directory Listing - [select for diffs]
Modified Fri Dec 6 21:23:09 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1783 , to selected 3875
we now need a watch list id when adding removing items
improve security by linking the SQL to the USER ID

Revision 1783 - Directory Listing - [select for diffs]
Modified Fri Dec 6 21:21:17 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1782 , to selected 3875
use freshports_Watch_Link_Remove and freshports_Watch_Link_Add

Revision 1782 - Directory Listing - [select for diffs]
Modified Fri Dec 6 16:51:11 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1781 , to selected 3875
properly use the ddlb

Revision 1781 - Directory Listing - [select for diffs]
Modified Fri Dec 6 16:49:23 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1780 , to selected 3875
create freshports_WatchListSelectGoButton and freshports_WatchListDDLBForm

Revision 1780 - Directory Listing - [select for diffs]
Modified Fri Dec 6 14:39:53 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1779 , to selected 3875
Checkpoint for working with multiple watch lists.  Still more work to be
done.

Revision 1779 - Directory Listing - [select for diffs]
Modified Fri Dec 6 14:33:14 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1778 , to selected 3875
No longer abort if we can't find a watch list

Revision 1778 - Directory Listing - [select for diffs]
Modified Fri Dec 6 14:32:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1777 , to selected 3875
Fix the URL

Revision 1777 - Directory Listing - [select for diffs]
Modified Fri Dec 6 14:32:14 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1776 , to selected 3875
Add insert, delete, update on watch_list

Revision 1776 - Directory Listing - [select for diffs]
Modified Fri Dec 6 14:27:35 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1775 , to selected 3875
show only the last 20 threads

Revision 1775 - Directory Listing - [select for diffs]
Modified Thu Dec 5 14:25:47 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1774 , to selected 3875
Add link to how-big-is-it.php

Revision 1774 - Directory Listing - [select for diffs]
Modified Thu Dec 5 14:23:54 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1773 , to selected 3875
Add notes on how stats are collected.

Revision 1773 - Directory Listing - [select for diffs]
Modified Thu Dec 5 13:58:20 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1772 , to selected 3875
add TITLE and ALT tags for the graph

Revision 1772 - Directory Listing - [select for diffs]
Modified Thu Dec 5 13:47:12 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1771 , to selected 3875
Make those headers bigger

Revision 1771 - Directory Listing - [select for diffs]
Modified Thu Dec 5 13:43:41 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1770 , to selected 3875
Add link to watch-list-maintenance.php

Revision 1770 - Directory Listing - [select for diffs]
Modified Wed Dec 4 22:35:08 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1769 , to selected 3875
Use require_once
Include news.addenda as the first item

Revision 1769 - Directory Listing - [select for diffs]
Modified Wed Dec 4 22:12:32 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1768 , to selected 3875
Ask for testers

Revision 1768 - Directory Listing - [select for diffs]
Modified Wed Dec 4 22:05:42 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1767 , to selected 3875
Remove call to BurstMediaCode, which would already be done in freshports.php

Revision 1767 - Directory Listing - [select for diffs]
Modified Wed Dec 4 22:01:41 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1766 , to selected 3875
Don't show the ads if we're not supposed to.

Revision 1766 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:57:16 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1765 , to selected 3875
First commit

Revision 1765 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:39:51 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1764 , to selected 3875
Put error messages into a nice fancy box

Revision 1764 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:32:52 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1763 , to selected 3875
Redirect if not logged in

Revision 1763 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:27:22 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1762 , to selected 3875
Add the class for the WatchList and WatchLists

Revision 1762 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:26:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1761 , to selected 3875
Add the image and the code for creating the watch list ddlb

Revision 1761 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:26:10 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1760 , to selected 3875
Add ddlb with stuff in it for selecting a watch list

Revision 1760 - Directory Listing - [select for diffs]
Modified Wed Dec 4 21:15:34 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1759 , to selected 3875
Looking good.

Revision 1759 - Directory Listing - [select for diffs]
Modified Wed Dec 4 18:57:24 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1758 , to selected 3875
Whitespace changes only

Revision 1758 - Directory Listing - [select for diffs]
Modified Wed Dec 4 17:16:58 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1757 , to selected 3875
We had two Stats_CommitCountPorts; rename one to Stats_CommitCount.

Revision 1757 - Directory Listing - [select for diffs]
Modified Wed Dec 4 16:53:40 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1756 , to selected 3875
Check for GD compiled in

Revision 1756 - Directory Listing - [select for diffs]
Modified Wed Dec 4 16:38:18 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1755 , to selected 3875
Add Stats_CommitLogCount

Revision 1755 - Directory Listing - [select for diffs]
Modified Wed Dec 4 16:35:20 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1754 , to selected 3875
White space changes only

Revision 1754 - Directory Listing - [select for diffs]
Modified Wed Dec 4 16:23:13 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1753 , to selected 3875
Let's get a little more structured
Also start using the daily stats

Revision 1753 - Directory Listing - [select for diffs]
Modified Tue Dec 3 20:21:18 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1752 , to selected 3875
improve the SQL

Revision 1752 - Directory Listing - [select for diffs]
Modified Tue Dec 3 20:18:24 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1751 , to selected 3875
Add note about watch_list columns not all being used

Revision 1751 - Directory Listing - [select for diffs]
Modified Tue Dec 3 19:27:37 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1750 , to selected 3875
Repair comments

Revision 1750 - Directory Listing - [select for diffs]
Modified Tue Dec 3 19:26:08 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1749 , to selected 3875
repair debug message

Revision 1749 - Directory Listing - [select for diffs]
Modified Tue Dec 3 16:18:57 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1748 , to selected 3875
Add a link to tomorrow and yesterday

Revision 1748 - Directory Listing - [select for diffs]
Modified Tue Dec 3 16:18:44 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1747 , to selected 3875
Add a <BR> at the end of the daily links.

Revision 1747 - Directory Listing - [select for diffs]
Modified Tue Dec 3 16:18:18 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1746 , to selected 3875
Allow an optional text parameter.
Do not include a <BR>.

Revision 1746 - Directory Listing - [select for diffs]
Modified Tue Dec 3 16:01:14 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1745 , to selected 3875
Start using freshports_LinkToDate()

Revision 1745 - Directory Listing - [select for diffs]
Modified Tue Dec 3 15:36:22 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1744 , to selected 3875
Add a whole new bunch of statistics

Revision 1744 - Directory Listing - [select for diffs]
Modified Tue Dec 3 14:56:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1743 , to selected 3875
Show how many pages are in the website

Revision 1743 - Directory Listing - [select for diffs]
Modified Mon Dec 2 18:32:25 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1742 , to selected 3875
Let's do the dailysummary in a better way

Revision 1742 - Directory Listing - [select for diffs]
Modified Mon Dec 2 18:32:08 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1741 , to selected 3875
show how to use the new parameters on index.php

Revision 1741 - Directory Listing - [select for diffs]
Modified Mon Dec 2 17:34:56 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1740 , to selected 3875
Whitespace changes only

Revision 1740 - Directory Listing - [select for diffs]
Modified Mon Dec 2 17:31:12 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1739 , to selected 3875
add freshports_IndexFollow

Revision 1739 - Directory Listing - [select for diffs]
Modified Mon Dec 2 17:28:18 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1738 , to selected 3875
first commit

Revision 1738 - Directory Listing - [select for diffs]
Modified Mon Dec 2 17:14:35 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1737 , to selected 3875
Updates

Revision 1737 - Directory Listing - [select for diffs]
Modified Sun Dec 1 19:43:22 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1736 , to selected 3875
use -- for comments, not # in psql scripts.

Revision 1736 - Directory Listing - [select for diffs]
Modified Sat Nov 30 20:50:23 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1735 , to selected 3875
Start supplying links to daily pages instead of including the daily summary.

Revision 1735 - Directory Listing - [select for diffs]
Modified Fri Nov 29 17:58:01 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1734 , to selected 3875
improve the error checking and reporting

Revision 1734 - Directory Listing - [select for diffs]
Modified Fri Nov 29 17:01:53 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1733 , to selected 3875
add a missing ( in a string
change " to ' to avoid \@

Revision 1733 - Directory Listing - [select for diffs]
Modified Fri Nov 29 17:01:16 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1732 , to selected 3875
Check the return value on that message open

Revision 1732 - Directory Listing - [select for diffs]
Modified Fri Nov 29 15:29:03 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1731 , to selected 3875
Adjust min number of ports to show as 10

Revision 1731 - Directory Listing - [select for diffs]
Modified Fri Nov 29 15:26:51 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1730 , to selected 3875
add details about index.php parameters and date.php

Revision 1730 - Directory Listing - [select for diffs]
Modified Fri Nov 29 15:26:16 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1729 , to selected 3875
Add more error checking and assumptions

Revision 1729 - Directory Listing - [select for diffs]
Modified Thu Nov 28 23:30:36 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1728 , to selected 3875
remove borders used for debugging

Revision 1728 - Directory Listing - [select for diffs]
Modified Thu Nov 28 23:16:33 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1727 , to selected 3875
tidy things up

Revision 1727 - Directory Listing - [select for diffs]
Modified Thu Nov 28 21:52:27 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1726 , to selected 3875
Allow num and days parameters to optionally reduce the amount of traffic

Revision 1726 - Directory Listing - [select for diffs]
Modified Thu Nov 28 21:16:48 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1725 , to selected 3875
Improve the speed of this query

Revision 1725 - Directory Listing - [select for diffs]
Modified Thu Nov 28 20:59:07 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1724 , to selected 3875
Change the SQL around to greatly improve performance

Revision 1724 - Directory Listing - [select for diffs]
Modified Thu Nov 28 18:49:43 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1723 , to selected 3875
The first step to caching the data.  But I gave up when I realised that doing
so will cause problems as things are updated.... Not to mention watch lists.

Revision 1723 - Directory Listing - [select for diffs]
Modified Thu Nov 28 18:05:45 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1722 , to selected 3875
When displaying a port commit message, show only the first 15 lines, but
allow them to click and view the rest.

Revision 1722 - Directory Listing - [select for diffs]
Modified Thu Nov 28 16:53:44 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1721 , to selected 3875
Display needs_refresh on this screen

Revision 1721 - Directory Listing - [select for diffs]
Modified Thu Nov 28 05:18:36 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1720 , to selected 3875
If no commits found, say so.

Revision 1720 - Directory Listing - [select for diffs]
Modified Thu Nov 28 05:09:00 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1719 , to selected 3875
Add side bars

Revision 1719 - Directory Listing - [select for diffs]
Modified Thu Nov 28 05:05:01 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1718 , to selected 3875
Cater for watch lists

Revision 1718 - Directory Listing - [select for diffs]
Modified Thu Nov 28 05:04:01 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1717 , to selected 3875
Add watch list catering

Revision 1717 - Directory Listing - [select for diffs]
Modified Thu Nov 28 04:47:37 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1716 , to selected 3875
Remove debugging code

Revision 1716 - Directory Listing - [select for diffs]
Modified Thu Nov 28 04:46:03 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1715 , to selected 3875
Create a new commit class and move that functionality there from commits

Revision 1715 - Directory Listing - [select for diffs]
Modified Thu Nov 28 04:45:25 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1714 , to selected 3875
Add the year to the date

Revision 1714 - Directory Listing - [select for diffs]
Modified Thu Nov 28 04:44:21 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1713 , to selected 3875
Looking better now.

Revision 1713 - Directory Listing - [select for diffs]
Modified Wed Nov 27 21:54:47 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1712 , to selected 3875
add FetchNth and _PopulateValues
The query needs to be modified to cater for time zones and adjustments
thereto.

Revision 1712 - Directory Listing - [select for diffs]
Modified Wed Nov 27 21:53:27 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1711 , to selected 3875
Has an off-by-one error and the dates needs to be adjusted for the time zone.

Revision 1711 - Directory Listing - [select for diffs]
Modified Wed Nov 27 20:21:46 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1710 , to selected 3875
First commit

Revision 1710 - Directory Listing - [select for diffs]
Modified Tue Nov 26 03:46:25 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1709 , to selected 3875
use SendEnc instead of SendLineEnc

Revision 1709 - Directory Listing - [select for diffs]
Modified Tue Nov 26 03:46:08 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1708 , to selected 3875
add report-notification.pl and report-new-ports.pl

Revision 1708 - Directory Listing - [select for diffs]
Modified Tue Nov 26 03:44:09 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1707 , to selected 3875
Remove \ from email address

Revision 1707 - Directory Listing - [select for diffs]
Modified Mon Nov 25 23:02:57 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1706 , to selected 3875
fix debugging

Revision 1706 - Directory Listing - [select for diffs]
Modified Mon Nov 25 23:02:35 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1705 , to selected 3875
Fix debugging

Revision 1705 - Directory Listing - [select for diffs]
Modified Mon Nov 25 20:47:14 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1704 , to selected 3875
Add a note about populating element_pathnames

Revision 1704 - Directory Listing - [select for diffs]
Modified Mon Nov 25 20:46:58 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1703 , to selected 3875
Move element_pathnames to ri.txt from sp.txt

Revision 1703 - Directory Listing - [select for diffs]
Modified Sun Nov 24 17:14:58 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1702 , to selected 3875
Start using email.pm

Revision 1702 - Directory Listing - [select for diffs]
Modified Sun Nov 24 17:00:27 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1701 , to selected 3875
Add mail/p5-Mail-Sender

Revision 1701 - Directory Listing - [select for diffs]
Modified Sun Nov 24 17:00:11 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1700 , to selected 3875
Add mail/p5-Mail-Sender to the list of things FP needs

Revision 1700 - Directory Listing - [select for diffs]
Modified Sun Nov 24 16:27:39 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1699 , to selected 3875
Start using Mail::Sender

Revision 1699 - Directory Listing - [select for diffs]
Modified Sun Nov 24 05:32:57 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1698 , to selected 3875
Add element_pathnames

Revision 1698 - Directory Listing - [select for diffs]
Modified Sun Nov 24 05:23:21 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1697 , to selected 3875
Add committer_notify

Revision 1697 - Directory Listing - [select for diffs]
Modified Sun Nov 24 05:18:01 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1696 , to selected 3875
Include permissions for element_pathnames

Revision 1696 - Directory Listing - [select for diffs]
Modified Sun Nov 24 04:57:17 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1695 , to selected 3875
Log changes to users.email

Revision 1695 - Directory Listing - [select for diffs]
Modified Sun Nov 24 04:56:29 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1694 , to selected 3875
- Make Element_Pathname iscachable
- Always insert into system_branch_element_revision when setting a tag
- Use a case instead of a COALESCE for system_branch_element_revision

Revision 1694 - Directory Listing - [select for diffs]
Modified Fri Nov 22 19:29:52 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1693 , to selected 3875
make more use of htmlify and htmlspecialchars

Revision 1693 - Directory Listing - [select for diffs]
Modified Thu Nov 21 20:49:15 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1692 , to selected 3875
Start using trim_multiple_to_single and trim on depends run and depends build.
Perhaps we should do that on other fields as well?

Revision 1692 - Directory Listing - [select for diffs]
Modified Thu Nov 21 20:48:29 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1691 , to selected 3875
add trim and trim_multiple_to_single

Revision 1691 - Directory Listing - [select for diffs]
Modified Mon Nov 18 18:03:30 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1690 , to selected 3875
Google is my friend

Revision 1690 - Directory Listing - [select for diffs]
Modified Mon Nov 18 18:03:13 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1689 , to selected 3875
don't use origin

Revision 1689 - Directory Listing - [select for diffs]
Modified Mon Nov 18 18:02:50 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1688 , to selected 3875
Convert blank origins to /

Revision 1688 - Directory Listing - [select for diffs]
Modified Mon Nov 18 18:01:46 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1687 , to selected 3875
Don't use orgin on committer-opt-in.php

Revision 1687 - Directory Listing - [select for diffs]
Modified Mon Nov 18 17:38:35 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1686 , to selected 3875
Fixed

Revision 1686 - Directory Listing - [select for diffs]
Modified Fri Nov 15 20:16:11 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1685 , to selected 3875
Start fetching all the files for a commit.

Revision 1685 - Directory Listing - [select for diffs]
Modified Fri Nov 15 20:15:31 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1684 , to selected 3875
Never fetch files before refreshing all ports touched by this commit (RefreshAllPortsTouchedByCommit)

Revision 1684 - Directory Listing - [select for diffs]
Modified Fri Nov 15 20:14:12 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1683 , to selected 3875
correct debugging statement

Revision 1683 - Directory Listing - [select for diffs]
Modified Tue Nov 12 16:47:31 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1682 , to selected 3875
Add hostname to error messages

Revision 1682 - Directory Listing - [select for diffs]
Modified Tue Nov 12 04:30:41 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1681 , to selected 3875
Add an extra blank line between items

Revision 1681 - Directory Listing - [select for diffs]
Modified Sun Nov 10 05:35:22 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1680 , to selected 3875
Warn them about fortnightly/weekly reports

Revision 1680 - Directory Listing - [select for diffs]
Modified Sat Nov 9 15:06:02 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1679 , to selected 3875
try using $revision instead of HEAD

Revision 1679 - Directory Listing - [select for diffs]
Modified Sat Nov 9 15:04:16 2002 UTC (22 years, 4 months ago) by dan
Diff to previous 1678 , to selected 3875
In a comment, rename _GetNeedsRefreshForNewPort to GetNeedsRefreshForNewPort

Revision 1678 - Directory Listing - [select for diffs]
Modified Thu Nov 7 05:48:48 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1677 , to selected 3875
checklist for upgrading postgresql

Revision 1677 - Directory Listing - [select for diffs]
Modified Tue Nov 5 15:21:54 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1676 , to selected 3875
Fix broken tags

Revision 1676 - Directory Listing - [select for diffs]
Modified Tue Nov 5 05:32:08 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1675 , to selected 3875
Add notes about deleting an account and emptying the watch list

Revision 1675 - Directory Listing - [select for diffs]
Modified Mon Nov 4 20:29:36 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1674 , to selected 3875
use the new PORTCOMMENT features if no pkg-comment file is found

Revision 1674 - Directory Listing - [select for diffs]
Modified Fri Nov 1 20:23:38 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1673 , to selected 3875
Start using message_id not commit_id as the key for files.php

Revision 1673 - Directory Listing - [select for diffs]
Modified Wed Oct 30 15:04:20 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1672 , to selected 3875
move and comment out the body printing.  That will greatly reduce the log size.

Revision 1672 - Directory Listing - [select for diffs]
Modified Wed Oct 30 14:53:28 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1671 , to selected 3875
Make note of the notification problem

Revision 1671 - Directory Listing - [select for diffs]
Modified Wed Oct 30 07:09:01 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1670 , to selected 3875
Uncomment SendWatchNoticePersonal which is a big mistake to comment out.

Revision 1670 - Directory Listing - [select for diffs]
Modified Mon Oct 28 16:18:57 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1669 , to selected 3875
Move search up higher

Revision 1669 - Directory Listing - [select for diffs]
Modified Fri Oct 25 08:01:35 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1668 , to selected 3875
Use only www.freshports.org

Revision 1668 - Directory Listing - [select for diffs]
Modified Thu Oct 24 06:30:06 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1667 , to selected 3875
note about mail header changes

Revision 1667 - Directory Listing - [select for diffs]
Modified Wed Oct 23 03:48:56 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1666 , to selected 3875
provide the commit_log_id which might just be useful

Revision 1666 - Directory Listing - [select for diffs]
Modified Mon Oct 21 23:37:01 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1665 , to selected 3875
wrap text at 82, change whitespace formating, and put URL at end of note

Revision 1665 - Directory Listing - [select for diffs]
Modified Mon Oct 21 22:19:39 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1664 , to selected 3875
Mention that graphs are clickable

Revision 1664 - Directory Listing - [select for diffs]
Modified Wed Oct 9 21:26:30 2002 UTC (22 years, 5 months ago) by (unknown author)
Diff to previous 1663 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 1663 - Directory Listing - [select for diffs]
Modified Wed Oct 9 21:26:29 2002 UTC (22 years, 5 months ago) by dan
Diff to previous 1662 , to selected 3875
First import

Revision 1662 - Directory Listing - [select for diffs]
Modified Wed Oct 9 21:26:29 2002 UTC (22 years, 5 months ago) by (unknown author)
Diff to previous 1661 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 1661 - Directory Listing - [select for diffs]
Modified Fri Oct 4 14:36:26 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1660 , to selected 3875
no more oracle

Revision 1660 - Directory Listing - [select for diffs]
Modified Mon Sep 30 16:42:29 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1659 , to selected 3875
Ask for oracle 9 help

Revision 1659 - Directory Listing - [select for diffs]
Modified Thu Sep 26 16:10:16 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1658 , to selected 3875
removed old now unused htmlify code

Revision 1658 - Directory Listing - [select for diffs]
Modified Thu Sep 26 16:08:52 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1657 , to selected 3875
Use the new htmlify code, not the old stuff.

Revision 1657 - Directory Listing - [select for diffs]
Modified Thu Sep 26 14:41:34 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1656 , to selected 3875
Allow google.  Ignore everyone else.

Revision 1656 - Directory Listing - [select for diffs]
Modified Thu Sep 26 14:37:03 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1655 , to selected 3875
Don't let robots scan

Revision 1655 - Directory Listing - [select for diffs]
Modified Fri Sep 20 13:40:08 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1654 , to selected 3875
check report subscriptions

Revision 1654 - Directory Listing - [select for diffs]
Modified Wed Sep 18 15:10:47 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1653 , to selected 3875
Fix password change

Revision 1653 - Directory Listing - [select for diffs]
Modified Wed Sep 18 14:04:54 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1652 , to selected 3875
Set result upon error.  Perhaps this will stop the duplicate error messages.

Revision 1652 - Directory Listing - [select for diffs]
Modified Tue Sep 17 16:34:49 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1651 , to selected 3875
get this working properly and add lots of debug

Revision 1651 - Directory Listing - [select for diffs]
Modified Mon Sep 16 13:26:22 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1650 , to selected 3875
try case insensitive

Revision 1650 - Directory Listing - [select for diffs]
Modified Mon Sep 16 01:18:31 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1649 , to selected 3875
remove 'new' references

Revision 1649 - Directory Listing - [select for diffs]
Modified Wed Sep 11 14:38:43 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1648 , to selected 3875
use @ not ? for email address

Revision 1648 - Directory Listing - [select for diffs]
Modified Wed Sep 11 14:29:51 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1647 , to selected 3875
Warn users to allow incoming mail

Revision 1647 - Directory Listing - [select for diffs]
Modified Wed Sep 11 14:27:12 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1646 , to selected 3875
Add note about trying to login if you don't get the activation email

Revision 1646 - Directory Listing - [select for diffs]
Modified Wed Sep 11 14:19:05 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1645 , to selected 3875
add facility to resend a notification

Revision 1645 - Directory Listing - [select for diffs]
Modified Wed Sep 11 13:45:26 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1644 , to selected 3875
remove unused code

Revision 1644 - Directory Listing - [select for diffs]
Modified Wed Sep 11 13:39:34 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1643 , to selected 3875
fix bugs associated with watch notice ids and notification periods

Revision 1643 - Directory Listing - [select for diffs]
Modified Tue Sep 10 13:18:05 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1642 , to selected 3875
link to other-copyrights.php

Revision 1642 - Directory Listing - [select for diffs]
Modified Tue Sep 10 13:17:56 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1641 , to selected 3875
Add other copyrights

Revision 1641 - Directory Listing - [select for diffs]
Modified Tue Sep 10 12:47:34 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1640 , to selected 3875
use * instead of a fixed IP address

Revision 1640 - Directory Listing - [select for diffs]
Modified Mon Sep 9 19:51:10 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1639 , to selected 3875
be more specific about email

Revision 1639 - Directory Listing - [select for diffs]
Modified Mon Sep 9 19:46:36 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1638 , to selected 3875
be more specific about email

Revision 1638 - Directory Listing - [select for diffs]
Modified Mon Sep 9 19:32:24 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1637 , to selected 3875
Add note about spam filters

Revision 1637 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:46:17 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1636 , to selected 3875
Announce the new report subscription service

Revision 1636 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:36:17 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1635 , to selected 3875
Notify if embedded makefile is suspected

Revision 1635 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:35:04 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1634 , to selected 3875
Add option to not refresh files on disk
useful when getting around build problems

Revision 1634 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:33:09 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1633 , to selected 3875
Add announcement report

Revision 1633 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:14:06 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1632 , to selected 3875
add link to report-subscriptions.php

Revision 1632 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:11:19 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1631 , to selected 3875
Don't show emailsitenotices_yn here any more

Revision 1631 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:09:13 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1630 , to selected 3875
adjust headers for new fields

Revision 1630 - Directory Listing - [select for diffs]
Modified Mon Sep 9 18:08:11 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1629 , to selected 3875
Update to use report-subscriptions table.

Revision 1629 - Directory Listing - [select for diffs]
Modified Mon Sep 9 17:27:23 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1628 , to selected 3875
report-subscriptions.php now displays description

Revision 1628 - Directory Listing - [select for diffs]
Modified Mon Sep 9 17:26:54 2002 UTC (22 years, 6 months ago) by dan
Diff to previous 1627 , to selected 3875
Show description thereby removing need for show-help.php

Revision 1627 - Directory Listing - [select for diffs]
Modified Thu Sep 5 17:45:59 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1626 , to selected 3875
PR 183 - show the revision/version obtained from commit_log_ports not that found in ports

Revision 1626 - Directory Listing - [select for diffs]
Modified Tue Sep 3 22:41:12 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1625 , to selected 3875
display the hostname when reporting

Revision 1625 - Directory Listing - [select for diffs]
Modified Mon Sep 2 03:47:53 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1624 , to selected 3875
require committer_opt_in

Revision 1624 - Directory Listing - [select for diffs]
Modified Mon Sep 2 03:34:49 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1623 , to selected 3875
If make -V PORTVERSION fails to return a value, notify the user.

Revision 1623 - Directory Listing - [select for diffs]
Modified Fri Aug 30 16:51:21 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1622 , to selected 3875
Display the ports which need refreshing

Revision 1622 - Directory Listing - [select for diffs]
Modified Thu Aug 29 19:00:22 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1621 , to selected 3875
forced checkin to test sendmail delays

Revision 1621 - Directory Listing - [select for diffs]
Modified Wed Aug 28 19:58:57 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1620 , to selected 3875
Refer to http://mantis.unixthome.org/ instead of /mantis/ as we've moved things about.

Revision 1620 - Directory Listing - [select for diffs]
Modified Wed Aug 28 12:59:36 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1619 , to selected 3875
first commit

Revision 1619 - Directory Listing - [select for diffs]
Modified Wed Aug 28 12:17:23 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1618 , to selected 3875
Don't caclulate the cookie when logging in.  Use the one already there.

Revision 1618 - Directory Listing - [select for diffs]
Modified Tue Aug 27 18:14:12 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1617 , to selected 3875
First commit

Revision 1617 - Directory Listing - [select for diffs]
Modified Fri Aug 23 21:48:28 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1616 , to selected 3875
mention automated nagging mentor

Revision 1616 - Directory Listing - [select for diffs]
Modified Thu Aug 22 17:23:44 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1615 , to selected 3875
forced commit: why does the email take so long

Revision 1615 - Directory Listing - [select for diffs]
Modified Thu Aug 22 17:14:57 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1614 , to selected 3875
forced commit: why does the email take so long

Revision 1614 - Directory Listing - [select for diffs]
Modified Thu Aug 22 17:08:28 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1613 , to selected 3875
change the default IP address

Revision 1613 - Directory Listing - [select for diffs]
Modified Thu Aug 22 17:00:16 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1612 , to selected 3875
First commit.  Ignore vhosts.conf.

Revision 1612 - Directory Listing - [select for diffs]
Modified Thu Aug 22 16:46:35 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1611 , to selected 3875
 add a Location for the /msgs directory

Revision 1611 - Directory Listing - [select for diffs]
Modified Mon Aug 19 17:58:04 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1610 , to selected 3875
allow for + in email addresses when converting them to links

Revision 1610 - Directory Listing - [select for diffs]
Modified Mon Aug 19 17:25:15 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1609 , to selected 3875
fix typo

Revision 1609 - Directory Listing - [select for diffs]
Modified Sun Aug 18 16:20:47 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1608 , to selected 3875
first commit

Revision 1608 - Directory Listing - [select for diffs]
Modified Sun Aug 18 16:11:13 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1607 , to selected 3875
change final test

Revision 1607 - Directory Listing - [select for diffs]
Modified Sun Aug 18 16:03:50 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1606 , to selected 3875
add reading to group reading

Revision 1606 - Directory Listing - [select for diffs]
Modified Sun Aug 18 15:59:45 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1605 , to selected 3875
add group/user reading

Revision 1605 - Directory Listing - [select for diffs]
Modified Sun Aug 18 15:58:54 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1604 , to selected 3875
Add ReportIDMaintainerNotification for checkaddress.pl

Revision 1604 - Directory Listing - [select for diffs]
Modified Sat Aug 17 21:28:51 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1603 , to selected 3875
don't hardcode the db name in the error msg

Revision 1603 - Directory Listing - [select for diffs]
Modified Sat Aug 17 21:06:41 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1602 , to selected 3875
Script for verifying maintainer subcription

Revision 1602 - Directory Listing - [select for diffs]
Modified Sat Aug 17 14:53:08 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1601 , to selected 3875
show N/A if not displaying frequency

Revision 1601 - Directory Listing - [select for diffs]
Modified Sat Aug 17 14:47:51 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1600 , to selected 3875
Cater for reports which have no frequency.  They are instantaneous reports.
This will allow for Fenner reports on ports which do not build.

Revision 1600 - Directory Listing - [select for diffs]
Modified Wed Aug 14 18:51:51 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1599 , to selected 3875
allow for more URL defaults on searches

Revision 1599 - Directory Listing - [select for diffs]
Modified Tue Aug 13 04:05:52 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1598 , to selected 3875
Add case sensitivity info to search log

Revision 1598 - Directory Listing - [select for diffs]
Modified Mon Aug 12 14:13:22 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1597 , to selected 3875
Allow case sensitive searching

Revision 1597 - Directory Listing - [select for diffs]
Modified Mon Aug 12 04:30:59 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1596 , to selected 3875
Remove debugging code

Revision 1596 - Directory Listing - [select for diffs]
Modified Mon Aug 12 04:29:09 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1595 , to selected 3875
First commit - this file handles the notification of committers when an
error is found with their port

Revision 1595 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:50:55 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1594 , to selected 3875
Add permissions for committer opt in

Revision 1594 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:22:36 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1593 , to selected 3875
Add committer opt in to the website

Revision 1593 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:16:50 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1592 , to selected 3875
change post-commit interval to 1 minute

Revision 1592 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:12:54 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1591 , to selected 3875
changes for committer opt-in

Revision 1591 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:11:10 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1590 , to selected 3875
cater for error catching when telling committers about errors

Revision 1590 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:08:37 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1589 , to selected 3875
Catch errors on the fetch so they don't appear in the .errors file

Revision 1589 - Directory Listing - [select for diffs]
Modified Mon Aug 12 03:06:06 2002 UTC (22 years, 7 months ago) by dan
Diff to previous 1588 , to selected 3875
don't fetch files if you aren't supposed to (debugging tool)\nFirst steps towards committer opt-in

Revision 1588 - Directory Listing - [select for diffs]
Modified Tue Jul 30 15:15:48 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1587 , to selected 3875
add missing word

Revision 1587 - Directory Listing - [select for diffs]
Modified Mon Jul 29 00:37:10 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1586 , to selected 3875
Add note that encoding errors can occur anywhere in the commit email message
and not just in the log message.

Revision 1586 - Directory Listing - [select for diffs]
Modified Sat Jul 27 23:24:45 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1585 , to selected 3875
Add revision_name

Revision 1585 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:15:48 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1584 , to selected 3875
add a much simplier commits_recent

Revision 1584 - Directory Listing - [select for diffs]
Modified Sat Jul 27 19:53:41 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1583 , to selected 3875
start distinguishing from a Port and a non-Port refresh

Revision 1583 - Directory Listing - [select for diffs]
Modified Sat Jul 27 19:51:21 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1582 , to selected 3875
add the vacuum analyze

Revision 1582 - Directory Listing - [select for diffs]
Modified Fri Jul 26 21:21:39 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1581 , to selected 3875
sorry, that should have been changes for freshsource

Revision 1581 - Directory Listing - [select for diffs]
Modified Fri Jul 26 21:20:57 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1580 , to selected 3875
latest changes for freshports

Revision 1580 - Directory Listing - [select for diffs]
Modified Fri Jul 26 15:51:44 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1579 , to selected 3875
Allow commits_recent_ports

Revision 1579 - Directory Listing - [select for diffs]
Modified Fri Jul 26 15:51:05 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1578 , to selected 3875
last changes

Revision 1578 - Directory Listing - [select for diffs]
Modified Fri Jul 26 15:46:02 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1577 , to selected 3875
oops, use commits_recent_ports instead of commits_recent

Revision 1577 - Directory Listing - [select for diffs]
Modified Fri Jul 26 15:09:54 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1576 , to selected 3875
use commits_latest_ports instead of commits_latest, which freshsource
will now use.

Revision 1576 - Directory Listing - [select for diffs]
Modified Wed Jul 24 17:21:17 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1575 , to selected 3875
final changes...

Revision 1575 - Directory Listing - [select for diffs]
Modified Wed Jul 24 16:56:31 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1574 , to selected 3875
add then, and fix test

Revision 1574 - Directory Listing - [select for diffs]
Modified Wed Jul 24 16:54:38 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1573 , to selected 3875
fix `

Revision 1573 - Directory Listing - [select for diffs]
Modified Wed Jul 24 16:52:24 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1572 , to selected 3875
first commit

Revision 1572 - Directory Listing - [select for diffs]
Modified Tue Jul 16 12:56:04 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1571 , to selected 3875
better handle processing of the log message

Revision 1571 - Directory Listing - [select for diffs]
Modified Tue Jul 16 12:54:47 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1570 , to selected 3875
Add debugging info for master_sites
PR 174: File::PathConvert does not handle // very well

Revision 1570 - Directory Listing - [select for diffs]
Modified Wed Jul 10 19:48:20 2002 UTC (22 years, 8 months ago) by dan
Diff to previous 1569 , to selected 3875
allow + in email address

Revision 1569 - Directory Listing - [select for diffs]
Modified Thu Jun 27 13:43:02 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1568 , to selected 3875
*** empty log message ***

Revision 1568 - Directory Listing - [select for diffs]
Modified Thu Jun 27 13:41:36 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1567 , to selected 3875
remove diary_ads_Random and use Burst_468x60_Below instead

Revision 1567 - Directory Listing - [select for diffs]
Modified Thu Jun 27 13:40:53 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1566 , to selected 3875
stop doing the daemon news ad

Revision 1566 - Directory Listing - [select for diffs]
Modified Thu Jun 27 03:11:44 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1565 , to selected 3875
First commit

Revision 1565 - Directory Listing - [select for diffs]
Modified Mon Jun 24 19:25:34 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1564 , to selected 3875
Use the right URL

Revision 1564 - Directory Listing - [select for diffs]
Modified Mon Jun 24 19:18:30 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1563 , to selected 3875
oops, fix the URL

Revision 1563 - Directory Listing - [select for diffs]
Modified Mon Jun 24 19:09:03 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1562 , to selected 3875
It's FreshPorts, not freshports

Revision 1562 - Directory Listing - [select for diffs]
Modified Mon Jun 24 17:49:58 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1561 , to selected 3875
ignore things

Revision 1561 - Directory Listing - [select for diffs]
Modified Mon Jun 24 14:56:06 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1560 , to selected 3875
Upgrade for sharing

Revision 1560 - Directory Listing - [select for diffs]
Modified Fri Jun 21 18:59:46 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1559 , to selected 3875
Increase the lag to 10 minutes

Revision 1559 - Directory Listing - [select for diffs]
Modified Thu Jun 20 19:57:37 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1558 , to selected 3875
Add Adam Herzog

Revision 1558 - Directory Listing - [select for diffs]
Modified Thu Jun 20 17:34:25 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1557 , to selected 3875
Add missing global to freshports_SideBar

Revision 1557 - Directory Listing - [select for diffs]
Modified Thu Jun 20 12:17:29 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1556 , to selected 3875
Add bchosting notice

Revision 1556 - Directory Listing - [select for diffs]
Modified Wed Jun 19 13:33:46 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1555 , to selected 3875
stop using mailto and @ in mail addresses

Revision 1555 - Directory Listing - [select for diffs]
Modified Tue Jun 18 14:00:31 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1554 , to selected 3875
remove old meeting notice

Revision 1554 - Directory Listing - [select for diffs]
Modified Tue Jun 18 02:22:04 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1553 , to selected 3875
call it the new ports report

Revision 1553 - Directory Listing - [select for diffs]
Modified Tue Jun 18 02:15:19 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1552 , to selected 3875
add report_log_latest

Revision 1552 - Directory Listing - [select for diffs]
Modified Mon Jun 17 16:29:08 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1551 , to selected 3875
Add suggestions from Piet Delport <pjd@303.za.net>

Revision 1551 - Directory Listing - [select for diffs]
Modified Mon Jun 17 16:24:31 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1550 , to selected 3875
use SystemTimeAdjust

Revision 1550 - Directory Listing - [select for diffs]
Modified Mon Jun 17 01:56:14 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1549 , to selected 3875
first commit

Revision 1549 - Directory Listing - [select for diffs]
Modified Sun Jun 16 20:42:52 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1548 , to selected 3875
latest version of report_log_latest

Revision 1548 - Directory Listing - [select for diffs]
Modified Sun Jun 16 19:48:41 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1547 , to selected 3875
Remove debugging

Revision 1547 - Directory Listing - [select for diffs]
Modified Sun Jun 16 19:43:56 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1546 , to selected 3875
New results

Revision 1546 - Directory Listing - [select for diffs]
Modified Sun Jun 16 18:51:50 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1545 , to selected 3875
Make sure we pick up the correct report number.

Revision 1545 - Directory Listing - [select for diffs]
Modified Sun Jun 16 15:29:58 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1544 , to selected 3875
Add the reporting module

Revision 1544 - Directory Listing - [select for diffs]
Modified Sun Jun 16 15:02:39 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1543 , to selected 3875
Fix up message and URLs.

Revision 1543 - Directory Listing - [select for diffs]
Modified Sun Jun 16 14:38:37 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1542 , to selected 3875
uncomment the commit

Revision 1542 - Directory Listing - [select for diffs]
Modified Sun Jun 16 14:37:05 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1541 , to selected 3875
Remove duplicates by fixing SQL

Revision 1541 - Directory Listing - [select for diffs]
Modified Sun Jun 16 14:26:41 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1540 , to selected 3875
Check only active elements
Send the email notice

Revision 1540 - Directory Listing - [select for diffs]
Modified Sat Jun 15 20:24:37 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1539 , to selected 3875
First commit

Revision 1539 - Directory Listing - [select for diffs]
Modified Sat Jun 15 20:24:05 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1538 , to selected 3875
add permission for report_log.id

Revision 1538 - Directory Listing - [select for diffs]
Modified Fri Jun 14 16:36:18 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1537 , to selected 3875
HTML tidy up.

Revision 1537 - Directory Listing - [select for diffs]
Modified Thu Jun 13 17:23:00 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1536 , to selected 3875
allow perl scripts to read and log report details

Revision 1536 - Directory Listing - [select for diffs]
Modified Thu Jun 13 16:36:56 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1535 , to selected 3875
Why show "don't notify me"?

Revision 1535 - Directory Listing - [select for diffs]
Modified Thu Jun 13 16:29:26 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1534 , to selected 3875
Put the login deflection at the top of the code

Revision 1534 - Directory Listing - [select for diffs]
Modified Wed Jun 12 12:54:51 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1533 , to selected 3875
make it work for freshports2

Revision 1533 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:28:39 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1532 , to selected 3875
When first going to the page, load the values from the db for this user.

Revision 1532 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:18:28 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1531 , to selected 3875
permissions for reports

Revision 1531 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:16:52 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1530 , to selected 3875
standardize the man header and include the side bars

Revision 1530 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:06:34 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1529 , to selected 3875
Let the users try this.

Revision 1529 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:06:16 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1528 , to selected 3875
add freshports_ShowFooter and freshports_SideBar

Revision 1528 - Directory Listing - [select for diffs]
Modified Wed Jun 12 03:05:07 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1527 , to selected 3875
whites space only

Revision 1527 - Directory Listing - [select for diffs]
Modified Mon Jun 10 20:11:30 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1526 , to selected 3875
first testing attempts

Revision 1526 - Directory Listing - [select for diffs]
Modified Sun Jun 9 21:45:27 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1525 , to selected 3875
Add skyscraper

Revision 1525 - Directory Listing - [select for diffs]
Modified Sun Jun 9 21:45:26 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1524 , to selected 3875
Add skyscraper

Revision 1524 - Directory Listing - [select for diffs]
Modified Sun Jun 9 21:42:44 2002 UTC (22 years, 9 months ago) by dan
Diff to previous 1523 , to selected 3875
Start using the Skyscraper ad

Revision 1523 - Directory Listing - [select for diffs]
Modified Wed Jun 5 18:24:52 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1522 , to selected 3875
Add stuff for displaying bchosting files

Revision 1522 - Directory Listing - [select for diffs]
Modified Wed Jun 5 17:55:30 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1521 , to selected 3875
Add the BC Hosting skyscraper ads

Revision 1521 - Directory Listing - [select for diffs]
Modified Wed Jun 5 01:18:06 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1520 , to selected 3875
Add images for comparison

Revision 1520 - Directory Listing - [select for diffs]
Modified Mon Jun 3 18:51:47 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1519 , to selected 3875
Add a link to search.php from the search box.

Revision 1519 - Directory Listing - [select for diffs]
Modified Mon Jun 3 12:42:32 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1518 , to selected 3875
Let them talk

Revision 1518 - Directory Listing - [select for diffs]
Modified Mon Jun 3 02:09:01 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1517 , to selected 3875
default the sorting to be by last update

Revision 1517 - Directory Listing - [select for diffs]
Modified Sun Jun 2 20:13:30 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1516 , to selected 3875
Ottawa-Carleton Unix Users Group

Revision 1516 - Directory Listing - [select for diffs]
Modified Sun Jun 2 14:05:31 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1515 , to selected 3875
stats is now in dynamic

Revision 1515 - Directory Listing - [select for diffs]
Modified Sun Jun 2 14:03:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1514 , to selected 3875
searchlog.txt is now in dynamic

Revision 1514 - Directory Listing - [select for diffs]
Modified Sun Jun 2 14:03:01 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1513 , to selected 3875
remove unneeded stuff

Revision 1513 - Directory Listing - [select for diffs]
Modified Sun Jun 2 14:01:13 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1512 , to selected 3875
move search log to dynamic

Revision 1512 - Directory Listing - [select for diffs]
Modified Sun Jun 2 14:00:16 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1511 , to selected 3875
Move status.html to dynamic

Revision 1511 - Directory Listing - [select for diffs]
Modified Fri May 31 01:32:34 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1510 , to selected 3875
get the negation right

Revision 1510 - Directory Listing - [select for diffs]
Modified Fri May 31 01:30:56 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1509 , to selected 3875
If they don't have a watch list id, say so and exit.

Revision 1509 - Directory Listing - [select for diffs]
Modified Thu May 30 12:18:19 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1508 , to selected 3875
use www.freshports.org not migration

Revision 1508 - Directory Listing - [select for diffs]
Modified Wed May 29 19:57:04 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1507 , to selected 3875
spell Calculated

Revision 1507 - Directory Listing - [select for diffs]
Modified Wed May 29 12:22:43 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1506 , to selected 3875
patch from Marcin Gryszkalis to fix axis-labels-issue (in graphs
that all values are 1 or 0).

Revision 1506 - Directory Listing - [select for diffs]
Modified Wed May 29 12:19:01 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1505 , to selected 3875
turn off debuggin

Revision 1505 - Directory Listing - [select for diffs]
Modified Wed May 29 03:44:42 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1504 , to selected 3875
Code from Marcin Gryszkalis which adjusts for wider labels

Revision 1504 - Directory Listing - [select for diffs]
Modified Wed May 29 01:52:01 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1503 , to selected 3875
lets try it this way

Revision 1503 - Directory Listing - [select for diffs]
Modified Wed May 29 01:49:04 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1502 , to selected 3875
Send them elsewhere!

Revision 1502 - Directory Listing - [select for diffs]
Modified Wed May 29 01:19:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1501 , to selected 3875
Put the port and new count where they can be seen for each
message.  Add links to the website.

Revision 1501 - Directory Listing - [select for diffs]
Modified Tue May 28 22:47:48 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1500 , to selected 3875
move title to scripts/daily_stats.pl

Revision 1500 - Directory Listing - [select for diffs]
Modified Tue May 28 22:47:00 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1499 , to selected 3875
Add fortnight, weekly, and monthly

Revision 1499 - Directory Listing - [select for diffs]
Modified Tue May 28 22:27:55 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1498 , to selected 3875
Allow for fortnightly and monthly totals

Revision 1498 - Directory Listing - [select for diffs]
Modified Tue May 28 22:27:30 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1497 , to selected 3875
add fortnightly and monthly totals

Revision 1497 - Directory Listing - [select for diffs]
Modified Tue May 28 20:35:53 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1496 , to selected 3875
Announce the site

Revision 1496 - Directory Listing - [select for diffs]
Modified Tue May 28 18:59:21 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1495 , to selected 3875
announce site migration

Revision 1495 - Directory Listing - [select for diffs]
Modified Tue May 28 16:01:56 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1494 , to selected 3875
improve the search logging

Revision 1494 - Directory Listing - [select for diffs]
Modified Tue May 28 15:53:47 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1493 , to selected 3875
create Stats_PortCountNewInterval and modify  Stats_PortCountNewToday Stats_PortCountNewYesterday
and Stats_PortCountNewThisWeek to use it.

Revision 1493 - Directory Listing - [select for diffs]
Modified Tue May 28 15:45:29 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1492 , to selected 3875
use _FILES["pkg_info"]

Revision 1492 - Directory Listing - [select for diffs]
Modified Tue May 28 15:15:11 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1491 , to selected 3875
Add port count and new port count to message.

Revision 1491 - Directory Listing - [select for diffs]
Modified Tue May 28 04:58:22 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1490 , to selected 3875
Sort by the commit date. Reported by Matador

Revision 1490 - Directory Listing - [select for diffs]
Modified Tue May 28 00:47:52 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1489 , to selected 3875
Fix ur2link provided by Marcin Gryszkalis <mgryszkalis@cerint.pl> to fix
http://migration.freshports.org/textproc/cocoon/ commit on
26 May 2002 21:33:43.  Thank you.

Revision 1489 - Directory Listing - [select for diffs]
Modified Sun May 26 12:46:08 2002 UTC (22 years, 10 months ago) by (unknown author)
Diff to previous 1488 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1488 - Directory Listing - [select for diffs]
Modified Sun May 26 12:46:07 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1487 , to selected 3875
use $_GET

Revision 1487 - Directory Listing - [select for diffs]
Modified Sun May 26 05:06:08 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1486 , to selected 3875
beautify the html

Revision 1486 - Directory Listing - [select for diffs]
Modified Sun May 26 05:03:42 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1485 , to selected 3875
explain a bit more, and add some icons.

Revision 1485 - Directory Listing - [select for diffs]
Modified Sun May 26 05:03:20 2002 UTC (22 years, 10 months ago) by (unknown author)
Diff to previous 1484 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1484 - Directory Listing - [select for diffs]
Modified Sun May 26 05:03:19 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1483 , to selected 3875
add link to fp2-announcement.php and adjust white space

Revision 1483 - Directory Listing - [select for diffs]
Modified Sun May 26 05:02:44 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1482 , to selected 3875
use $_SERVER["SERVER_NAME"]

Revision 1482 - Directory Listing - [select for diffs]
Modified Sun May 26 02:29:59 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1481 , to selected 3875
warn them about data loss

Revision 1481 - Directory Listing - [select for diffs]
Modified Sun May 26 02:03:02 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1480 , to selected 3875
warn about making changes

Revision 1480 - Directory Listing - [select for diffs]
Modified Sun May 26 01:56:10 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1479 , to selected 3875
fix it.

Revision 1479 - Directory Listing - [select for diffs]
Modified Sun May 26 01:54:16 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1478 , to selected 3875
Tell the users what to do.

Revision 1478 - Directory Listing - [select for diffs]
Modified Sun May 26 01:12:27 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1477 , to selected 3875
Announce data migration

Revision 1477 - Directory Listing - [select for diffs]
Modified Sun May 26 01:09:49 2002 UTC (22 years, 10 months ago) by (unknown author)
Diff to previous 1476 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1476 - Directory Listing - [select for diffs]
Modified Sun May 26 01:09:48 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1475 , to selected 3875
what this all means

Revision 1475 - Directory Listing - [select for diffs]
Modified Sun May 26 01:07:17 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1474 , to selected 3875
Scripts for loading data from FP1 into FP2

Revision 1474 - Directory Listing - [select for diffs]
Modified Sun May 26 00:07:56 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1473 , to selected 3875
Announce data transfers

Revision 1473 - Directory Listing - [select for diffs]
Modified Sun May 26 00:01:06 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1472 , to selected 3875
Tools for converting users from FP1 to FP2.

Revision 1472 - Directory Listing - [select for diffs]
Modified Sat May 25 23:57:05 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1471 , to selected 3875
tools for installing required packages

Revision 1471 - Directory Listing - [select for diffs]
Modified Sat May 25 22:53:23 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1470 , to selected 3875
For setting up the website on a new box

Revision 1470 - Directory Listing - [select for diffs]
Modified Sat May 25 22:51:55 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1469 , to selected 3875
Things to ignore

Revision 1469 - Directory Listing - [select for diffs]
Modified Sat May 25 22:50:06 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1468 , to selected 3875
we need select not update

Revision 1468 - Directory Listing - [select for diffs]
Modified Sat May 25 22:45:27 2002 UTC (22 years, 10 months ago) by (unknown author)
Diff to previous 1467 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1467 - Directory Listing - [select for diffs]
Modified Sat May 25 22:45:26 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1466 , to selected 3875
Add daily stats

Revision 1466 - Directory Listing - [select for diffs]
Modified Wed May 22 04:34:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1465 , to selected 3875
start using $_SERVER['DOCUMENT_ROOT'] . for PR 158

Revision 1465 - Directory Listing - [select for diffs]
Modified Wed May 22 04:33:38 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1464 , to selected 3875
start using $_SERVER['DOCUMENT_ROOT'] for PR 158

Revision 1464 - Directory Listing - [select for diffs]
Modified Wed May 22 04:30:31 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1463 , to selected 3875
Lots of changes for PR 158
start using $_SERVER['DOCUMENT_ROOT'] .

Revision 1463 - Directory Listing - [select for diffs]
Modified Wed May 22 01:38:26 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1462 , to selected 3875
Use Adjustment for system time

Revision 1462 - Directory Listing - [select for diffs]
Modified Wed May 22 01:34:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1461 , to selected 3875
First commit

Revision 1461 - Directory Listing - [select for diffs]
Modified Tue May 21 16:11:17 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1460 , to selected 3875
Add deleted/undeleted option.

Revision 1460 - Directory Listing - [select for diffs]
Modified Tue May 21 14:20:56 2002 UTC (22 years, 10 months ago) by (unknown author)
Diff to previous 1459 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1459 - Directory Listing - [select for diffs]
Modified Tue May 21 14:20:55 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1458 , to selected 3875
If we are using watch lists, we need another optional group by item

Revision 1458 - Directory Listing - [select for diffs]
Modified Tue May 21 14:06:03 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1457 , to selected 3875
move some max functions
FetchByID does not appear to be used.  So print a message and exit if
we are called.

Revision 1457 - Directory Listing - [select for diffs]
Modified Tue May 21 04:59:29 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1456 , to selected 3875
allow get to work for searching too

Revision 1456 - Directory Listing - [select for diffs]
Modified Tue May 21 02:11:00 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1455 , to selected 3875
Standardize the date format

Revision 1455 - Directory Listing - [select for diffs]
Modified Mon May 20 20:41:24 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1454 , to selected 3875
Format the data appropriately

Revision 1454 - Directory Listing - [select for diffs]
Modified Mon May 20 20:33:17 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1453 , to selected 3875
format the commit date better.

Revision 1453 - Directory Listing - [select for diffs]
Modified Sun May 19 22:47:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1452 , to selected 3875
Add an exact match search and note that searches are case sensitive.

Revision 1452 - Directory Listing - [select for diffs]
Modified Sun May 19 22:26:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1451 , to selected 3875
add scripts/hourly_stats.pl

Revision 1451 - Directory Listing - [select for diffs]
Modified Sun May 19 22:23:26 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1450 , to selected 3875
changes for daily_stats

Revision 1450 - Directory Listing - [select for diffs]
Modified Sun May 19 22:22:38 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1449 , to selected 3875
Add daily_stats, daily_stats_data.

Revision 1449 - Directory Listing - [select for diffs]
Modified Sun May 19 22:13:07 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1448 , to selected 3875
Add functions for more stats

Revision 1448 - Directory Listing - [select for diffs]
Modified Sun May 19 22:03:56 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1447 , to selected 3875
this works.  previous didn't.  don't know why.

Revision 1447 - Directory Listing - [select for diffs]
Modified Sun May 19 21:59:03 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1446 , to selected 3875
start using $_SERVER

Revision 1446 - Directory Listing - [select for diffs]
Modified Sun May 19 21:39:31 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1445 , to selected 3875
move the get above where it is first referenced

Revision 1445 - Directory Listing - [select for diffs]
Modified Sun May 19 21:01:39 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1444 , to selected 3875
Change the titles slightly and links better to ports-new.php

Revision 1444 - Directory Listing - [select for diffs]
Modified Sun May 19 21:01:05 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1443 , to selected 3875
add AddSlashes

Revision 1443 - Directory Listing - [select for diffs]
Modified Sun May 19 21:00:12 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1442 , to selected 3875
Allow for various periods

Revision 1442 - Directory Listing - [select for diffs]
Modified Sun May 19 20:27:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1441 , to selected 3875
add FreshPorts::Config::HourlySummaryDir

Revision 1441 - Directory Listing - [select for diffs]
Modified Sun May 19 20:24:19 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1440 , to selected 3875
first commit

Revision 1440 - Directory Listing - [select for diffs]
Modified Sun May 19 18:45:08 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1439 , to selected 3875
Rearrange items and add statistics

Revision 1439 - Directory Listing - [select for diffs]
Modified Sun May 19 18:42:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1438 , to selected 3875
Add these in

Revision 1438 - Directory Listing - [select for diffs]
Modified Sun May 19 18:42:33 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1437 , to selected 3875
start using revision

Revision 1437 - Directory Listing - [select for diffs]
Modified Sun May 19 18:42:12 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1436 , to selected 3875
start fetching revision

Revision 1436 - Directory Listing - [select for diffs]
Modified Sun May 19 18:41:36 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1435 , to selected 3875
start using the revision

Revision 1435 - Directory Listing - [select for diffs]
Modified Sun May 19 18:40:12 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1434 , to selected 3875
fetch using a revision

Revision 1434 - Directory Listing - [select for diffs]
Modified Sun May 19 18:39:38 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1433 , to selected 3875
use the defined HEAD

Revision 1433 - Directory Listing - [select for diffs]
Modified Sun May 19 18:38:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1432 , to selected 3875
define HEAD

Revision 1432 - Directory Listing - [select for diffs]
Modified Sun May 19 18:38:33 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1431 , to selected 3875
Start using version, but we'll use HEAD for now.

Revision 1431 - Directory Listing - [select for diffs]
Modified Sun May 19 18:14:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1430 , to selected 3875
First commit

Revision 1430 - Directory Listing - [select for diffs]
Modified Sun May 19 17:51:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1429 , to selected 3875
HTML tweaks.  no real changes.

Revision 1429 - Directory Listing - [select for diffs]
Modified Sun May 19 17:32:05 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1428 , to selected 3875
remember to commit

Revision 1428 - Directory Listing - [select for diffs]
Modified Sun May 19 17:17:19 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1427 , to selected 3875
First commit - a cron job for running daily statistics.

Revision 1427 - Directory Listing - [select for diffs]
Modified Sun May 19 17:12:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1426 , to selected 3875
Add permissions for daily_stats and daily_stats_data

Revision 1426 - Directory Listing - [select for diffs]
Modified Sat May 18 19:27:10 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1425 , to selected 3875
use $sort    = $_GET["sort"];

Revision 1425 - Directory Listing - [select for diffs]
Modified Sat May 18 19:14:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1424 , to selected 3875
use _POST

Revision 1424 - Directory Listing - [select for diffs]
Modified Sat May 18 19:10:41 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1423 , to selected 3875
add missing $

Revision 1423 - Directory Listing - [select for diffs]
Modified Sat May 18 19:05:31 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1422 , to selected 3875
use _SERVER

Revision 1422 - Directory Listing - [select for diffs]
Modified Sat May 18 19:04:15 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1421 , to selected 3875
use $visitor = $_COOKIE["visitor"];

Revision 1421 - Directory Listing - [select for diffs]
Modified Sat May 18 18:55:41 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1420 , to selected 3875
oops, use _GET["token"]

Revision 1420 - Directory Listing - [select for diffs]
Modified Sat May 18 18:54:41 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1419 , to selected 3875
use _SERVER

Revision 1419 - Directory Listing - [select for diffs]
Modified Sat May 18 18:50:08 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1418 , to selected 3875
add watchnoticefrequency to _POST variables

Revision 1418 - Directory Listing - [select for diffs]
Modified Sat May 18 18:46:33 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1417 , to selected 3875
start using the _POST variables

Revision 1417 - Directory Listing - [select for diffs]
Modified Sat May 18 18:33:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1416 , to selected 3875
use $_SERVER["HTTP_HOST"]

Revision 1416 - Directory Listing - [select for diffs]
Modified Sat May 18 18:30:17 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1415 , to selected 3875
use $_SERVER

Revision 1415 - Directory Listing - [select for diffs]
Modified Sat May 18 18:27:13 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1414 , to selected 3875
use $_SERVER["HTTP_HOST"]

Revision 1414 - Directory Listing - [select for diffs]
Modified Sat May 18 18:22:36 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1413 , to selected 3875
use $method     = AddSlashes($_POST["method"]);

Revision 1413 - Directory Listing - [select for diffs]
Modified Sat May 18 18:17:45 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1412 , to selected 3875
use $_POST["search"]

Revision 1412 - Directory Listing - [select for diffs]
Modified Sat May 18 18:16:29 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1411 , to selected 3875
use _POST["variable"]

Revision 1411 - Directory Listing - [select for diffs]
Modified Sat May 18 18:13:57 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1410 , to selected 3875
use $_SERVER["DOCUMENT_ROOT"]

Revision 1410 - Directory Listing - [select for diffs]
Modified Sat May 18 18:09:07 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1409 , to selected 3875
use $_GET["id"]

Revision 1409 - Directory Listing - [select for diffs]
Modified Sat May 18 18:00:34 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1408 , to selected 3875
use $_POST["ports"];

Revision 1408 - Directory Listing - [select for diffs]
Modified Sat May 18 17:55:43 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1407 , to selected 3875
left align port name in the "Port from your watch lists" column.

Revision 1407 - Directory Listing - [select for diffs]
Modified Sat May 18 17:46:12 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1406 , to selected 3875
use $_POST["ports"]

Revision 1406 - Directory Listing - [select for diffs]
Modified Sat May 18 17:43:08 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1405 , to selected 3875
use $_GET["category"]

Revision 1405 - Directory Listing - [select for diffs]
Modified Sat May 18 17:40:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1404 , to selected 3875
add missing $

Revision 1404 - Directory Listing - [select for diffs]
Modified Sat May 18 17:38:21 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1403 , to selected 3875
use $_GET["remove"]

Revision 1403 - Directory Listing - [select for diffs]
Modified Sat May 18 17:27:11 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1402 , to selected 3875
use $_COOKIE["visitor"];

Revision 1402 - Directory Listing - [select for diffs]
Modified Sat May 18 17:21:07 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1401 , to selected 3875
use $_COOKIE["visitor"]

Revision 1401 - Directory Listing - [select for diffs]
Modified Sat May 18 15:33:53 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1400 , to selected 3875
Include version+revision in fetched details

Revision 1400 - Directory Listing - [select for diffs]
Modified Sat May 18 15:33:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1399 , to selected 3875
Include version+revision in commit history for each commit

Revision 1399 - Directory Listing - [select for diffs]
Modified Sat May 18 08:25:09 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1398 , to selected 3875
use $submit = _POST["submit"]; and $origin = _POST["origin"];

Revision 1398 - Directory Listing - [select for diffs]
Modified Sat May 18 08:15:08 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1397 , to selected 3875
use _POST["<varname>"]

Revision 1397 - Directory Listing - [select for diffs]
Modified Sat May 18 08:07:39 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1396 , to selected 3875
use _SERVER["PHP_SELF"]

Revision 1396 - Directory Listing - [select for diffs]
Modified Sat May 18 06:48:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1395 , to selected 3875
$_GET["message_id"]

Revision 1395 - Directory Listing - [select for diffs]
Modified Sat May 18 06:42:31 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1394 , to selected 3875
use _SERVER["REQUEST_URI"]

Revision 1394 - Directory Listing - [select for diffs]
Modified Sat May 18 06:32:45 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1393 , to selected 3875
helpful instructions for restoring a db

Revision 1393 - Directory Listing - [select for diffs]
Modified Sat May 18 06:13:19 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1392 , to selected 3875
use $_SERVER["DOCUMENT_ROOT"]

Revision 1392 - Directory Listing - [select for diffs]
Modified Sat May 18 05:59:54 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1391 , to selected 3875
use _SERVER["DOCUMENT_ROOT"]

Revision 1391 - Directory Listing - [select for diffs]
Modified Sat May 18 05:58:28 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1390 , to selected 3875
Use _SERVER

Revision 1390 - Directory Listing - [select for diffs]
Modified Sat May 18 05:55:53 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1389 , to selected 3875
use _SERVER["DOCUMENT_ROOT"] instead of DOCUMENT_ROOT

Revision 1389 - Directory Listing - [select for diffs]
Modified Sat May 18 04:56:06 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1388 , to selected 3875
Remove tarball, use files.

Revision 1388 - Directory Listing - [select for diffs]
Modified Sat May 18 04:52:55 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1387 , to selected 3875
Add this tarfile.

Revision 1387 - Directory Listing - [select for diffs]
Modified Sat May 11 03:56:13 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1386 , to selected 3875
actually call SendWatchNoticePersonal

Revision 1386 - Directory Listing - [select for diffs]
Modified Fri May 10 23:32:30 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1385 , to selected 3875
general tidy of HTML code

Revision 1385 - Directory Listing - [select for diffs]
Modified Fri May 10 23:21:29 2002 UTC (22 years, 10 months ago) by dan
Diff to previous 1384 , to selected 3875
adjust the size of the phorum logo.
rearrange things to look better.

Revision 1384 - Directory Listing - [select for diffs]
Modified Thu May 9 22:13:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1383 , to selected 3875
change .php3 to .php

Revision 1383 - Directory Listing - [select for diffs]
Modified Thu May 9 22:00:48 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1382 , to selected 3875
When listing ports in a category, supply the watch list id.
remove commented-out code

Revision 1382 - Directory Listing - [select for diffs]
Modified Thu May 9 22:00:15 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1381 , to selected 3875
Cater for watch lists correctly on lists of ports.

Revision 1381 - Directory Listing - [select for diffs]
Modified Thu May 9 21:24:46 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1380 , to selected 3875
add NumberOfDays

Revision 1380 - Directory Listing - [select for diffs]
Modified Thu May 9 21:24:33 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1379 , to selected 3875
Add NumberOfDays

Revision 1379 - Directory Listing - [select for diffs]
Modified Thu May 9 20:59:27 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1378 , to selected 3875
Oops, two functions the same.

Revision 1378 - Directory Listing - [select for diffs]
Modified Thu May 9 20:58:41 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1377 , to selected 3875
various mailto improvements

Revision 1377 - Directory Listing - [select for diffs]
Modified Thu May 9 20:57:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1376 , to selected 3875
Add NumberOfDays (of past history to show)

Revision 1376 - Directory Listing - [select for diffs]
Modified Thu May 9 20:55:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1375 , to selected 3875
Add customizable number of days to show in history
Add mailto link for committer

Revision 1375 - Directory Listing - [select for diffs]
Modified Thu May 9 20:14:26 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1374 , to selected 3875
In email to the maintainer, set the cc & subject correctly

Revision 1374 - Directory Listing - [select for diffs]
Modified Thu May 9 20:06:25 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1373 , to selected 3875
also fetch ports.revision

Revision 1373 - Directory Listing - [select for diffs]
Modified Thu May 9 20:04:06 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1372 , to selected 3875
 $ShowDateAdded="Y" =>  $ShowDateAdded="N"

Revision 1372 - Directory Listing - [select for diffs]
Modified Thu May 9 20:02:00 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1371 , to selected 3875
fix display of things we want to be shown

Revision 1371 - Directory Listing - [select for diffs]
Modified Thu May 9 20:01:16 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1370 , to selected 3875
 $ShowDateAdded=1 =>  $ShowDateAdded="Y"

Revision 1370 - Directory Listing - [select for diffs]
Modified Thu May 9 19:33:41 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1369 , to selected 3875
Pull committer from the result set

Revision 1369 - Directory Listing - [select for diffs]
Modified Wed May 8 03:28:26 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1368 , to selected 3875
fix typos

Revision 1368 - Directory Listing - [select for diffs]
Modified Wed May 8 02:21:55 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1367 , to selected 3875
AddSlashes on incoming data.
Remove some outdated code.

Revision 1367 - Directory Listing - [select for diffs]
Modified Wed May 8 02:21:07 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1366 , to selected 3875
fix regex for mail regex

Revision 1366 - Directory Listing - [select for diffs]
Modified Thu May 2 22:12:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1365 , to selected 3875
Fix the URL for the watch list

Revision 1365 - Directory Listing - [select for diffs]
Modified Tue Apr 30 13:45:04 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1364 , to selected 3875
removed duplicated AddSlashes

Revision 1364 - Directory Listing - [select for diffs]
Modified Tue Apr 30 02:59:04 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1363 , to selected 3875
fixed typo.  evenshtein should be levenshtein

Revision 1363 - Directory Listing - [select for diffs]
Modified Thu Apr 25 03:12:27 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1362 , to selected 3875
merge to FreshPorts1 from HEAD

Revision 1362 - Directory Listing - [select for diffs]
Modified Thu Apr 25 03:08:19 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1361 , to selected 3875
Update copyright

Revision 1361 - Directory Listing - [select for diffs]
Modified Thu Apr 25 03:05:55 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1360 , to selected 3875
send one message per user

Revision 1360 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:37:38 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1359 , to selected 3875
Update date in copyright message

Revision 1359 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:35:52 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1358 , to selected 3875
Add index on ports (element_id)
Add graphs table

Revision 1358 - Directory Listing - [select for diffs]
Modified Wed Apr 24 00:12:34 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1357 , to selected 3875
rm _phpgraph as it is not used

Revision 1357 - Directory Listing - [select for diffs]
Modified Wed Apr 24 00:11:29 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1356 , to selected 3875
We don't use this directory any more

Revision 1356 - Directory Listing - [select for diffs]
Modified Wed Apr 24 00:10:02 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1355 , to selected 3875
not used in FP 2

Revision 1355 - Directory Listing - [select for diffs]
Modified Wed Apr 24 00:08:52 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1354 , to selected 3875
Remove mySQL references

Revision 1354 - Directory Listing - [select for diffs]
Modified Tue Apr 23 17:18:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1353 , to selected 3875
grab is_clickable while we have it.

Revision 1353 - Directory Listing - [select for diffs]
Modified Tue Apr 23 17:09:41 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1352 , to selected 3875
Add labels to graphs
Make some graphs clickable and some not

Revision 1352 - Directory Listing - [select for diffs]
Modified Tue Apr 23 16:58:30 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1351 , to selected 3875
Add labels to graphs
Make some graphs clickable and some not

Revision 1351 - Directory Listing - [select for diffs]
Modified Tue Apr 23 00:02:22 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1350 , to selected 3875
Lets simply the code and make it work with inserts and null parents

Revision 1350 - Directory Listing - [select for diffs]
Modified Mon Apr 22 22:15:17 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1349 , to selected 3875
Add a trailing slash to the URL

Revision 1349 - Directory Listing - [select for diffs]
Modified Mon Apr 22 03:34:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1348 , to selected 3875
add ports-new.php

Revision 1348 - Directory Listing - [select for diffs]
Modified Mon Apr 22 03:34:01 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1347 , to selected 3875
minor tweaks for ports-new.php

Revision 1347 - Directory Listing - [select for diffs]
Modified Mon Apr 22 03:33:38 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1346 , to selected 3875
minor tweaks to cope for ports-news.php

Revision 1346 - Directory Listing - [select for diffs]
Modified Mon Apr 22 03:33:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1345 , to selected 3875
minor tweaks to cope with changes for ports-new.php

Revision 1345 - Directory Listing - [select for diffs]
Modified Mon Apr 22 03:32:50 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1344 , to selected 3875
All new, based on ports-deleted.php

Revision 1344 - Directory Listing - [select for diffs]
Modified Mon Apr 22 02:43:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1343 , to selected 3875
Add Deleted Ports

Revision 1343 - Directory Listing - [select for diffs]
Modified Mon Apr 22 02:10:29 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1342 , to selected 3875
Ummm, let's only check parent status if we are dealing with a port here

Revision 1342 - Directory Listing - [select for diffs]
Modified Mon Apr 22 02:04:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1341 , to selected 3875
Delete or activate the parent if a child is modified

Revision 1341 - Directory Listing - [select for diffs]
Modified Mon Apr 22 01:26:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1340 , to selected 3875
First commit

Revision 1340 - Directory Listing - [select for diffs]
Modified Mon Apr 22 01:17:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1339 , to selected 3875
add message_id and encoding_losses, which might be used in some circumstances

Revision 1339 - Directory Listing - [select for diffs]
Modified Mon Apr 22 01:16:43 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1338 , to selected 3875
Add links to the commit message, original cvs-all message, and to the files
touched in this port.

Revision 1338 - Directory Listing - [select for diffs]
Modified Mon Apr 22 01:15:56 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1337 , to selected 3875
clean this up for production

Revision 1337 - Directory Listing - [select for diffs]
Modified Sun Apr 21 23:46:07 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1336 , to selected 3875
PR142 - after refreshing a port, queue the date into the daily_refreshes
        table so that the daily summaries are updated.

Revision 1336 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:22:53 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1335 , to selected 3875
when calling freshports_PortDescriptionPrint, include
the URL to use for long commits.

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 1334 , to selected 3875
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 1334 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:22:10 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1333 , to selected 3875
move freshports_MorePortsToShow to include/freshports.php
when calling freshports_PortDescriptionPrint, include
the URL to use for long commits.

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 1332 , to selected 3875
move over comments from freshports.php which should have
been moved in a previous commit.
add $freshports_CommitMsgMaxNumOfLinesToShow

Revision 1332 - Directory Listing - [select for diffs]
Modified Sat Apr 20 14:20:15 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1331 , to selected 3875
I have added the FP2 people.  so don't say I haven't.

Revision 1331 - Directory Listing - [select for diffs]
Modified Sat Apr 20 05:17:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1330 , to selected 3875
put deleted where it should be deleted.

Revision 1330 - Directory Listing - [select for diffs]
Modified Sat Apr 20 04:55:50 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1329 , to selected 3875
Fix the map file name

Revision 1329 - Directory Listing - [select for diffs]
Modified Sat Apr 20 04:34:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1328 , to selected 3875
oh, don't show that here!

Revision 1328 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:42:40 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1327 , to selected 3875
more permissions

Revision 1327 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:42:16 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1326 , to selected 3875
html fixes

Revision 1326 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:24:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1325 , to selected 3875
remove files not in FP2

Revision 1325 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:23:36 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1324 , to selected 3875
html fix

Revision 1324 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:21:14 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1323 , to selected 3875
fix syntax

Revision 1323 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:15:58 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1322 , to selected 3875
html fixes

Revision 1322 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:06:21 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1321 , to selected 3875
html fix

Revision 1321 - Directory Listing - [select for diffs]
Modified Sat Apr 20 03:00:53 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1320 , to selected 3875
HTML fix

Revision 1320 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:56:54 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1319 , to selected 3875
html fix

Revision 1319 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:47:57 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1318 , to selected 3875
fix html

Revision 1318 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:39:36 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1317 , to selected 3875
html fix

Revision 1317 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:19:10 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1316 , to selected 3875
HTML fix

Revision 1316 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:14:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1315 , to selected 3875
removed.   not on branch

Revision 1315 - Directory Listing - [select for diffs]
Modified Sat Apr 20 02:12:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1314 , to selected 3875
html fixes

Revision 1314 - Directory Listing - [select for diffs]
Modified Fri Apr 19 21:52:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1313 , to selected 3875
Let's go back to 100% width tables.

Revision 1313 - Directory Listing - [select for diffs]
Modified Fri Apr 19 21:47:09 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1312 , to selected 3875
Add a section for FP2

Revision 1312 - Directory Listing - [select for diffs]
Modified Fri Apr 19 21:10:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1311 , to selected 3875
Use $PHP_SELF

Revision 1311 - Directory Listing - [select for diffs]
Modified Fri Apr 19 21:07:51 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1310 , to selected 3875
Change name to graphs.php

Revision 1310 - Directory Listing - [select for diffs]
Modified Fri Apr 19 21:00:00 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1309 , to selected 3875
Add disclaimer.

Revision 1309 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:59:47 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1308 , to selected 3875
add link to graphs

Revision 1308 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:43:28 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1307 , to selected 3875
Use $db not $conn

Revision 1307 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:35:43 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1306 , to selected 3875
Put conditions into db connection

Revision 1306 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:26:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1305 , to selected 3875
put FreshPorts in the title of the cached file.

Revision 1305 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:26:05 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1304 , to selected 3875
first commit

Revision 1304 - Directory Listing - [select for diffs]
Modified Fri Apr 19 20:22:05 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1303 , to selected 3875
Let's put it all together.  Looking good for graphs.

Revision 1303 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:52:10 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1302 , to selected 3875
html fix

Revision 1302 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:50:41 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1301 , to selected 3875
fix HTML

Revision 1301 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:46:43 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1300 , to selected 3875
oops, messed that up didn't I.  fix table.

Revision 1300 - Directory Listing - [select for diffs]
Modified Fri Apr 19 18:54:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1299 , to selected 3875
First commit

Revision 1299 - Directory Listing - [select for diffs]
Modified Fri Apr 19 17:16:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1298 , to selected 3875
Move Netscape button down.

Revision 1298 - Directory Listing - [select for diffs]
Modified Fri Apr 19 17:10:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1297 , to selected 3875
remove extra </P>

Revision 1297 - Directory Listing - [select for diffs]
Modified Fri Apr 19 17:06:21 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1296 , to selected 3875
These are the post W3C HTML validation commits

Revision 1296 - Directory Listing - [select for diffs]
Modified Fri Apr 19 17:05:53 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1295 , to selected 3875
Almost there.

Revision 1295 - Directory Listing - [select for diffs]
Modified Fri Apr 19 17:05:24 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1294 , to selected 3875
first commit

Revision 1294 - Directory Listing - [select for diffs]
Modified Fri Apr 19 13:24:19 2002 UTC (22 years, 11 months ago) by (unknown author)
Diff to previous 1293 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'preW3C_HTML_validation'.
Revision 1293 - Directory Listing - [select for diffs]
Modified Fri Apr 19 13:24:18 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1292 , to selected 3875
Use our own style stuff.

Revision 1292 - Directory Listing - [select for diffs]
Modified Fri Apr 19 04:12:20 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1291 , to selected 3875
Add news feeds

Revision 1291 - Directory Listing - [select for diffs]
Modified Fri Apr 19 03:22:27 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1290 , to selected 3875
let's not use fp-refresh.sh

Revision 1290 - Directory Listing - [select for diffs]
Modified Fri Apr 19 02:48:24 2002 UTC (22 years, 11 months ago) by (unknown author)
Diff to previous 1289 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'preW3C_HTML_validation'.
Revision 1289 - Directory Listing - [select for diffs]
Modified Fri Apr 19 02:48:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1288 , to selected 3875
move netscape add button down a bit

Revision 1288 - Directory Listing - [select for diffs]
Modified Fri Apr 19 02:40:33 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1287 , to selected 3875
Add date/time loaded.

Revision 1287 - Directory Listing - [select for diffs]
Modified Thu Apr 18 21:33:53 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1286 , to selected 3875
add / to image

Revision 1286 - Directory Listing - [select for diffs]
Modified Thu Apr 18 21:29:23 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1285 , to selected 3875
Add "Add tab to Netscape 6" button

Revision 1285 - Directory Listing - [select for diffs]
Modified Thu Apr 18 21:27:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1284 , to selected 3875
Add "Add tab to NetScape 6" button.

Revision 1284 - Directory Listing - [select for diffs]
Modified Thu Apr 18 20:59:45 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1283 , to selected 3875
Call our copyright function

Revision 1283 - Directory Listing - [select for diffs]
Modified Thu Apr 18 20:59:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1282 , to selected 3875
Put the existing copyright into the function and remove the commented out code.

Revision 1282 - Directory Listing - [select for diffs]
Modified Thu Apr 18 20:48:03 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1281 , to selected 3875
First commit.  Used for netscape 6

Revision 1281 - Directory Listing - [select for diffs]
Modified Thu Apr 18 20:47:40 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1280 , to selected 3875
Used for sidebar.php

Revision 1280 - Directory Listing - [select for diffs]
Modified Thu Apr 18 14:09:03 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1279 , to selected 3875
use DOCTYPE 4.01 Transitional
and call htmlspecialchars

Revision 1279 - Directory Listing - [select for diffs]
Modified Thu Apr 18 14:05:54 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1278 , to selected 3875
Don't show revision if it is zero

Revision 1278 - Directory Listing - [select for diffs]
Modified Wed Apr 17 17:07:01 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1277 , to selected 3875
Remove references to the phorum, which is gone.

Revision 1277 - Directory Listing - [select for diffs]
Modified Wed Apr 17 03:19:53 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1276 , to selected 3875
Mention forgotten logins can be recovered too

Revision 1276 - Directory Listing - [select for diffs]
Modified Tue Apr 16 12:58:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1275 , to selected 3875
Add committer to message

Revision 1275 - Directory Listing - [select for diffs]
Modified Tue Apr 16 12:57:55 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1274 , to selected 3875
update version

Revision 1274 - Directory Listing - [select for diffs]
Modified Mon Apr 15 16:11:44 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1273 , to selected 3875
Use onwatchlist not watch

Revision 1273 - Directory Listing - [select for diffs]
Modified Mon Apr 15 16:08:02 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1272 , to selected 3875
use port-> not myrow[

Revision 1272 - Directory Listing - [select for diffs]
Modified Mon Apr 15 01:09:15 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1271 , to selected 3875
mention FreeBSD

Revision 1271 - Directory Listing - [select for diffs]
Modified Mon Apr 15 01:07:01 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1270 , to selected 3875
add links to ocuug

Revision 1270 - Directory Listing - [select for diffs]
Modified Sun Apr 14 18:52:14 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1269 , to selected 3875
Don't show the description link

Revision 1269 - Directory Listing - [select for diffs]
Modified Sun Apr 14 18:47:49 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1268 , to selected 3875
slight whitespace changes

Revision 1268 - Directory Listing - [select for diffs]
Modified Sat Apr 13 18:25:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1267 , to selected 3875
Let's use play instead of a bullet for long commits

Revision 1267 - Directory Listing - [select for diffs]
Modified Sat Apr 13 17:52:51 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1266 , to selected 3875
Use a graphic for the bullet on long commits

Revision 1266 - Directory Listing - [select for diffs]
Modified Fri Apr 12 19:45:24 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1265 , to selected 3875
Icon tweaking.

Revision 1265 - Directory Listing - [select for diffs]
Modified Fri Apr 12 19:02:14 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1264 , to selected 3875
Tweak the linking for large ports.

Revision 1264 - Directory Listing - [select for diffs]
Modified Fri Apr 12 18:22:21 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1263 , to selected 3875
Show only the first 10 ports of a commit.  Then link to the commits.php page.

Revision 1263 - Directory Listing - [select for diffs]
Modified Fri Apr 12 17:46:56 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1262 , to selected 3875
Renamed pr2html to htmlify
attribute code

Revision 1262 - Directory Listing - [select for diffs]
Modified Fri Apr 12 15:43:10 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1261 , to selected 3875
add $ to pr2html functions so "http://example.org" is converted to an HREF

Revision 1261 - Directory Listing - [select for diffs]
Modified Fri Apr 12 15:09:01 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1260 , to selected 3875
remove extraneous brackets

Revision 1260 - Directory Listing - [select for diffs]
Modified Fri Apr 12 15:08:18 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1259 , to selected 3875
Add status to ports_all

Revision 1259 - Directory Listing - [select for diffs]
Modified Fri Apr 12 14:29:42 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1258 , to selected 3875
remove commented out code

Revision 1258 - Directory Listing - [select for diffs]
Modified Fri Apr 12 14:29:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1257 , to selected 3875
Pass watch lists id to call to files.php

Revision 1257 - Directory Listing - [select for diffs]
Modified Fri Apr 12 14:28:37 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1256 , to selected 3875
Change Refresh icon to Deleted

Revision 1256 - Directory Listing - [select for diffs]
Modified Fri Apr 12 14:27:56 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1255 , to selected 3875
Add some missing elements to the commit, including watch list support.

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 , to selected 3875
new htmlify code
remove some TITLE from graphics which are links so the URL appears
in the status bar and not the title.

Revision 1254 - Directory Listing - [select for diffs]
Modified Fri Apr 12 07:15:50 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1253 , to selected 3875
Add some missing fields and standardize date/time format to get
encoding_losses running.

Revision 1253 - Directory Listing - [select for diffs]
Modified Fri Apr 12 06:26:31 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1252 , to selected 3875
add encoding_losses

Revision 1252 - Directory Listing - [select for diffs]
Modified Fri Apr 12 06:14:19 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1251 , to selected 3875
cater for older xml encodings without EncodingLosses

Revision 1251 - Directory Listing - [select for diffs]
Modified Fri Apr 12 06:13:42 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1250 , to selected 3875
cast to boolean to cater for default values of 0

Revision 1250 - Directory Listing - [select for diffs]
Modified Fri Apr 12 05:37:13 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1249 , to selected 3875
tag the file as UTF-9

Revision 1249 - Directory Listing - [select for diffs]
Modified Fri Apr 12 05:31:59 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1248 , to selected 3875
add EncodingLosses

Revision 1248 - Directory Listing - [select for diffs]
Modified Fri Apr 12 05:20:27 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1247 , to selected 3875
Add EncodingLosses

Revision 1247 - Directory Listing - [select for diffs]
Modified Fri Apr 12 05:11:47 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1246 , to selected 3875
add encoding_losses

Revision 1246 - Directory Listing - [select for diffs]
Modified Fri Apr 12 00:27:18 2002 UTC (22 years, 11 months ago) by (unknown author)
Diff to previous 1245 , to selected 3875
This commit was manufactured by cvs2svn to create tag
'preW3C_HTML_validation'.
Revision 1245 - Directory Listing - [select for diffs]
Modified Fri Apr 12 00:27:17 2002 UTC (22 years, 11 months ago) by (unknown author)
Diff to previous 1244 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 1244 - Directory Listing - [select for diffs]
Modified Fri Apr 12 00:27:16 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1243 , to selected 3875
Add EncodingLosses
TRUE  - characters were changed to conform to UTF-8.
FALSE - otherwise

Revision 1243 - Directory Listing - [select for diffs]
Modified Thu Apr 11 22:03:35 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1242 , to selected 3875
make long URLs shorter.

Revision 1242 - Directory Listing - [select for diffs]
Modified Thu Apr 11 21:17:27 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1241 , to selected 3875
commit out debugging

Revision 1241 - Directory Listing - [select for diffs]
Modified Thu Apr 11 21:15:02 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1240 , to selected 3875
Add latest pr2html functions which will trim long URLs.

Revision 1240 - Directory Listing - [select for diffs]
Modified Thu Apr 11 19:46:14 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1239 , to selected 3875
Add link to BSDMall

Revision 1239 - Directory Listing - [select for diffs]
Modified Wed Apr 10 20:48:18 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1238 , to selected 3875
Print the commit message using the correct function

Revision 1238 - Directory Listing - [select for diffs]
Modified Wed Apr 10 18:06:51 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1237 , to selected 3875
Add watch and watch add icons.

Revision 1237 - Directory Listing - [select for diffs]
Modified Wed Apr 10 17:59:42 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1236 , to selected 3875
Start using icons for watch add and remove

Revision 1236 - Directory Listing - [select for diffs]
Modified Wed Apr 10 14:26:19 2002 UTC (22 years, 11 months ago) by dan
Diff to previous 1235 , to selected 3875
Add TITLE strings to images
Add pr2html

Revision 1235 - Directory Listing - [select for diffs]
Modified Tue Apr 9 13:01:22 2002 UTC (23 years ago) by dan
Diff to previous 1234 , to selected 3875
Make the main table 100%

Revision 1234 - Directory Listing - [select for diffs]
Modified Mon Apr 8 17:07:30 2002 UTC (23 years ago) by dan
Diff to previous 1233 , to selected 3875
Add ports_all to permissions

Revision 1233 - Directory Listing - [select for diffs]
Modified Mon Apr 8 17:06:22 2002 UTC (23 years ago) by dan
Diff to previous 1232 , to selected 3875
allow for non-logged in users

Revision 1232 - Directory Listing - [select for diffs]
Modified Mon Apr 8 17:06:06 2002 UTC (23 years ago) by dan
Diff to previous 1231 , to selected 3875
include commit link within the files page

Revision 1231 - Directory Listing - [select for diffs]
Modified Mon Apr 8 16:55:13 2002 UTC (23 years ago) by dan
Diff to previous 1230 , to selected 3875
Adding link to commit.php from most places.

Revision 1230 - Directory Listing - [select for diffs]
Modified Mon Apr 8 16:20:54 2002 UTC (23 years ago) by dan
Diff to previous 1229 , to selected 3875
Allow searching by message_id

Revision 1229 - Directory Listing - [select for diffs]
Modified Mon Apr 8 15:21:15 2002 UTC (23 years ago) by dan
Diff to previous 1228 , to selected 3875
use the full path to the image

Revision 1228 - Directory Listing - [select for diffs]
Modified Sat Apr 6 23:01:59 2002 UTC (23 years ago) by dan
Diff to previous 1227 , to selected 3875
globalize that variable so we can get to the CVSWeb page

Revision 1227 - Directory Listing - [select for diffs]
Modified Sat Apr 6 22:51:57 2002 UTC (23 years ago) by dan
Diff to previous 1226 , to selected 3875
Lets all use the deleted function.

Revision 1226 - Directory Listing - [select for diffs]
Modified Sat Apr 6 15:15:10 2002 UTC (23 years ago) by dan
Diff to previous 1225 , to selected 3875
urls are now transparent.

Revision 1225 - Directory Listing - [select for diffs]
Modified Sat Apr 6 15:10:55 2002 UTC (23 years ago) by dan
Diff to previous 1224 , to selected 3875
fix more typos

Revision 1224 - Directory Listing - [select for diffs]
Modified Sat Apr 6 15:08:54 2002 UTC (23 years ago) by dan
Diff to previous 1223 , to selected 3875
fix typo

Revision 1223 - Directory Listing - [select for diffs]
Modified Sat Apr 6 15:01:43 2002 UTC (23 years ago) by dan
Diff to previous 1222 , to selected 3875
Center the table

Revision 1222 - Directory Listing - [select for diffs]
Modified Sat Apr 6 14:58:46 2002 UTC (23 years ago) by dan
Diff to previous 1221 , to selected 3875
Start using the new deleted and refresh icons.

Revision 1221 - Directory Listing - [select for diffs]
Modified Sat Apr 6 13:35:17 2002 UTC (23 years ago) by dan
Diff to previous 1220 , to selected 3875
Don't link to the FreeBSD mailing list archive for older messages which
do not contain a valid message id.

Revision 1220 - Directory Listing - [select for diffs]
Modified Wed Apr 3 21:44:25 2002 UTC (23 years ago) by dan
Diff to previous 1219 , to selected 3875
Add domain renewal time

Revision 1219 - Directory Listing - [select for diffs]
Modified Wed Apr 3 20:25:13 2002 UTC (23 years ago) by dan
Diff to previous 1218 , to selected 3875
Fix a typo and put Helvetica in front of Verdana.

Revision 1218 - Directory Listing - [select for diffs]
Modified Tue Apr 2 04:55:44 2002 UTC (23 years ago) by dan
Diff to previous 1217 , to selected 3875
Add commits_latest_tmp.message_id so we can link from the webpage to the
mailing list archive.

Revision 1217 - Directory Listing - [select for diffs]
Modified Tue Apr 2 04:50:46 2002 UTC (23 years ago) by dan
Diff to previous 1216 , to selected 3875
first commit

Revision 1216 - Directory Listing - [select for diffs]
Modified Tue Apr 2 04:45:32 2002 UTC (23 years ago) by dan
Diff to previous 1215 , to selected 3875
call freshports_Email_Link

Revision 1215 - Directory Listing - [select for diffs]
Modified Tue Apr 2 04:45:24 2002 UTC (23 years ago) by dan
Diff to previous 1214 , to selected 3875
add freshports_Email_Link which provides a link to the mail archives

Revision 1214 - Directory Listing - [select for diffs]
Modified Tue Apr 2 04:45:13 2002 UTC (23 years ago) by dan
Diff to previous 1213 , to selected 3875
call freshports_Email_Link
fix typo in SystemTimeAdjust()

Revision 1213 - Directory Listing - [select for diffs]
Modified Tue Apr 2 03:06:20 2002 UTC (23 years ago) by dan
Diff to previous 1212 , to selected 3875
tidy up HTML

Revision 1212 - Directory Listing - [select for diffs]
Modified Tue Apr 2 02:59:26 2002 UTC (23 years ago) by dan
Diff to previous 1211 , to selected 3875
oops, reverse the sign on SystemTimeAdjust()

Revision 1211 - Directory Listing - [select for diffs]
Modified Tue Apr 2 02:53:30 2002 UTC (23 years ago) by dan
Diff to previous 1210 , to selected 3875
add FetchByName

Revision 1210 - Directory Listing - [select for diffs]
Modified Tue Apr 2 02:52:40 2002 UTC (23 years ago) by dan
Diff to previous 1209 , to selected 3875
Grab port_id and adjust the time using SystemTimeAdjust()

Revision 1209 - Directory Listing - [select for diffs]
Modified Tue Apr 2 02:43:02 2002 UTC (23 years ago) by dan
Diff to previous 1208 , to selected 3875
remove GLOBAL CVSTimeAdjustment

Revision 1208 - Directory Listing - [select for diffs]
Modified Tue Apr 2 02:30:27 2002 UTC (23 years ago) by dan
Diff to previous 1207 , to selected 3875
Use SystemTimeAdjust()

Revision 1207 - Directory Listing - [select for diffs]
Modified Tue Apr 2 01:48:34 2002 UTC (23 years ago) by dan
Diff to previous 1206 , to selected 3875
sort by category and port to ensure consistency

Revision 1206 - Directory Listing - [select for diffs]
Modified Tue Apr 2 01:45:56 2002 UTC (23 years ago) by dan
Diff to previous 1205 , to selected 3875
Tidy up the interval.

Revision 1205 - Directory Listing - [select for diffs]
Modified Tue Apr 2 01:03:29 2002 UTC (23 years ago) by dan
Diff to previous 1204 , to selected 3875
Cater better for the Revision line...

Revision 1204 - Directory Listing - [select for diffs]
Modified Mon Apr 1 23:12:47 2002 UTC (23 years ago) by dan
Diff to previous 1203 , to selected 3875
Remember to use the system time adjustment

Revision 1203 - Directory Listing - [select for diffs]
Modified Mon Apr 1 22:57:26 2002 UTC (23 years ago) by dan
Diff to previous 1202 , to selected 3875
Add permissions for new table.

Revision 1202 - Directory Listing - [select for diffs]
Modified Mon Apr 1 22:54:31 2002 UTC (23 years ago) by dan
Diff to previous 1201 , to selected 3875
merge from branch

Revision 1201 - Directory Listing - [select for diffs]
Modified Mon Apr 1 22:53:11 2002 UTC (23 years ago) by dan
Diff to previous 1200 , to selected 3875
Merge to branch

Revision 1200 - Directory Listing - [select for diffs]
Modified Mon Apr 1 22:52:06 2002 UTC (23 years ago) by dan
Diff to previous 1199 , to selected 3875
merge to branch

Revision 1199 - Directory Listing - [select for diffs]
Modified Mon Apr 1 22:42:00 2002 UTC (23 years ago) by dan
Diff to previous 1198 , to selected 3875
commit to head

Revision 1198 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:21:34 2002 UTC (23 years ago) by dan
Diff to previous 1197 , to selected 3875
Add new caching functions to keep track of updating the cache

Revision 1197 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:21:00 2002 UTC (23 years ago) by dan
Diff to previous 1196 , to selected 3875
move RefreshMainPage and GetMaxCommitLogPortId to cache.pm

Revision 1196 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:20:03 2002 UTC (23 years ago) by dan
Diff to previous 1195 , to selected 3875
if commiting a port, call DailySummaryDateAdd

Revision 1195 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:18:58 2002 UTC (23 years ago) by dan
Diff to previous 1194 , to selected 3875
also check the daily_refreshes file

Revision 1194 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:18:14 2002 UTC (23 years ago) by dan
Diff to previous 1193 , to selected 3875
- update copyright
- remove mistakenly copied routines
    - ReadFile
    - FetchFile
    - InitSyslog
    - ReportError
    - SendEmailNotice

Revision 1193 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:16:21 2002 UTC (23 years ago) by dan
Diff to previous 1192 , to selected 3875
reflect new location of CreateDailySummary in cache.pm

Revision 1192 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:15:34 2002 UTC (23 years ago) by dan
Diff to previous 1191 , to selected 3875
move CreateDailySummary to new cache.pm module

Revision 1191 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:12:52 2002 UTC (23 years ago) by dan
Diff to previous 1190 , to selected 3875
Oops, checked in with debug on

Revision 1190 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:09:34 2002 UTC (23 years ago) by dan
Diff to previous 1189 , to selected 3875
moves this file around.

Revision 1189 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:03:51 2002 UTC (23 years ago) by dan
Diff to previous 1188 , to selected 3875
add and use freshports_CommitFilesLink to create links to files

Revision 1188 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:02:40 2002 UTC (23 years ago) by dan
Diff to previous 1187 , to selected 3875
white space changes only

Revision 1187 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:02:01 2002 UTC (23 years ago) by dan
Diff to previous 1186 , to selected 3875
- add a few globals
- needed for URL of /category/ports/files.php?commitid

Revision 1186 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:01:14 2002 UTC (23 years ago) by dan
Diff to previous 1185 , to selected 3875
Allow URL of /category/ports/files.php?commitid to show files affected
by said commit it

Revision 1185 - Directory Listing - [select for diffs]
Modified Mon Apr 1 21:00:17 2002 UTC (23 years ago) by dan
Diff to previous 1184 , to selected 3875
- Add DailySummaries back to the front page (and include more of them)
- use freshports_CommitFilesLink to create links to files

Revision 1184 - Directory Listing - [select for diffs]
Modified Mon Apr 1 20:54:57 2002 UTC (23 years ago) by dan
Diff to previous 1183 , to selected 3875
remove ports2, categories2, and element2
no idea where they came from

Revision 1183 - Directory Listing - [select for diffs]
Modified Mon Apr 1 20:53:43 2002 UTC (23 years ago) by dan
Diff to previous 1182 , to selected 3875
Add Daily_Refreshes table

Revision 1182 - Directory Listing - [select for diffs]
Modified Mon Apr 1 20:45:02 2002 UTC (23 years ago) by dan
Diff to previous 1181 , to selected 3875
Add Daily_Refreshes table and function for adding stuff to
and removing entries from.

Revision 1181 - Directory Listing - [select for diffs]
Modified Sun Mar 31 03:16:46 2002 UTC (23 years ago) by dan
Diff to previous 1180 , to selected 3875
add link to traffic pages

Revision 1180 - Directory Listing - [select for diffs]
Modified Sat Mar 30 09:14:40 2002 UTC (23 years ago) by dan
Diff to previous 1179 , to selected 3875
No longer needed

Revision 1179 - Directory Listing - [select for diffs]
Modified Sat Mar 30 09:08:07 2002 UTC (23 years ago) by (unknown author)
Diff to previous 1178 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 1178 - Directory Listing - [select for diffs]
Modified Sat Mar 30 09:08:06 2002 UTC (23 years ago) by dan
Diff to previous 1177 , to selected 3875
First import

Revision 1177 - Directory Listing - [select for diffs]
Modified Sat Mar 30 09:08:06 2002 UTC (23 years ago) by (unknown author)
Diff to previous 1176 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 1176 - Directory Listing - [select for diffs]
Modified Sat Mar 30 08:45:40 2002 UTC (23 years ago) by dan
Diff to previous 1175 , to selected 3875
doh, change the right line

Revision 1175 - Directory Listing - [select for diffs]
Modified Sat Mar 30 08:43:42 2002 UTC (23 years ago) by dan
Diff to previous 1174 , to selected 3875
change Changes to CVSWeb

Revision 1174 - Directory Listing - [select for diffs]
Modified Sat Mar 30 03:02:12 2002 UTC (23 years ago) by dan
Diff to previous 1173 , to selected 3875
Upgrade to latest on FreshPorts2

Revision 1173 - Directory Listing - [select for diffs]
Modified Sat Mar 30 02:59:50 2002 UTC (23 years ago) by dan
Diff to previous 1172 , to selected 3875
Move freshports_ConvertPortPathToStandardLocation to port.pm

Revision 1172 - Directory Listing - [select for diffs]
Modified Sat Mar 30 02:57:18 2002 UTC (23 years ago) by dan
Diff to previous 1171 , to selected 3875
spelling mistake changes, etc.

Revision 1171 - Directory Listing - [select for diffs]
Modified Sat Mar 30 02:55:01 2002 UTC (23 years ago) by dan
Diff to previous 1170 , to selected 3875
clean up the file

Revision 1170 - Directory Listing - [select for diffs]
Modified Thu Mar 28 13:05:34 2002 UTC (23 years ago) by dan
Diff to previous 1169 , to selected 3875
Make the functions previously in sp-config.txt.sample data driven
and move them back into sp.txt

Revision 1169 - Directory Listing - [select for diffs]
Modified Thu Mar 28 03:52:00 2002 UTC (23 years ago) by dan
Diff to previous 1168 , to selected 3875
- add committer to commits_latest
- set users.emailbouncecount default to zero
- add view ports_all

Revision 1168 - Directory Listing - [select for diffs]
Modified Thu Mar 28 03:42:57 2002 UTC (23 years ago) by dan
Diff to previous 1167 , to selected 3875
Add committer to front page.

Revision 1167 - Directory Listing - [select for diffs]
Modified Mon Mar 25 20:54:50 2002 UTC (23 years ago) by dan
Diff to previous 1166 , to selected 3875
Add a BR after the port description and do not show the category

Revision 1166 - Directory Listing - [select for diffs]
Modified Mon Mar 25 20:36:28 2002 UTC (23 years ago) by dan
Diff to previous 1165 , to selected 3875
put category after the port and smaller.

Revision 1165 - Directory Listing - [select for diffs]
Modified Mon Mar 25 20:33:38 2002 UTC (23 years ago) by dan
Diff to previous 1164 , to selected 3875
Move the commit time to a line by itself
Put the description at the end of the line

Revision 1164 - Directory Listing - [select for diffs]
Modified Mon Mar 25 19:52:56 2002 UTC (23 years ago) by dan
Diff to previous 1163 , to selected 3875
Fix a broken </B> tag

Revision 1163 - Directory Listing - [select for diffs]
Modified Mon Mar 25 02:10:41 2002 UTC (23 years ago) by dan
Diff to previous 1162 , to selected 3875
do a syslog if they change their email address, just an audit trail

Revision 1162 - Directory Listing - [select for diffs]
Modified Mon Mar 25 02:09:53 2002 UTC (23 years ago) by dan
Diff to previous 1161 , to selected 3875
If the email test fails, set the flag.

Revision 1161 - Directory Listing - [select for diffs]
Modified Mon Mar 25 02:09:28 2002 UTC (23 years ago) by dan
Diff to previous 1160 , to selected 3875
if they change the email address, validated it.

Revision 1160 - Directory Listing - [select for diffs]
Modified Sat Mar 23 16:01:05 2002 UTC (23 years ago) by dan
Diff to previous 1159 , to selected 3875
Use Combined logs not Common (so we can see the referer)

Revision 1159 - Directory Listing - [select for diffs]
Modified Sat Mar 23 04:32:53 2002 UTC (23 years ago) by dan
Diff to previous 1158 , to selected 3875
print the file name on a file action error

Revision 1158 - Directory Listing - [select for diffs]
Modified Sat Mar 23 04:11:10 2002 UTC (23 years ago) by dan
Diff to previous 1157 , to selected 3875
Get the URL right

Revision 1157 - Directory Listing - [select for diffs]
Modified Sat Mar 23 04:07:14 2002 UTC (23 years ago) by dan
Diff to previous 1156 , to selected 3875
Add link to freshports test website

Revision 1156 - Directory Listing - [select for diffs]
Modified Sat Mar 23 03:06:31 2002 UTC (23 years ago) by (unknown author)
Diff to previous 1155 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 1155 - Directory Listing - [select for diffs]
Modified Sat Mar 23 03:06:30 2002 UTC (23 years ago) by dan
Diff to previous 1154 , to selected 3875
Split functions into two parts.
One which requires configuration for local use. The other does not.

Revision 1154 - Directory Listing - [select for diffs]
Modified Fri Mar 22 23:07:32 2002 UTC (23 years ago) by dan
Diff to previous 1153 , to selected 3875
Put this on the branch

Revision 1153 - Directory Listing - [select for diffs]
Modified Fri Mar 22 23:06:24 2002 UTC (23 years ago) by dan
Diff to previous 1152 , to selected 3875
Be a little more specific about the start of the files section

Revision 1152 - Directory Listing - [select for diffs]
Modified Fri Mar 22 21:54:44 2002 UTC (23 years ago) by dan
Diff to previous 1151 , to selected 3875
This is a great port for installing ports needed by FreshPorts

Revision 1151 - Directory Listing - [select for diffs]
Modified Fri Mar 22 19:54:22 2002 UTC (23 years ago) by dan
Diff to previous 1150 , to selected 3875
create msgs directory

Revision 1150 - Directory Listing - [select for diffs]
Modified Fri Mar 22 16:22:28 2002 UTC (23 years ago) by dan
Diff to previous 1149 , to selected 3875
Let's use fetch, not lynx

Revision 1149 - Directory Listing - [select for diffs]
Modified Fri Mar 22 15:07:44 2002 UTC (23 years ago) by (unknown author)
Diff to previous 1148 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 1148 - Directory Listing - [select for diffs]
Modified Fri Mar 22 15:07:43 2002 UTC (23 years ago) by dan
Diff to previous 1147 , to selected 3875
Tidy up directories

Revision 1147 - Directory Listing - [select for diffs]
Modified Fri Mar 22 15:06:47 2002 UTC (23 years ago) by dan
Diff to previous 1146 , to selected 3875
Tidy up the directories

Revision 1146 - Directory Listing - [select for diffs]
Modified Fri Mar 22 00:45:18 2002 UTC (23 years ago) by dan
Diff to previous 1145 , to selected 3875
Make the first column of the table 100%

Revision 1145 - Directory Listing - [select for diffs]
Modified Fri Mar 22 00:43:05 2002 UTC (23 years ago) by dan
Diff to previous 1144 , to selected 3875
remove unneeded table

Revision 1144 - Directory Listing - [select for diffs]
Modified Fri Mar 22 00:38:51 2002 UTC (23 years ago) by dan
Diff to previous 1143 , to selected 3875
remove extra unneeded table

Revision 1143 - Directory Listing - [select for diffs]
Modified Thu Mar 21 22:22:56 2002 UTC (23 years ago) by dan
Diff to previous 1142 , to selected 3875
remove some outdated links

Revision 1142 - Directory Listing - [select for diffs]
Modified Wed Mar 20 05:41:57 2002 UTC (23 years ago) by dan
Diff to previous 1141 , to selected 3875
merge two statements

Revision 1141 - Directory Listing - [select for diffs]
Modified Wed Mar 20 05:38:22 2002 UTC (23 years ago) by dan
Diff to previous 1140 , to selected 3875
Instructions for merging data and user information

Revision 1140 - Directory Listing - [select for diffs]
Modified Wed Mar 20 05:12:25 2002 UTC (23 years ago) by dan
Diff to previous 1139 , to selected 3875
Change date format to include time zone

Revision 1139 - Directory Listing - [select for diffs]
Modified Wed Mar 20 02:03:18 2002 UTC (23 years ago) by dan
Diff to previous 1138 , to selected 3875
convert to use cache table

Revision 1138 - Directory Listing - [select for diffs]
Modified Tue Mar 19 21:26:59 2002 UTC (23 years ago) by dan
Diff to previous 1137 , to selected 3875
Add missing VALIGN

Revision 1137 - Directory Listing - [select for diffs]
Modified Tue Mar 19 14:29:47 2002 UTC (23 years ago) by dan
Diff to previous 1136 , to selected 3875
Don't show the category name when showing all ports in a category.

Revision 1136 - Directory Listing - [select for diffs]
Modified Tue Mar 19 14:12:34 2002 UTC (23 years ago) by dan
Diff to previous 1135 , to selected 3875
Add a link to the FTP site for each port
rename the Changes link to CVSWeb

Revision 1135 - Directory Listing - [select for diffs]
Modified Tue Mar 19 13:27:55 2002 UTC (23 years ago) by dan
Diff to previous 1134 , to selected 3875
Latest version

Revision 1134 - Directory Listing - [select for diffs]
Modified Tue Mar 19 12:56:39 2002 UTC (23 years ago) by dan
Diff to previous 1133 , to selected 3875
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 1133 - Directory Listing - [select for diffs]
Modified Tue Mar 19 12:45:26 2002 UTC (23 years ago) by dan
Diff to previous 1132 , to selected 3875
Ajust DD DT and DL tags
PR124

Revision 1132 - Directory Listing - [select for diffs]
Modified Tue Mar 19 03:29:23 2002 UTC (23 years ago) by dan
Diff to previous 1131 , to selected 3875
Fix the default email address

Revision 1131 - Directory Listing - [select for diffs]
Modified Tue Mar 19 03:11:22 2002 UTC (23 years ago) by dan
Diff to previous 1130 , to selected 3875
Fix hardcoded domain name

Revision 1130 - Directory Listing - [select for diffs]
Modified Tue Mar 19 02:54:51 2002 UTC (23 years ago) by dan
Diff to previous 1129 , to selected 3875
files should be non-empty

Revision 1129 - Directory Listing - [select for diffs]
Modified Tue Mar 19 02:37:48 2002 UTC (23 years ago) by dan
Diff to previous 1128 , to selected 3875
There are two phorums

Revision 1128 - Directory Listing - [select for diffs]
Modified Tue Mar 19 02:36:46 2002 UTC (23 years ago) by dan
Diff to previous 1127 , to selected 3875
Put the hostname in there

Revision 1127 - Directory Listing - [select for diffs]
Modified Tue Mar 19 01:59:20 2002 UTC (23 years ago) by dan
Diff to previous 1126 , to selected 3875
add ports_active

Revision 1126 - Directory Listing - [select for diffs]
Modified Tue Mar 19 01:58:40 2002 UTC (23 years ago) by dan
Diff to previous 1125 , to selected 3875
add instructions for soundex

Revision 1125 - Directory Listing - [select for diffs]
Modified Tue Mar 19 00:20:18 2002 UTC (23 years ago) by dan
Diff to previous 1124 , to selected 3875
Add this missing file

Revision 1124 - Directory Listing - [select for diffs]
Modified Mon Mar 18 04:23:47 2002 UTC (23 years ago) by dan
Diff to previous 1123 , to selected 3875
add previously ommitter permissions

Revision 1123 - Directory Listing - [select for diffs]
Modified Sun Mar 17 19:24:12 2002 UTC (23 years ago) by dan
Diff to previous 1122 , to selected 3875
scripts for comparing the database with a list of category/port entries.

Revision 1122 - Directory Listing - [select for diffs]
Modified Sun Mar 17 17:53:24 2002 UTC (23 years ago) by dan
Diff to previous 1121 , to selected 3875
rename the Bugs link to Problem reports

Revision 1121 - Directory Listing - [select for diffs]
Modified Sun Mar 17 17:46:31 2002 UTC (23 years ago) by dan
Diff to previous 1120 , to selected 3875
- add list of options required in PowerDesigner 6.0 to
  generate this database schema
- modify ports_check replacing found_in_ports wih category_id
  and port_id
- create index on ports (element_id)
- create view ports_active

Revision 1120 - Directory Listing - [select for diffs]
Modified Sun Mar 17 17:46:06 2002 UTC (23 years ago) by dan
Diff to previous 1119 , to selected 3875
update PortVerifyBegin to use new ports_check strategy

Revision 1119 - Directory Listing - [select for diffs]
Modified Fri Mar 15 02:09:07 2002 UTC (23 years ago) by (unknown author)
Diff to previous 1118 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 1118 - Directory Listing - [select for diffs]
Modified Fri Mar 15 02:09:06 2002 UTC (23 years ago) by dan
Diff to previous 1117 , to selected 3875
remember to update the categories field.
pr 114

Revision 1117 - Directory Listing - [select for diffs]
Modified Fri Mar 15 00:54:36 2002 UTC (23 years ago) by dan
Diff to previous 1116 , to selected 3875
Add revision to commits_latest

Revision 1116 - Directory Listing - [select for diffs]
Modified Fri Mar 15 00:54:01 2002 UTC (23 years ago) by dan
Diff to previous 1115 , to selected 3875
use ports.revision/version if commit_log_ports value is null

Revision 1115 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:29:29 2002 UTC (23 years ago) by dan
Diff to previous 1114 , to selected 3875
latest changes

Revision 1114 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:28:31 2002 UTC (23 years ago) by dan
Diff to previous 1113 , to selected 3875
PR 112
watch_notice_log.frequency_id needs to be implemented

changing frequency to frequency_id
check scripts/email.pl and AddToLogs

Revision 1113 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:16:19 2002 UTC (23 years ago) by dan
Diff to previous 1112 , to selected 3875
Alter watch_notice_log, rename frequency to frequency_id and add
FK to watch_notice.

add view commits_recent.

Revision 1112 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:03:16 2002 UTC (23 years ago) by dan
Diff to previous 1111 , to selected 3875
new layout

Revision 1111 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:03:10 2002 UTC (23 years ago) by dan
Diff to previous 1110 , to selected 3875
Add main page search

Revision 1110 - Directory Listing - [select for diffs]
Modified Thu Mar 14 20:02:50 2002 UTC (23 years ago) by dan
Diff to previous 1109 , to selected 3875
not much

Revision 1109 - Directory Listing - [select for diffs]
Modified Thu Mar 14 19:47:15 2002 UTC (23 years ago) by dan
Diff to previous 1108 , to selected 3875
Add commits_recent view used to ensure the last one hundred ports are listed.

Revision 1108 - Directory Listing - [select for diffs]
Modified Thu Mar 14 19:46:39 2002 UTC (23 years ago) by dan
Diff to previous 1107 , to selected 3875
RecordLastestPortCommits now works independently of date. and uses a view.

Revision 1107 - Directory Listing - [select for diffs]
Modified Thu Mar 14 19:46:14 2002 UTC (23 years ago) by dan
Diff to previous 1106 , to selected 3875
RecordLastestPortCommits now works independently of date.

Revision 1106 - Directory Listing - [select for diffs]
Modified Thu Mar 14 19:08:17 2002 UTC (23 years ago) by dan
Diff to previous 1105 , to selected 3875
Start using our view so we only get all the ports for the last 100 commits

Revision 1105 - Directory Listing - [select for diffs]
Modified Tue Mar 12 19:25:40 2002 UTC (23 years ago) by dan
Diff to previous 1104 , to selected 3875
remove DROP FUNCTION statements.
change CREATE FUNCTION to CREATE OR REPLACE FUNCTION to avoid dependency
problems which arise when you drop a function which is used by another function.

Revision 1104 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:42:35 2002 UTC (23 years ago) by dan
Diff to previous 1103 , to selected 3875
update copyright

Revision 1103 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:42:06 2002 UTC (23 years ago) by dan
Diff to previous 1102 , to selected 3875
call freshports_ConverPortPathToStandardLocation

Revision 1102 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:41:35 2002 UTC (23 years ago) by dan
Diff to previous 1101 , to selected 3875
There is no need to grab the commit_log id first.  It will be obtained
by the commit_log class.

Revision 1101 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:40:59 2002 UTC (23 years ago) by dan
Diff to previous 1100 , to selected 3875
Add freshports_ConverPortPathToStandardLocation, which will change
path names to the standard /usr/ports pathname

Revision 1100 - Directory Listing - [select for diffs]
Modified Tue Mar 12 15:39:18 2002 UTC (23 years ago) by dan
Diff to previous 1099 , to selected 3875
Add Makefile.inc to the list of things we ignore

Revision 1099 - Directory Listing - [select for diffs]
Modified Mon Mar 11 20:51:44 2002 UTC (23 years ago) by dan
Diff to previous 1098 , to selected 3875
standardize the URLs used to show RUN DEPENDS and BUILD DEPENDS.
PR 110

Revision 1098 - Directory Listing - [select for diffs]
Modified Mon Mar 11 19:02:20 2002 UTC (23 years ago) by dan
Diff to previous 1097 , to selected 3875
If we try to add a file into the tree, and it's parent is a file,
change it to a directory rather than raise an exception.

Revision 1097 - Directory Listing - [select for diffs]
Modified Mon Mar 11 00:15:24 2002 UTC (23 years ago) by dan
Diff to previous 1096 , to selected 3875
Let's try distinct, just in case...

Revision 1096 - Directory Listing - [select for diffs]
Modified Mon Mar 11 00:13:17 2002 UTC (23 years ago) by dan
Diff to previous 1095 , to selected 3875
Put the committer into the output

Revision 1095 - Directory Listing - [select for diffs]
Modified Sun Mar 10 16:02:36 2002 UTC (23 years ago) by dan
Diff to previous 1094 , to selected 3875
Latest and greatest

Revision 1094 - Directory Listing - [select for diffs]
Modified Tue Mar 5 06:48:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1093 , to selected 3875
Tidy up the whitespace etc so it looks better in the HTML

Revision 1093 - Directory Listing - [select for diffs]
Modified Sun Mar 3 23:52:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1092 , to selected 3875
Bring up to working state

Revision 1092 - Directory Listing - [select for diffs]
Modified Sun Mar 3 23:52:28 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1091 , to selected 3875
Mark those ports found in the INDEX and those not found.

Revision 1091 - Directory Listing - [select for diffs]
Modified Sun Mar 3 00:37:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1090 , to selected 3875
Add functions for checking /usr/ports/INDEX

Revision 1090 - Directory Listing - [select for diffs]
Modified Sat Mar 2 22:20:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1089 , to selected 3875
remove SQL used before we started caching

Revision 1089 - Directory Listing - [select for diffs]
Modified Sat Mar 2 21:12:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1088 , to selected 3875
Let's start logging changes to the staging area

Revision 1088 - Directory Listing - [select for diffs]
Modified Sat Mar 2 21:12:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1087 , to selected 3875
Let's start logging changes to the staging area.

Revision 1087 - Directory Listing - [select for diffs]
Modified Sat Mar 2 21:11:50 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1086 , to selected 3875
Let's start logging changes

Revision 1086 - Directory Listing - [select for diffs]
Modified Sat Mar 2 17:22:24 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1085 , to selected 3875
adjust comments to be accurate

Revision 1085 - Directory Listing - [select for diffs]
Modified Sat Mar 2 17:09:04 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1084 , to selected 3875
WatchListStagingMergeWatchList is no longer used

Revision 1084 - Directory Listing - [select for diffs]
Modified Sat Mar 2 17:02:31 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1083 , to selected 3875
*** empty log message ***

Revision 1083 - Directory Listing - [select for diffs]
Modified Sat Mar 2 16:29:59 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1082 , to selected 3875
remove some unused but duplicated references

Revision 1082 - Directory Listing - [select for diffs]
Modified Sat Mar 2 14:38:20 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1081 , to selected 3875
add links to the help page

Revision 1081 - Directory Listing - [select for diffs]
Modified Sat Mar 2 14:36:46 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1080 , to selected 3875
better formatting

Revision 1080 - Directory Listing - [select for diffs]
Modified Fri Mar 1 18:00:11 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1079 , to selected 3875
Suggest they use the search list to add unfound ports to their watch list.

Revision 1079 - Directory Listing - [select for diffs]
Modified Fri Mar 1 17:52:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1078 , to selected 3875
Add soundex to the search page.
Allow the user to go from staging area to search page
for ports not found.

Revision 1078 - Directory Listing - [select for diffs]
Modified Fri Mar 1 03:13:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1077 , to selected 3875
*** empty log message ***

Revision 1077 - Directory Listing - [select for diffs]
Modified Fri Mar 1 02:13:10 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1076 , to selected 3875
Start a help file for use with the pkg_upload.php page

Revision 1076 - Directory Listing - [select for diffs]
Modified Thu Feb 28 21:56:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1075 , to selected 3875
"Your browser must allow cookies for the login to work."

Revision 1075 - Directory Listing - [select for diffs]
Modified Thu Feb 28 21:54:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1074 , to selected 3875
Add "Your browser must allow cookies for this login to work."

Revision 1074 - Directory Listing - [select for diffs]
Modified Thu Feb 28 21:38:03 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1073 , to selected 3875
OK, now we have staging area clear, and update watch list working.

Revision 1073 - Directory Listing - [select for diffs]
Modified Thu Feb 28 17:45:40 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1072 , to selected 3875
make the table borders look like the rest of the site.

Revision 1072 - Directory Listing - [select for diffs]
Modified Thu Feb 28 05:21:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1071 , to selected 3875
use fetch, not lynx

Revision 1071 - Directory Listing - [select for diffs]
Modified Wed Feb 27 21:10:25 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1070 , to selected 3875
new pkg_info -qoa strategy

Revision 1070 - Directory Listing - [select for diffs]
Modified Wed Feb 27 20:13:24 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1069 , to selected 3875
Use the new ports strategy from pkg_info -qoa

Revision 1069 - Directory Listing - [select for diffs]
Modified Wed Feb 27 20:12:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1068 , to selected 3875
make WatchListID global.  fix some white space.

Revision 1068 - Directory Listing - [select for diffs]
Modified Wed Feb 27 15:46:47 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1067 , to selected 3875
remove gtabug note, add FreshPorts2 note

Revision 1067 - Directory Listing - [select for diffs]
Modified Wed Feb 27 04:55:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1066 , to selected 3875
major change to use pkg_info -qao

Revision 1066 - Directory Listing - [select for diffs]
Modified Wed Feb 27 04:11:41 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1065 , to selected 3875
checkpoint - about to change to pkg_info -qoa output

Revision 1065 - Directory Listing - [select for diffs]
Modified Wed Feb 27 02:25:07 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1064 , to selected 3875
Now we have the results split into multiple tables.

Revision 1064 - Directory Listing - [select for diffs]
Modified Tue Feb 26 00:32:40 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1063 , to selected 3875
Added new tables: watch_list_staging_results & watch_list_staging
for use with processing pkg_info uploads

Revision 1063 - Directory Listing - [select for diffs]
Modified Tue Feb 26 00:31:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1062 , to selected 3875
stuff for processing pkg_info uploading

Revision 1062 - Directory Listing - [select for diffs]
Modified Tue Feb 26 00:31:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1061 , to selected 3875
We can now upload 282 ports from pkg_info and process it in 2 seconds.

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 1060 , to selected 3875
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 1060 - Directory Listing - [select for diffs]
Modified Sun Feb 24 17:13:26 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1059 , to selected 3875
Just string to modify the process to use
the database, not INDEX.

Revision 1059 - Directory Listing - [select for diffs]
Modified Sun Feb 24 03:09:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1058 , to selected 3875
split the SQL into a seperate file
so we can do psql DBNAME < POSTGRESQL.sql

Revision 1058 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:40:16 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1057 , to selected 3875
Update permissions and instructions

Revision 1057 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1056 , to selected 3875
sleep at the start of the script, not the end.
if an error occurs, we don't retry it right away.

Revision 1056 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1055 , to selected 3875
update copyright

Revision 1055 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:37:35 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1054 , to selected 3875
update copyright
change return value of 3 to 0 if all is well
we don't move files around.  the fp-daemon script does

Revision 1054 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:36:31 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1053 , to selected 3875
add retry directory and update copyright

Revision 1053 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:36:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1052 , to selected 3875
need to create the directories

Revision 1052 - Directory Listing - [select for diffs]
Modified Sun Feb 24 02:31:04 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1051 , to selected 3875
move failed files to a new retry directory

Revision 1051 - Directory Listing - [select for diffs]
Modified Sun Feb 24 01:16:25 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1050 , to selected 3875
get it right

Revision 1050 - Directory Listing - [select for diffs]
Modified Sun Feb 24 01:12:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1049 , to selected 3875
add ip-address to users table.

Revision 1049 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:26:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1048 , to selected 3875
turn off debugging

Revision 1048 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:25:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1047 , to selected 3875
remove a commit

Revision 1047 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:25:29 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1046 , to selected 3875
add debugging

Revision 1046 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:24:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1045 , to selected 3875
use HTTP_HOST instead of hardcoding the host name

Revision 1045 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:23:11 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1044 , to selected 3875
specify a full URL using hostname and origin.
this should avoid some problems with Opera

Revision 1044 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:22:26 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1043 , to selected 3875
don't let disable or unconfirmed users login

Revision 1043 - Directory Listing - [select for diffs]
Modified Sun Feb 24 00:21:11 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1042 , to selected 3875
Don't show the about graphics here.

Revision 1042 - Directory Listing - [select for diffs]
Modified Sat Feb 23 23:27:42 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1041 , to selected 3875
standardize that table.

Revision 1041 - Directory Listing - [select for diffs]
Modified Sat Feb 23 23:25:52 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1040 , to selected 3875
Add ConfirmUserAccount

Revision 1040 - Directory Listing - [select for diffs]
Modified Sat Feb 23 22:19:33 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1039 , to selected 3875
we don't automagicaly log people in now.  so don't try to display their user name.

Revision 1039 - Directory Listing - [select for diffs]
Modified Sat Feb 23 22:19:14 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1038 , to selected 3875
don't allow blank passwords

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 1037 , to selected 3875
New users must now supply a valid email address.  Instructions
to enable their account are forwarded to that email address.

Revision 1037 - Directory Listing - [select for diffs]
Modified Sat Feb 23 04:17:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1036 , to selected 3875
when a new user is created, add a token to user_confirmations

Revision 1036 - Directory Listing - [select for diffs]
Modified Sat Feb 23 02:12:26 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1035 , to selected 3875
Add copyright notices

Revision 1035 - Directory Listing - [select for diffs]
Modified Sat Feb 23 02:10:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1034 , to selected 3875
Consolidate the documentation:

Revision 1034 - Directory Listing - [select for diffs]
Modified Fri Feb 22 19:05:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1033 , to selected 3875
we no longer need lynx

Revision 1033 - Directory Listing - [select for diffs]
Modified Fri Feb 22 17:03:40 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1032 , to selected 3875
Put copyrights into scripts

Revision 1032 - Directory Listing - [select for diffs]
Modified Fri Feb 22 16:33:31 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1031 , to selected 3875
display the full file name when processing

Revision 1031 - Directory Listing - [select for diffs]
Modified Fri Feb 22 15:32:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1030 , to selected 3875
umm, we should have the log file in the repo

Revision 1030 - Directory Listing - [select for diffs]
Modified Fri Feb 22 15:21:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1029 , to selected 3875
Check for blank branch name

Revision 1029 - Directory Listing - [select for diffs]
Modified Fri Feb 22 07:39:41 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1028 , to selected 3875
All make commands must refer to the correct ports tree via PORTSDIR=

Revision 1028 - Directory Listing - [select for diffs]
Modified Fri Feb 22 03:59:13 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1027 , to selected 3875
Add a banner to the faq

Revision 1027 - Directory Listing - [select for diffs]
Modified Fri Feb 22 03:58:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1026 , to selected 3875
wrap commit messages at 80 characters, not 72

Revision 1026 - Directory Listing - [select for diffs]
Modified Fri Feb 22 03:37:51 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1025 , to selected 3875
The announcement

Revision 1025 - Directory Listing - [select for diffs]
Modified Fri Feb 22 01:49:37 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1024 , to selected 3875
lotsa q+a

Revision 1024 - Directory Listing - [select for diffs]
Modified Fri Feb 22 01:39:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1023 , to selected 3875
IF YOU CHANGE THE MAKE COMMAND, CHANTGE THE SPLIT!!!!!!!!!!!!!!!

we'll have to refresh all ports now.

Revision 1023 - Directory Listing - [select for diffs]
Modified Fri Feb 22 00:44:24 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1022 , to selected 3875
add stuff on phorum

Revision 1022 - Directory Listing - [select for diffs]
Modified Fri Feb 22 00:34:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1021 , to selected 3875
Add an incompleted FAQ

Revision 1021 - Directory Listing - [select for diffs]
Modified Fri Feb 22 00:28:22 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1020 , to selected 3875
New class

Revision 1020 - Directory Listing - [select for diffs]
Modified Fri Feb 22 00:28:13 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1019 , to selected 3875
Start taking notice of WatchListID

Revision 1019 - Directory Listing - [select for diffs]
Modified Fri Feb 22 00:02:16 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1018 , to selected 3875
oops, problems in headers/footers.  let's fix that.

Revision 1018 - Directory Listing - [select for diffs]
Modified Thu Feb 21 23:25:01 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1017 , to selected 3875
Add search to the front page

Revision 1017 - Directory Listing - [select for diffs]
Modified Thu Feb 21 23:17:59 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1016 , to selected 3875
looks good for avoiding deadlock on slower machinesk

Revision 1016 - Directory Listing - [select for diffs]
Modified Thu Feb 21 23:13:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1015 , to selected 3875
Lots of tidy up, no real coding changes.  just make things look better.

Revision 1015 - Directory Listing - [select for diffs]
Modified Thu Feb 21 19:46:01 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1014 , to selected 3875
Improve the search add/remove so you get back to the orginal search.

Revision 1014 - Directory Listing - [select for diffs]
Modified Thu Feb 21 19:44:32 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1013 , to selected 3875
Use 1/0 for onwatchlist

Revision 1013 - Directory Listing - [select for diffs]
Modified Thu Feb 21 19:43:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1012 , to selected 3875
Include the WatchListID so we see add/remove
put the footer in a 97% table

Revision 1012 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:59:33 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1011 , to selected 3875
adjust debugging code

Revision 1011 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:54:33 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1010 , to selected 3875
let's add a commit-rollback just for fun.

Revision 1010 - Directory Listing - [select for diffs]
Modified Thu Feb 21 17:48:41 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1009 , to selected 3875
Don't die with an error, just report it.
We will clear refresh_now so the SP
doesn't have to.

Revision 1009 - Directory Listing - [select for diffs]
Modified Thu Feb 21 14:53:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1008 , to selected 3875
replace mysql with postgresql
upgrade php graphic

Revision 1008 - Directory Listing - [select for diffs]
Modified Thu Feb 21 14:53:17 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1007 , to selected 3875
tidy up html
replace mysql with postgresql
upgrade php graphic

Revision 1007 - Directory Listing - [select for diffs]
Modified Thu Feb 21 08:03:35 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1006 , to selected 3875
add some user documentation

Revision 1006 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:42:20 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1005 , to selected 3875
include getvalues so we so who is logged in

Revision 1005 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:39:37 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1004 , to selected 3875
remove border

Revision 1004 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:33:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1003 , to selected 3875
use AddSlashes correctly

Revision 1003 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:30:28 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1002 , to selected 3875
use AddSlashes and do some debugging stuff

Revision 1002 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:29:41 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1001 , to selected 3875
put sidebars in there

Revision 1001 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:28:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 1000 , to selected 3875
Add the other-copyright

Revision 1000 - Directory Listing - [select for diffs]
Modified Thu Feb 21 06:18:42 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 999 , to selected 3875
Put the sidebars in here

Revision 999 - Directory Listing - [select for diffs]
Modified Thu Feb 21 03:55:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 998 , to selected 3875
instructions for this dir

Revision 998 - Directory Listing - [select for diffs]
Modified Thu Feb 21 03:54:29 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 997 , to selected 3875
include element_id so watch list add/remove can work

Revision 997 - Directory Listing - [select for diffs]
Modified Thu Feb 21 03:17:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 996 , to selected 3875
we need to include the watch list id on this page.
remove some old cache code while here

Revision 996 - Directory Listing - [select for diffs]
Modified Thu Feb 21 00:28:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 995 , to selected 3875
OOPs, 24 hours clock, not 12.

Revision 995 - Directory Listing - [select for diffs]
Modified Wed Feb 20 23:20:28 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 994 , to selected 3875
we need the committer in here.

Revision 994 - Directory Listing - [select for diffs]
Modified Wed Feb 20 23:14:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 993 , to selected 3875
Hmmm, dates weren't looking right, let's do this instead.

Revision 993 - Directory Listing - [select for diffs]
Modified Wed Feb 20 23:13:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 992 , to selected 3875
Tweak the sort.

Revision 992 - Directory Listing - [select for diffs]
Modified Wed Feb 20 22:16:25 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 991 , to selected 3875
remove debugging info

Revision 991 - Directory Listing - [select for diffs]
Modified Wed Feb 20 22:10:28 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 990 , to selected 3875
add function IsOnWatcList

Revision 990 - Directory Listing - [select for diffs]
Modified Wed Feb 20 22:06:02 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 989 , to selected 3875
move debugging info into a previous if

Revision 989 - Directory Listing - [select for diffs]
Modified Wed Feb 20 22:04:32 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 988 , to selected 3875
When we add a user, create their watch list.

Revision 988 - Directory Listing - [select for diffs]
Modified Wed Feb 20 20:33:33 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 987 , to selected 3875
display the date in the default format

Revision 987 - Directory Listing - [select for diffs]
Modified Wed Feb 20 20:31:46 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 986 , to selected 3875
remember to timezone adjust the commit date

Revision 986 - Directory Listing - [select for diffs]
Modified Mon Feb 18 19:25:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 985 , to selected 3875
This service is down by default

Revision 985 - Directory Listing - [select for diffs]
Modified Mon Feb 18 19:11:54 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 984 , to selected 3875
we really need this

Revision 984 - Directory Listing - [select for diffs]
Modified Mon Feb 18 06:16:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 983 , to selected 3875
let's use fetch instead of lynx

Revision 983 - Directory Listing - [select for diffs]
Modified Mon Feb 18 06:16:25 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 982 , to selected 3875
change LooksLikeAMakefile to be correct more often

Revision 982 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:49:32 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 981 , to selected 3875
remember to install procmail

Revision 981 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:39:25 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 980 , to selected 3875
add .forward

Revision 980 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:38:12 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 979 , to selected 3875
missed this

Revision 979 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:36:34 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 978 , to selected 3875
Add these into the repo

Revision 978 - Directory Listing - [select for diffs]
Modified Mon Feb 18 05:26:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 977 , to selected 3875
things to do before running

Revision 977 - Directory Listing - [select for diffs]
Modified Mon Feb 18 04:16:05 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 976 , to selected 3875
notes on setup

Revision 976 - Directory Listing - [select for diffs]
Modified Mon Feb 18 04:12:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 975 , to selected 3875
let's make this into a daemon-type script for use with daemontools.

Revision 975 - Directory Listing - [select for diffs]
Modified Mon Feb 18 04:01:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 974 , to selected 3875
First commit

Revision 974 - Directory Listing - [select for diffs]
Modified Mon Feb 18 03:35:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 973 , to selected 3875
lastest and greatest

Revision 973 - Directory Listing - [select for diffs]
Modified Mon Feb 18 00:13:10 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 972 , to selected 3875
The first thing we do is reset the refresh bit in case any refreshes
complete while we are updating.

Revision 972 - Directory Listing - [select for diffs]
Modified Mon Feb 18 00:09:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 971 , to selected 3875
put add/remove in small font

Revision 971 - Directory Listing - [select for diffs]
Modified Sun Feb 17 23:51:10 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 970 , to selected 3875
standardize the banner messages

Revision 970 - Directory Listing - [select for diffs]
Modified Sun Feb 17 23:45:00 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 969 , to selected 3875
center the form

Revision 969 - Directory Listing - [select for diffs]
Modified Sun Feb 17 23:42:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 968 , to selected 3875
Adjust the watch list slight.  eye candy.

Revision 968 - Directory Listing - [select for diffs]
Modified Sun Feb 17 23:24:40 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 967 , to selected 3875
adjust some debugging information

Revision 967 - Directory Listing - [select for diffs]
Modified Sun Feb 17 23:24:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 966 , to selected 3875
Show Add/Remove on the port page.

Revision 966 - Directory Listing - [select for diffs]
Modified Sun Feb 17 21:49:29 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 965 , to selected 3875
Use the right script

Revision 965 - Directory Listing - [select for diffs]
Modified Sun Feb 17 21:46:52 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 964 , to selected 3875
at the end move the input file away to the raw directory

Revision 964 - Directory Listing - [select for diffs]
Modified Sun Feb 17 21:29:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 963 , to selected 3875
remember to include housekeeping module

Revision 963 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:18:05 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 962 , to selected 3875
oops, never put this into CVS

Revision 962 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:04:30 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 961 , to selected 3875
New class.

Revision 961 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:04:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 960 , to selected 3875
Start using the housekeeping class

Revision 960 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:03:59 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 959 , to selected 3875
Don't commit here when refreshing ports. We'll do that lower down in the
code.

Revision 959 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:02:57 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 958 , to selected 3875
After refreshing a port, update housekeeping.

Revision 958 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:02:14 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 957 , to selected 3875
Added "Forums" to the menus.

Revision 957 - Directory Listing - [select for diffs]
Modified Sun Feb 17 20:00:58 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 956 , to selected 3875
Add a new column to housekeeping, refresh_done.  Any time a port is refreshed,
this bit should be set.  It will be cleared by RecordLastestPortCommits.

Revision 956 - Directory Listing - [select for diffs]
Modified Sun Feb 17 19:59:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 955 , to selected 3875
Clear the refresh_done bit.

Revision 955 - Directory Listing - [select for diffs]
Modified Sun Feb 17 19:59:12 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 954 , to selected 3875
Mention that this login isn't the same as the main login.

Revision 954 - Directory Listing - [select for diffs]
Modified Sun Feb 17 19:58:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 953 , to selected 3875
Include the revision, if non-zero, as <VERSION>-<REVISION>

Revision 953 - Directory Listing - [select for diffs]
Modified Sat Feb 16 23:58:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 952 , to selected 3875
new style

Revision 952 - Directory Listing - [select for diffs]
Modified Sat Feb 16 23:53:46 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 951 , to selected 3875
Adjustments for new style

Revision 951 - Directory Listing - [select for diffs]
Modified Sat Feb 16 23:51:20 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 950 , to selected 3875
adjust the header/footer for FreshPorts

Revision 950 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:59:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 949 , to selected 3875
how was this missed?

Revision 949 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:31:00 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 948 , to selected 3875
add some notes on setup...

Revision 948 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:18:24 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 947 , to selected 3875
oh geez, I forgot all this stuff!

Revision 947 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:05:39 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 946 , to selected 3875
Ahhh, we need these too!

Revision 946 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:05:38 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 945 , to selected 3875
Ahhh, we need these too!

Revision 945 - Directory Listing - [select for diffs]
Modified Sat Feb 16 20:54:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 944 , to selected 3875
use the commits_latest not the ports table for the
PORT ID when displaying +/-

Revision 944 - Directory Listing - [select for diffs]
Modified Sat Feb 16 20:52:37 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 943 , to selected 3875
if a watchlistid is supplied, use it to display +/- on the page
for each port

Revision 943 - Directory Listing - [select for diffs]
Modified Sat Feb 16 20:47:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 942 , to selected 3875
Commit phorum-3.3.2a to the tree

Revision 942 - Directory Listing - [select for diffs]
Modified Sat Feb 16 19:52:10 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 941 , to selected 3875
rm phorum.  we are going to import phorum version by version

Revision 941 - Directory Listing - [select for diffs]
Modified Sat Feb 16 19:42:22 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 940 , to selected 3875
remove all this stuff

Revision 940 - Directory Listing - [select for diffs]
Modified Sat Feb 16 19:23:41 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 939 , to selected 3875
Change how we do phorum.  This is phorum-3.3.2a

Revision 939 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:21:42 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 938 , to selected 3875
Slight adjustment to error returns

Revision 938 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:19:40 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 937 , to selected 3875
Let's have a look at the Makefiles before we use them.  If they are
ASCII Text, then they are probably a Makefile.  If not, they are probably
HTML, and that means the fetch failed.

Revision 937 - Directory Listing - [select for diffs]
Modified Sat Feb 16 07:18:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 936 , to selected 3875
only refresh non-deleted ports

Revision 936 - Directory Listing - [select for diffs]
Modified Fri Feb 15 17:49:54 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 935 , to selected 3875
link to the daemon copyright page only from the front page.

Revision 935 - Directory Listing - [select for diffs]
Modified Fri Feb 15 06:27:14 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 934 , to selected 3875
Add latest details of caching, user manual, etc.

Revision 934 - Directory Listing - [select for diffs]
Modified Fri Feb 15 00:17:56 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 933 , to selected 3875
The link to the port should contain a trailing /

Revision 933 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:37:23 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 932 , to selected 3875
only do the table update if a new port has been committed.

Revision 932 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:36:31 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 931 , to selected 3875
no longer any need to create daily summaries here.

Revision 931 - Directory Listing - [select for diffs]
Modified Thu Feb 14 23:35:47 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 930 , to selected 3875
no longer a need to touch a file after refreshing.

Revision 930 - Directory Listing - [select for diffs]
Modified Thu Feb 14 21:10:30 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 929 , to selected 3875
Make sure we put the basic data into the system so it is usable.

Revision 929 - Directory Listing - [select for diffs]
Modified Thu Feb 14 21:07:14 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 928 , to selected 3875
add some raw data into the required tables

Revision 928 - Directory Listing - [select for diffs]
Modified Thu Feb 14 20:37:47 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 927 , to selected 3875
Add two new tables: commits_latest housekeeping

Revision 927 - Directory Listing - [select for diffs]
Modified Thu Feb 14 20:37:16 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 926 , to selected 3875
Add two table: commits_latest and housekeeping
which will be used mostly by RecordLastestPortCommits
which records the query results into a table for
easy retrieval.

Revision 926 - Directory Listing - [select for diffs]
Modified Thu Feb 14 20:17:16 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 925 , to selected 3875
how about only doing the SQL if there is a need to do so

Revision 925 - Directory Listing - [select for diffs]
Modified Thu Feb 14 19:26:32 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 924 , to selected 3875
To speed up the home page, we are going to cache the data in a table.
The main page will then read from that table.  The main page will
be updated every minute.

Revision 924 - Directory Listing - [select for diffs]
Modified Wed Feb 13 22:58:46 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 923 , to selected 3875
start using freshports_PortDescriptionPrint

Revision 923 - Directory Listing - [select for diffs]
Modified Wed Feb 13 22:58:31 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 922 , to selected 3875
tidy up and bring up to standard

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 921 , to selected 3875
remove old FP1MigrationCutoffDate code
create new freshports_PortDescriptionPrint which will centralize the
formatting of port commit messages, long descriptions, and short
descriptions.

Revision 921 - Directory Listing - [select for diffs]
Modified Wed Feb 13 22:54:43 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 920 , to selected 3875
tidy this up a big.

Revision 920 - Directory Listing - [select for diffs]
Modified Wed Feb 13 14:52:13 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 919 , to selected 3875
whitespace changes only

Revision 919 - Directory Listing - [select for diffs]
Modified Wed Feb 13 05:01:17 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 918 , to selected 3875
update information about latest work

Revision 918 - Directory Listing - [select for diffs]
Modified Wed Feb 13 00:34:06 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 917 , to selected 3875
center the ad.

Revision 917 - Directory Listing - [select for diffs]
Modified Wed Feb 13 00:28:33 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 916 , to selected 3875
comment out that message.  I don't think we need it.
PR# 87

Revision 916 - Directory Listing - [select for diffs]
Modified Wed Feb 13 00:27:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 915 , to selected 3875
remove code from old versions
add our footer to the bottom

Revision 915 - Directory Listing - [select for diffs]
Modified Wed Feb 13 00:24:27 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 914 , to selected 3875
pull back all ports, not just those with commits
ignore deleted ports

Revision 914 - Directory Listing - [select for diffs]
Modified Tue Feb 12 23:44:48 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 913 , to selected 3875
Fake commit to branch

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 912 , to selected 3875
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 912 - Directory Listing - [select for diffs]
Modified Tue Feb 12 23:06:16 2002 UTC (23 years, 1 month ago) by (unknown author)
Diff to previous 911 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 911 - Directory Listing - [select for diffs]
Modified Tue Feb 12 23:06:15 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 910 , to selected 3875
no changes

Revision 910 - Directory Listing - [select for diffs]
Modified Tue Feb 12 22:58:05 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 909 , to selected 3875
Add single click watch-list maintenance.

Revision 909 - Directory Listing - [select for diffs]
Modified Mon Feb 11 22:44:29 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 908 , to selected 3875
fix a broken tag

Revision 908 - Directory Listing - [select for diffs]
Modified Mon Feb 11 13:17:19 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 907 , to selected 3875
If it really is a 404, then display a nice message.

Revision 907 - Directory Listing - [select for diffs]
Modified Mon Feb 11 04:31:22 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 906 , to selected 3875
general updates to website

Revision 906 - Directory Listing - [select for diffs]
Modified Mon Feb 11 04:31:01 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 905 , to selected 3875
that should not be here

Revision 905 - Directory Listing - [select for diffs]
Modified Mon Feb 11 03:23:12 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 904 , to selected 3875
Make it more user friendly

Revision 904 - Directory Listing - [select for diffs]
Modified Mon Feb 11 03:05:04 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 903 , to selected 3875
does this go to the right branch?

add a bit more text so the user knows what to do on this page.

Revision 903 - Directory Listing - [select for diffs]
Modified Mon Feb 11 02:52:47 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 902 , to selected 3875
minor adjustments. and use IsSet instead of defined...

Revision 902 - Directory Listing - [select for diffs]
Modified Mon Feb 11 02:42:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 901 , to selected 3875
ummm, use IsSet instead of defined.

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 900 , to selected 3875
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 900 - Directory Listing - [select for diffs]
Modified Sun Feb 10 18:01:55 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 899 , to selected 3875
use text instead of varchar in Element_Pathname

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 898 , to selected 3875
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 898 - Directory Listing - [select for diffs]
Modified Sat Feb 9 22:52:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 897 , to selected 3875
Start using "make master-sites-all" instead of "make -V MASTERSITES"

Revision 897 - Directory Listing - [select for diffs]
Modified Sat Feb 9 22:49:21 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 896 , to selected 3875
Refresh all ports.

Revision 896 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:54:18 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 895 , to selected 3875
Add the ports.categories field to the schema

Revision 895 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:47:32 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 894 , to selected 3875
refresh-unrefreshed-ports.pl stays as it was, refreshing unrefreshed ports
based on commit_log_ports.needs_refresh.

Revision 894 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:42:44 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 893 , to selected 3875
Change date_created to date_added

Revision 893 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:38:53 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 892 , to selected 3875
rename date_created -> date_added

Revision 892 - Directory Listing - [select for diffs]
Modified Sat Feb 9 19:10:55 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 891 , to selected 3875
Get rid of extra ID tag

Revision 891 - Directory Listing - [select for diffs]
Modified Sat Feb 9 16:08:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 890 , to selected 3875
Add a flag which allows us to refresh all ports.
useful during fp1-fp2 migration

Revision 890 - Directory Listing - [select for diffs]
Modified Sat Feb 9 06:20:11 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 889 , to selected 3875
script to create ~/msgs

Revision 889 - Directory Listing - [select for diffs]
Modified Sat Feb 9 03:08:49 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 888 , to selected 3875
OK, add this back in where it should be.

Revision 888 - Directory Listing - [select for diffs]
Modified Sat Feb 9 03:04:51 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 887 , to selected 3875
daemontools is a nice way to keep scripts around as daemons.

Revision 887 - Directory Listing - [select for diffs]
Modified Sat Feb 9 03:04:51 2002 UTC (23 years, 1 month ago) by (unknown author)
Diff to previous 886 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 886 - Directory Listing - [select for diffs]
Modified Sat Feb 9 02:57:12 2002 UTC (23 years, 1 month ago) by dan
Diff to previous 885 , to selected 3875
Add flag -R which means do not refresh any ports associated with a given
commit.  Useful during the fp1-fp2 migration.  We'll just refresh each
port after the data is imported.

Revision 885 - Directory Listing - [select for diffs]
Modified Fri Feb 8 00:33:48 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 884 , to selected 3875
talk about latest changes to migration details

Revision 884 - Directory Listing - [select for diffs]
Modified Fri Feb 8 00:33:40 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 883 , to selected 3875
If an invalid file action is found, display it as well as report it.

Revision 883 - Directory Listing - [select for diffs]
Modified Fri Feb 8 00:29:56 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 882 , to selected 3875
don't export deleted ports - they won't exist in the ports tree and we won't
be able to refresh the port.  This does mean we lose the history for about
451 deleted ports.  I can live that that. We can always import them later.

Revision 882 - Directory Listing - [select for diffs]
Modified Thu Feb 7 22:06:51 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 881 , to selected 3875
add link to daemon copyright

Revision 881 - Directory Listing - [select for diffs]
Modified Thu Feb 7 22:04:09 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 880 , to selected 3875
use DOCUMENT_ROOT

Revision 880 - Directory Listing - [select for diffs]
Modified Thu Feb 7 19:57:54 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 879 , to selected 3875
allow incoming parameter to set limit
If file_action = 'I' (import) used add and change filename to '.../Makefile'

Revision 879 - Directory Listing - [select for diffs]
Modified Thu Feb 7 01:39:25 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 878 , to selected 3875
Add incoming limit parameter

Revision 878 - Directory Listing - [select for diffs]
Modified Sun Feb 3 15:18:17 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 877 , to selected 3875
remove an unused ElementTagSet and modify the one which is used.
before we insert into system_branch_element_revision, ensure
the entry is not already there.

Revision 877 - Directory Listing - [select for diffs]
Modified Sun Feb 3 02:21:34 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 876 , to selected 3875
remember to clear out MessageTo in case there is more than one recipient.

Revision 876 - Directory Listing - [select for diffs]
Modified Sun Feb 3 01:51:24 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 875 , to selected 3875
don't fetch stuff if -r flag is set.

Revision 875 - Directory Listing - [select for diffs]
Modified Sun Feb 3 01:50:32 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 874 , to selected 3875
oops, use PST not EST

Revision 874 - Directory Listing - [select for diffs]
Modified Sat Feb 2 23:29:52 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 873 , to selected 3875
Here's the file where will allow us to export
FP1 data into XML format.  Looks OK so far.
But will need further testing of output

Revision 873 - Directory Listing - [select for diffs]
Modified Sat Feb 2 17:04:49 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 872 , to selected 3875
Create a monthly compression archive.
note that the other compress script appears to be unused.

Revision 872 - Directory Listing - [select for diffs]
Modified Sat Feb 2 06:12:00 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 871 , to selected 3875
Add port_revision to commit_log_ports

Revision 871 - Directory Listing - [select for diffs]
Modified Sat Feb 2 04:46:42 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 870 , to selected 3875
make sure utilities is included where it should be included.
and that config is included in utilities.

Revision 870 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:20:55 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 869 , to selected 3875
if the code dies, email me

Revision 869 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:11:10 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 868 , to selected 3875
Use new error routine

Revision 868 - Directory Listing - [select for diffs]
Modified Sat Feb 2 03:06:31 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 867 , to selected 3875
Add new commit_log class
Start using new ReportError function from utilities.pm instead of calling
SysLog and die.

Revision 867 - Directory Listing - [select for diffs]
Modified Fri Feb 1 15:57:37 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 866 , to selected 3875
instead of a <BR>, put a space before [deleted].

Revision 866 - Directory Listing - [select for diffs]
Modified Fri Feb 1 01:34:58 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 865 , to selected 3875
oops, don't do asc on indexes.

Revision 865 - Directory Listing - [select for diffs]
Modified Fri Feb 1 01:08:41 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 864 , to selected 3875
commit that stuff

Revision 864 - Directory Listing - [select for diffs]
Modified Fri Feb 1 01:08:25 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 863 , to selected 3875
add default values for some timestamp field
add index on commit_log(message_id)

Revision 863 - Directory Listing - [select for diffs]
Modified Thu Jan 31 23:08:06 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 862 , to selected 3875
updated, white background.

Revision 862 - Directory Listing - [select for diffs]
Modified Thu Jan 31 23:07:42 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 861 , to selected 3875
my first thoughts on data migration

Revision 861 - Directory Listing - [select for diffs]
Modified Wed Jan 30 16:06:20 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 860 , to selected 3875
make sure to use " not ' when expanding $variables.

Revision 860 - Directory Listing - [select for diffs]
Modified Wed Jan 30 14:39:04 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 859 , to selected 3875
doh!  do not hard code path names!

Revision 859 - Directory Listing - [select for diffs]
Modified Tue Jan 29 03:37:45 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 858 , to selected 3875
add date time

Revision 858 - Directory Listing - [select for diffs]
Modified Mon Jan 28 18:51:49 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 857 , to selected 3875
add map link

Revision 857 - Directory Listing - [select for diffs]
Modified Mon Jan 28 18:44:54 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 856 , to selected 3875
First commit

Revision 856 - Directory Listing - [select for diffs]
Modified Sun Jan 27 20:23:16 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 855 , to selected 3875
center the table containing the logo

Revision 855 - Directory Listing - [select for diffs]
Modified Wed Jan 23 03:11:07 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 854 , to selected 3875
I should test more before committing.

Revision 854 - Directory Listing - [select for diffs]
Modified Wed Jan 23 02:46:56 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 853 , to selected 3875
When an error occurs when processing a make file, return the error to the
calling function.  Then, don't update the port because it's not ready

Revision 853 - Directory Listing - [select for diffs]
Modified Wed Jan 23 01:54:14 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 852 , to selected 3875
Put a knob in to turn off creation of a pkg directory.  I think I added
this to detect problems which arose if this directory exists.
noteably: pre-everything having two : after it.

Revision 852 - Directory Listing - [select for diffs]
Modified Mon Jan 21 21:02:43 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 851 , to selected 3875
umm, ports-supfile is in ~/scripts not ~/

Revision 851 - Directory Listing - [select for diffs]
Modified Sun Jan 20 21:08:48 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 850 , to selected 3875
We need a custom supfile for this.
Let's also add a cvsup to the crontab.

Revision 850 - Directory Listing - [select for diffs]
Modified Fri Jan 11 13:19:59 2002 UTC (23 years, 2 months ago) by dan
Diff to previous 849 , to selected 3875
get rid of duplicate page name

Revision 849 - Directory Listing - [select for diffs]
Modified Tue Jan 8 06:23:58 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 848 , to selected 3875
use PRE tags around the commit description and the file names.
remove the file graphic and make the cvsweb hyperlink on the file name instead.

Revision 848 - Directory Listing - [select for diffs]
Modified Mon Jan 7 21:15:12 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 847 , to selected 3875
PR#21
cater for imported sources.  With a recent change implemented by Josef Karthauser,
imported source cvs-all message do contain a BRANCH.  However, the
message do not contain a LOG section.  Thus the XML field is empty.

Get around the problem with a minor reorganization of the code.
Grab the message subject. Grab the log.  If the log is empty, use
the subject.

ALSO: white space changes.

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 , to selected 3875
Ensure all references to images directory starts with /images.  This is most
for use by the missing*.php files.

Revision 846 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:49:38 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 845 , to selected 3875
Add a link to the port tarball.
Add a link to the port_upgrade.php page for logged in users.

Revision 845 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:38:54 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 844 , to selected 3875
Put the port tarball into the tree.  We'll store it here until it gets added
to the FreeBSD ports tree.

Revision 844 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:31:19 2002 UTC (23 years, 3 months ago) by (unknown author)
Diff to previous 843 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
Revision 843 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:31:18 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 842 , to selected 3875
Upgrade the port for uploading your pkg_info data.

Revision 842 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:20:03 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 841 , to selected 3875
add freshports_GetNextValue for incrementing and obtaining a sequence.

Revision 841 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:19:31 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 840 , to selected 3875
After a reco-copy of these files from another section of the tree,
we now have a process by which the user can upload their pkg_info
information and add them to their watch list.

Revision 840 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:18:09 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 839 , to selected 3875
put a bit of spacing around the fields so it looks better

Revision 839 - Directory Listing - [select for diffs]
Modified Sun Jan 6 23:17:31 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 838 , to selected 3875
white space only

Revision 838 - Directory Listing - [select for diffs]
Modified Sun Jan 6 22:17:17 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 837 , to selected 3875
simplify WatchListAdd so you provide the watch list id and the element pathname

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 836 , to selected 3875
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 836 - Directory Listing - [select for diffs]
Modified Sun Jan 6 16:52:47 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 835 , to selected 3875
Remove include of classes/watch object

Revision 835 - Directory Listing - [select for diffs]
Modified Sun Jan 6 16:48:53 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 834 , to selected 3875
when we find an unknown cookie, clear it.

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 , to selected 3875
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 833 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:29:29 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 832 , to selected 3875
Add copyright

Revision 832 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:25:53 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 831 , to selected 3875
no longer needed

Revision 831 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:23:33 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 830 , to selected 3875
Add copyrights

Revision 830 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:55 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 829 , to selected 3875
add copyright

Revision 829 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:18 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 828 , to selected 3875
Add copyright

Revision 828 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:17:04 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 827 , to selected 3875
convert to PostgreSQL

Revision 827 - Directory Listing - [select for diffs]
Modified Sun Jan 6 07:16:37 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 826 , to selected 3875
Add copyright
Start using ${HOME}

Revision 826 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:33:59 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 825 , to selected 3875
Unless stated otherwise, everything should work now.

Revision 825 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:25:41 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 824 , to selected 3875
Adjust the HTML to be centered and 98%.  Missed this during the recent
mega-adjustment.

Revision 824 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:22:59 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 823 , to selected 3875
upgrade to postgresql.

Now that this is done, the next step is to get some of you on the Develop list
to start tracking your ports via fp2.freshports.org.  BUT FIRST I'll have to
upgrade that site to the latest database and scripts as found in
lists-test.freshports.org.  Watch this space.

Revision 823 - Directory Listing - [select for diffs]
Modified Sun Jan 6 06:21:45 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 822 , to selected 3875
Add in the copyright notice.
fix up the paths to refer to HOME

Revision 822 - Directory Listing - [select for diffs]
Modified Sat Jan 5 23:01:20 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 821 , to selected 3875
Massive HTML tidy up.  Mostly only whitespace changes.

Revision 821 - Directory Listing - [select for diffs]
Modified Sat Jan 5 21:24:28 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 820 , to selected 3875
change freshports to FreshPorts

Revision 820 - Directory Listing - [select for diffs]
Modified Sat Jan 5 21:14:23 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 819 , to selected 3875
Only try getting the port if the port name is set and non-blank.

Revision 819 - Directory Listing - [select for diffs]
Modified Sat Jan 5 20:14:08 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 818 , to selected 3875
Add update_description to class

Revision 818 - Directory Listing - [select for diffs]
Modified Sat Jan 5 20:13:39 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 817 , to selected 3875
Changes to update_description so it in in <PRE>..</PRE>

Revision 817 - Directory Listing - [select for diffs]
Modified Sat Jan 5 20:13:15 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 816 , to selected 3875
white space change only

Revision 816 - Directory Listing - [select for diffs]
Modified Sat Jan 5 20:13:04 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 815 , to selected 3875
convert to postgresql

Revision 815 - Directory Listing - [select for diffs]
Modified Sat Jan 5 03:50:52 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 814 , to selected 3875
convert to postgresql

Revision 814 - Directory Listing - [select for diffs]
Modified Sat Jan 5 03:42:02 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 813 , to selected 3875
Use website title

Revision 813 - Directory Listing - [select for diffs]
Modified Sat Jan 5 03:37:35 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 812 , to selected 3875
*** empty log message ***

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 811 , to selected 3875
Add some debugging code.
for ports, make sure we don't include commit log information when
retriving by partial path name.

Revision 811 - Directory Listing - [select for diffs]
Modified Sat Jan 5 02:00:13 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 810 , to selected 3875
use the predefined website name
add a bit of cell padding
use an outer join to get the correct count value

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 809 , to selected 3875
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 809 - Directory Listing - [select for diffs]
Modified Thu Jan 3 03:04:18 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 808 , to selected 3875
convert to postgresql
PR 45

Revision 808 - Directory Listing - [select for diffs]
Modified Thu Jan 3 03:03:59 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 807 , to selected 3875
remove extra <BR>

Revision 807 - Directory Listing - [select for diffs]
Modified Thu Jan 3 02:22:16 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 806 , to selected 3875
whitespace only

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 805 , to selected 3875
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 805 - Directory Listing - [select for diffs]
Modified Thu Jan 3 01:22:03 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 804 , to selected 3875
remove the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> entries because
they are all in include/freshports.php

Revision 804 - Directory Listing - [select for diffs]
Modified Wed Jan 2 04:48:15 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 803 , to selected 3875
mysql was case insensitive.  postgresql isn't.  therefore convert login ids
to lower case when comparing.

Revision 803 - Directory Listing - [select for diffs]
Modified Wed Jan 2 04:38:02 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 802 , to selected 3875
oops, insufficient testing failed to find wrong field name.

Revision 802 - Directory Listing - [select for diffs]
Modified Wed Jan 2 04:35:03 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 801 , to selected 3875
Convert to postgresql

Revision 801 - Directory Listing - [select for diffs]
Modified Wed Jan 2 04:15:11 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 800 , to selected 3875
Convert to postgresql from mysql

Revision 800 - Directory Listing - [select for diffs]
Modified Wed Jan 2 04:14:14 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 799 , to selected 3875
Add a new class.

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 798 , to selected 3875
Rename files from .php3 to .php.

The code within many of these files still needs to be converted from mysql
to postgresql.

Revision 798 - Directory Listing - [select for diffs]
Modified Wed Jan 2 02:10:44 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 797 , to selected 3875
reaname this file

Revision 797 - Directory Listing - [select for diffs]
Modified Tue Jan 1 17:06:42 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 796 , to selected 3875
update copyright date

Revision 796 - Directory Listing - [select for diffs]
Modified Tue Jan 1 17:02:58 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 795 , to selected 3875
update copyright year

Revision 795 - Directory Listing - [select for diffs]
Modified Tue Jan 1 07:22:20 2002 UTC (23 years, 3 months ago) by dan
Diff to previous 794 , to selected 3875
Oops, forgot to commit this.  Add FetchByID and FetchByCategory.

Revision 794 - Directory Listing - [select for diffs]
Modified Mon Dec 31 16:05:23 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 793 , to selected 3875
convert to use recently created ports.php class
and redirect to <category>/<port>/

Revision 793 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:47 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 792 , to selected 3875
add another simple test

Revision 792 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:27 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 791 , to selected 3875
remove debugging code

Revision 791 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:27:05 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 790 , to selected 3875
simple whitespace change

Revision 790 - Directory Listing - [select for diffs]
Modified Mon Dec 31 15:26:29 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 789 , to selected 3875
$hash{portname} is not the same as
$hash{$portname}

Fix this annoying bug so more than just the first port in a commit gets refreshed.

Revision 789 - Directory Listing - [select for diffs]
Modified Mon Dec 31 06:18:09 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 788 , to selected 3875
daily summary changes
 - use category/port format
 - add time-ajustment factor to cater for time zone differences

Revision 788 - Directory Listing - [select for diffs]
Modified Mon Dec 31 01:58:18 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 787 , to selected 3875
Reconcile code which existed in both files: include/freshports.php missing-port.php

Revision 787 - Directory Listing - [select for diffs]
Modified Mon Dec 31 01:20:24 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 786 , to selected 3875
convert to postgresql

Revision 786 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:27:29 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 785 , to selected 3875
Put website name into a global variable.

Revision 785 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:27:04 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 784 , to selected 3875
Handle return HTML from missing-port.php

Revision 784 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:26:39 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 783 , to selected 3875
If they get the category right, but provide an unknown port, tell them
and then show the link to the category they provided.

Revision 783 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:25:56 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 782 , to selected 3875
slight table adjustments

Revision 782 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:25:37 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 781 , to selected 3875
use <category>/<port> URLs

Revision 781 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:24:34 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 780 , to selected 3875
convert to use postgresql.
include revision_number in output

Revision 780 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:23:40 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 779 , to selected 3875
stop using category.php3 in favour of <category>/<port> URLs.

Revision 779 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:22:29 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 778 , to selected 3875
- correct where the script was still using ports.needs_refresh instead of
  commit_log_ports.needs_refresh.
- for now, we will fetch every file touch by a port commit.  I still
  don't have a solution for files included by Makefile.

Revision 778 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:20:42 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 777 , to selected 3875
Use $ENV{HOME} not ~/

Revision 777 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:20:06 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 776 , to selected 3875
Handle deleted ports better.
Remove the path-to-ports so it works with symlinks.

Revision 776 - Directory Listing - [select for diffs]
Modified Sun Dec 30 23:18:47 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 775 , to selected 3875
Add some real-path calls so we have the real pathname instead of symlinks.

Revision 775 - Directory Listing - [select for diffs]
Modified Sun Dec 30 21:54:41 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 774 , to selected 3875
Start using the new format URLs
and use $SERVERNAME to determine the URL instead of hardcoding
http://www.FreshPorts.org/

Revision 774 - Directory Listing - [select for diffs]
Modified Sat Dec 29 22:15:27 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 773 , to selected 3875
oops, missing some leading and trailing / and a missed category.php3

Revision 773 - Directory Listing - [select for diffs]
Modified Sat Dec 29 22:02:05 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 772 , to selected 3875
start using <cateogory> and <category/port> instead of category.php3 and
port-description.php3

Revision 772 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:37:06 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 771 , to selected 3875
oops.  fix a typo

Revision 771 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:25:19 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 770 , to selected 3875
slight whitespace change to make SQL easier to read

Revision 770 - Directory Listing - [select for diffs]
Modified Sat Dec 29 21:24:55 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 769 , to selected 3875
after refreshing a port from newly fetched files,
let's actually save the results to the database.

Revision 769 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:58:08 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 768 , to selected 3875
in CreateDailySummary, use commit_log_ports.{port_version|port_revision}

Revision 768 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:56:47 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 767 , to selected 3875
handle port_version

Revision 767 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:48:00 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 766 , to selected 3875
move the commit to be before the CreateDailySummary call.
If that call falls over, we want to be sure the transaction is closed.
otherwise, it will roll back and undo what we did.

Revision 766 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:37:24 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 765 , to selected 3875
Now you can broswe to a category: http://www.freshports.org/<category>

Revision 765 - Directory Listing - [select for diffs]
Modified Sat Dec 29 20:36:17 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 764 , to selected 3875
Slightly modify broken/forbidden message by adding words to the graphics
which were already there.

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 763 , to selected 3875
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 763 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:03:07 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 762 , to selected 3875
PR 26
We should now be able to browse to any port via <category-name>/<port name>.

Revision 762 - Directory Listing - [select for diffs]
Modified Sat Dec 29 19:00:42 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 761 , to selected 3875
start using commit_log_ports.needs_refresh instead of ports.need_refresh
which is now deprecated.

Revision 761 - Directory Listing - [select for diffs]
Modified Sat Dec 29 04:12:34 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 760 , to selected 3875
add ErrorDocument   404 /missing.php
PR 26

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 759 , to selected 3875
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 759 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:50:39 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 758 , to selected 3875
Start using commit_log_ports.port_version not port.version

Revision 758 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:38:28 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 757 , to selected 3875
update to use commit_log_ports.needs_refresh not ports.needs_refresh

Revision 757 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:37:18 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 756 , to selected 3875
- with master/slave ports, the directory we are fetching to (master port)
  may not be the directory we are working in (slave port; the one being
  refreshed.  adjust fetching scheme accordingly.
- add function to remove port directory prefix (RemovePortsPrefix).

Revision 756 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:34:59 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 755 , to selected 3875
start using $ENV{HOME} so we know the correct home directory without modifying
this config file.

Revision 755 - Directory Listing - [select for diffs]
Modified Fri Dec 28 22:34:09 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 754 , to selected 3875
slightly modify the SQL to match similar query in refresh-unrefreshed-ports.pl

Revision 754 - Directory Listing - [select for diffs]
Modified Fri Dec 28 17:59:30 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 753 , to selected 3875
Update this script to use commit_log_ports.needs_refresh
instead of ports.needs_refresh  PR56

Revision 753 - Directory Listing - [select for diffs]
Modified Fri Dec 28 17:49:41 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 752 , to selected 3875
use relative paths, not absolute

Revision 752 - Directory Listing - [select for diffs]
Modified Fri Dec 28 08:40:59 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 751 , to selected 3875
Add call to script to archive out messages.

Revision 751 - Directory Listing - [select for diffs]
Modified Mon Dec 24 04:42:29 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 750 , to selected 3875
change default pathnames to be relative not absolute

Revision 750 - Directory Listing - [select for diffs]
Modified Mon Dec 24 04:36:35 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 749 , to selected 3875
It appears we have a working solution for storing port version with each
commit.

Revision 749 - Directory Listing - [select for diffs]
Modified Mon Dec 24 03:16:05 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 748 , to selected 3875
My first attempt at moving needs_refresh from the port table to the
commit_log_ports table.  In addition, the commit_log_ports will hold
the port_version associated with that commit.  Thus, as you look
down the page, you should be able to see the port_version change
from commit to commit (not that every commit causes a change).

Revision 748 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:50:34 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 747 , to selected 3875
remove comments no longer relevant

Revision 747 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:48:45 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 746 , to selected 3875
No longer needed here

Revision 746 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:32:25 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 745 , to selected 3875
Includes commit_log_ports

Revision 745 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:32:01 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 744 , to selected 3875
Includes commit_log_ports.

Revision 744 - Directory Listing - [select for diffs]
Modified Sun Dec 23 18:30:32 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 743 , to selected 3875
Latest build

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 , to selected 3875
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.

Revision 742 - Directory Listing - [select for diffs]
Modified Sun Dec 23 02:53:30 2001 UTC (23 years, 3 months ago) by (unknown author)
Diff to previous 741 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 741 - Directory Listing - [select for diffs]
Modified Sun Dec 23 02:06:49 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 740 , to selected 3875
barh!

removed a LIMIT BY 3 which rather restricted the output.

Revision 740 - Directory Listing - [select for diffs]
Modified Sun Dec 23 02:05:59 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 739 , to selected 3875
remove a echo mysql_errno() left in after debugging

Revision 739 - Directory Listing - [select for diffs]
Modified Sun Dec 23 02:00:35 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 738 , to selected 3875
slightly change the text

Revision 738 - Directory Listing - [select for diffs]
Modified Sun Dec 23 00:28:05 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 737 , to selected 3875
Move formattime from index.php3 to include/freshports.php

Revision 737 - Directory Listing - [select for diffs]
Modified Sat Dec 22 23:23:08 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 736 , to selected 3875
Add the new archive-messages.sh.  call this from cron.
it will call the improved archive-logs.sh which will
move the msgs away from the main directory and archive them.

Revision 736 - Directory Listing - [select for diffs]
Modified Sat Dec 22 22:12:11 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 735 , to selected 3875
correctly detect the successful opening of a file for our daily summary
output.

Revision 735 - Directory Listing - [select for diffs]
Modified Sat Dec 22 22:02:05 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 734 , to selected 3875
test for packages.exists file before we grep from it

Revision 734 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:50:37 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 733 , to selected 3875
Upgrade to FP2

Revision 733 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:50:12 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 732 , to selected 3875
provide a new option: -O (Overwrite)

when processing an XML file, if the supplied message id exists, delete it
and continue processing.  Useful when you need to reprocess a message
for some reason.

Revision 732 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:48:55 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 731 , to selected 3875
use the commit_log_ports table, not commit_log_port.

Revision 731 - Directory Listing - [select for diffs]
Modified Sat Dec 22 21:48:24 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 730 , to selected 3875
upgrade to FP2

Revision 730 - Directory Listing - [select for diffs]
Modified Sat Dec 22 19:16:11 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 729 , to selected 3875
put default values which make sense but can't be used.

Revision 729 - Directory Listing - [select for diffs]
Modified Sat Dec 22 19:13:17 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 728 , to selected 3875
Remove some commented out code

Revision 728 - Directory Listing - [select for diffs]
Modified Sat Dec 22 16:21:42 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 727 , to selected 3875
First commit

Revision 727 - Directory Listing - [select for diffs]
Modified Sat Dec 22 16:20:59 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 726 , to selected 3875
New FP2 version of script

Revision 726 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:52:42 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 725 , to selected 3875
First commit

Revision 725 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:30:45 2001 UTC (23 years, 3 months ago) by (unknown author)
Diff to previous 724 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 724 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:30:44 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 723 , to selected 3875
Add copyright notices and Id tags to each file.

Revision 723 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:30:00 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 722 , to selected 3875
Add copyright notice
expand messages when Makefile errors occur

Revision 722 - Directory Listing - [select for diffs]
Modified Sat Dec 22 04:29:52 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 721 , to selected 3875
Add copyright notice
start using the new and improved commit_log_ports

Revision 721 - Directory Listing - [select for diffs]
Modified Fri Dec 21 07:07:50 2001 UTC (23 years, 3 months ago) by (unknown author)
Diff to previous 720 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Revision 720 - Directory Listing - [select for diffs]
Modified Fri Dec 21 07:07:49 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 719 , to selected 3875
Add link to stats

Revision 719 - Directory Listing - [select for diffs]
Modified Fri Dec 21 06:14:08 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 718 , to selected 3875
use LocalTimeAdjustment for displaying the date/time at the top right of the webpage.

Revision 718 - Directory Listing - [select for diffs]
Modified Fri Dec 21 06:13:28 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 717 , to selected 3875
use the new values CVSTimeAdjustment and LocalTimeAdjustment

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 716 , to selected 3875
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 716 - Directory Listing - [select for diffs]
Modified Tue Dec 18 22:01:12 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 715 , to selected 3875
commit_log_port has been renamed commit_log_ports

Revision 715 - Directory Listing - [select for diffs]
Modified Tue Dec 18 22:00:14 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 714 , to selected 3875
Use DOCUMENTROOT for pathname.

Revision 714 - Directory Listing - [select for diffs]
Modified Sun Dec 16 19:02:16 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 713 , to selected 3875
add some testing scripts

Revision 713 - Directory Listing - [select for diffs]
Modified Sun Dec 16 19:01:06 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 712 , to selected 3875
first commit.  includes instructions about installing perl modules for these
scripts.

Revision 712 - Directory Listing - [select for diffs]
Modified Wed Dec 12 04:45:07 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 711 , to selected 3875
Add link to developers.php

Revision 711 - Directory Listing - [select for diffs]
Modified Wed Dec 12 04:44:52 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 710 , to selected 3875
fix type (reason => reasons).

Revision 710 - Directory Listing - [select for diffs]
Modified Wed Dec 12 04:44:33 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 709 , to selected 3875
convert some HTML tags to lower case which don't work in upper case on
Opera (LT, and GT).

Revision 709 - Directory Listing - [select for diffs]
Modified Wed Dec 12 04:43:35 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 708 , to selected 3875
convert all varchar(x) fields where x > 1 to text
Add new tables:

    Security_Notice          - details of notice
    Security_Notice_Log      - who added the notice, who moderated it, modified it
    Security_Notice_Elements - what elements of the source tree are affected?

...for use with security notifications.

Revision 708 - Directory Listing - [select for diffs]
Modified Tue Dec 11 04:31:06 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 707 , to selected 3875
Change to landscape.  It won't all fit on the screen in portrait and be big
enough to read.
Rename commit_log_port to commit_log_port_elements.
Add commit_log_port which does what it should.

Revision 707 - Directory Listing - [select for diffs]
Modified Tue Dec 11 04:24:55 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 706 , to selected 3875
Add commit_log_port and renamed commit_log_port to commit_log_port_elements

Revision 706 - Directory Listing - [select for diffs]
Modified Sun Dec 9 06:52:01 2001 UTC (23 years, 3 months ago) by dan
Diff to previous 705 , to selected 3875
don't save commit_log_id unless it is supplied.

Revision 705 - Directory Listing - [select for diffs]
Modified Sat Dec 8 07:44:27 2001 UTC (23 years, 4 months ago) by jpc
Diff to previous 704 , to selected 3875
better folding style to match Vim/Emacs standard

Revision 704 - Directory Listing - [select for diffs]
Modified Sat Dec 8 07:38:20 2001 UTC (23 years, 4 months ago) by jpc
Diff to previous 703 , to selected 3875
Fixing folding

Revision 703 - Directory Listing - [select for diffs]
Modified Fri Dec 7 18:01:56 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 702 , to selected 3875
Put the main tap at the top of the cell vi VALIGN="top"

Revision 702 - Directory Listing - [select for diffs]
Modified Wed Dec 5 23:49:44 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 701 , to selected 3875
Add some basic code to cater for master/slave ports.

Revision 701 - Directory Listing - [select for diffs]
Modified Wed Dec 5 08:33:38 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 700 , to selected 3875
ensure we take the commit date before
we clear out all the date values.

Revision 700 - Directory Listing - [select for diffs]
Modified Wed Dec 5 08:33:05 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 699 , to selected 3875
add missing ) to an if.
actually write HTML to FILE.

Revision 699 - Directory Listing - [select for diffs]
Modified Wed Dec 5 06:08:57 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 698 , to selected 3875
If the version isn't set, don't try to display it

Revision 698 - Directory Listing - [select for diffs]
Modified Wed Dec 5 06:06:09 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 697 , to selected 3875
Don't do the build of daily summaries until after we have refreshed
the ports.  Otherwise for new ports, version will be empty.

Revision 697 - Directory Listing - [select for diffs]
Modified Wed Dec 5 04:34:54 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 696 , to selected 3875
Don't do any of the port update things if there are no ports.
This mainly reduces the size of the log file.

Revision 696 - Directory Listing - [select for diffs]
Modified Wed Dec 5 04:33:53 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 695 , to selected 3875
don't quote the date

Revision 695 - Directory Listing - [select for diffs]
Modified Wed Dec 5 03:48:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 694 , to selected 3875
Remove trailing / from 'use lib' statement.

Revision 694 - Directory Listing - [select for diffs]
Modified Wed Dec 5 01:50:36 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 693 , to selected 3875
Add CreateDailySummary to the list of things that happen when a message is
processed.

Revision 693 - Directory Listing - [select for diffs]
Modified Wed Dec 5 01:40:28 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 692 , to selected 3875
remove : introduced during last commit

Revision 692 - Directory Listing - [select for diffs]
Modified Wed Dec 5 00:16:55 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 691 , to selected 3875
For broken and forbidden ports, display just Broken or Forbidden in the
ALT text, not the actual text of the broken/forbidden message.

For the commit message itself, yes, we're going to use <PRE></PRE> until
we can find a better way.

Revision 691 - Directory Listing - [select for diffs]
Modified Sun Dec 2 23:14:35 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 690 , to selected 3875
update the to-do list to remove things done and to point to MANTIS for
everything else.

Revision 690 - Directory Listing - [select for diffs]
Modified Fri Nov 30 03:53:14 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 689 , to selected 3875
If a port has been deleted, make sure we delete the element which
corresponds to that port.

Revision 689 - Directory Listing - [select for diffs]
Modified Thu Nov 29 05:39:30 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 688 , to selected 3875
use the ports.date_created field.

Revision 688 - Directory Listing - [select for diffs]
Modified Thu Nov 29 05:32:38 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 687 , to selected 3875
Add system.time_adjust field

Revision 687 - Directory Listing - [select for diffs]
Modified Thu Nov 29 04:09:46 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 686 , to selected 3875
pick up newly added ports.date_created
PR 55

Revision 686 - Directory Listing - [select for diffs]
Modified Thu Nov 29 04:08:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 685 , to selected 3875
convert category function to postgresql

Revision 685 - Directory Listing - [select for diffs]
Modified Thu Nov 29 04:07:26 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 684 , to selected 3875
comment out code not needed.

Revision 684 - Directory Listing - [select for diffs]
Modified Thu Nov 29 04:06:55 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 683 , to selected 3875
replace a </BR> with a <BR>

Revision 683 - Directory Listing - [select for diffs]
Modified Thu Nov 29 01:45:06 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 682 , to selected 3875
first commit

Revision 682 - Directory Listing - [select for diffs]
Modified Thu Nov 29 01:44:28 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 681 , to selected 3875
Remember to update the date

Revision 681 - Directory Listing - [select for diffs]
Modified Thu Nov 29 01:30:23 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 680 , to selected 3875
Add user_confirmations table for email verification

Revision 680 - Directory Listing - [select for diffs]
Modified Wed Nov 28 17:48:09 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 679 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Revision 679 - Directory Listing - [select for diffs]
Modified Wed Nov 28 17:48:08 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 678 , to selected 3875
remove the HEADS UP notice.

Revision 678 - Directory Listing - [select for diffs]
Modified Wed Nov 28 06:59:22 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 677 , to selected 3875
Add a short introduction for developers who are new to the project

Revision 677 - Directory Listing - [select for diffs]
Modified Tue Nov 27 19:25:05 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 676 , to selected 3875
restrict result set to 100 rows.

Revision 676 - Directory Listing - [select for diffs]
Modified Tue Nov 27 06:35:42 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 675 , to selected 3875
remove a pg_exec ($database, "end"); which was causing this:

[Tue Nov 27 01:33:54 2001] [error] NOTICE:  COMMIT: no transaction in progress

Revision 675 - Directory Listing - [select for diffs]
Modified Mon Nov 26 06:50:48 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 674 , to selected 3875
When displaying the commit message, turn all links into hyperlinks.

Revision 674 - Directory Listing - [select for diffs]
Modified Mon Nov 26 06:43:50 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 673 , to selected 3875
use nl2br instead of PRE

Revision 673 - Directory Listing - [select for diffs]
Modified Mon Nov 26 06:43:37 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 672 , to selected 3875
add $db parameter to freshports_PortDetails
remove unneeded caching code

Revision 672 - Directory Listing - [select for diffs]
Modified Mon Nov 26 06:42:37 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 671 , to selected 3875
freshports_PortDetails now needs $db
use nl2br where we once used <PRE>; this allows us to
have the same line breaks, but in a better font.
takes less real estate too.
change a while loop to a for.

Revision 671 - Directory Listing - [select for diffs]
Modified Mon Nov 26 06:40:14 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 670 , to selected 3875
freshports_PortDetails now uses $db

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 669 , to selected 3875
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.

Revision 669 - Directory Listing - [select for diffs]
Modified Sun Nov 25 21:42:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 668 , to selected 3875
call freshports_PortDetails instead of including ./include/port-basics.php
pretty some of the HTML output by adding \n
fix the HTML by adding missing end tabs (</DD>)
enclose the commit description within <PRE></PRE>

Revision 668 - Directory Listing - [select for diffs]
Modified Sun Nov 25 21:41:52 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 667 , to selected 3875
sort the files by name
make the displayed pathnames relative to the port directory
   (i.e. remove /ports/<category>/<port>/ from pathnames

Revision 667 - Directory Listing - [select for diffs]
Modified Sun Nov 25 21:37:13 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 666 , to selected 3875
make the HTML output look better by adding a few \n

Revision 666 - Directory Listing - [select for diffs]
Modified Sun Nov 25 21:20:50 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 665 , to selected 3875
comment out some debugging code

Revision 665 - Directory Listing - [select for diffs]
Modified Sun Nov 25 20:51:00 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 664 , to selected 3875
commit work done today.  upgraded to postgresql.

Revision 664 - Directory Listing - [select for diffs]
Modified Sun Nov 25 19:48:10 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 663 , to selected 3875
converted to FreshPorts2

Revision 663 - Directory Listing - [select for diffs]
Modified Sun Nov 25 17:33:41 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 662 , to selected 3875
Upgrade to FreshPorts2

Revision 662 - Directory Listing - [select for diffs]
Modified Sun Nov 25 05:43:47 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 661 , to selected 3875
Include both the develop mailing list and the cvs-all mailing list.

Revision 661 - Directory Listing - [select for diffs]
Modified Sun Nov 25 05:35:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 660 , to selected 3875
Add link to http://fp2.FreshPorts.org/

Revision 660 - Directory Listing - [select for diffs]
Modified Sun Nov 25 03:36:52 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 659 , to selected 3875
Move things around so they work better.

Revision 659 - Directory Listing - [select for diffs]
Modified Sun Nov 25 00:42:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 658 , to selected 3875
Whitespace changes.

Add $FreshPortsName so we can change the name as needed.

Revision 658 - Directory Listing - [select for diffs]
Modified Sun Nov 25 00:40:22 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 657 , to selected 3875
Start using $FreshPortsName.  general tidy up.

Revision 657 - Directory Listing - [select for diffs]
Modified Sun Nov 25 00:32:57 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 656 , to selected 3875
Upgrade to postgresql.

Revision 656 - Directory Listing - [select for diffs]
Modified Sat Nov 24 22:59:26 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 655 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 655 - Directory Listing - [select for diffs]
Modified Sat Nov 24 22:59:25 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 654 , to selected 3875
remove outdated news items

Revision 654 - Directory Listing - [select for diffs]
Modified Sat Nov 24 21:41:50 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 653 , to selected 3875
remove CommitLogElementsInsert
replace EnsureCategoryAndPortExist with SaveChangesToPortsTree
create _CompileListOfPorts which replaces the fuctionality of EnsureCategoryAndPortExist

Instead of saving a port as we go along, we will compile a list of ports based
on the files we find.  Once all files are processed and saved to the database,
we have our list.  Then we process the files again, setting the needs_refresh
value for the port affected by this file.  If we find that the Makefile for
a port has been deleted, we set needs_refresh = 0.

Revision 653 - Directory Listing - [select for diffs]
Modified Fri Nov 23 20:14:18 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 652 , to selected 3875
correct some on delete cascade...

Revision 652 - Directory Listing - [select for diffs]
Modified Fri Nov 23 20:02:30 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 651 , to selected 3875
use a hash instead of a character string for ignored files

Revision 651 - Directory Listing - [select for diffs]
Modified Fri Nov 23 20:02:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 650 , to selected 3875
first commit

Revision 650 - Directory Listing - [select for diffs]
Modified Fri Nov 23 19:56:46 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 649 , to selected 3875
Make sure we are looking for "  Revision" at the start of the line.

See 200111231716.fANHGwN21197@freefall.freebsd.org for what
broke this.

Revision 649 - Directory Listing - [select for diffs]
Modified Fri Nov 23 06:39:53 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 648 , to selected 3875
if the port is new and has not been deleted, then set needs_refresh.

Revision 648 - Directory Listing - [select for diffs]
Modified Fri Nov 23 06:00:46 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 647 , to selected 3875
make the title page say commits

Revision 647 - Directory Listing - [select for diffs]
Modified Fri Nov 23 06:00:24 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 646 , to selected 3875
more typos found by kelleye

Revision 646 - Directory Listing - [select for diffs]
Modified Fri Nov 23 05:40:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 645 , to selected 3875
fix typo pointed out by Kelleye

Revision 645 - Directory Listing - [select for diffs]
Modified Fri Nov 23 04:51:39 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 644 , to selected 3875
remove unneeded exports
if the port has been deleted, make sure we set port->{deleted} correctly
and process things.
move the refresh ports process to port.pm so it can be used
both with load_xml_into_db.pl and from refresh-unrefreshed-ports.pl

Revision 644 - Directory Listing - [select for diffs]
Modified Fri Nov 23 03:30:51 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 643 , to selected 3875
separate out the refreshing of a port from the saving of a commit message.

Revision 643 - Directory Listing - [select for diffs]
Modified Thu Nov 22 20:06:44 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 642 , to selected 3875
now we have the time zone correct to PST by default.

Revision 642 - Directory Listing - [select for diffs]
Modified Thu Nov 22 04:29:59 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 641 , to selected 3875
first commit

Revision 641 - Directory Listing - [select for diffs]
Modified Wed Nov 21 06:03:27 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 640 , to selected 3875
latest and greatest

Revision 640 - Directory Listing - [select for diffs]
Modified Wed Nov 21 05:28:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 639 , to selected 3875
Always check if the ElementRevisionExists before doing a ElementRevisionInsert.

Revision 639 - Directory Listing - [select for diffs]
Modified Wed Nov 21 05:18:41 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 638 , to selected 3875
directory_file_flag should be F or D.
make some RI constraints cascade not restrict

Revision 638 - Directory Listing - [select for diffs]
Modified Wed Nov 21 05:12:30 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 637 , to selected 3875
directory_file_flag should be F or D.
make some RI constraints cascade not restrict

Revision 637 - Directory Listing - [select for diffs]
Modified Wed Nov 21 04:06:37 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 636 , to selected 3875
remove GetOrCreateCategory which was not used.
Remove quotes from field names which screwed up the category entries.

Revision 636 - Directory Listing - [select for diffs]
Modified Tue Nov 20 20:54:35 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 635 , to selected 3875
Looks good.  broken, deleted, refresh and forbidden need to be tested.

Revision 635 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:52:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 634 , to selected 3875
Name things correctly

Revision 634 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:50:29 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 633 , to selected 3875
Spell the path correctly

Revision 633 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:40:09 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 632 , to selected 3875
remove exta my.

Revision 632 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:23:00 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 631 , to selected 3875
remember to set status in element.

Revision 631 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:17:39 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 630 , to selected 3875
use SystemID not SystemBranchID

Revision 630 - Directory Listing - [select for diffs]
Modified Tue Nov 20 18:03:01 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 629 , to selected 3875
commit_log contains a field called description, not update_description

Revision 629 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:13:20 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 628 , to selected 3875
log it when we create a new branch

Revision 628 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:08:34 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 627 , to selected 3875
fix typos

Revision 627 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:04:31 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 626 , to selected 3875
rename system_version to system_branch
rename system_version_element to system_branch_element_revision

Revision 626 - Directory Listing - [select for diffs]
Modified Tue Nov 20 17:03:44 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 625 , to selected 3875
check for failed file open

Revision 625 - Directory Listing - [select for diffs]
Modified Tue Nov 20 16:42:55 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 624 , to selected 3875
rename system_version         to system_branch
rename system_version_element to system_branch_element_revision

remove some unneeded sequences

Revision 624 - Directory Listing - [select for diffs]
Modified Tue Nov 20 16:41:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 623 , to selected 3875
remove comment to enable drop trigger.

Revision 623 - Directory Listing - [select for diffs]
Modified Tue Nov 20 16:39:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 622 , to selected 3875
rename system_version         to system_branch
rename system_version_element to system_branch_element_revision

Revision 622 - Directory Listing - [select for diffs]
Modified Tue Nov 20 16:30:58 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 621 , to selected 3875
rename system_version         to system_branch
rename system_version_element to system_branch_element_revision

remove some unneeded sequences

Revision 621 - Directory Listing - [select for diffs]
Modified Tue Nov 20 12:23:06 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 620 , to selected 3875
add ID to head of file.

Revision 620 - Directory Listing - [select for diffs]
Modified Tue Nov 20 12:22:26 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 619 , to selected 3875
New stuff

Revision 619 - Directory Listing - [select for diffs]
Modified Tue Nov 20 12:22:16 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 618 , to selected 3875
add commit_log - commit_log_elements integrity

Revision 618 - Directory Listing - [select for diffs]
Modified Tue Nov 20 12:20:08 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 617 , to selected 3875
Add stuff about creating INDEXES

Revision 617 - Directory Listing - [select for diffs]
Modified Tue Nov 20 12:18:59 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 616 , to selected 3875
for latest changes

Revision 616 - Directory Listing - [select for diffs]
Modified Mon Nov 19 16:02:49 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 615 , to selected 3875
Put <PRE></PRE> around the commit message to preserve line breaks.

Revision 615 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:15:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 614 , to selected 3875
clean up code, check for port and category before deciding this is a port

Revision 614 - Directory Listing - [select for diffs]
Modified Fri Nov 16 19:40:47 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 613 , to selected 3875
PR 4 solved.
scan the lines following the subject and include them as part of the subject
if they start with 9 spaces.

Revision 613 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:50:05 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 612 , to selected 3875
fix typo.

should be OBTAINEDFROM not OBTAINED in the dtd.

Revision 612 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:40:26 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 611 , to selected 3875
The previous commit was in error.

PR 15

Previously the log message was terminated at the first occurance of:

  Revision
  PR:
  Submitted by:
  Approved by:
  Reviewed by:
To Unsubscribe

Now it's only:

   Revision
To Unsubscribe

Also, populate the ObtainedFrom field while we are here.

Revision 611 - Directory Listing - [select for diffs]
Modified Fri Nov 16 18:38:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 610 , to selected 3875
PR 15

Previously the log message was terminated at the first occurance of:

Revision 610 - Directory Listing - [select for diffs]
Modified Fri Nov 16 16:22:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 609 , to selected 3875
This is what used to be ports.php.  We might find it useful as a debugging
tool, so I moved it here.

Revision 609 - Directory Listing - [select for diffs]
Modified Fri Nov 16 16:16:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 608 , to selected 3875
Go to a FreshPorts - like format

Revision 608 - Directory Listing - [select for diffs]
Modified Fri Nov 16 15:34:02 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 607 , to selected 3875
bring back only one line per port changed by commit

Revision 607 - Directory Listing - [select for diffs]
Modified Tue Nov 13 14:52:59 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 606 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Revision 606 - Directory Listing - [select for diffs]
Modified Tue Nov 13 14:52:58 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 605 , to selected 3875
spell receive

Revision 605 - Directory Listing - [select for diffs]
Modified Mon Nov 12 21:18:54 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 604 , to selected 3875
About time we put these into cvs

Revision 604 - Directory Listing - [select for diffs]
Modified Mon Nov 12 08:09:56 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 603 , to selected 3875
first commit

Revision 603 - Directory Listing - [select for diffs]
Modified Mon Nov 12 06:55:31 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 602 , to selected 3875
add link to processing overview

Revision 602 - Directory Listing - [select for diffs]
Modified Sun Nov 11 16:43:40 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 601 , to selected 3875
add the revision field.

Revision 601 - Directory Listing - [select for diffs]
Modified Sun Nov 11 08:35:54 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 600 , to selected 3875
Use commit_log_element

Revision 600 - Directory Listing - [select for diffs]
Modified Sun Nov 11 05:18:36 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 599 , to selected 3875
provide a way to get a category/port from a pathname

Revision 599 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:39:47 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 598 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 598 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:39:46 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 597 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Revision 597 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:39:45 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 596 , to selected 3875
Update to new version:

new commit_log_elements and system_version_element table.

add commit_log_port table for direct links between a port and a commit.

Revision 596 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:10:42 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 595 , to selected 3875
Use new class: commit_log_port

Revision 595 - Directory Listing - [select for diffs]
Modified Sun Nov 11 02:10:30 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 594 , to selected 3875
use ne instead of eq.  condition was wrong.

Revision 594 - Directory Listing - [select for diffs]
Modified Sun Nov 11 01:33:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 593 , to selected 3875
instructions for creating database schema

Revision 593 - Directory Listing - [select for diffs]
Modified Sat Nov 10 16:40:58 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 592 , to selected 3875
updates

Revision 592 - Directory Listing - [select for diffs]
Modified Sat Nov 10 16:26:27 2001 UTC (23 years, 4 months ago) by (unknown author)
Diff to previous 591 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts2'.
Revision 591 - Directory Listing - [select for diffs]
Modified Sat Nov 10 16:26:26 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 590 , to selected 3875
add missing files

Revision 590 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:32:44 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 589 , to selected 3875
Get those values from the result set.

Revision 589 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:28:07 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 588 , to selected 3875
save the right stuff when saving.
it still needs to be read back in.

Revision 588 - Directory Listing - [select for diffs]
Modified Sat Nov 10 01:27:27 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 587 , to selected 3875
use the right id

Revision 587 - Directory Listing - [select for diffs]
Modified Sat Nov 10 00:17:33 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 586 , to selected 3875
put it all away again

Revision 586 - Directory Listing - [select for diffs]
Modified Sat Nov 10 00:15:23 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 585 , to selected 3875
change ports table

Revision 585 - Directory Listing - [select for diffs]
Modified Fri Nov 9 23:26:46 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 584 , to selected 3875
Now we fetch the files needed to refresh the port,
we update the port class, and we save it.

port.pm needs to be updated to save and fetch more fields.

Revision 584 - Directory Listing - [select for diffs]
Modified Fri Nov 9 20:53:37 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 583 , to selected 3875
set the commit id before saving

Revision 583 - Directory Listing - [select for diffs]
Modified Fri Nov 9 20:53:12 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 582 , to selected 3875
Move ReadFile to a common location.

Revision 582 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:36:08 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 581 , to selected 3875
remove code we've already converted

Revision 581 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:35:46 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 580 , to selected 3875
correct the sql for updating a port

Revision 580 - Directory Listing - [select for diffs]
Modified Fri Nov 9 19:35:28 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 579 , to selected 3875
remove unneeded comment

Revision 579 - Directory Listing - [select for diffs]
Modified Fri Nov 9 18:49:59 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 578 , to selected 3875
Add new descriptions

Revision 578 - Directory Listing - [select for diffs]
Modified Fri Nov 9 18:49:41 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 577 , to selected 3875
recent additions and updates

Revision 577 - Directory Listing - [select for diffs]
Modified Fri Nov 9 17:52:59 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 576 , to selected 3875
when a port is created, needs_refresh is set correctly.

now we need to set that when a port is updated.

Revision 576 - Directory Listing - [select for diffs]
Modified Fri Nov 9 16:30:29 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 575 , to selected 3875
first commit

Revision 575 - Directory Listing - [select for diffs]
Modified Fri Nov 9 05:16:00 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 574 , to selected 3875
needs_refresh is now being computed.
We have have to do something special for ports which are created first time.

Revision 574 - Directory Listing - [select for diffs]
Modified Fri Nov 9 04:09:00 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 573 , to selected 3875
Now processing the files and ports correctly.
now we just have to parse the file names and update the port needs_refresh.

Revision 573 - Directory Listing - [select for diffs]
Modified Thu Nov 8 23:15:04 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 572 , to selected 3875
We now have a list of ports which needs to be updated.
next step: set the needs_refresh field and then save the results
back to the database.

Revision 572 - Directory Listing - [select for diffs]
Modified Thu Nov 8 22:25:18 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 571 , to selected 3875
Create a hash of ports...

Revision 571 - Directory Listing - [select for diffs]
Modified Thu Nov 8 21:05:43 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 570 , to selected 3875
whitespace changes only

Revision 570 - Directory Listing - [select for diffs]
Modified Thu Nov 8 21:05:00 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 569 , to selected 3875
fetch by partial name

Revision 569 - Directory Listing - [select for diffs]
Modified Thu Nov 8 20:26:43 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 568 , to selected 3875
checkpoint

Revision 568 - Directory Listing - [select for diffs]
Modified Thu Nov 8 19:03:10 2001 UTC (23 years, 4 months ago) by dan
Diff to previous 567 , to selected 3875
just a checkpoint

Revision 567 - Directory Listing - [select for diffs]
Modified Tue Nov 6 22:09:59 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 566 , to selected 3875
Ummm, let's get the element_id of the port before we create the port.

Revision 566 - Directory Listing - [select for diffs]
Modified Tue Nov 6 21:01:01 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 565 , to selected 3875
Remove GetDBHandle and use the one provided by FreshPorts::Database.

use $dbh not $dbh_pg

Revision 565 - Directory Listing - [select for diffs]
Modified Tue Nov 6 21:00:14 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 564 , to selected 3875
die if "is_primary" is not set.

Revision 564 - Directory Listing - [select for diffs]
Modified Tue Nov 6 20:59:56 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 563 , to selected 3875
use the recently created FreshPorts::Category and FreshPorts::Port classes

Revision 563 - Directory Listing - [select for diffs]
Modified Tue Nov 6 20:59:13 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 562 , to selected 3875
Move GetDBHandle to database.php
Add test_port_save

Revision 562 - Directory Listing - [select for diffs]
Modified Tue Nov 6 19:21:32 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 561 , to selected 3875
port.pm and category.pm are done.

Revision 561 - Directory Listing - [select for diffs]
Modified Tue Nov 6 19:21:10 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 560 , to selected 3875
Updates to scripts

Revision 560 - Directory Listing - [select for diffs]
Modified Tue Nov 6 19:13:20 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 559 , to selected 3875
Add GetCategory(int4)

Revision 559 - Directory Listing - [select for diffs]
Modified Tue Nov 6 15:52:33 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 558 , to selected 3875
Add CreatePort

Revision 558 - Directory Listing - [select for diffs]
Modified Mon Nov 5 22:37:38 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 557 , to selected 3875
Just another checkpoint

Revision 557 - Directory Listing - [select for diffs]
Modified Mon Nov 5 17:04:32 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 556 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 556 - Directory Listing - [select for diffs]
Modified Mon Nov 5 17:04:31 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 555 , to selected 3875
first import

Revision 555 - Directory Listing - [select for diffs]
Modified Mon Nov 5 17:04:31 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 554 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 554 - Directory Listing - [select for diffs]
Modified Mon Nov 5 06:48:49 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 553 , to selected 3875
Make save work.

Revision 553 - Directory Listing - [select for diffs]
Modified Mon Nov 5 05:16:35 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 552 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 552 - Directory Listing - [select for diffs]
Modified Mon Nov 5 05:16:34 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 551 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 551 - Directory Listing - [select for diffs]
Modified Mon Nov 5 05:16:33 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 550 , to selected 3875
first time

Revision 550 - Directory Listing - [select for diffs]
Modified Wed Oct 31 01:51:10 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 549 , to selected 3875
Add the ID to the file

Revision 549 - Directory Listing - [select for diffs]
Modified Mon Oct 29 22:51:55 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 548 , to selected 3875
Add IsPortsTree
return TRUE if the element exists under the ports tree

Revision 548 - Directory Listing - [select for diffs]
Modified Sun Oct 28 13:51:18 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 547 , to selected 3875
Remove space in width field.  This causes problems with Opera.

Revision 547 - Directory Listing - [select for diffs]
Modified Fri Oct 26 05:21:49 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 546 , to selected 3875
doh, wrong website

Revision 546 - Directory Listing - [select for diffs]
Modified Fri Oct 26 05:19:42 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 545 , to selected 3875
Add lnb's ad.

Revision 545 - Directory Listing - [select for diffs]
Modified Fri Oct 26 03:19:46 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 544 , to selected 3875
ouch.

news.php *is* different from everything else.  don't make it the same.

Revision 544 - Directory Listing - [select for diffs]
Modified Wed Oct 24 15:10:47 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 543 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 543 - Directory Listing - [select for diffs]
Modified Wed Oct 24 15:10:46 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 542 , to selected 3875
put date small

Revision 542 - Directory Listing - [select for diffs]
Modified Wed Oct 24 15:06:15 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 541 , to selected 3875
remove channel reference.

Revision 541 - Directory Listing - [select for diffs]
Modified Wed Oct 24 15:04:18 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 540 , to selected 3875
simplify things greatly

Revision 540 - Directory Listing - [select for diffs]
Modified Sat Oct 20 21:50:56 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 539 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'ads_2000_10_20'.
Revision 539 - Directory Listing - [select for diffs]
Modified Sat Oct 20 21:50:55 2001 UTC (23 years, 5 months ago) by (unknown author)
Diff to previous 538 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'ads_2000_10_20'.
Revision 538 - Directory Listing - [select for diffs]
Modified Sat Oct 20 21:50:54 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 537 , to selected 3875
Put ads into FreshPorts

Revision 537 - Directory Listing - [select for diffs]
Modified Sat Oct 20 21:36:51 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 536 , to selected 3875
Not sure we need this any more

Revision 536 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:57:57 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 535 , to selected 3875
tidy that heads up up.

Revision 535 - Directory Listing - [select for diffs]
Modified Thu Oct 11 20:54:16 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 534 , to selected 3875
thanks for the disk

Revision 534 - Directory Listing - [select for diffs]
Modified Thu Oct 11 04:54:39 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 533 , to selected 3875
Ask for a disk

Revision 533 - Directory Listing - [select for diffs]
Modified Wed Oct 10 21:00:06 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 532 , to selected 3875
fix small fonts

Revision 532 - Directory Listing - [select for diffs]
Modified Wed Oct 10 15:28:28 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 531 , to selected 3875
backups are handled by another user now

Revision 531 - Directory Listing - [select for diffs]
Modified Wed Oct 10 14:35:50 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 530 , to selected 3875
try $HOME instead of /usr/local/etc/freshports

Revision 530 - Directory Listing - [select for diffs]
Modified Wed Oct 10 03:27:04 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 529 , to selected 3875
Add the HEADS UP to the website and newsfeed

Revision 529 - Directory Listing - [select for diffs]
Modified Wed Oct 10 02:20:29 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 528 , to selected 3875
deactivate this page as it might be causing swap shortages

Revision 528 - Directory Listing - [select for diffs]
Modified Tue Oct 9 20:41:54 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 527 , to selected 3875
how about we fix the right code here.

Revision 527 - Directory Listing - [select for diffs]
Modified Tue Oct 9 20:40:57 2001 UTC (23 years, 5 months ago) by dan
Diff to previous 526 , to selected 3875
FreshPorts not freshports

Revision 526 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:23:21 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 525 , to selected 3875
better the grammar

Revision 525 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:21:49 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 524 , to selected 3875
instead of port/category, try category/port

Revision 524 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:20:32 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 523 , to selected 3875
fix path to lastupdate.

Revision 523 - Directory Listing - [select for diffs]
Modified Mon Oct 8 23:20:14 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 522 , to selected 3875
provide details on each port to be refreshed

Revision 522 - Directory Listing - [select for diffs]
Modified Mon Oct 8 18:59:01 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 521 , to selected 3875
fix typo

Revision 521 - Directory Listing - [select for diffs]
Modified Mon Oct 8 18:39:56 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 520 , to selected 3875
update path

Revision 520 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:56:17 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 519 , to selected 3875
change path to fonts

Revision 519 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:56:11 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 518 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 518 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:56:10 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 517 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts1'.
Revision 517 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:56:09 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 516 , to selected 3875
add fonts

Revision 516 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:53:37 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 515 , to selected 3875
change path to fonts

Revision 515 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:50:20 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 514 , to selected 3875
change file extension

Revision 514 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:49:37 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 513 , to selected 3875
change include paths

Revision 513 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:48:52 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 512 , to selected 3875
first commit

Revision 512 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:27:32 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 511 , to selected 3875
fix typo in last commit

Revision 511 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:26:54 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 510 , to selected 3875
fix path

Revision 510 - Directory Listing - [select for diffs]
Modified Mon Oct 8 02:17:03 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 509 , to selected 3875
broken graphics

Revision 509 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:56:04 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 508 , to selected 3875
Put the database connect into freshports_database.pm and use
freshports_database.pm.sample as the example.

Revision 508 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:26:25 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 507 , to selected 3875
correct path to log file

Revision 507 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:26:11 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 506 , to selected 3875
add the chgrp

Revision 506 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:23:39 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 505 , to selected 3875
use the logs directory

Revision 505 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:23:31 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 504 , to selected 3875
add details for logs directory

Revision 504 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:14:22 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 503 , to selected 3875
update

Revision 503 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:09:18 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 502 , to selected 3875
get the path right

Revision 502 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:07:55 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 501 , to selected 3875
get the directory correct

Revision 501 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:04:56 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 500 , to selected 3875
updates

Revision 500 - Directory Listing - [select for diffs]
Modified Sun Oct 7 15:04:19 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 499 , to selected 3875
tidy up

Revision 499 - Directory Listing - [select for diffs]
Modified Sun Oct 7 13:53:04 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 498 , to selected 3875
move crontab to scripts
more aliases

Revision 498 - Directory Listing - [select for diffs]
Modified Sun Oct 7 13:52:26 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 497 , to selected 3875
fix up crontabs

Revision 497 - Directory Listing - [select for diffs]
Modified Sun Oct 7 13:45:36 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 496 , to selected 3875
first commit

Revision 496 - Directory Listing - [select for diffs]
Modified Sun Oct 7 04:02:12 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 495 , to selected 3875
put copyright into smaller font

Revision 495 - Directory Listing - [select for diffs]
Modified Sun Oct 7 03:49:00 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 494 , to selected 3875
Talk about new webserver

Revision 494 - Directory Listing - [select for diffs]
Modified Sat Oct 6 15:08:38 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 493 , to selected 3875
welcome to the new box

Revision 493 - Directory Listing - [select for diffs]
Modified Fri Oct 5 03:15:07 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 492 , to selected 3875
Send out individualized messages for the ports changes.

Revision 492 - Directory Listing - [select for diffs]
Modified Thu Oct 4 04:17:09 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 491 , to selected 3875
more stuff to set up

Revision 491 - Directory Listing - [select for diffs]
Modified Thu Oct 4 01:04:42 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 490 , to selected 3875
first commit

Revision 490 - Directory Listing - [select for diffs]
Modified Thu Oct 4 01:04:29 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 489 , to selected 3875
added the stuff

Revision 489 - Directory Listing - [select for diffs]
Modified Thu Oct 4 01:02:13 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 488 , to selected 3875
pick a better password

Revision 488 - Directory Listing - [select for diffs]
Modified Wed Oct 3 23:17:02 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 487 , to selected 3875
First instructions for setting up incoming mail for FreshPorts

Revision 487 - Directory Listing - [select for diffs]
Modified Wed Oct 3 19:45:17 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 486 , to selected 3875
remove _private

Revision 486 - Directory Listing - [select for diffs]
Modified Wed Oct 3 19:42:18 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 485 , to selected 3875
add note about new box and old website

Revision 485 - Directory Listing - [select for diffs]
Modified Wed Oct 3 12:10:04 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 484 , to selected 3875
remove file, commit new one.

Revision 484 - Directory Listing - [select for diffs]
Modified Wed Oct 3 02:20:11 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 483 , to selected 3875
turn off the survey

Revision 483 - Directory Listing - [select for diffs]
Modified Wed Oct 3 02:20:04 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 482 , to selected 3875
*** empty log message ***

Revision 482 - Directory Listing - [select for diffs]
Modified Wed Oct 3 02:16:17 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 481 , to selected 3875
remove link to survey but don't use cach files.

Revision 481 - Directory Listing - [select for diffs]
Modified Wed Oct 3 01:56:44 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 480 , to selected 3875
don't mention the phorum

Revision 480 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:53:22 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 479 , to selected 3875
Slight adjustments to improve looks

Revision 479 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:51:52 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 478 , to selected 3875
first commit

Revision 478 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:41:28 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 477 , to selected 3875
revive dead files

Revision 477 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:40:35 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 476 , to selected 3875
revive dead file

Revision 476 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:39:58 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 475 , to selected 3875
revive dead files.

Revision 475 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:38:51 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 474 , to selected 3875
updates

Revision 474 - Directory Listing - [select for diffs]
Modified Tue Oct 2 23:14:55 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 473 , to selected 3875
move these out of the www tree

Revision 473 - Directory Listing - [select for diffs]
Modified Tue Oct 2 22:56:17 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 472 , to selected 3875
database permissions

Revision 472 - Directory Listing - [select for diffs]
Modified Tue Oct 2 20:52:03 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 471 , to selected 3875
Add some cache busting code to the fetch.

Revision 471 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:51:57 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 470 , to selected 3875
Show Powered by graphics only on the about page

Revision 470 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:49:42 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 469 , to selected 3875
put the headers back in

Revision 469 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:46:25 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 468 , to selected 3875
Make sure we go to the Right Place if we log out

Revision 468 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:36:02 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 467 , to selected 3875
make sure the right screens see the right data.

Revision 467 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:14:12 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 466 , to selected 3875
fix the display of information

Revision 466 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:12:51 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 465 , to selected 3875
fix a problem with links not being disabled when they should be

Revision 465 - Directory Listing - [select for diffs]
Modified Tue Oct 2 17:12:15 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 464 , to selected 3875
show the right stuff when you need to

Revision 464 - Directory Listing - [select for diffs]
Modified Mon Oct 1 22:37:46 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 463 , to selected 3875
fix syntax error

Revision 463 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:30:11 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 462 , to selected 3875
Don't create a pkg directory in fetch-cvs-file.sh.
Let's do it where werun the make -V.  then we'll remove it.
this catches the pre-everything bug.

Revision 462 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:29:41 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 461 , to selected 3875
Don't create a pkg directory here.  Let's do it where we
run the make -V.  then we'll remove it.
this catches the pre-everything bug.

Revision 461 - Directory Listing - [select for diffs]
Modified Mon Oct 1 21:02:08 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 460 , to selected 3875
Don't chown any more

Revision 460 - Directory Listing - [select for diffs]
Modified Mon Oct 1 20:42:44 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 459 , to selected 3875
change path.  This should really become a local configuration item

Revision 459 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:18:23 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 458 , to selected 3875
fix dir path

Revision 458 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:15:50 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 457 , to selected 3875
change paths

Revision 457 - Directory Listing - [select for diffs]
Modified Sun Sep 30 22:12:59 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 456 , to selected 3875
change path

Revision 456 - Directory Listing - [select for diffs]
Modified Sun Sep 30 21:07:44 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 455 , to selected 3875
Update locations

Revision 455 - Directory Listing - [select for diffs]
Modified Sun Sep 30 21:07:16 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 454 , to selected 3875
change locations

Revision 454 - Directory Listing - [select for diffs]
Modified Sun Sep 30 20:47:57 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 453 , to selected 3875
use htmlspecialchars on certain fields.

Revision 453 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:39:31 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 452 , to selected 3875
first commit

Revision 452 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:35:35 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 451 , to selected 3875
fresh updates from the website

Revision 451 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:33:52 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 450 , to selected 3875
first commit

Revision 450 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:25:18 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 449 , to selected 3875
first commits

Revision 449 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:24:52 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 448 , to selected 3875
update the scripts with the latest from the website

Revision 448 - Directory Listing - [select for diffs]
Modified Fri Sep 28 02:02:44 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 447 , to selected 3875
rename this file

Revision 447 - Directory Listing - [select for diffs]
Modified Fri Sep 28 01:44:39 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 446 , to selected 3875
rename this file

Revision 446 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:55:01 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 445 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'r2001-09-27'.
Revision 445 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:55:00 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 444 , to selected 3875
oops.  forgot these!

Revision 444 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:55:00 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 443 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 443 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:27 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 442 , to selected 3875
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Revision 442 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:26 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 441 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 441 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:25 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 440 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Revision 440 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:24 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 439 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 439 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:23 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 438 , to selected 3875
first commit

Revision 438 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:25:23 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 437 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 437 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:05:52 2001 UTC (23 years, 6 months ago) by (unknown author)
Diff to previous 436 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'r2001-09-27'.
Revision 436 - Directory Listing - [select for diffs]
Modified Fri Sep 28 00:05:51 2001 UTC (23 years, 6 months ago) by dan
Diff to previous 435 , to selected 3875
Ready to deploy.  I think.

Revision 435 - Directory Listing - [select for diffs]
Modified Mon Jun 25 19:29:52 2001 UTC (23 years, 9 months ago) by dan
Diff to previous 434 , to selected 3875
Change the URL to the ftp site and remove .tar

Revision 434 - Directory Listing - [select for diffs]
Modified Sun Jun 17 03:53:39 2001 UTC (23 years, 9 months ago) by dan
Diff to previous 433 , to selected 3875
another item to do: make a link to list broken and forbidden ports.

Revision 433 - Directory Listing - [select for diffs]
Modified Wed Jun 6 15:07:44 2001 UTC (23 years, 10 months ago) by dan
Diff to previous 432 , to selected 3875
add GetPort

Revision 432 - Directory Listing - [select for diffs]
Modified Wed Jun 6 15:07:30 2001 UTC (23 years, 10 months ago) by dan
Diff to previous 431 , to selected 3875
change a restrict to a cascade.

Revision 431 - Directory Listing - [select for diffs]
Modified Sat Mar 31 08:34:14 2001 UTC (24 years ago) by jcampbell
Diff to previous 430 , to selected 3875
Moving these files to a src directory within the port.

Revision 430 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:42:14 2001 UTC (24 years ago) by dan
Diff to previous 429 , to selected 3875
First commit

Revision 429 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:37:21 2001 UTC (24 years ago) by dan
Diff to previous 428 , to selected 3875
first commit

Revision 428 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:13:09 2001 UTC (24 years ago) by dan
Diff to previous 427 , to selected 3875
first commit

Revision 427 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:12:37 2001 UTC (24 years ago) by dan
Diff to previous 426 , to selected 3875
first commmit

Revision 426 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:10:20 2001 UTC (24 years ago) by dan
Diff to previous 425 , to selected 3875
First commit

Revision 425 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:04:56 2001 UTC (24 years ago) by dan
Diff to previous 424 , to selected 3875
give the form a name so we can set focus to it.

Revision 424 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:04:31 2001 UTC (24 years ago) by dan
Diff to previous 423 , to selected 3875
slightly change welcome message

Revision 423 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:04:11 2001 UTC (24 years ago) by dan
Diff to previous 422 , to selected 3875
use freshports_PortDetails

Revision 422 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:03:45 2001 UTC (24 years ago) by dan
Diff to previous 421 , to selected 3875
- When logging in, make sure we come back to where we
  were by using rawurldecode.

- Set the focus to the first edit field when asking
  the user for data entry.

Revision 421 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:01:02 2001 UTC (24 years ago) by dan
Diff to previous 420 , to selected 3875
put a <br> \n at the end of a debugging line

Revision 420 - Directory Listing - [select for diffs]
Modified Tue Mar 27 01:00:12 2001 UTC (24 years ago) by dan
Diff to previous 419 , to selected 3875
List 100 ports at a time, instead of only 50.
Create new function freshports_PortDetails to print details of a port.

Revision 419 - Directory Listing - [select for diffs]
Modified Mon Mar 26 07:00:55 2001 UTC (24 years ago) by dan
Diff to previous 418 , to selected 3875
First commit

Revision 418 - Directory Listing - [select for diffs]
Modified Mon Mar 26 06:59:36 2001 UTC (24 years ago) by dan
Diff to previous 417 , to selected 3875
first commit

Revision 417 - Directory Listing - [select for diffs]
Modified Mon Mar 26 06:49:22 2001 UTC (24 years ago) by dan
Diff to previous 416 , to selected 3875
First commit

Revision 416 - Directory Listing - [select for diffs]
Modified Sun Mar 25 22:08:04 2001 UTC (24 years ago) by dan
Diff to previous 415 , to selected 3875
Add Harold's and John's name to the tasks they are doing.

Revision 415 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:36:57 2001 UTC (24 years ago) by dan
Diff to previous 414 , to selected 3875
Add some headers

Revision 414 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:16:12 2001 UTC (24 years ago) by (unknown author)
Diff to previous 413 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'Release-2001_03_23'.
Revision 413 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:16:11 2001 UTC (24 years ago) by dan
Diff to previous 412 , to selected 3875
deactivate this page for now.

Revision 412 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:15:36 2001 UTC (24 years ago) by dan
Diff to previous 411 , to selected 3875
deactivate this page for now

Revision 411 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:15:07 2001 UTC (24 years ago) by dan
Diff to previous 410 , to selected 3875
show them where to get info about the ports tree

Revision 410 - Directory Listing - [select for diffs]
Modified Fri Mar 23 04:14:43 2001 UTC (24 years ago) by dan
Diff to previous 409 , to selected 3875
remove the voting options..

Revision 409 - Directory Listing - [select for diffs]
Modified Mon Mar 19 07:43:20 2001 UTC (24 years ago) by dan
Diff to previous 408 , to selected 3875
add a bit more to the orphaned elements task.  This is really something which
we could do in log_accum.pl on freefall... if they'll let us do it.

Revision 408 - Directory Listing - [select for diffs]
Modified Mon Mar 19 07:40:59 2001 UTC (24 years ago) by dan
Diff to previous 407 , to selected 3875
Call htmlspecialchars in a few special places.

Revision 407 - Directory Listing - [select for diffs]
Modified Mon Mar 19 07:40:32 2001 UTC (24 years ago) by dan
Diff to previous 406 , to selected 3875
Add some background colour and a link to the TO DO page...

Revision 406 - Directory Listing - [select for diffs]
Modified Mon Mar 19 07:40:06 2001 UTC (24 years ago) by dan
Diff to previous 405 , to selected 3875
a new gif

Revision 405 - Directory Listing - [select for diffs]
Modified Mon Mar 19 07:39:47 2001 UTC (24 years ago) by dan
Diff to previous 404 , to selected 3875
we don't want robots here.

Revision 404 - Directory Listing - [select for diffs]
Modified Mon Mar 12 09:17:25 2001 UTC (24 years ago) by haroldp
Diff to previous 403 , to selected 3875
Adding redirect script to allow rewriting of port requests like /www/apache13.
Still pretty rough right now.

Revision 403 - Directory Listing - [select for diffs]
Modified Mon Mar 12 06:18:12 2001 UTC (24 years ago) by dan
Diff to previous 402 , to selected 3875
A place to record who created what.

Revision 402 - Directory Listing - [select for diffs]
Modified Sun Mar 11 01:37:27 2001 UTC (24 years ago) by dan
Diff to previous 401 , to selected 3875
add more comments and debugging.  comment out all debugging.

Revision 401 - Directory Listing - [select for diffs]
Modified Sun Mar 11 01:27:24 2001 UTC (24 years ago) by dan
Diff to previous 400 , to selected 3875
Don't let an object be a parent of itself.

Revision 400 - Directory Listing - [select for diffs]
Modified Sun Mar 11 01:27:03 2001 UTC (24 years ago) by dan
Diff to previous 399 , to selected 3875
Make sure default value for status is specified.

Revision 399 - Directory Listing - [select for diffs]
Modified Sat Mar 10 23:59:32 2001 UTC (24 years ago) by dan
Diff to previous 398 , to selected 3875
I think we should be using this instead of the other.pd* files

Revision 398 - Directory Listing - [select for diffs]
Modified Sat Mar 10 23:55:02 2001 UTC (24 years ago) by dan
Diff to previous 397 , to selected 3875
fix up some typos
add/remove some drops to avoid error messages.

Revision 397 - Directory Listing - [select for diffs]
Modified Sat Mar 10 23:28:43 2001 UTC (24 years ago) by dan
Diff to previous 396 , to selected 3875
Remove uneeded sequences.
Remove asc from index creation.
Remove foreign key names from foreign key creation.

Revision 396 - Directory Listing - [select for diffs]
Modified Sat Mar 10 23:10:13 2001 UTC (24 years ago) by dan
Diff to previous 395 , to selected 3875
first commit - use this code to create a FreshPorts2 database.

Revision 395 - Directory Listing - [select for diffs]
Modified Sat Mar 10 22:20:10 2001 UTC (24 years ago) by haroldp
Diff to previous 394 , to selected 3875
Adding summary of freshports survey results

Revision 394 - Directory Listing - [select for diffs]
Modified Sat Mar 10 10:27:34 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 393 , to selected 3875
Add the orphans created by ports commits not having ports in front of the path.

Revision 393 - Directory Listing - [select for diffs]
Modified Sat Mar 10 09:47:11 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 392 , to selected 3875
Latest files for uploading output of pkg_info.  Added support for pre-deleting
ports if "-c" option is given.  Improved debug (-d) support.

Revision 392 - Directory Listing - [select for diffs]
Modified Sat Mar 10 09:43:14 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 391 , to selected 3875
Latest commit of the port.  Bump version and checksum.

Revision 391 - Directory Listing - [select for diffs]
Modified Sat Mar 10 03:01:49 2001 UTC (24 years, 1 month ago) by haroldp
Diff to previous 390 , to selected 3875
adding cvs.html: fp2 CVS instructions

Revision 390 - Directory Listing - [select for diffs]
Modified Fri Mar 9 07:39:41 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 389 , to selected 3875
latest checksum for the port

Revision 389 - Directory Listing - [select for diffs]
Modified Fri Mar 9 07:34:02 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 388 , to selected 3875
0.2a version of port to upload output of pkg_info to freshports and
register the listed ports

Revision 388 - Directory Listing - [select for diffs]
Modified Fri Mar 9 06:56:53 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 387 , to selected 3875
Files to process an uploaded file that contains the output of a pkg_info
command.

Revision 387 - Directory Listing - [select for diffs]
Modified Tue Mar 6 05:00:58 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 386 , to selected 3875
makefile to craate ports' .tar files and whatever else we may want

Revision 386 - Directory Listing - [select for diffs]
Modified Tue Mar 6 02:19:54 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 385 , to selected 3875
IsLoginValid added.

Revision 385 - Directory Listing - [select for diffs]
Modified Mon Mar 5 09:06:49 2001 UTC (24 years, 1 month ago) by (unknown author)
Diff to previous 384 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'dummy'.
Revision 384 - Directory Listing - [select for diffs]
Modified Mon Mar 5 09:06:48 2001 UTC (24 years, 1 month ago) by jcampbell
Diff to previous 383 , to selected 3875
Import of Freshports port

Revision 383 - Directory Listing - [select for diffs]
Modified Fri Mar 2 09:13:44 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 382 , to selected 3875
add WatchListAdd, a function for adding an element to a user's main watch list.

Revision 382 - Directory Listing - [select for diffs]
Modified Tue Feb 27 09:31:51 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 381 , to selected 3875
Show the date the port was deleted.  Limit the number of ports shown
to something reasonable.

Revision 381 - Directory Listing - [select for diffs]
Modified Mon Feb 26 07:06:04 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 380 , to selected 3875
Added message to say stats are just since FreshPorts started and
that they are updated daily.

Revision 380 - Directory Listing - [select for diffs]
Modified Mon Feb 26 05:48:29 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 379 , to selected 3875
Another todo item: automagically remove people if their email starts to bounce.

Revision 379 - Directory Listing - [select for diffs]
Modified Sun Feb 25 21:52:35 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 378 , to selected 3875
add a htmlspecialchars for those pesky things committers include in
log messages.

Revision 378 - Directory Listing - [select for diffs]
Modified Sun Feb 25 05:32:21 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 377 , to selected 3875
Add the "verify the website against the mailing list" script which I've been
thinking about for months.

Revision 377 - Directory Listing - [select for diffs]
Modified Thu Feb 22 10:13:41 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 376 , to selected 3875
Send the userid and password, not just the password.

Revision 376 - Directory Listing - [select for diffs]
Modified Wed Feb 21 21:24:40 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 375 , to selected 3875
remove extra fetch which was stopping passwords from being mailed out.

reported by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>

Revision 375 - Directory Listing - [select for diffs]
Modified Wed Feb 21 20:47:43 2001 UTC (24 years, 1 month ago) by (unknown author)
Diff to previous 374 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'r2001-09-27'.
Revision 374 - Directory Listing - [select for diffs]
Modified Wed Feb 21 20:47:42 2001 UTC (24 years, 1 month ago) by (unknown author)
Diff to previous 373 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'ads_2000_10_20'.
Revision 373 - Directory Listing - [select for diffs]
Modified Wed Feb 21 20:47:41 2001 UTC (24 years, 1 month ago) by (unknown author)
Diff to previous 372 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'Release-2001_03_23'.
Revision 372 - Directory Listing - [select for diffs]
Modified Wed Feb 21 20:47:40 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 371 , to selected 3875
Change ports.committer to change_log.committer where it is actually used.
Remove it where it it not actually used.

Reported by Michael Haro <mharo@FreeBSD.org>

Revision 371 - Directory Listing - [select for diffs]
Modified Wed Feb 21 11:14:19 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 370 , to selected 3875
Initial commit of things to do.

Revision 370 - Directory Listing - [select for diffs]
Modified Mon Feb 19 10:14:51 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 369 , to selected 3875
Upgrade to fwatch 1.1 courtesy of Volker

Revision 369 - Directory Listing - [select for diffs]
Modified Sat Feb 17 01:14:11 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 368 , to selected 3875
Adding triggers to set an element as deleted if a new commit_log_element
arrives with change_type = 'R'.

Revision 368 - Directory Listing - [select for diffs]
Modified Fri Feb 16 12:37:19 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 367 , to selected 3875
Remember to add parents as we trace through the tree to add a new
element.

Revision 367 - Directory Listing - [select for diffs]
Modified Thu Feb 15 09:44:08 2001 UTC (24 years, 1 month ago) by dan
Diff to previous 366 , to selected 3875
Change mysql.org to mysql.com

Revision 366 - Directory Listing - [select for diffs]
Modified Wed Jan 31 18:08:08 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 365 , to selected 3875
Add an announcement type feature.

Revision 365 - Directory Listing - [select for diffs]
Modified Sun Jan 28 20:05:44 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 364 , to selected 3875
add functions for system_version_element

Revision 364 - Directory Listing - [select for diffs]
Modified Sun Jan 28 02:32:14 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 363 , to selected 3875
just a commit

Revision 363 - Directory Listing - [select for diffs]
Modified Sun Jan 28 02:31:01 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 362 , to selected 3875
The final bit of code to reflect the latest database changes.
element_revsion is just two fields.
system_version_element is just three fields.

Revision 362 - Directory Listing - [select for diffs]
Modified Sat Jan 27 20:00:29 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 361 , to selected 3875
add 2001 to copyright

Revision 361 - Directory Listing - [select for diffs]
Modified Sat Jan 27 19:59:44 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 360 , to selected 3875
add some breaks; to switch statements.

Revision 360 - Directory Listing - [select for diffs]
Modified Sat Jan 27 06:14:12 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 359 , to selected 3875
make sure that those special HTML characters in the log messages
are properly escaped.

Revision 359 - Directory Listing - [select for diffs]
Modified Fri Jan 26 10:25:18 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 358 , to selected 3875
Just the latest.

Revision 358 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:40:32 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 357 , to selected 3875
test

Revision 357 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:39:13 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 356 , to selected 3875
test

Revision 356 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:37:43 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 355 , to selected 3875
test

Revision 355 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:37:20 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 354 , to selected 3875
tset

Revision 354 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:36:07 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 353 , to selected 3875
test

Revision 353 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:35:24 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 352 , to selected 3875
test

Revision 352 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:23:18 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 351 , to selected 3875
test

Revision 351 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:23:17 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 350 , to selected 3875
test

Revision 350 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:22:52 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 349 , to selected 3875
test

Revision 349 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:18:14 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 348 , to selected 3875
test

Revision 348 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:17:15 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 347 , to selected 3875
test

Revision 347 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:14:15 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 346 , to selected 3875
test

Revision 346 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:09:20 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 345 , to selected 3875
test

Revision 345 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:07:28 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 344 , to selected 3875
test

Revision 344 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:06:00 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 343 , to selected 3875
test

Revision 343 - Directory Listing - [select for diffs]
Modified Fri Jan 12 22:03:33 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 342 , to selected 3875
test

Revision 342 - Directory Listing - [select for diffs]
Modified Fri Jan 12 21:48:30 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 341 , to selected 3875
removing file used for testing

Revision 341 - Directory Listing - [select for diffs]
Modified Fri Jan 12 21:43:39 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 340 , to selected 3875
more testing

Revision 340 - Directory Listing - [select for diffs]
Modified Fri Jan 12 21:42:56 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 339 , to selected 3875
more testing

Revision 339 - Directory Listing - [select for diffs]
Modified Fri Jan 12 21:41:27 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 338 , to selected 3875
Please delete this file

Revision 338 - Directory Listing - [select for diffs]
Modified Fri Jan 12 12:19:37 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 337 , to selected 3875
Add a timeline.

Revision 337 - Directory Listing - [select for diffs]
Modified Fri Jan 12 12:12:45 2001 UTC (24 years, 2 months ago) by (unknown author)
Diff to previous 336 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'www1-0'.
Revision 336 - Directory Listing - [select for diffs]
Modified Fri Jan 12 12:12:44 2001 UTC (24 years, 2 months ago) by dan
Diff to previous 335 , to selected 3875
Importing development website

Revision 335 - Directory Listing - [select for diffs]
Modified Fri Jan 12 12:12:44 2001 UTC (24 years, 2 months ago) by (unknown author)
Diff to previous 334 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 334 - Directory Listing - [select for diffs]
Modified Sat Jan 6 23:37:16 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 333 , to selected 3875
ConvertUsers now translates watch notice codes to watch notice ids.

Revision 333 - Directory Listing - [select for diffs]
Modified Sat Jan 6 06:08:34 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 332 , to selected 3875
more changes.

Revision 332 - Directory Listing - [select for diffs]
Modified Sat Jan 6 06:08:15 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 331 , to selected 3875
It works.

Revision 331 - Directory Listing - [select for diffs]
Modified Sat Jan 6 02:52:20 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 330 , to selected 3875
First commit

Revision 330 - Directory Listing - [select for diffs]
Modified Sat Jan 6 01:21:45 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 329 , to selected 3875
Works correctly now.

Revision 329 - Directory Listing - [select for diffs]
Modified Sat Jan 6 00:48:32 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 328 , to selected 3875
Now adds watch lists.

Revision 328 - Directory Listing - [select for diffs]
Modified Fri Jan 5 22:15:06 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 327 , to selected 3875
Script to copy Users from FreshPorts to FreshPorts2.

Revision 327 - Directory Listing - [select for diffs]
Modified Thu Jan 4 22:35:56 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 326 , to selected 3875
*** empty log message ***

Revision 326 - Directory Listing - [select for diffs]
Modified Thu Jan 4 20:25:09 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 325 , to selected 3875
Initial import.

Revision 325 - Directory Listing - [select for diffs]
Modified Thu Jan 4 20:23:06 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 324 , to selected 3875
*** empty log message ***

Revision 324 - Directory Listing - [select for diffs]
Modified Thu Jan 4 20:19:18 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 323 , to selected 3875
*** empty log message ***

Revision 323 - Directory Listing - [select for diffs]
Modified Thu Jan 4 20:05:20 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 322 , to selected 3875
*** empty log message ***

Revision 322 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:13 2001 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 321 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'head'.
Revision 321 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:12 2001 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 320 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'head'.
Revision 320 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:11 2001 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 319 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'head'.
Revision 319 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:10 2001 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 318 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'head'.
Revision 318 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:09 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 317 , to selected 3875
Create the FreshPorts2 project

Revision 317 - Directory Listing - [select for diffs]
Modified Thu Jan 4 19:41:09 2001 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 316 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 316 - Directory Listing - [select for diffs]
Modified Thu Jan 4 17:50:59 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 315 , to selected 3875
adding sample messages

Revision 315 - Directory Listing - [select for diffs]
Modified Thu Jan 4 17:50:27 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 314 , to selected 3875
new version.

Revision 314 - Directory Listing - [select for diffs]
Modified Thu Jan 4 17:47:11 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 313 , to selected 3875
revision 2

Revision 313 - Directory Listing - [select for diffs]
Modified Thu Jan 4 17:46:48 2001 UTC (24 years, 3 months ago) by dan
Diff to previous 312 , to selected 3875
*** empty log message ***

Revision 312 - Directory Listing - [select for diffs]
Modified Sun Dec 31 10:49:29 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 311 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release1_1'.
Revision 311 - Directory Listing - [select for diffs]
Modified Sun Dec 31 10:49:28 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 310 , to selected 3875
Removed <body > which was in _private/header.inc
Commit ports-not-in-latest-index.php3 for first time.
Modified Files:
	about.php3 authors.php3 bouncing.php3 categories.php3
	category.php3 change_log.php3 change_log_details.php3
	change_log_port.php3 changes.php3 convert_change_log.php3
	customize.php3 files.php3 forgotten-password.php3 index.php3
	inthenews.php3 legal.php3 login.php3 new-user.php3
	port-description.php3 port-watch.php3 ports-deleted.php3
	ports-new.php3 ports.php3 privacy.php3 search.php3 stats.php3
	thanks.php3 watch-categories.php3 watch.php3 welcome.php3
	whatnext.php3
Added Files:
	ports-not-in-latest-index.php3

Revision 310 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:33:16 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 309 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release1_1'.
Revision 309 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:33:15 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 308 , to selected 3875
2nd edition of DTD and XML example.

Revision 308 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:31:51 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 307 , to selected 3875
First commit of docs directory

Revision 307 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:31:51 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 306 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 306 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:23:51 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 305 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release1_1'.
Revision 305 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:23:50 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 304 , to selected 3875
*** empty log message ***

Revision 304 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:05:41 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 303 , to selected 3875
Fonts are now in another location

Revision 303 - Directory Listing - [select for diffs]
Modified Sat Dec 30 22:04:49 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 302 , to selected 3875
Upgrade to latest phorum

Revision 302 - Directory Listing - [select for diffs]
Modified Sat Dec 30 21:57:07 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 301 , to selected 3875
add link to stats page

Revision 301 - Directory Listing - [select for diffs]
Modified Sat Dec 30 21:54:44 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 300 , to selected 3875
added an include for an announcement.

Revision 300 - Directory Listing - [select for diffs]
Modified Sat Dec 30 20:33:29 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 299 , to selected 3875
First commit

Revision 299 - Directory Listing - [select for diffs]
Modified Sat Dec 30 20:25:35 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 298 , to selected 3875
First commit

Revision 298 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:41:16 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 297 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release1_1'.
Revision 297 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:41:15 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 296 , to selected 3875
add a USE statement.

Revision 296 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:40:50 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 295 , to selected 3875
Fix a spelling mistake.

Revision 295 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:40:11 2000 UTC (24 years, 3 months ago) by (unknown author)
Diff to previous 294 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release1_1'.
Revision 294 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:40:10 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 293 , to selected 3875
use a LIB command.

Revision 293 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:39:44 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 292 , to selected 3875
Get this committed.

Revision 292 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:37:59 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 291 , to selected 3875
Added logs of time stamp printing so I could see where things took up time.

Revision 291 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:35:50 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 290 , to selected 3875
CreateDailySummary mods to increase db performance

Revision 290 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:29:45 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 289 , to selected 3875
use the correct file names when describing pkg-descr

Revision 289 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:29:06 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 288 , to selected 3875
Change number of commits shown to 100.

Revision 288 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:25:44 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 287 , to selected 3875
Add help with dbi->quote.  Fix news query to take less CPU.  Restrict robots.

Revision 287 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:23:27 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 286 , to selected 3875
Various changes to allow admin to work.

Revision 286 - Directory Listing - [select for diffs]
Modified Mon Dec 11 00:20:50 2000 UTC (24 years, 3 months ago) by dan
Diff to previous 285 , to selected 3875
For deleting change_logs

Revision 285 - Directory Listing - [select for diffs]
Modified Fri Dec 8 01:03:44 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 284 , to selected 3875
*** empty log message ***

Revision 284 - Directory Listing - [select for diffs]
Modified Thu Dec 7 00:19:56 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 283 , to selected 3875
Cater for no incoming parameters

Revision 283 - Directory Listing - [select for diffs]
Modified Sun Dec 3 05:10:06 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 282 , to selected 3875
*** empty log message ***

Revision 282 - Directory Listing - [select for diffs]
Modified Wed Nov 29 10:42:35 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 281 , to selected 3875
Remove long description search
Modified Files:
	search.php3

Revision 281 - Directory Listing - [select for diffs]
Modified Wed Nov 15 06:50:18 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 280 , to selected 3875
Diff applied against port-description.php3 to allow commits to be deleted.
Added Files:
	deleting_commits.txt

Revision 280 - Directory Listing - [select for diffs]
Modified Tue Nov 14 08:38:16 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 279 , to selected 3875
Remove the BSDCon banner ad
Modified Files:
	header.inc

Revision 279 - Directory Listing - [select for diffs]
Modified Sun Nov 12 09:19:18 2000 UTC (24 years, 4 months ago) by dan
Diff to previous 278 , to selected 3875
Add code to strip timezone from timestamp.  Might be related to new mysql.
 Modified Files:
 	updates.pl

Revision 278 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:13:15 2000 UTC (24 years, 5 months ago) by dan
Diff to previous 277 , to selected 3875
Hmmm, it assumed that a port commit started with cvs commit: ports/
now, it doesn't.  the ports/ bit can be anywhere on the subject: line.
Modified Files:
	log-catcher.awk

Revision 277 - Directory Listing - [select for diffs]
Modified Mon Oct 16 23:11:52 2000 UTC (24 years, 5 months ago) by dan
Diff to previous 276 , to selected 3875
oops! forgot to add the ports changes for pkg-descr etc.
Committing in updates

Modified Files:
	updates.pl

Revision 276 - Directory Listing - [select for diffs]
Modified Mon Oct 9 02:40:48 2000 UTC (24 years, 6 months ago) by dan
Diff to previous 275 , to selected 3875
changed pkg/DESCR to pkg-descr and other changes associated with new ports
layout.
Modified Files:
	ports.pm

Revision 275 - Directory Listing - [select for diffs]
Modified Fri Oct 6 09:00:40 2000 UTC (24 years, 6 months ago) by dan
Diff to previous 274 , to selected 3875
extra checks to ensure directories exist.
Modified Files:
	fetch-cvs-file.sh

Revision 274 - Directory Listing - [select for diffs]
Modified Fri Sep 22 08:14:53 2000 UTC (24 years, 6 months ago) by dan
Diff to previous 273 , to selected 3875
first commit
Added Files:
	fetch-cvs-file.sh

Revision 273 - Directory Listing - [select for diffs]
Modified Wed Sep 20 13:35:48 2000 UTC (24 years, 6 months ago) by dan
Diff to previous 272 , to selected 3875
remove unused code.
change freshports to FreshPorts.
Modified Files:
	news.php3

Revision 272 - Directory Listing - [select for diffs]
Modified Wed Aug 30 09:41:19 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 271 , to selected 3875
change it so it uses fetch?rev=head
Modified Files:
	fetch-cvs-file.sh

Revision 271 - Directory Listing - [select for diffs]
Modified Wed Aug 30 05:43:17 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 270 , to selected 3875
Disallow: /phorum/

Modified Files:
	robots.txt

Revision 270 - Directory Listing - [select for diffs]
Modified Sat Aug 26 09:56:05 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 269 , to selected 3875
ask for help in getting graphics clickable.
Modified Files:
	stats.php3

Revision 269 - Directory Listing - [select for diffs]
Modified Sat Aug 26 09:49:30 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 268 , to selected 3875
moving to stats.php3
Removed Files:
	stats.php

Revision 268 - Directory Listing - [select for diffs]
Modified Sat Aug 26 09:48:44 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 267 , to selected 3875
add stats
Modified Files:
	side-bars.php3

Revision 267 - Directory Listing - [select for diffs]
Modified Sat Aug 26 09:48:29 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 266 , to selected 3875
add stats.
Modified Files:
	stats.php3

Revision 266 - Directory Listing - [select for diffs]
Modified Sat Aug 19 08:30:48 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 265 , to selected 3875
Always convert the id to lower case before creating the cookie.
That's because mysql is case insensitive.
Committing in _private

Modified Files:
	commonlogin.php3

Revision 265 - Directory Listing - [select for diffs]
Modified Sat Aug 19 08:29:43 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 264 , to selected 3875
Add a bit of debugging
Modified Files:
	index.php3

Revision 264 - Directory Listing - [select for diffs]
Modified Sat Aug 19 08:27:31 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 263 , to selected 3875
add a few more debugging lines
Modified Files:
	getvalues.php3

Revision 263 - Directory Listing - [select for diffs]
Modified Sat Aug 19 08:25:57 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 262 , to selected 3875
Don't send stuff out if dont have an email or have been bouncing.
Modified Files:
	forgotten-password.php3

Revision 262 - Directory Listing - [select for diffs]
Modified Sat Aug 19 08:24:58 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 261 , to selected 3875
redirect them to / if they are going back to index.php3
Modified Files:
	bouncing.php3

Revision 261 - Directory Listing - [select for diffs]
Modified Sat Aug 19 06:07:27 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 260 , to selected 3875
Clear out $UserID so the correct menu items are shown in the side-bar.
Modified Files:
	forgotten-password.php3

Revision 260 - Directory Listing - [select for diffs]
Modified Sat Aug 19 05:34:52 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 259 , to selected 3875
Allow the users to recieve their password via email.
Modified Files:
	login.php3
Added Files:
	forgotten-password.php3

Revision 259 - Directory Listing - [select for diffs]
Modified Sun Aug 13 10:29:47 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 258 , to selected 3875
let the owner know if a category is created.
Modified Files:
	updates.pl

Revision 258 - Directory Listing - [select for diffs]
Modified Sun Aug 13 10:28:45 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 257 , to selected 3875
Add a new feature to allow showing of port creation date.
Committing in _private

Modified Files:
	port-basics.inc getvalues.php3

Revision 257 - Directory Listing - [select for diffs]
Modified Sat Aug 12 12:09:30 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 256 , to selected 3875
Pull back the correct information.  When combined with a script
to update the ports.last_change_id field correctly, this page
now shows the correct details.  Sorry about that folks.
Modified Files:
	watch.php3

Revision 256 - Directory Listing - [select for diffs]
Modified Sat Aug 12 09:33:38 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 255 , to selected 3875
new gif
Added Files:
	logs.gif

Revision 255 - Directory Listing - [select for diffs]
Modified Sat Aug 12 09:31:16 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 254 , to selected 3875
new gifs
Added Files:
	broken.gif forbidden.gif

Revision 254 - Directory Listing - [select for diffs]
Modified Wed Aug 9 22:37:03 2000 UTC (24 years, 7 months ago) by dan
Diff to previous 253 , to selected 3875
Modified Files:
	category.php3

Revision 253 - Directory Listing - [select for diffs]
Modified Wed Aug 9 09:40:35 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 252 , to selected 3875
if an error occurs fetching a category, show the error
Modified Files:
	freshports.php3

Revision 252 - Directory Listing - [select for diffs]
Modified Wed Aug 9 09:39:50 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 251 , to selected 3875
do some parameter checking and give the user a nice screen when they
get no data.
Modified Files:
	category.php3 port-description.php3 port-watch.php3

Revision 251 - Directory Listing - [select for diffs]
Modified Mon Aug 7 10:02:20 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 250 , to selected 3875
Added broken and forbidden to the code.
Modified Files:
	port-basics.inc

Revision 250 - Directory Listing - [select for diffs]
Modified Mon Aug 7 10:02:12 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 249 , to selected 3875
Added broken and forbidden to the code.
Modified Files:
	index.php3 category.php3 ports-new.php3 port-description.php3
	search.php3 ports-deleted.php3 watch.php3

Revision 249 - Directory Listing - [select for diffs]
Modified Mon Aug 7 04:09:12 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 248 , to selected 3875
just adding in.
Added Files:
	graph.php image.php index.html phpgraph.php

Revision 248 - Directory Listing - [select for diffs]
Modified Mon Aug 7 04:08:33 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 247 , to selected 3875
New files.
Added Files:
	graphics.php stats.php

Revision 247 - Directory Listing - [select for diffs]
Modified Fri Aug 4 11:11:12 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 246 , to selected 3875
change the logs.gif file to something with better definition
Modified Files:
	files.php3 port-description.php3

Revision 246 - Directory Listing - [select for diffs]
Modified Fri Aug 4 07:20:39 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 245 , to selected 3875
some final touchups.
Modified Files:
 	port-description.php3 files.php3

Revision 245 - Directory Listing - [select for diffs]
Modified Fri Aug 4 05:05:46 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 244 , to selected 3875
put the cat/port values into the title
Modified Files:
	files.php3

Revision 244 - Directory Listing - [select for diffs]
Modified Fri Aug 4 04:35:41 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 243 , to selected 3875
Allow the users to see what files are changed within a port.
Modified Files:
	files.php3 port-description.php3

Revision 243 - Directory Listing - [select for diffs]
Modified Fri Aug 4 04:15:51 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 242 , to selected 3875
initial import

Revision 242 - Directory Listing - [select for diffs]
Modified Fri Aug 4 03:45:52 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 241 , to selected 3875
create a hardcode variable to the cvs repository
Modified Files:
	port-basics.inc freshports.php3

Revision 241 - Directory Listing - [select for diffs]
Modified Thu Aug 3 03:25:06 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 240 , to selected 3875
use the freesoftware.com server to serve up the ads.
Modified Files:
	header.inc

Revision 240 - Directory Listing - [select for diffs]
Modified Thu Aug 3 01:05:06 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 239 , to selected 3875
add in bsdcon banners to the whole site.
Committing in _private
Modified Files:
	header.inc

Revision 239 - Directory Listing - [select for diffs]
Modified Thu Aug 3 01:04:25 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 238 , to selected 3875
white space changes only.
Modified Files:
	legal.php3

Revision 238 - Directory Listing - [select for diffs]
Modified Thu Aug 3 01:03:55 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 237 , to selected 3875
fix some caching bugs related to host name mistakes I made.
Committing in _private

Modified Files:
	commonlogin.php3

Revision 237 - Directory Listing - [select for diffs]
Modified Thu Aug 3 00:11:46 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 236 , to selected 3875
just restrict access to here

Revision 236 - Directory Listing - [select for diffs]
Modified Tue Jul 25 11:24:14 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 235 , to selected 3875
make the new changes
Modified Files:
	changes.php3

Revision 235 - Directory Listing - [select for diffs]
Modified Tue Jul 25 11:07:28 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 234 , to selected 3875
add in the legal notice.

Revision 234 - Directory Listing - [select for diffs]
Modified Tue Jul 25 11:06:22 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 233 , to selected 3875
Add this legal name.

Added Files:
	legal.php3
Modified Files:
	footer.inc

Revision 233 - Directory Listing - [select for diffs]
Modified Tue Jul 25 11:06:12 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 232 , to selected 3875
Add thislegal name.

Added Files:
	legal.php3

Revision 232 - Directory Listing - [select for diffs]
Modified Tue Jul 25 10:54:10 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 231 , to selected 3875
change file to use side-bars
Modified Files:
	welcome.php3

Revision 231 - Directory Listing - [select for diffs]
Modified Tue Jul 25 10:35:17 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 230 , to selected 3875
normal updates
Modified Files:
	changes.php3

Revision 230 - Directory Listing - [select for diffs]
Modified Tue Jul 25 10:22:08 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 229 , to selected 3875
Cater for  ports which are deleted, then reimported.  We have them in the
tree, but they are deleted.  Just set them "status = 'A'" and get on with it.
Modified Files:
	updates.pl

Revision 229 - Directory Listing - [select for diffs]
Modified Mon Jul 24 22:08:28 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 228 , to selected 3875
Don't let people do ugly things to the data input.
use addslashes to stop such things.
Modified Files:
	new-user.php3

Revision 228 - Directory Listing - [select for diffs]
Modified Mon Jul 24 22:07:58 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 227 , to selected 3875
Don't let people do ugly things to the data input.
use addslashes to stop such things.
Modified Files:
	login.php3 search.php3

Revision 227 - Directory Listing - [select for diffs]
Modified Mon Jul 24 22:06:32 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 226 , to selected 3875
recent changes.

Revision 226 - Directory Listing - [select for diffs]
Modified Mon Jul 24 22:06:19 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 225 , to selected 3875
Add jay to the thanks.

Revision 225 - Directory Listing - [select for diffs]
Modified Mon Jul 24 21:14:30 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 224 , to selected 3875
add this file

Added Files:
	.htaccess

Revision 224 - Directory Listing - [select for diffs]
Modified Mon Jul 24 21:13:16 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 223 , to selected 3875
Add this file.
Added Files:
 	.htaccess

Revision 223 - Directory Listing - [select for diffs]
Modified Sun Jul 23 23:54:48 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 222 , to selected 3875
Tell the user that their email is bouncing.

Modified Files:
	side-bars.php3 getvalues.php3

Revision 222 - Directory Listing - [select for diffs]
Modified Sun Jul 23 23:54:34 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 221 , to selected 3875
Tell the user that their email is bouncing.

Modified Files:
	customize.php3
Added Files:
	bouncing.php3

Revision 221 - Directory Listing - [select for diffs]
Modified Thu Jul 20 00:37:27 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 220 , to selected 3875
add GetPortCategory
add category to PortCreate
add GetPortID

Modified Files:
	updates.pl

Revision 220 - Directory Listing - [select for diffs]
Modified Sun Jul 16 07:55:27 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 219 , to selected 3875
fix up broken news.
Modified Files:
	news.php3

Revision 219 - Directory Listing - [select for diffs]
Modified Sun Jul 16 07:54:42 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 218 , to selected 3875
change the code to use change_log, change_port.
Modified Files:
	email.pl

Revision 218 - Directory Listing - [select for diffs]
Modified Tue Jul 11 23:02:07 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 217 , to selected 3875
Add privacy statement to website.
Added Files:
	privacy.php3

Revision 217 - Directory Listing - [select for diffs]
Modified Tue Jul 11 07:26:22 2000 UTC (24 years, 8 months ago) by dan
Diff to previous 216 , to selected 3875
change to use /usr/local/etc/freshports/ports.pm

Modified Files:
	email.pl

Revision 216 - Directory Listing - [select for diffs]
Modified Fri Jul 7 06:38:59 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 215 , to selected 3875
show the latest 100 commits
Modified Files:
	index.php3

Revision 215 - Directory Listing - [select for diffs]
Modified Fri Jul 7 06:38:42 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 214 , to selected 3875
don't do a getvalues.php3 during the submit. it overwrites values.
Modified Files:
 	new-user.php3

Revision 214 - Directory Listing - [select for diffs]
Modified Sun Jul 2 19:23:45 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 213 , to selected 3875
adding this file because if it's not there, and with these permission
settings, news.php3 will fail to create it.
Added Files:
	news.txt

Revision 213 - Directory Listing - [select for diffs]
Modified Sat Jul 1 23:40:07 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 212 , to selected 3875
remove "store more than one commit" as that's already in there now.
Modified Files:
	whatnext.php3

Revision 212 - Directory Listing - [select for diffs]
Modified Sat Jul 1 23:35:36 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 211 , to selected 3875
initial add
Added Files:
 	thanks.php3

Revision 211 - Directory Listing - [select for diffs]
Modified Sat Jul 1 23:32:10 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 210 , to selected 3875
initial add
Added Files:
	whatnext.php3

Revision 210 - Directory Listing - [select for diffs]
Modified Sat Jul 1 23:29:37 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 209 , to selected 3875
inital add
Added Files:
	index.php3 list.php3 phpPollAdmin.php3 phpPollBar.gif
	phpPollCollector.php3 phpPollConfig.php3 phpPollUI.php3
	results.php3 view.php3 vote.php3

Revision 209 - Directory Listing - [select for diffs]
Modified Fri Jun 30 12:13:08 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 208 , to selected 3875
post FreshPost 1.1 install

Committing in _private

Modified Files:
	commonlogin.php3

Revision 208 - Directory Listing - [select for diffs]
Modified Fri Jun 30 12:12:56 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 207 , to selected 3875
post FreshPost 1.1 install

Committing in .

Modified Files:
	convert_change_log.php3 index.php3 permissions.txt
	upgrade.1.txt watch.php3

Revision 207 - Directory Listing - [select for diffs]
Modified Fri Jun 30 07:48:58 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 206 , to selected 3875
first commit
Added Files:
	passwd passwd.group

Revision 206 - Directory Listing - [select for diffs]
Modified Fri Jun 30 07:24:00 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 205 , to selected 3875
new permissions

Revision 205 - Directory Listing - [select for diffs]
Modified Fri Jun 30 07:22:37 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 204 , to selected 3875
new stuff

Revision 204 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:54:22 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 203 , to selected 3875
damn, forgot the db login
Modified Files:
	updates.pl

Revision 203 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:53:33 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 202 , to selected 3875
another path which needs changing.
Modified Files:
	updates.pl

Revision 202 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:51:26 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 201 , to selected 3875
change db and password to values which obviously need changing.
Modified Files:
	updates.pl

Revision 201 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:47:08 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 200 , to selected 3875
add fake paths so we don't updates stuff we shouldn't.
Committing in .

Modified Files:
	log-catcher.awk

Revision 200 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:44:55 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 199 , to selected 3875
final changes before freshports 1.1

Committing in .

Modified Files:
	log-catcher.awk log-catcher.pl

Modified Files:
	updates.pl

Revision 199 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:44:45 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 198 , to selected 3875
final changes before freshports 1.1

Committing in .

Modified Files:
	log-catcher.awk log-catcher.pl

Revision 198 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:13:13 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 197 , to selected 3875
add a stop-gap so we don't change the wrong database.
Modified Files:
 	commonlogin.php3

Revision 197 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:09:53 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 196 , to selected 3875
how to update.

Revision 196 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:01:20 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 195 , to selected 3875
final changes after doing a dry run.

Modified Files:
	commonlogin.php3 getvalues.php3 new-user.inc

Revision 195 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:01:06 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 194 , to selected 3875
final changes after doing a dry run.
Modified Files:
	changes.txt convert_change_log.php3 customize.php3
	permissions.txt port-description.php3

Revision 194 - Directory Listing - [select for diffs]
Modified Wed Jun 28 09:00:07 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 193 , to selected 3875
fixed some of the origin= links.
Committing in _private
Modified Files:
	side-bars.php3

Revision 193 - Directory Listing - [select for diffs]
Modified Sat Jun 24 02:26:24 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 192 , to selected 3875
tables which need creating for version 1
Added Files:
	changes.txt

Revision 192 - Directory Listing - [select for diffs]
Modified Sat Jun 24 02:05:10 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 191 , to selected 3875
rename change_log_details.change_port_id to change_log_port_id
Modified Files:
	updates.pl

Revision 191 - Directory Listing - [select for diffs]
Modified Sat Jun 24 02:02:00 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 190 , to selected 3875
These allow you to check the logs.
Added Files:
	change_log.php3 change_log_details.php3 change_log_port.php3

Revision 190 - Directory Listing - [select for diffs]
Modified Sat Jun 24 02:01:02 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 189 , to selected 3875
rename change_log_details.change_port_id to change_log_port_id
Modified Files:
 	convert_change_log.php3

Revision 189 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:17:07 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 188 , to selected 3875
move the call to MarkPortAsRefreshNeeded to where it is always called for
every entry being modified.  Failure to do this means pkg/DESCR are not
fetched and therefore the data is out of date.
Modified Files:
	updates.pl

Revision 188 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:15:51 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 187 , to selected 3875
add these files to the collection
Added Files:
	list-all-ports.pl one-off-walk-ports-and-update.pl

Revision 187 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:14:43 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 186 , to selected 3875
add a zero to the mask (to make it octal?  or hex?)
Modified Files:
	portschange.pm

Revision 186 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:14:19 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 185 , to selected 3875
now tests for a failed make call.
Modified Files:
	ports.pm

Revision 185 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:13:57 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 184 , to selected 3875
now disconnects
commented out some of the STDIN lines.
Modified Files:
	walk-ports-and-update.pl

Revision 184 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:13:15 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 183 , to selected 3875
now adds up the total number of ports.
also tided up some of that HTML.
Modified Files:
	categories.php3

Revision 183 - Directory Listing - [select for diffs]
Modified Sat Jun 24 01:12:42 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 182 , to selected 3875
added a warning about stop signs and testing
Modified Files:
	index.php3

Revision 182 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:17:31 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 181 , to selected 3875
The big change to full automation of commits.

Revision 181 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:15:05 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 180 , to selected 3875
creates a daily summary for all change_logs in system.

Revision 180 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:14:13 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 179 , to selected 3875
initial commits.

Revision 179 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:11:29 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 178 , to selected 3875
now removes the temp file it fetches.
Modified Files:
	fetch-cvs-file.sh

Revision 178 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:08:15 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 177 , to selected 3875
change side bar table widths to 152.  This should really go into a variable
somewhere.
change sorting to be by commit date, change_log_id, port name, category,
version.
add change_log_id to output so we can clump commits together under one commit
time and commit message.  This saves lots of real estate.
Modified Files:
	index.php3

Revision 177 - Directory Listing - [select for diffs]
Modified Tue Jun 13 23:05:31 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 176 , to selected 3875
change table width to 152.  This really should go into a variable somewhere.
Committing in _private

Modified Files:
	side-bars.php3

Revision 176 - Directory Listing - [select for diffs]
Modified Sun Jun 11 04:16:40 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 175 , to selected 3875
the new version for index.
Modified Files:
	index.php3

Revision 175 - Directory Listing - [select for diffs]
Modified Sun Jun 11 04:15:48 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 174 , to selected 3875
Set $UserID to '' in getvalues
adding origin to post in login.inc
change username to userid in sidebars.
Modified Files:
	getvalues.php3 login.inc.php3 side-bars.php3

Revision 174 - Directory Listing - [select for diffs]
Modified Sun Jun 11 04:13:41 2000 UTC (24 years, 9 months ago) by dan
Diff to previous 173 , to selected 3875
fixed some spacing.  and a redirect.
Modified Files:
	login.php3

Revision 173 - Directory Listing - [select for diffs]
Modified Fri Jun 9 09:49:12 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 172 , to selected 3875
now includes code so you can refresh a single port.
Modified Files:
	fetch-refresh-ports.pl

Revision 172 - Directory Listing - [select for diffs]
Modified Fri Jun 9 09:48:24 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 171 , to selected 3875
Now creates directories if a port is new.
This allows the fetch to succeed.

Modified Files:
	fetch-cvs-file.sh

Revision 171 - Directory Listing - [select for diffs]
Modified Tue Jun 6 09:48:45 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 170 , to selected 3875
Still looks good.
have to consolidate index2..4, newrefreshtime, keichii, headerwithtwolines
Committing in _private

Modified Files:
	commonlogin.php3 getvalues.php3 new-user.inc port-basics.inc
	side-bars.php3

Revision 170 - Directory Listing - [select for diffs]
Modified Tue Jun 6 09:48:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 169 , to selected 3875
Still looks good.
have to consolidate index2..4, newrefreshtime, keichii, headerwithtwolines
Committing in .
Modified Files:
	customize.php3 index.php3 port-description.php3
	ports-deleted.php3 stats.php3 watch.php3

Revision 169 - Directory Listing - [select for diffs]
Modified Tue Jun 6 09:47:20 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 168 , to selected 3875
Looks good so far.  Just a quick commit to save everything.
At this point, I have the fetching of Makefile, pkg/DESCR, and pkg/COMMENTS
going.  But I have to know when to fetch such things.
Committing in .

Modified Files:
	fetch-cvs-file.sh fetch-refresh-ports.pl ports.pm test.pl

Revision 168 - Directory Listing - [select for diffs]
Modified Mon Jun 5 06:35:27 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 167 , to selected 3875
fetch-cvs-file.pl is actually  fetch-cvs-file.sh
Committing in .

Modified Files:
	announce.pl email.pl ports.pm refresh-ports.pl test.pl
Removed Files:
	fetch-cvs-file.pl

Revision 167 - Directory Listing - [select for diffs]
Modified Mon Jun 5 06:33:40 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 166 , to selected 3875
These files are used to refresh a port on-the-fly.
fetch-cvs-file.sh will fetch the latest version of any cvs file.
fetch-refresh-ports.pl uses the above to refresh all ports which need refreshing.
Added Files:
	fetch-refresh-ports.pl fetch-cvs-file.sh

Revision 166 - Directory Listing - [select for diffs]
Modified Mon Jun 5 06:33:40 2000 UTC (24 years, 10 months ago) by (unknown author)
Diff to previous 165 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 165 - Directory Listing - [select for diffs]
Modified Mon Jun 5 01:33:13 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 164 , to selected 3875
Added Files:
	fetch-cvs-file.pl

Revision 164 - Directory Listing - [select for diffs]
Modified Sun Jun 4 08:11:27 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 163 , to selected 3875
Sends announcements to people.
Added Files:
	announce.pl

Revision 163 - Directory Listing - [select for diffs]
Modified Sun Jun 4 06:31:59 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 162 , to selected 3875
*** empty log message ***

Revision 162 - Directory Listing - [select for diffs]
Modified Sat Jun 3 02:05:19 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 161 , to selected 3875
Now uses change_log* tables fully.
Should remove old fields from database and see if the
.php3 files and scripts still work.

Committing in _private

Modified Files:
	port-basics.inc

Revision 161 - Directory Listing - [select for diffs]
Modified Sat Jun 3 02:05:05 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 160 , to selected 3875
Now uses change_log* tables fully.
Should remove old fields from database and see if the
.php3 files and scripts still work.
Committing in .

Modified Files:
	index.php3 port-description.php3 watch.php3

Revision 160 - Directory Listing - [select for diffs]
Modified Fri Jun 2 19:31:04 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 159 , to selected 3875
latest and greatest
Modified Files:
	log-catcher.pl log-munger.awk

Revision 159 - Directory Listing - [select for diffs]
Modified Fri Jun 2 10:21:05 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 158 , to selected 3875
This looks like a good candidate for promotion.
It includes the customization, uses the change_log, change_log_port,
and change_log_details tables.
Needs some minor changes yet.
Show all changes on port-description page.
Rename port.last_change_log_detail_id to last_change_log_id.
What about deleted ports being added back in?
Check watch.php for correct use of log tables.

Committing in _private

Modified Files:
	commonlogin.php3 getvalues.php3 port-basics.inc

Revision 158 - Directory Listing - [select for diffs]
Modified Fri Jun 2 10:20:52 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 157 , to selected 3875
This looks like a good candidate for promotion.
It includes the customization, uses the change_log, change_log_port,
and change_log_details tables.
Needs some minor changes yet.
Show all changes on port-description page.
Rename port.last_change_log_detail_id to last_change_log_id.
What about deleted ports being added back in?
Check watch.php for correct use of log tables.

Committing in .

Modified Files:
	category.php3 convert_change_log.php3 index.php3 login.php3
	port-description.php3 ports-deleted.php3 ports-new.php3
	watch.php3

Revision 157 - Directory Listing - [select for diffs]
Modified Fri Jun 2 09:22:42 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 156 , to selected 3875
lists of permissions needed by mysql users.
Added Files:
	permissions.txt

Revision 156 - Directory Listing - [select for diffs]
Modified Fri Jun 2 07:47:56 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 155 , to selected 3875
adding in the customization stuff

Committing in phorum/include

Modified Files:
	header.php

Revision 155 - Directory Listing - [select for diffs]
Modified Fri Jun 2 07:47:42 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 154 , to selected 3875
adding in the customization stuff

Modified Files:
	commonlogin.php3 footer.inc freshports.php3 getvalues.php3
	new-user.inc port-basics.inc side-bars.php3

Revision 154 - Directory Listing - [select for diffs]
Modified Fri Jun 2 07:47:16 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 153 , to selected 3875
adding in the customization stuff
Modified Files:
	category.php3 customize.php3 index.php3 login.php3
	port-description.php3 ports-deleted.php3 ports-new.php3
	search.php3

Revision 153 - Directory Listing - [select for diffs]
Modified Fri Jun 2 01:00:25 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 152 , to selected 3875
just a file for converting change_log_detail to use change_log_port.
Added Files:
	convert_change_log.php3

Revision 152 - Directory Listing - [select for diffs]
Modified Wed May 31 21:41:04 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 151 , to selected 3875
Initial import.
Added Files:
	stats.php3

Revision 151 - Directory Listing - [select for diffs]
Modified Mon May 29 06:00:36 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 150 , to selected 3875
removed www from url
Modified Files:
	footer.inc

Revision 150 - Directory Listing - [select for diffs]
Modified Mon May 29 01:39:39 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 149 , to selected 3875
fixed up setting of refresh_needed and started using index instead of a regex
for FilesWhichPromptRefresh.
Modified Files:
	updates.pl

Revision 149 - Directory Listing - [select for diffs]
Modified Mon May 29 01:00:43 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 148 , to selected 3875
now updates change_log_details properly.
obtains needs_refresh and status when checking for existing ports.
assigns value to needs_refresh only if necessary.
sets needs_refresh to "N" if port is deleted.
Modified Files:
	updates.pl

Revision 148 - Directory Listing - [select for diffs]
Modified Sun May 28 06:47:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 147 , to selected 3875
use index function instead of a regex when searching for existing pacakges.
Modified Files:
	ports.pm

Revision 147 - Directory Listing - [select for diffs]
Modified Thu May 25 08:54:47 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 146 , to selected 3875
initial add
Added Files:
	advdel.php datedel.php db.php easyadmin.php edit.php files.php
	global.php html.php main.php manage.php managemenu.php
	master.php new.php pass.php props.php quickapp.php
	quickdel.php quickedit.php setup.php

Revision 146 - Directory Listing - [select for diffs]
Modified Thu May 25 08:54:11 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 145 , to selected 3875
initial add
Added Files:
	3.php

Revision 145 - Directory Listing - [select for diffs]
Modified Thu May 25 08:53:43 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 144 , to selected 3875
initial commit
Added Files:
	footer.php header.php index.php login.php stats.php
	upgrade.php upgrade.txt

Revision 144 - Directory Listing - [select for diffs]
Modified Tue May 23 05:51:11 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 143 , to selected 3875
Added scrolling through ports.
Modified Files:
 	index.php3

Revision 143 - Directory Listing - [select for diffs]
Modified Sun May 21 19:13:38 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 142 , to selected 3875
adding it.
Added Files:
	pbfbsd2.gif

Revision 142 - Directory Listing - [select for diffs]
Modified Sun May 21 04:22:48 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 141 , to selected 3875
initial adding to the system
Added Files:
	apache_pb.gif freshports.jpg mysql.gif new.gif php3.gif

Revision 141 - Directory Listing - [select for diffs]
Modified Fri May 19 22:38:02 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 140 , to selected 3875
added relative pathnames.  incorporate changes from production.
Modified Files:
	changes.php3 index.php3 category.php3

Revision 140 - Directory Listing - [select for diffs]
Modified Fri May 19 22:32:10 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 139 , to selected 3875
now uses the change_log file
Modified Files:
	port-description.php3

Revision 139 - Directory Listing - [select for diffs]
Modified Fri May 19 22:29:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 138 , to selected 3875
change to use relative path names
Modified Files:
	watch.php3 categories.php3 search.php3

Revision 138 - Directory Listing - [select for diffs]
Modified Fri May 19 22:24:40 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 137 , to selected 3875
the link to the page you are on is now disabled when you are on that page.
Modified Files:
	side-bars.php3

Revision 137 - Directory Listing - [select for diffs]
Modified Fri May 19 22:19:14 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 136 , to selected 3875
change the URL to be site independent.
Modified Files:
	header.inc

Revision 136 - Directory Listing - [select for diffs]
Modified Fri May 19 22:18:22 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 135 , to selected 3875
dunno
Modified Files:
	port-basics.inc

Revision 135 - Directory Listing - [select for diffs]
Modified Fri May 19 22:16:18 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 134 , to selected 3875
added freshports_SideBarHTML* functions for side bar functionality
Modified Files:
	freshports.php3

Revision 134 - Directory Listing - [select for diffs]
Modified Fri May 19 22:14:43 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 133 , to selected 3875
include caching here
Modified Files:
	commonlogin.php3

Revision 133 - Directory Listing - [select for diffs]
Modified Fri May 19 22:05:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 132 , to selected 3875
change to relative path names
Modified Files:
	header.php footer.php

Revision 132 - Directory Listing - [select for diffs]
Modified Fri May 19 22:04:14 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 131 , to selected 3875
fixe the | which was a wrong color
Modified Files:
	read.php

Revision 131 - Directory Listing - [select for diffs]
Modified Fri May 19 22:03:22 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 130 , to selected 3875
Use relative path names.
cache file name are now set in common_login
Modified Files:
	about.php3 authors.php3 customize.php3 inthenews.php3
	login.php3 port-watch.php3 ports-deleted.php3 ports-new.php3
	watch-categories.php3 welcome.php3

Revision 130 - Directory Listing - [select for diffs]
Modified Fri May 19 21:54:38 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 129 , to selected 3875
remove hardcoded path names
Modified Files:
	news.php3

Revision 129 - Directory Listing - [select for diffs]
Modified Fri May 19 21:53:31 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 128 , to selected 3875
added side bars etc.
Modified Files:
	new-user.php3

Revision 128 - Directory Listing - [select for diffs]
Modified Fri May 19 21:50:43 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 127 , to selected 3875
add the favicon
Added Files:
	favicon.ico

Revision 127 - Directory Listing - [select for diffs]
Modified Fri May 19 21:21:54 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 126 , to selected 3875
change to use mysql_connect for connecting to remove sleeping mysql processes
Modified Files:
	mysql.php

Revision 126 - Directory Listing - [select for diffs]
Modified Fri May 19 21:21:13 2000 UTC (24 years, 10 months ago) by (unknown author)
Diff to previous 125 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'release-1-0'.
Revision 125 - Directory Listing - [select for diffs]
Modified Fri May 19 21:21:12 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 124 , to selected 3875
change the number of days something is marked as new to 10.
Modified Files:
	port-basics.inc

Revision 124 - Directory Listing - [select for diffs]
Modified Fri May 19 21:20:29 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 123 , to selected 3875
add UNIX_TIMESTAMP(ports.date_created) as date_created to SQL so we can show
whether or not something is new.
Modified Files:
	watch.php3 ports.php3 port-description.php3

Revision 123 - Directory Listing - [select for diffs]
Modified Fri May 19 21:19:28 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 122 , to selected 3875
add vote now
Modified Files:
	side-bars.php3

Revision 122 - Directory Listing - [select for diffs]
Modified Fri May 19 21:18:48 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 121 , to selected 3875
add copyright notice
Modified Files:
	footer.inc

Revision 121 - Directory Listing - [select for diffs]
Modified Fri May 19 21:18:29 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 120 , to selected 3875
remove search on description until we get it right.
Modified Files:
	search.php3

Revision 120 - Directory Listing - [select for diffs]
Modified Fri May 19 21:17:57 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 119 , to selected 3875
normal changes
Modified Files:
	changes.php3

Revision 119 - Directory Listing - [select for diffs]
Modified Fri May 19 21:15:30 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 118 , to selected 3875
remove an echo HTML from  freshports_echo_HTML
Modified Files:
 	freshports.php3

Revision 118 - Directory Listing - [select for diffs]
Modified Fri May 19 21:12:58 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 117 , to selected 3875
make sure it uses _private/port-basics.inc
Modified Files:
	category.php3

Revision 117 - Directory Listing - [select for diffs]
Modified Fri May 19 21:11:27 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 116 , to selected 3875
remember to echo the html out
Modified Files:
	categories.php3

Revision 116 - Directory Listing - [select for diffs]
Modified Tue May 16 08:33:39 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 115 , to selected 3875
added new.gif
Modified Files:
	port-basics.inc

Revision 115 - Directory Listing - [select for diffs]
Modified Tue May 16 01:18:59 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 114 , to selected 3875
now records the changes in distinct tables as they arrive
Modified Files:
	updates.pl

Revision 114 - Directory Listing - [select for diffs]
Modified Mon May 15 08:02:17 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 113 , to selected 3875
latest changes
Modified Files:
	changes.php3

Revision 113 - Directory Listing - [select for diffs]
Modified Mon May 15 08:00:02 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 112 , to selected 3875
replaced delete ports link with the correct URL
Modified Files:
	side-bars.php3

Revision 112 - Directory Listing - [select for diffs]
Modified Mon May 15 02:25:41 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 111 , to selected 3875
that blank line was causing problems.
Modified Files:
	port-watch.php3

Revision 111 - Directory Listing - [select for diffs]
Modified Sun May 14 10:41:46 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 110 , to selected 3875
normal updates

Revision 110 - Directory Listing - [select for diffs]
Modified Sun May 14 10:40:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 109 , to selected 3875
redirection when login/logout is needed/done.
Modified Files:
	side-bars.php3
Modified Files:
	watch.php3 watch-categories.php3 logout.php3 login.php3
	customize.php3

Revision 109 - Directory Listing - [select for diffs]
Modified Sun May 14 10:40:08 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 108 , to selected 3875
redirection when login/logout is needed/done.
Modified Files:
	side-bars.php3

Revision 108 - Directory Listing - [select for diffs]
Modified Sun May 14 10:04:56 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 107 , to selected 3875
added sidebars
redirects to / if going to index.php3
Modified Files:
	login.php3

Revision 107 - Directory Listing - [select for diffs]
Modified Sun May 14 09:46:31 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 106 , to selected 3875
now handles an undefined $homepage much better.
Modified Files:
	refresh-ports.pl ports.pm

Revision 106 - Directory Listing - [select for diffs]
Modified Sun May 14 07:42:35 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 105 , to selected 3875
added SIZE="+1" to titles of each table
Modified Files:
	side-bars.php3

Revision 105 - Directory Listing - [select for diffs]
Modified Sun May 14 07:40:54 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 104 , to selected 3875
removed the styles
Modified Files:
	header.php

Revision 104 - Directory Listing - [select for diffs]
Modified Sun May 14 07:27:17 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 103 , to selected 3875
modified URL to point to port description.
Modified Files:
	news.php3

Revision 103 - Directory Listing - [select for diffs]
Modified Sun May 14 07:12:55 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 102 , to selected 3875
updated the outgoing message
Modified Files:
	ports.pm

Revision 102 - Directory Listing - [select for diffs]
Modified Sun May 14 07:11:11 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 101 , to selected 3875
sends out email to people on a frequency basis.
Added Files:
	email.pl

Revision 101 - Directory Listing - [select for diffs]
Modified Sun May 14 04:01:36 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 100 , to selected 3875
Added SendWatchNotice
Modified Files:
	ports.pm

Revision 100 - Directory Listing - [select for diffs]
Modified Sun May 14 00:29:24 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 99 , to selected 3875
you can now sort by category or last update.  useful if you get told
something has been modified, but you don't know what.
Modified Files:
	watch.php3

Revision 99 - Directory Listing - [select for diffs]
Modified Sat May 13 23:53:50 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 98 , to selected 3875
fix situation wherein not watching any ports caused an error.

Revision 98 - Directory Listing - [select for diffs]
Modified Sat May 13 23:39:33 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 97 , to selected 3875
Fixed error in in_array function
Modified Files:
 	freshports.php3

Revision 97 - Directory Listing - [select for diffs]
Modified Sat May 13 23:33:04 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 96 , to selected 3875
fix off-by-one bug when reading in watched categories for a given user.
Modified Files:
	watch-categories.php3

Revision 96 - Directory Listing - [select for diffs]
Modified Sat May 13 22:27:21 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 95 , to selected 3875
changed meta tags
adding new files to repository.
Modified Files:
 	about.php3 authors.php3 categories.php3 category-watch.php3
 	category.php3 changes.php3 customize.php3 inthenews.php3
 	login.php3 new-user.php3 port-description.php3 port-watch.php3
 	ports-new.php3 ports.php3 watch-categories.php3 watch.php3
 	welcome.php3
Added Files:
 	news.php3 ports-deleted.php3 search.php3
----------------------------------------------------------------------

Revision 95 - Directory Listing - [select for diffs]
Modified Sat May 13 22:25:28 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 94 , to selected 3875
change font sizes
add deleted-ports page to side bars

Revision 94 - Directory Listing - [select for diffs]
Modified Sat May 13 22:14:52 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 93 , to selected 3875
for deleted ports, display "was maintainted by" and hide the download link.

Revision 93 - Directory Listing - [select for diffs]
Modified Sat May 13 22:14:17 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 92 , to selected 3875
removed unneeded code

Revision 92 - Directory Listing - [select for diffs]
Modified Sat May 13 22:10:41 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 91 , to selected 3875
tell robots to stay away from port-description.php3

Revision 91 - Directory Listing - [select for diffs]
Modified Sat May 13 22:10:16 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 90 , to selected 3875
ignored deleted ports

Revision 90 - Directory Listing - [select for diffs]
Modified Sat May 13 05:32:40 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 89 , to selected 3875
now marks ports as deleted if the Makefile is removed.

Revision 89 - Directory Listing - [select for diffs]
Modified Sat May 13 05:31:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 88 , to selected 3875
code to refresh ports which need refreshing.

Revision 88 - Directory Listing - [select for diffs]
Modified Sat May 13 05:31:03 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 87 , to selected 3875
no longer sets status to 'N' when a port is updated
ignored ports are now tested for individually as using a REGEX was causing
too many problems.
improved formatting of code.

Revision 87 - Directory Listing - [select for diffs]
Modified Sat May 13 05:29:01 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 86 , to selected 3875
more testing

Revision 86 - Directory Listing - [select for diffs]
Modified Sat May 13 05:28:23 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 85 , to selected 3875
added search screen.

Revision 85 - Directory Listing - [select for diffs]
Modified Sat May 13 05:28:07 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 84 , to selected 3875
added deleted notice for deleted ports
short description, and maintainer are now optionally displayed.

Revision 84 - Directory Listing - [select for diffs]
Modified Sat May 13 05:26:51 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 83 , to selected 3875
added ports.status to cater for deleted ports.

Revision 83 - Directory Listing - [select for diffs]
Modified Sat May 13 05:26:08 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 82 , to selected 3875
regular changes

Revision 82 - Directory Listing - [select for diffs]
Modified Sat May 13 05:25:51 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 81 , to selected 3875
Added bit about IRC.

Revision 81 - Directory Listing - [select for diffs]
Modified Sat May 13 03:15:27 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 80 , to selected 3875
When a new port is added, the status is now set to 'A' - active.

Revision 80 - Directory Listing - [select for diffs]
Modified Sat May 13 02:11:57 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 79 , to selected 3875
now works fine.

Revision 79 - Directory Listing - [select for diffs]
Modified Sat May 13 02:11:38 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 78 , to selected 3875
now uses ports.pm

Revision 78 - Directory Listing - [select for diffs]
Modified Sat May 13 02:08:47 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 77 , to selected 3875
split the file name into three parts, so we can recognize special files
such as pkg/DESCR, etc.

Revision 77 - Directory Listing - [select for diffs]
Modified Sat May 13 01:50:21 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 76 , to selected 3875
All the scripts for log catching, log munging, and dataabse update.

Revision 76 - Directory Listing - [select for diffs]
Modified Fri May 12 23:02:23 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 75 , to selected 3875
now uses the new ports.pm module.

Revision 75 - Directory Listing - [select for diffs]
Modified Fri May 12 23:02:01 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 74 , to selected 3875
finally created a perl module for the most common routines.

Revision 74 - Directory Listing - [select for diffs]
Modified Fri May 12 23:02:01 2000 UTC (24 years, 10 months ago) by (unknown author)
Diff to previous 73 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 73 - Directory Listing - [select for diffs]
Modified Fri May 12 22:44:26 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 72 , to selected 3875
now updates home page correctly

Revision 72 - Directory Listing - [select for diffs]
Modified Fri May 12 08:44:30 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 71 , to selected 3875
changed <big><big> to  size="+2"

Revision 71 - Directory Listing - [select for diffs]
Modified Fri May 12 05:37:14 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 70 , to selected 3875
added standard font for in the news

Revision 70 - Directory Listing - [select for diffs]
Modified Fri May 12 05:35:57 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 69 , to selected 3875
made it standard.

Revision 69 - Directory Listing - [select for diffs]
Modified Fri May 12 05:26:51 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 68 , to selected 3875
add sidebars.

Revision 68 - Directory Listing - [select for diffs]
Modified Fri May 12 05:21:44 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 67 , to selected 3875
put side bar at the same level as other windows.

Revision 67 - Directory Listing - [select for diffs]
Modified Fri May 12 04:08:08 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 66 , to selected 3875
no longer needed.

Revision 66 - Directory Listing - [select for diffs]
Modified Fri May 12 03:52:54 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 65 , to selected 3875
removed as renamed to authors.php3

Revision 65 - Directory Listing - [select for diffs]
Modified Fri May 12 03:52:15 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 64 , to selected 3875
nada

Revision 64 - Directory Listing - [select for diffs]
Modified Fri May 12 03:51:53 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 63 , to selected 3875
mere formatting.

Revision 63 - Directory Listing - [select for diffs]
Modified Fri May 12 03:51:04 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 62 , to selected 3875
changed the graphics around.

Revision 62 - Directory Listing - [select for diffs]
Modified Fri May 12 03:50:12 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 61 , to selected 3875
Port description now includes Also listed in, required to build, and required to run.

Revision 61 - Directory Listing - [select for diffs]
Modified Fri May 12 03:49:05 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 60 , to selected 3875
nothing.  really.

Revision 60 - Directory Listing - [select for diffs]
Modified Fri May 12 03:48:09 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 59 , to selected 3875
changes for login/logout taking you back to the original screen.

Revision 59 - Directory Listing - [select for diffs]
Modified Fri May 12 03:47:37 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 58 , to selected 3875
login/logout now take you to the screen from which they were invoked.

Revision 58 - Directory Listing - [select for diffs]
Modified Fri May 12 03:46:46 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 57 , to selected 3875
Just the latest changes.

Revision 57 - Directory Listing - [select for diffs]
Modified Thu May 11 22:31:58 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 56 , to selected 3875
a list of articles talking about freshports

Revision 56 - Directory Listing - [select for diffs]
Modified Thu May 11 21:26:55 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 55 , to selected 3875
Added an <h2>

Revision 55 - Directory Listing - [select for diffs]
Modified Thu May 11 21:25:54 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 54 , to selected 3875
replaced by about.php3

Revision 54 - Directory Listing - [select for diffs]
Modified Thu May 11 07:16:12 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 53 , to selected 3875
Add phorum to cvs.

Revision 53 - Directory Listing - [select for diffs]
Modified Thu May 11 07:13:00 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 52 , to selected 3875
Put the image above the table.

Revision 52 - Directory Listing - [select for diffs]
Modified Thu May 11 07:11:58 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 51 , to selected 3875
Put the image above the table.
put sidebar in.

Revision 51 - Directory Listing - [select for diffs]
Modified Thu May 11 07:11:21 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 50 , to selected 3875
put a table in there.

Revision 50 - Directory Listing - [select for diffs]
Modified Thu May 11 07:10:00 2000 UTC (24 years, 10 months ago) by dan
Diff to previous 49 , to selected 3875
made sure the user name appeared and not the user id.

Revision 49 - Directory Listing - [select for diffs]
Modified Tue May 9 22:41:39 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 48 , to selected 3875
New header file.

Revision 48 - Directory Listing - [select for diffs]
Modified Tue May 9 22:41:13 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 47 , to selected 3875
fixed spacing after last item in each table.  It needed a <br>

Revision 47 - Directory Listing - [select for diffs]
Modified Tue May 9 22:40:44 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 46 , to selected 3875
Added graphics.

Revision 46 - Directory Listing - [select for diffs]
Modified Tue May 9 22:40:15 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 45 , to selected 3875
added headers and footers.  much better.  and graphics

Revision 45 - Directory Listing - [select for diffs]
Modified Tue May 9 20:48:25 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 44 , to selected 3875
Removed references to "Test site" and "not in production".

Revision 44 - Directory Listing - [select for diffs]
Modified Tue May 9 06:17:40 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 43 , to selected 3875
Added a message to show watch list is empty.
now shows the home page for the port.

Revision 43 - Directory Listing - [select for diffs]
Modified Sun May 7 11:22:08 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 42 , to selected 3875
all is well

Revision 42 - Directory Listing - [select for diffs]
Modified Sun May 7 11:15:11 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 41 , to selected 3875
looks good.  now lets add side bars

Revision 41 - Directory Listing - [select for diffs]
Modified Sun May 7 10:56:29 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 40 , to selected 3875
now changed to link to watch-categories.php3 upon submit.

Revision 40 - Directory Listing - [select for diffs]
Modified Sun May 7 10:53:43 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 39 , to selected 3875
Use this screen to view what categories you have ports watched.

Revision 39 - Directory Listing - [select for diffs]
Modified Sun May 7 06:48:24 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 38 , to selected 3875
committing the ports2.php3 and ports.php3 and swapping them around

Revision 38 - Directory Listing - [select for diffs]
Modified Sun May 7 05:48:08 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 37 , to selected 3875
getting pretty close.  just need to settle the start and end parameters

Revision 37 - Directory Listing - [select for diffs]
Modified Sun May 7 04:48:17 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 36 , to selected 3875
just before trying to use a new method for retrieving large amounts of data

Revision 36 - Directory Listing - [select for diffs]
Modified Sun May 7 02:55:51 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 35 , to selected 3875
proper sorting added.

Revision 35 - Directory Listing - [select for diffs]
Modified Tue May 2 06:21:25 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 34 , to selected 3875
just more testing.

Revision 34 - Directory Listing - [select for diffs]
Modified Tue May 2 06:20:44 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 33 , to selected 3875
hide committer and update_description if null

Revision 33 - Directory Listing - [select for diffs]
Modified Tue May 2 06:18:44 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 32 , to selected 3875
fixed homepage bug, now ignore more directories, and allows you to start
at a particular spot in the tree.

Revision 32 - Directory Listing - [select for diffs]
Modified Mon May 1 19:35:28 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 31 , to selected 3875
New format

Revision 31 - Directory Listing - [select for diffs]
Modified Mon May 1 13:45:23 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 30 , to selected 3875
new include file which details port attributes.

Revision 30 - Directory Listing - [select for diffs]
Modified Mon May 1 13:43:49 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 29 , to selected 3875
fix sorting.

Revision 29 - Directory Listing - [select for diffs]
Modified Mon May 1 13:43:13 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 28 , to selected 3875
fixed sorting, added bold to column titles, added notes to page about sorting.

Revision 28 - Directory Listing - [select for diffs]
Modified Mon May 1 13:41:58 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 27 , to selected 3875
describes the port

Revision 27 - Directory Listing - [select for diffs]
Modified Mon May 1 13:41:22 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 26 , to selected 3875
new look watch pages.  now uses _private/port-basics.inc

Revision 26 - Directory Listing - [select for diffs]
Modified Mon May 1 13:39:36 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 25 , to selected 3875
now links to category.php3 page.

Revision 25 - Directory Listing - [select for diffs]
Modified Mon May 1 13:38:55 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 24 , to selected 3875
now links to port-description.php2 page.

Revision 24 - Directory Listing - [select for diffs]
Modified Mon May 1 10:52:04 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 23 , to selected 3875
shows the ports you are watching and their status.  Needs to include categories too.

Revision 23 - Directory Listing - [select for diffs]
Modified Mon May 1 00:52:55 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 22 , to selected 3875
This version uses the new ports table, caters for ports without version
numbers, and does rather nicely, thank you.

Revision 22 - Directory Listing - [select for diffs]
Modified Sun Apr 30 10:20:40 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 21 , to selected 3875
Added bit about lzh.

Revision 21 - Directory Listing - [select for diffs]
Modified Sun Apr 30 07:13:15 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 20 , to selected 3875
for a new port, set short_description to '-- waiting for description --'.
also, set date_created to a datetime value instead of a date.

Revision 20 - Directory Listing - [select for diffs]
Modified Sat Apr 29 23:23:15 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 19 , to selected 3875
needs_update field is now being set correctly.  yahoo!

Revision 19 - Directory Listing - [select for diffs]
Modified Sat Apr 29 13:41:21 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 18 , to selected 3875
OK.  it ran through the entire ports tree that time.  Looking good!

Revision 18 - Directory Listing - [select for diffs]
Modified Sat Apr 29 12:06:39 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 17 , to selected 3875
getting pretty close now.  looking good.

Revision 17 - Directory Listing - [select for diffs]
Modified Sat Apr 29 04:33:41 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 16 , to selected 3875
most of the code has been written.  Just have to start calling PortUpdate now.

Revision 16 - Directory Listing - [select for diffs]
Modified Sat Apr 29 02:27:51 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 15 , to selected 3875
Just adding more and more code to this.

Revision 15 - Directory Listing - [select for diffs]
Modified Fri Apr 28 21:37:22 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 14 , to selected 3875
After finding that I'd overwritten the log catcher with the log munger,
I quickly learned out to extract a particular revision from cvs.

Added headers to the top of each file. That should solve the above problem.

Revision 14 - Directory Listing - [select for diffs]
Modified Fri Apr 28 20:34:14 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 13 , to selected 3875
Commit of files right after moving scripts to /www/freshports.org/scripts/

Revision 13 - Directory Listing - [select for diffs]
Modified Fri Apr 28 00:49:56 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 12 , to selected 3875
*** empty log message ***

Revision 12 - Directory Listing - [select for diffs]
Modified Fri Apr 28 00:31:58 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 11 , to selected 3875
*** empty log message ***

Revision 11 - Directory Listing - [select for diffs]
Modified Wed Apr 26 01:44:41 2000 UTC (24 years, 11 months ago) by (unknown author)
Diff to previous 10 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'devel'.
Revision 10 - Directory Listing - [select for diffs]
Modified Wed Apr 26 01:44:40 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 9 , to selected 3875

Revision 9 - Directory Listing - [select for diffs]
Modified Wed Apr 26 01:44:40 2000 UTC (24 years, 11 months ago) by (unknown author)
Diff to previous 8 , to selected 3875
Standard project directories initialized by cvs2svn.
Revision 8 - Directory Listing - [select for diffs]
Modified Mon Apr 24 22:54:07 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 7 , to selected 3875
*** empty log message ***

Revision 7 - Directory Listing - [select for diffs]
Modified Mon Apr 24 22:34:59 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 6 , to selected 3875
Committing in .

Added Files:
 	side-bars.php3

Revision 6 - Directory Listing - [select for diffs]
Modified Mon Apr 24 21:55:38 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 5 , to selected 3875
Committing in .

Added Files:
 	connect.pl log-catcher.awk log-catcher.pl log-munger.awk
	updates.pl

Revision 5 - Directory Listing - [select for diffs]
Modified Mon Apr 24 21:52:22 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 4 , to selected 3875
welcome.php3 added

Revision 4 - Directory Listing - [select for diffs]
Modified Mon Apr 24 21:02:00 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 3 , to selected 3875
Here we go.  another commit.  let's see how it goes.

Revision 3 - Directory Listing - [select for diffs]
Modified Sun Apr 23 04:59:19 2000 UTC (24 years, 11 months ago) by (unknown author)
Diff to previous 2 , to selected 3875
This commit was manufactured by cvs2svn to create tag 'beta'.
Revision 2 - Directory Listing - [select for diffs]
Modified Sun Apr 23 04:59:18 2000 UTC (24 years, 11 months ago) by dan
Diff to previous 1 , to selected 3875
This is the first commit of FreshPorts.  Long may she live.

Revision 1 - Directory Listing - [select for diffs]
Added Sun Apr 23 04:59:18 2000 UTC (24 years, 11 months ago) by (unknown author)
Diff to selected 3875
Standard project directories initialized by cvs2svn.

Convenience Links