home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / changes < prev    next >
Encoding:
Text File  |  2002-09-19  |  54.3 KB  |  874 lines

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