GeekLog History/Changes: Jun 1, 2004 (1.3.9sr1) ----------- This release addresses the following security issues: - It was possible to post anonymous comments, even when anonymous comment posting had been switched off in config.php [Vinny, Dirk] - Added additional speed limit checks for comments and submissions [Vinny] - It was still possible to read the comments to stories, even when the user didn't have access to the story's topic (provided they knew the story id) [Vinny, Dirk] - If none of the topics were visible for anonymous users, the site's index page may still have displayed some stories for anonymous users, depending on the stories' permissions [Vinny, Dirk] - Users still got Daily Digest emails for topics from which they had been removed (bug #178) [Dirk] - It was possible to subscribe to the Daily Digest for all topics, even if the user did not have access to certain topics [Dirk] - Don't list stories or comments in the user profile if the current user isn't allowed to see the topics they were posted under (bug #208) [Dirk] Non-security related fixes: - Fixed an SQL error in COM_showTopics if users excluded topics in their preferences (reported by Rob Young) [Dirk] - Fixed sporadic "Duplicate entry '...' for key 1." messages in error.log (caused by the handling of pseudo-session ids for anonymous users) [Dirk] - Fixed incorrect author names in Daily Digest (bug #207) [Dirk] - The plugin_profileblocksedit_ Plugin API function wasn't working due to a missing piece of code in usersettings.php [Dirk] - COM_extractLinks will now ignore anchor tags that do not contain "href" (bug #183) [Vinny] Mar 14, 2004 (1.3.9) ------------ - Custom Registration function hook to custom_useredit added in the edituser() when creating a new user from the admin screen. The custom function was not being called if this was a new user [file: admin/user.php]. - Fixed wrong use of DB_count in COM_showPoll in lib-common.php. This may have prevented people from voting on other polls once they voted on any poll on a site [file: lib-common.php]. - Updated Danish language file, provided by ZooN. - Updated Hebrew language file, provided by Tal Vizel (please note that this file was made for 1.3.8-1 and is missing a few of the texts added in 1.3.9). Mar 7, 2004 (1.3.9rc3) ----------- - Fixed call to CUSTOM_mail and added a sample implementation in lib-custom.php (commented out by default). - Made an attempt to recover from duplicate session ids for anonymous users. - Adding new topics always resulted in a "Please fill in the Topic ID and Topic Name fields" error message, even if you did fill in both fields (this bug was only introduced in 1.3.9rc2). - Filter out backslashes. - Comment titles were cut off at the first single or double quote (when submitting a new comment). - The text string $LANG04[89] in all language files must be enclosed in double quotes, not single quotes. - Updated Hebrew language file, provided by Tal Vizel. - Updated Polish language file, provided by Robert Stadnik. - Updated Polish language file for the Static Pages plugin, provided by Robert Stadnik - Updated Russian language file, provided by Denis Kuznetsov. - Updated Slovenian language file, provided by gape. - Included UTF-8 versions of the Croatian and Japanese language files, provided by Samuel Stone. Feb 29, 2004 (1.3.9rc2) ------------ - The new Admin interface for handling blocks (introduced in 1.3.9rc1) will renumber the block order in steps of 10, which can lead to order numbers > 255 if you have many blocks. Changed the 'blockorder' field in the "gl_blocks" table from TINYINT to SMALLINT to compensate. If you are upgrading from 1.3.9rc1, you will need to run the following SQL request manually: ALTER TABLE gl_blocks CHANGE blockorder blockorder smallint(5) unsigned NOT NULL default '1'; Replacing "gl_blocks" with the proper table name, if you are using a table prefix other than 'gl_'. This step is not necessary when upgrading from 1.3.8 or earlier versions. - The Group Admin restrictions introduced in 1.3.9rc1 didn't even let the Admin assign unassigned features to groups (e.g. there was no way to add the staticpages.PHP feature to the Static Page Admin group on a fresh 1.3.9rc1 install). - When normal users tried to submit an event, they were redirected to the story submission form (this bug was only introduced in 1.3.9rc1). - Cosmetic changes in the beautifying of language names (in the user's preferences). - Fixed COM_extractLinks to work with links that follow [IMAGE] tags and more generally handle the extration of links better and more efficiently. - If a function CUSTOM_mail() exists, it will be called instead of COM_mail(), to allow users to implement their own function to send emails, if necessary. - The Static Pages plugin now supports the "exact phrase", "all of these words", and "any of these words" search options. - Included a simplified custom registration example and made the naming convention for the custom registration functions more consistent. - Fixed display problems with comments in nested and threaded mode. Please note that the template file comment/comment.thtml has changed (again) since 1.3.9rc1! - Don't rely on the Who's Online block being active when handling sessions for anonymous users. - Removed some unused code that handled the obsolete "layout" blocks. - Try to guess the correct path separator when running on PHP < 4.3.0. - When upgrading from a pre-1.3.9 install, the install script choked on single quotes in the site name or site slogan. - More parameter filtering. - Included UTF-8 versions of the English, German, Finnish, and Chinese (traditional and simplified) language files, provided by Samuel Stone. - Added new Croatian language file, provided by Roberto Bilic. - Added new Finnish language file, provided by Jussi Josefsson. - Added new Hebrew language file, provided by Tal Vizel. - Updated Dutch language file, provided by Wim Niemans. Feb 16, 2004 (1.3.9rc1) ------------ - Use COM_getYearFormOptions() etc. for the event submission form in submit.php, thus avoiding duplicated code. - Plugins can now add their new entries to the What's New block by implementing the new plugin_whatsnewsupported and plugin_getwhatsnew API functions. This section can be enabled/disabled with the new $_CONF['hidenewplugins'] config variable. - When a user is deleted, make sure we assign any objects that require Admin access (blocks, topics, ...) to a user from the Root group. - Slightly revamped the install script and made it catch (or silently ignore) the most popular problems with the path to Geeklog ... - Removed the hard-coded   from {welcome_msg} and added it to the header.thtml of the Classic, XSilver, and Yahoo themes (the other themes either look fine without it or didn't use {welcome_msg} anyway). - Added a missing stripslashes() call for link titles returned from a search. - Fixed bug when highlighting search queries that contained a '*' (reported by wlparks). - Fixed a bug/typo introduced in 1.3.8-1sr4 that prevented you from deleting story submissions from the Admin's story editor (reported by James Bothe). - Changed all url fields in the database to hold up to 255 characters per URL. Please note that the template files in most themes will limit the max. number of characters to 96 or 128 characters. See docs/theme.html for more information on how to update the themes. - Fixed problems batch-importing users with single quotes in their names (bug #141). - The permissions for the "Group Admin" group have been changed such that members of that group now only have access to groups of which they themselves are a member of. When creating new groups, the rights (permissions) to chose from are also limited to those that the Group Admin users have themselves. These changes should make the Group Admin group more useful. Note: Group admins can still see all the existing groups and who is a member of those groups. - Fixed search class so that the simplified and the advanced search return the same results (as long as none of the advanced options are used). - Added new config variable $_CONF['allowed_protocols'] which lets you specify the protocols that are allowed to be used in a link (feature request #109). Note: The kses class has a hard-coded list of allowed protocols to which the above will be added. It is currently not possible to remove any of the predefined protocols. - Introduced variable {allowed_menu_elements} in header.thtml which only includes those menu elements that the current user is allowed to use (i.e. honoring the $_CONF['XXXloginrequired'] settings). - COM_accessLog() now logs the user's uid and IP address automatically. - The option to stay logged in for 1 year has been removed and an option to not stay logged in (after the session has expired) has been added. - Fixed display of default blocks in the user preferences. - If the user chose not to see certain topics (by selecting them from the "Excluded Items" list in the preferences) then don't list those topics in the Topics block. - After saving your account information, you are now redirected to your profile page, so that you can see your changes as they would be displayed for other users of the site. - Integrated Vincent Furia's patches to use Geeklog's URL rewriting for links to stories (i.e. article.php). - In the story templates, you can now use {article_url} as the URL to the article.php with the current story (e.g. for a "link to this story" link). - There is a new file, system/lib-user.php, for user-related code that is used by usersettings.php, admin/user.php, and admin/moderation.php. - All template files that let you enter a URL are now using {max_url_length} for the maxlength attribute. - Access to admin/mail.php is now granted to all users with 'user.mail' permissions (previously, users with that permission without being in the 'Mail Admin' group would see the "Mail Users" entry in the Admin block but were refused access to it). - The list of group names in the Mail Users form is now sorted alphabetically. - Any unauthorized attempts to access the admin pages are now properly logged in access.log. - Fixed problems when resizing userphotos for user names that have spaces in them (reported by Per on geeklog-users). - Now accomodate strict webhosts who don't allow file uploads to the standard image directory, you can now set a new configuration variable, $_CONF['path_images'] to point to a directory outside of your webtree where article images and user profile pictures will be saved and served from. - Don't append a '-' to the page title if $_CONF['site_slogan'] is empty (feature request #88). - COM_getMonthFormOptions() now always lists the month names instead of only the numbers. COM_getYearFormOptions() also lists the previous year. - Changed admin/event.php to use the COM_getMonthFormOptions() etc. functions from lib-common.php, thus avoiding duplicated code. - In the calendar/calendar.thtml template file, you can now use {start_block} and {end_block} to wrap the calendar in a block. - Fixed a few display problems in case of errors in calendar_event.php. Also made calendar.php display messages sent from calendar_event.php. - Make sure the custom registration form is properly called from all relevent places (bug #57). - Single quotes are now silently stripped from topic IDs (bug #113). - Fixed search displaying all the links for an empty search string, e.g. when searching for "more from" some user (bug #87). - Fixed link from search results that contained a '/' (bug #115). - Comments from a story that has been marked as "draft" are no longer returned from a search (bug #128). - The Admin's link list now uses "google paging", 50 links per page (bug #104). Note: Requires a change in the admin/link/linklist.thtml template file. - (Block)Admins can now change the order of blocks and enable / disable blocks directly from the Admin's list of blocks (based on a concept by stratosfear). - An alternative interface to adding (multiple) users to a group is now available from the Admin's list of groups. This feature requires JavaScript. - Fixed display of permissions in the "Access" column of the Admin's list of stories (didn't take Topic permissions into account). - Fixed handling of "0" as a poll answer (bug #73). - Added a check and warning message in admin/moderation.php if register_globals is "off". - Changed function COM_isEmail() to use PEAR::Mail/RFC822 to check for valid email addresses. - Added an edit icon to each theme (images/edit.gif). Variable {edit_icon} can be used as an alternative to {edit_link}, i.e. as an icon that Story Admins can click on to edit a story. - You can now enable debug messages (to error.log) for the image upload by setting $_CONF['debug_image_upload'] = true in config.php. - When deleting a group, delete all references to that group from the group_assignments table (bug #50). The install script will remove any orphaned entries when upgrading the database to 1.3.9. - The option to delete comments was only available to users in the Root group (e.g. Admin). Since comments don't have permissions, comments can now be deleted by users with Story Admin permissions for the story they are commenting on (or Poll Admin permissions for comments on polls; bug #27). - Display a generic (and localised) error message when there is a problem importing an (RSS) feed - details will be available in error.log. Also checks for empty (but existing) feeds now. - When the user submission queue is activated, you now have an "edit" link that takes you to the Admin's user editor (the profile link is now on the username). Contributed by Ed Magin. - COM_siteHeader() now uses output buffering for the eval(), preventing the header from being output directly. Note: This may require changes in 3rd party scripts, e.g. the Geeklog/Gallery integration. - The install script will set the 'date' field for links to sensible values now (reconstructed from the date that's encoded in the link id). - The author exclusion list in the preferences is now a (multi-select) listbox. - A proper error message is now displayed if the Admin creates a new user or changes an existing account with an email address that already exists (that test was already introduced in 1.3.8-1 but the error message was confusing), thus closing bug #24. Also checks for valid email addresses now. - You can now use {author_fullname} and {author_photo} variables in comment templates (feature request #35). - Remove extra backslashes from new links in What's New block (bug #59). - The [code] tag is now displayed in the list of allowed HTML tags. - Image upload can now use the GD library (contributed by Rob Coenen). If possible, GIF images will be converted to PNGs during upload. However, some versions of the GD library may not allow to read GIF images at all. - Geeklog now uses PEAR::Mail to send all emails. In config.php, you can select whether emails should be sent via PHP's mail() function, sendmail, or SMTP. - Introduced /path/to/geeklog/system/pear as the directory to hold the PEAR packages used by Geeklog. Currently, those are PEAR, Mail, Net_SMTP, and Net_Socket. These packages will be included in the releases from now on. - Introduced function COM_mail(). From now on, all Geeklog email will be sent from this function (instead of using PHP's mail() function directly). - When users try to register with an empty username or invalid email address, make sure we're displaying a custom registration form (if one exists) when displaying the error message (part 1 of bug #57). - Prevent users from registering with an empty username (bug #56). - Use $_CONF['emailstoriesperdefault'] when batch-adding users. Until now, new users were subscribed to the Daily Digest automatically (bug #55). - Added an 'edit' link to links/linkdetails.thtml, so that (Link) Admins can edit links easily (contributed by Euan McKay). - What's Related applied COM_checkHTML() on the entire block instead of on the individual items, thus stripping out HTML from the template file (bug #52). - Words from a search query are now properly highlighted in comments when the words occured only in the comments (but not in the story). - Integrated Vincent Furia's new comment code to use templates for comments (instead of hard-coded HTML). New template files: comment/comment.thtml, comment/thread.thtml. Updated: comment/startcomment.thtml - New Admin interface for content syndication (RSS feeds etc.). This lets you create feeds for all the stories and per topic as well as for links and (upcoming) events. Plugins can also provide feeds (through extensions of the Plugin API). Additional feed formats (other than RSS 0.91) can be implemented as new classes (xxx.feed.class.php). Includes new admin/syndication template directory. - Don't display the "delete" button in the Admin's Event editor when we're editing a new event (reported by Simon Lord). Static Pages Plugin 1.4 ----------------------- - It is now possible to disable the use of PHP in static pages entirely by setting $_SP_CONF['allow_php'] = 0 in the static pages' config.php file. If you don't plan on using PHP in static pages, it is recommended that you do that as an additional security measure. - You can now use "plain PHP" code in a static page, i.e. it doesn't need to be written such that it returns all output in a 'return' statement. The PHP checkbox has been replaced with a dropdown menu offering "do not execute PHP", "execute PHP (return)" [that's the old way], and "execute PHP" [new]. - The ID of a static page can now have up to 40 characters. - When displaying a static page, the plugin no longer checks if the current user is a member of the Root group, so that "Root" users shouldn't see static pages that are for anonymous users only. - The option to wrap static pages in a block can now be applied to each page individually. $_SP_CONF['in_block'] is only used as the default setting for new pages. - Static pages to be displayed after the featured story (in a center block) are now displayed even if there is no featured story (after the static pages to be displayed at the top of the page). - Static pages are not wrapped in a block when the page format is set to "blank page" (bug #60). - Added a "Cancel" button in the static pages editor. - Bugfix: Depending on the permission settings, the "Edit" link was sometimes displayed for users without them having edit permissions for the static page. It wasn't possible to edit the page, though, but the link shouldn't have been there in the first place. - For security reasons, the Static Page Admin group does not include 'staticpages.PHP' permissions by default any more. - When a user is deleted, static pages created by that user can now either be deleted or assigned to a Root user (see $_SP_CONF['delete_pages'] option). Please see docs/staticpages.html for details. January 26, 2004 (1.3.8-1sr4) ---------------- This release addresses the following security issues: 1. It was possible for users in the Group Admin and User Admin groups to become a member of the Root group (reported by Samuel M. Stone, bug #135). 2. Being admin for a certain area (e.g. Story Admin for stories) made it possible to delete all objects in that area (e.g. stories) even if the user was not supposed to have access to them, provided the id of the object was known. 3. It was possible to delete other people's personal events if you knew the event ID. 4. It was possible to browse through the comments of a story even if the user did not have access to the actual story (reported by Peter Roozemaal). 5. Due to an XSS issue, it was possible to change someone's account settings (including the password) if you got them to click on a specially crafted link (reported by Jelmer, fix suggested by Vincent Furia). 6. The comment display suffered from the possibility of an SQL injection (reported by Jelmer). 7. It was possible to inject Javascript code in the calendar (reported by Jelmer). 8. It was possible to execute (but not save) Javascript code in the comment preview (reported by Jelmer). December 5, 2003 (1.3.8-1sr3) ---------------- This release addresses the following security-related issues: 1. As "dr.wh0" pointed out, the category field for link submissions was not filtered at all. Although you probably can't cause too much harm with those 32 characters, this has now been fixed. 2. Vincent Furia found that the restrictions for the form to email users could be circumvented and could even be used to spam users. In addition to fixing theses issues, there is now also a speed limit on that form (defaults to the speed limit for story submissions). 3. There was a way to post comments anonymously even when posting for anonymous users had been disabled. 4. It was possible to post comments under someone else's username. October 14, 2003 (1.3.8-1sr2) ---------------- Jouko Pynnonen found a way to trick the new "forgot password" feature, introduced in 1.3.8, into letting an attacker change the password for _any_ account. This release addresses this issue - there were no other changes. The only thing you need to do is to replace the file users.php on your site with the file that comes with this tarball. It's suggested that you change the version number in your config.php to '1.3.8-1sr2' afterwards. Please note that only Geeklog 1.3.8, 1.3.8-1, and 1.3.8-1sr1 are affected, as this feature did not exist in earlier versions. October 12, 2003 (1.3.8-1sr1) ---------------- This release is intended to address some of the security issues reported in September and early October 2003. 1. Includes Ulf Harnhammar's kses HTML filter to address possible Javascript injections and CSS defacements. When upgrading from an earlier version, please make sure to copy over the $_CONF['user_html'] and $_CONF['admin_html'] arrays from the included config.php to your own copy of that file. 2. While almost all of the alleged SQL injection issues could not be reproduced, this release includes an update to the MySQL class to not report SQL errors in the browser any more (but only in Geeklog's error.log). This will avoid disclosing any sensitive information as part of the error message. Please note that at the moment we do NOT recommend to use Geeklog with MySQL 4.1 (which, at the time of this writing, is in alpha state and should not be used on production sites anyway). An upcoming release of Geeklog will address the remaining SQL issues, including any problems with MySQL 4.1. Other fixes (not security-related): - When trying to guess the value of $_CONF['cookiedomain'], we need to remove the port number from the URL, if there is one (bug #75). - The full 1.3.8-1sr1 tarball also includes updated French (Canada) and Turkish language files. August 9, 2003 (1.3.8-1) -------------- - When upgrading, the install script will now default the version selection to the last version in the list (currently: 1.3.7) instead of the first one (1.2.5-1). - Don't allow HTML in static page titles (bug #26). - Display the search form again if the query returned no results. - Make sure we're not attempting to send a Daily Digest email to Anonymous. - Prevent admin from changing a user's email address to one that's already used by someone else (bug #24). The error message you get when you try this may be confusing, though ("The username you tried saving already exists.") since I don't want to introduce new texts in the language file at this point. To be corrected later. - Fixed a problem with the cookie timeout: When a user edited his/her profile for the first time, the cookie timeout defaulted to 1 hour, while the default in config.php was usually much longer (default: 1 week). So after editing their profile for the first time, users didn't stay logged in as long as before (unless they noticed that and changed the cookie timeout accordingly themselves). - Fixed problems in the install script when trying to find out the MySQL version number. - Fixed a problem collecting links for the What's Related block when the article contained (uploaded) images. - Words from a search query are now hightlighted in comments as well. - You can now use variables {rss_url} and {rdf_file} in both the site header and footer. Both variables hold the URL to the RSS feed. - Fixed an occassional "call to member function of non-object" error message in lib-plugins.php. - Make sure the RSS feed and Older Stories block are updated when a story is deleted. - The language selection will only list files that end in .php and do not start with a '.'. - Fixed links to a user's comments from the Last 10 Comments block in the user profile. - Removed '&query=' from links in search results if the query was empty. - Anonymous users couldn't use the advanced search even if $_CONF['searchloginrequired'] was not set. - Fix to disallow access to the extended search for anonymous users (i.e. $_CONF['searchloginrequired'] works again as it did in 1.3.7) - Fixed search by date. - Template variable {uid_value} was always empty in the user's profile edit form (in usersettings.php). - New French (Canada) language file, provided by Jean-Francois Allard. - Updated Dutch language file, provided by W. Niemans. - Updated Bulgarian language file, provided by Vassil Simeonov and Itso Banov. - Updated Spanish language file, provided by Angel Romero. - New French (Canada) language file for the Static Pages plugin, provided by Jean-Francois Allard. - New Dutch language file for the Static Pages plugin, provided by W. Niemans. July 17, 2003 (1.3.8) ------------- - Added Blaine's sample code for the custom registration to lib-custom.php (there's also an accompanying sample template file, memberdetail.thtml). - "No new links" wasn't displayed in the What's New block when you didn't have any links in the database or when the current user didn't have access to any of them (reported by krove). - Applied a patch by Tatsumi Imai to fix problems with Japanese characters when editing polls (bug #17). - Hide those story submissions from moderators that don't have access to the topic. - Use $HTTP_SERVER_VARS['PATH_INFO'] instead of $PATH_INFO for the url_rewrite feature, since the latter doesn't seem to work on some setups (reported by Peter Sieradzki). - Updated Slovenian language file, provided by gape. - Updated Polish language file for the Static Pages plugin, provided by Robert Stadnik July 6, 2003 (1.3.8rc2) ------------ - When failing to delete an image for a story (from the Admin's story editor), only log this problem in the error.log but don't abort the script (reported by Rob). - When editing a story that used double quotes in the title, the title was cut off after the first quote sign. - Story Admins could edit stories in a topic they didn't have access to, if they somehow found out the story id. - When $_CONF['listdraftstories'] was enabled, moderation.php listed all stories that had the "draft" flag set without checking for topic permissions (this option was only introduced in 1.3.8rc1). - For Story Admins, the Admin menu may have listed a greater number of stories than the user actually had access to (didn't check for topic permissions). - Fixed "Google paging" on the Admin's list of stories when the current user didn't have access to all the topics (paging was only introduced in 1.3.8rc1). - Try to prevent "illegal access" messages in error.log, caused by the plugin page looking for uninstalled plugins. - Upcoming events (in the block of the same name) are now sorted by start date and start time, which makes more sense than the old start date, end date sort order (reported by Peter Sieradzki). - Fixed description of function DB_count() in lib-database.php (reported by jose on IRC). - Changed the "getBent" block to test the real admin directory in case it has been renamed (bug #762881). - Saving the user profile also saved the privacy options, setting them all to "off" (reported by Dwight Trumbower). - Check the topic permissions when doing a search on stories and comments. - Check the topic permissions when displaying the new stories and comments in the What's New block. - Need to use date_sub() in the SQL request for the display=new mode on the index page to ensure compatibility with old versions of MySQL (reported by Markus Guske). - New users created manually from the Admin's User menu were assigned a random password, even when the Admin entered one (reported by TechFan). This bug was only introduced in 1.3.8rc1. - The printer-friendly version of a story in HTML format should not call nl2br() on the story text (bug #762636). - When attempting to edit a submission, check that it still exists in the submission queue (since another Admin could already have handled it), avoiding an SQL error (reported by Simon Lord). - New language file for formal German (addressing the user as "Sie" instead of "Du"), provided by Philip Sack. - Updated Italian language file, provided by quess65. - Updated Japanese language file, provided by Yusuke Sakata. - Updated Polish language file, provided by Robert Stadnik. - Updated Spanish language file, provided by Angel Romero. - Updated Swedish language file, provided by Markus Berg. - New formal German language file for the Static Pages plugin. - New Italian language file for the Static Pages plugin, provided by quess65. - New Japanese language file for the Static Pages plugin, provided by Yusuke Sakata. - New Swedish language file for the Static Pages plugin, provided by Markus Berg June 29, 2003 (1.3.8rc1) ------------- - Fixed SQL error when using quotes in a group description. - Fixed bug where blocks assigned to a topic disappeared when viewing articles. - Add new Plugin API PLG_getHeaderCode, Used to return JS Functions or other Header Meta Tags required by the plugin. Added new variable {plg_headercode} to the template header.thtml files. - New search: You can search for the exact phrase, all of the words, or any of the words from the query. Search words are highlighted in stories. Also, results in stories and comments are listed separately. - Added new block "Privacy Options" to the Preferences: + chose to receive email from admins and/or other users + chose to show up in Who's Online block (Feature requests #609758 and #609759) - New config option $_CONF['hide_author_exclusion'] to hide the author exclusion list from the user's preferences (useful e.g. when it's a rather long list but hardly used by the users of your site). - Added tracking of users lastlogin to the userinfo table. New $_CONF['lastlogin'] added to config.php - SESSION SETTINGS area - Added an option in admin/group.php to list all the users belonging to a group. - Added adminoption_off.thtml template file (for current entry in the Admin menu) and topicoption.thtml and topicoption_off.thtml files (for entries in the Topics/Sections menu). - Geeklog will not accept topic ids containing spaces any more. - Added new config option $_CONF['allow_account_delete'] to allow users to delete their account (from their Account Information page). - Posts (stories and comments) from deleted users will now be reassigned to user "Anonymous". - Removed the Geeklog version number from the footer of the default themes. Instead, the version number is now displayed in the headline of the "Command and Control" block (moderation.php) and next to the "GL Version Test" entry in the Admin's functions block. - New Norwegian language file, provided by Torfinn Ingolfsen. - Introduced new config.php variable $_CONF['mysqldump_options'] that holds additional options to be used when Geeklog calls mysqldump to do a backup of the database. - Added a check for an existing email address in the user's profile so that users can't change their email address to one that's already in use for another account. - Pick up the 'postmode' default setting for the Admin's story editor. - Stories in the Daily Digest are now sorted by date (newest first, as on the index page). - Changed handling of plugin comments slightly: Plugins will have to do the 'delete' operation on their comments on their own now since Geeklog can't possibly know which (if any) permissions are needed to delete a comment. The 'id' parameter in the call to plugin_handlecomment_ will now always be the comment id. - In another attempt to solve the various issues regarding "www vs. non-www" URLs and related login problems: + Made sure all setcookie() calls use all 6 parameters + Try to guess the correct value for $_CONF['cookiedomain'] if it isn't set + Removed the redirection attempt from index.php - When requesting a new password for your account, you can now enter either your username or the email address you used to register with the site. - Added a speed limit for requests for a new password (defaults to 5 minutes between requests). - The commentspeedlimit and submitspeedlimit tables have been replaced with a general speedlimit table and three new functions operating on it have been introduced (in lib-common.php). The new table has a 'type' field, so plugins could easily implement their own speed limits. - Introduced new "forgot password" functionality: When requesting a new password for an account, the user will now receive an email with a link that s/he has to click on. It will take the user to a form where s/he can enter a new password (a unique id is contained in the URL and checked when entering the new password, thus preventing misuse). The old password remains valid until a new password is entered from this form, so the email can simply be ignored in case the user didn't request a new password (cf. Feature Request #567979). - Removed unused commentheader.thtml file from all default themes. - Fixed the redirect after posting a comment to a poll (should return to the poll, not to the index page). - You can now "clone" events, i.e. make a copy of an existing event. This comes in handy if you have a lot of similar events (e.g. repeating events). Template files admin/event/eventlist.thtml and admin/event/listitem.thtml need to be updated or the "clone" option will not show up ... - Fixed a bug in the Admin's poll editor which let you enter more than $_CONF['maxanswers'] answers for a poll. You may need to adjust your setting of $_CONF['maxanswers'] or you may lose an answer when editing such a poll (found & fixed by Tom Willet). - Moved hard-coded HTML for the poll block and poll results to new template files. - When the theme uses a replacement function for COM_siteHeader and/or COM_siteFooter, we need to pass it the same parameter that the replaced function was being called with. - Fixed "Last 10 comments by user" in the user's profile which was missing the comments to polls. - When a new user registers, we need to check for a valid email address first (before searching the database to see if that address is already in use) - You are now taken back to the moderation page after editing a story submission - Fixed 'previous' link on the Admin's list of stories. Alternatively, you can now use {google_paging} there (requires a change in the template). - Added -Q option to the mysqldump call when doing a database backup. This will enclose database names in quotes and thus prevent problems with special characters in table names as used by some plugins (bug #712901). - Set the max length of the input field for the event URL to 128 characters (was 96) in the default themes (other themes may need adjusting). - Fixed localisation of the date of all-day events in the event details. - Added missing {event_location} variable in calender/eventdetails.thtml template files. - Fixed display of events spanning several days in the personal calendar. - Moved hard-coded HTML for the login form in the User Functions block to a new template file. - The Sections block now uses the useroption.thtml and the new useroption_off.thtml template files for the list of topics. You can also use $_CONF['hide_home_link'] to hide the "Home" link from the Sections block. - New config option $_CONF['keep_unscaled_image'] allows you to keep the original, unscaled image after upload (in stories only, for now). The smaller, scaled image will be used as a thumbnail and link to the original image (based on code provided by Alexander Schmacks). - In admin/database.php: + Made sure we really display the last 10 backups (fix by Alexander Schmacks) + Display total number of backups in the directory + Moved hard-coded HTML for the list of backups to template files + Replaced $PHP_SELF with $_CONF['site_admin_url']/database.php since $PHP_SELF seems to cause problems in some environments - You can now make one topic the default topic. The topic selection in the story submission form will then default to this topic. - When clicking on the "contribute" link from the topic index page, the new story will now default to the topic you just viewed. This only works with themes that use the {menu_elements} variable in header.thtml. Other themes can use the new variable {current_topic} which holds '&topic=' when a topic is selected (and is empty otherwise). - Integrated Vincent Furia's improvements for COM_exportRDF. You can now use $_CONF['rdf_limit'] to limit the number of stories in the RDF file by setting this to a number (e.g. 10) or a number of hours (e.g. 24h). $_CONF['rdf_storytext'] lets you add the story's introtext to the RDF feed. Also fixed a bug with un-escaped special characters in the feed's title. - Added paging to the list of Static Pages (for more than 50 pages). - Fixed problem with the Older Stories block disappearing when it was edited (e.g. moved from left to right), bug #670673. - Fixed "late" update of portal blocks (bug #681855). - Fixed mixing of comments from different plugins, found & fixed by Alan McKay. - A theme can provide its own functions to render the site header and footer (this is not a new feature). Geeklog now expects those functions to be named _siteHeader and _siteFoote, respectively. Until now, it was, however, looking for the wrong function names ... - Added the piece of code that is needed to make the Theme Tester work to lib-common.php (won't do anything without the Theme Tester block). - Fixed SQL query for displaying new comments in the What's New block, provided by Marc Von Ahn (with some help from Rob Griffiths). - Changes to make Geeklog install and work again on old versions of MySQL (e.g. MySQL 3.22). Special thanks to Markus Guske for providing the fixes for the What's New block and for testing the new install. - Feb 13/03: (Blaine) Added new Plugin function to support Center Blocks Included call to PLG_showCenterblock in index.php - The user's signature is now appended to messages sent to another user. - Feb 6/03: (Blaine) Added support for custom user registration and account profile: Added hooks to users.php, usersettings.php and admin/user.php and new $_CONF parm to enable Developer is responsible for code to handle new form processing, account record save, update and delete. - The list of blocks now includes a column indicating whether the block is enabled or disabled (will need changes in admin/block/listblocks.thtml and listitem.thtml template files of custom themes). - Variable {rdf_url} (available in footer.thtml) holds the URL of the RDF file. - What's Related block is now created dynamically. - Top Ten Commented Stories didn't count comments on stories submitted by anonymous users (found & fixed by Laurence Whitworth). - Allow users to change their username if $_CONF['allow_username_change'] is set to 1. - Jan 18/03: (Blaine) Corrected problem in mysql.class.php where the checks in dbdelete, dbchange, dbcount and dbcopy for a passed value of 0 were not sufficient. If the parameter was 0 - it was assuming it was empty. Consequence: The dbdelete would delete all records or dbcount would return count(*) - Display Preferences and Comment Preferences have been merged. There is now only one option, Preferences, in the User Functions block. - Hard-coded HTML for the Display Preferences, Comment Preferences, and Account information has been moved to template files (new "preferences" directory). Static Pages Plugin 1.3 ----------------------- - Integrated (and extended) the Static Pages plugin 1.2 (originally started by Phill Gillespie and later supported by Tom Willet). This "combined" version is now called Static Pages 1.3. Use Geeklog's install script to upgrade from any previous version (1.1 or 1.2) - Supports the use of PHP in static pages. - You can now edit the ID of a static page to create more readable URLs like http://yoursite/staticpages/index.php?page=about In combination with Geeklog's $_CONF['url_rewrite'] option, the URL can even look like http://yoursite/staticpages/index.php/page/about - You can now "clone" static pages, i.e. make a copy of an existing page. - Removed the "static pages on frontpage" hack and changed the plugin to use the new Center Block API instead: A static page can now be displayed on the top of the front page, on the bottom, or after the featured story. It can also replace the front page entirely. Instead of using special label names (like "frontpage"), the display mode and position can now be selected from drop-down menus in the static pages editor. Please see docs/staticpages.html for details. January 26, 2004 (1.3.7sr5) ---------------- This release addresses the following security issues: 1. It was possible for users in the Group Admin and User Admin groups to become a member of the Root group (reported by Samuel M. Stone, bug #135). 2. Being admin for a certain area (e.g. Story Admin for stories) made it possible to delete all objects in that area (e.g. stories) even if the user was not supposed to have access to them, provided the id of the object was known. 3. It was possible to delete other people's personal events if you knew the event ID. 4. It was possible to browse through the comments of a story even if the user did not have access to the actual story (reported by Peter Roozemaal). 5. Due to an XSS issue, it was possible to change someone's account settings (including the password) if you got them to click on a specially crafted link (reported by Jelmer, fix suggested by Vincent Furia). 6. The comment display suffered from the possibility of an SQL injection (reported by Jelmer). 7. It was possible to inject Javascript code in the calendar (reported by Jelmer). 8. It was possible to execute (but not save) Javascript code in the comment preview (reported by Jelmer). December 5, 2003 (1.3.7sr4) ---------------- This release addresses the following security-related issues: 1. As "dr.wh0" pointed out, the category field for link submissions was not filtered at all. Although you probably can't cause too much harm with those 32 characters, this has now been fixed. 2. Vincent Furia found that the restrictions for the form to email users could be circumvented and could even be used to spam users. 3. There was a way to post comments anonymously even when posting for anonymous users had been disabled. 4. It was possible to post comments under someone else's username. October 12, 2003 (1.3.7sr3) ---------------- This release is intended to address some of the security issues reported in September and early October 2003. 1. Includes Ulf Harnhammar's kses HTML filter to address possible Javascript injections and CSS defacements. When upgrading from an earlier version, please make sure to copy over the $_CONF['user_html'] and $_CONF['admin_html'] arrays from the included config.php to your own copy of that file. 2. While almost all of the alleged SQL injection issues could not be reproduced, this release includes an update to the MySQL class to not report SQL errors in the browser any more (but only in Geeklog's error.log). This will avoid disclosing any sensitive information as part of the error message. Please note that at the moment we do NOT recommend to use Geeklog with MySQL 4.1 (which, at the time of this writing, is in alpha state and should not be used on production sites anyway). An upcoming release of Geeklog will address the remaining SQL issues, including any problems with MySQL 4.1. May 26, 2003 (1.3.7sr2) ------------ Security issues: 1. It was possible to obtain valid session ids for every account (reported by SCAN Associates). 2. Using Internet Explorer, it was possible to upload an image with embedded PHP code and execute it (reported by SCAN Associates). 3. Story permissions could override topic permissions, resulting in the display of stories to users who shouldn't have access to them (reported by Andrew Lawlor). Note: This was already fixed with the new index.php, released 2003-05-15. 4. Added a warning in config.php that adding any of the following tags to the list of allowable HTML can make the site vulnerable to scripting attacks: