"Project EROS" is a collection of software which includes a web application framework for developing intranet and extranet applications (bbsengine), as well as example applications to demonstrate the available functionality.
Be the first to post a text review of Project Eros. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2006-06-28 21:19 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: make use of TUNEBOXBASEPATH in all urls; changed menu options and redirects to use 'google friendly' urls as appropriate. 2006-06-28 21:19 jam * php/tunebox.php: added TUNEBOXBASEPATH define. 2006-06-28 21:14 jam * htaccess: added rules to provide 'google friendly' urls. 2006-06-28 21:14 jam * RELEASENOTES.txt: added. 2006-06-28 21:13 jam * templates/footer.tmpl: updated; in part, only display a mantra if an authenticated user is viewing the page. 2006-05-19 23:12 jam * Makefile: modified export-install target to handle *.tgz files. 2006-05-15 14:38 jam * Makefile: changed install target so it uses $(installfile) to install the .htaccess file. 2006-05-15 14:37 jam * INSTALL, INSTALL.txt, README, README.txt, UPGRADE, UPGRADE.txt: renamed INSTALL, README, UPGRADE files to have a .txt extension. 2006-05-15 14:36 jam * TODO.txt: added a note about going through and rewriting the "summary" modes for each of the tables. 2006-05-15 14:35 jam * Makefile: made use of $(installfile) variable instead of calling 'install' directly. 2006-05-15 14:35 jam * php/genre.php: removed commented out code. 2006-05-11 16:49 jam * php/tunebox.php: s/eros/zoid/ 2006-05-11 16:47 jam * Makefile: cleaned up export target so it matches the other bbsengine-based apps (cvs tag, use of $(installfile), etc). 2006-05-03 15:12 jam * TODO.txt: added some items based on an im conversation with sunkast. 2006-02-11 18:19 jam * templates/footer.tmpl: updated; removed references to "eros" and corrected link to mantra.php. 2006-02-11 15:37 jam * TODO.txt: added a better description from sunkast regarding adding a "weight" to a track so it will be played more often on the stream. 2006-01-06 21:52 jam * TODO.txt: added. 2005-10-21 00:02 jam * php/track.php: removed linernote field. 2005-10-20 21:27 jam * php/index.php: updated to call displaysidebar() instead of menu, which means reworking how the options array is set up. 2005-10-20 20:00 jam * php/album.php: added 'linernote' field. 2005-10-20 19:33 jam * tunebox-schema.sql: moved 'linernote' from track to album. 2005-10-20 19:29 jam * convert.py: added in order to move the 'linernote' field from 'track' to 'album' where it belongs. 2005-10-20 18:28 jam * templates/Makefile: correct permissions of templates_c directory. 2005-10-20 18:23 jam * Makefile, php/Makefile, templates/Makefile: root access is no longer required to run 'make install'. 2005-10-20 18:23 jam * theme.css: updated to current from www site. 2005-10-13 00:22 jam * INSTALL: updated. 2005-10-13 00:21 jam * INSTALL, UPGRADE: added. 2005-10-13 00:20 jam * Makefile: improved export and export-install targets by making them embed a datestamp into the filename and the directory name. 2005-10-12 23:56 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: updated to call dbconnect() instead of sqlconnect(). 2005-10-12 23:53 jam * php/track.php: update to use dbconnect() instead of sqlconnect(); do not pass-by-reference at call time to squash a php5 warning. 2005-10-12 23:52 jam * php/common_db.php: updated to connect to dionysus. 2005-05-16 14:49 jam * php/: album.php, artist.php, common_db.php, genre.php, playlist.php, track.php: SECURITY: tightened up argument handling in all modules. 2005-01-20 12:53 jam * README: updated. 2005-01-20 12:50 jam * php/track.php: in getform(), replaced direct database queries with calls to QF::load(); added header() call to force UTF-8 charset. 2005-01-20 12:48 jam * php/playlist.php: replaced use of sqlexecute() and sqlselect() with calls to PEAR::DB. 2005-01-20 12:39 jam * php/index.php: added "add artist" and "artist summary" menu links; added header() call to force charset to UTF-8. 2005-01-20 12:38 jam * php/genre.php: updated copyright; replaced use of sqlexecute() with direct PEAR::DB call; added call to header() to force charset to UTF-8. 2005-01-20 12:37 jam * php/album.php: updated copyright; added header() call to force the charset to UTF-8. 2005-01-20 12:36 jam * Makefile: install README file along with ChangeLog. 2005-01-19 14:34 jam * tunebox-schema.sql: updated 'playlist' table. 2005-01-19 14:32 jam * php/artist.php: added. 2005-01-18 23:00 jam * php/track.php: in summary, fixed path to 'edit' and 'delete' images. 2005-01-18 22:28 jam * tunebox-schema.sql: cleaned up several problems with the 'track' table: removed some "not null" constraints, and fixed some default value definitions. 2005-01-18 22:22 jam * php/track.php: replaced calls to sqlexecute() and sqlselect() with direct PEAR::DB calls; fixed several problems with the insert() method. 2005-01-18 22:20 jam * php/genre.php: replaced calls to sqlselect() and sqlexecute() with direct calls to PEAR::DB. 2005-01-18 22:18 jam * php/album.php: removed calls to sqlselect() and sqlexecute() and replaced with direct calls to PEAR::DB. 2005-01-18 22:01 jam * theme.css: removed unused descriptors. 2005-01-14 18:39 jam * php/index.php: in getcount() got rid of sqlselect() in favor of DB::getOne(); changed display of the various counts so it's a sentence instead of a list.. thanks to BigE on #php for the code. 2005-01-14 18:33 jam * tunebox-schema.sql: cosmetic changes: added a comment to one field and lowercased "NOT NULL". 2005-01-14 18:27 jam * Makefile: updated EXPORTDIR and SITE. 2005-01-14 18:25 jam * templates/header.tmpl: updated path to graphics. 2005-01-14 18:25 jam * templates/footer.tmpl: updated copyright and path to "powered by" graphic. 2005-01-14 14:10 jam * README: updated. 2004-02-13 22:41 jam * templates/Makefile: updated clean target to not pass the -f argument to rm. 2004-02-13 19:34 jam * import-m3u.py: updated usage message. 2004-01-20 01:04 jam * php/track.php: redid update mode so it actually works; squashed several PHP_NOTICEs. 2004-01-19 21:17 jam * templates/form.tmpl: removed use of print_assoc_array. 2004-01-19 21:17 jam * templates/footer.tmpl: updated img tag for 'powered by eros bbs engine' logo. 2004-01-19 21:15 jam * php/index.php: added menu options for album module. 2004-01-19 21:15 jam * Makefile: updated install target. 2004-01-19 21:14 jam * php/track.php: added view mode. 2004-01-19 21:06 jam * php/album.php: added 'view' mode; updated getform() method. 2004-01-18 14:44 jam * php/album.php: added some additional fields. 2004-01-17 16:15 jam * php/album.php: added. 2004-01-15 16:56 jam * php/: genre.php, playlist.php, track.php: added phpdoc tags. 2004-01-13 14:44 jam * php/: genre.php, index.php, playlist.php, track.php: set a default value for the $dbh class variable. 2004-01-13 14:41 jam * php/: genre.php, index.php, playlist.php, track.php, tunebox.php: updated copyright date; added phpdoc tags. 2003-12-14 12:57 jam * php/track.php: in getform, changed ordering of some fields. 2003-12-14 10:50 jam * php/track.php: changed frameoffset from 'text' to 'hidden' since griff wasn't sure what the heck it was for; added 'outrotime'; removed numeric rule for introtime; probably a couple of other changes that escape me. 2003-12-14 10:47 jam * php/Makefile: updated clean rule. 2003-12-14 10:26 jam * import-m3u.py: major updates: encoding to utf-8, better handling of fields that have default values, some additional checking to see if a track is already in the database by name. 2003-12-14 10:00 jam * setup.py: added. 2003-12-14 09:59 jam * README: READ THIS DOCUMENT! 2003-12-14 09:55 jam * tunebox-schema.sql: updated default value of track.mimetype. 2003-12-13 14:43 jam * php/index.php: added 'add playlist' option to main menu. 2003-12-13 14:40 jam * php/genre.php: removed some whitespace from the source. 2003-12-13 14:39 jam * tunebox-schema.sql: added 'not null' constraint to track.artistid, track.genreid; added table.outrotime, table.outrotype; added table channel; updated fields table stream; renamed show.title to show.name; thanks to griff for suggesting changes. 2003-12-11 18:34 jam * Makefile: modified clean target to enter the php directory. 2003-12-11 18:32 jam * php/playlist.php: added 'id' argument to getform. 2003-12-11 18:21 jam * php/playlist.php: added getplaylisttrackcount. 2003-12-11 18:20 jam * php/genre.php: added 'id' argument to getform, and made use of it in the various editing modes. 2003-12-11 16:42 jam * php/track.php: made another stab at getting insert to work. not yet tested. 2003-12-11 15:40 jam * php/playlist.php: modified to populate 'lastmodified' and 'lastmodifiedby' fields in update and insert modes; populate postedby and dateposted as appropriate; in delete mode, delete entries in map_playlist_track. 2003-12-11 15:39 jam * php/track.php: added sql for insert of track, but have not yet tested. 2003-12-11 13:47 jam * php/playlist.php: changed label of submit button to be equal to $submitmode. 2003-12-11 12:39 jam * php/playlist.php: copied genre.php to playlist.php; s/genre/playlist/g. 2003-12-11 12:23 jam * php/index.php: moved initilizing of menu closer to call to menu(); added 'exit tunebox' menu option. 2003-12-11 12:20 jam * php/track.php: edit mode is working for track; update mode is not yet implemented; small cleanups. 2003-12-11 09:57 jam * php/genre.php: rewrite of edit mode. 2003-12-11 09:15 jam * php/genre.php: add genre is now working. 2003-12-11 08:38 jam * php/track.php: added a call to 'process' method of form, which makes the code jump to the insert function iff 'add' is able to validate the form. insert has not yet been implemented. 2003-12-11 08:19 jam * php/tunebox.php: added 'trackflags' global variable. 2003-12-11 08:18 jam * php/track.php: major rewrite. 2003-12-09 19:03 jam * php/index.php: added menu option for 'playlist summary'. 2003-12-09 19:03 jam * php/playlist.php: added. 2003-12-09 14:09 jam * php/track.php: added several fields to form; cleaned up variable usage to be more consistent; etc. 2003-12-09 14:08 jam * templates/form.tmpl: removed label tags which seemed to be causing issues with groups. 2003-12-09 07:02 jam * php/genre.php: fixed menu issue. 2003-12-08 14:52 jam * tunebox-schema.sql: added track.introtime based on suggestion from sunkast. 2003-12-08 14:51 jam * php/track.php: added $genreid and $albumid. 2003-12-08 14:32 jam * common_db.php, php/common_db.php: moved common_db.php to php directory. 2003-12-08 14:32 jam * php/track.php: added album to track form. 2003-12-08 14:25 jam * common_db.php: updated SYSTEMDSN. 2003-12-08 14:04 jam * README: updated. 2003-12-08 14:03 jam * php/: genre.php, index.php, track.php: s/ADMIN/TUNEBOX/ 2003-12-08 13:53 jam * php/track.php, README, templates/form.tmpl: updated. 2003-12-08 13:51 jam * php/index.php: added counts to front page. 2003-12-07 22:43 jam * php/genre.php: squashed php notice. 2003-12-07 22:41 jam * php/track.php: added track.url handling; squashed php notice regarding 'offset' being undefined. 2003-12-07 22:37 jam * php/track.php: added artist and genre to form mode. 2003-12-07 21:16 jam * README: updated. 2003-12-07 21:15 jam * php/tunebox.php: added includes for HTML_QuickForm. 2003-12-07 21:11 jam * php/index.php: commented out not-yet-started modules. 2003-12-07 21:10 jam * php/genre.php: updated and tested. 2003-12-07 21:02 jam * php/track.php: added. 2003-12-07 19:45 jam * templates/form.tmpl: updated. 2003-12-07 13:16 jam * php/genre.php: updated. 2003-12-07 12:34 jam * templates/form.tmpl: added. 2003-12-07 11:45 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-07 11:43 jam * tunebox-schema.sql: added track.corrupted. 2003-12-07 11:42 jam * index.php: moved to php/index.php. 2003-12-07 11:41 jam * htaccess: removed include_path. 2003-12-07 11:41 jam * tunebox.php: moved to php/tunebox.php. 2003-12-07 11:39 jam * php/: genre.php, index.php, tunebox.php: added. 2003-12-07 11:38 jam * Makefile, php/Makefile, templates/Makefile: updated. 2003-12-05 04:01 jam * Makefile: changed INSTALLDIR; s/tunebox/$(PROJECT)/g; commented out rule for sql file; marked sql file precious. 2003-12-05 03:22 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-05 03:18 jam * htaccess: updated include_path; turned off RewriteEngine; removed unused options. 2003-12-05 03:06 jam * Makefile: added PROJECT; fixed typos; copied export-install target from bbsengine. 2003-12-05 02:51 jam * Makefile: added use of EXPORTDIR. 2003-12-05 02:44 jam * tunebox-schema.sql: added album.discid, album.length; changed album.releasedate from integer to date; added track.frameoffset. 2003-11-29 22:21 jam * README: updated. 2003-11-29 22:21 jam * Makefile: updated INSTALLDIR to point to intranet instead of www. 2003-11-29 22:01 jam * import-m3u.py: added three fields to track table; added a logging item in case the playlist already exists. 2003-11-29 22:00 jam * tunebox-schema.sql: added 'limitededition', 'specialedition', 'soundtrack' fields to track table. 2003-11-29 20:42 jam * import-m3u.py, tunebox-schema.sql, tunebox.py: updated. 2003-11-29 13:17 jam * import-m3u.py: updated. 2003-11-27 22:40 jam * tunebox-schema.sql, README, common_db.php, import-m3u.py, index.php, tunebox.py, templates/Makefile: updated. 2003-11-27 20:06 jam * README: added. 2003-11-27 19:42 jam * Makefile: updated. 2003-11-19 12:27 jam * import-m3u.py: updated a bit.. now properly logs to syslog. 2003-11-14 18:32 jam * import-m3u.py: added. 2003-11-09 20:08 jam * tunebox-schema.sql: updated. 2003-11-06 13:04 jam * tunebox-schema.sql: updated. 2003-10-30 21:42 jam * common_db.php: updated SYSTEMDSN. 2003-10-30 21:42 jam * index.php: fixed printheader(); added div tags around 'under construction'. 2003-10-30 21:24 jam * Makefile, templates/Makefile: fixed up permissions. 2003-10-30 21:23 jam * COPYING, htaccess: added. 2003-10-30 21:22 jam * theme.css: added as copy from 'bbsengine' project. 2003-10-25 14:36 jam * Makefile: changed to use $(MAKE) instead of calling 'make' directly. 2003-10-25 14:35 jam * templates/Makefile: added. 2003-10-25 14:33 jam * index.php: added call to 'session_start()' and some menu options. 2003-10-25 14:22 jam * templates/header.tmpl: updated. 2003-10-25 14:08 jam * Makefile: added cvsid. 2003-10-25 14:08 jam * Makefile: fixed chmod permissions. 2003-10-25 14:05 jam * templates/footer.tmpl: fixed up about.php url. 2003-10-25 14:02 jam * templates/: footer.tmpl, header.tmpl: added as copies of bbsengine files. 2003-10-25 13:54 jam * tunebox.py: added. 2003-10-25 13:49 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * common_db.php: updated license version to explicitly say "2.0"; updated TUNEBOXDSN to point to dionysus. 2003-10-25 09:10 jam * Makefile: added 'tunebox-schema.sql' to list of .PHONY targets. 2003-09-06 16:54 jam * tunebox.php: added. 2003-09-06 16:54 jam * index.php: added check for connection to TUNEBOXDSN; display 'under construction' screen. 2003-09-06 16:52 jam * Makefile: s/cit/tunebox/ 2003-09-06 16:51 jam * tunebox-schema.sql: added. 2003-09-06 16:40 jam * index.php, common_db.php: added. 2003-09-06 16:37 jam * Makefile: updated ChangeLog and backup targets. 2003-09-06 16:33 jam * Makefile: Initial revision 2003-09-06 16:33 jam * Makefile: initial import
2006-06-28 21:19 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: make use of TUNEBOXBASEPATH in all urls; changed menu options and redirects to use 'google friendly' urls as appropriate. 2006-06-28 21:19 jam * php/tunebox.php: added TUNEBOXBASEPATH define. 2006-06-28 21:14 jam * htaccess: added rules to provide 'google friendly' urls. 2006-06-28 21:14 jam * RELEASENOTES.txt: added. 2006-06-28 21:13 jam * templates/footer.tmpl: updated; in part, only display a mantra if an authenticated user is viewing the page. 2006-05-19 23:12 jam * Makefile: modified export-install target to handle *.tgz files. 2006-05-15 14:38 jam * Makefile: changed install target so it uses $(installfile) to install the .htaccess file. 2006-05-15 14:37 jam * INSTALL, INSTALL.txt, README, README.txt, UPGRADE, UPGRADE.txt: renamed INSTALL, README, UPGRADE files to have a .txt extension. 2006-05-15 14:36 jam * TODO.txt: added a note about going through and rewriting the "summary" modes for each of the tables. 2006-05-15 14:35 jam * Makefile: made use of $(installfile) variable instead of calling 'install' directly. 2006-05-15 14:35 jam * php/genre.php: removed commented out code. 2006-05-11 16:49 jam * php/tunebox.php: s/eros/zoid/ 2006-05-11 16:47 jam * Makefile: cleaned up export target so it matches the other bbsengine-based apps (cvs tag, use of $(installfile), etc). 2006-05-03 15:12 jam * TODO.txt: added some items based on an im conversation with sunkast. 2006-02-11 18:19 jam * templates/footer.tmpl: updated; removed references to "eros" and corrected link to mantra.php. 2006-02-11 15:37 jam * TODO.txt: added a better description from sunkast regarding adding a "weight" to a track so it will be played more often on the stream. 2006-01-06 21:52 jam * TODO.txt: added. 2005-10-21 00:02 jam * php/track.php: removed linernote field. 2005-10-20 21:27 jam * php/index.php: updated to call displaysidebar() instead of menu, which means reworking how the options array is set up. 2005-10-20 20:00 jam * php/album.php: added 'linernote' field. 2005-10-20 19:33 jam * tunebox-schema.sql: moved 'linernote' from track to album. 2005-10-20 19:29 jam * convert.py: added in order to move the 'linernote' field from 'track' to 'album' where it belongs. 2005-10-20 18:28 jam * templates/Makefile: correct permissions of templates_c directory. 2005-10-20 18:23 jam * Makefile, php/Makefile, templates/Makefile: root access is no longer required to run 'make install'. 2005-10-20 18:23 jam * theme.css: updated to current from www site. 2005-10-13 00:22 jam * INSTALL: updated. 2005-10-13 00:21 jam * INSTALL, UPGRADE: added. 2005-10-13 00:20 jam * Makefile: improved export and export-install targets by making them embed a datestamp into the filename and the directory name. 2005-10-12 23:56 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: updated to call dbconnect() instead of sqlconnect(). 2005-10-12 23:53 jam * php/track.php: update to use dbconnect() instead of sqlconnect(); do not pass-by-reference at call time to squash a php5 warning. 2005-10-12 23:52 jam * php/common_db.php: updated to connect to dionysus. 2005-05-16 14:49 jam * php/: album.php, artist.php, common_db.php, genre.php, playlist.php, track.php: SECURITY: tightened up argument handling in all modules. 2005-01-20 12:53 jam * README: updated. 2005-01-20 12:50 jam * php/track.php: in getform(), replaced direct database queries with calls to QF::load(); added header() call to force UTF-8 charset. 2005-01-20 12:48 jam * php/playlist.php: replaced use of sqlexecute() and sqlselect() with calls to PEAR::DB. 2005-01-20 12:39 jam * php/index.php: added "add artist" and "artist summary" menu links; added header() call to force charset to UTF-8. 2005-01-20 12:38 jam * php/genre.php: updated copyright; replaced use of sqlexecute() with direct PEAR::DB call; added call to header() to force charset to UTF-8. 2005-01-20 12:37 jam * php/album.php: updated copyright; added header() call to force the charset to UTF-8. 2005-01-20 12:36 jam * Makefile: install README file along with ChangeLog. 2005-01-19 14:34 jam * tunebox-schema.sql: updated 'playlist' table. 2005-01-19 14:32 jam * php/artist.php: added. 2005-01-18 23:00 jam * php/track.php: in summary, fixed path to 'edit' and 'delete' images. 2005-01-18 22:28 jam * tunebox-schema.sql: cleaned up several problems with the 'track' table: removed some "not null" constraints, and fixed some default value definitions. 2005-01-18 22:22 jam * php/track.php: replaced calls to sqlexecute() and sqlselect() with direct PEAR::DB calls; fixed several problems with the insert() method. 2005-01-18 22:20 jam * php/genre.php: replaced calls to sqlselect() and sqlexecute() with direct calls to PEAR::DB. 2005-01-18 22:18 jam * php/album.php: removed calls to sqlselect() and sqlexecute() and replaced with direct calls to PEAR::DB. 2005-01-18 22:01 jam * theme.css: removed unused descriptors. 2005-01-14 18:39 jam * php/index.php: in getcount() got rid of sqlselect() in favor of DB::getOne(); changed display of the various counts so it's a sentence instead of a list.. thanks to BigE on #php for the code. 2005-01-14 18:33 jam * tunebox-schema.sql: cosmetic changes: added a comment to one field and lowercased "NOT NULL". 2005-01-14 18:27 jam * Makefile: updated EXPORTDIR and SITE. 2005-01-14 18:25 jam * templates/header.tmpl: updated path to graphics. 2005-01-14 18:25 jam * templates/footer.tmpl: updated copyright and path to "powered by" graphic. 2005-01-14 14:10 jam * README: updated. 2004-02-13 22:41 jam * templates/Makefile: updated clean target to not pass the -f argument to rm. 2004-02-13 19:34 jam * import-m3u.py: updated usage message. 2004-01-20 01:04 jam * php/track.php: redid update mode so it actually works; squashed several PHP_NOTICEs. 2004-01-19 21:17 jam * templates/form.tmpl: removed use of print_assoc_array. 2004-01-19 21:17 jam * templates/footer.tmpl: updated img tag for 'powered by eros bbs engine' logo. 2004-01-19 21:15 jam * php/index.php: added menu options for album module. 2004-01-19 21:15 jam * Makefile: updated install target. 2004-01-19 21:14 jam * php/track.php: added view mode. 2004-01-19 21:06 jam * php/album.php: added 'view' mode; updated getform() method. 2004-01-18 14:44 jam * php/album.php: added some additional fields. 2004-01-17 16:15 jam * php/album.php: added. 2004-01-15 16:56 jam * php/: genre.php, playlist.php, track.php: added phpdoc tags. 2004-01-13 14:44 jam * php/: genre.php, index.php, playlist.php, track.php: set a default value for the $dbh class variable. 2004-01-13 14:41 jam * php/: genre.php, index.php, playlist.php, track.php, tunebox.php: updated copyright date; added phpdoc tags. 2003-12-14 12:57 jam * php/track.php: in getform, changed ordering of some fields. 2003-12-14 10:50 jam * php/track.php: changed frameoffset from 'text' to 'hidden' since griff wasn't sure what the heck it was for; added 'outrotime'; removed numeric rule for introtime; probably a couple of other changes that escape me. 2003-12-14 10:47 jam * php/Makefile: updated clean rule. 2003-12-14 10:26 jam * import-m3u.py: major updates: encoding to utf-8, better handling of fields that have default values, some additional checking to see if a track is already in the database by name. 2003-12-14 10:00 jam * setup.py: added. 2003-12-14 09:59 jam * README: READ THIS DOCUMENT! 2003-12-14 09:55 jam * tunebox-schema.sql: updated default value of track.mimetype. 2003-12-13 14:43 jam * php/index.php: added 'add playlist' option to main menu. 2003-12-13 14:40 jam * php/genre.php: removed some whitespace from the source. 2003-12-13 14:39 jam * tunebox-schema.sql: added 'not null' constraint to track.artistid, track.genreid; added table.outrotime, table.outrotype; added table channel; updated fields table stream; renamed show.title to show.name; thanks to griff for suggesting changes. 2003-12-11 18:34 jam * Makefile: modified clean target to enter the php directory. 2003-12-11 18:32 jam * php/playlist.php: added 'id' argument to getform. 2003-12-11 18:21 jam * php/playlist.php: added getplaylisttrackcount. 2003-12-11 18:20 jam * php/genre.php: added 'id' argument to getform, and made use of it in the various editing modes. 2003-12-11 16:42 jam * php/track.php: made another stab at getting insert to work. not yet tested. 2003-12-11 15:40 jam * php/playlist.php: modified to populate 'lastmodified' and 'lastmodifiedby' fields in update and insert modes; populate postedby and dateposted as appropriate; in delete mode, delete entries in map_playlist_track. 2003-12-11 15:39 jam * php/track.php: added sql for insert of track, but have not yet tested. 2003-12-11 13:47 jam * php/playlist.php: changed label of submit button to be equal to $submitmode. 2003-12-11 12:39 jam * php/playlist.php: copied genre.php to playlist.php; s/genre/playlist/g. 2003-12-11 12:23 jam * php/index.php: moved initilizing of menu closer to call to menu(); added 'exit tunebox' menu option. 2003-12-11 12:20 jam * php/track.php: edit mode is working for track; update mode is not yet implemented; small cleanups. 2003-12-11 09:57 jam * php/genre.php: rewrite of edit mode. 2003-12-11 09:15 jam * php/genre.php: add genre is now working. 2003-12-11 08:38 jam * php/track.php: added a call to 'process' method of form, which makes the code jump to the insert function iff 'add' is able to validate the form. insert has not yet been implemented. 2003-12-11 08:19 jam * php/tunebox.php: added 'trackflags' global variable. 2003-12-11 08:18 jam * php/track.php: major rewrite. 2003-12-09 19:03 jam * php/index.php: added menu option for 'playlist summary'. 2003-12-09 19:03 jam * php/playlist.php: added. 2003-12-09 14:09 jam * php/track.php: added several fields to form; cleaned up variable usage to be more consistent; etc. 2003-12-09 14:08 jam * templates/form.tmpl: removed label tags which seemed to be causing issues with groups. 2003-12-09 07:02 jam * php/genre.php: fixed menu issue. 2003-12-08 14:52 jam * tunebox-schema.sql: added track.introtime based on suggestion from sunkast. 2003-12-08 14:51 jam * php/track.php: added $genreid and $albumid. 2003-12-08 14:32 jam * common_db.php, php/common_db.php: moved common_db.php to php directory. 2003-12-08 14:32 jam * php/track.php: added album to track form. 2003-12-08 14:25 jam * common_db.php: updated SYSTEMDSN. 2003-12-08 14:04 jam * README: updated. 2003-12-08 14:03 jam * php/: genre.php, index.php, track.php: s/ADMIN/TUNEBOX/ 2003-12-08 13:53 jam * php/track.php, README, templates/form.tmpl: updated. 2003-12-08 13:51 jam * php/index.php: added counts to front page. 2003-12-07 22:43 jam * php/genre.php: squashed php notice. 2003-12-07 22:41 jam * php/track.php: added track.url handling; squashed php notice regarding 'offset' being undefined. 2003-12-07 22:37 jam * php/track.php: added artist and genre to form mode. 2003-12-07 21:16 jam * README: updated. 2003-12-07 21:15 jam * php/tunebox.php: added includes for HTML_QuickForm. 2003-12-07 21:11 jam * php/index.php: commented out not-yet-started modules. 2003-12-07 21:10 jam * php/genre.php: updated and tested. 2003-12-07 21:02 jam * php/track.php: added. 2003-12-07 19:45 jam * templates/form.tmpl: updated. 2003-12-07 13:16 jam * php/genre.php: updated. 2003-12-07 12:34 jam * templates/form.tmpl: added. 2003-12-07 11:45 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-07 11:43 jam * tunebox-schema.sql: added track.corrupted. 2003-12-07 11:42 jam * index.php: moved to php/index.php. 2003-12-07 11:41 jam * htaccess: removed include_path. 2003-12-07 11:41 jam * tunebox.php: moved to php/tunebox.php. 2003-12-07 11:39 jam * php/: genre.php, index.php, tunebox.php: added. 2003-12-07 11:38 jam * Makefile, php/Makefile, templates/Makefile: updated. 2003-12-05 04:01 jam * Makefile: changed INSTALLDIR; s/tunebox/$(PROJECT)/g; commented out rule for sql file; marked sql file precious. 2003-12-05 03:22 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-05 03:18 jam * htaccess: updated include_path; turned off RewriteEngine; removed unused options. 2003-12-05 03:06 jam * Makefile: added PROJECT; fixed typos; copied export-install target from bbsengine. 2003-12-05 02:51 jam * Makefile: added use of EXPORTDIR. 2003-12-05 02:44 jam * tunebox-schema.sql: added album.discid, album.length; changed album.releasedate from integer to date; added track.frameoffset. 2003-11-29 22:21 jam * README: updated. 2003-11-29 22:21 jam * Makefile: updated INSTALLDIR to point to intranet instead of www. 2003-11-29 22:01 jam * import-m3u.py: added three fields to track table; added a logging item in case the playlist already exists. 2003-11-29 22:00 jam * tunebox-schema.sql: added 'limitededition', 'specialedition', 'soundtrack' fields to track table. 2003-11-29 20:42 jam * import-m3u.py, tunebox-schema.sql, tunebox.py: updated. 2003-11-29 13:17 jam * import-m3u.py: updated. 2003-11-27 22:40 jam * tunebox-schema.sql, README, common_db.php, import-m3u.py, index.php, tunebox.py, templates/Makefile: updated. 2003-11-27 20:06 jam * README: added. 2003-11-27 19:42 jam * Makefile: updated. 2003-11-19 12:27 jam * import-m3u.py: updated a bit.. now properly logs to syslog. 2003-11-14 18:32 jam * import-m3u.py: added. 2003-11-09 20:08 jam * tunebox-schema.sql: updated. 2003-11-06 13:04 jam * tunebox-schema.sql: updated. 2003-10-30 21:42 jam * common_db.php: updated SYSTEMDSN. 2003-10-30 21:42 jam * index.php: fixed printheader(); added div tags around 'under construction'. 2003-10-30 21:24 jam * Makefile, templates/Makefile: fixed up permissions. 2003-10-30 21:23 jam * COPYING, htaccess: added. 2003-10-30 21:22 jam * theme.css: added as copy from 'bbsengine' project. 2003-10-25 14:36 jam * Makefile: changed to use $(MAKE) instead of calling 'make' directly. 2003-10-25 14:35 jam * templates/Makefile: added. 2003-10-25 14:33 jam * index.php: added call to 'session_start()' and some menu options. 2003-10-25 14:22 jam * templates/header.tmpl: updated. 2003-10-25 14:08 jam * Makefile: added cvsid. 2003-10-25 14:08 jam * Makefile: fixed chmod permissions. 2003-10-25 14:05 jam * templates/footer.tmpl: fixed up about.php url. 2003-10-25 14:02 jam * templates/: footer.tmpl, header.tmpl: added as copies of bbsengine files. 2003-10-25 13:54 jam * tunebox.py: added. 2003-10-25 13:49 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * common_db.php: updated license version to explicitly say "2.0"; updated TUNEBOXDSN to point to dionysus. 2003-10-25 09:10 jam * Makefile: added 'tunebox-schema.sql' to list of .PHONY targets. 2003-09-06 16:54 jam * tunebox.php: added. 2003-09-06 16:54 jam * index.php: added check for connection to TUNEBOXDSN; display 'under construction' screen. 2003-09-06 16:52 jam * Makefile: s/cit/tunebox/ 2003-09-06 16:51 jam * tunebox-schema.sql: added. 2003-09-06 16:40 jam * index.php, common_db.php: added. 2003-09-06 16:37 jam * Makefile: updated ChangeLog and backup targets. 2003-09-06 16:33 jam * Makefile: Initial revision 2003-09-06 16:33 jam * Makefile: initial import
2006-06-28 21:19 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: make use of TUNEBOXBASEPATH in all urls; changed menu options and redirects to use 'google friendly' urls as appropriate. 2006-06-28 21:19 jam * php/tunebox.php: added TUNEBOXBASEPATH define. 2006-06-28 21:14 jam * htaccess: added rules to provide 'google friendly' urls. 2006-06-28 21:14 jam * RELEASENOTES.txt: added. 2006-06-28 21:13 jam * templates/footer.tmpl: updated; in part, only display a mantra if an authenticated user is viewing the page. 2006-05-19 23:12 jam * Makefile: modified export-install target to handle *.tgz files. 2006-05-15 14:38 jam * Makefile: changed install target so it uses $(installfile) to install the .htaccess file. 2006-05-15 14:37 jam * INSTALL, INSTALL.txt, README, README.txt, UPGRADE, UPGRADE.txt: renamed INSTALL, README, UPGRADE files to have a .txt extension. 2006-05-15 14:36 jam * TODO.txt: added a note about going through and rewriting the "summary" modes for each of the tables. 2006-05-15 14:35 jam * Makefile: made use of $(installfile) variable instead of calling 'install' directly. 2006-05-15 14:35 jam * php/genre.php: removed commented out code. 2006-05-11 16:49 jam * php/tunebox.php: s/eros/zoid/ 2006-05-11 16:47 jam * Makefile: cleaned up export target so it matches the other bbsengine-based apps (cvs tag, use of $(installfile), etc). 2006-05-03 15:12 jam * TODO.txt: added some items based on an im conversation with sunkast. 2006-02-11 18:19 jam * templates/footer.tmpl: updated; removed references to "eros" and corrected link to mantra.php. 2006-02-11 15:37 jam * TODO.txt: added a better description from sunkast regarding adding a "weight" to a track so it will be played more often on the stream. 2006-01-06 21:52 jam * TODO.txt: added. 2005-10-21 00:02 jam * php/track.php: removed linernote field. 2005-10-20 21:27 jam * php/index.php: updated to call displaysidebar() instead of menu, which means reworking how the options array is set up. 2005-10-20 20:00 jam * php/album.php: added 'linernote' field. 2005-10-20 19:33 jam * tunebox-schema.sql: moved 'linernote' from track to album. 2005-10-20 19:29 jam * convert.py: added in order to move the 'linernote' field from 'track' to 'album' where it belongs. 2005-10-20 18:28 jam * templates/Makefile: correct permissions of templates_c directory. 2005-10-20 18:23 jam * Makefile, php/Makefile, templates/Makefile: root access is no longer required to run 'make install'. 2005-10-20 18:23 jam * theme.css: updated to current from www site. 2005-10-13 00:22 jam * INSTALL: updated. 2005-10-13 00:21 jam * INSTALL, UPGRADE: added. 2005-10-13 00:20 jam * Makefile: improved export and export-install targets by making them embed a datestamp into the filename and the directory name. 2005-10-12 23:56 jam * php/: album.php, artist.php, genre.php, index.php, playlist.php, track.php: updated to call dbconnect() instead of sqlconnect(). 2005-10-12 23:53 jam * php/track.php: update to use dbconnect() instead of sqlconnect(); do not pass-by-reference at call time to squash a php5 warning. 2005-10-12 23:52 jam * php/common_db.php: updated to connect to dionysus. 2005-05-16 14:49 jam * php/: album.php, artist.php, common_db.php, genre.php, playlist.php, track.php: SECURITY: tightened up argument handling in all modules. 2005-01-20 12:53 jam * README: updated. 2005-01-20 12:50 jam * php/track.php: in getform(), replaced direct database queries with calls to QF::load(); added header() call to force UTF-8 charset. 2005-01-20 12:48 jam * php/playlist.php: replaced use of sqlexecute() and sqlselect() with calls to PEAR::DB. 2005-01-20 12:39 jam * php/index.php: added "add artist" and "artist summary" menu links; added header() call to force charset to UTF-8. 2005-01-20 12:38 jam * php/genre.php: updated copyright; replaced use of sqlexecute() with direct PEAR::DB call; added call to header() to force charset to UTF-8. 2005-01-20 12:37 jam * php/album.php: updated copyright; added header() call to force the charset to UTF-8. 2005-01-20 12:36 jam * Makefile: install README file along with ChangeLog. 2005-01-19 14:34 jam * tunebox-schema.sql: updated 'playlist' table. 2005-01-19 14:32 jam * php/artist.php: added. 2005-01-18 23:00 jam * php/track.php: in summary, fixed path to 'edit' and 'delete' images. 2005-01-18 22:28 jam * tunebox-schema.sql: cleaned up several problems with the 'track' table: removed some "not null" constraints, and fixed some default value definitions. 2005-01-18 22:22 jam * php/track.php: replaced calls to sqlexecute() and sqlselect() with direct PEAR::DB calls; fixed several problems with the insert() method. 2005-01-18 22:20 jam * php/genre.php: replaced calls to sqlselect() and sqlexecute() with direct calls to PEAR::DB. 2005-01-18 22:18 jam * php/album.php: removed calls to sqlselect() and sqlexecute() and replaced with direct calls to PEAR::DB. 2005-01-18 22:01 jam * theme.css: removed unused descriptors. 2005-01-14 18:39 jam * php/index.php: in getcount() got rid of sqlselect() in favor of DB::getOne(); changed display of the various counts so it's a sentence instead of a list.. thanks to BigE on #php for the code. 2005-01-14 18:33 jam * tunebox-schema.sql: cosmetic changes: added a comment to one field and lowercased "NOT NULL". 2005-01-14 18:27 jam * Makefile: updated EXPORTDIR and SITE. 2005-01-14 18:25 jam * templates/header.tmpl: updated path to graphics. 2005-01-14 18:25 jam * templates/footer.tmpl: updated copyright and path to "powered by" graphic. 2005-01-14 14:10 jam * README: updated. 2004-02-13 22:41 jam * templates/Makefile: updated clean target to not pass the -f argument to rm. 2004-02-13 19:34 jam * import-m3u.py: updated usage message. 2004-01-20 01:04 jam * php/track.php: redid update mode so it actually works; squashed several PHP_NOTICEs. 2004-01-19 21:17 jam * templates/form.tmpl: removed use of print_assoc_array. 2004-01-19 21:17 jam * templates/footer.tmpl: updated img tag for 'powered by eros bbs engine' logo. 2004-01-19 21:15 jam * php/index.php: added menu options for album module. 2004-01-19 21:15 jam * Makefile: updated install target. 2004-01-19 21:14 jam * php/track.php: added view mode. 2004-01-19 21:06 jam * php/album.php: added 'view' mode; updated getform() method. 2004-01-18 14:44 jam * php/album.php: added some additional fields. 2004-01-17 16:15 jam * php/album.php: added. 2004-01-15 16:56 jam * php/: genre.php, playlist.php, track.php: added phpdoc tags. 2004-01-13 14:44 jam * php/: genre.php, index.php, playlist.php, track.php: set a default value for the $dbh class variable. 2004-01-13 14:41 jam * php/: genre.php, index.php, playlist.php, track.php, tunebox.php: updated copyright date; added phpdoc tags. 2003-12-14 12:57 jam * php/track.php: in getform, changed ordering of some fields. 2003-12-14 10:50 jam * php/track.php: changed frameoffset from 'text' to 'hidden' since griff wasn't sure what the heck it was for; added 'outrotime'; removed numeric rule for introtime; probably a couple of other changes that escape me. 2003-12-14 10:47 jam * php/Makefile: updated clean rule. 2003-12-14 10:26 jam * import-m3u.py: major updates: encoding to utf-8, better handling of fields that have default values, some additional checking to see if a track is already in the database by name. 2003-12-14 10:00 jam * setup.py: added. 2003-12-14 09:59 jam * README: READ THIS DOCUMENT! 2003-12-14 09:55 jam * tunebox-schema.sql: updated default value of track.mimetype. 2003-12-13 14:43 jam * php/index.php: added 'add playlist' option to main menu. 2003-12-13 14:40 jam * php/genre.php: removed some whitespace from the source. 2003-12-13 14:39 jam * tunebox-schema.sql: added 'not null' constraint to track.artistid, track.genreid; added table.outrotime, table.outrotype; added table channel; updated fields table stream; renamed show.title to show.name; thanks to griff for suggesting changes. 2003-12-11 18:34 jam * Makefile: modified clean target to enter the php directory. 2003-12-11 18:32 jam * php/playlist.php: added 'id' argument to getform. 2003-12-11 18:21 jam * php/playlist.php: added getplaylisttrackcount. 2003-12-11 18:20 jam * php/genre.php: added 'id' argument to getform, and made use of it in the various editing modes. 2003-12-11 16:42 jam * php/track.php: made another stab at getting insert to work. not yet tested. 2003-12-11 15:40 jam * php/playlist.php: modified to populate 'lastmodified' and 'lastmodifiedby' fields in update and insert modes; populate postedby and dateposted as appropriate; in delete mode, delete entries in map_playlist_track. 2003-12-11 15:39 jam * php/track.php: added sql for insert of track, but have not yet tested. 2003-12-11 13:47 jam * php/playlist.php: changed label of submit button to be equal to $submitmode. 2003-12-11 12:39 jam * php/playlist.php: copied genre.php to playlist.php; s/genre/playlist/g. 2003-12-11 12:23 jam * php/index.php: moved initilizing of menu closer to call to menu(); added 'exit tunebox' menu option. 2003-12-11 12:20 jam * php/track.php: edit mode is working for track; update mode is not yet implemented; small cleanups. 2003-12-11 09:57 jam * php/genre.php: rewrite of edit mode. 2003-12-11 09:15 jam * php/genre.php: add genre is now working. 2003-12-11 08:38 jam * php/track.php: added a call to 'process' method of form, which makes the code jump to the insert function iff 'add' is able to validate the form. insert has not yet been implemented. 2003-12-11 08:19 jam * php/tunebox.php: added 'trackflags' global variable. 2003-12-11 08:18 jam * php/track.php: major rewrite. 2003-12-09 19:03 jam * php/index.php: added menu option for 'playlist summary'. 2003-12-09 19:03 jam * php/playlist.php: added. 2003-12-09 14:09 jam * php/track.php: added several fields to form; cleaned up variable usage to be more consistent; etc. 2003-12-09 14:08 jam * templates/form.tmpl: removed label tags which seemed to be causing issues with groups. 2003-12-09 07:02 jam * php/genre.php: fixed menu issue. 2003-12-08 14:52 jam * tunebox-schema.sql: added track.introtime based on suggestion from sunkast. 2003-12-08 14:51 jam * php/track.php: added $genreid and $albumid. 2003-12-08 14:32 jam * common_db.php, php/common_db.php: moved common_db.php to php directory. 2003-12-08 14:32 jam * php/track.php: added album to track form. 2003-12-08 14:25 jam * common_db.php: updated SYSTEMDSN. 2003-12-08 14:04 jam * README: updated. 2003-12-08 14:03 jam * php/: genre.php, index.php, track.php: s/ADMIN/TUNEBOX/ 2003-12-08 13:53 jam * php/track.php, README, templates/form.tmpl: updated. 2003-12-08 13:51 jam * php/index.php: added counts to front page. 2003-12-07 22:43 jam * php/genre.php: squashed php notice. 2003-12-07 22:41 jam * php/track.php: added track.url handling; squashed php notice regarding 'offset' being undefined. 2003-12-07 22:37 jam * php/track.php: added artist and genre to form mode. 2003-12-07 21:16 jam * README: updated. 2003-12-07 21:15 jam * php/tunebox.php: added includes for HTML_QuickForm. 2003-12-07 21:11 jam * php/index.php: commented out not-yet-started modules. 2003-12-07 21:10 jam * php/genre.php: updated and tested. 2003-12-07 21:02 jam * php/track.php: added. 2003-12-07 19:45 jam * templates/form.tmpl: updated. 2003-12-07 13:16 jam * php/genre.php: updated. 2003-12-07 12:34 jam * templates/form.tmpl: added. 2003-12-07 11:45 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-07 11:43 jam * tunebox-schema.sql: added track.corrupted. 2003-12-07 11:42 jam * index.php: moved to php/index.php. 2003-12-07 11:41 jam * htaccess: removed include_path. 2003-12-07 11:41 jam * tunebox.php: moved to php/tunebox.php. 2003-12-07 11:39 jam * php/: genre.php, index.php, tunebox.php: added. 2003-12-07 11:38 jam * Makefile, php/Makefile, templates/Makefile: updated. 2003-12-05 04:01 jam * Makefile: changed INSTALLDIR; s/tunebox/$(PROJECT)/g; commented out rule for sql file; marked sql file precious. 2003-12-05 03:22 jam * templates/: footer.tmpl, header.tmpl: updated. 2003-12-05 03:18 jam * htaccess: updated include_path; turned off RewriteEngine; removed unused options. 2003-12-05 03:06 jam * Makefile: added PROJECT; fixed typos; copied export-install target from bbsengine. 2003-12-05 02:51 jam * Makefile: added use of EXPORTDIR. 2003-12-05 02:44 jam * tunebox-schema.sql: added album.discid, album.length; changed album.releasedate from integer to date; added track.frameoffset. 2003-11-29 22:21 jam * README: updated. 2003-11-29 22:21 jam * Makefile: updated INSTALLDIR to point to intranet instead of www. 2003-11-29 22:01 jam * import-m3u.py: added three fields to track table; added a logging item in case the playlist already exists. 2003-11-29 22:00 jam * tunebox-schema.sql: added 'limitededition', 'specialedition', 'soundtrack' fields to track table. 2003-11-29 20:42 jam * import-m3u.py, tunebox-schema.sql, tunebox.py: updated. 2003-11-29 13:17 jam * import-m3u.py: updated. 2003-11-27 22:40 jam * tunebox-schema.sql, README, common_db.php, import-m3u.py, index.php, tunebox.py, templates/Makefile: updated. 2003-11-27 20:06 jam * README: added. 2003-11-27 19:42 jam * Makefile: updated. 2003-11-19 12:27 jam * import-m3u.py: updated a bit.. now properly logs to syslog. 2003-11-14 18:32 jam * import-m3u.py: added. 2003-11-09 20:08 jam * tunebox-schema.sql: updated. 2003-11-06 13:04 jam * tunebox-schema.sql: updated. 2003-10-30 21:42 jam * common_db.php: updated SYSTEMDSN. 2003-10-30 21:42 jam * index.php: fixed printheader(); added div tags around 'under construction'. 2003-10-30 21:24 jam * Makefile, templates/Makefile: fixed up permissions. 2003-10-30 21:23 jam * COPYING, htaccess: added. 2003-10-30 21:22 jam * theme.css: added as copy from 'bbsengine' project. 2003-10-25 14:36 jam * Makefile: changed to use $(MAKE) instead of calling 'make' directly. 2003-10-25 14:35 jam * templates/Makefile: added. 2003-10-25 14:33 jam * index.php: added call to 'session_start()' and some menu options. 2003-10-25 14:22 jam * templates/header.tmpl: updated. 2003-10-25 14:08 jam * Makefile: added cvsid. 2003-10-25 14:08 jam * Makefile: fixed chmod permissions. 2003-10-25 14:05 jam * templates/footer.tmpl: fixed up about.php url. 2003-10-25 14:02 jam * templates/: footer.tmpl, header.tmpl: added as copies of bbsengine files. 2003-10-25 13:54 jam * tunebox.py: added. 2003-10-25 13:49 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * tunebox-schema.sql: updated. 2003-10-25 09:14 jam * common_db.php: updated license version to explicitly say "2.0"; updated TUNEBOXDSN to point to dionysus. 2003-10-25 09:10 jam * Makefile: added 'tunebox-schema.sql' to list of .PHONY targets. 2003-09-06 16:54 jam * tunebox.php: added. 2003-09-06 16:54 jam * index.php: added check for connection to TUNEBOXDSN; display 'under construction' screen. 2003-09-06 16:52 jam * Makefile: s/cit/tunebox/ 2003-09-06 16:51 jam * tunebox-schema.sql: added. 2003-09-06 16:40 jam * index.php, common_db.php: added. 2003-09-06 16:37 jam * Makefile: updated ChangeLog and backup targets. 2003-09-06 16:33 jam * Makefile: Initial revision 2003-09-06 16:33 jam * Makefile: initial import
2006-06-25 03:17 tag bbsengine-20060625-0317-jam 2006-06-25 03:17 jam * RELEASENOTES.txt (1.11): updated. 2006-06-24 21:47 jam * php/poll.php (1.19): fixed menu option and redirect urls so they are absolute instead of relative. 2006-06-24 21:40 jam * php/gfile.php (1.27): fixed menu options and redirects to be absolute and to use the "google friendly" url format. 2006-06-24 21:39 jam * html/htaccess (1.8): added rules for gfile handling. 2006-06-22 17:28 jam * lib/common.php (1.35): changed compile_dir property in getsmarty() function to point to a non-nfs directory for performance reasons. 2006-06-22 03:15 tag bbsengine-20060622-0315-jam 2006-06-22 03:15 jam * templates/sidebar.tmpl (1.5): changed permission check from uppercase to lowercase. 2006-06-22 03:06 jam * RELEASENOTES.txt (1.10): updated. 2006-06-22 03:05 jam * templates/rssfeed-summary.tmpl (1.2): updated to use "google friendly" urls. 2006-06-22 02:54 jam * html/htaccess (1.7): added rewrite rules (aka "google friendly urls") to handle the mantra module. 2006-06-22 02:49 jam * php/polloption.php (1.13): removed print of leftcontent div around form; changed some redirects to use "google friendly" format; use dbconnect() instead of sqlconnect(). 2006-06-22 02:45 jam * php/poll.php (1.18): make use of PEAR::Pager in summary mode; updated doc strings; changed get() method to use getRow() instead of getAll() and to add some basic meta data into the returned record (dateposted, lastmodified, postedbyname); updated to use getsmarty(); updated to not display the leftcontent div when displaying the form; insert and update modes now use autoExecute instead of composing an sql query by hand; updated redirects to use absolute instead of relative urls; changed some redirects to use "google friendly" urls. 2006-06-22 02:39 jam * lib/common.php (1.34): fixed getsmarty() so it unserializes the permission data before adding it to the template var $currentmember. 2006-06-21 16:08 tag bbsengine-20060621-1608-jam 2006-06-21 16:08 jam * RELEASENOTES.txt (1.9): updated. 2006-06-21 16:05 jam * templates/newscategory-view.tmpl (1.3): removed. 2006-06-21 16:04 jam * templates/link.tmpl (1.3): added. 2006-06-21 16:04 jam * INSTALL.txt (1.7), RELEASENOTES.txt (1.8), TODO.txt (1.6), UPGRADE.txt (1.4): updated. 2006-06-21 16:04 jam * Makefile (1.36): changed docs rule. 2006-06-21 16:03 jam * html/theme.css (1.9): added css elements for articles and polls. 2006-06-21 16:03 jam * php/whitepages.php (1.11): changed lookup method so it redirects to member.php to view search results. 2006-06-21 16:01 jam * php/post.php (1.20): added stick() and unstick(); changed urls to be more "google friendly". 2006-06-21 16:00 jam * php/news.php (1.19): squashed a potential php notice in the main() method if $mode is not set. 2006-06-21 15:59 jam * php/member.php (1.35): updated doc strings; changed logout function so it's a bit more complete (it now calls session_destroy() and expires the cookie); removed some getpermissionelements() code and replaced it with a call to getmemberattributes(); changed view mode to use getsmarty() instead of populating a template by hand; changed view mode to use a frozen version of the form instead of having a separate template. 2006-06-21 15:55 jam * lib/directoryindex.php (1.7): changed to use getsmarty() function; changed the filelist function so it will return an empty array if the directory isn't readable; updated call to printfooter() so it uses an accurate set of parameters (the prototype changed in this version). 2006-06-21 15:30 jam * php/link.php (1.22): if user is not admin, they are allowed to add a link to the db, but not approve it (a re-implementation of an old feature); changed redirects to be more "google friendly". 2006-06-21 15:28 jam * php/comment.php (1.16): removed _validate_captcha method as it is now in the library; added error checking to add mode to make sure the parent comment (if given) is valid; added some code to add a default subject line to the comment (which the user is free to change); changed some of the urls and redirects so they are "google friendly". 2006-06-21 15:25 jam * php/article.php (1.2): updated doc strings; changed urls (menu options, redirects) to use "google friendly" rules. 2006-06-21 15:21 jam * lib/common_sql.php (1.17), php/aolbonics.php (1.20): updated doc strings. 2006-06-21 15:20 jam * lib/common_smarty.php (1.3): marked this entire module (which honestly is only one function that was only in use for a few weeks) deprecated. 2006-06-21 15:19 jam * lib/zoid.php (1.8): updated doc strings; marked menu() function deprecated and replaced the code with a call to displaymenu(). 2006-06-21 15:17 jam * lib/common_pref.php (1.6): updated doc strings; added error checking to prefdelete() function. 2006-06-20 22:17 jam * lib/common_member.php (1.9): changed some of the PEAR::DB calls so they are a bit cleaner-- getrow instead of getall; changed some logwarning() calls so they are a little clearer. 2006-06-20 21:19 jam * html/htaccess (1.6): added "google friendly" rewrite rules for: gfile, article, feed, newscategory, post, comment, and poll. 2006-06-20 21:17 jam * lib/common.php (1.33): this module now requires PEAR::HTML_Menu; changed prototypes for printheader() and printfooter(); changed prototype for displaymenu() so that $options is optional; changed prototype for displaysidebar(): a PEAR::HTML_Menu array, if passed, will be merged.. if $defaults is set to true, default menu options will be displayed; added _validate_captcha() function; in getsmarty(), set compile_dir and compile_id-- this makes a global "compiled templates" directory for *all* sites using this copy of the bbsengine; added current user permissions into $currentmember template variable as part of getsmarty() so everything will be able to use it. 2006-06-20 21:07 jam * templates/article.tmpl (1.3): escape the article body. 2006-06-20 21:06 jam * templates/aolbonics-lookup.tmpl (1.3): escape $entry.word and $entry.definition, since both are made from user input. 2006-06-20 21:01 jam * templates/comment.tmpl (1.8): escape subject and body fields; use "google friendly" urls in action links. 2006-06-20 21:00 jam * templates/directoryindex.tmpl (1.3): changed the permission checks to use a newer, cleaner method. 2006-06-20 20:59 jam * php/rssfeed.php (1.15): changed various links to be more "google friendly"; this module will soon be renamed from "rssfeed" to just "feed" since that is more accurate; updated doc strings; this module now requires PEAR::XML_Feed_Parser. 2006-06-20 20:55 jam * templates/errormessage.tmpl (1.3): added escaping for the error message text, since it might have user input embedded in it. 2006-06-20 20:52 jam * templates/post-view.tmpl (1.7): changed escaping of $subject and $body to (hopefully) mitigate attacks; changed actions to use "google friendly" urls; added actions for 'stick' and 'unstick'. 2006-06-20 20:50 jam * templates/redirectpage.tmpl (1.2): removed leftcontent div. 2006-06-20 20:49 jam * templates/sig-browse.tmpl (1.3): run $sigintro through wpprop (bbcodes); changed template so it uses individual variables (i.e. $sig instead of $list.sig); changed the links so they are more "google friendly". 2006-06-20 20:47 jam * templates/sidebar.tmpl (1.4): changed menu display so it works with PEAR::HTML_Menu; made use of new $currentmember template variable. 2006-06-20 20:46 jam * php/sig.php (1.26): removed unused printheader() method; removed commented out code in issigop() method; changed youarehere() so it will not display a link for the current sig; changed browse mode so it uses several variables instead of one associative array; changed feed handling (used to be 'rssfeeds') so it uses PEAR::XML_Feed_Parser; changed menu handling such that the array uses the PEAR::HTML_Menu method instead of my own home-brew; changed redirects to use "google friendly" URLs. 2006-06-15 15:55 jam * db/poll.sql (1.4): added postedby, lastmodifiedby, and lastmodified fields to poll table. 2006-06-15 15:38 jam * templates/form-mce.tmpl (1.1): added; this version of form.tmpl loads up the "tinyMCE" editor so that WYSIWYG functionality is possible. 2006-06-15 15:37 jam * js/: Makefile (1.1), tinymce_integration.js (1.1): added. 2006-05-23 18:20 jam * db/: all.sql (1.9), aolbonics.sql (1.4), attribute.sql (1.6), comment.sql (1.4), forum.sql (1.3), gfile.sql (1.6), link.sql (1.6), mantra.sql (1.3), member.sql (1.3), news.sql (1.4), poll.sql (1.3), post.sql (1.4), rssfeed.sql (1.5), sig.sql (1.4): cleaned up permissions on tables thanks to suggestions from #postgresql (freenode). 2006-05-23 18:20 jam * db/: album.sql (1.3), button.sql (1.3), event.sql (1.2), photo.sql (1.2): removed. 2006-05-21 02:01 jam * templates/Makefile (1.7): removed commented out code from install target; updated install target to install all tmpl files to the common templates directory (which is taken advantage of by the getsmarty() function). 2006-05-21 01:59 jam * templates/permissiondenied.tmpl (1.2): removed leftcontent div from around printing of the message. 2006-05-20 21:36 tag bbsengine-20060520-2136-jam 2006-05-20 21:36 jam * UPGRADE.txt (1.3): added notes about adding primary key to attribute table and the title field to the sig table. 2006-05-20 21:35 jam * RELEASENOTES.txt (1.7): updated. 2006-05-20 21:33 jam * INSTALL.txt (1.6): reworded some items and reordered things based on suggestions from asylum on #php (oftc). 2006-05-20 21:33 jam * db/attribute.sql (1.5): added primary key to attribute table thanks to assistance from #postgresql on freenode. 2006-05-20 21:30 jam * templates/whitepages.tmpl (1.3): wrap template in leftcontent div. 2006-05-20 21:30 jam * templates/sig-browse.tmpl (1.2): added listing of gfiles and rssfeeds. 2006-05-20 21:10 jam * templates/footer.tmpl (1.8): minor content changes. 2006-05-20 20:48 jam * templates/comment.tmpl (1.7): wrapped template in leftcontent div; modify body text with wpprop. 2006-05-20 19:39 jam * templates/link-view.tmpl (1.3): removed. 2006-05-20 19:27 jam * lib/common.php (1.32): changed to use getsmarty(). 2006-05-20 19:25 jam * php/: aolbonics.php (1.19), backend.php (1.8), comment.php (1.15), gfile.php (1.26), mantra.php (1.19), newscategory.php (1.11), post.php (1.19), rssfeed.php (1.14), sig.php (1.25), whitepages.php (1.10): changed to use getsmarty() function. 2006-05-20 19:25 jam * php/article.php (1.1): added. 2006-05-20 19:24 jam * php/member.php (1.34): changed delete mode to use deleteconfirmation() function; changed to use getsmarty(); changed to use getmemberattributes() function instead of doing things by hand. 2006-05-20 19:22 jam * php/link.php (1.21): changed view mode to use a frozen form instead of a private template; changed to use getsmarty() function. 2006-05-20 19:09 jam * php/news.php (1.18): added a simple redirect to article.php for the sake of search engines. 2006-05-20 18:35 jam * lib/: common.php (1.31), zoid.php (1.7): moved getsmarty() function from zoid.php to common.php. 2006-05-20 16:51 jam * php/index.php-dist (1.2): changed reference to eros.php to zoid.php. 2006-05-20 00:29 jam * lib/common.php (1.30): changed getsmarty() to use new getmemberattributes() function; changed printfooter() to use getsmarty() instead of making an instance by hand. 2006-05-19 23:18 jam * lib/zoid.php (1.6): changed getsmarty() function to make use of new getmemberattributes() function so that permissions are assigned into every template returned by this function. 2006-05-19 13:58 tag bbsengine-20060519-1400-jam 2006-05-19 13:58 jam * templates/aolbonics-lookup.tmpl (1.2): changed to escape and wpprop the dictionary definition. 2006-05-19 13:58 jam * templates/gfile-view.tmpl (1.4): changed to run title and body fields through escape then wpprop modifiers. 2006-05-19 13:57 jam * templates/form.tmpl (1.5): wrapped form in "form-fields" css element; changed markup a little so it more closely matches the layout of the rest of the templates. 2006-05-19 13:56 jam * templates/errormessage.tmpl (1.2): html escape $msg so it is less likely to be attacked (xss). 2006-05-19 13:56 jam * templates/comment.tmpl (1.6): changed so the template is more likely to validate; added call to wordwrap modifier so really long words will not mess up the layout (thanks to asylum, #php on oftc). 2006-05-19 13:49 jam * php/sig.php (1.24): FIXed bugs in update and delete modes; removed print of the leftcontent div class; removed use of wp_prop_eval() in favour of doing it in the template. 2006-05-19 13:47 jam * php/rssfeed.php (1.13): removed print of leftcontent div around display of form.tmpl (gee.. I'm typing that an aweful lot for this update.); changed to use a "static" QF element instead of directly printing the html in view mode. 2006-05-19 13:41 jam * php/newscategory.php (1.10): changed to using dbconnect instead of sqlconnect; removed print of leftcontent div around display of form.tmpl; cleaned up error handling a little. 2006-05-19 13:38 jam * php/member.php (1.33): cleaned up getnewuserform() a bit; removed print of leftcontent div around display of form.tmpl; other small cleanups in the code. 2006-05-19 13:33 jam * php/: link.php (1.20), mantra.php (1.18): removed print of leftcontent div around display of form.tmpl. 2006-05-19 13:31 jam * php/gfile.php (1.25): removed print of leftcontent css class around display of form.tmpl. 2006-05-19 13:31 jam * php/comment.php (1.14): updated to use CAPTCHA to protect a little from spammers; updated to use DB::autoQuery insead of generating sql by hand. 2006-05-19 13:22 jam * php/post.php (1.18): FIXed a bug that prevented editing of posts from working properly; removed print statements around display of form.tmpl; changed to use DB::autoQuery instead of generating sql by hand which tightens security a little and should increase performance slightly. 2006-05-19 13:19 jam * php/aolbonics.php (1.18): use getsmarty() function in zoid.php; removed print statements around display of form.tmpl. 2006-05-19 13:18 jam * lib/zoid.php (1.5): changed menu() function to have different default options; updated getsmarty() function to add a directory to plugins_dir so modifier.wpprop.php can be found. 2006-05-19 13:14 jam * lib/common_pref.php (1.5): added cvs id-- no functionality changes. 2006-05-19 13:14 jam * html/theme.css (1.8): added "about", "form", "sig" elements; some syntax cleanups. 2006-05-19 13:13 jam * templates/post-view.tmpl (1.6): added use of leftcontent div class; changed to not display a user id if the post is anonymous. 2006-05-19 12:49 jam * templates/sidebar.tmpl (1.3): changed text a bit; escape menu option titles with smarty's escape function. 2006-05-19 12:42 jam * db/sig.sql (1.3): added title field. 2006-05-19 12:41 jam * RELEASENOTES.txt (1.6), TODO.txt (1.5): updated. 2006-05-19 12:40 jam * lib/: captcha.php (1.1), modifier.wpprop.php (1.1): added. 2006-05-12 13:21 tag bbsengine-20060512-1441-jam 2006-05-12 13:21 jam * lib/directoryindex.php (1.6): updated to use different icons; updated so that the directory is checked to be sure it is readable before getting a list.. this squashes an E_WARNING from php if the directory is unreadable. 2006-05-10 19:22 tag bbsengine-20060510-1922-jam 2006-05-10 19:22 jam * php/sig.php (1.23): updated. 2006-05-10 19:22 jam * templates/directoryindex.tmpl (1.2): check to see if there are files in a directory and if not, display an appropriate message. 2006-05-10 19:21 jam * templates/Makefile (1.6): changed install target to install directoryindex.tmpl and sidebar.tmpl. 2006-05-10 19:21 jam * lib/zoid.php (1.4): with help from mordof on #php (oftc), fixed the default sidebar options to use an absolute path. 2006-05-10 19:18 jam * lib/directoryindex.php (1.5): fixed up directory listing so that a check for if the directory is readable is performed first to stop php from spitting out an E_WARNING; changed value of compile_dir and template_dir in smarty. 2006-05-10 19:16 jam * lib/Makefile (1.10): updated install target to install directoryindex.php properly. 2006-05-10 19:16 jam * lib/common.php (1.29): with help from boots on #smarty (freenode), fixed up displaysidebar() so it will work properly and set a compile_id so that different vhosts will behave properly. 2006-05-09 20:51 tag bbsengine-20060509-2051-jam 2006-05-09 20:51 jam * INSTALL.txt (1.5), UPGRADE.txt (1.2): updated. 2006-05-09 20:17 tag bbsengine-20060509-2017-jam 2006-05-09 20:17 jam * INSTALL.txt (1.4): updated instructions on how to get PEAR working-- thanks to Pierre on #pear (freenode) for the help. 2006-05-04 16:56 jam * Makefile (1.35): changed export target so that the ChangeLog is made earlier in the process. 2006-05-01 01:41 tag bbsengine-20060501-0142-jam 2006-05-01 01:41 jam * lib/common_pref.php (1.4): changed prefget() so it does not try to unserialize $res if it is not a string. 2006-05-01 01:40 jam * lib/Makefile (1.9): changed INSTALLDIR to reflect the current setup on my network. 2006-05-01 01:40 jam * Makefile (1.34): moved the making of the ChangeLog file until *after* the cvs rtag; added install of ChangeLog file into $(EXPORTDIR). 2006-04-29 18:52 jam * INSTALL.txt (1.3): updated list of PEAR packages and their version numbers. 2006-04-29 15:38 jam * php/news.php (1.17): renamed to article.php 2006-04-29 15:32 tag bbsengine-20060429-1550-jam 2006-04-29 15:32 jam * php/newscategory.php (1.9): changed references to news.php to article.php; "icon" field is no longer required. 2006-04-29 15:31 jam * php/whitepages.php (1.9): this module is now a stub that redirects to member.php and view mode. 2006-04-29 15:31 jam * php/sig.php (1.22): FIXed typo in an autoQuery call in update mode that was inserting instead of updating. 2006-04-29 15:29 jam * php/sig.php (1.21): added "you are here" (aka "breadcrumbs") functionality; improved database handling; improved browse mode; added "view" as alias for "browse" mode for consistancy; allow bbcodes in the sigintro; removed calls to sig_browse_* functions; changed calls to sqlconnect() to dbconnect(). 2006-04-29 15:23 jam * php/rssfeed.php (1.12): changed to use PEAR::Pager instead of hand-coded summary function; changed calls to sqlconnect() to dbconnect(); improved error handling; in view mode, hide the url being retrieved if not ADMIN. 2006-04-29 15:20 jam * php/post.php (1.17): improved database handling; add freeze (cannot reply) and sticky (displayed first in a postings list). 2006-04-29 15:17 jam * php/poll.php (1.17): changed calls to sqlconnect() to dbconnect(). 2006-04-29 15:16 jam * php/member.php (1.32): improved database handling; added a check to make sure the handle is not longer than 15 characters; changed calls to sqlconnect() to dbconnect(); improved error handling; improved logging. 2006-04-29 15:13 jam * php/mantra.php (1.17): changed to make use of PEAR::Pager. 2006-04-29 15:12 jam * php/link.php (1.19): use dbconnect() instead of sqlconnect(); improved error handling; use PEAR::Pager instead of hand-written summary functions; make use of DB::autoQuery instead of direct inserts and updates; added a checkbox to the form to indicate if the link is approved for display or not. 2006-04-29 15:08 jam * php/gfile.php (1.24): updated to use PEAR::Pager for paging instead of doing things by hand; updated calls to dbconnect() instead of sqlconnect(); better error handling; better input validation. 2006-04-29 15:06 jam * php/comment.php (1.13): changed references to "news.php" to "article.php"; updated calls to dbconnect() to use a reference; updated database queries to use DB methods instead of direct sql; updated to use bound parameters to prevent sql-injection attacks. 2006-04-29 15:04 jam * php/backend.php (1.7): updated to use dbconnect() instead of (deprecated) sqlconnect(); updated to use a template instead of directly outputting html. 2006-04-29 15:03 jam * php/aolbonics.php (1.17): updated call to dbconnect() to use a reference. 2006-04-29 15:03 jam * lib/zoid.php (1.3): updated calls to dbconnect() to use a reference. 2006-04-29 15:03 jam * lib/common_sql.php (1.16): added require_once for DB module. 2006-04-29 15:02 jam * lib/common_pref.php (1.3): changed calls to dbconnect() to use a reference. 2006-04-27 16:46 jam * php/aolbonics.php (1.16): SECURITY: plugged a possible sql-injection attack in the getpartialmatches() method; changed lookup() method to use aolbonics-lookup.tmpl instead of outputting html directly; changed permission checking so only an account with ADMIN permission can update an existing entry. 2006-04-27 16:43 jam * lib/zoid.php (1.2): changed deleteconfirmation() to use a template; updated documentation; changed calls to dbconnect() to not cast the return value to a reference (removed "&"). 2006-04-27 16:24 jam * lib/common.php (1.28): commented out the require_once for PEAR::Log as it is not yet used. 2006-04-27 16:24 jam * lib/common.php (1.27): changed permissiondenied(), errormessage(), deleteconfirmation(), redirectpage() and displaysidebar() to use templates instead of outputting html directly. 2006-04-27 16:19 jam * INSTALL.txt (1.2): slightly changed the wording of a few bullet points so they are clearer. 2006-04-27 16:18 jam * TODO.txt (1.4): merged the todo list for www.zoidtechnologies.com into this file. 2006-04-27 16:11 jam * templates/: aolbonics-lookup.tmpl (1.1), deleteconfirmation.tmpl (1.1), errormessage.tmpl (1.1), gfile-summary.tmpl (1.1), link-summary.tmpl (1.1), mantra-summary.tmpl (1.1), member-summary.tmpl (1.1), news-summary.tmpl (1.1), permissiondenied.tmpl (1.1), redirectpage.tmpl (1.1), rssfeed-summary.tmpl (1.1): added. 2006-03-08 13:16 jam * rss/poll.py (1.21): commented out some syslog calls so the logs aren't quite so busy. 2006-03-07 16:17 jam * rss/poll.py (1.20): default to "iso-8859-1" (latin1) if no encoding specified in the xml document. 2006-02-23 22:07 tag bbsengine-20060223-2207-jam 2006-02-23 22:07 jam * Makefile (1.33): updated ChangeLog target to use the --tagdates option to cvs2cl.pl. 2006-02-23 22:00 tag bbsengine-20060223-2201-jam 2006-02-23 22:00 jam * RELEASENOTES.txt (1.5): reworded the note about the rss aggregator module; added a note about directoryindex.php. 2006-02-23 21:17 jam * Makefile (1.32): FIXed the export-install target.. the README, INSTALL, UPGRADE files were renamed with a ".txt" extension and the Makefile was not updated (oops). 2006-02-23 20:23 tag bbsengine-20060223-2112-jam 2006-02-23 20:23 jam * lib/directoryindex.php (1.4): added calls to ksort() so that the file listing is actually sorted instead of inode order; added assignment of session variable equal to REQUEST_URI so that redirectpage() will do the RightThing. 2006-02-23 20:17 jam * RELEASENOTES.txt (1.4), TODO.txt (1.3): updated. 2006-02-23 20:17 jam * lib/common.php (1.26): in preparestring() FIXed the sanitizing process so it calls htmlentities(), preventing (hopefully) certain types of attacks. 2006-02-09 16:34 jam * rss/poll.py (1.19): moved detection of the 'data' field up towards the top of the script so it will abort sooner if it's missing; changed the "polling x feeds" message so it says "polling x of y active feeds". 2006-02-05 21:34 jam * rss/Makefile (1.5): changed install target so it has more reasonable permissions. 2006-02-05 21:14 jam * rss/poll.py (1.18): improved messages sent to syslog by showing the url being worked on at the time that the client_encoding was changed. 2006-02-05 20:58 jam * rss/poll.py (1.17): resolved "invalid unicode string" errors with the help of AndrewSN and davidfetter on #postgresql who suggested using "set client_encoding"; made up a regexp to determine the appropriate client_encoding with the help of prec on #regex. 2006-02-05 19:33 jam * rss/poll.py (1.16): changed the logged message a bit so that it is clear which url has a problem. 2006-02-03 21:50 jam * RELEASENOTES.txt (1.3): added note about a change to gfile.php and how it uses PEAR::Pager instead of the library's summary() function. 2006-02-03 19:12 jam * db/all.sql (1.8): moved rssfeed and attribute tables so they are a bit higher up in the list in order to prevent relation errors. 2006-02-03 19:11 jam * lib/wp_prop.php (1.7): changed the "aolbonics" macro so it displays a link title; changed the parse routine so it excepts three params instead of two. 2006-02-03 19:09 jam * php/whitepages.php (1.8): changed to use dbconnect() instead of sqlconnect(). 2006-02-03 19:08 jam * lib/common.php (1.25): removed a FIX entry regarding magic_quotes, since a call to get_magic_quotes_gpc() has been added so a variable does not get escaped twice. 2006-02-03 19:06 jam * RELEASENOTES.txt (1.2), TODO.txt (1.2): updated. 2006-02-03 19:06 jam * lib/Makefile (1.8): changed INSTALLDIR. 2006-02-03 19:06 jam * templates/sidebar.tmpl (1.2): added a link to the "register an account" page. 2006-02-03 19:05 jam * Makefile (1.31): added "docs" target which is currently used to build the api documentation; changed installdir variable. 2005-12-02 22:18 jam * php/phpinfo.php (1.2): removed since it is not needed by the bbsengine itself, nor is a call to phpinfo() considered "framework functionality". 2005-12-02 20:48 jam * php/calendar.php (1.4): removed. 2005-12-02 20:42 jam * php/album.php (1.8): removed because this module is not completed. 2005-12-02 15:31 jam * INSTALL (1.27), INSTALL.txt (1.1), README (1.10), README.txt (1.1): renamed "README" to "README.txt"; renamed "INSTALL" to "INSTALL.txt". 2005-12-02 15:28 jam * RELEASENOTES (1.10), RELEASENOTES.txt (1.1): renamed "RELEASENOTES" file to "RELEASENOTES.txt". 2005-12-02 15:27 jam * TODO (1.12), TODO.txt (1.1): renamed "TODO" file to "TODO.txt". 2005-12-02 15:26 jam * UPGRADE (1.17), UPGRADE.txt (1.1): renamed file "UPGRADE" to "UPGRADE.txt". 2005-11-03 15:05 jam * UPGRADE (1.16): added sql statements to change htmlentities within the news table to their ASCII counterparts so that displays other than HTML can make use of the data. 2005-10-27 23:48 jam * lib/Makefile (1.7): commend out chmod of $(INSTALLDIR) since it didn't seem to be helping a permission problem at all. 2005-10-27 23:47 jam * RELEASENOTES (1.9): added note about backend.php; added note about upgrade.py and how it might not work. 2005-10-26 19:52 jam * lib/directoryindex.php (1.3), php/album.php (1.7), php/aolbonics.php (1.15), php/attribute.php (1.11), php/backend.php (1.6), php/calendar.php (1.3), php/comment.php (1.12), php/event.php (1.3), php/forum.php (1.18), php/gfile.php (1.23), php/link.php (1.18), php/mantra.php (1.16), php/member.php (1.31), php/news.php (1.16), php/newscategory.php (1.8), php/poll.php (1.16), php/polloption.php (1.12), php/post.php (1.16), php/rssfeed.php (1.11), php/search.php (1.5), php/sig.php (1.20), php/whitepages.php (1.7): s/eros/zoid/ 2005-10-26 19:52 jam * lib/: eros.php (1.26), zoid.php (1.1): renamed eros.php to zoid.php. 2005-10-26 13:23 jam * rss/: grab2600.sh (1.4), grabcertcc.sh (1.3), grabeff.sh (1.3), grabfreshmeat.sh (1.3), grabkuro5hin.sh (1.3), grabpypi.sh (1.3), grabsecurityfocus.sh (1.5), grabslashdotheadlines.sh (1.3): removed in favour of using poll.py. 2005-10-26 13:22 jam * rss/poll.py (1.15): fixed syntax error in sql statement. 2005-10-26 13:05 jam * rss/poll.py (1.14): changed sql query so that if the lastpolled field has value null but it has been marked active the rssfeed will still get polled. 2005-10-26 12:37 jam * rss/crontab-apache (1.2): altered so that it calls poll.py instead of various bash scripts. 2005-10-26 00:59 jam * RELEASENOTES (1.8): added note about rssfeed features. 2005-10-26 00:32 jam * Makefile (1.30), images/Makefile (1.8), lib/Makefile (1.6), templates/Makefile (1.5): updated so root is not required to use the 'install' target. 2005-10-26 00:29 jam * php/randomunixhumor.php (1.2): removed. 2005-10-25 22:57 jam * tools/upgrade.py (1.3): added empty 'convertmembertable' function. 2005-10-25 22:56 jam * Makefile (1.29): use 'installfile' macro in 'export-install' target. 2005-10-25 22:56 jam * lib/common_pref.php (1.2): updated documentation; fixed return-value bug in prefdelete(). 2005-10-25 22:38 jam * Makefile (1.28): removed use of 'chgrp' in 'export-install' target. 2005-10-25 22:34 tag bbsengine-20051025-2234-jam 2005-10-25 22:34 jam * Makefile (1.27): use 'install' instead of 'mv' in the 'export-install' target. 2005-10-25 22:29 tag bbsengine-20051025-2230-jam 2005-10-25 22:29 jam * Makefile (1.26): changed the order in which export-install does things. 2005-10-25 22:28 jam * RELEASENOTES (1.7): updated. 2005-10-25 21:59 tag bbsengine-20051025-2214-jam 2005-10-25 21:59 jam * RELEASENOTES (1.6): added note about [img] code being disabled. 2005-10-25 21:58 jam * Makefile (1.25): changed tagging to not make a branch (thanks rhk); added build of tgz file for users that don't have a bzip2-capable tar program. 2005-10-25 20:33 jam * db/pref.sql (1.1): added. 2005-10-25 17:41 jam * templates/: contactgovernment.tmpl (1.2), flagedit.tmpl (1.2), memberflag.tmpl (1.3), nanpa.tmpl (1.2): removed. 2005-10-25 17:36 jam * templates/gfile-view.tmpl (1.3): added again. 2005-10-25 17:36 jam * templates/gfile-view.tmpl (1.2): removed. 2005-10-25 16:14 jam * lib/common_pref.php (1.1): added. 2005-10-25 16:12 jam * RELEASENOTES (1.5): borrowed part of the description of Zope and added it to the description section. 2005-10-25 16:04 jam * RELEASENOTES (1.4): added notes about improved documentation and the fact that the "forum" module has gone away. 2005-10-25 15:41 jam * RELEASENOTES (1.3): updated. 2005-10-25 15:40 jam * tools/upgrade.py (1.2): removed 'not null' constraint on 'application' field in 'pref' table. 2005-10-25 15:32 jam * tools/upgrade.py (1.1): added. 2005-10-25 15:08 jam * rss/poll.py (1.13): changed sql query to get feeds that were last polled an hour or more ago (>= vs. >). 2005-10-25 14:31 jam * Makefile (1.24): changed EXPORTDIR and INSTALLDIR; update cvs command in export target so it makes branches instead of just tagging (-b option) 2005-10-25 14:24 jam * RELEASENOTES (1.2): updated. 2005-10-25 14:04 tag bbsengine-20051025-1410-jam 2005-10-25 14:04 jam * Makefile (1.23): added 'cvs rtag' to export target; made use of $(archivename) macro. 2005-10-25 13:50 jam * RELEASENOTES (1.1): added. 2005-10-24 19:36 jam * Makefile (1.22): added archivename macro. 2005-10-24 19:35 jam * INSTALL (1.26), README (1.9), UPGRADE (1.15): updated. 2005-10-24 19:21 jam * UPGRADE (1.14): revised note about backups to include examples of what commands to use. 2005-10-24 19:20 jam * UPGRADE (1.13): added note about making a *backup* of the database. 2005-10-22 23:30 jam * lib/common.php (1.24): added "defaults" in displaysidebar() for templates_c and templates directories; FIX: need to put the defaults in a config file or at least a define! 2005-10-22 23:28 jam * templates/sidebar.tmpl (1.1): added. 2005-10-22 23:25 jam * Makefile (1.21): changed "export-install" target so it uses chgrp instead of chown to eliminate the need for root privs. 2005-10-22 23:21 jam * rss/poll.py (1.12): improved error messages; changed query of database so that only feeds that have not been polled for at least 1 hour are polled again. 2005-10-22 23:19 jam * UPGRADE (1.12): updated. 2005-10-22 23:14 jam * TODO (1.11): updated. 2005-10-22 23:02 jam * images/powered_by_erosbbsengine.png (1.3): added. 2005-10-22 23:00 jam * images/: php_icon.gif (1.2), powered_by_apache.png (1.2), powered_by_erosbbsengine.png (1.2), powered_by_modssl.png (1.2), powered_by_php.png (1.2), powered_by_postgresql.png (1.2), powered_by_smarty.png (1.2), 2x2.png (1.5), new2.png (1.2): removed. 2005-10-22 22:58 jam * INSTALL (1.25): major updates: listing of specific rpm requirements, *much* better wording of the "please help test" paragraph, shuffled one or two items around to make the document flow better. 2005-10-22 22:55 jam * SHAMELESSPLUG (1.5): updated. 2005-10-22 18:45 jam * lib/Makefile (1.5): changed chown to chgrp so root is not required for install; added chmod of INSTALLDIR. 2005-10-22 18:40 jam * Makefile (1.20), templates/Makefile (1.4): added the 'templates' directory back to the install target, then changed the Makefile in the templates directory so it only installs sidebar.tmpl. 2005-10-22 18:39 jam * INSTALL (1.24): updated the NOTE OF CAUTION. 2005-10-20 17:03 jam * lib/directoryindex.php (1.2): rewritten to use a Smarty Template instead of print statements. 2005-10-20 17:02 jam * templates/directoryindex.tmpl (1.1): added. 2005-10-19 14:06 jam * lib/common.php (1.23): fixed up preparestring() so it doesn't throw the kitchen sink at every piece of data it gets. 2005-10-19 13:57 jam * INSTALL (1.23): added Auth_PrefManager to list of PEAR modules that are needed. 2005-10-15 04:01 jam * lib/eros.php (1.25): removed a couple of call-time-pass-by-references which will emit a warning in php5; changed menu option for "browse sigs". 2005-10-15 03:59 jam * lib/common_sql.php (1.15): changed dbconnect() to log a warning if a connection in the table is null; updated api documentation. 2005-10-15 03:58 jam * lib/common.php (1.22): added displaysidebar() function and changed displaymenu() to call it after converting the options array. 2005-10-15 03:57 jam * html/theme.css (1.7): copied from www site. 2005-10-15 03:56 jam * db/rssfeed.sql (1.4): removed "filename" field; added "data" field. 2005-10-15 03:55 jam * README (1.8): updated. 2005-10-15 03:55 jam * Makefile (1.19): fixed directory in archive. 2005-10-13 00:37 jam * TODO (1.9), TODO (1.10): updated. 2005-10-11 17:22 jam * rss/poll.py (1.11): updated sql query; removed unneeded print statement; updated some syslog messages. 2005-10-11 17:17 jam * rss/poll.py (1.10): added a check to be sure the "data" field is in the database table and abort if not. 2005-10-11 16:02 jam * rss/poll.py (1.9): updated connect string to point to aristotle (for testing purposes). 2005-10-11 15:42 jam * rss/poll.py (1.8): improved error handling; improved messages sent to syslog; better stab at properly escaping the xml document. 2005-10-06 12:29 jam * TODO (1.8): updated. 2005-10-02 16:37 jam * tools/convert.py (1.2), TODO (1.7): updated. 2005-10-02 16:28 jam * README (1.7): updated. 2005-10-02 16:28 jam * php/member.php (1.30): removed reference to print_assoc_array smarty function. 2005-09-11 19:36 jam * README (1.6): updated requirements; updated blurb regarding mysql; updated contact information. 2005-09-11 19:35 jam * php/mantra.php (1.15): replace call to sqlconnect with dbconnect and properly handle errors. 2005-09-11 19:34 jam * lib/wp_prop.php (1.6): removed [image] bbcode due to the potential for security issues-- linking to an arbitrary file ending in "jpg" is the biggest one I can think of right now. 2005-06-26 18:25 jam * php/post.php (1.15): updated calls to getsig() so they do not pass a database handle. 2005-06-26 18:23 jam * tools/gfile.py (1.3): worked a bit on getting edit mode to work. 2005-06-26 18:22 jam * lib/eros.php (1.24): updated getsig() to accept only one argument; s/sqlconnect/dbconnect/. 2005-06-26 18:22 jam * lib/common_sql.php (1.14): added logwarning() regarding calling deprecated function sqlconnect(). 2005-06-26 18:21 jam * lib/common_sig.php (1.16): updated call to getsig() to not pass a database handle argument. 2005-06-26 18:20 jam * lib/common_member.php (1.8): s/sqlconnect/dbconnect/ and updated error handling; updated logwarning() calls to have a proper prefix string. 2005-06-26 18:19 jam * Makefile (1.18): commented out recursion into php and template directories so that my production sites don't get overwritten. 2005-06-26 18:19 jam * lib/: common.php (1.21), common_permission.php (1.24): s/sqlconnect/dbconnect/ and updated error handling. 2005-06-26 18:18 jam * rss/poll.py (1.7): updated comment in script regarding pollinterval not being honoured. 2005-06-26 18:16 jam * rss/poll.py (1.6): MISSING FEATURE: current implementation does not honour the "pollinterval" field. 2005-06-26 18:13 jam * rss/poll.py (1.5): added a lot more error checking. 2005-06-26 16:00 jam * TODO (1.6): updated. 2005-06-12 20:30 jam * SHAMELESSPLUG (1.4): updated. 2005-06-12 20:29 jam * php/: gfile.php (1.22), link.php (1.17), news.php (1.15), rssfeed.php (1.10), sig.php (1.19): commented out calls to $dbh->disconnect(). 2005-06-12 20:27 jam * lib/common_sql.php (1.13): added dbconnect(), and made sqlconnect() call it. 2005-06-12 20:25 jam * lib/: common_member.php (1.7), common_permission.php (1.23): commented out calls to $dbh->disconnect(). 2005-06-12 20:25 jam * lib/wp_prop.php (1.5): added "glossary" as synonym for "aolbonics"; added "ol" tag. 2005-06-12 20:22 jam * lib/common.php (1.20): commented out call to $dbh->disconnect(). 2005-06-12 20:22 jam * lib/eros.php (1.23): commented out a bunch of calls to $dbh->disconnect() since I'm using a singleton for database connections now. 2005-05-26 16:41 jam * lib/wp_prop.php (1.4): added "glossary" tag as synonym of "aolbonics" tag to increase the political correctness of the engine. 2005-04-05 17:25 jam * INSTALL (1.22): updated. 2005-04-05 16:40 jam * templates/post-view.tmpl (1.5): moved more of the presentation logic into the template. 2005-04-05 16:39 jam * templates/sig-browse.tmpl (1.1): added. 2005-04-05 16:38 jam * templates/form.tmpl (1.4): made subtle change to the way this template displays groups. 2005-04-05 16:32 jam * lib/directoryindex.php (1.1), php/directoryindex.php (1.3): moved 'directoryindex.php' from 'php' to 'lib'. 2005-04-05 16:32 jam * tools/gfile.py (1.2): added 'break' statement in the quit command. 2005-04-05 14:44 jam * php/post.php (1.14): changed posts so they are attached to 'sigs' instead of 'forums'; moved "presentation logic" into Smarty templates. 2005-04-05 14:42 jam * db/post.sql (1.3): replaced 'forumid' with 'sigid'. 2005-04-05 14:42 jam * db/attribute.sql (1.4): added map_sig_attribute table. 2005-04-05 13:25 jam * db/all.sql (1.7): commented out inclusion of 'forum.sql', 'album.sql' and 'photo.sql'. 2005-04-05 12:36 jam * Makefile (1.17): changed to do a 'make clean' in the 'tools' directory. 2005-04-05 12:35 jam * tools/: Makefile (1.1), convert.py (1.1): added. 2005-04-05 12:32 jam * php/whitepages.php (1.6): changed permission check in main() so even anonymous browsers can do a search (previously the browser needed to be AUTHENTICATED). 2005-04-05 12:30 jam * TODO (1.5): updated. 2005-04-05 12:30 jam * php/version.php (1.3): added documentation. 2005-04-05 12:29 jam * php/rssfeed.php (1.9): changed to use $dbh->autoInsert() in insert mode instead of direct SQL; changed to use $dbh->query() instead of prepare()/execute() seperately. 2005-04-05 12:27 jam * php/polloption.php (1.11): shortened logwarning() messages; changed to make calls to intval() around user input. 2005-04-05 12:26 jam * php/poll.php (1.15): shortened logwarning() messages; changed to call intval() around user input. 2005-04-05 12:24 jam * php/newscategory.php (1.7): shortened logwarning() messages. 2005-04-05 12:15 jam * php/news.php (1.14): shortened logwarning() messages; changed to wrap id variables in calls to intval(). 2005-04-05 12:00 jam * php/member.php (1.29): shortened logwarning() messages. 2005-04-05 11:58 jam * php/mantra.php (1.14): shortened logwarning() messages; changed to use $dbh->query() instead of prepare()/execute() seperately; wrapped id variable in delete mode in call to intval(). 2005-04-05 11:28 jam * php/link.php (1.16): converted to use $dbh->query() instead of prepare()/execute() seperately; wrapped several variables in calls to intval(). 2005-04-04 21:52 jam * README (1.5): updated. 2005-04-04 18:01 jam * php/gfile.php (1.21): changed to call $dbh->query() instead of prepare()/execute(); shortened logwarning() messages; wrapped id in a call to intval() in edit mode. 2005-04-04 17:58 jam * php/forum.php (1.17): OBSOLETE but still included; shortened logwarning() message; changed to use $dbh->query instead of prepare/execute seperately; wrapped sigid in a call to intval() in add() function. 2005-04-04 17:55 jam * php/comment.php (1.11): shortened logwarning() messages. 2005-04-04 17:55 jam * php/backend.php (1.5): shortened logwarning() message. 2005-04-04 17:51 jam * php/attribute.php (1.10): added calls to intval around limit and offset in summary function. 2005-04-04 17:33 jam * php/sig.php (1.18): updated calls to getsig() to include the database handle; added getconfigattribute(); added calls to intval() in various places to tighten data integrity; shortened logwarning() messages; added group and select boxes for attributes in getform() [thanks to #postgresql for help with the left join]; FIX: need to update delete mode to handle deleting posts. 2005-04-04 17:23 jam * php/aolbonics.php (1.14): shortened logwarning() messages; added call to intval() around the "confirm" variable in delete() to tighten data integrity a bit. 2005-04-04 17:19 jam * lib/wp_prop.php (1.3): added proper doctag (@package) and updated the comment leader so phpdoc will find it. 2005-04-04 17:12 jam * lib/eros.php (1.22): shortened logmessages; added database handle argument to getsig() 2005-04-04 17:10 jam * lib/common_member.php (1.6): added GROSS HACK regarding the include of common_db.php. 2005-04-04 17:09 jam * lib/common_attribute.php (1.8): updated some comments; updated some logwarning() messages; added getsigattribute() and setsigattribute(). 2005-04-04 17:07 jam * lib/common.php (1.19): added a DISGUSTING HACK in include for common_db.php; updated print_header() and print_footer() to accept template filename and compiledir as arguments. 2005-04-04 17:05 jam * lib/common_sig.php (1.15): added sig_browse_post (though temporarily) and modified sig_browse_sig so it works a little better. at first glance it appears that the new design will eliminate the need for the sig_browse_* functions. 2005-01-20 21:18 jam * php/rssfeed.php (1.8): SECURITY: added permission check for delete mode. 2005-01-18 18:27 jam * php/memberflag.php (1.6): removed. 2005-01-18 18:26 jam * php/link.php (1.15): replaced use of sqlexecute() with direct PEAR::DB calls. 2005-01-18 18:24 jam * php/: forum.php (1.16), mantra.php (1.13): replaced use of sqlexecute() with direct PEAR::DB calls; updated copyright message. 2005-01-18 17:39 jam * db/all.sql (1.6), php/button.php (1.3): in db/all.sql, removed creation of button table. removed php/button.php as it is not complete and was not being used. 2005-01-18 17:31 jam * lib/common.php (1.18): commented out require_once of "common_smarty.php".. it only has one function in it, and I've commented out every reference to it. eventually it will be removed from the archive. 2005-01-18 17:30 jam * php/: album.php (1.6), aolbonics.php (1.13), attribute.php (1.9), comment.php (1.10), news.php (1.13), newscategory.php (1.6), poll.php (1.14), polloption.php (1.10), post.php (1.13), search.php (1.4), sig.php (1.17): commented out call to smarty_function_print_assoc_array since it is no longer needed-- not sure if this was a bug in smarty or what, but it is no longer used. 2005-01-16 17:36 jam * rss/poll.py (1.4): wrapped the call to urllib.urlretrieve() in a try/except block so the script won't die if for some reason a url cannot be retrieved. 2005-01-16 17:35 jam * php/link.php (1.14): getform() changed so it returns a reference. 2005-01-16 17:34 jam * lib/eros.php (1.21): cleaned up getparents() and getsig(): getparents() had a bug that was consuming all available memory, and getsig() allowed for a sig id of null, which will never happen. 2005-01-13 23:58 jam * lib/common_sql.php (1.12): changed functions to use references where necessary to improve performance; better error handling through use of toString(). 2005-01-12 21:41 jam * php/member.php (1.28): in exists() changed from using getAll() to getOne() and modified so that the desired handle is lowercased before looking it up in the db-- "Jonez" and "jonez" for example. 2005-01-12 21:33 jam * lib/common_member.php (1.5): in getmembername() return "UNKNOWN_{$id}" if the member has been removed from the member table. 2005-01-12 21:32 jam * lib/common_attribute.php (1.7): updated documentation for getmemberattribute(). 2005-01-12 00:57 jam * Makefile (1.16): install INSTALL, README, UPGRADE into the $(EXPORTDIR) along with ChangeLog. 2005-01-12 00:57 jam * INSTALL (1.21): updated list of PEAR packages and trimmed the ones that I know are not required. 2005-01-12 00:30 jam * INSTALL (1.20), UPGRADE (1.11): updated. 2005-01-12 00:22 jam * templates/link-view.tmpl (1.2): use $url as a link enclosing the title so that there's something clickable on the page. 2005-01-12 00:20 jam * php/whitepages.php (1.5): if viewing current user or if the current user has ADMIN permission, display a menu option to edit the member. 2005-01-12 00:19 jam * php/rssfeed.php (1.7): updated copyright message; in getform(), changed css class "bbsengine-member" to "bbsengine-rssfeed" as it should be; updated log entry in getform in the event a sig listing cannot be retrieved (referred to "news" instead of "rssfeed"); added a checkbox called "active" so that feeds can be disabled (getform()); added a call to setSelected for the sigid so that view mode will work correctly; in get(), changed log message to refer to "rssfeed" instead of "news"; in get(), replaced use of sqlselect() with PEAR::DB calls; made insert() use DB::autoExecute instead of sqlexecute(); in getcount(), use DB::getOne instead of sqlselect(); fixed typo in call to deleteconfirmation(). 2005-01-11 23:57 jam * php/poll.php (1.13): in main(), squashed a warning if $_REQUEST["mode"] was not passed. 2005-01-11 23:56 jam * php/news.php (1.12): added a default value for $id in getform(). 2005-01-11 23:55 jam * php/member.php (1.27): removed call to menu() in summary() function; changed call to getMessage() to toString(); in delete function, squash a warning in case "confirm" is not passed in; fixed a typo in delete function (used "rec" instead of "res" like I should have). 2005-01-11 23:52 jam * php/mantra.php (1.12): squashed a warning if "mode" is not passed (e.g. search engine hits). 2005-01-11 23:51 jam * php/attribute.php (1.8): changed attribute() to use toString() instead of getMessage() and removed logging of getDebugInfo(). 2005-01-11 23:49 jam * lib/wp_prop.php (1.2): per request of lgm, added 'anchor' code so that "#foo" anchors can be used in (long) gfiles. 2005-01-11 23:48 jam * lib/eros.php (1.20): updated copyright message; changed summary(), getsigselect() and getsigarray() to accept a reference to the database handle; changed _getparents so it uses DB::getRow instead of sqlselect(). 2005-01-11 23:43 jam * lib/common_sql.php (1.11): changed sqlconnect() to return a reference to the database handle and to use a persistent connection; updated copyright message. 2005-01-11 23:40 jam * php/flagedit.php (1.6): removed, since it is no longer used. 2005-01-11 23:40 jam * lib/common_permission.php (1.22): COMPAT BUSTERS: removed getuserflag() and updatememberflags() functions, removed checking of "legacy table names" ("userflagmap" and "memberflagmap") for values; added some documentation. 2005-01-11 23:36 jam * lib/common_attribute.php (1.6): updated copyright and added some documentation. 2005-01-11 23:27 jam * SHAMELESSPLUG (1.3): updated phone number. 2005-01-11 23:05 jam * lib/common_member.php (1.4): updated copyright; added some documentation; made better use of PEAR::DB functions instead of using sqlselect() which should improve performance and error handling. 2005-01-11 23:02 jam * lib/common_attribute.php (1.5): updated error reporting in getmemberattribute(). 2005-01-11 18:39 jam * db/rssfeed.sql (1.3): added 'active' field. 2005-01-11 01:34 jam * rss/poll.py (1.3): update the 'lastpolled' field. 2005-01-11 01:30 jam * rss/poll.py (1.2): only poll 'active' feeds. 2005-01-11 01:14 jam * rss/Makefile (1.4): install *.py instead of *.sh. 2005-01-11 01:13 jam * rss/poll.py (1.1): added. 2004-12-08 19:17 jam * rss/grab2600.sh (1.3): updated rss feed. 2004-10-24 16:29 jam * php/post.php (1.12): squashed a warning and a notice in the reply function. 2004-10-23 13:13 jam * lib/common_attribute.php (1.4): hopefully fixed the permission() function to behave properly in case a NULL is returned. 2004-10-15 11:47 jam * INSTALL (1.19): updated list of PEAR packages. 2004-10-15 10:42 jam * lib/common_sql.php (1.10): fixed sqlselect to return null, a result set, or false on error. 2004-10-15 10:39 jam * db/attribute.sql (1.3): changed default value of ADMIN attribute to b:0 instead of NULL. 2004-09-22 14:20 jam * lib/eros.php (1.19): removed unused functions; updated to use PEAR::DB calls instead of sqlselect; improved error handling. 2004-09-15 18:03 jam * php/member.php (1.26): resolved typo preventing an existing user from editing their own profile. 2004-09-15 13:02 jam * php/mantra.php (1.11): fixed return value in get() method; commented out adding of smarty function. 2004-09-15 12:59 jam * php/newscategory.php (1.5): removed use of sqlselect and sqlexecute, replacing them with PEAR::DB calls; fixed a bug that printed the menu options twice in summary mode; fixed a bug in delete mode regarding the $id variable. 2004-09-12 20:01 jam * templates/comment.tmpl (1.5): show a 'reply' link; removed old table-based code. 2004-09-12 20:00 jam * php/post.php (1.11): whitespace change. 2004-09-12 20:00 jam * php/forum.php (1.15): minor change to instantiate smarty object by reference instead of by value. 2004-09-12 19:59 jam * db/comment.sql (1.3): updated constraints to have 'on update' and 'on delete' clauses. 2004-09-12 19:57 jam * php/comment.php (1.9): removed FIX comment. 2004-09-12 19:57 jam * php/news.php (1.11): new feature: comments for news can be nested. 2004-09-12 17:29 jam * php/polloption.php (1.9): replaced calls to sqlexecute with PEAR::DB calls and improved error handling. 2004-09-12 17:28 jam * php/news.php (1.10): replaced calls to sqlselect()/sqlexecute() with proper PEAR::DB calls and improved error handling. 2004-09-12 17:25 jam * php/comment.php (1.8): replaced sqlexecute() with PEAR::DB calls and improved error handling. 2004-09-12 17:24 jam * php/post.php (1.10): make better use of PEAR::DB and improved error handling. 2004-09-12 17:24 jam * php/forum.php (1.14): added ability to delete a forum and posts; replaced sqlexecute with PEAR::DB calls and updated error handling. 2004-09-12 16:15 jam * php/aolbonics.php (1.12): replaced calls to sqlexecute with PEAR::DB calls and improved error handling. 2004-09-12 16:04 jam * php/sig.php (1.16): replaced calls to sqlexecute() with appropriate PEAR::DB routines and improved error handling. 2004-09-12 15:10 jam * php/member.php (1.25): updated to not use sqlselect() or sqlexecute() in favor of PEAR::DB functions; improved error handling. 2004-09-12 14:18 jam * php/sig.php (1.15): commented out call to sig_browse_album since it is not yet working. 2004-09-12 14:17 jam * lib/eros.php (1.18): removed use of sqlselect() in summary() function and improved error handling. 2004-09-12 14:16 jam * php/polloption.php (1.8): removed use of sqlselect() and improved error handling; fixed bug in delete routine. 2004-09-12 14:15 jam * php/poll.php (1.12): removed use of sqlselect() and sqlexecute() and improved error handling. 2004-09-12 12:04 jam * php/mantra.php (1.10): removed use of sqlselect() in favor of PEAR::DB functions and improved error handling. 2004-09-11 11:49 jam * php/news.php (1.9): fixed bug in deleting of a news article and comments; removed use of sqlselect() and improved error handling. 2004-09-10 17:55 jam * php/forum.php (1.13): removed use of sqlselect() and improved error handling. 2004-09-10 17:50 jam * php/gfile.php (1.20): removed use of sqlselect() and improved error handling. 2004-09-10 17:37 jam * php/link.php (1.13): replaced use of sqlselect with getOne and improved error handling in getcount() method; combined calls to prepare and execute into one query() call instead. 2004-09-10 17:22 jam * php/forum.php (1.12): removed use of sqlselect() and improved error handling. 2004-09-10 17:17 jam * php/post.php (1.9): removed use of sqlselect() and improved error handling in get() method; improved the delete routine to be a bit more robust. 2004-09-10 17:03 jam * php/aolbonics.php (1.11): moved a div so the layout is correct in the case where a definition is not found. 2004-09-10 16:52 jam * php/search.php (1.3): commented out call to Smarty::register_function. 2004-09-10 16:50 jam * php/: comment.php (1.7), aolbonics.php (1.10), news.php (1.8), backend.php (1.4): removed use of sqlselect() and improved error handling. 2004-08-28 13:18 jam * templates/whitepages.tmpl (1.2): added a label. 2004-08-27 13:52 jam * php/gfile.php (1.19): made an update that hopefully squashes the 'view permission' issues with gfile. 2004-08-27 12:53 jam * php/gfile.php (1.18): fixed handling of view permission (thanks to lgm for pointing out the problem). 2004-08-27 12:52 jam * php/member.php (1.24): commented out a debugging print statement. 2004-08-27 12:51 jam * php/member.php (1.23): in update mode, moved the commit to the right place so changes would actually be saved. 2004-08-26 10:26 jam * php/member.php (1.22): in member update, removed calls to dbh->disconnect since that is done by 'main'; took out transaction stuff till I figure out how best to do it; updated saving of permission attributes. 2004-08-23 20:39 jam * INSTALL (1.18), UPGRADE (1.10): updated. 2004-08-23 15:14 jam * php/gfile.php (1.17): corrected sql statement in insert mode to allow for the viewpermission field. 2004-08-23 14:16 jam * php/gfile.php (1.16): added handling of 'viewpermission' field. 2004-08-23 14:15 jam * lib/common_permission.php (1.21): fixed getsystemflaglist() to return an associative array: key is name of permission, value is description. 2004-08-23 12:46 jam * INSTALL (1.17): updated with a short command line to grant privs to a specific uid, thanks go to lgm for putting the wording and the script together. 2004-08-23 10:50 jam * db/gfile.sql (1.5): fixed typo in referential integrity (referencing gfile(id) instead of sig(id).. thanks lgm. 2004-08-20 11:04 jam * INSTALL (1.16): updated. 2004-08-20 11:03 jam * lib/common_sig.php (1.14): updated image paths. 2004-08-20 10:19 jam * lib/common_sig.php (1.13): fixed image paths. 2004-08-20 10:06 jam * php/post.php (1.8): added handling of sigid ==0 (convert to null). 2004-08-20 10:06 jam * php/gfile.php (1.15): cleaned up handling of gfile permissions. 2004-08-20 10:06 jam * php/forum.php (1.11): added handling of sigid == 0 during insert. 2004-08-20 10:05 jam * lib/common_permission.php (1.20): source code whitespace cleanup. 2004-08-20 10:05 jam * lib/common_logwarning.php (1.3): renamed to common_logwarning.php-dist. 2004-08-18 19:20 jam * php/version.php (1.2): added copyright, disclaimer, and version string. 2004-08-18 19:18 jam * php/version.php (1.1): added to show CVS version numbers of files in current directory. 2004-08-18 17:59 jam * php/about.php-dist (1.2): removed extra </div> tag. 2004-08-18 12:02 jam * lib/common_logwarning.php-dist (1.1): renamed from common_logwarning.php. 2004-08-18 11:37 jam * INSTALL (1.15): removed LiveUser from the list of PEAR modules needed to run the code since it is not used; updated notes about strong recommendation about register_globals, and an invite to email me with results regarding testing this code with safe_mode on. 2004-08-18 11:35 jam * lib/common_permission.php (1.19): updated getsystemflaglist to query attributes instead of the userflag table. 2004-08-18 11:32 jam * php/sig.php (1.14): fixed bug in delete mode regarding setting the sigid to null. 2004-08-18 10:22 jam * php/common_db.php-dist (1.2): added an example. 2004-08-18 10:22 jam * php/member.php (1.21): commented out a line that registers a smarty function. 2004-08-18 10:21 jam * lib/eros.php (1.17): changed getsigarray to use direct PEAR::DB calls instead of sqlselect, and improved error handling in the process. 2004-08-16 16:47 jam * INSTALL (1.14): updated docs thanks to a kick from lgm. 2004-08-16 16:00 jam * lib/common_attribute.php (1.3): in getmemberattribute, fixed up handling of default and value items wrt unserializing and handling of null values. 2004-08-16 15:59 jam * php/attribute.php (1.7): removed call to smarty::register_function, since it is not needed any longer. 2004-08-16 15:58 jam * php/member.php (1.20): in summary mode, removed 'edit permissions' link, since it's integrated into the member editing screen now. 2004-08-14 13:03 jam * php/member.php (1.19): changed reference to flagedit.php to attribute.php in the menu. 2004-08-14 09:49 jam * TODO (1.4): added notes about permission attributes. 2004-08-14 09:49 jam * php/member.php (1.18): merged 'flagedit' functionality into member edit screen. I've done some minor testing with this at it seems to work. note that code uses the 'attribute' table. 2004-08-14 09:48 jam * php/attribute.php (1.6): whitespace (formatting) removed. 2004-08-14 09:47 jam * lib/common_permission.php (1.18): in permission(), removed commented out call to unserialize. 2004-08-14 09:44 jam * lib/common_attribute.php (1.2): in getmemberattribute, changed the code to return an unserialized result. 2004-08-11 20:03 jam * php/conf.ini-dist (1.2): updated. 2004-08-11 20:03 jam * lib/common_permission.php (1.17): commented out call to unserialize() until member attributes are closer to working. 2004-08-09 09:30 jam * templates/gfile-header.tmpl (1.2), templates/post-view.tmpl (1.4), php/newscategory.php (1.4): updated path to images. 2004-08-09 09:29 jam * templates/sig-header.tmpl (1.2): updated image paths. 2004-08-09 09:16 jam * templates/article.tmpl (1.2), templates/comment.tmpl (1.4), php/memberflag.php (1.5), templates/comment-view.tmpl (1.2): updated path to images. 2004-08-09 09:15 jam * templates/changepassword.tmpl (1.2): added hidden 'currentmemberid' field. 2004-08-09 09:14 jam * php/poll.php (1.11): updated image paths. 2004-08-09 09:12 jam * php/member.php (1.17): updated to use proper xhtml; updated image paths; fixed a couple of typos. 2004-08-09 09:11 jam * php/mantra.php (1.9): upated path to images. 2004-08-09 09:10 jam * php/: rssfeed.php (1.6), link.php (1.12): updated path to images. 2004-08-09 09:03 jam * php/forum.php (1.10): updated image path. 2004-08-09 09:02 jam * php/: event.php (1.2), gfile.php (1.14): updated path to images. 2004-08-09 09:00 jam * templates/: header.tmpl (1.4), footer.tmpl (1.7): updated to use xhtml; updated path to images. 2004-08-09 08:59 jam * php/attribute.php (1.5): updated path to images. 2004-08-09 08:58 jam * php/album.php (1.5): updated to use better xhtml; updated path to images. 2004-08-09 08:58 jam * lib/common.php (1.17): updated login form to use proper xhtml. 2004-08-08 00:56 jam * lib/eros.php (1.16): commented out use of LiveUser. 2004-08-08 00:55 jam * images/Makefile (1.7): updated install target. 2004-08-08 00:55 jam * html/theme.css (1.6): updated location of background gif. 2004-07-10 12:53 jam * php/gfile.php (1.13): fixed typo. 2004-07-10 12:52 jam * php/forum.php (1.9): tightened up some of the permission checks; modified summary mode to display data closer to that of 'phpbb2' (topics, replies, and by whom). 2004-07-10 12:50 jam * lib/common_sql.php (1.9): updated return value documentation for sqlquery() function. 2004-07-10 12:49 jam * images/Makefile (1.6): updated installation directory for images. 2004-07-10 11:09 jam * README (1.4): updated. 2004-07-10 11:09 jam * Makefile (1.15): changed SITE variable to match current virtualhosting layout; updated tarball creation; added creating a zip file archive. 2004-07-03 11:48 jam * rss/: grab2600.sh (1.2), grabeff.sh (1.2), grabfreshmeat.sh (1.2), grabkuro5hin.sh (1.2), grablinuxtoday.sh (1.2), grabpypi.sh (1.2), grabredhaterrata.sh (1.2), grabsecurityfocus.sh (1.4), grabslashdotheadlines.sh (1.2): updated copyright. 2004-07-03 11:48 jam * rss/grabcertcc.sh (1.2): updated url, output filename, and copyright. 2004-06-03 09:53 jam * TODO (1.3): updated. 2004-06-01 19:24 jam * php/memberflag.php (1.4): replaced br tags. 2004-06-01 19:23 jam * php/member.php (1.16): added 'returnto' functionality in 'validate' method; added 'validate' as a valid mode so it can be called from other modules. 2004-06-01 19:22 jam * php/mantra.php (1.8): removed use of html entities in menu option array of view mode. 2004-06-01 19:21 jam * php/link.php (1.11): changed confirmation text in delete mode to be a bit more professional. 2004-06-01 18:37 jam * php/forum.php (1.8): fixed crasher in forums pointed out by darkness-- I was referring to the wrong variable name ($forumid instead of $id) in a couple of places. 2004-06-01 18:25 jam * php/gfile.php (1.12): removed use of htmlentities in menu option array; squashed 2 php notices regarding limit and offset in the main() method. 2004-06-01 17:59 jam * php/calendar.php (1.2): updated month() method so it works a bit better; added calendarevent class. 2004-06-01 17:12 jam * php/aolbonics.php (1.9): replaced br tags. 2004-06-01 17:11 jam * php/album.php (1.4): s/photogallery/bbsengine/g; s/true/True/g; added oneitem() and summary() methods. 2004-06-01 17:09 jam * lib/eros.php (1.15): added 'returnto' functionality; added getevent(); filled in getalbum(). 2004-06-01 16:50 jam * lib/common_sql.php (1.8): consolidated a couple of logwarning() calls down to one. 2004-06-01 16:45 jam * lib/common_sig.php (1.12): replaced br tags. 2004-06-01 16:42 jam * lib/common_permission.php (1.16): moved getmemberattribute out of this file; updated permission() to unserialize the attribute value rather than assuming it is boolean. 2004-06-01 16:39 jam * html/resume.html (1.8): removed. 2004-06-01 16:39 jam * lib/common_attribute.php (1.1): added. 2004-06-01 16:38 jam * db/news.sql (1.3): updated definition of news_view. 2004-06-01 16:38 jam * TODO (1.2), UPGRADE (1.9), html/theme.css (1.5): updated. 2004-06-01 16:37 jam * php/news.php (1.7): updated database calls in get method; updated to use 'comment.tmpl' instead of 'comment-view.tmpl'; updated to use 'comment' css class instead of 'comment-display'; made some changes to the 'edit' method regarding use of field names; changed update method to accept and use $values argument instead of processing $_POST; squashed NOTICE regarding $mode being undefined. 2004-06-01 16:33 jam * php/sig.php (1.13): updated br tags. 2004-06-01 16:31 jam * php/poll.php (1.10): replaced use of <br> with <br />. 2004-06-01 16:29 jam * lib/common.php (1.16): added require_once for common_attribute; disabled call to menu() in redirectpage(); added use of css classes 'rightcolumn' and 'node'; added call to 'htmlentities' in displaymenu(); added display of a 'login box' in displaymenu(). 2004-06-01 16:24 jam * Makefile (1.14): updated EXPORTDIR. 2004-06-01 16:23 jam * INSTALL (1.13): updated. 2004-06-01 16:23 jam * lib/common_config.php (1.1), php/conf.ini-dist (1.1), php/event.php (1.1), php/index.php-dist (1.1), templates/article.tmpl (1.1), templates/comment.tmpl (1.3): added. 2004-06-01 16:22 jam * php/whitepages.php (1.4): replaced <br> tags with <br />. 2004-06-01 16:22 jam * php/post.php (1.7): replaced usage of <br> tags with <br />. 2004-06-01 16:21 jam * php/common_db.php-dist (1.1): renamed from common_db.php-stock. 2004-06-01 16:20 jam * php/: about.php-dist (1.1), about.php-stock (1.3): renamed about.php-stock to php/about.php-dist. 2004-06-01 16:19 jam * php/common_db.php-stock (1.3): renamed to common_db.php-dist. 2004-06-01 16:18 jam * templates/news-view.tmpl (1.2), php/index.php-stock (1.5): removed. 2004-06-01 16:12 jam * templates/footer.tmpl (1.6): updated. 2004-06-01 16:11 jam * templates/header.tmpl (1.3): s/doctype/DOCTYPE/ (apparently case matters). 2004-06-01 16:10 jam * php/forum.php (1.7): updated menu option urls so they are *not* escaped, since the menu() function does this automagically; fixed title attribute in one of the links in summary mode. 2004-06-01 01:12 jam * php/aolbonics.php (1.8): DB::getAll returns an array, not a result object... *oops*. 2004-04-19 22:02 jam * html/resume.html (1.7): updated. 2004-04-19 15:12 jam * db/event.sql (1.1): added. 2004-04-11 19:33 jam * php/calendar.php (1.1): added. 2004-04-11 11:12 jam * TODO (1.1): added. 2004-03-05 09:34 jam * UPGRADE (1.8): updated. 2004-03-05 09:03 jam * db/gfile.sql (1.4): added gfile.viewpermission. 2004-03-05 09:02 jam * db/album.sql (1.2): fixed typo; removed album.parent; added album.viewpermission. 2004-03-04 19:51 jam * php/sig.php (1.12): added link to 'add album' if member has ADMIN attribute. 2004-03-04 19:50 jam * php/member.php (1.15): added getpermissionelements() method; altered getform() method to return a reference (performance boost). 2004-03-04 19:48 jam * php/link.php (1.10): corrected typo in summary mode query regarding the 'approved' field. 2004-03-04 19:47 jam * php/gfile.php (1.11): added gfile.viewpermission to database and code within getform() to handle it. 2004-03-04 19:46 jam * php/flagedit.php (1.5): removed FIX comment, since the code appears to be stable. 2004-03-04 19:46 jam * php/attribute.php (1.4): added insert() method. 2004-03-04 19:45 jam * php/album.php (1.3): added missing require_once; updated get() method to use PEAR::DB directly; updated insert() method; s/PHOTOGALLERYDSN/SYSTEMDSN/g; removed unneeded call to printheader(). 2004-03-04 19:43 jam * lib/eros.php (1.14): whitespace change. 2004-03-04 19:43 jam * lib/common_permission.php (1.15): updated permission() function to include a 'memberid' param; updated getsystemflaglist() to call PEAR::DB directly. 2004-03-04 19:40 jam * html/resume.html (1.6): updated. 2004-03-02 17:49 jam * db/: album.sql (1.1), photo.sql (1.1): added. 2004-03-02 14:50 jam * php/sig.php (1.11): added call to sig_browse_album. 2004-03-02 14:49 jam * php/album.php (1.2): updated permission checks to look for ADMIN instead of TUNEBOX. 2004-03-02 14:44 jam * lib/eros.php (1.13): updated getalbum; updated getmemberidfromname to use PEAR::DB directly. 2004-03-02 14:43 jam * lib/common_sig.php (1.11): added sig_browse_album. 2004-03-02 14:39 jam * db/all.sql (1.5): added import of album and photo tables. 2004-03-02 14:37 jam * UPGRADE (1.7): updated to mention import of 'album' and 'photo' fields. 2004-03-02 14:27 jam * php/album.php (1.1): added. 2004-02-29 20:22 jam * php/mantra.php (1.7): whitespace change. 2004-02-29 20:22 jam * php/flagedit.php (1.4): fixed crash when attempting to edit flags. 2004-02-25 14:37 jam * php/aolbonics.php (1.7): fixed typo in sql string in partialmatches(). 2004-02-20 11:51 jam * php/news.php (1.6): updated showcomments method to use PEAR::DB calls. 2004-02-20 11:39 jam * php/comment.php (1.6): in insert mode, handle conversion of parent from zero to null. 2004-02-20 09:43 jam * lib/common_permission.php (1.14): updated getmemberattribute to have another argument called 'kind' so the function can handle things other than permissions; updated handling of defaultvalue in getmemberattribute so it will more correctly handle a null value. 2004-02-20 09:41 jam * db/all.sql (1.4): added table 'comment' which goes with 'news'. 2004-02-20 09:40 jam * db/comment.sql (1.2): added 'grant' and 'revoke' statements. 2004-02-20 09:30 jam * db/comment.sql (1.1): added. 2004-02-20 08:48 jam * php/sig.php (1.10): added some commented out code to do a database lookup on the sigop. 2004-02-20 08:46 jam * php/link.php (1.9): fixed insert mode so it actually works by updating to use PEAR::DB calls. 2004-02-20 08:46 jam * lib/common_sig.php (1.10): changed sig_browse_* functions to use PEAR::DB calls; cleaned up checking for empty results. 2004-02-20 08:44 jam * lib/common_permission.php (1.13): getmemberattribute: improved error handling and log messages and made a SECURITY RELATED change to handling default value. 2004-02-16 12:48 jam * INSTALL (1.12): updated list of installed PEAR packages. 2004-02-16 12:46 jam * php/gfile.php (1.10): cleaned up call to summary such that an array of menu options is passed as final argument, instead of printing the menu by hand which would invoke the 'overlapping menu' bug). 2004-02-16 12:45 jam * lib/common_sql.php (1.7): in sqlselect, add logging if result is null (which means 'no data'). 2004-02-16 12:44 jam * lib/common_permission.php (1.12): in an attempt to improve performance, added a $dbh argument to the permission checking functions and updated code to use it. 2004-02-16 12:42 jam * php/aolbonics.php (1.6): updated 'exists' method to use direct PEAR::DB calls; added 'partialmatches' method. 2004-02-12 16:21 jam * lib/common_permission.php (1.11): s/permission/PERMISSION/g. 2004-02-12 15:55 jam * php/gfile.php (1.9): updated to use PEAR::DB routines directly; cleaned up error handling. 2004-02-12 15:55 jam * php/poll.php (1.9): updated to handle sigid == null correctly. 2004-02-12 14:56 jam * php/link.php (1.8): updated to use PEAR::DB routines directly; updated to handle sigid == null. 2004-02-12 14:55 jam * UPGRADE (1.6), db/link.sql (1.5): drop 'not null' constraint from link.sigid. 2004-02-12 13:42 jam * php/index.php-stock (1.4): updated recentlinks() to trat 'approved' field as boolean instead of integer. 2004-02-12 10:46 jam * tools/setup.py (1.3): updated copyright message and made cosmetic changes. 2004-02-12 10:45 jam * tools/eros.py (1.2): added display of defaultvalue parameter in input function. 2004-02-12 10:45 jam * php/member.php (1.14): added 'activate' method, which will eventually send an email with a hash to confirm that the address is valid. 2004-02-12 10:44 jam * php/index.php-stock (1.3): updated to call sig_browse_news instead of doing the loop by hand.. any news article with sigid == null will be shown on the front page. 2004-02-12 10:42 jam * lib/common_sig.php (1.9): updated sig_browse_unapprovedlinks and sig_browse_approvedlinks to handle 'approved' as a boolean instead of an integer; updated sig_browse_news to use PEAR::DB directly instead of using sqlselect. 2004-02-12 10:40 jam * UPGRADE (1.5): added some notes to convert 'approved' field from integer to boolean with help from #postgresql. 2004-02-11 09:17 jam * db/all.sql (1.3): added include of attribute.sql (thanks lgm for the catch). 2004-02-07 19:53 jam * html/resume.html (1.5): tightened up wording on some of my retail experience; made mention of working at briarwood; s/telecomute/telecommute/g. 2004-02-07 19:37 jam * php/news.php (1.5): in insert mode, convert $sigid == 0 to null so that the record will satisfy constraints. 2004-02-07 04:41 jam * php/sig.php (1.9): updated to call issigop() method once at the top of the browse function and assign it to $admin; updated to pass $admin to sig_browse_* calls to save database queries and speed things up a *lot*. 2004-02-07 04:38 jam * lib/common_sql.php (1.6): marked sqlselect() and sqlexecute() as deprecated; updated error handling to echo toString() with logwarning(); tighter integration with PEAR::DB methods instead of doing things by hand. 2004-02-07 04:36 jam * lib/common_sig.php (1.8): updated sig_browse_* functions to accept an 'admin' boolean to cut down on the number of calls to the database; updated some functions to use PEAR calls instead of sqlselect(); updated some error handling to echo toString() with logwarning(). 2004-02-07 04:33 jam * lib/common_permission.php (1.10): in getmemberattribute, if there is an error, echo $res with logwarning(). 2004-02-06 21:20 jam * db/aolbonics.sql (1.3): SCHEMA CHANGE: added fields: example, category, and pronunciation. 2004-02-06 18:06 jam * UPGRADE (1.4): added notes about map_member_attribute and attribute tables. 2004-02-06 17:42 jam * templates/footer.tmpl (1.5): cosmetic change: if $mantra and $author are empty, don't display anything. 2004-02-06 17:41 jam * lib/common_permission.php (1.9): fixed up getmemberattribute() so it actually works; commented out some calls to logwarning() to reduce noise in syslog. 2004-02-06 17:38 jam * lib/common.php (1.15): in printfooter(), cleaned up error handling and database access. 2004-02-06 17:37 jam * html/theme.css (1.4): updated. 2004-02-04 18:37 jam * php/forum.php (1.6): squashed a couple of php notices; in view mode, use $id instead of $forumid. 2004-02-03 10:57 jam * INSTALL (1.11): removed note about creating pg group, since it is handled via the 'db/group.sql' file automatically. 2004-02-03 10:34 jam * INSTALL (1.10): added note regarding creating a pg group. 2004-02-03 09:57 jam * php/link.php (1.7): updated summary method to pass menu options array via summary() function instead of doing it by hand.. this squashes the "overlapping options" bug. 2004-02-03 09:55 jam * html/resume.html (1.4): updated url for emuecobbei. 2004-01-26 11:38 jam * lib/common_sig.php (1.7): s/true/True/g; s/false/False/g; altered select statement in browse of rssfeeds to properly handle sigid == null. 2004-01-26 08:30 jam * php/link.php (1.6): in summary mode, fixed up handling of limit and offset by squashing NOTICEs; in "oneitem" method of summary mode, squashed NOTICE regarding $actions being undefined. 2004-01-25 16:08 jam * php/rssfeed.php (1.5): removed permission check from main() function since summary should be open to anyone (or anything) that wants to view it. 2004-01-25 16:08 jam * php/: link.php (1.5), sig.php (1.8): s/links/link/g. 2004-01-25 16:07 jam * php/attribute.php (1.3): in oneitem() (used in summary mode), added 'actions' column. 2004-01-25 16:03 jam * lib/eros.php (1.12): in _getparents, check for sigid==null 2004-01-25 16:02 jam * lib/common_sig.php (1.6): s/links/link/g; added missing 'approved=1' clause to query in sig_browse_approvedlinks; in display of unapproved links, updated display of graphics to have the same layout as other nodes (square brackets and double pipe between each item). 2004-01-23 14:25 jam * php/sig.php (1.7): added use of sig_browse_unapprovedlinks. 2004-01-23 14:24 jam * php/gfile.php (1.8): in insert mode, insert null instead of zero. 2004-01-23 14:22 jam * php/attribute.php (1.2): updated. 2004-01-23 14:22 jam * lib/common_sql.php (1.5): in sqlselect, added some additional text to the logwarning() call so it will be more obvious where errors are coming from. 2004-01-23 14:21 jam * lib/common_sig.php (1.5): in sig_browse_approvedlinks, use 'link' instead of 'links' table and return False (instead of continuing) if there is a database error. 2004-01-23 14:20 jam * lib/common_permission.php (1.8): shifted some code around for checking legacy table names; added getmemberattribute function and modified permission() to use it. 2004-01-23 14:19 jam * db/attribute.sql (1.2): fixed some typos; added ACL commands. 2004-01-23 14:19 jam * INSTALL (1.9): updated. 2004-01-22 12:09 jam * php/attribute.php (1.1): added. 2004-01-22 11:52 jam * UPGRADE (1.2), UPGRADE (1.3): updated. 2004-01-22 01:34 jam * php/sig.php (1.6): in browse mode, changed logic that determines link to 'parent sig' (null vs. 0). 2004-01-22 01:34 jam * php/member.php (1.13): added size and maxlength calls to new user form. 2004-01-22 01:33 jam * db/link.sql (1.4): updated constraint actions for link.postedby. 2004-01-22 01:32 jam * bbsengine-schema.sql (1.6): removed in favor of seperate files in the 'db' directory. 2004-01-22 01:32 jam * Makefile (1.13): added to 'clean' target. 2004-01-22 01:31 jam * INSTALL (1.8): updated. 2004-01-22 00:00 jam * db/: all.sql (1.2), aolbonics.sql (1.2), button.sql (1.2), forum.sql (1.2), gfile.sql (1.3), link.sql (1.3), mantra.sql (1.2), member.sql (1.2), news.sql (1.2), poll.sql (1.2), post.sql (1.2), rssfeed.sql (1.2), sig.sql (1.2): updated. 2004-01-21 23:17 jam * db/attribute.sql (1.1): added. 2004-01-21 22:59 jam * db/Makefile (1.1): added. 2004-01-21 22:20 jam * db/group.sql (1.1): added. 2004-01-21 22:06 jam * db/all.sql (1.1): added. 2004-01-21 20:50 jam * db/link.sql (1.2): s/links/link/g. 2004-01-21 20:48 jam * db/: link.sql (1.1), links.sql (1.3): renamed links.sql to link.sql. 2004-01-21 20:47 jam * db/: aolbonics.sql (1.1), button.sql (1.1), forum.sql (1.1), mantra.sql (1.1), member.sql (1.1), poll.sql (1.1), post.sql (1.1): added. 2004-01-21 20:47 jam * db/: gfile.sql (1.2), links.sql (1.2): updated. 2004-01-21 18:36 jam * db/: gfile.sql (1.1), links.sql (1.1), news.sql (1.1), rssfeed.sql (1.1), sig.sql (1.1): added. 2004-01-21 18:34 jam * php/sig.php (1.5): moved browse_* methods to common_sig.php; added links to rssfeed module; in insert mode, convert parent=0 to parent=null. 2004-01-21 17:18 jam * bbsengine-schema.sql (1.5): removed NOT NULL constraint on links.sigid. 2004-01-21 17:18 jam * php/rssfeed.php (1.4): added view mode; converted to use QF. 2004-01-21 17:17 jam * php/gfile.php (1.7): added permission check in update method. 2004-01-21 17:16 jam * php/member.php (1.12): squashed PHP NOTICES in summary mode ($limit and $offset); fixed typo in logwarning() message; getnewuserform returns a reference to a form object instead of a copy. 2004-01-21 17:08 jam * lib/eros.php (1.11): added phpdoc tags for summary function; modified menu options available in summary mode. 2004-01-21 17:04 jam * lib/common_sql.php (1.4): updated output of DB messages to have a prefix so they are more easily found in the logs. 2004-01-21 17:00 jam * php/backend.php (1.3): squashed some PHP_NOTICES; output content-type header; adjusted bounds checking of $limit and $offset to be more consistent. 2004-01-21 16:59 jam * lib/common_sig.php (1.4): added sig_browse_rssfeed; updated sig_browse_* functions to check for null instead of zero so that referential integrity will still work. 2004-01-21 16:58 jam * php/index.php-stock (1.2): removed require_once of XML/RSS.php since it is done in the common.php module now. 2004-01-21 16:57 jam * Makefile (1.12): fixed typo in export command; added argument to cvs2cl.pl call to show revisions in the ChangeLog. 2004-01-21 16:56 jam * lib/common.php (1.14): updated text of redirectpage() function to be a little clearer wrt what is going to happen; removed @author phpdoc tag. 2004-01-21 16:48 jam * README (1.3): updated. 2004-01-21 16:48 jam * UPGRADE (1.1): added. 2004-01-20 16:54 jam * INSTALL (1.7): updated. 2004-01-20 16:49 jam * php/: index.php (1.4), index.php-stock (1.1): renamed 'index.php' to 'index.php-stock'. 2004-01-20 11:06 jam * INSTALL (1.6): updated. 2004-01-19 01:34 jam * php/polloption.php (1.7): s/gfile/poll option/g. 2004-01-19 01:34 jam * php/poll.php (1.8): added checkvote method; adopted layout for results very much like the one used by kuro5hin.org. 2004-01-18 23:37 jam * php/polloption.php (1.6): fixed bug in call to redirectpage() in update mode that redirected to the wrong poll id. 2004-01-18 23:35 jam * php/poll.php (1.7): updated call to redirectpage() in update mode; cosmetic changes in result mode. 2004-01-18 21:57 jam * images/2x2.png (1.4): black background instead of green. 2004-01-18 21:55 jam * templates/footer.tmpl (1.4): updated img tag. 2004-01-18 21:55 jam * html/Makefile (1.9): updated install target. 2004-01-18 21:54 jam * php/poll.php (1.6): add 'graph' mode inspired by <http://www.devshed.com/c/a/PHP/Democracy-The-PHP-Way/>. 2004-01-18 20:55 jam * images/2x2.png (1.3): re-added. 2004-01-18 14:40 jam * php/polloption.php (1.5): in delete() method, changed use of sqldelete to sqlselect and updated return value checking. 2004-01-18 14:37 jam * lib/common_sql.php (1.3): updated phpdoc strings. 2004-01-18 14:37 jam * lib/common_permission.php (1.7): in updatememberflags, changed error handling to the way it was before (checking for False instead of DB::Error) and call sqlselect instead of using the deprecated sqldelete. 2004-01-18 13:35 jam * templates/form.tmpl (1.3): removed use of print_assoc_array, since the newer (4.3.x) version of php I am using doesn't seem to need it. 2004-01-18 13:31 jam * lib/eros.php (1.10): fixed typo in call to logwarning(). 2004-01-18 13:31 jam * lib/common_sig.php (1.3): fixed call to getlink() which was for some reason referencing $this. 2004-01-18 13:30 jam * html/htaccess (1.5): commented out setting of include_path. 2004-01-18 13:29 jam * lib/common_permission.php (1.6): uncommented several logwarning() calls to assist in debugging flagedit issue; updated error checking to use DB::isError also in an effort to assist with flagedit problems. 2004-01-18 11:58 jam * php/flagedit.php (1.3): updated copyright; s/true/True/; s/false/False/. 2004-01-15 16:47 jam * lib/common.php (1.13), lib/common_logwarning.php (1.2), lib/common_member.php (1.3), lib/common_permission.php (1.5), lib/common_sig.php (1.2), lib/common_smarty.php (1.2), lib/common_sql.php (1.2), lib/eros.php (1.9), php/about.php-stock (1.2), php/aolbonics.php (1.5), php/backend.php (1.2), php/button.php (1.2), php/comment.php (1.5), php/common_db.php-stock (1.2), php/forum.php (1.5), php/gfile.php (1.6), php/index.php (1.3), php/link.php (1.4), php/mantra.php (1.6), php/member.php (1.11), php/memberflag.php (1.3), php/news.php (1.4), php/poll.php (1.5), php/polloption.php (1.4), php/post.php (1.6), php/rssfeed.php (1.3), php/search.php (1.2), php/sig.php (1.4), php/whitepages.php (1.3): updated copyright date; added phpdoc tags. 2004-01-15 16:32 jam * INSTALL (1.5): updated list of pear packages. 2004-01-12 22:29 jam * Makefile (1.11): adjusted 'clean' target. 2004-01-10 18:44 jam * php/polloption.php (1.3): removed unused code. 2004-01-10 18:42 jam * templates/poll-vote.tmpl (1.2): removed. 2004-01-10 00:16 jam * php/poll.php (1.4): cleaned up several PHP_NOTICES regarding undefined indexes; converted vote to use QF. 2004-01-09 23:40 jam * templates/polloption.tmpl (1.2): removed. 2004-01-09 23:39 jam * php/polloption.php (1.2): updated copyright message; s/true/True/; s/false/False/; converted to use QF; added call to deleteconfirmation in delete mode. 2004-01-09 23:37 jam * php/poll.php (1.3): removed extra call to menu() in summary mode in order to fix the "overlapping menu" bug. 2004-01-09 23:07 jam * php/newscategory.php (1.3): added border attribute to table tag in summary mode. 2004-01-09 23:07 jam * php/poll.php (1.2): s/true/True/; s/false/False/; converted to use QF; fixed bugs in insert and update modes that were not properly handling the 'summary' field. 2004-01-09 23:05 jam * templates/poll.tmpl (1.2): removed. 2004-01-09 20:29 jam * templates/newscategory-view.tmpl (1.2): lowercased labels. 2004-01-09 20:22 jam * templates/member.tmpl (1.2): removed. 2004-01-09 20:20 jam * php/newscategory.php (1.2): s/true/True/; s/false/False/; converted to use QF; prevent delete of category if it is in use by an article. 2004-01-09 20:19 jam * php/news.php (1.3): squashed PHP_NOTICE regarding 'limit' and 'offset' variables. 2004-01-09 20:18 jam * templates/newscategory.tmpl (1.2): removed. 2004-01-09 19:17 jam * templates/comment.tmpl (1.2): removed. 2004-01-09 18:32 jam * lib/common_member.php (1.2): in getmembername, lowercased 'a. nonymous'. 2004-01-09 18:31 jam * php/comment.php (1.4): added some phpdoc comments; s/true/True/; converted to use QF. 2004-01-09 16:52 jam * templates/mantra.tmpl (1.2): removed. 2004-01-09 16:51 jam * php/member.php (1.10): updated copyright message. 2004-01-09 16:51 jam * php/member.php (1.9): added some phpdoc strings; s/true/True/. 2004-01-09 15:06 jam * templates/forum.tmpl (1.2): removed. 2004-01-09 15:05 jam * php/forum.php (1.4): removed unused code in 'edit' mode. 2004-01-09 15:03 jam * templates/post-view.tmpl (1.3): lowercased headers. 2004-01-09 14:49 jam * php/post.php (1.5): added 'return to forum' menu option in a couple of places 2004-01-09 14:05 jam * php/post.php (1.4): in add mode, squashed PHP_NOTICE regarding $id variable. 2004-01-09 14:03 jam * php/gfile.php (1.5): getform() returns reference to form object instead of copy; updated printheader() call to be consistent with other modules. 2004-01-09 14:02 jam * php/comment.php (1.3): updated copyright date; removed commented out printing of cvs id. 2004-01-09 14:01 jam * php/forum.php (1.3): s/true/True/; s/false/False/; converted to use HTML_QuickForm; added use of deleteconfirmation() instead of printing by hand. 2004-01-09 00:41 jam * templates/post.tmpl (1.2): removed. 2004-01-09 00:40 jam * php/post.php (1.3): s/true/True/; s/false/False/; updated copyright message. 2004-01-08 20:22 jam * rss/grabsecurityfocus.sh (1.3): added '--quiet' option to wget, since this feed seems to be working now. 2004-01-08 20:03 jam * php/link.php (1.3): added 'view' function. 2004-01-08 19:48 jam * templates/link-view.tmpl (1.1): added. 2004-01-08 19:26 jam * templates/: link.tmpl (1.2), aolbonics.tmpl (1.2): removed. 2004-01-08 19:26 jam * php/link.php (1.2): s/false/False/; converted to use HTML_QuickForm. 2004-01-08 18:34 jam * php/member.php (1.8): added whitespace in the source code. 2004-01-08 18:34 jam * php/gfile.php (1.4): removed some commented out code. 2004-01-08 18:33 jam * lib/eros.php (1.8): added function 'getsigarray' and modified 'getsigselect' to use it. 2004-01-08 18:33 jam * php/sig.php (1.3): removed a chunk of unused code. 2004-01-08 18:28 jam * templates/footer.tmpl (1.3): updated copyright date. 2004-01-08 18:28 jam * templates/sig.tmpl (1.2): removed. 2004-01-08 18:28 jam * php/sig.php (1.2): s/true/True/; s/false/False/; converted to use HTML_QuickForm; updated copyright date. 2004-01-08 16:39 jam * templates/gfile.tmpl (1.2): removed. 2004-01-08 16:39 jam * php/gfile.php (1.3): s/false/False/; s/true/True/; converted to use HTML_QuickForm. 2004-01-07 15:44 jam * php/aolbonics.php (1.4): squashed PHP_NOTICE in delete function regarding 'confirm' variable; converted to use QF. 2004-01-07 15:43 jam * lib/eros.php (1.7): fixed typo in the html in deleteconfirmation(). 2004-01-07 15:42 jam * lib/common.php (1.12): added a label for menu options div per a suggestion from mike. 2004-01-07 12:27 jam * rss/grabsecurityfocus.sh (1.2): updated url. 2003-12-26 11:02 jam * php/rssfeed.php (1.2): s/true/True/; s/false/False/. 2003-12-26 10:43 jam * php/aolbonics.php (1.3): s/true/True/; s/false/False/. 2003-12-26 10:38 jam * php/member.php (1.7): removed already commented out 'mailto' link; removed check for 'validate' mode since the conversion to using QuickForm removes the need for it. 2003-12-26 10:29 jam * templates/links.tmpl (1.2): removed, as it is no longer used. 2003-12-26 10:14 jam * php/member.php (1.6), templates/login.tmpl (1.2): converted 'login' screen to use HTML_QuickForm; s/false/False/. 2003-12-26 10:13 jam * templates/newuser.tmpl (1.2): removed, since it is no longer used. 2003-12-24 12:30 jam * php/gfile.php (1.2): removed commented out print statement of cvsid. 2003-12-24 11:46 jam * html/resume.html (1.3): updated to remove references to the old "project directory" layout. 2003-12-19 22:38 jam * templates/post-view.tmpl (1.2): updated to add a 'reply to this post' option. 2003-12-19 22:37 jam * php/mantra.php (1.5): squashed an error regarding a missing argument to getform(). 2003-12-19 22:36 jam * php/comment.php (1.2): squashed a PHP_NOTICE regarding missing the 'parent' variable. 2003-12-19 07:25 jam * php/post.php (1.2): updated to use QF. 2003-12-19 07:24 jam * php/forum.php (1.2): added use of 'viewpost' method. 2003-12-19 07:24 jam * html/Makefile (1.8), lib/Makefile (1.4): updated. 2003-12-17 19:20 jam * php/whitepages.php (1.2): removed print statement of ID string, since it causes issues if the module calls redirectpage(). 2003-12-17 19:20 jam * php/member.php (1.5): converted to use QF. 2003-12-17 19:19 jam * php/aolbonics.php (1.2): fixed typo. 2003-12-16 10:22 jam * php/member.php (1.4): updated to use HTML_QuickForm in "newuser" mode. 2003-12-15 10:40 jam * templates/mantra-view.tmpl (1.2): removed. 2003-12-15 10:40 jam * templates/form.tmpl (1.2): treat all elements the same wrt how labels are displayed if there is an error. 'textarea' was being handled differently than other elements. 2003-12-15 10:39 jam * php/mantra.php (1.4): converted to use QuickForm. 2003-12-15 10:37 jam * lib/eros.php (1.6): moved require_once of QuickForm to common.php. 2003-12-15 10:36 jam * lib/common.php (1.11): added QuickForm to require_once lines; updated DATEFORMAT; added logging of uri and host in permissiondenied(). 2003-12-14 12:30 jam * lib/common.php (1.10): changed host menu in footer to refer to 'www' instead of 'bbs'. 2003-12-13 21:28 jam * php/member.php (1.3): fixed cosmetic issue with display of form in changepassword mode; started but did not finish code to allow administrators to change passwords. 2003-12-13 00:04 jam * templates/Makefile (1.3): removed install of 'about' directory since it has been removed. 2003-12-13 00:03 jam * php/: about.php (1.5), about.php-stock (1.1): renamed about.php to about.php-stock. 2003-12-13 00:02 jam * php/directoryindex.php (1.2): modernized a bit.. still doesn't work though. 2003-12-12 15:26 jam * images/Makefile (1.5), php/Makefile (1.3), rss/Makefile (1.3), templates/Makefile (1.2): updated 'clean' target to ignore errors from rm. 2003-12-12 14:28 jam * lib/eros.php (1.5): having HTML_QuickForm installed is now a requirement for proper operation of the bbsengine. 2003-12-12 14:27 jam * Makefile (1.10): added 'clean' target. 2003-12-12 14:26 jam * php/search.php (1.1): added. 2003-12-12 14:10 jam * INSTALL (1.4): PLEASE READ THIS DOCUMENT CAREFULLY AS IT HAS BEEN UPDATED. 2003-12-12 12:00 jam * templates/form.tmpl (1.1): added. 2003-12-11 19:34 jam * php/mantra.php (1.3): fixed the 'overlapping menu' bug in summary mode. 2003-12-11 08:24 jam * lib/common_permission.php (1.4): commented out many calls to logwarning to speed things up a bit. 2003-12-09 16:30 jam * lib/common.php (1.9): updated buildselectbox to default selected to null instead of zero, which seemed to clear up some problems with workflow selecting *all* options in a dropdown. 2003-12-09 06:19 jam * php/news.php (1.2): finally cleaned up display of menu in summary function-- no more overlapping. 2003-12-09 06:18 jam * lib/eros.php (1.4): summary function: changed default values of 'first' and 'start' to be null, added 'options' argument, merge options and summaryoptions, then call menu(). 2003-12-09 06:16 jam * lib/common_permission.php (1.3): updated. 2003-12-08 13:44 jam * templates/memberflag.tmpl (1.2): s/userflag/memberflag/g. 2003-12-08 13:44 jam * php/memberflag.php (1.2): updated to check legacy table names if the new ones throw errors. 2003-12-08 13:43 jam * php/flagedit.php (1.2), Makefile (1.9): updated. 2003-12-08 13:41 jam * lib/eros.php (1.3): updated 'page navigation' in summary. 2003-12-08 13:41 jam * lib/common_permission.php (1.2): added handling of 'legacy' tablenames; updated debug messages. 2003-12-07 12:57 jam * php/: about.php (1.4), member.php (1.2): removed commented out code. 2003-12-07 12:56 jam * lib/common.php (1.8): fixed typo; added require_once for common_smarty.php. 2003-12-07 12:56 jam * lib/common_smarty.php (1.1): added. 2003-12-07 02:55 jam * lib/common.php (1.7): squashed a notice regarding $_SERVER["HTTPS"]. 2003-12-06 23:47 jam * templates/header.tmpl (1.2): updated. 2003-12-06 23:43 jam * php/about.php (1.3): commented out 'software' section. 2003-12-06 23:42 jam * php/Makefile (1.2): updated. 2003-12-06 23:42 jam * lib/eros.php (1.2): made sure that the default menu options call "about.php" and "index.php" from the *current* directory, vs. from root, since other applications will need to take advantage of this functionality. 2003-12-06 22:06 jam * templates/footer.tmpl (1.2): updated. 2003-12-06 21:54 jam * lib/Makefile (1.3): updated. 2003-12-06 21:50 jam * php/Makefile (1.1): added. 2003-12-06 21:45 jam * templates/: Makefile (1.1), aolbonics-search.tmpl (1.1), aolbonics.tmpl (1.1), button.tmpl (1.1), changepassword.tmpl (1.1), comment-view.tmpl (1.1), comment.tmpl (1.1), contactgovernment.tmpl (1.1), flagedit.tmpl (1.1), footer.tmpl (1.1), forum.tmpl (1.1), gfile-header.tmpl (1.1), gfile-view.tmpl (1.1), gfile.tmpl (1.1), header.tmpl (1.1), link.tmpl (1.1), links.tmpl (1.1), login.tmpl (1.1), mantra-view.tmpl (1.1), mantra.tmpl (1.1), member.tmpl (1.1), memberflag.tmpl (1.1), nanpa.tmpl (1.1), news-view.tmpl (1.1), news.tmpl (1.1), newscategory-view.tmpl (1.1), newscategory.tmpl (1.1), newuser.tmpl (1.1), poll-vote.tmpl (1.1), poll.tmpl (1.1), polloption.tmpl (1.1), post-view.tmpl (1.1), post.tmpl (1.1), rssfeed.tmpl (1.1), sig-header.tmpl (1.1), sig.tmpl (1.1), whitepages.tmpl (1.1): added. 2003-12-06 21:45 jam * lib/common.php (1.6): updated printfooter so it creates a small menu of subdomains to display. 2003-12-06 21:43 jam * Makefile (1.8), html/Makefile (1.7), php/about.php (1.2), php/index.php (1.2), php/mantra.php (1.2): updated. 2003-12-06 17:57 jam * html/wpprop.html (1.1): added. 2003-12-06 08:24 jam * html/theme.css (1.3): updated to remove font-size attributes. 2003-12-06 05:54 jam * php/: common_db.php (1.2), common_db.php-stock (1.1): renamed common_db.php to common_db.php-stock. 2003-12-06 05:41 jam * lib/: wp_prop.inc (1.2), wp_prop.php (1.1): renamed wp_prop.inc to wp_prop.php. 2003-12-06 05:40 jam * lib/: common.php (1.4), common.php (1.5): updated. 2003-12-06 05:39 jam * lib/common_sql.php (1.1): added. 2003-12-06 02:57 jam * html/Makefile (1.6): removed install of <*.php> files since they have been moved to <../php>. 2003-12-06 02:55 jam * html/: Makefile (1.5), about.php (1.5), aolbonics.php (1.2), backend.php (1.2), button.php (1.2), comment.php (1.2), common_db.php (1.4), directoryindex.php (1.2), flagedit.php (1.3), forum.php (1.2), gfile.php (1.2), index.php (1.4), link.php (1.2), mantra.php (1.2), member.php (1.3), memberflag.php (1.3), news.php (1.2), newscategory.php (1.2), phpinfo.php (1.2), poll.php (1.3), polloption.php (1.2), post.php (1.2), randomunixhumor.php (1.2), rssfeed.php (1.2), sig.php (1.2), theme.css (1.2), whitepages.php (1.3): removed to ../php/. 2003-12-06 02:55 jam * php/: about.php (1.1), aolbonics.php (1.1), backend.php (1.1), button.php (1.1), comment.php (1.1), common_db.php (1.1), directoryindex.php (1.1), flagedit.php (1.1), forum.php (1.1), gfile.php (1.1), index.php (1.1), link.php (1.1), mantra.php (1.1), member.php (1.1), memberflag.php (1.1), news.php (1.1), newscategory.php (1.1), phpinfo.php (1.1), poll.php (1.1), polloption.php (1.1), post.php (1.1), randomunixhumor.php (1.1), rssfeed.php (1.1), sig.php (1.1), whitepages.php (1.1): added from ../html/. 2003-12-05 21:17 jam * images/: rh.png (1.2), bvbstar.png (1.2), mwcts.png (1.2): removed. 2003-12-05 21:15 jam * images/: apache.png (1.2), mod_ssl.gif (1.2), postgresql.png (1.2), powered_by_apache.png (1.1), powered_by_erosbbsengine.png (1.1), powered_by_modssl.png (1.1), powered_by_postgresql.png (1.1), powered_by_smarty.png (1.1), projecteros.png (1.2), smarty.png (1.2), striped_bg.gif (1.2), topicnews.gif (1.2): renamed "powered by" graphics. 2003-12-05 21:03 jam * images/2x2.png (1.2): removed. 2003-12-05 20:57 jam * images/46860zoid.png (1.2): removed. 2003-12-05 19:56 jam * lib/common_permission.php (1.1): added. 2003-12-05 19:50 jam * lib/common_sig.php (1.1): added. 2003-12-05 17:58 jam * html/htaccess (1.4): updated include_path. 2003-12-05 17:57 jam * html/resume.html (1.2): updated. 2003-12-05 04:11 jam * images/Makefile (1.4): updated to use INSTALLDIR. 2003-12-05 04:10 jam * Makefile (1.7): converted to use bzip2 tarballs instead of gzip; s/bbsengine/$(PROJECT)/g. 2003-12-04 15:42 jam * Makefile (1.6): updated INSTALLDIR and EXPORTDIR. 2003-12-03 14:09 jam * lib/Makefile (1.2): added use of INSTALLDIR. 2003-12-03 14:06 jam * html/htaccess (1.3): fixed typo. 2003-11-30 11:05 jam * html/whitepages.php (1.2): s/user/member/g. 2003-11-30 11:04 jam * html/member.php (1.2): s/userflag/memberflag/g. 2003-11-30 11:02 jam * html/index.php (1.3): removed some unused menu options. 2003-11-30 10:32 jam * Makefile (1.5): added a couple of env variables; updated 'export' and 'export-install' targets. 2003-11-30 10:29 jam * Makefile (1.4): updated INSTALLDIR; added mkdir for snapshot directory. 2003-11-14 08:47 jam * html/htaccess (1.2): added include_path. 2003-11-14 08:45 jam * html/common_db.php (1.3): updated SYSTEMDSN. 2003-11-14 08:44 jam * Makefile (1.3), html/Makefile (1.4): updated to use $(INSTALLDIR). 2003-10-27 07:54 jam * html/about.php (1.4): fixed path to privacy.tmpl. 2003-10-27 07:47 jam * html/about.php (1.3): enabled 'legal' and 'privacy' sections. 2003-10-27 07:33 jam * SHAMELESSPLUG (1.2): updated phone number to include country code. 2003-10-27 07:30 jam * lib/common.php (1.3): s/userid/memberid/ 2003-10-27 07:22 jam * html/poll.php (1.2): s/userid/memberid/ 2003-10-27 07:15 jam * README (1.2): updated. 2003-10-27 07:04 jam * INSTALL (1.3): replaced references to 'eros' schema with 'zoidtechnologiescom'; replaced references to eros-schema.sql with bbsengine-schema.sql. 2003-10-27 07:01 jam * bbsengine-schema.sql (1.4), INSTALL (1.2): updated. 2003-10-27 05:40 jam * tools/setup.py (1.2): s/eros/bbsschema/; updated to refer properly to the ttyio module. 2003-10-27 05:40 jam * tools/common.py (1.2): changed signature of sqlconnect; added calls to logwarning for sqlexecute. 2003-10-27 05:36 jam * bbsengine-schema.sql (1.3): updated. 2003-10-27 05:34 jam * html/index.php (1.2): fixed logwarning message to be more accurate. 2003-10-27 05:33 jam * html/flagedit.php (1.2), html/memberflag.php (1.2), lib/common.php (1.2): s/user/member/ 2003-10-27 05:32 jam * html/Makefile (1.3): added cvsid. 2003-10-27 05:32 jam * INSTALL (1.1), README (1.1), SHAMELESSPLUG (1.1): added. 2003-10-26 00:53 jam * tools/: bbs.py (1.1), common.py (1.1), eros.py (1.1), gfile.py (1.1), setup.py (1.1), ttyio.py (1.1): added. 2003-10-26 00:19 jam * html/: memberflag.php (1.1), userflag.php (1.2): renamed userflag.php to memberflag.php. 2003-10-26 00:16 jam * bbsengine-schema.sql (1.2): updated with s/users_/member_/g. 2003-10-25 23:59 jam * html/about.php (1.2): synced with 'lan/eros/www/html/about.php'. 2003-10-25 15:04 jam * lib/wp_prop.inc (1.1): added as copy of file in 'lan/eros/www/lib' cvs module. 2003-10-25 15:00 jam * images/Makefile (1.3): removed "*.jpg" from list of files to install. 2003-10-25 14:59 jam * images/Makefile (1.2): fixed chmod permissions. 2003-10-25 14:57 jam * images/: mod_ssl.gif (1.1), php_icon.gif (1.1), striped_bg.gif (1.1), topicnews.gif (1.1), Makefile (1.1): added. 2003-10-25 14:44 jam * images/: 2x2.png (1.1), 46860zoid.png (1.1), apache.png (1.1), bvbstar.png (1.1), delete.png (1.1), edit.png (1.1), mwcts.png (1.1), new2.png (1.1), postgresql.png (1.1), powered_by_php.png (1.1), projecteros.png (1.1), rh.png (1.1), smarty.png (1.1), thumb-down.png (1.1), thumb-up.png (1.1): added. 2003-10-25 14:43 jam * rss/Makefile (1.2): added cvsid comment; fixed chmod permissions. 2003-10-25 14:42 jam * rss/: Makefile (1.1), crontab-apache (1.1), grab2600.sh (1.1), grabcertcc.sh (1.1), grabeff.sh (1.1), grabfreshmeat.sh (1.1), grabkuro5hin.sh (1.1), grablinuxtoday.sh (1.1), grabpypi.sh (1.1), grabredhaterrata.sh (1.1), grabsecurityfocus.sh (1.1), grabslashdotheadlines.sh (1.1): added as copy from 'lan/eros/www' cvs project. 2003-10-25 14:40 jam * html/htaccess (1.1): added as copy from 'lan/eros' cvs project. 2003-10-15 23:46 jam * bbsengine-schema.sql (1.1): added. 2003-10-15 23:45 jam * html/resume.html (1.1), html/theme.css (1.1), COPYING (1.1): added from 'eros' cvs project. 2003-10-15 23:42 jam * html/Makefile (1.2): updated to use $(MAKE) instead of assuming 'make'. 2003-10-15 23:41 jam * html/Makefile (1.1): added from 'eros' cvs project. 2003-10-15 23:39 jam * html/common_db.php (1.2): updated SYSTTEMDSN to reflect new schema name; removed deprecated DSN variable. 2003-10-15 23:34 jam * html/: about.php (1.1), aolbonics.php (1.1), backend.php (1.1), button.php (1.1), comment.php (1.1), common_db.php (1.1), directoryindex.php (1.1), flagedit.php (1.1), forum.php (1.1), gfile.php (1.1), index.php (1.1), link.php (1.1), mantra.php (1.1), member.php (1.1), news.php (1.1), newscategory.php (1.1), phpinfo.php (1.1), poll.php (1.1), polloption.php (1.1), post.php (1.1), randomunixhumor.php (1.1), rssfeed.php (1.1), sig.php (1.1), userflag.php (1.1), whitepages.php (1.1): added from 'eros' cvs project. 2003-10-15 23:33 jam * Makefile (1.2): updated to use new schema name. 2003-10-15 23:27 jam * Makefile (1.1): added. 2003-10-15 23:24 tag bbsengine 2003-10-15 23:24 jam * lib/: Makefile (1.1), common.php (1.1), common_logwarning.php (1.1), common_member.php (1.1), eros.php (1.1): Initial revision 2003-10-15 23:24 jam * lib/: Makefile (1.1.1.1), common.php (1.1.1.1), common_logwarning.php (1.1.1.1), common_member.php (1.1.1.1), eros.php (1.1.1.1): initial import from 'eros' project
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?