home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / PHP-Nuke-7.3.exe / PHP-Nuke-7.3 / Changes.txt < prev    next >
Encoding:
Text File  |  2004-05-17  |  71.1 KB  |  1,135 lines

  1. PHP-Nuke: Advanced Content Management System
  2. ============================================
  3.  
  4.  
  5. May 2004: Version 7.3
  6. =====================
  7. - Added an extra check in autonews function to avoid duplicated automated news when you have high traffic site
  8. - Fixed points update when click on a banner and not when print it on banners.php (Thanks to MrFluffy)
  9. - Fixed bad HTML tag in Downloads and Web Links modules (Thanks to Chatserv from http://www.nukeresources.com)
  10. - Added Union Tap (Thanks goes to Zhen-Xjell from http://nukecops.com)
  11. - Updated Russian language translation (Thanks to Alexander Burchak <alexburchak@ua.fm>)
  12. - Fixed a link error on Indonesian language translation in News module (Thanks to AnonyPuss)
  13. - Added 7.2 patched files made by Chatserv with many security fixes (http://www.nukeresources.com)
  14. - Added phpBB forums port version 2.0.8 (Thanks to ChatServ from http://www.nukeresources.com)
  15. - Fixed last 5 surveys block to show 5 results and not 6 (Thanks to cos)
  16. - Fixed a security vulnerability in admin.php to prevent malicious img tags to insert data on the database (Thanks goes to Zhen-Xjell from http://nukecops.com for the first quick fix and to Chatserv from http://www.nukeresources.com for the final patch)
  17. - Added missing $articlecomm in global variables declaration in Stories Archive module
  18. - Fixed Action images width in Stories Archive module
  19.  
  20.  
  21. March 2004: Version 7.2
  22. =======================
  23. - Updated Forums, Private Messages and Members List modules from version .0.6 to version .0.7 (Thanks to ChatServ from http://www.nukeresources.com)
  24. - Fixed all FAQ tables queries. Changed queries from faqCategories to faqcategories due to problems in some systems (Thanks to CenturyPerf)
  25. - Fixed all FAQ tables queries. Changed queries from faqAnswer to faqanswer due to problems in some systems (Thanks to CenturyPerf)
  26. - Private Messages texts lenght reduced to fit many 800 pixels themes
  27. - Fixed admin only subscription's text position in Your Account module
  28. - Fixed a security hole in Search module (Thanks to ChatServ from http://www.nukeresources.com)
  29. - Removed comments options configuration in the comments navbar from News and Survey modules
  30. - Increased the session lenght from 1800 to 3600 seconds
  31. - Added Your Account hack to change the avatars
  32. - All PHP-Nuke's code is now 100% operative with the new SQL abstraction layer
  33. - More descriptive error messages added
  34. - Removed Amazon's block and Amazon's products images (the block is still available in the PHP-Nuke's Club)
  35. - Removed WebMail module due to many security bugs (the module is still available in the PHP-Nuke's Club)
  36. - Removed Addon_Sample, now it's useless
  37. - Removed Printer Friendly Page and Send to a Friend links from News and Categories index
  38. - By several requests removed the PHP-Nuke version number from Statistics module and from Meta Tags
  39. - Included the Disallow rule for Mediapartners-Google in robots.txt to be used with Google AdSense
  40.  
  41.  
  42. January 2004: Version 7.1
  43. =========================
  44. - Added Subscription system. With this new feature you can now manage subscriptions to your site. Mainly
  45.   designed so webmasters can have subscribed users who pay to be able to remove advertising and/or access
  46.   to subscribers only modules. The subscription system lets you set any block of the site to be invisible
  47.   for subscribed users, any module can be configured to grant access to subscribed users only and the
  48.   banners system will not show any advertising if the user is subscribed. A new function called paid() will
  49.   check if the user is subscriber or not. If you want to make some part of the code available for subscriber
  50.   users only, you must use the following piece of code:
  51.  
  52.   if (paid()) {
  53.      echo "You're a subscribed user...";
  54.   }
  55.  
  56.   you can also check if a user isn't a subscriber using the code:
  57.  
  58.   if (!paid()) {
  59.      echo "You're NOT a subscribed user...";
  60.   }
  61.  
  62.   So, with this you can play a little. But to configure a module for subscribed users only, just use the
  63.   modules administration option as usual, see the new option in the "Who can view this" selection box.
  64.   Messages system also can be used on the same way. To subscribe a user, he/she must be registered on the
  65.   site, then as administrator go and edit the user's account. You'll notice the new options to
  66.   subscribe/unsubscribe anyone you want in periods from 1 year to 10 years. The system is created to manage
  67.   anual subscriptions only, but I think it's as it must be. Also, in Your_Account module, in the main
  68.   window the user will always know how many time remains in his/her subscription. Remember to edit the
  69.   config.php file and set $subscription_url variable with the subscription information page on your site.
  70.   Enjoy and make some money with your site! :) Hope you like it.
  71. - Added Subscribed users block with remaining time
  72. - Fixed lot of minor bugs on Downloads administration module (Thanks to ChatServ from http://www.nukeresources.com)
  73. - Fixed lot of minor bugs on Web Links administration module (Thanks to ChatServ from http://www.nukeresources.com)
  74. - Fixed a minor bug on Encyclopedia administration module (Thanks to ChatServ from http://www.nukeresources.com)
  75. - Fixed lot of minor bugs on Downloads module (Thanks to ChatServ from http://www.nukeresources.com)
  76. - Fixed lot of minor bugs on Web Links module (Thanks to ChatServ from http://www.nukeresources.com)
  77. - Fixed a bug in search function of Encyclopedia module (Thanks to ChatServ from http://www.nukeresources.com)
  78. - Fixed few bugs in Forums and User Info blocks (Thanks to ChatServ from http://www.nukeresources.com)
  79. - Fixed bad variable call on News send to a friend functions (Thanks to ChatServ from http://www.nukeresources.com)
  80. - Added missing $articlecomm global declaration in navigation bar of Your Account module (Thanks to ChatServ from http://www.nukeresources.com)
  81. - Fixed save function when editing a client in banners administration
  82. - Fixed language selection bug in Forums administration
  83. - Removed index link in the AvantGo module's logo (Thanks goes to Michael aka MicTronic)
  84.  
  85.  
  86. December 2003: Version 7.0
  87. ==========================
  88. - Fixed a bug in the banners system that didn't count the impressions and clicks
  89. - Fixed an SQL injection security hole in Surveys module
  90. - Fixed an SQL injection security hole in Reviews module
  91. - Fixed an SQL injection security hole in search function of Forums module
  92. - Documentation directory moved outside system's directory
  93. - Now any block can expire in a given period of days
  94. - Changed rc4 crypt class due to license problem. Replaced with a GPL'ed class sent by the author
  95. - Fixed the comments characters from nuke.sql file to be phpMyAdmin compatible
  96. - Fixed some bad variable references on the modules/blocks documentation
  97. - Removed the useless TODO text file from the distribution
  98. - Added lot of missing language constants on Your Account module translation files
  99. - Fixed turkish language translation
  100. - Fixed brazilian language translation
  101. - Fixed several SQL injection hole (Thanks to Chatserv from http://NukeCops.com)
  102. - Fixed some german language translation files
  103. - Fixed a security hole (XSS bug) in Downloads Module (Thanks to Chatserv from http://NukeCops.com)
  104. - Fixed a security hole (XSS bug) in WebLinks Module (Thanks to Chatserv from http://NukeCops.com)
  105. - Fixed a security hole in administration (admin.php file) - (Thanks goes to Zhen-Xjell from http://nukecops.com)
  106. - Fixed a header bug in AvantGo module
  107. - Replaced all chinese language files with proper translation
  108. - Fixed a security bug in the Survey module and block (Thanks goes to Zhen-Xjell from http://nukecops.com)
  109. - Fixed a XSS Javascript security vulnerability on mainfile.php (Thanks goes to Zhen-Xjell from http://nukecops.com)
  110. - Deleted img tag from GET variables verification on mainfile.php
  111. - Added a very nice points system to the whole code
  112.   Done by using the new function update_points($i) where $i has one of the following values:
  113.     1 = Journal Entry
  114.     2 = Journal Comments
  115.     3 = Recommend Us Entry
  116.     4 = Published News Submission
  117.     5 = Each News Comment
  118.     6 = News sent to a friend
  119.     7 = Articles rate
  120.     8 = Vote in a Survey
  121.     9 = Comment in a Survey
  122.     10 = Forum new thread post
  123.     11 = Forum reply to a post
  124.     12 = Reviews Comment
  125.     13 = Each Page View
  126.     14 = Visit to a WebLink
  127.     15 = Rate a WebLink
  128.     16 = Comment a WebLink
  129.     17 = Download a file
  130.     18 = Rate any file
  131.     19 = Comment to a file
  132.     20 = Broadcast Message
  133.     21 = Click on a Banner
  134. - Added points based Users Groups (see administration section)
  135. - Fixed a bug in the user prefix in stories administration module
  136.  
  137. August 2003: Version 6.9
  138. ========================
  139. - By high number of request added the feature to turn off and on the security code's check on login forms
  140.   for more details on how to configure it, just check out the config.php file. Default is to use this
  141.   feature everywhere.
  142. - Fixed poll edit function to let you change the language in administration
  143. - Now you can have theme specific graphic for WebLinks module title. To use it just add a file
  144.   called: /themes/Your_Theme/images/link-logo.gif (Your_Theme = your theme's name :P)
  145. - Now you can have theme specific graphic for Downloads module title. To use it just add a file
  146.   called: /themes/Your_Theme/images/down-logo.gif (Your_Theme = your theme's name :P)
  147. - Fixed some bugs in languages files (main translation and a few modules's translation files)
  148. - Added a missing translation in Web Links administration module
  149. - Added missing $dbi in sql query in the file contactbook.php (WebMail Module)
  150. - Fixed a bug in Norwegian translation in Web Links Module
  151. - Some other minor cleanups and fixes
  152. - XDMP client removed due to news service shutdown
  153.  
  154. July 2003: Version 6.8
  155. ======================
  156. - Created and added XDMP client at /modules/News/xdmp.php This is a new system that lets you fill your site
  157.   with news without any human intervention! (See http://xdmp.com for more details)
  158. - Few minor fixes in Your Account module
  159. - Fixed bad userinfo call in Your Account
  160. - Added missing avatars default blank image
  161. - Added Forums block
  162. - Replaced [sid] with ['sid'] everywhere for security reasons
  163. - Added missing global variable in stories administration
  164. - Fixed bad field value in the settings form
  165. - Fixed bad translation constant name in newsletter administration module
  166. - Fixed a bug in the ultramode function in mainfile.php
  167. - Fixed bad database query variable call in Your Account module
  168. - Fixed a bad link in Stories Archives module
  169. - Apllied all the fixes available for Forums module from NukeCops
  170. - Apllied all the fixes available for Private Messages module from NukeCops
  171. - Apllied all the fixes available for Journal module from NukeCops
  172.  
  173. June 2003: Version 6.7
  174. ======================
  175. - Reorganization on upgrade folder
  176. - Changed banners administration icon due to copyright issue with AppleScript
  177. - Added lot of fixes to Forums and Private Messages modules from the Nuke 6.5 Fixes Pack 3 (Thanks to Chatserv from http://NukeCops.com)
  178. - Fixed bad reference to an unexistent field name in Journal module (Thanks to Chatserv from http://NukeCops.com)
  179. - Fixed Avatar path on Your Account module (Thanks to Chatserv from http://NukeCops.com)
  180. - Fixed a missing ? in lang-catala.php (Thanks to Chatserv from http://NukeCops.com)
  181. - Added "docs" folder with the PHP-Nuke HOWTO, a very complete manual. Thanks to Claudio Erba from http://spaghettibrain.com
  182.   for updated version you can check http://spaghettibrain.com or http://tldp.org/HOWTO/PHP-Nuke-HOWTO/index.html
  183.   I'll try to update it on each version of PHP-Nuke.
  184. - Fixed lot of bad references when article's comments are off, everywhere.
  185.  
  186. May 2003: Version 6.6
  187. =====================
  188. - Added Associated Topics in News system (admin and user side)
  189. - Fixed a XSS vulnerability present on mainfile.php for POST variables
  190. - Fixed security bug in Your Account user's Information
  191. - Fixed missing site name variable after rating a resource on Web Links module
  192. - Fixed missing site name variable after rating a resource on Downloads module
  193. - Fixed a bug on userinfo function in Your Account module
  194. - Path disclosure bug fixed on Your Account module (Thanks to WB-Vortex from http://www.winbeta.org)
  195. - Path disclosure bug fixed on News module (Thanks to WB-Vortex from http://www.winbeta.org)
  196. - Path disclosure bug fixed on WebMail module (Thanks to WB-Vortex from http://www.winbeta.org)
  197. - Path disclosure bug fixed on Downloads module (Thanks to WB-Vortex from http://www.winbeta.org)
  198. - Path disclosure bug fixed on Web Links module (Thanks to WB-Vortex from http://www.winbeta.org)
  199. - Added Security graphic check in the user's login block
  200. - Fixed custom name module creation when a new module is added and has underscore character
  201. - Fixed default language bug when creating a new user
  202.  
  203. March 2003: Version 6.5
  204. =======================
  205. - Fixed a security bug in mainfile.php when using Windows systems and Multilanguage option
  206. - Fixed a SQL injection bug in index.php while getting http referer (Thanks to NukeCops.com guys)
  207. - Added User Profile link in news submission
  208. - Fixed SQL injection hole in Search module
  209. - Added more security checks for GET variables
  210. - Added security checks for POST variables
  211. - Added table format to single comment display when bigger than 4096 bytes in News module
  212. - Rewritten Topics module. Now it's very functional and useful with a lot of News info
  213. - Fixed a bug in who's online information. If an user logs in it will delete his/her record as a guest
  214. - By popular request changed the user creation system. Let new users to select their password and should click on
  215.   a custom link to activate their account in less than 24 hours. This will avoid any kind of robots and/or people
  216.   registering other people.
  217. - Added Users & Administration login graphic security check (to stop any robots and cracks programs)
  218. - Fixed some bugs in FAQ administration. Quotes problem when edit a Category and missing language "all"
  219. - Changed all PHP predefined Server variables to $_SERVER[]. PHP-Nuke now requires PHP 4.1.0 or better
  220. - Fixed users Homepage URL display in comments (News and Surveys Modules)
  221. - Fixed typo in english translation of Recommend Us module
  222. - Fixed double slash in Topics module
  223. - Changed all user.php call with its correct module's name
  224. - Fixed a bug in automated news which didn't correctly saved the news submitter data
  225. - Downloads and Web Links broken links now can reported only for registered users
  226. - Added Subject text in Email User link in Submissions administration
  227. - Doesn't show anymore the User and/or Admin content after logout
  228. - Fixed many unclosed quotes in queries of Surveys module
  229. - Fixed a serious security hole in mailattach.php file from WebMail module
  230. - Some "nuke_users" table fields renamed. This is a very important change to have full compatibility with
  231.   phpBB 2.x Forums modules. Original name => Renamed fields are:
  232.     uid          => user_id
  233.     uname        => username
  234.     email        => user_email
  235.     url          => user_website
  236.     user_intrest => user_interests
  237.     pass         => user_password
  238. - Added extra features to Feedback module
  239. - Comments has been reformated and closed inside tables for a better look
  240. - Stars order inverted in article's rating block
  241. - Added missing username in the user info link in comments of Journals module
  242. - Deleted some miserable entries from Headlines database. Slashdot because they never publish anything
  243.   about PHP-Nuke and Linux.com because they never gave me a reply right when I asked for it after a very
  244.   bad article about me and my project. So, eat this.
  245. - Fixed XSS injection security holes in Search functions of some modules
  246. - Articles rating score check added
  247. - Added some WebMail module's and mail functions security fixes by Ulf Harnhammar (I'm watching)
  248. - Automatic installation removed due to high conflicts with the new SQL layer (Yes, it's a shame)
  249. - Included phpBB 2 port (Thanks to a great work of Tom Nitzschner from http://www.toms-home.com).
  250. - Added Forums block (phpBB)
  251. - Added new feature that let you have a different phpBB forum's theme for each PHP-Nuke's theme. See DeeBlue
  252.   theme directory. If forums directory doesn't exists into the theme's folder the system will load the
  253.   forums default theme.
  254. - Included Private Messages from phpBB 2 (Thanks to a great work of Tom Nitzschner from http://www.toms-home.com).
  255. - Changed Members List (Thanks to a great work of Tom Nitzschner from http://www.toms-home.com).
  256. - Changed the SQL Abstraction Layer. Old Layer is not discontinued but there for compatibility with old modules.
  257.   The new layer is the same used by phpBB 2.x port and you can read about it on ADDON-MODULES text file.
  258. - All modules and blocks migrated to the new SQL abstraction layer
  259. - Footer text centered on Kaput and Taditional themes.
  260. - Fixed parse error on Slash Theme.
  261. - Fixed Center Down block display when including a file.
  262. - Fixed Center Down block creation on administration system.
  263. - Changed the user.php link in DeepBlue Theme for its correct module's call.
  264.  
  265. September 2002: Version 6.0
  266. ===========================
  267. - Almost all config.php variables are now stored in the database. Also added a new Settings section in
  268.   Administration menu. No more config.php editting and hope no more quotes problems. To upgrade PLEASE
  269.   do the upgrade process and THEN REPLACE the config.php with the included one since it's new. Remember
  270.   to configure by hand your database server preferences on that new file!
  271. - Added Vietnamese translation (Thanks to http://www.ybvsa.com)
  272. - Fixed months display bug in Statistics between september and october.
  273. - Fixed regular expresion for Topics images list in administration menu (Topics Manager)
  274. - Added default value of '0' in the $nr variable of sql_layer.php functions.
  275. - Fixed almost all prefixes calls to users database in Private Messages and Splatt Forums
  276. - Added missing _CONTRIBUTEDBY in all languages files.
  277. - Added New Private Message(s) popup info window. Off by default. (Thanks to Jeff Wagner aka Nuitari)
  278. - Added domain name after all web/ftp links in comments, as a visual reference for readers.
  279. - Added automatic related links in the article's right block. Will get any link from the article's text.
  280. - Simplified some links in almost all modules adopted from the old system. Using $module_name now.
  281. - Added missing cookies options in the url after vote for an article.
  282. - Changed default Downloads and Web Links logo graphics.
  283. - Added a new configuration option in Downloads config file to have on/off the links numbers for each category.
  284. - Reduced users cookie live time to 1 month.
  285. - Fixed non-existent subcategories queries in Downloads and WebLinks administration.
  286. - Added Search Discusion option in the comments nav bar inside article's page.
  287. - Added a new feature that sends an email when a banner finnish its impressions.
  288. - Discontinued the variable $banners. Still be present in config.php for compatibility reasons. Banners will
  289.   display if there is at least one active.
  290. - Added Alternate Text for banners.
  291. - Banners administration link is now with the others links and removed from the top of the table.
  292. - Changed all administration menu graphics, now are also theme sensitive and activated by default.
  293. - Added missing spanish translations in Downloads module.
  294. - By popular demand added as DeepBlue theme as default (used at phpnuke.org web site)
  295. - Added a nice feature to let you have custom modules by theme. This means that you can have a totaly 100%
  296.   different modules for each theme. How? Just create a "modules" directory inside a theme's directory and copy
  297.   your new modules there. For example: If you want the theme NukeNews to have its own custom News module,
  298.   you need to have a directory "/themes/NukeNews/modules/News" and the News replace on it. The system will
  299.   automaticaly detect and load it instead of the default "/modules/News". Remember to fix all your path in the
  300.   module files. See Sand_Journey theme directory for an example with Addon_Sample module.
  301. - Added new message check and blinking icon to Who's Online block
  302.   (Thanks to Paul Laudanski of http://ComputerCops.biz for the suggestion)
  303. - Updated Splatt Forums from version 3.1 to version 3.2
  304. - Added a check for empty footer messages. If $footx empty doesn't try to show it.
  305. - PHP-Nuke now works 100% with register_globals variable in php.ini set to On or Off. This solves the users
  306.   and admin loops also.
  307. - Added new registered users stats/count for today/yesterday in administration menu
  308. - Added a new feature to let you decide if you want a module's name and link will be visible in Modules block
  309. - Now each theme can load its own default home module. Just create a module.php file under the theme's
  310.   directory with the variable $default_module on it. For an example please see Sand_Journey theme. It loads
  311.   News module. Try changing the default home module from administration and notice that the News module
  312.   continues to be loaded in the homepage only for this theme. If you don't want to have or use this feature
  313.   just don't have any module.php file in your theme's directory.
  314. - Fixed headlines bug that did not let you had less than 10 news from a XML/RSS news feed. 
  315. - Optimized Categories block SQL queries.
  316. - Optimized sql query of is_admin and is_user functions. Speed increased with big databases.
  317. - Added new variable in config.php to let you decide if you want users change the number of news visible
  318.   in the homepage.
  319. - Added new title HTML tag to all images
  320. - FAQ administration doesn't show centered text anymore but your original format.
  321. - Improved functionality on backend.php with the addition to select the site's categories if they exists.
  322.   You can still use as usual, or you can call it like: http://yoursite.com/backend.php?cat=themes
  323.   The above URL will show the XML formated file only with "themes" category. Note the variable "cat". So
  324.   now people from other sites can retrieve from your site only the news they have really interest in.
  325.   Of course that this feature will works only if you have set one or more news categories for your site.
  326. - Changed the password generator function in Your_Account due to problems in some systems.
  327. - Automatic installation added. Not more sql server shell commands to install. Just edit your config.php
  328.   and point the browser to your web site. The system automaticaly will add the database and tables on the
  329.   first run. No questions, no forms, no install scripts, just click and go! ;) See INSTALL file for details.
  330. - Removed module check in votes/rating files in Web Links and Download
  331. - Fixed all files and directories permissions (directories 777 and files 644)
  332. - Message "No comments allowed for Anonymous" now shows only one time in News and Surveys
  333. - Administrators only modules doesn't shows their links in modules block to the public
  334. - Theme check in Your Account now verifies the existence of theme.php file inside the directory instead of just
  335.   getting all directories as valid themes. For example, if you have a directory called CVS, it will not be taken
  336.   as a valid theme with this new feature.
  337. - List of users benefits from Your Account module in new user registration page is now updated automaticaly
  338.   depending on what you have active and for registered users only.
  339. - Added new feature to have theme sensitive topic's graphics (in /themes/your_theme/images/topics/). Default topics
  340.   graphics need to be on usual place (/images/topics/) but if the system find the existence of the files in the
  341.   theme's images directory it will show it instead. This was higly requested feature. Themes files need to be
  342.   modified to have this feature working. Please look at the included themes to have some samples.
  343. - Added support for favicon.ico for new browsers (just put favicon.ico file in /themes/your_theme/images/ directory)
  344. - Fixed bad width in two graphics of statistics bars
  345. - Fixed a bug in Messages administration, bad mixed options between anonymous and registered users
  346. - Your_Account navigation bar with icons is now visible in all user's related modules
  347. - Changed all default icons for users page in Your_Account module. Not only that, but each theme can have
  348.   different icons for user's menu and WebMail if the graphics files exists and if not the system will
  349.   load the default graphics. Refer to some themes like 3D-Fantasy, Odyssey, ExtraLite, Sand_Journey and NukeNews
  350.   to see the difference and look at the new /images/directory structure. Basicaly /images/menu/ and /images/webmail
  351.   will load the user's menu and WebMail icons respectively if specific file names exists. Take a look.
  352.   All new icons are used with author's permission, please see CREDITS file for more information.
  353. - Added a new link metatag to configure the browser icon for your site. To have it working you need
  354.   to have a file called favicon.ico inside /themes/your_theme/images/ directory.
  355. - Fixed all old links in main languages files that call user.php (Pointed to the users module)
  356. - Your_Account user's menu images moved to the module directory
  357. - Added Private Messages button/link in Your_Account user's page
  358. - Lot of cosmetic changes to Private Messages
  359. - Replaced Send/Delete graphics buttons with form buttons in Private Messages
  360. - Added administrative functions Add/Edit for surveys in the survey results page
  361. - Added and extra check for modules language. If new selected language isn't found, then we include the
  362.   default language set from config.php
  363. - Little cosmetic changes (final BR tag added) in Search and Information blocks
  364. - Added Content module check for current status (active or inactive) from modules.php
  365. - Added Macedonian translation
  366. - Fixed parse errors on Dutch and Slovenian languages
  367. - Due to the new icons added in the user's page, the menu icons have been re-arranged for a better look.
  368. - Added Journal ZX Module for registered users with links from comments (news & surveys) and user's info page.
  369.   It's complete with the SQL layer and multilanguage support now. Anyway I removed the original help system.
  370. - Fixed user's homepage link from Your_Account module
  371. - Fixed survey announce via news article from administration
  372. - Added a POP3 WebMail reader (eMailBox from http://ecomjunk.com). There are many new variables in config.php
  373.   to confidure this module's options. Pay special attention to the warnings on activating attachments!
  374. - Fixed bad IMG tag strip from html filter function
  375. - Added missing translation for all languages in Statistics module
  376. - Fixed some bad permissions to see stuff from userinfo page for anonymous users
  377. - Added a new feature called My Headlines for registered users. From the user's page anyone can read headlines
  378.   of a selected site from a drop down list. Very nice and usefull for your users.
  379. - Fixed a lot of bugs in Encyclopedia module (translations, copyright message, admin bad links, etc)
  380. - Detailed statistics now count and show the new impression when accessing it.
  381. - Added a new feature that lets you have decoration in the Survey bars. In theme/Your_Theme/images directory you
  382.   can have three more files: survey_leftbar.gif, survey_mainbar.gif and survey_rightbar.gif If you don't have them
  383.   the system automaticaly selects the usual bars files (leftbar.gif, mainbar.gif and rightbar.gif). Additionaly you
  384.   can have another file called "survey_mainbar_d.gif" (see the "_d"). This graphic, if exists, will be added each
  385.   25% in the survey bar. This can help you to decorate your Survey bars. Statistics bars are the usual ones. Try it!
  386. - Fixed user session save function before show left blocks
  387. - Solved the looooong dilema about Module's Copyright information. There is a new file called "copyright.php"
  388.   in the module's directory. Please take a look at /modules/Addon_Sample/ and see this file. Modules/Addons
  389.   developers can edit this file filling the required data and then copy this file into your module's directory.
  390.   To see it working just go to Addon Sample module and look the little copyright stick at the bottom right of
  391.   the module's table. If you don't put this file into the module's directory nobody will see that stick. Hope
  392.   users play fair on this and solved a big user's issue about the copyright messages.
  393. - Added 5 new themes and changed the default one from NukeNews to Sand_Journey
  394. - Added a very nice feature to allow registered users to publish Public Messages which will be available in any
  395.   page of the site to other users for a period of 10 minutes. Each message can be viewed just one time per user
  396.   and any registered user can also turn off this feature from its preferences page. To have this feature working
  397.   you need to use the new function "public_message()" located in mainfile.php and need to be added where you want
  398.   it in your themes files. The function returns $public_msg with all the needed stuff (table, colors, message, etc).
  399.   You can see samples of how to use it by viewing the default system themes. All themes that comes with PHP-Nuke 6
  400.   supports this feature.
  401. - Fixed banner administration module bug when adding a new banner
  402. - Added User Info block coded by the cool folks at www.NukeScripts.com (very nice block!)
  403. - Added new feature to have Center blocks Up and/or Down the Home module
  404. - Fixed the first user creation from administration first run
  405. - Fixed bad Story ID in categories homepage for print and friend icons
  406. - Fixed bad sender data in Feedback module
  407. - Applied a XSS vulnerability patch. (Thanks to Zhen-Xjell from http://www.computercops.biz)
  408. - Footer messages doesn't center anymore, to be controled from themes
  409. - Added style classes for footer messages (.footmsg and .footmsg_l)
  410. - Updated all theme's CSS styles files to match the new footer classes
  411. - Fixed some missing spanish translation in Feedback module
  412. - Fixed some bad spanish translations in Administration system
  413.  
  414. June 2002: Version 5.6
  415. ======================
  416. - Now you can have banners in a block (like "Supporters" block in phpnuke.org)
  417. - Minor cosmetic changes in the default information block
  418. - Users can't see option to change theme if we have only one (1) theme available (obvious, no?)
  419. - Fixed copyright notice in content pages and very little cosmetic changes
  420. - Changed $nuke_url with $nukeurl in AvantGo module
  421. - Added Amazon block (no DB needed), read instructions on the block's file and if you want to help in some way the
  422.   PHP-Nuke project, leave it as is, thanks.
  423. - Added explicit copyright notices in their places (if you remove it, you'll die)
  424. - First attempt to fix the statistics table's duplication bug (Thanks to Carlao from http://membres.lycos.fr/brazilian/index.php)
  425. - Fixed bad font tag in mainfile.php
  426. - Modules block now order by Custom Title
  427. - Fixed Private Message bad link in the submissions function
  428. - Replaced old forums with Splatt Forums (Thanks to Splatt from http://Splatt.it for his help!)
  429. - Added check for empty admin cookie (Thanks goes to Blurtoad)
  430. - Fixed some mistakes in the DB queries in counter.php
  431. - Fixed number of stories in home when addin a new user, now it takes the config.php variable
  432. - Changed $user_prefix variable instead of $prefix in Private Messages, auth.php file
  433. - Fixed a bad $user_prefix in upgrade file (5.4 to 5.5)
  434. - Fixed & character in backend.php
  435. - Some sql_layer corrections
  436. - $prefix added to Statistics tables creation in upgrade file (5.4 to 5.5)
  437. - Fixed inclusion of voteinclude.php in Downloads module 
  438. - Removed the Multidimensional array in article.php in News module (after an audit: too much CPU load)
  439.   You can still use related links based on Topics (in Topics Manager)
  440. - Fixed a missing "); in the Dutch language file in News module
  441.  
  442.  
  443. February 2002: Version 5.5
  444. ==========================
  445. - Added a very cool function to check if a module is activated. Call it: is_active("Module_Name");
  446.   Returns 1 if active or 0 if not. Use the module "title" in the database to make the check
  447.   This will help in the future to really integrate all modules with the core system and to establish
  448.   some dependencies between parts of the site.
  449. - Added Send Private Message to any user from Your Account page, also check if user exists
  450. - Removed some unused variables in user's system when edit home and theme
  451. - Fixed morelink structure
  452. - Fixed comments inclusion and comments bar show in article's page
  453. - Fixed the Random Headlines block to correctly select the topic
  454. - Fixed quotes bugs in Search module, Downloads search and Web Links search
  455. - Administration online manual has been removed because it became too obsolet (PDF detailed manuals in
  456.   the future)
  457. - Removed the check for "(" and ")" from mainfile.php because problems with some modules
  458. - Fixed slashes bug in Search module
  459. - Fixed Surveys votes results in article's attached poll
  460. - Fixed to solve bad url entries in user's page
  461. - Fixed bad variable name that prevents to view comments according with your cookie options
  462. - Added voteinclude.php file in Downloads module
  463. - Modularized all translations. The new schema: Administration texts are in /admin/language/, Core system texts
  464.   including all blocks' texts are in the usual directory /language/ and each module has its own language directory.
  465.   This is more annoying to translate but the performance gain is great. There is anew function to call translations
  466.   from a module, you can use the following syntax:
  467.   require_once("mainfile.php");
  468.   $module_name = basename(dirname(__FILE__));
  469.   get_lang($module_name);  
  470. - Added TRANSLATION text file with translations credits (Reason: too complicated to strip the credits from each
  471.   translation with the script that modularized them, anyway is much more organized on this way and we can save
  472.   previous translations credits in a more easy way)
  473. - Private Messages has been converted into a module
  474. - Changed Printer Friendly Page and Send to a Friend icons and added icons to options blocks
  475. - Fixed query limit bug in Stories Archive module
  476. - Fixed Content block link to open specific page and not the index
  477. - Removed default administrator. The system will create one with your info on the very first run or admin.php
  478.   (and since this can be security issue, the best is to do this as the first step on your fresh installation,
  479.   this warning has been added on INSTALL file and in the default system message in bold fonts.)
  480. - Topics module now opens a new index instead of search page (search option enabled at the top of the page)
  481. - Fixed a typo in the downloads module and in the Top's page (downloads stats)
  482. - Added article's rating system
  483. - Added most voted and best rated stories in Top's module
  484. - Added Score information in $morelink
  485. - Added Score information in Stories Archive
  486. - Fixed some english translation typos in Web Links module
  487. - Fixed links and downloads categories parentid fields type, changed from tinyint() to int()
  488. - Added GZ compression to increase the load speed (This function requires at least PHP 4.0.4 compiled with zlib,
  489.   so if you want to remove it, just delete the first code line in mainfile.php where you read: ob_start("ob_gzhandler");
  490.   Thanks for this suggestion goes to Andrej Lesjak from http://www.poljub.com)
  491. - Fixed Encyclopedia bug that show terms only for admins
  492. - Fixed bug to prevent Anonymous user to act as a registered user in some parts of the site
  493. - Removed <BR> tag from banners.php when show banner's image
  494. - Added the use of getimagesize to automaticaly set width and height for some images on the code
  495. - Now you'll not see "send private messsage to yourself" in user page but you can see it if you browse another user
  496. - Added Private Messages block on the user's page
  497. - Fixed Surveys total votes sum in the Top page
  498. - Fixed a bug when editing an encyclopedia
  499. - Changed, at last, AllTopics.gif image (for search engine)
  500. - Search function has been converted into a module
  501. - Fixed a table bug in Old Articles block
  502. - Little organization in the admin case files
  503. - Added All Categories link to the Categories block
  504. - Removed feature to include files from index.php due to a high vulnerability risk
  505.   (Will be available in a future module)
  506. - Removed default author and created default Super User creation on first login
  507. - Added restrictive .htaccess on some directories
  508. - Changed automated news publication time from the last hit to the real programmed time
  509. - Surveys converted into a module
  510. - Added a new file /includes/my_header.php so you can put a custom header between both "head" tags
  511. - Added additional Detailed Statistics based on NukeStats (Thanks to Harry Mangindaan from http://www.nuketest.com)
  512. - Added sql_free_results function in the sql_layer file (Thanks to Harry Mangindaan from http://www.nuketest.com)
  513. - Added Center block feature (uses same blocks files in /blocks/ directory but remeber that not all blocks
  514.   looks good on center, just a matter of creativity by your side. Look at block "Last 5 Articles" for an example)
  515. - Fixed bug in admin that changes the stories author's name after edit and admin
  516. - Added functionality to remove user from session after user's logout
  517. - Fixed smilies in Forums (Thanks goes to cyberpuke from http://cyberpuke.hele.net)
  518. - Fixed newsletter administration bug when assign it to a new author
  519. - Fixed some bad file permissions (Thanks goes to cyberpuke from http://cyberpuke.hele.net)
  520. - Fixed a bad db query in forums administration (Thanks goes to cyberpuke from http://cyberpuke.hele.net)
  521. - Fixed all modules links in language files
  522. - Added missing close table HTML tag in Older Articles block
  523. - Added some missing translations for Forums
  524. - Changes all $prefix"._????." for ".$prefix."_???? in all files (believe me, took me 3 minutes ;))
  525. - Changed $description to $cdescription in Web Links
  526. - Added missing admin db queries in administration main (for multiple admins)
  527. - Added missing translation to Downloads Administration system
  528. - Added News redirection if story ID doesn't exist
  529. - Changed $prefix to $user_prefix in Members List module (Thanks to Duke from http://nuke-security.com)
  530. - counter.php file moved to includes directory
  531. - Fixed Login block load inside article's page to math the new blocks distribution
  532. - Removed $myIP from config.php and banners now check if you're administrator to not count impressions
  533. - Added Categories for Content Manager (If you don't want to use it, just don't add categories)
  534. - Fixed alignment on Post Comment buttons (Thanks to eXodus from http://www.exodus-news.net)
  535. - Added missing globals on index.php for referers function
  536. - Fixed some bad switch's variables calls into Downloads and Web Links
  537. - Cosmetic changes and translations added to Feedback module
  538. - Changed CREDITS file to credit only non-visible hacks/scripts, otherwise credits are on each script header
  539. - Fixed footer messages quotes bug in settings.php under administration section
  540. - Minor cosmetic changes in Web Links administration (bold text that should be normal)
  541. - Added new unlimited deep for downloads categories (Thanks goes to Paladin from http://www.synergy-international.com)
  542. - Uncommented the sql_debug variable on sql_layer (Thanks goes to AngelNegro, the first to remember me this issue)
  543. - Fixed index file include check for ":" to not includes complete urls
  544. - Fixed random selection on Random Headlines block
  545. - Little cosmetic changes in the administrator's block only for a fresh install (added more links)
  546. - Added functionality to select what module do you want in the homepage (Forced to be Active and for All visitors)
  547. - Main Menu block removed and replaced with Modules block by default
  548.   (Due to the new features added on Modules block you may evaluate the possibility to rename Modules block to Main Menu,
  549.   anyway, this is a personal decision you need to take)
  550. - Default Home module has a link to Home in the Modules block
  551. - News, Users, Submit News, Stats, Top and Topics converted into modules
  552.   (Remember to change all the links in your custom themes!!!)
  553. - Current Poll in admin main screen doesn't show anymore article's related polls
  554. - Fixed who is online data grab when block isn't active or is admin only
  555. - Fixed Survey errors when multilingual option is enabled
  556. - Added Slovenian translation
  557. - Added Turkish translation
  558. - Fixed missing image in forum images directory
  559. - Fixed typo in languages for forums translation
  560. - Fixed type in forum administration module
  561. - Fixed Printer Friendly Page and Send to a Friend links for articles in homepage
  562. - Fixed Edit User link in user's page
  563. - Fixed newsletter subscription bug (a missing variable pass in the saveuser function of user.php)
  564. - A note for the 5.4 release: Printer Friendly and Send to Friend graphic links in homepage are visible only for users
  565.  
  566.  
  567. January 2002: Version 5.4
  568. ==========================
  569. - Added a new feature to select who can view whatever block you want (All, Users, Anonymous, Admins)
  570. - Added a new feature to select who can access whatever module you want (All, Users, Admins)
  571. - Fixed the author's name/link for "Posted by" text in the articles for old themes compatibility
  572.   (For new themes please call the function get_author($aid) instead of formatAidHeader($aid) where
  573.   the difference is a return() instead of an echo.
  574. - Removed newsletter subscription from new user registration form to avoid possible unwanted emails
  575. - Fixed missing Read More link in categories page
  576. - Added Options block in article's page with links to Admin functions
  577. - Printer Friendly and Send Story to Friend added in Options block in article's page without graphics
  578. - Fixed bold fonts in downloads administration
  579. - Fixed some table's colors in private messages
  580. - Fixed some "for" statement for poll options
  581. - Fixed escape \ in html template files of NukeNews theme
  582. - Fixed bug that prevents to show the first system's poll in the main admin screen
  583. - Added phpBB forums integration as a module (This requires more work yet, but it works and only with MySQL for now)
  584. - Added Who's Online information in the main administration page
  585. - Fixed bad topic images path in 3D-Fantasy theme
  586. - Changed BBCode graphics buttons in Private Messages system
  587. - Removed the Filemanager. Too many security bugs to handle
  588. - Removed DeviantNuke theme uppong request of DeviantArt owner
  589. - Added missing _ in MSNM translation in user.php
  590. - Fixed new user registration email check to allow longer first level domain names (max 6 characters now)
  591. - Added missing globals in Web Links functions
  592. - Added title html tag on each article's page (will be added in more files)
  593. - Removed an old translate function call in stories administration module
  594. - Fixed CSS (Cross Site Script) security vulnerabilities
  595. - Added Section Articles block with last 10 articles
  596. - Added Reviews block with last 10 reviews
  597. - Removed all topics images and text but PHP-Nuke to give a clean installation (Also that stupid AMD logo)
  598. - Fixed a topics list selection bug when creating a new poll
  599. - Added new two columns theme (Odyssey - Thanks to TrevorS from Trevor.net for cool tips on his BlueTrevor theme!)
  600. - Added custom_title field in modules table to customize the title in the module's block
  601.   (Useful for some language's special characters not accepted in directorie's names)
  602. - Added Encyclopedia Generator Module (useful for whatever alphabetical listing content, enjoy!)
  603. - Changed Addons switch variable name from $op to $mop (by popular demand !?)
  604. - Added MD5 password encryption for authors/admins table
  605. - Added MD5 password encryption for users table
  606. - Removed $system variable from the whole code
  607. - Modularized Sections script
  608. - Modularized Reviews script
  609. - Added Database Optimization module into administration menu
  610. - Added Database Backup utility in administration
  611. - Removed Send To Friend and Printer Friendly Page graphics/links from homepage
  612. - Printer Friendly and Send Story to Friend in the home page can bee see only by registered users
  613. - Fixed some CSS classes and added some missing classes as well
  614. - Added Content Manager to create static pages (maybe this will replace sections in the future)
  615. - Fixed the "Readme More" line links (index and categories)
  616. - Fixed the Topic Image in the story page of NukeNews theme
  617. - Added missing $user_prefix in user's database calls in some files
  618. - Added new Stories Archives module, multilingual compatible
  619. - Blocks Administration re-designed and re-organized
  620. - Active/Added blocks doesn't show in the "add new block" block's list, will appear again if you delete it
  621. - Inactive blocks can be previewed now before activate it (just to make your life easy)
  622. - Added function to fix blocks weight conflicts
  623. - Created some new blocks in /blocks/ directory
  624. - Replaced some fixed blocks by block's files
  625. - Added new SYSTEM block's category
  626. - Fixed a bug in Messages (Inverted Anonymous with Registered users)
  627. - Email Notification for new submissions has been extended with all the story data
  628. - Added Web Links Hack with unlimited sub-categories (Thanks to Ptilou from http://ptilou72.multimania.com)
  629. - Little re-organization on the Past Article's block generated code
  630.  
  631.  
  632. November 2001: Version 5.3.1
  633. ============================
  634. - Fixed bad/broken links in top.php for downloads
  635. - Added missing $dbi in a database call on comments.php
  636. - Fixed bad variable name in sql_layer.php
  637. - Fixed bad/broken links in downloads module
  638. - Removed duplicated _LANGUAGE translation definition from language files
  639. - Fixed a Read More text bug for the articles
  640. - Fixed a bad sum in polls list
  641. - Fixed Top voted polls in top.php
  642. - Added topics path to show topics graphics in config.php
  643. - Added footmsg() function in footer.php to make old themes compatible
  644. - Now old themes really works 100% (More CSS dependant themes in future versions)
  645. - Added broken link report to downloads & links sub-categories
  646. - Fixed author's name and link on articles (Posted by)
  647. - Added missing line break tag in faq.php and some minor cosmetic changes
  648. - Added new 3D-Fantasy.com theme based on Kaput
  649. - Decreased the login box fields size to avoid problems with some themes
  650. - Added links to Edit/Add polls from main administration page
  651. - Fixed Users database's calls in Users Administration to use the shared table
  652. - Added Newsletter and Massive Email functions (New options in User and Admin pages)
  653. - Little cosmetic changes in users page (plus admin functions to edit selected user)
  654. - Removed that annoying "A Problem Ocurred" message by validating user's cookie
  655. - Fixed a parse error in Dutch language file
  656. - Web Links now fully support SQL abstraction layer and 100% modular
  657. - Downloads module 100% modular now
  658. - Fixed Author's rename to also rename them into stories table
  659.  
  660.  
  661. November 2001: Version 5.3
  662. ==========================
  663. - Fixed blocks weight change when editing
  664. - Fixed security holes in admin.php (upload functions)
  665. - Created HTML templates for themes. (Yes! new themes system!) Old themes are 100% compatible ;) See the
  666.   new HTML templates on the NukeNews theme.
  667. - Added SQL database abstraction layer with support for 8 Database's Servers (see config.php)
  668. - Added different table prefix for user's table, this lets you share users database in the same server
  669. - Changed ALL MySQL Database calls to match the new SQL abstraction layer. To use it declare $dbi as
  670.   global and be sure your database queries looks like:
  671.  
  672.     $result = sql_query("select uid from nuke_users", $dbi);
  673.     list($uid) = sql_fetch_row($result, $dbi);
  674.  
  675.   pretty easy and transparent to use and implement, valid for fetch arrays, numrows, object, row, etc. You can
  676.   take a look at sql_layer.php file in /includes/ directory. Addons and Blocks authors, please start using it!
  677.  
  678. - Changed Polls votes sums to properly match the new SQL abstraction layer
  679. - Modularized the user.php page. Separated pages for login, password lost and new user's registration
  680. - Modularized Downloads script with independent configuration file
  681. - Modularized Web Links script with independent configuration file
  682. - Created Modules Administration system to activate or deactivate it with some options for Admins
  683. - Separated Modules block from Main Menu block
  684. - Optimized a lot the huge $morelink variable construction on index.php (From 136 lines to just 15!)
  685. - Optimized a lot the huge $morelink variable construction on categories.php
  686. - Ephemerids block replaced by Modules block on Database
  687. - Ephemerids included now as independent Block
  688. - Fixed BR tags bug in submit.php
  689. - Added missed global variable declaration in submissions function for "delete all" link
  690. - Fixed submissions translations bug
  691. - Fixed voters sum counter on table nuke_poll_desc (not used now, maybe in the future)
  692. - Fixed a bug in pollBooth.php for article's polls display
  693. - Fixed security hole in index.php to prevent the inclusion of any file outside web root
  694. - Added Total Hits block (Author: C. Verhoef, cverhoef@gmx.net)
  695. - A lot of minor bug fixes
  696.  
  697.  
  698. August 2001: Version 5.2
  699. ========================
  700. - Submissions form now checks for Allowable HTML, plain text or Extrans format
  701. - Removed that stupid and useless duplicated comments check and the troll check
  702. - Submissions Delete function set only for SuperUser
  703. - Fixed display of MembersList HomePage URL link
  704. - Fixed a misconfiguration with automated news
  705. - Added extended text field on Submission
  706. - Fixed more anonymous comments stuff when deny it
  707. - Anonymous posts $anonpost variable in config set with "0" by default
  708. - Added feature to attach a Poll with an article
  709. - PollBoth now show general poll and article's attached polls
  710. - Removed Poll cookies, all the duplicate votes check is made by IP
  711. - Fixed table align on Poll block options
  712. - Polls order changed. Newest Polls goes first now in pollBoth.php
  713. - Added feature to announce new Poll as article
  714. - Added missing enctype to all stories.php form in admin for images uploads
  715. - Fixed blocks weight bug when edit and change the position
  716. - Fixed Topics Manager images selection box
  717. - Fixed backend html special characters bug
  718. - Fixed HTML validation problems with the new Poll html table and language selection block
  719. - Fixed banners bug when adding with unlimited impressions
  720. - Added the possibility to load plain HTML files from index.php by using the URL:
  721.     http:/yoursite.com?file=path/to/file.html or http://yoursite.com?file=file.html
  722.     You need to add "?file=" after index.php followed by the HTML format filename,
  723.     for your security all "." and "/" at the begining will not be accepted.
  724. - Fixed blocks position selection when editing
  725. - Changed font size on submission completition message
  726. - Fixed quotes problem on stories.php in administration
  727. - Fixed quotes problem on submit.php
  728. - Printer friendly page now show centered content
  729. - Added AvantGo module (Author: Tim Litwiller - http://linux.made-to-order.net)
  730. - Fixed a typo in languages files, replaced "downloads.php" with "download.php"
  731. - Added language definitions on all translation files
  732.  
  733.  
  734. August 2001: Version 5.1
  735. ========================
  736. - Removed Anonymous user entry from Members List
  737. - Fixed a bug in headlines
  738. - Added $system variable check in Edit Users on administration page to crypt the password
  739. - Fixed a syntax error on links.php and download.php (changed mathod with method)
  740. - Fixed the useless javascript load on all pages, will load only when needed (again)
  741. - Added Multilanguage content support (by John De Jonge aka Crocket from www.webmasters.de)
  742. - Topics images now are automaticaly loaded when adding/editing a topic
  743. - Polls edit function added
  744. - Added new feature to Blocks, now you can have PHP files added as normal blocks (see /blocks/ directory)
  745. - Added two sample blocks, one for top10 downloads and other one for top10 links
  746. - Added feature to prevent comments on certains articles
  747. - Added upload image for each article stored in /images/articles/ directory
  748. - Added config variable to completly remove comments from articles
  749. - Added a table to Poll items to align it
  750. - Added some new translations
  751. - Fixed a big on the preview stories that will not go in homepage
  752. - Removed "Post Anonymously" when anonymous posts are not allowed
  753. - Fixed login block show on article.php file when you have it active at the left side
  754. - Many, many little bug fixes
  755.  
  756.  
  757. July 2001: Version 5.0.1
  758. ========================
  759. - Fixed the useless javascript load on all pages, will load only when needed
  760. - Extended default CSS for each theme, declared some classes
  761. - Removed ALL hardcoded font sizes and added CSS style to all scripts
  762. - Created a "Delete" button to delete all the submissions in one step
  763. - Submissions reordered descending by date
  764. - Fixed a bug on headlines language error messages
  765. - Fixed old translation on NukeNews theme
  766. - Added missed quotes on downloads administration mysql function
  767. - Removed a bad global declaration on comments.php
  768. - Fixed some colors on comments.php
  769. - Fixed a language bug on the headlines that stored incorrect "read more" translation
  770. - Added missing submissions link on administration main section
  771. - Fixed an unclosed B tag on download.php
  772. - Fixed anonymous block option for links and downloads scripts
  773.  
  774.  
  775. June 2001: Version 5.0
  776. ======================
  777. - Konqueror and Opera browsers now get the hit on stats page
  778. - All database tables now has the nuke_ prefix to avoid conflicts with other scripts
  779. - New $prefix variable in config.php to setup multiple Nuke sites sharing one database
  780. - New and improved download system (Based on Web Links)
  781. - Improved security on user.php in save* functions
  782. - Ephemerids variable removed from config.php, activation now controled from blocks system
  783. - Members list is now modular, same for FAQ section
  784. - Better users authentication check (appending &user=x on the URL doesn't work anymore)
  785. - Comments deletion functions now removes all childs comments (Thanks to [Dark Pastor] from www.rolemancer.ru)
  786. - Optimized a little the code on stats.php
  787. - Changed the search results format, more informative and complete
  788. - Added robots.txt for search engines
  789. - New registered users page, eliminated all english graphic buttons
  790. - Added Messages System
  791. - Changed == by >= on referers automatic deletion code
  792. - Added multiple languages selection box
  793. - Added multiple pages on sections articles (Thanks to Leonardo Teo from Planet3DArt.com)
  794. - Added multiple pages on reviews (Thanks to Leonardo Teo from Planet3DArt.com)
  795. - 100% working Web Links (At last! Based on JourneyLinks hack on the original files)
  796. - New themes system. All in just one file, more easy, efficient and fastest
  797. - Added Message System with usefull options to publish important stuff in the Homepage
  798. - Unused priviledges table removed from downloads
  799. - Admin Menu alphabeticaly ordered
  800. - Removed $site_font variable from all scripts to let CSS style file setup it
  801. - Now each theme has a file style.css on /style/ directory for CSS configuration
  802. - New translation system created, more efficient and fastest
  803. - Automated news administration are now part of story administration
  804. - Fixed almost all HTML bugs on administration interface
  805. - New blocks system created (100% configurable and user friendly, just amazing! ;))
  806. - Headlines grabber has been moved to the new Blocks system
  807. - Added Random Headlines block. Last 10 news on random selected topic (Inactive by default))
  808. - Removed blocks administration for multiple admins, only Super User can do this now
  809. - Other site's Headlines are now integrated on the new blocks system
  810. - Added timeout and error detection on headlines grabber
  811. - Created modularized Administration system
  812. - Fixed a lot of bugs on Multi-admin system (100% working now)
  813. - Admins can now edit/delete their own stories only
  814. - Delete authors now check for author's published stories and let you re-assign its stories
  815. - All password fields now are masked with "*" on edit users and edit authors
  816. - Added some more option on the user's pages
  817. - Admin stuff now pass thru is_admin() function to check if you are really an admin
  818. - Text filters now works, and deleted two filter unused variables from config.php
  819. - Little improvements on Private Messages scripts
  820. - Added ability to send email or private message to users in news submissions
  821. - Programmed stories queue are now visible on admin home page
  822. - Fixed bad global variable declaration on pollcomments.php
  823. - Added a modular addons system (see ADDONS-MODULES or /modules/readme.txt for more info)
  824. - Link to an Addon module is automaticaly added on Main block
  825. - Removed javascript scroller on articles page
  826. - Added a multidimensional array that puts automaticaly related links on articles pages
  827. - Little cleanup on backend.php file (eliminated <image> from backend)
  828. - Fixed security vulnerability on user.php, cookiedecode() function (Thanks to Obrie)
  829. - Fixed a little bug in upgrade43-44.php file (Thanks to Mr. kl0nk Manson)
  830. - Fixed a bug in banners.php to prevent anyone to change a banner url
  831. - Fixed a lot of hardcoded text (missing translations)
  832. - Removed all <LI> tags from blocks and HTML code to fit standards. <LI> tags has been replaced
  833.   with: <strong><big>·</big></strong> 
  834. - Submit news (submit.php) has changed to fit themes colors
  835. - Little changes on the send comments and reply function's look
  836. - Themes selection now are alphabeticaly ordered (Thanks to goghs@sina.com)
  837. - Language selection in settings.php now check for files on languages directory (Thanks to AmigaPhil)
  838. - Removed an extra "," on the SendStory function in friend.php
  839. - Removed graphics vote and results buttoms from Poll block
  840. - IMPORTANT: Added graphics for polls and stats bars for each theme, black bar by default. The bars
  841.   graphics names are leftbar.gif, mainbar.gif and rightbar.gif and are under /themes/yourtheme/images/
  842.   directory. Please check this out and customize your bars.
  843. - Added $uimages missing global variable declaration on comments.php and pollcomments.php in modthree()
  844. - Changed mysql_pconnect with mysql_connect in mainfile.php, the result is a fastest pages render
  845. - Fixed user comment post on reviews.php
  846. - Removed Advanced Stats (OS's compatibility reasons)
  847. - Fixed a lot of HTML code on sections.php
  848. - Fixed horrible bug in poll results HTML tables
  849. - All pages now are HTML 4.01 Transitional compatible
  850. - A lot of cosmetic changes in whole site including administration system
  851. - Fixed hundreds of little but annoying bugs
  852. - FileManager need some more dedication to work 100%, anyway it's functional
  853. - Themes Developers just look at NukeNews theme. HTML compliant and simple
  854.  
  855.  
  856. February 2001: Version 4.4.1
  857. ============================
  858. - $band changed by $title on admin/reviews.php
  859. - Download bug for categories list fixed
  860. - Removed DIV command on AllowableHTML array in config.php
  861. - Fixed quotes and HTML commands for reviews.php
  862. - Fixed global variable declariations on comments.php when comments is too long
  863. - Send to friend now send the URL instead of the whole story (you'll get one more page view ;))
  864. - Fixed security hole on all save functions on user.php file to prevent other users modify our info
  865. - Fixed blank spaces for download description field on DownloadEdit function
  866. - Fixed authors.php under admin to prevent other admins change the info
  867. - Fixed the BarScale on the Polls
  868. - Fixed some missed translations on some forums files
  869. - Fixed security hole on File Manager to prevent the admin to view others directory on server
  870. - Only Superuser can now edit authors table
  871. - Check and strip for IMG tags on check_html funtion in mainfile.php
  872. - Fixed security vulnerabilities on bbcode_ref.php and bb_smilies.php files
  873.  
  874.  
  875. January 2001: Version 4.4
  876. =========================
  877. - Added Red Hat theme
  878. - Added Kuro5hin theme
  879. - Added Freshmeat theme
  880. - Added Linux.com theme
  881. - Added Aqua theme
  882. - Added Icelandic translation
  883. - Fixed the comments count on polls page
  884. - Fixed some missing $slogan global declaration
  885. - Added Web Based Forums and more configurable users page (From phpBB integration by KingRichard)
  886. - Added Download manager (Based on files from myPHPortal)
  887. - Added FAQ manager (From Addon by KingRichard)
  888. - Added Reviews Manager
  889. - Fixed all hard coded white tables to match the theme in use
  890. - Improved Members List (Some hacks are from myPHPortal)
  891. - If you delete a theme the user will get the default theme instead of a bunch of errors
  892. - Fixed more than 100 little bugs: HTML bad code, quotes, blank spaces after ?>, variables quotes, etc.
  893. - Added quotes on all the HTML code
  894. - Cleaned almost all HTML code (needs a re-check)
  895. - Cleaned some PHP code (more on future version)
  896. - Now $anonpost works 100% on comments.php and pollcomments.php
  897. - Fixed bug that prevents to show the poster's name on Polls Comments
  898. - Reorganized Admin menus internals (not visual change, just cleaned the code)
  899. - Repackage. Now you need to download basic code and additional parts like themes and languages.
  900. - IMPORTANT: Removed themepreview() function from theme.php files and added on mainfile.php, to avoid
  901.   a blank page with a "cannot redeclare function themepreview()" error, just remove the function from
  902.   your theme.php files for each theme you have.
  903.  
  904.  
  905. December 2000: Version 4.3
  906. ==========================
  907. - Created modular admin to facilitate add-ons integration (Thanks to Pascal Riva for the first idea!)
  908. - Added Unlimited MultiAdmin Add-on (Thanks to KingRichard from http://www.phpnuke.web.id)
  909. - Improved Web Links, based on JourneyLinks modifications (needs more work!)
  910. - Topics ordered by Name instead of ID in topics.php and admin.php
  911. - Removed all config.php includes and replaced by global declarations (result: good performance)
  912. - Initial HTML code fixes (Added some \n when needed, but there are much work with this yet)
  913. - Fixed bug in Send this Story to a Friend
  914. - New submissions now have a separate section in admin
  915. - Improved Members List
  916. - Added Arabic translation
  917. - Added Barrapunto Theme
  918. - Added Today's Big Story Box
  919. - Added Who's Online Box
  920. - Added Automated Articles System
  921. - Fixed cookies recognition for articles and poll comments
  922. - Moved Languages files to language directory and changed the call from mainfile.php
  923. - Cosmetic changes in Preview function of submit.php file
  924. - Fixed all needed updates for ultramode.txt file
  925. - Fixed some anonymous post options in comments and pollcomments (global declarations troubles)
  926. - Finaly Fixed counter.php to avoid that Unknown stats
  927. - Added poll title on the navigation bar in pollcomments.php
  928. - Fixed some minor translation errors in all language files (Thanks to all translators!)
  929. - Added missing translation text for sections search results
  930. - Fixed votes number display for polls
  931.  
  932.  
  933. October 2000: Version 4.2
  934. =========================
  935. - Linux Mandrake 7.2 includes PHP-Nuke in Web Development Category
  936. - Fixed one more bug in the Send This Story to a Friend
  937. - Added stripslashes(fixquotes()) to text type inputs in preferences
  938. - Removed all config includes from themes
  939. - config.php now stores the data into plain text and not in database
  940. - Fixed bug in the Preferences: Articles Numbers in Admin selection
  941. - Fixed Quotes display for scroll bar in Related Links
  942. - Removed global variable on KDE theme
  943. - Minor improvements in the Metal Theme
  944. - Added NewsForge Theme
  945. - Added AnalogX Theme
  946. - Added Ethereal Theme
  947. - Added NiH Theme
  948. - Added Sunset Theme
  949. - Added Slackware Theme
  950. - Added 0ri0n Theme
  951. - Added Croatian translation
  952. - Added Members List feature (memberslist.php)
  953. - Removed some nl2br in comments.php and admin.php
  954. - Fixed some visual stuff for comments reply
  955. - Fixed the admin graphics path in the database
  956. - All themes now use the same logo.gif filename for logo, but one GIF per theme
  957.    to match the theme background, texture, colors, whatever.
  958.  
  959.  
  960. October 2000: Version 4.1
  961. =========================
  962. - Added missing "related" table in upgrade35-4.php file
  963. - Fixed the parse error in upgrades files
  964. - Fixed bug in the Send this Story to a Friend scripts
  965. - Initial work to fix the multiple includes of config.php
  966. - Added a test fix for the high number of unkown Browsers and OS in stats.php
  967.  
  968.  
  969. October 2000: Version 4.0
  970. =========================
  971. - PHP-Nuke now has its own domain name! (http://phpnuke.org)
  972. - Changed INSTALL and README files
  973. - Fixed double apostrophes bug in comments.php and pollcomments.php
  974. - Added $notes in the preview of the submitted news
  975. - Added nl2br to the Extended text of the story ($bodytext)
  976. - Removed Spanish GPL license file (saved some space)
  977. - Added Recommend This Site Option
  978. - Changed lang-english to not translate english from english
  979. - Created lang-TEMPLATE.php as translators guide
  980. - Random links in Web Links now count the hits
  981. - Increased to int(3) the topicid in topics table
  982. - Added 10 last news submissions and comments in users page
  983. - Added a complete full featured File Manager based in WebExplorer
  984. - Added Advanced Stats for Admins only on stats.php
  985. - All site configuration now is done in Administration script
  986. - Fixed tables colors in comments.php
  987. - Added search for comments, sections and users in search.php
  988. - Fixed error messages when activate banners for the first time
  989. - Added Headlines Grabber to put news from other sites
  990. - All themes changed, first step for the future Theme Builder addon
  991. - Increased to 40 the encrypted password field for users table
  992. - Added Images Upload System
  993. - Added control for number of stories to show in the Home via config.php
  994. - Removed all "<>" in language files comments due to a bug in the headers
  995. - More documented text in config.php
  996. - All Links in links.php now open a new browser window
  997. - Fixed url to "/cookie.php" in user.php
  998. - Fixed "/" url in the themes. Now points to $nuke_url
  999. - Added possibility to allow/disallow anonymous to post comments
  1000. - Added Administrators Online Manual with javascript functions
  1001. - Default theme is now selectable in config.php (many requests for this one!)
  1002. - Users login box added to all themes
  1003. - Users login box text added in translation system
  1004. - Added a little/nice easter egg (You have the code, but can you find it?)
  1005. - Removed the useless titletag and titlebar from config.php and themes
  1006. - Added $slogan in config.php
  1007. - Fixed a spanish hard text in pollBooth.php and in stats.php
  1008. - Changed bar graphics for surveys and stats, cool Aqua button ;)
  1009. - Fixed wrong width graphic in stats.php
  1010. - Removed Email display for password lost functions, more privacy for users
  1011. - Banners deactivated by default in config.php
  1012. - Hits to be Popular Link upped to 500 by default in config.php
  1013. - Initial use of CSS Stylesheet code in header.php
  1014. - Cleaned each themes files to match changes in header.php
  1015. - Deleted all fonts face commands (reduced 15+ Kb from code!)
  1016. - Site Font is now customizable from config.php (yes!)
  1017. - Fixed some typos in banners.php
  1018. - Many cosmetic changes in admin html tables
  1019. - Added Related Links for each article page
  1020. - Added Related Links manager in administration under Topics Manager
  1021. - Added javascript scroll box in related links box with last news
  1022. - "Post your comment" button moved inside related links box
  1023. - Added "The most read story about" for each article page
  1024. - Changed to fixed white table color in search.php
  1025. - Added Older Articles link in the Old Articles box
  1026. - Fixed a bad translation in user.php
  1027. - Added PHP-Nuke version number in statistics page
  1028. - Added "Send To Friend" functions for stories
  1029. - Removed common header on all themes
  1030. - Added common header functions in header.php
  1031. - Added nice style class to all input text forms
  1032. - Added Printer Friendly Page for each article/story
  1033. - $site_logo from config.php now works for printer friendly page
  1034. - Fixed that "s" for comment plural in index.php
  1035. - Added Korean translation
  1036. - Added Quebec/French translation
  1037. - Added Norwegian translation
  1038. - Added Indonesian translation
  1039. - Added Slovak translation
  1040. - Added Latvian translation + graphics
  1041. - Added Metal theme (Thanks to Tim Litwiller)
  1042. - Added BlackRoad theme (First with attempt with a Black background)
  1043. - Added Xeron theme (Thanks to the folks at Xeron.org)
  1044. - Added missing </select> in events maintenance
  1045. - Renamed all "Events" words to "Ephemerids"
  1046. - Removed Important Note at the end of README file, be happy
  1047.  
  1048.  
  1049. September 2000: Version 3.6
  1050. ===========================
  1051. - Fixed some very little bugs in index.php
  1052. - Fixed some forgotten stuff in upgrade files
  1053.  
  1054.  
  1055. September 2000: Version 3.5
  1056. ===========================
  1057. - Added Events system with full admin menu
  1058. - Changed font size for Survey Block
  1059. - Added Polish translation
  1060. - Added Japanese Translation
  1061. - Fixed some language files for typos
  1062. - Renamed all .php3 files to .php
  1063. - Removed hits counter for links in stories
  1064. - Removed redirect.php3 due to high number of problems
  1065. - Added compatibility for new MySQL version renaming reserved words
  1066. - Fixed more bugs in admin login functions
  1067. - Fixed a bug that prevents to change sections
  1068. - Some english language file typos corrected (that "readed" stuff)
  1069. - Fixed Header bug for some languages files
  1070. - Added Important Note at the end of README file
  1071. NOTE: This is the last release in SourceForge, next versions will be available
  1072. only in the official site at http://www.ncc.org.ve/php-nuke.php3
  1073.  
  1074.  
  1075. August 2000: Version 3.0
  1076. ========================
  1077. - Fixed security bug in admin.php3 that allows anyone to enter to the
  1078.   admin section without login and password
  1079. - Fixed themes functions bug reported in PHP4
  1080. - PHP-Nuke is now 99% PHP4 compatible, thanks God! (report any issue)
  1081.  
  1082.  
  1083. August 2000: Version 2.5
  1084. ========================
  1085. - Added Comments for Polls/Surveys
  1086. - Posters IP now show full hostname, if not detected show IP number (only for admin)
  1087. - Fixed bug that prevents to vote in past polls
  1088. - Added Dutch translation
  1089. - Added Simplified and traditional Chinese translation and buttons
  1090. - Added missing links.gif in admin section
  1091. - Added graphics buttons for German and French languages
  1092.  
  1093.  
  1094. July 2000: Version 2.02
  1095. =======================
  1096. - Added Yahoo! like web resources system with categories (reason for the 2.0)
  1097. - Banner Client now can Email himself a complete stats report
  1098. - Some cosmetic stuff in banners.php3 for clients display
  1099. - New ultramode.txt news headlines file generator (a general purpose text file)
  1100.     (You need to chmod 777 your web main directory. File usefull for some things)
  1101. - Redirect works now, for links in stories don't use quotation marks ("")
  1102.     (This is good: <a href=http://www.mysite.com>MySite</a>)
  1103.     (This is NOT good: <a href="http://www.mysite.com">MySite</a>)
  1104.     (If you put the "" hits will not be updated!)
  1105. - Edit User in admin section now works
  1106. - Fixed "/" in some themes to point to correct path for .php3 files
  1107. - Fixed a table bug in Slash theme
  1108. - Cosmetic stuff in some themes
  1109. - Changed the logo for all themes to see the PHP-Nuke logo insteed of Linux Preview one
  1110. - Fixed bug in articles.php3 to point to search with correct Topic
  1111. - Added German, Italian, Danish, Portuguese, Russian, Swedish and French translations
  1112. - Added translation text to no results page in search.php3
  1113. - Translated some hard words in the code
  1114. - Improved function to order topics in groups of 5 from admin.php3 and topics.php3
  1115. - Added more statistics data in the stats.php3
  1116. - Added a News Submissions alert in the Home of Default Theme for Admins only
  1117. - Older Articles block now have news divided by day (more elegant)
  1118. - Added support for Locales Date/Time functions to have better multilingual support
  1119.     (for this function you need to have locales databases installed, most Linux
  1120.     distributions already install all the locales needed)
  1121. - More efectively random function for banners display
  1122. - Added some missing html tables in Admin
  1123. - Added graphics to sections main page and admin (Remember to edit "sections/template.gif")
  1124.     (and remember to add the graphic for each section in admin)
  1125. - Added one new theme, SlashOcean based on Slash
  1126. - Fixed some PHP4 issues (need more tests but it's a first step)
  1127. - Reduced space between images in the top of Slashdot theme
  1128. - Some more I don't remember...
  1129. - For sure added more bugs, or no? ;)
  1130.  
  1131.  
  1132. June 2000: Version 1.0
  1133. ======================
  1134. First Release
  1135.