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 4560
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
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 4456
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
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
Forced commit to correct log message:
- When displaying files, provide the appropriate link to SVN when it's an
SVN commit
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 4372
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
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 4160
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
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 4094
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
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 4023
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
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
$Category->FetchByName now returns zero, not undefined, for an unknown
category.
While here, stop using $Category->{id} and use $Category->id instead.
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
Reorganize so there is only one place invoking port, category, and non-port
displays. This should be easier to maintain.
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 3946
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
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 3917
A better way of showing files. At this URL we can
- show no files
- show all files
- show files for a particular commit
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
Modifications for handling pagination. Not sure this will work for all
types of commits, especially for those involving MOVED
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 3889
Start using new classes:
classes/commits_by_committer.php
classes/commits_by_description.php
classes/commits_by_tree_location.php
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 3868
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
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
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 3829
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
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
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
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 3741
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
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
The last update field is incorrectly named for sorting.
When sorting, include the ascending icon.
Perhaps later, we sort up and down.
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 3711
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
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 3668
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
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
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
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
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
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
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
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
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 3577
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
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 3573
Start caching the port details. This should be fast.
A simple test of page rendering times went from .220s to .047s
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
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
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
Let's see if all those 'kernel: pid 47605 (httpd), uid 80: exited on signal
6' messages are related this to 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 3488
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
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 3481
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
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 3454
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
3420 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 8 02:00:48 2005 UTC
(19 years, 5 months ago)
by
dan
Diff to
previous 3418
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
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 3342
Mention that broken, ignored, and forbidden ports are not built by the package
cluster. Therefore, pkg_add will not work.
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 3325
"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
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
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
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 3192
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
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 3171
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
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
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
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 3085
Include links to the FAQ for most icons, such as freshports_Broken_Icon()
by providing a function, freshports_Broken_Icon_Link().
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 3061
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
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 3055
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
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
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
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
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
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 3005
For non-ports, do not show revision.
For non-ports, don't display a lots of things, like forbidden, deprecated, etc.
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 2991
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
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 2888
Give initial values to $orderby and $orderbyupdown
Use ORDERBYASCENDING not ORDERBYASC
Use ORDERBYDESCENDING not ORDERBYDESC
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
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
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
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
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 2552
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
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 2503
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
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
Trim input from users. No sense having trailing/leading spaces.
We trim more fields than we have to, but let's be consistent.
Revision
2402 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 8 14:18:14 2003 UTC
(21 years, 6 months ago)
by
dan
Diff to
previous 2401
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, 6 months ago)
by
dan
Diff to
previous 2389
Indicate that ports marked with a * actually reside within another category but
have this category listed as a secondary category.
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
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
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 2340
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
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
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
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 2327
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
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 2324
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
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 2320
Fix an off-by-one error with searching.
If start = 1, we don't offset starting at one, we offset starting at zero.
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 2228
When totaling categories, use the right formual depending on whether or
not it's a virtual category.
Supply a total.
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 2089
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
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 2043
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
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 1722
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
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
Cater for reports which have no frequency. They are instantaneous reports.
This will allow for Fenner reports on ports which do not build.
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 1332
move freshports_MorePortsToShow to include/freshports.php
when calling freshports_PortDescriptionPrint, include
the URL to use for long commits.
Revision
1185 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 1 21:00:17 2002 UTC
(23 years ago)
by
dan
Diff to
previous 1168
- Add DailySummaries back to the front page (and include more of them)
- use freshports_CommitFilesLink to create links to files
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
Include the correct field on the form so that searching from the side bar
will provide results on the search page instead of just going to the search
page.
Also add a bit more debugging info on search.php
Revision
1061 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 25 15:48:14 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 1060
Make sure the values set by getvalues are available everywhere by declaring
them to be GLOBAL.
If a disabled account is found, log them out, and let them know.
Revision
1038 -
Directory Listing
-
[select for diffs]
Modified
Sat Feb 23 21:32:43 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 1028
New users must now supply a valid email address. Instructions
to enable their account are forwarded to that email address.
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
Add a link to the commit details to the front page.
Modify the details on the port page to be more like the main page.
Revision
901 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 11 01:44:24 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 899
now that we have a good wrapping scheme for lines > 72 characters, we
don't have to treat pre and post migratin data differently.
Revision
899 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 10 03:05:03 2002 UTC
(23 years, 1 month ago)
by
dan
Diff to
previous 894
The migrated fp1 commits are single line log messages. They must
be wrapped. Therefore, use <CODE> if before a certain date, and <PRE>
afterwards.
Revision
849 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 8 06:23:58 2002 UTC
(23 years, 2 months ago)
by
dan
Diff to
previous 847
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
847 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 7 13:08:42 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 846
Ensure all references to images directory starts with /images. This is most
for use by the missing*.php files.
Revision
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
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
834 -
Directory Listing
-
[select for diffs]
Modified
Sun Jan 6 16:48:13 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 833
create and use a new function freshports_CookieClear to be used
when a person logs out or when we ware given a cookie which
we don't recognize.
Revision
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 809
use the predefined website name
add a bit of cell padding
use an outer join to get the correct count value
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
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
remove the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> entries because
they are all in include/freshports.php
Revision
799 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 2 02:53:56 2002 UTC
(23 years, 3 months ago)
by
dan
Diff to
previous 798
Rename files from .php3 to .php.
The code within many of these files still needs to be converted from mysql
to postgresql.
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
If they get the category right, but provide an unknown port, tell them
and then show the link to the category they provided.
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 741
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
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 689
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
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
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
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
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
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
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 665
sort the files by name
make the displayed pathnames relative to the port directory
(i.e. remove /ports/<category>/<port>/ from pathnames
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
- 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
420 -
Directory Listing
-
[select for diffs]
Modified
Tue Mar 27 01:00:12 2001 UTC
(24 years ago)
by
dan
Diff to
previous 419
List 100 ports at a time, instead of only 50.
Create new function freshports_PortDetails to print details of a port.
Revision
393 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 10 09:47:11 2001 UTC
(24 years ago)
by
jcampbell
Diff to
previous 388
Latest files for uploading output of pkg_info. Added support for pre-deleting
ports if "-c" option is given. Improved debug (-d) support.
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 304
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
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
Diff applied against port-description.php3 to allow commits to be deleted.
Added Files:
deleting_commits.txt
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
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
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
Don't send stuff out if dont have an email or have been bouncing.
Modified Files:
forgotten-password.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
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 258
Allow the users to recieve their password via email.
Modified Files:
login.php3
Added Files:
forgotten-password.php3
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
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
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
252 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 9 09:39:50 2000 UTC
(24 years, 7 months ago)
by
dan
Diff to
previous 251
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
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
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
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
change the logs.gif file to something with better definition
Modified Files:
files.php3 port-description.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
Allow the users to see what files are changed within a port.
Modified Files:
files.php3 port-description.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
fix some caching bugs related to host name mistakes I made.
Committing in _private
Modified Files:
commonlogin.php3
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
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
Don't let people do ugly things to the data input.
use addslashes to stop such things.
Modified Files:
login.php3 search.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
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
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
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
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
post FreshPost 1.1 install
Committing in .
Modified Files:
convert_change_log.php3 index.php3 permissions.txt
upgrade.1.txt watch.php3
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
final changes after doing a dry run.
Modified Files:
changes.txt convert_change_log.php3 customize.php3
permissions.txt port-description.php3
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
These allow you to check the logs.
Added Files:
change_log.php3 change_log_details.php3 change_log_port.php3
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
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
change table width to 152. This really should go into a variable somewhere.
Committing in _private
Modified Files:
side-bars.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
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
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
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 163
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
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
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 159
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
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
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
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
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
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
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
just a file for converting change_log_detail to use change_log_port.
Added Files:
convert_change_log.php3
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
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
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
added relative pathnames. incorporate changes from production.
Modified Files:
changes.php3 index.php3 category.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
the link to the page you are on is now disabled when you are on that page.
Modified Files:
side-bars.php3
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
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
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
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
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
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
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
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
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
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
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
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
added deleted notice for deleted ports
short description, and maintainer are now optionally displayed.
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
This version uses the new ports table, caters for ports without version
numbers, and does rather nicely, thank you.
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
for a new port, set short_description to '-- waiting for description --'.
also, set date_created to a datetime value instead of a date.
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
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
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
Committing in .
Added Files:
connect.pl log-catcher.awk log-catcher.pl log-munger.awk
updates.pl
Revision
1 -
Directory Listing
-
[select for diffs]
Added
Sun Apr 23 04:59:18 2000 UTC
(24 years, 11 months ago)
by
(unknown author)
Standard project directories initialized by cvs2svn.