-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
621 lines (495 loc) · 20.7 KB
/
ChangeLog.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
OSSN - OPEN SOURCE SOCIAL NETWORK 3.9
Bugfixes:
* View all comments link missing on direct photo view #591
* Poster image display problem with profile pics < 32 x 32 #595
* Deleting the current profile pic/cover doesn't update cache #590 [Fixed for profile pictrued, in progress with cover photo]
* Show latest comments instead of oldest comments #603
* Post owner can not delete others comments #607
* Make 'notifications/all' page work again #610
General:
* Refactoring the ossn_view_widget function
Developers:
* Arsalan Shah [TEAM LEADER] - https://www.opensource-socialnetwork.org/u/arsalanshah
* Zet Man [CORE TEAM] - https://www.opensource-socialnetwork.org/u/zetman
* Eric F. [CORE TEAM] - https://www.opensource-socialnetwork.org/u/ctlui
OSSN - OPEN SOURCE SOCIAL NETWORK 3.8
Bugfixes:
* Don't load notification and chat boot api when user is not loggedin.
* Disallow version check request to non-loggedin users #565
* Wall, tag a friend , GUID issue #566
* Hardcoded paths in theme's css #563
* Problem with group comments showing up via notification link #559
* Change profile icon urls #537
* Fix typo in link href javascript #536
* Problem of characters lenght on the instant messenger #520
* Admin Dashboard users graphic appear in January #557
* OssnWall friends settings, didn't shows pagination #555
* ossn_get_userdata($this->dir) results in wrong path #582
* OssnChat css fixes typo #583
* Tag post with a friend, doesn't show in friend's notification #589
General:
* Move notification topbar to plugin views.
* Remove direct call to external component class.
* Remove invalid old files form ossnblack theme.
* All the menus are now sorted to alphabetically.
Enhancements:
* Add a tagging friend option to users wall #567
* Add topbar static menu to dynamic #541
OSSN - OPEN SOURCE SOCIAL NETWORK 3.7 Minor fix
Bugfixes:
* Unable to delete user.
* Update non-object iconURL() on OssnLikes/ossn_com.php 156
OSSN - OPEN SOURCE SOCIAL NETWORK 3.6
Bugfixes:
* Message Inbox section - layout error #542
* Poke translation issue #543
* Css(class): ossn-profile-wall shouldn't have fixed hight #545
* Profile edit form shows wrong default language #546
* Change uppercase admin tobbar right menu.
* There is issue in chat window layout firefox #548
* Add limit and page_limit false while deleting annotations by owner guid.
* XSS Security fix, with OssnPagination class, thanks to Curesec.com
* Delete component settings upon its deletion #538
* Fix typo in link href javascript #536
OSSN - OPEN SOURCE SOCIAL NETWORK 3.4-3.5
Bugfixes:
* Hook for changing plugin type isn't working.
* One uneeded redirection when login #516
* Remove chart legend code form chart.min.js #517
* Photos limit issue, only 10 displays #523
* Youtube https in ossnembed.lib.php #519
* Translation for gender in dashboard users & users online #511
* Remove a duplicate callback from groups initialize function.
* Profile/cover like or comment notification view redirect to 404 page.
* Comment menu shows 0, 1 instead of delete
Enhancement:
* Added new hook 'plugin, view:type'.
* Remove hook 'plugins, type'.
* Move system/default to system/plugins/default
* Open link in new tab #518
* Default order for entities , objects, annotations must be by their primary id.
* Delete users messages if user is deleted #522
* Add a wall 'postextra' menu.
* When click on comment link focus on comment box.
* Add a new function in menu library.
OSSN - OPEN SOURCE SOCIAL NETWORK 3.3
Bugfixes:
* When installing components it show success for lower version #510
* Fresh installation of v3.2 still shows old version, v3.0, Reported by Softaculous Team.
* Improve component installer language strings.
OSSN - OPEN SOURCE SOCIAL NETWORK 3.2
Bugfixes:
* Ossn v3.0 components versions compatibility issue on v3.x
* Fix typo in language strings.
Thanks to David Orwig for reporting issues https://www.opensource-socialnetwork.org/u/David111567
OSSN - OPEN SOURCE SOCIAL NETWORK 3.1
Bugfixes:
* Site pages didn't updating pages #482
* Privacy option is empty #481
* Fix old views paths to new plugin paths #483
* Ossn notification 'mark as read' missing translation #484
* Security fix : if user is deleted logout from his session.
* Can't install v3 on host having port #485
* Blank post when have a tabulation in text #494
* HTTP external css in themes with HTTPS site #495
* Home link in main site and admin top bar #499
* Security fix: FollowSymlinks does not protect against malicious links into other domain's directories,
use +SymLinksIfOwnerMatch. (reported by https://github.com/hazyapps) #507
* View all comments shows 10 comments only.
OSSN - OPEN SOURCE SOCIAL NETWORK 3.01
Bugfixes:
* Exception 'OssnDatabaseException' with message 'Column 'id' in order clause is ambiguous
OSSN - OPEN SOURCE SOCIAL NETWORK 3.0
Changes from 3.0 development till stable version:
Bugfixes:
* Can not delete profile cover #427.
* Don't listup all users if search query is empty.
* Mod_rewrite issue, generate a .htaccess file before installation #432.
* Redirect website to absolute url, no more ajax errors #458
* Flush cache didn't flush the plugins path #460.
* Show a confirmation message before delete component #444.
* Ossn system messages css issue on front end #443.
* Show a loading icon on registration submit #464.
* During registration even if gender is selected its marked unselected #465.
* Cancel friendship' button colliding with user name #279.
* Ossnblack theme can't read registration message #304.
* PHP Fatal error: Call to a member function isOnline() on a non-object classes/OssnChat.php on line 146.
* PHP WARNING: "Division by zero" in file OssnObject.php (line 276).
* Component installer problems with certain zip - archives #420.
* Chat linefeed problem #278.
* Notifications for group comments #435.
* There is no need to add notification if no hook is present.
* Unwanted refresh in message window #416.
* [OSSN 3.x] OssnEmbed in settings #466.
* CSS: Pagination with more than 10 users #468.
* Ossnblack theme white page issue #469.
* [OSSN 3.x] Bug double post if 1 or 2 white line after the text in a post #471.
* Add compressed version of jquery.
* Remove JS files that was part of BuddyexpressDesk repository.
Additions:
* Implementd plugins for components.
* Browser css cache issue.
* Store profile image in computer cache.
* Store profile cover in computer cache.
* Store photos on wall into cache.
* Store group cover into cache.
* Get object that are requried only (offset).
* Get entities that are required only (offset).
* Get annotation that are required only (offset).
* Allow users to login with email also.
* Allow admins to search unvalidated users.
* New backend theme.
* Add time_created in users table.
* We need to accept values in array() in setComSETTINGS #434.
* Feature request: multilanguage themes #281.
* New js function Ossn.trigger_message.
* Make actions valid for xhr, there is no need to use json_encode for simple actions.
* 3 state logic for notifications #202.
* Ossn Wall ajax post.
* Allow duplicate group names? #112.
* Match file during upload #402.
* Only show stable_version in available updates.
* Show a loading icon before send message.
* Move 'Send' button 10px top bottom
* Addition of PHP ZipArchive and allow_url_fopen check during installation.
* New non-core component: https://github.com/opensource-socialnetwork/SMTP
* Lift a installation limitation for php 5.6.
* Allow users to change their default language.
* Allow group owner to delete group.
* Add 'Are you sure?' exception in js.core
* Move pages to system/plugins/default
OSSN - OPEN SOURCE SOCIAL NETWORK 2.3
Bugfixes:
* Add missing update files in processed updated for fresh instalaltion.
* Switching between search results doesn't work #288
* Don't allow to send empty chat messages.
* New lines in wallpost not working #404
OSSN - OPEN SOURCE SOCIAL NETWORK 2.2
Bugfixes:
* Unable to upgrade column 'e.permission' didn't exist.
Now database exception is disabled during upgrade.
* Added missing author url in ossn_com.xml file
OSSN - OPEN SOURCE SOCIAL NETWORK 2.0
Bugfixes:
* Update php version in installation language strings.
* Add break-word css in wall post text.
* Accept html characters also and encode them in chat and
* Fix PHP prerequisite installation messages.
* Post view page didn't displays all comments.
* Show smilies in comments.
* Add hook for comments template view parameters
* Make links in comments clickable #341
* component installer is not working #394
Performance:
* Reduce 2 queries used in get entities into 1 query.
Components:
* OssnSmilies Component has been added.
OSSN - OPEN SOURCE SOCIAL NETWORK 2.0-dev
Bugfixes:
* If admin edit user it didn't updated in system #117
* Leave group button problem #111 $dev.githubertus,
* In backend user list 'last_login' time is invalid.
* Rearrange code ossnwall privacy button #119
* Error reporting not working out of the box #120
* Wrong backlinks from user albums and photos #126
* Fixed width of post button may lead to problem in other languages #123
* Total themes count fixed in admin dashboard #136
* Redirect back to album after deleting photo #131
* Content of public group is not visible to users #113
* Allow to users to view members of groups #160
* Wall post view: Missing image in comment-item #161
* Group members total count becomes 0 when group cover is set #156
* Admin dashboard online user count shows 1.
* Long comments overwriting camera icon #164
* Long lines exceeding post window boundaries #243
* Site admins are unable to access member profile threads without friendship #176
* Carriage return/newline handling in messages not satisfying #150
* Links on footer only partly accessable when logged in #203
* Could not access your domain. Please make sure your domain is pointing to this server and there is no .htaccess file restricing access to your domain (Softaculous Installer)
(Cause SetEnv module not avaialble this check has been removed in v2.0 and Ossn handle this check in different way)
* OssnAds ad adding page , description add space in start.
Api Additions:
Functions in existing libraries and classes:
PHP :
* ossn_unlink_new_js: Remove a js from system. This will not remove js file it will just unregister it.
* ossn_unload_js: Ossn system unloads js from head.
* ossn_unlink_new_css: Remove a css from system. This will not remove css file it will just unregister it.
* ossn_unload_css: Ossn system unloads css from head
* ossn_plugin_view View a template. Use a templates from core. (image view, url view etc).
* ossn_load_json_locales: To get all system language strings in json format.
* ossn_add_entity: add a new entity.
* ossn_update_entity: update entity.
JAVASCRIPT:
* Ossn.AddTokenToUrl : Add action token to url
* Ossn.ParseUrl: Parse a URL into its parts.
* Ossn.ParseStr: Returns an object with key/values of the parsed query string.
* Ossn.Print : To print language string
Classes:
* OssnDatabaseException
* OssnSiteException
* OssnUser
* OssnBase
* OssnDatabase
Libraries:
* ossn.lib.annotations
* ossn.lib.objects
* ossn.lib.entities
* ossn.lib.securitytoken
* ossn.lib.languages
* ossn.lib.system
* ossn.lib.components
General:
* Excption handler added.
* JS(Ossn.PostRequest) Action token are now added automatically.
* JS(Ossn.ajaxRequest) Action token are not added automatically as its mostly used for forms and forms already have token.
* Templates are added.
* output/url
* input/security_token
* Jquery for backend added
* Core js for backend added.
* Requires PHP 5.4
* Count notification from get notifications.
* Add a wall post for new profile picture.
* ossn_site_url set 2nd arg true if its action
* Now no need to add admin/site in trigger message.
* OssnFile now support others file upload.
* Display error if file size exceed.
* Display file upload error.
* Add site notification email settings.
* Resend validation email if non-validated user try to login and show message.
* Show a notification to group owner if new member join group #191
* Display tinymce menu according to Ossn language #242
* German Language Included.
* There is no need to edit core files to register langauages its now automatically registered if language is available.
Language Strings Addition:
* Added OssnWall settings to select homepage posts (friends/public)
* Show a new cover wall post in newsfeed.
* Allow user to view his covers.
* Allow user to delete his profile covers.
* Group admins are unable to delete member posting on group wall #171
* Group admins must be able to delete ANY comment in their own group #170
* Entity owner and post owner should able to delete others comments from post.
* List of unvalidated users page added.
* Allow admins to validate users manually from unvalidate users page.
* Change the way of Ossn upgrade.
* Add new component OssnInvite.
* Add new component OssnEmbed (Convert videos website url to player #105)
* Add ossn ad view admin page #233
Language strings added:
There are many new language strings added, few of them are:
locale /
* ossn:exception:title
* ossn:securitytoken:failed
* ossn:component:delete:exception
* title:access1
* title:access2
* title:access3
* upload:file:error:ini_size
* upload:file:error:form_size
* upload:file:error:partia
* upload:file:error:no_file
* upload:file:error:no_tmp_dir
* upload:file:error:cant_write
* upload:file:error:extension
* upload:file:error:unknown
* ossn:post:size:exceed
* admin:components
* admin:themes
* admin:com:installer
* admin:theme:installer
* admin:cache:settings
* admin:add:user
* admin:user:list
* admin:edit:user
* admin:login
* admin:notification:email
* ossn:user:validation:resend
installation/locales
* data:directory:invalid
* data:directory:outside
* all:files:required
* ossn:install:php
* ossn:install:old:php
* ossn:install:mysqli
* ossn:install:mysqli:required
* ossn:install:apache
* ossn:install:apache:required
* ossn:install:modrewrite
* ossn:install:modrewrite:required
* ossn:install:curl
* ossn:install:curl:required
* ossn:install:gd
* ossn:install:gd:required
* ossn:install:config
* ossn:install:config:error
* ossn:install:next
components/OssnGroups/locale/
* title:access:private:group
components/OssnProfile/locale/
* ossn:profile:picture:updated
Developers in this release:
* $dev.arsalanshah https://github.com/lianglee
* $dev.githubertus https://github.com/githubertus
* $dev.sathish https://github.com/sathish4fri
* jjehannet https://github.com/jjehannet
* robertito13 https://github.com/robertito13
* bishopgodsey https://github.com/bishopgodsey
* TheGameHHH https://github.com/TheGameHHH
OSSN - OPEN SOURCE SOCIAL NETWORK 1.8
Bugfixes
* User edit error email in use.
Github:
* Created .travis.yml for project to track pull requests
OSSN - OPEN SOURCE SOCIAL NETWORK 1.7.2
Bugfixes
* Missing method added.
OSSN - OPEN SOURCE SOCIAL NETWORK 1.7.1
Bugfixes
* Show a message if username is in use.
* Show a message if email is in use.
* Fix deault char set for OssnDatabase.
* Fixed empty wall posting (added ossnwall_json_unencaped_unicode)
* Fix invalid translation in OssnLikes
* Fix method getUser (class OssnUser)
OSSN - OPEN SOURCE SOCIAL NETWORK 1.7
Bugfixes:
* Admin cannot delete ads.
* Admin cannot edit ads.
* Fix error messages type when adding ad.
* Add missing components in core.
* There is no image attach option in entity comments.
* Comment not display if there is no other comments.
* Notification count is not working.
* Fix notification for group post like.
* Allow admin to delete user.
* Fix borken css in ossnchat.
* Added missing component from core.
* 1412353569.php is missing for fresh installation.
* Fixed manifest of OssnComments by @sathish
* Fixed component delete ( it was not working) thanks to @sathish
Api Changes
* getAnnotationsByOwner method added (class OssnAnnotation)
* deleteAnnotationByOwner method added (class OssnAnnotation)
* deleteUser method added (class OssnUser)
* deleteLikesByOwnerGuid method added (calss OssnLikes)
* deleteUserNotifications method added (class OssnNotifications)
* getUserGroupPostsGuids method added. This will return array contaning guids of wall posts created by user in group.
* ossn_delete_user_relations function added (library relations)
OSSN - OPEN SOURCE SOCIAL NETWORK 1.6
Bugfixes:
* Don't let logged out users to comment.
* Don't let logged out users to like anything.
* Fix the margin top of profile cover when logged out.
* Don't show photo viewer when logged out
* Hide add friend, message and other menu from profile when user is logged out.
* Fix major style issues.
* Hide photos delete form non loggedin users.
* Only allow admin and owners to see delete photo link.
* Only upload comment images when user is loggedin.
* Inbox url is borken in messages page.
* OssnChat boot bug fixes.
* Cannot include similes in chat(second time).
* Friends notification never remove counts even if you add friend.
* Fix profile cover postion issue.
* Fix broken style for comment menu item
Api Changes:
* Get Annotations by types Method added.
* Don't log errors to file if errors are off
OSSN - OPEN SOURCE SOCIAL NETWORK 1.5
Bugfixes:
* Cann't delete wall post ( fix width of link )
* Fix unicode issues in wall post.
Enhancements:
* OssnChat added as core.
* Autorefresh topbar notification.
* Add a new methods for saving and getting component settings
Core changes:
* A new way of gettings php errors on blank page issue
OSSN - OPEN SOURCE SOCIAL NETWORK 1.4
Bugfixes:
* OssnWall access icon class fixes;
Enhancements:
* ossncomments add ajax likes #52
* Added icon with likes
* Moved post links (like, comment) outside of like_share bar.
* Allow users to delete comments.
* Ajax error box added.
* User can now add image to comments. #53
* Black Theme added
* OssnWall Privacy system is added ( allow users to select privacy) #42
* Allow users to delete photos
* Errors on/off settings has been added.
* Allows group admins to change their group cover
Core changes:
* Get user icon by OssnUser->iconURL()->size
* Get user profile url by OssnUser->profileUSER();
* Get param from object using object->getParam(param);
CONTRIBUTORS TO THIS RELEASE:
* Syed Arsalan Hussain Shah of Informatikon Techologies (informatikon.com)
* Sathish Kumar of Webbehinds.com
* Johnson John
* Shaf Brady Hussain of hostingandvps.com
* Anthony E. Sikora Informatikon Technologies
* Mike Wagner Informatikon Technologies
OSSN - OPEN SOURCE SOCIAL NETWORK 1.3.1
Bugfixes:
* User post empty wall post
* comment is now displaying likes
OSSN - OPEN SOURCE SOCIAL NETWORK 1.3
Bugfixes:
* Cover update fail on first time upload
* Escaping is adding / to posts #32.
* Search layout contain static ads #28
* Component(ossngroups): group view page layout is broken #30
* Component(ossnnotifications): see all link is broken #27
* Relation type is int instead for text
* add website name in installation form #36
* component(ossngroups): group display owner two times in header #41
* Profile modules title height fixed
* Fix Ads on layout media.
* Notification database time_created time to int(11)
* (ossnmessages)clear form when sending message #38
* Fixed Ossn Modal box title height
* Don't show messages page if there is invalid user
* Cannot search user by full name.
* Cannot cancel group membership request.
* Group description added on landing page if group is private
Enhancements:
* Merged profile photos with ossnphotos.
* View notification if someone comment on user photo
* View notification if some like user photo
* Upgrade feature added.
* OssnBlock component added.
* OssnPoke component added
OSSN - OPEN SOURCE SOCIAL NETWORK 1.2
Bugfixes:
* Apache mod_rewrite test fails.
* User can delete wall post.
* Comments profile links are not working #14
* Groups buttons text missing.
* Messages count on topbar.
* User photos are hidden on notifications #26
* Images are broken on messages page.
* Notification for comments/likes for groups posts missing.
* Invalid link from group member requests page.
* Fixed translation on member request page.
* Add friend button not working #21
* Message button is not working in profile page #18
* Fixed the missing translation from admin panel.
* Shows cache status on cache settings page
Enhancement
* Allow users to post image on user wall.
* Allow members to post image on group wall.
* Otimization
OSSN - OPEN SOURCE SOCIAL NETWORK 1.1
Bugfixes:
* Add groups click event not working #9
* User validation is missing #10
* remove photo viewer if there is not profile photo #3
* Show transparent photo if there is no profile cover #4
* component(ossnphotos): photos is not displaying correctly in albums photos #6
* Installation Issues fixed
* Post image is mission on profile page
Enhancement
* Installation should check all requirments.
* Litespeed server is supported now.