Commit graph

983 commits

Author SHA1 Message Date
Fawaz
83ee063309 Updated : view_channel 2013-01-10 12:13:47 +00:00
Fawaz
4b80780cdb Added : Comments on channel
Updated : is_collection_cover to work for both photo id and json encoded value
Added : User functions for user profile item
Added : video profile item callbacks
Moved : Photo profile item to callback
Removed : Tagged in photos from user_content
Added : Collections in user_content
Added : Channel comment in user_content
Added : checking if collection cover mature or not
Added : Profile item badge in photo manager
2013-01-10 12:12:14 +00:00
Fawaz
b881a6caeb Updated : upgrade_3.0.sql 2013-01-09 13:58:11 +00:00
Fawaz
842d461040 Added : user collections page 2013-01-09 13:56:53 +00:00
Fawaz
1f5991e169 Updated : Cover photo method. Now instead of id, few json encode details are saved
Updated : get_collections, Private collections are only visible to admin or owner
Updated : collection search, only collections with photos will be disabled and no avatar collection
Updated : photo search, no avatar photos
Updated : Add more button will not be displayed on avatar collection
Added : Callbacks for user content "collections"
Added : get_collection_thumb and get_collection_fields functions
Added : is_collection_cover_mature, This checks if cover photo is mature or not
Added : is_collection_cover, Checks if photo is cover photo or not
Added : get_photo_fields() function
Added : user profile item callback for photo
Added : add_profile_item_type_callback, First parameter is type and second is callback function. Object id is passed to callback function
Added : display_profile_item, Parameter is uid, if not current userid is used
Added : user profile item callback for video
2013-01-09 06:57:40 +00:00
Arslan Hassan
25075ac2ae Updated : SQL 2013-01-06 23:36:36 +00:00
Arslan Hassan
7dd817ec84 Fixed : Removed content / object from add_feed
Fixed : Sorting
2013-01-06 23:34:10 +00:00
Arslan Hassan
875a52e6da Fixed : Time for notifications and feed
Altered : time column to time_added column
2013-01-06 23:25:17 +00:00
Arslan Hassan
67204901bf Optimized : Feeds system to use objects_cache to make use of a same object in multiple feeds to avoid duplication and mass text 2013-01-06 23:20:41 +00:00
Arslan Hassan
8859ebac36 Fixed : Comments and mentions don't work when new feed post is added 2013-01-06 22:06:11 +00:00
Arslan Hassan
cdc394e3ec Fixed : Add-friend 2013-01-06 21:55:06 +00:00
Arslan Hassan
b615932c58 Fixed : Thread Names if recipients are > 3
Fixed : send message twice if clicked on send message button
2013-01-06 21:36:07 +00:00
Fawaz
9b195e5b6e Added : Subtitle for viewing object @user_content.php 2013-01-05 13:02:30 +00:00
Fawaz
5dbbb246c2 Updated : User photos link according to usercontent.class.php
Updated : How photo tagging is set on view_item
Updated : User videos and contacts link according to usercontent.class.php
Updated : startup.php
Registered : Filters to user object count. These are template specific registered filters
2013-01-05 09:35:43 +00:00
Arslan Hassan
18aa78000d Added : Ajaxed PM system :D 2013-01-04 23:36:11 +00:00
Arslan Hassan
c703692e7e Added : Ajaxed msgs notifications :D
Fixed : Friend requests system
Added : unseen,unread options for recipients
2013-01-04 14:28:09 +00:00
Arslan Hassan
4b4c483d5f Added : Manage contacts for v3 2013-01-04 11:34:58 +00:00
Arslan Hassan
78e69851d5 Added : New friendship system , fully ajaxed
Updated : Avatar
Fixed : VideoJs for Editors Pick
Addeed : get_user_fields() function
Added : get_basic_user_details function
2013-01-04 00:01:59 +00:00
Arslan Hassan
244743983f Updated : No avatar 2013-01-02 14:49:18 +00:00
Arslan Hassan
861e732199 Fixed : Get_thread function query 2013-01-02 13:59:05 +00:00
Fawaz
d6bc7429c2 Fixed : Delete Avatar function 2013-01-02 11:22:20 +00:00
Fawaz
f8a8c33760 Fixed : getUserThumb method
Added : Default avatars in template
Deleted : Unwanted images from cbv3/images/
2013-01-02 08:58:45 +00:00
Fawaz
c51ff26591 Updated : User content's title. Applied name function 2013-01-02 07:59:12 +00:00
Arslan Hassan
efe2a07743 Fixed : Editors Pick Videos Query 2013-01-02 07:52:54 +00:00
Fawaz
8413bc0c2c Fixed : List of contacts 2013-01-02 07:38:19 +00:00
Fawaz
440ce8d391 Added : private and unsafe images 2013-01-02 07:04:30 +00:00
Fawaz
78060d00bb Added : get_private_thumb function
Updated : functions_dashboard.php functions comments
Removed : Unwanted options from add_dashboard_widget
Added : Private collections photos will now show private thumb
Registered : get_photo_private_function @custom_get_photo_funcs
Changed : video thumb size to 300x250
Updated : default, search and view_channel styles
Fixed : Search options z-index bug
2013-01-02 07:01:24 +00:00
Arslan Hassan
828f2a23ab Fixed : Signup process
Added : User email verification and Activation
Added : Admin bar for v3
2013-01-01 16:57:40 +00:00
Arslan Hassan
a86fcb0080 Fixed : Notification boxes 2013-01-01 12:25:27 +00:00
Arslan Hassan
3040f2dc14 Fixed : Video uploading and conversion issues 2013-01-01 12:13:13 +00:00
Arslan Hassan
df010dc30e Added : Rough Add Friend
Added : Friend request in menu bar
2012-12-31 13:39:09 +00:00
Fawaz
17029eaabf Changed : Remove being watched videos from index.html
Updated : view_collection.html, added add more button
2012-12-31 13:30:51 +00:00
Arslan Hassan
e6877d26cd Added : New threaded based PM
Added : user_notifications table to simplify notifications 
Updated : Feeds
2012-12-31 11:25:11 +00:00
Fawaz
d6eb165d72 Added : ajax/dashboards.php 2012-12-31 09:24:35 +00:00
Fawaz
b25c990950 Added : dashboard ajax request
Updated : myaccount.html
2012-12-31 09:22:27 +00:00
Fawaz
dc288636bc Added : js/functions_dashboard.js 2012-12-31 09:18:10 +00:00
Fawaz
b0ee95fb4f Updated: myaccount Dashboard widgets
Added : User's widget state and order
Added : fetch_template_file function
Updated : includes/startup.php
2012-12-31 09:17:06 +00:00
Fawaz
c02a46793d Added : functions_dashboard.php 2012-12-29 08:55:16 +00:00
Fawaz
b72e8aa596 Added : account.css 2012-12-28 17:33:54 +00:00
Fawaz
1c86ef7006 Added : Dashboard functions
Fixed : get_image_file function @functions_photos.php
Added : Add new collection page
Updated : Photo uploader, to select collection if encoded collection_id is provided
2012-12-28 17:33:03 +00:00
Arslan Hassan
43cbad25be Added : Video Menu
Added : Watch later and other Built-in Playlists for users
Updated : Processing Thumb on Ruman's Request
Added : Admin controls on front-end to moderate video easily
Updated  : video block design
Added :  functions_admin.js
2012-12-27 15:16:44 +00:00
Fawaz
c4983f9321 2012-12-27 13:38:11 +00:00
Fawaz
99add1c1eb Fixed: Search text overflow 2012-12-27 13:28:31 +00:00
Fawaz
455c0c08ea Fixed : getProfileItem method @$userquery
Updated : get_mature_thumb function
Added : Two new functions get_image_file and _recheck_photo_code
2012-12-27 13:06:35 +00:00
Arslan Hassan
cb81459054 Fixed : Videos page UI / Remade Left Column and Redesign Categories 2012-12-26 15:31:31 +00:00
Fawaz
8567cc6ede Updated : header.html 2012-12-26 13:36:46 +00:00
Fawaz
9400bbbb85 Fixed: Collection Items number config
Added : Search for cbv3 front end
2012-12-26 13:33:26 +00:00
Arslan Hassan
968c9361b3 Fixed : Channel Feeds
Fixed : Notifications
2012-12-24 20:27:36 +00:00
Arslan Hassan
20c383a00e Updated : Notifications 2012-12-24 17:12:12 +00:00
Arslan Hassan
5eca524e31 Added : Upload photo and video link
Updated : Crated group UI
2012-12-24 14:14:59 +00:00