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
Put the database connect into freshports_database.pm and use
freshports_database.pm.sample as the example.
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
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
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
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
409 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 19 07:43:20 2001 UTC
(24 years ago)
by
dan
Diff to
previous 408
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
397 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 10 23:28:43 2001 UTC
(24 years, 1 month ago)
by
dan
Diff to
previous 396
Remove uneeded sequences.
Remove asc from index creation.
Remove foreign key names from foreign key creation.
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
Latest files for uploading output of pkg_info. Added support for pre-deleting
ports if "-c" option is given. Improved debug (-d) support.
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
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
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
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
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
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
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
changed pkg/DESCR to pkg-descr and other changes associated with new ports
layout.
Modified Files:
ports.pm
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 259
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
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
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
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
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
final changes before freshports 1.1
Committing in .
Modified Files:
log-catcher.awk log-catcher.pl
Modified Files:
updates.pl
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
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
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
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
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
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
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
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
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
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
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
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 160
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
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
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
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
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
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
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
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
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
fixed homepage bug, now ignore more directories, and allows you to start
at a particular spot in the tree.
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.