Merge to HEAD from FreshPorts2
Comment out the call to freshports_Commit_Link()
Only display the commit flags if the user is logged in.
DisplayCommit now needs a database handle
Add the displaying of flagged commits
Add this class
Add the class for accessing flagged commits.
Add Count()
revision -> revision_name
move include outside DOCUMENT_ROOT
Returns 0, not an undefined value. It is easier on the logs.
Remove echo and use syslog/die instead.
Use a plain URL link, not HTML
freshports_Commit_URL() => freshports_Commit_Link_Port()
use the newly created freshports_Commit_URL()
Rename freshports_CommitFilesLink() to freshports_CommitFilesLink()
Rename freshports_CommitFilesLink() to freshports_CommitFilesLink() Prefix the port URL to start with a / and thus be absolute.
Set element_pathname from the return values, not from what was passed in a parameter.
Make sure the GUID are unique. Link to the commit details for this one port, and be unique about it.
base class for displaying files
base class for fetching files associated with a commit
Turn off caching. One day, this will be a tunable.
We are still using PHP4. __construct is available only in PHP5.
Add PageSizeSet()
use the supplied LIMIT and OFFSET
Add page sizes
Add ?> to end of file.
Add Count(), LIMIT() and OFFSET() FetchInitialize now uses LIMIT and OFFSET. Better error reporting, only to syslog().
Add PageNum and PageSize to the cache parameters.
CommitsTreeLocation becomes CommitsByTreeLocation
GetCountCommitsByCommitMessage() becomes GetCountCommits()
Move a lot of the functionality from commits.php into three new classes: commits_by_committer commits_by_description commits_by_tree_location
Add UserIDSet() and TreePathConditionSet() Alter FetchByTreePath() to use these attributes.
Add a debugging switch
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.
Some field name changes to be more compatible with display-commit: revision => revision_name Add pathname
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.
Better handling of non-port commits
Be sure to sort the result by date desc, category, port
Turn off debugging
Cater for Sanity Test Failure messages.
Add classes for fetching all Sanity Test Failures and for just one.
Add an S
Add bit about moved newsfeeds.
Add class for getting latest vuln.
For deleted ports, at least show the name of the package. This can be useful when assigning names to vuxml vuln entries.
Do not log.
Fix an undefined variable in Fetch().
Use newly created IsDeleted() If the port has been deleted, do not display installation instructions.
Remove unused IsCurrentPortVulnerable() Add IsDeleted()
Mention that is_primary will be either 't' or 'f'
Add a method for grapping the categories on your watch list
Add IsOnWatchList
Remove OnWatchList. It is not required as the value obtained is already included in the SELECT.
Whitespace only
Put the space after the ICON, not before, but the watch list icon.
Fix broken comment
Put the debug SQL into <p></p> so we can see it better.
Stop using the security_notice table
Add filtering, still very beta. Correctly return the value of the CreateHTML function call.
Correct the comment describing this class. Better display HTML when there is nothing to display.
Use ' not " Add filter
Put the Add/Remove at the start of the line.
Remove the / between the port version and the category
When a fetch fails, die. Leave a nice message.
Move the add/remove icon to just before the port name.
Remove FRESHPORTS_TASKS_SECURITY_NOTICE_ADD
Remove these
*** empty log message ***
When doing the rss0.91 feed, do not htmlify the description
Add a GUID to the feed.
htmlify the < and > in the description
Whitespace changes only. Remove trailing control-m's
For the feed to be valid, the Author field must contain an email address.
Fix the cache name. Should be news.*.xml
First newsfeed engine.
Remove all to better format the output when not all items appear Display all categories, "real" or not, as hyperlinks
Add LastModifiedGet() Set LastModified on Add()
We no longer pass in the cache data via a parameter. Now we set it explicity during a function call.
Provide a way to imbed an ad within the port description.
Set the mask so we get the expected permissions
Add a $ for this.
Don't call syslog directly. Invoke _Log instead.
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.
Create two different types of caching: Commits, and Details. When removing a cache entry, remove all types (e.g. commits and details)
Update copyright.
Be concise with our reason for not displaying lack of packages.
Always display instructions for building the port Don't display package instructions if the port is Restricted.
Be consistent in the log messages. Prefix each one with 'Cache: '. Expand _CleanKey() and prevent directory stepping: i.e. ..
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()
include the htmlify code
Flush out the code to make it compatible with existing display methods.
Give an initial value to $result;
Add FetchByCommitMessageContents() and GetCountCommitsByCommitMessage()
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.
Improve and correct some of the logging.
Add some logging fix some syntax errors
whitespace only
The first draft, pretty much untested, of caching code.
The variable $dbh is not required for commit_record. Remove it.
Start using new DisplayCommit class. This allows the code for displaying commits to be shared between this module and the search module.
Add a new class for displaying commits
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()
Code to handle ports in your watch list which have been deleted.
Add new function IsCategoryByName() which returns the category id of the supplied name.
Whitespace only.
Add code for avoiding watch list token collision.
Add this before it gets lost from my laptop
Remove syslog call.
Now that we are using PG8, we need to specify all the tables when we are deleting. So add some USING clauses.
Convert to a constant for our background colour. We really should go CSS.
Add a link to the commit.
Turn off debugging
Add is_interactive
*** empty log message ***
Add support for personal newsfeeds by using the token field.
Add missing ?> Update copyright
Add missing ?>
Update copyright
Use the right HTML variable
Include the format for the date.
AddSlashes to names
Correctly quote the category name.
When calculating last-modified, consider only port commits remove hard-coded date leftover from debugging
Add support for Last-Modified
Add expiration_date
Handle expiration_date
Add expiration_date
improve spacing around restricted and no_cdrom
Display icons for restricted and no_cdrom fields
add restricted and no_cdrom fields
Add restricted and no_cdrom fields
Add vulnerable_current, ports_vulnerable.past to whatever calls we have. Display error text on any errors.
Add vulnerable_current and vulnerable_past
During object creation, set the vuxml list to undef. Remove VulnerabilityCount() and replace it with IsVulnerable() and WasVulnerable()
Add two new functions: IsCurrentPortVulnerable() - now just a stub VulnerabilityCount() - returns number of vulnerabilities for this port
Instead of unset($VID), using $VID=array().
Use Unset on the array, so we get the proper values.
Add new attribute: VuXML_List; And the function to populate it: LoadVulnerabilities()
Add facilities for displaying the vuxml details, useful for debugging and for the VuXML team to verify that all went well.
Use *_Icon_Link where appropriate.
Remove some debugging code
add IsSlavePort()
Add watch_list_also_watched.php
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
Cater for searching by package
Turn debugging off.
Add three new fields: no_latest_link no_package package_name
Set Debug to zero. Use the right watch list variable.
use the right dbh variable
Whitespace changes only.
Add vuxml class for dealing with the VuXML table.
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.
Add epoch
Add port_epoch
standardize header
Start grabbing port epoch
start using new function freshports_PackageVersion()
comment out debugging code
Change to a policy of using the VID, not our internal IDs when linking.
Give an initial values to $VID
How to get a list of VuXML entries for a port
Ensure that id is set before returning from FetchByName()
Use local debug variable.
add something for package searching
Add class for searching
Use FRESHPORTS_VERSION_REVISION_JOINER
First attempt at displaying entries from /usr/ports/UPDATING which affect a given port.
Add constants Add GLOBAL
Handle depends_lib, master_port, and latest_link
Display master/slave information
<? => <?php
Display security_notice_id white space changes to align columns
Cater for security_notice_id
Start using ignore
remove debugging echo.
handle the new ports.deprecated field
status -> security_notice_status_id
status -> security_notice_status_id expand information returned by Fetch
status -> security_notice_status_id
Add FetchByStatus, GetStatus, and FetchNth.
only include those security notices which are Active.
Only include those security notices which are Active.
Add GetAllActive
Remove references to external variables by providing hooks to set these values.
When determining whether or not a port is on a watch list, consider only those watch lists which are in service.
Better handle the case of no watch lists
Add from and to moves.
Handle ports_moved table
Forced commit to correct previous commit message: If no watch lists are in service return the first one ordered by name.
If no watch lists are in service return the first one which is in service.
add a missing fetch row.
Adjust the way we determine GetDefaultWatchListID. Change a 0 to $i.
Only call syslog if we don't have a WLID.
Add a syslog to track down a problem.
Remove some redudant debugging code.
If user details cannot be found, remove their cookie and log details.
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
Code for displaying the last N commits. Moved here from www/index.php
Functions for saving data on page rendering times
Whitespace adjustment Explicity set debugging off
whitespace only
Add missing EncodingLosses()
Add missing ?>
rename PackagesExists to PackageExists
Add PackagesExists() Add EncodingLosses() Stop using "if (In_Array(" because it appears to not work
whitespace changes Add EncodingLosses()
add IsPrimary()
add EncodingLosses()
rename FetchByPartialName to FetchByElementID for use by missing-ort.php
add FetchByElementID
add IsPort and IsCategory
comment out debugging code
Obtain the commits for an element.
Given a pathname, get the element details
Add element_pathname
Whitespace only
A class for handling the records used on index.php
No functionality changes. Just whitespace and better use of existing variables.
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).
use the correct database field name: firstlogin not firslogin
Remove debug code Refer to the correct database handle when fetching a commit
Fix php notice message
Add EmptyTheListCategory which allows us to empty a watch list of all elements in a given category.
Add WatchlistCount which gives us the number of watch lists upon which this port appears.
Attempt a sort
Update the copyright notice to 2003
final amendments
add FetchNth, FetchAllActive, FetchUpdateID, and GetPopulateValues functions
remove inaccurate comment
Add Announcements table
This commit was manufactured by cvs2svn to create tag 'FreshPorts_2003_05_04'.
log all changes to the description
update header use only in_service watch lists
update header
remove FetchByName
header update
Let's fetch the data instead of just executing the query
First commit
Add SecurityNoticeAudit class
better handling if we don't find the port
fix incorrect references to code definition
comment out a debugging statement
use query, not sql remove syslog calls - logging now done by stored procedure
start using the new stored procedure for security notices.
This commit was manufactured by cvs2svn to create tag 'RELEASE-beta- 2003_03_07'.
enhanced debugging
turn off debugging
actually loop and use more than just one task start using constants
fix debugging statement. return id, not name when fetching by name. add UpdateDescription to allow users to set description on new virtual categories
Allow paging through category contents
PostgreSQL 7.3 changes
turn off debugging
add EmptyAllLists
Handle the multiple watch lists correctly when fetching a single port
Fix GROUP by because of 7.3 changes
define SUPER_USER and USER types
Start using the port_categories table
For mainttaining commit_log_ports_ignore
Add new functions to support NeedsRefreshClear
Include needs_refresh for each commit
white space
turn off debugging use the categories table
Fix group by problem under 7.3
remove trailing control-m's
Turn debugging off
Try doing the join a bit faster.
whitespace
Don't set message id on retrieve return message id
remove Rename, added in error. add IsTaskAllowed
Allow us to add users to tasks
New class
whitespace
Add FetchByMessageId
Start pulling stuff in from the new security_notice table.
Add new function GetTasks
Use AddSlashes correctly
fix copyright
Add DeleteAllLists
Correctly count the number of watch lists for a given user.
PR 235 - WatchList needs to use UserID when deleting items.
Add GetDefaultWatchListID
Add FetchByName
Add SetLastWatchListChosen
Set debug off
limit watch lists to users.max_number_watch_lists
use ' instead of "
adjust error handling
Use require_once
Show all watch lists regardless of whether or not the element is on the list. Improve debugging.
Add DeleteElementFromWatchLists
Fix a mistaken query
Use onwatchlist not watch
use new watch list structure
Start using the new User class
Add FetchByCookie
Add watch_list_count, which is optional
Optionally show whether or not a given element is on the list
First commit
Add the user class. still pretty basic.
Tidy of SQL strings. Make FetchByID work.
rename $commit to $WatchList. add in_service
add in_service
Add the class for the WatchList and WatchLists
Repair comments
repair debug message
Cater for watch lists
Create a new commit class and move that functionality there from commits
add FetchNth and _PopulateValues The query needs to be modified to cater for time zones and adjustments thereto.
First commit
This commit was manufactured by cvs2svn to create tag 'FreshPorts2_Launch'.
If we are using watch lists, we need another optional group by item
move some max functions FetchByID does not appear to be used. So print a message and exit if we are called.
Standardize the date format
Format the data appropriately
Include version+revision in fetched details
Cater for watch lists correctly on lists of ports.
Pull committer from the result set
add message_id and encoding_losses, which might be used in some circumstances
add encoding_losses
add FetchByName
Grab port_id and adjust the time using SystemTimeAdjust()
New class
Start taking notice of WatchListID
OOPs, 24 hours clock, not 12.
Tweak the sort.
remove debugging info
add function IsOnWatcList
remember to timezone adjust the commit date
pull back all ports, not just those with commits ignore deleted ports
rename date_created -> date_added
Add update_description to class
Add some debugging code. for ports, make sure we don't include commit log information when retriving by partial path name.
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.
Add a new class.
Oops, forgot to commit this. Add FetchByID and FetchByCategory.
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.
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
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.
Standard project directories initialized by cvs2svn.