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, 3 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, 1 month 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, 8 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.