Skip to content

Commit

Permalink
Merge pull request #196 from Frug/mybb_edits_0.8.8
Browse files Browse the repository at this point in the history
Mybb edits 0.8.8
  • Loading branch information
Frug committed Feb 22, 2015
2 parents e72b4e8 + 8a25a07 commit 8ef19f6
Show file tree
Hide file tree
Showing 107 changed files with 9,269 additions and 8,849 deletions.
28 changes: 27 additions & 1 deletion chat/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -843,4 +843,30 @@ Bugfixes:
- Fix potential conflict between php and mysql timezones by using mysql's FROM_UNIXTIME(). - thanks to ManOnDaMoon.
- Normalized sound volumes a bit.
- Fixed mybb integration database connection. Connection details should be pulled automatically now.
- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions).
- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions).

Version 0.8.8 (?.?.2014)
-------------------------------
Notice:
- Templates, especially loggedIn.html have changed a lot to add mobile support. Javascript in the templates files has also changed.
- CSS for themes has slightly changed and you may need to update your custom stylesheets.
- The themes subSilver and subblack2 were removed.
- If you are using the javascript override handleCustomInfoMessage in custom.js, you should make it return true if you capture an event.

New Features:
- Private messages now have their own sound - thanks to marquisite.
- Private messages have their own background color.
- Added two new sounds - one is extra for your customization pleasure.
- Added a custom user group and banned user group for customization and integration - thanks to marquisite.
- Added a debug mode to chat.js - thanks to Sophist-UK.
- New theme "Pine" added - thanks to Rosina Ramirez.

Bugfixes:
- HTML is now stripped from [IMG] tag URLs, and tag parsing errors will no longer crash chat. - thanks to gWorldz.
- Nesting an [IMG] inside a [URL] tag will now only open the URL instead of also opening the image - thanks to James Almer.
- Users can now be kicked for 0 minutes, which is effectively a kick and not a ban - thanks to micheal-swiggs.
- User list sorting is now case insensitive (lists should be properly alphabetical) - thanks to marquisite.
- MyBB forums were not showing up correctly in the room list.

Misc:
- Removed unneeded call to mt_srand() - thanks to Joshua Embrey.
209 changes: 101 additions & 108 deletions chat/css/Cobalt.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,121 +2,114 @@
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license Modified MIT License
* @link https://blueimp.net/ajax/
*
* Color palette inspired by PunBB style "Cobalt":
* http://punbb.org/
*/

@import url('global.css');
@import url('fonts.css');
@import url('print.css');
@import url('custom.css');

/* Buttons */
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #loginForm #loginButton {
background-color:#1a1a1a;
color:#ababab;
border: 0;
}
#content #bbCodeContainer input:hover, #content #logoutButton:hover, #content #submitButton:hover, #loginForm #loginButton:hover {
background-color:#1D68E0;
color:#000;
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#383838;
color:#ababab;
border: 1px solid #565656;
}

@media screen,projection,handheld {
/* Status Icon */
#content #statusIconContainer {
background: url('../img/loading-sprite.png') no-repeat 0px 0px;
}
#content #statusIconContainer.waiting {
background-position: 0px -22px;
}
#content #statusIconContainer.retrying {
background-position: 0px -44px;
}

/* Buttons */
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #loginForm #loginButton {
background-color:#1a1a1a;
color:#ababab;
border: 0;
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#383838;
color:#ababab;
border: 1px solid #565656;
}

/* Status Icon */
#content #statusIconContainer {
background-image: url('../img/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}

/* Other Theme Elements */
#loginContent {
background-color:#2A2A2A;
color:#D4D4D4;
}
#loginContent h1 {
color:#D4D4D4;
}
#loginContent a {
color:#60A0DC;
}
#loginContent #loginFormContainer #loginButton {
background-color:#424242;
color:#D4D4D4;
}
#loginContent #errorContainer {
color:red;
}

#content {
background-color:#2A2A2A;
color:#D4D4D4;
}
#content h1 {
color:#D4D4D4;
}
#content a {
color:#60A0DC;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer {
border: 1px solid #565656;
background-color:#383838;
}
#content #bbCodeContainer, #content #emoticonsContainer {
background-color:#383838;
padding: 5px;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#565656;
}
#content .rowOdd {
background-color:#484848;
}
#content .guest {
color:gray;
}
#content .user {
color:#D4D4D4;
}
#content .moderator {
color:#00AA00;
}
#content .admin {
color:red;
}
#content .chatBot {
color:#60A0DC;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#60A0DC;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#383838;
color:#D4D4D4;
}
/* Other Theme Elements */
.ajax-chat {
background-color:#2A2A2A;
color:#D4D4D4;
}
.ajax-chat h1 {
color:#D4D4D4;
}
.ajax-chat a {
color:#60A0DC;
}
#loginContent #loginButton {
background-color:#424242;
color:#D4D4D4;
}
#loginContent #errorContainer {
color:red;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer {
border: 1px solid #565656;
background-color:#383838;
}
.ajax-chat .popup {
background-color:#383838;
padding:5px;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven, #helpList dl:nth-child(even), #settingsList dl:nth-child(even) {
background-color:#565656;
}
#content .rowOdd, #helpList dl:nth-child(odd), #settingsList dl:nth-child(odd) {
background-color:#484848;
}
#content #chatList .rowOdd.private {
background-color:#B83C1D;
}
#content #chatList .rowEven.private {
background-color:#C84A24;
}
#content .guest {
color:gray;
}
#content .user {
color:#D4D4D4;
}
#content .customUser {
color:#acc2d7;
}
#content .moderator {
color:#00AA00;
}
#content .admin {
color:red;
}
#content .chatBot {
color:#60A0DC;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#60A0DC;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#383838;
color:#D4D4D4;
}
Loading

0 comments on commit 8ef19f6

Please sign in to comment.