| 1 |
$Id$
|
| 2 |
|
| 3 |
Chat Room 5.x-1.9, 2007-10-12
|
| 4 |
-----------------------------
|
| 5 |
- Changed list item style for compatibility with Garland.
|
| 6 |
- Stopped JavaScript error when alerts are disabled.
|
| 7 |
- Return array from update function.
|
| 8 |
- Fixed $base_url problem properly.
|
| 9 |
|
| 10 |
Chat Room 5.x-1.8, 2007-10-09
|
| 11 |
-----------------------------
|
| 12 |
- Added alerts for new messages and for new users entering chat.
|
| 13 |
- Make compatible with Drupal 5.2.
|
| 14 |
- Added block update interval to settings form.
|
| 15 |
- Use drupal_add_js() to add settings.
|
| 16 |
- Added "Chat Room:" to block names.
|
| 17 |
- Updated to jQuery.
|
| 18 |
- Added spacing before alerts check box.
|
| 19 |
- Fixed alignment of "away" check-box.
|
| 20 |
- Changed CSS to keep chat user list aligned when users are away.
|
| 21 |
- Style change for private messages.
|
| 22 |
- Style chat archive view.
|
| 23 |
- Generate content with themeable functions.
|
| 24 |
- Made blocks themeable.
|
| 25 |
- Made chat commands block themeable.
|
| 26 |
- Fixed smileys alignment.
|
| 27 |
- Avoid showing chats in teaser view.
|
| 28 |
- Stop creating directories for the cache files.
|
| 29 |
- Fix for Internet Explorer
|
| 30 |
- Fix for cache file names
|
| 31 |
- Removed unused onlineList setting.
|
| 32 |
- Re-organized the settings form.
|
| 33 |
- Minor coding style changes.
|
| 34 |
- Fixed block update interval setting.
|
| 35 |
- Added validation for block update interval setting.
|
| 36 |
- Allowed updates to be stopped in an open window.
|
| 37 |
- Fixed local variables that were being declared as global.
|
| 38 |
- Cleaned up smileys code.
|
| 39 |
- Changed default comment setting to disabled.
|
| 40 |
- Changed chatroom_bootstrap_drupal() to chatroom_bootstrap().
|
| 41 |
- Fixed kick and ban.
|
| 42 |
- Moved update functions to their own file.
|
| 43 |
- Updated documentation.
|
| 44 |
- Fixes for archives and private messages.
|
| 45 |
- Allow alerts to be on by default.</li>
|
| 46 |
- Added hook_requirements to check for MySQL version.
|
| 47 |
- Made it possible to send private messages to guest users by clicking on
|
| 48 |
name in online block.
|
| 49 |
- Allow users to send themselves private messages by clicking on their user
|
| 50 |
names in the chat on line list.
|
| 51 |
- Preserve text already typed when clicking on name in online block to send
|
| 52 |
private message.
|
| 53 |
- Fixed random error in user color assignment.
|
| 54 |
- Made smileys work in chat list view.
|
| 55 |
- Prevented invalid queries for chat archives.
|
| 56 |
- Kick users out of chat when it is archived or chat room is deleted.
|
| 57 |
- Send user colours as a setting so that in the future they can be used for
|
| 58 |
the site-wide on-line list.
|
| 59 |
- Use !empty() instead of count() to determine if arrays have values.
|
| 60 |
- Include chat rooms that only have archived chats on the Chat rooms page.
|
| 61 |
- Removed spurious block settings.
|
| 62 |
- Prevented the active chats block from being displayed on the Chat rooms page.
|
| 63 |
- More code clean-up.
|
| 64 |
- Use text smileys for flashing alert in window title.
|
| 65 |
- Avoid dependence on t() in chatroom.install.
|
| 66 |
- Delete unused variables.
|
| 67 |
- Allow administrator to set guest user prefix.
|
| 68 |
- Avoid dependence on variable_get in update requests.
|
| 69 |
- More smileys optimization.
|
| 70 |
- Changed order of admin form items.
|
| 71 |
- Stopped chats in deleted chat rooms.
|
| 72 |
- Fixed code updating chat rooms block.
|
| 73 |
- Sending a message within the first few seconds was causing the user list
|
| 74 |
to be sent early, making it appear that users were leaving the chat.
|
| 75 |
- Optimized database queries.
|
| 76 |
- Made system time messages configurable.
|
| 77 |
- Allow admins to upload their own alert sounds.
|
| 78 |
- Default value for kick and ban messages set incorrectly.
|
| 79 |
- Fixed chatroom_delete()
|
| 80 |
- Remove chatroom directory from the files directory when Chat Room is
|
| 81 |
uninstalled.
|
| 82 |
- Delete Chat Room permissions during uninstall.
|
| 83 |
- Patch to enable archived chats to be deleted.
|
| 84 |
- Put all of a site's chat cache files in one directory if possible.
|
| 85 |
- Delete cache files when Chat Room is disabled.
|
| 86 |
|
| 87 |
Chat Room 5.x-1.7, 2007-07-10
|
| 88 |
-----------------------------
|
| 89 |
- Limited the size of messages.
|
| 90 |
- Eliminated duplicate stripslashes().
|
| 91 |
- Stopped "Chat rooms" from being added to the breadcrumb unless chat room
|
| 92 |
is being viewed as stand-alone page.
|
| 93 |
- Stopped undefined sent time messages from being displayed.
|
| 94 |
- Made the online list update every five minutes.
|
| 95 |
- Confirm on-line status of other users before sending user list to new
|
| 96 |
users and suppress joined the chat messages for first 10 seconds.
|
| 97 |
- Make sure tmp file is not being used by another site.
|
| 98 |
- Removed unused variables.
|
| 99 |
- Fixed capitalization.
|
| 100 |
- Made all strings translatable.
|
| 101 |
- Clarified chat commands block.
|
| 102 |
- Removed links from on-line users block.
|
| 103 |
|
| 104 |
Chat Room 5.x-1.6, 2007-05-03
|
| 105 |
-----------------------------
|
| 106 |
- Fixed untranslatable strings.
|
| 107 |
- Fixed SQL query.
|
| 108 |
- Fixed chat message count.
|
| 109 |
- Made special characters in chat links display correctly.
|
| 110 |
- Removed redundant check_plain()s.
|
| 111 |
- If smileys were not enabled and PHP error messages were set to display,
|
| 112 |
messages would not appear in the chat board.
|
| 113 |
|
| 114 |
Chat Room 5.x-1.5, 2007-04-16
|
| 115 |
-----------------------------
|
| 116 |
- Made room summary show empty chats and chats with only private messages.
|
| 117 |
- Code style update.
|
| 118 |
|
| 119 |
Chat Room 5.x-1.4, 2007-04-13
|
| 120 |
-----------------------------
|
| 121 |
- Fixed chat message count.
|
| 122 |
- Fixed chatroom_update so that changes can be saved.
|
| 123 |
- Added paging to the archive view.
|
| 124 |
- Filtered private messages from being seen by other users in archive.
|
| 125 |
- Enabled users to see private messages that they have sent.
|
| 126 |
- Made uninstall remove block settings.
|
| 127 |
|
| 128 |
Chat Room 5.x-1.3, 2007-04-12
|
| 129 |
-----------------------------
|
| 130 |
- Added update function to remove duplicate entries from chatroom_msg table.
|
| 131 |
- Removed unused chatroom_list_description variable.
|
| 132 |
- Made it possible to view archives of active chats.
|
| 133 |
|
| 134 |
Chat Room 5.x-1.2, 2007-04-11
|
| 135 |
-----------------------------
|
| 136 |
- Cast message ID to integer to allow proper comparison.
|
| 137 |
- Allow "0" to be sent as a message.
|
| 138 |
- Wrong variable name caused auto-archiving to generate error.
|
| 139 |
- Patch to support double quotes in messages.
|
| 140 |
|
| 141 |
Chat Room 5.x-1.1, 2007-03-15
|
| 142 |
-----------------------------
|
| 143 |
- Improved the module description.
|
| 144 |
- Fixed capitalization of Drupal.jsEnabled.
|
| 145 |
- Eliminated Drupal 4.7 JavaScript functions.
|
| 146 |
- Copied drupal_to_js from common.inc to chatroomread.php so JavaScript and
|
| 147 |
PHP code could be kept separate.
|
| 148 |
- Updated for compatibility with jQuery.
|
| 149 |
- Made Chat room delete rooms and give status messages when uninstalled.
|
| 150 |
- Separated JavaScript from PHP.
|
| 151 |
- Cleaned up the logic for preventing responses to hacker attacks.
|
| 152 |
- Made AJAX update script work for people who keep their modules outside
|
| 153 |
the Drupal directory and access them with symlinks.
|
| 154 |
- Simplified the JavaScript objects.
|
| 155 |
|
| 156 |
Chat Room 5.x-1.0, 2007-03-07
|
| 157 |
-----------------------------
|
| 158 |
- PostgreSQL support.
|
| 159 |
- Made primary keys SERIAL.
|
| 160 |
- Display chat rooms like forum topics.
|
| 161 |
- Deletion of temp directory caused Chat Room to fail.
|
| 162 |
- Finished replacing "chatrooms" with "chat rooms".
|
| 163 |
- Fixed install file.
|
| 164 |
- Fixed errors in variables: $_POST['chat_timestamp'] did not exist, should
|
| 165 |
have been $_POST['timestamp'].
|
| 166 |
- Fixed kicked out on join problem.
|
| 167 |
- Fixed PHP errors.
|
| 168 |
- Added line breaks to the ends of files to simplify patching.
|
| 169 |
- Redesigned for easier debugging.
|
| 170 |
- Preparing for Drupal 5 release.
|
| 171 |
- Don't require chatroom to be in modules directory.
|
| 172 |
|
| 173 |
Chat Room 4.7.x-1.10, 2007-03-02
|
| 174 |
--------------------------------
|
| 175 |
- Removed unused JavaScript variables.
|
| 176 |
- Fixed the site-wide online users block.
|
| 177 |
|
| 178 |
Chat Room 4.7.x-1.9, 2007-03-01
|
| 179 |
-------------------------------
|
| 180 |
- A few more fixes for the online users list problem.
|
| 181 |
|
| 182 |
Chat Room 4.7.x-1.8, 2007-02-28
|
| 183 |
-------------------------------
|
| 184 |
- Added instructions for enabling smileys.
|
| 185 |
- Moved settings page to admin/settings.
|
| 186 |
- Updated the settings path in README.txt.
|
| 187 |
- Made the settings page display the default value for the automatically
|
| 188 |
archive old messages setting.
|
| 189 |
- Redesigned chatroomread.php for easier debugging.
|
| 190 |
- Fixed chatroom.module to work with the new design of chatroomread.php.
|
| 191 |
- Used drupal_to_js to initialize JavaScript variables.
|
| 192 |
- Fixed the problem of online users shown leaving.
|
| 193 |
- Reversed ineffective previous fix.
|
| 194 |
- Synced translation template with current code.
|
| 195 |
- Removed responses to hacker attacks.
|
| 196 |
|
| 197 |
Chat Room 4.7.x-1.7, 2007-02-08
|
| 198 |
-------------------------------
|
| 199 |
- Fixed to make the active chat rooms block appear.
|
| 200 |
- Made the user list update more often.
|
| 201 |
- Fixed spelling error in code comments.
|
| 202 |
- Suppressed the display of join and leave messages for the first five
|
| 203 |
updates.
|
| 204 |
|
| 205 |
Chat Room 4.7.x-1.6, 2007-02-01
|
| 206 |
-------------------------------
|
| 207 |
- Fixed to make the user list update correctly.
|
| 208 |
|
| 209 |
Chat Room 4.7.x-1.5, 2007-01-31
|
| 210 |
-------------------------------
|
| 211 |
- Restored chatroom.block.js.
|
| 212 |
|
| 213 |
Chat Room 4.7.x-1.4, 2007-01-31
|
| 214 |
-------------------------------
|
| 215 |
- Made URL code more consistent.
|
| 216 |
- Removed reference to chatroom.block.js.
|
| 217 |
|
| 218 |
Chat Room 4.7.x-1.3, 2007-01-24
|
| 219 |
-------------------------------
|
| 220 |
- Changed initial timestamp to zero.
|
| 221 |
- Fixed SQL syntax error that caused chats to disappear.
|
| 222 |
- Removed the unused chatroom_chat_invites table.
|
| 223 |
|
| 224 |
Chat Room 4.7.x-1.2, 2007-01-23
|
| 225 |
-------------------------------
|
| 226 |
- Added strings to translation template.
|
| 227 |
- Removed parentheses from chat commands block.
|
| 228 |
- Fixed an SQL query that failed to return a list of chats on MySQL 4.
|
| 229 |
- Increased the time required for a user to be reported as having left the
|
| 230 |
chat to help those with slow connections.
|
| 231 |
- Cleaned up unfinished code and organized remaining functions.
|
| 232 |
- Cleaned up trailing spaces.
|
| 233 |
- Added option to automatically archive old messages.
|
| 234 |
- Fixed a bug that prevented messages from being displayed when a chat was
|
| 235 |
opened unless a new message was sent.
|
| 236 |
|
| 237 |
Chat Room 4.7.x-1.1, 2006-12-13
|
| 238 |
-------------------------------
|
| 239 |
- Made the archive path works only for archived chats and the chat path
|
| 240 |
work only for active chats.
|
| 241 |
- Fixed a bug that prevented chats without messages from being listed.
|
| 242 |
- Added instructions for unbanning users.
|
| 243 |
- Updated to make translation easier.
|
| 244 |
|
| 245 |
Chat Room 4.7.x-1.0, 2006-12-11
|
| 246 |
-------------------------------
|
| 247 |
- Initial release, see SA-2006-030
|