This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
forked from SAMods/SAChatBar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanglog.txt
268 lines (147 loc) · 7.44 KB
/
Changlog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
=====SA Chat 1.0a1 Rev**=====
Implemented a plugin system [WIP]
Added a ton of hooks to the mod can also hook into sachat admin actions/areas
Link are now a plugin
Gadgets are now a plugin
Social links are now a plugin
Removed some older unused code
Fixed scrolling issues in whos online list
Fixed online list showing hidden members
=====SA Chat 1.0a Rev**=====
Fixed issue with cloning the default theme.
Fixed typo in hook function name.
Fixed chatbox scrolling issues.
Removed group chat feature this fixed many other issues with private chat.
User settings are now in the atual chat bar instead of users profile.
Added compat for smf 2.1.
Implemented live members search.
Implemented function for calling images checks custom themes first if not there fallback to the default ones.
Adding chat to pages out side smf no longer reqires &theme=themename in the url this can be used to force same theme for everyone instead.
BBC parser now works a lot better images and youtube videos are also now supported using the img and video tags [WIP].
Updated theme also includes a fb style theme just by modding the css you can still have a full bar version this was not possible before.
The mod now makes no edits to smf files.
Buddy/Ignore list link no longer shows if enable_buddylist is disabled.
=====SA Chat 0.1.5 Rev**=====
implemented group chat and global chat this is Beta it needs more testing
online offline now shows a red and green icon instead of a coloured *
fixed issue with mod secrity and Fix bar option
side bars now only use the minium height needed
removed google translate
fixed issue with new message notifaction in page title
changed the backend permissions functions
sachat test page is now availible thru site.com/sachat/index.php
=====SA Chat 0.1.4 Rev**=====
Simplefied themes a little more all you need is images and css and you have a basic theme other stuff like template, sounds and languages are optional
fixed Fast chat glitch part 2
removed all instances and calls to updatemsg
removed seprate heart beat for each chat window this never realy worked too well and was broken even more after the last update
=====SA Chat 0.1.3 Rev**=====
fixed load checking issues no longer works on windows servers
fixed issue with logout and login with diff user showing previous chats
themes now only need css file template.php is optional
fixed issue with themes reseting to default after hearbeat functions fires
added a wip default xml JSON theme
[this uses prototype js and will evently reomve the need for jquery will not work on older brousers]
older themes compatabilty removed
added permission for admin snoop
added utf8 language files
fixed fast chatting issue
=====SA Chat 0.1.2 Rev**=====
chats are now displayed from bottom to top like facebook
fixed issue with chat boxes not reapering
fixed issue resetting members themes just didnt work
fixed issue with new_msg() and updatemsg() miss fireing if chat was hidden or minimised
fixed issue with php gadgets
social text no longer shows if none enabled
user is typing function now works a little better but this can still cause server load issues use at own risk
=====SA Chat 0.1.1 Rev**=====
fixed issue cycling thru chatboxes open chatboxes
friends box now resizes with browser height
buddy box now resizes with browser height
fixed issue in safari (chat boxes wernt organsing properly)
links posted in chat are now clickable
minamised chatboxes are now fixed to bar like the chat windows(can be disabled in admin)
fixed php5.5
deprectiated warning
added spanish_es-utf8 translation (thanks sunilimon)
=====SA Chat 0.1 Rev**=====
added auto back off polling policy(heart beat slows when chat activity is low)
displays x says when window is not in focus
displays Sent at after x minutes of inactivity from the last message
added typing listener displayes x is typing in chat(not fully impleamented as of yet it is WIP)
added new page in admin for chat settings
removed hard coded txt strings
show buddy online/offline in chat (updates automaticly never used to)
added option to set max heart beat aswell as min heartbeat
added option to set heatbeat timeout
removed setInterval in favar of setTimeout (this fixes issue where the rather erratic behavior it presents when being forced to miss a beat or two)
chat windows now take into accout brouser width and on resize and stops anymore opening and shows left and right arrows to cycle thru chat boxes simular to facebook
fixed issue with sound and firefox asking for a plugin now uses jquery play() function
fixed issues with ie compat mode (bar was not showing complained about a stray , comma)
=====SA Chat RC7 Rev**=====
redone the templates and css in new theme
=====SA Chat RC6-3 Rev**=====
added old theme to package
new theme js fixes
=====SA Chat RC6-2 Rev**=====
removed all jQuery.noConflict() calls now uses custom var
finished admin snoop mode allowed admins to see all regardless of user settings, buddys and ignore list
removed unused function from sachathook.php
finished option to disable error logs
finished custom cookie name prefix this can help with conflicts with older versions were cookies was handeld different
more improves to the chat box styling
more imporves to minimised chats now only bleeps once when new messsage but show a new image all the time untill that message is read
a
dded draggable handle can only be dragged by this handel
dragged windows now fade
=====SA Chat RC6-1 Rev**=====
now uses jquery-play-sound plugin
removed more older/legacy code from theme js files
chat windows are now a little bigger
long messages now wrap instead of makeing long scroll
fixed issue with chat messages not returned after so many messages
=====SA Chat RC6 Rev**=====
https://github.com/SAMods/SAChatBar/commits/master
fixed cacheing issue when no gadgets or links added
added redirect after deleting errors from logs
fixed Undefined index: additional_groups
fixed Undefined index: id_group
fixed Undefined index: id_post_group
fixed Undefined index: avatar
banned members no longer see the bar
fixed chrome bug Resource interpreted as Script but transferred with MIME type text/html:
added caching to smilys
majar update to cookies and the way they were handeled now uses jquery cookie plugin
now uses jquery draggable plugin less code yay :P
removed veiwport offset plugin not needed with draggable
=====SA Chat RC3 Rev**=====
used proper php opening tag
show default themes but dont allow deletion
added test cht file for testing chat and preveiwing themes [acessed via site.com/sachat/sachattest.php]
fixed load checking issues
re
moved old default theme from package
enabled update online by default
admin ui changes
added optopn to reset member themes
copy js when copying theme
added options to disable bar on certain themes
improved genMemList() function
improved genMemcount() now uses genMemList('count')
fixed profile chat bar settings
function initOptions() only gets whats needed
fixed issue with utf8 special charactors
improved page loading time
moved $user_settings = loadUserSettings($member_id); from template buddy_list to genMemList()
added way to refresh bar manualy
removed init options functiionn no longer needed
fixed incorrect avatars showing
=====SA Chat RC2 Rev**=====
minor code refactor in index.php
some code cleanup
moved functions to own file
updated images for new theme
new theme tweeks
thems can now use there own js files
added suport for word censoring
possible issue on some servers fixed [maybe?]