GeekLog History/Changes: September 20, 2002 (1.3.6) ------------------ - Images in stories can now be resized automatically during upload, provided you have either ImageMagick or netpbm installed. See the image settings in config.php for details. - If you create a static page with the title "Frontpage" then the content of this static page will be displayed above the first story on the front page of your site. If you additionally set the label of this static page to "nonews", then the static page will completeley replace the news on the front page of your site. You may want to wrap static pages in a block - set $_SP_CONF['in_block'] = 1; in /path/to/geeklog/plugins/staticpages/config.php - A user assigned only to the Mail Admin group wasn't able to use the "Mail Users" function. - The filter to disable Javascript onXXX events also changed certain links in HTML postings. This should be fixed now. - The poll uses a POST instead of a GET request now to at least prevent primitive manipulation attempts ... - Events on the same day were displayed in the order they were entered, not in the order they were scheduled (occured in day, week, and month view). - The user function and admin blocks weren't using the proper templates when the theme was using the $_BLOCK_TEMPLATE trick, as outlined in . - When the first character of the content of a block is a '<' it is now assumed that the block contains HTML and nl2br() is not applied to the block content. This allows proper HTML usage and even the use of Javascript in blocks. - Sanity checks have been added to the admin editors (including the editor for static pages) to prevent possible damage to the database in case of incomplete translations (language files) or invalid IDs. - The delete button in the plugin editor, which was unused since the removal of the automated plugin install (in Geeklog 1.3.4), will now cause a function plugin_uninstall_ to be called. This allows plugins to uninstall themselves (if possible). - The author's name was missing from emailed stories. Also changed it so that the author's name is only included when $_CONF['contributedbyline'] == 1. The daily digest now also includes the author's name. - Fixed the "1054: Unknown column 'deleted' in 'where clause'" SQL error that some people were getting when logging out. - Submitted stories will now pick up the permissions from the topic they were posted under (instead of using default permissions). - Added new features story.submit, link.submit, event.submit which, when assigned to a group, allow members of that group to post directly (skipping the submission queue) even when the submissione queue is active. - Fixed issues with backslashes in block titles, as suggested by Neil Darlow. - The page navigation is now wrapped in a