MyNews 4.0.3 From Mike: (alien) 1. Patched topten() function to only display items flagged as active. 2. Patched comments() to only select $type matching comments. 3. Patched cmEditList() and cmChildDelete() to only select $type matching comments. 4. Patched top_story() to LEFT JOIN comments on comments.type='news' 5. Patched headlines() to LEFT JOIN comments on comments.type='news' 6. Patched archive() to LEFT JOIN comments on comments.type='news' 7. Patched topten() to LEFT JOIN comments on comments.type='news' MyNews 4.0.2 From Mike: (alien) 1. rewrote comments() function to support infinite comment nesting. 2. patched write_comments() to accomadate(sp?) for the comments() rewrite. 3. wrote two new functions for comment administration. a. cmEditList() displays all of the comments under a given item. b. cmChildDelete() deletes all children under a given comment. MyNews 4.0.1 From Mike: (alien) 1. wrote new function, fixWordShit() to replace the shat M$ products put in place of (single/double) quotes. fixWordShit() is the function. MyNews 4.0 From Mike: (alien) 1. This is the initial release of version 4.0 2. Complete rewrite of the admin scripts. 3. Change config file format from just vars to a config hash that is easier to pass around between functions. MyNews 3.0 Development Version (bad me, I didn't document.) 1. Rewrote the front end into a function library rather than a bunch of include files. 2. Wrote a theming wrapper (alot easier to do with a function library). 3. Built in a calendaring system and photo album system. MyNews 2.1.2 From Mike: (alien) 1. Sections now have their own table and are dynamic. I will write a section admin soon. 2. Fixed archive so authors update dynamically as well. 3. Changed shared.inc to shared.inc.php and all references to it for security purposes. MyNews 2.1.1 From Mike: (alien) 1. Fixed a broken variable that was not include for logging comment postings. MyNews 2.1 From Mike: (alien) 1. Many.. Many bug fixes. 2. Fixed most of the path problems so you are not required to put the script in your apacheroot directory. 3. added a search function. 4. rewrote the archive backend to support searches MyNews 2.0b From Mike: (alien) 1. First of all.. lot's-0-stuff done. 2. I incorporated my phpLugMembers (http://alien.alienated.org/scripts/ in so you can have mutiple authors and keep their logins in a new authors table in the database. This is manageable with /admin/god scripts 3. Created a comments table in the database and hacked up Jed's (JedTheHead) /comments scripts 4. Hacked up Jed's list.phtml script and turned it into an "Older Stuff" display 5. Add a new $section field to the database and created 2 more blank fields for future additions. (Make the data a whole lot easier to port) 6. Hacked up the archive scripts contributed by Jed to sort by $author/$date/$section 7. I'm sure there are alot more, but I prolly forgot them by now 8. Finally, please see the 2.0b in action at http://www.alienated.org and soon http://www.tonality.com 9. Thanks for the support and patience MyNews 1.0 From Mike: (alien) 1. Took it upon myself to make a few changes. First, fixed bug that only diplayed the newest article no matter which headline was selected to view. 2. Changed admin section to subdir /admin/ and took out admin functions in main display script (index.php3). This give .htaccess password support 3. Wrote new subroutines to edit existing articles. 4. deprecated the setup.php3 script in my code hacking process guess I'll put that to be fixed in the TODO file ;) 5. Releasing ver 1.0 to the world with Stig's permission! MyNews 0.92 Added a web based setup tool (setup.php3). MyNews 0.91 From Mark. Added the $path Variable, because I had some Problems with the Include in a PHP3-File. Seperate Connect File with the mySQL-Stuff. Added Option "?show=all" wich shows all Articles on one Page. From Stig. Had to clean up the code some, at least for it to work on my server. Added a French (thanks Christophe Merlet) and a Dutch (thanks Maarten Oosterink) to the script. MyNews 0.9 From Mark. Included next-/forward-Links (You can set the Variable $limit to the Number of Records you wanna show). Renamed $ today to $nicedate. Added Date-Includes for English and German (Stig: you gotta Translate the Script into Norsk). Changed some Variables. From Stig. Moved the $limit from index.php3 to include/shared.inc for easy administration. Translated the data language file to norwegian. Edited include/nav.inc to use the language file instead of having the text coded in the file itself. Added a timestamp to $nicedate. Added some extra space in news.sql for people with long names and long email addresses. Also made the date table larger. MyNews 0.8 Got the damn sorting thing to work today....finally.... Added a link to the downloadpage on the article page. Minor enhancements. Added the time to the date statement if articles are submitted more than once a day. MyNews 0.73 Move $today into the language files for easy costomization of the timestamps. Added a little extra space in the date field in news.sql. Merged in a bugfix from Mark Kronsbein and it's now possible to use instead of having to use index.php3?mode=list. Thanks Mark. Added a mode=quick as requested by Deepak for listing only the headlines without the date. Added a help section located at ?mode=help and added a link to it from the admin page. MyNews 0.72 Cleaned up the code a bit. Made a few changes to the mode= tags to better understand the connections between the include files and the index file. You can now choose between a regular button or the custom GD button. Moved the id code to include/id.inc. MyNews 0.7 May 26. 1999 Made the script more modular regarding languages. We now have the option to use a different set of lanuages on the admin tool. Added comments to the code in shared.inc to make it easy to edit. Made a small change in article.php3. Found a silly bug in article.php3...forgot a semicolon ;) Merged the article.php3 into the main file (index.php3). Cleaned up a few bug. Made a few changes in the language files. MyNews 0.6 May 25. 1999 Made a small change in the delete.inc file to automatically go back to the ?mode=admin_list where we came from in the first place. Added a few more links on a few pages for easy navigation. Added the title of the article to the ?mode=admin_list page. Moved the main config to include/shared.inc. MyNews 0.5 May 24. 1999 Added delete option in the ?mode=admin section. Cleaned up the code a bit... Other enhancements. Added "head.html" and "foot.html" for easy customization. Added a