Download SMF 2.0 Beta 3 Public http://www.simplemachines.org/download/index.php? Changes go downward, months go upward.? Please scroll to the bottom for a legend. Changelog started January 1, 2004; Currently at $Revision$.
SMF 2.0 Beta 3 Public????????????????????????????????????????????? 17 March 2008 ================================================================================ March 2008 -------------------------------------------------------------------------------- ?! Ensure memcached version information is displayed correctly when available. (Subs-Admin.php) ?! Split topics would cause a database error. (SplitTopics.php) [Bug 1754] ?! Magic quotes still applies on parse_str, so work around this too. (QueryString.php) [Bug 1588] ?! Allow styling of the WYSWIYG editor border, and make it look the same in all browsers. (editor.js, editor.css, editor_ie.css) [Bug 1146] ?! The activateaccount function existed twice. (Profile-Modify.php) [Bug 1757] ?! Pagination wasn't working for unapproved topics. (PostModeration.php) [Bug 1753] ?! Latest news in the moderation center could cause a javascript error. (ModerationCenter template) [Bug 1608] ?* Added a new image for use in the package manager for viewing operations and make it always use the default theme. (package_ops.gif) ?! Warn a user if they are running install on an existing install. (install.php) ?! Allow the skipping of admin account creation on install. (install.php) ?+ Also track edits to a user's custom profile fields. (Profile-Modify.php, Profile-View.php) [Bug 1683] ?! Adding an index wouldn't work quite right. (DbPackages-xxxx.php) ?! Dump database was incorrectly checking memory allocation. (DumpDatabase.php) ?+ Install and upgrade will now warn you if your script is out of date. (install and upgrade scripts) ?* Use tabindex on quick modify to ensure the input jumps as expected. (Display templates) ?! If deleting a conversation delete items in your outbox and inbox. (PersonalMessage.php) [Bug 1674] ?! Only the first page of moderator notes could be viewed if caching was enabled. (ModerationCenter.php) [Bug 1762]
SMF 2.0 Beta 3???????????????????????????????????????????????????? 15 March 2008 ================================================================================ March 2008 -------------------------------------------------------------------------------- ?! When sorting by IP use INET_ATON to sort them properly. (ManageMembers.php, Profile-View.php) [Bug 1671] ?! When viewing the warning notices that were sent to a member resulted in a database error. (ModerationCenter.php) [Bug 1670] ?! Post moderation wasn't fully gone in its disabled state. (several files) ?! The current_member parameter should be casted as raw instead of integer. (PersonalMessage.php) ?! SQLite is picky when int is used as an column type for primary fields. Use integer instead. (install_2-0_sqlite.sql) ?* Use javascript to create the AJAX notification. (index template, script.js) ?* Give the quick edit and post warning icons title attributes. (Display template, index language file) [Feature 1411] ?* More changes to future theme. Started on Display.template (Themes/future) ?! In some languages smf news feeds might not display correctly. (News.php) [Bug 1686] ?! Fixed query in profile. (Profile-Modify.php) [Bug 1688] ?! Query error in MergeTopics. (SplitTopics.php) [Bug 1690] ?! Fixed query error in Display. (Display.php) [Bug 1691] ?! Added $modSettings['postmod_active'] as a shortcut to define whether post moderation is doing something. (Several files) ?! Issueing a warning was displaying the username not display name. (Profile-Actions.php) [Bug 1687] ?! Fixed undefined index when editing a poll. (Poll.php) [Bug 1682] ?! Truncate poll questions so they look nicer. (Post.php, Poll.php) [Bug 1681] ?& There were two strings with the same index in one file. (ModerationCenter language file) [Bug 1673] ?! If the user is adding more than one person to a PM, try do them all one after another. (suggest.js) [Bug 1663] ?! When deleting or labelling a conversation in personal messages do it to every message. (PersonalMessage.php) [Bug 1674] ?+ Added the ability to support tabs to the generic list. (Subs-List.php, GenericList template) ?* Changed the order subscription page looks in the profile section. (ManagePaid template) ?! Better handle replacing of smileys in the WYSIWYG editor. (Subs-Editor.php) [Bug 1477] ?& The description for the moderation center boxes setting is no longer needed as it now uses checkboxes. (Moderation Center template, Moderation Center language file) [Bug 1667] ?! Language files downloaded from the admin panel were not always saved to the disk correctly. (ManageServer.php) [Bug 1538] ?! Language files with an underscore didn't work with the language editor. (ManageServer.php) ?& The order button's text was hardcoded in the subscriptions page. (ManagePaid template, ManagePaid language file) [Bug 1697] ?! Attachments couldn't be approved or deleted from the moderation center due to a database error. (PostModeration.php) [Bug 1693] ?! Bans that have expired shouldn't trigger a hit on the email address. (Security.php) [Bug 1684] ?& Missing global. (ManagePaid language file) [Bug 1698] ?! Copyright function could sometimes spit out bad HTML. (Subs.php) ?* Calendar template was missing an opening div. (Calendar template) [Bug 1637] ?* Make lists show up better in wireless mode. (Wireless template) [Bug 1349] ?- Removed the ability to pass an unhashed password to the login function via GET. (LogInOut.php) [Bug 467] ?& Duplicated txt entry. (Profile language file) [Bug 1661] ?& Some old email text strings hadn't been removed. (ManageMembers language file) [Bug 1565] ?! Wrong index name was being used for paid subscriptions errors. (subscriptions.php) ?! Stop adding new people adding more than one and/or submitting the form. (suggest.js) [Bug 1659] ?! Group requests were being made much too safe. (Groups.php) [Bug 1706] ?! Use <code> for BBC code tag and <blockquote> for BBC quote tag. (Subs.php, style.css) ?! Hopefully fix some post moderation issues. (Several files) [Bug 1707] ?! Some database backup options were not being followed. (DumpDatabase.php) [Bug 1653] ?! SQLite doesn't have a CONCAT function of its own. (Subs-Db-sqlie.php) [Bug 1702] ?! SQLite doesn't have LOCATE so we need to create it. (Subs-Db-sqlite.php) [Bug 1602] ?! Sorting some options in Manage Membergroup resulted in database error for SQLite. (Subs-ManageMembergroups.php, ManageMembergroups.php) [Bug 1603] ?! Some debugging code was left in the database initialization functions. (Subs-Db-sqlite.php, Subs-Db-postgresql.php) [Bug 1708] ?! Removed some incorrect spacing. (Various files) [Bug 1385] ?! Try to make key names as unique as possible for package operations to accommodate for different modification files. (Packages.php) [Bug 1703] ?! Set the $connection paramenter to null by default for transactions in SQLite to make the connection optional. (Subs-Db-sqlite.php) [Bug 1701] ?! Rewrote the upgrade file for SQLite.? This is a temporary method until the custom alter table support is added to SMF. (upgrade_2-0_sqlite.sql) [Bug 1546] ?! The link to sort the moderation report actions table was incorrect. (ModerationCenter.php) [Bug 1704] ?! Attachment maintenence occasionally threw undefinded variable errors when using a single attachment path. (ManageAttachments.php) ?! Viewing a user's permissions in a specific board threw a database error. (Profile-View.php) ?! The list of boards a particular user could not see was not exhaustive. (Profile-View.php) [Bug 1680] ?! Fixed undefined index when writing reasons to request a group application. (ManageMembergroups template) [Bug 1727] ?! Fixed undefined index reporting a pm. (PersonalMessage.php) [Bug 1721] ?! Viewing bans was showing the wrong number of triggers. (ManageBans.php) ?! Ban name was being unnecessarily protected twice. (ManageBans.php) [Bug 1716] ?! Reporting a personal message was protecting the subject too much. (PersonalMessage.php) [Bug 1720] ?! Personal Message searching was simply ignoring the age parameters. (PersonalMessage.php) [Bug 1722] ?! Disabling the font BBC wasn't removing the select box. (GenericControls template) ?! Disabled BBC which had a select box would lead to a javascript error. (editor.js) [Bug 1718] ?! SMF wasn't sending the right reminder email all the time. (Register.php) [Bug 1692] ?! Simplify the language caching to avoid rush conditions better. (Load.php, ManageMaintenance.php) [Bug 1709] ?! Make absolutely sure that changing mods can be skipped. (upgrade.php) [Bug 1669] ?! Make the moderation log easier to understand when we can't find particular parameters. (Modlog.php) [Bug 1712] ?! Memberlist search was incorrectly html'ing repeat searches. (Memberlist.php) [Bug 1725] ?! The number of files in some directories was being reported incorrectly. (ManageAttachments.php, Post.php, Subs-Post.php) ?* The link to quote a personal message was incorrect in sent messages folder. (PersonalMessage template) [Bug 1723] ?! Make sure search doesn't die if a topic in the cache get's deleted. (Search.php) [Bug 1715] ?! Cast months as integers to drop the leading 0 for the stats. (Stats.php) [Bug 1713] ?! A GROUP BY is needed for SQLite when using HAVING. (Profile-View.php) [Bug 1719] ?! Make sure to skip certain database errors for SQLite on upgrade. (upgrade.php) [Bug 1546] ?! Use the table alias for the approve column in the recent page. (Recent.php) [Bug 1737] ?! Set the $do_include to true by default. (ManageMaintenance.php) [Bug 1736] ?! The post moderation setting screen wasn't setting moderate permissions right. (ManagePermissions.php) [Bug 1642] ?! The file permissions screen wasn't XHTML valid. (Packages.php, Packages template) [Bug 1739] ?! Replying to all on a pm would throw an error. (PersonalMessage.php) [Bug 1744] ?! Verification questions were not working if you just wanted one question. (Subs-Editor.php) [Bug 1745] ?! Marking recent topics as read would redirect to somewhere which might not be where you wanted to go. (Recent template) [Bug 1746] ?! Verification questions were not being checked as case insensitive. (Subs-Editor.php) [Bug 1624] ?! Birthdates were not getting saved and displayed quite right if the user wanted to remove the year/date. (Profile-Modify.php) [Bug 1178] ?! Don't let the admin setup a paid subscription without any costs. (ManagePaid.php, ManagePaid language file) [Bug 1598] ?! Added another index to the topics table for MySQL. (install and upgrade scripts) [Bug 1593] ?! Search highlighting wasn't really working very well. (Search.php) [Bug 1622] ?! Custom search index wasn't working with new posts. (Subs-Post.php) ?! Optimisation of the recent topic query for when post moderation is in use. (Recent.php) [Bug 1728] ?
|