Commit graph

345 commits

Author SHA1 Message Date
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
c02a46793d Added : functions_dashboard.php 2012-12-29 08:55:16 +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
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
817d0bdf0d Updated : Api
Fixed : Conversion Issues
Fixed : Playlist Drop down
2012-12-20 12:33:53 +00:00
Arslan Hassan
ab9794064f Updated : Video upload to use new db_insert function 2012-12-19 13:46:18 +00:00
Arslan Hassan
1cfaa80e35 Added : Notification system\
Added : Api search
2012-12-10 10:51:00 +00:00
Fawaz
d5f43443bb Updated : upgrade_3.0.sql
Updated : edit_account.php, Now when avatar is set it redirects to user profile
Updated : EXIF Data url
Updated : queryString function regex. Old one was removing complete query string
Updated : display_manager_links(), now all variables except omo are removed from url
Added : Make profile link for photos @startup.php
Added : return_object_order in template_functions.php, This returns the order of provided omo value
Updated : Order checking @manage_collections.php and @manage_photos.php. Now only return_object_order is used
Updated : Updating of photo when it is uploaded
Updated : photo.html, single_feed.html, single_feed_comment.html, photo_form.html, user.html, video.html, /view_channel/feed.html, manage_photos.html, view_channel.html
Added : user_contacts.html, user_photos.html and user_videos.html
Added : autoComplete parameter for photo tagging
Updated : default.css, feeds.css and view_channel.css
Updated : user_contacts.php
Added : Next and Previous photos links @view_item.php
Fixed : Avatar Delete
Fixed : getProfileItem method of $userquery
2012-12-04 13:27:13 +00:00
Arslan Hassan
d809aa8561 Added : Complete Feeds (beta) 2012-11-30 13:17:16 +00:00
Arslan Hassan
9784fbc24b Adeed : The NEW FEED SYSTEM 2012-11-27 10:15:44 +00:00
Arslan Hassan
e6f0d81340 ADded : Feeds + Feed comments on group section 2012-11-05 11:35:42 +00:00
Arslan Hassan
2cea16e711 Added : Group topics and the system... 2012-09-27 14:03:48 +00:00
Arslan Hassan
e8b0493c7a Fixed : Admin menu for new boot strap
Fixed: Comment spammed issue
Updated : API
2012-09-13 13:06:04 +00:00
Arslan Hassan
1af2965046 Added : Video played for the first time in v3 2012-09-05 15:14:08 +00:00
Arslan Hassan
3102b527ac Added : upload v3 with plupload (Alhamdulillah) 2012-08-16 20:10:07 +00:00
Arslan Hassan
df7286a14c Fixed : Server modules 2012-08-01 11:43:51 +00:00
Arslan Hassan
515778c036 Fixed : Ads manager new layout 2012-07-31 19:35:19 +00:00
Arslan Hassan
6a3e874a29 Added : Video Flags Manager
Updated : Javascript
Fixed : Mysql ASSOC list only
2012-07-25 19:02:56 +00:00
Arslan Hassan
2aac3f79cf UPdated : Language System
Updated : Email templates and settings
2012-07-24 23:13:44 +00:00
Arslan Hassan
dfb0e69e2a Fixed : New conversion system
Added : New profile based conversion
Implemented : New Conversion KIT
2012-07-16 12:01:09 +00:00
Arslan Hassan
411de89a44 Update : ClipBucket actions
Added : VideoJS Player
2012-07-04 21:01:22 +00:00
Fawaz
b0c13f3a5b Fixed : Style of view_item/view_photo page
Added : RSS Feeds for photos
2012-07-02 07:05:39 +00:00
Arslan Hassan
7320ca2a77 Update : Improved Comments with multi rating and proper comment spam... 2012-06-21 11:22:38 +00:00
Arslan Hassan
fae5bbe6e3 Added : ajax comments
Updated : Playlist
Added : New template functions
2012-06-12 10:31:46 +00:00
Fawaz
8ec3779f31 Updated : photos ajax ajax/photos.php
Updated : upgrade_3.0.sql
Updated : photo_links method
Fixed : Memory exhausted error. Large images takes a lot of memory. So when CB_Resizer initializes we set memory limit to 256MB for current process
Renamed : includes/exif.php to exif_source.php
Updated : exif.php file to exif_source.php in functions.php
Fixed : exif data weird json encode thing
Updated : canon, nikon and olympus Makers
Added : exif.php, colors.html and exif.html in global folder
Updated : Few template files
2012-06-01 11:57:50 +00:00
Fawaz
340c6261d8 Added : Date Folder Structure. From now on, all photos instances will uploaded in date folder structure Y/m/d
Added : Removal of photo tags and meta while deleting photo
2012-05-29 11:53:39 +00:00
Fawaz
ef791c0b7c Fixed : Admin Area Recreate thumbs page
Added : Set as avatar code
Added : Avatar Collection for user
Added : new param avatar_collection in get_collections() method
Fixed : crop value in thumbs_dimensions
Added : is_avatar param in get_photos() method
Added : photo_dimensions filter in generate_photos() method
Fixed : insert_photo() method
Moved : insert_photo_colors in insert_photo() method from view_item.php page
Updated : get_image_type() method
Updated : getFileSmarty() method
Added : An anchor in getFileSmarty() 'photo_thumb'
Fixed : cropping cases in resizer.class.php
Updated : $Upload->upload_user_file to upload_new_avatar
Removed : cb_create_user_avatar_collection() from common.php
Registered : delete_photo_avatar() function @delete_photo
Added : validate_image_file() function. It uses our old image.class.php method
Added : get_mature_thumb() function. It has three parameters, object_array, size, output. You can also register custom thumb @mature_thumb
Added : Few new functions for photos. get_all_custom_size_photos(), get_photo_dimensions(), clean_custom_photo_size(), get_avatar_photos() and is_photo_viewable()
Added : new js function, displayConfirm(). It accepts four parameters. id( modal box id), confirmMessage( modal box body), onConfirm( either url or function ) and heading(modal box header)
2012-05-28 07:10:27 +00:00
Arslan Hassan
38d173ea61 Added : New add playlist options for front end
Fixed : Language issues
Updated : Javascript
Updated : js functions
2012-05-25 11:15:58 +00:00
Arslan Hassan
13847f89b6 Added : rel option in EH such that input fields can be focused when they are related to error
Added : New Playlist system, old will be dropped as it does not stand with our new system
Added : javascript functions to enhance UI, focusObj, updatePlaylistPage, update_counter 
Added : Playlist in account manager and account-left.html template
2012-05-23 18:32:45 +00:00
Fawaz
bf71180b54 Added : All the spaces and tabs left behind because of testing code
Added : Send photo PM ajax. Temporarily will be moved once ajax structure is up
Fixed : Move avatar from photo to a function called upload_new_avatar() in functions_users.php
Fixed : & in collection links
Updated : Updated the function createTextfield. It was missing some important fields
Updated : Photo & Watermark resizing by new resizer.class.php
Added : LEFT JOIN for collection in get_photo function
Added : function join_collection_table in function_photos.php
Registered : Two photo function at cb_head ANCHOR called load_tagging & load_photo_actions in common.php
Registered : photo_action_links filter to add 'Send in private message' link
Added : Photo PM Handlers using attach_photo_pm_handlers
Fixed : CB Tagger CSS and CB Tagger JS
Updated : Some Template files just for testing purpose
Added : Some Template files, again just for testing purpose
2012-05-18 13:47:20 +00:00
Fawaz
e0cca79526 Added : Photo EXIF Data in insert_photo()
Added : Make Avatar from any photo
Added : Collection cover photo
Added : An array for thumb creations. Includes, code, width, height, watermark, sharpit
Added : Resizer class in common.php
Added : jquery.Jcrop.js in edit_account
Added : A common function called cb_filename. All filenames used in clipbucket follow a specific syntax
Added : Four new function for photos. get_original_photo, insert_photo_colors, insert_exif_data & add_custom_photo_size
Added : User Avatar collection functions. But they are not in use right now. This need proper thinking
Added : New files: mobile-form-class.php, resizer.class.php, exif.php, makers files for exif, jquery.Jcrop plugin, some template files
2012-05-16 07:27:54 +00:00
Arslan Hassan
63d1f84eb2 Added : Complete Widget System in ClipBucket 2012-05-05 14:41:49 +00:00
Fawaz
00b9d1c9de Fixed : Admin area collection view link
Updated : jQuery UI Version
Removed : jquery.dimensions.js from admin_area
Removed : Video collections instances from ajax.php
Registered : load_photo_controls smarty function
Added : jquery_plugs/jquery.cbtagger.js
Added : New functions cb_show_page and cb_parse_args_string
Added : load_photo_controls function in functions_photos.php
Defined : PARENT_PAGE and THIS_PAGE in module.php
2012-04-30 10:49:46 +00:00
Arslan Hassan
5962836294 Added : template.php as template file
Added : function filters files replacing function hooks
Added : add_admin_menu a whole new function and replaced all existing functions with new
Added : New Admin Area with Bootstrap and new icons
Added : functions for widgets
Added : Sidebars and Widgets
2012-04-28 20:11:43 +00:00
Arslan Hassan
afe58e41f6 Added : New Slug based SEO Friendly URL System 2012-04-10 14:06:23 +00:00
Arslan Hassan
713ca26616 Fixed : Function issues 2012-03-17 14:50:31 +00:00
Arslan Hassan
d5a93c7f26 Cleaned : more and more functions 2012-03-17 13:13:10 +00:00
Arslan Hassan
71dbab55c0 Cleaned : More functions 2012-03-17 13:08:28 +00:00
Arslan Hassan
ee101b63b9 Fixed : Current page and Next Page
Fixed : Photo Download Issue
Fixed : Video by filename issue
Added : ClipBucket Security Key
Fixed : SEO URls little more
Cleaned : Functions
Added : Logout Hooks
Added : Module
Added : Signup Hooks
2012-03-17 12:50:07 +00:00
Arslan Hassan
1f4713181e Fixed : Feeds Error
Fixed : Captchas sessions
Added : Pagination limitations configurations
Added : Return number of ratings when ajax request is made by browsers
Fixed : Module section enabling
Added : Order by date_added desc in manage_videos.php
2011-11-24 12:23:55 +00:00
Fawaz
e696cde9b2 Fixed : Edit template from admin area. http://code.google.com/p/clipbucket/issues/detail?id=199 2011-11-22 10:56:45 +00:00
Arslan Hassan
dfe174bf5f Updated : Server modules check
Updated : Conversion log check
2011-09-29 12:50:33 +00:00
Arslan Hassan
142ed85bd4 Fixed : Update installer for 2.6
Fixed : CB Player preview thumb and Details
Updated : CB Server Modules 
Updated : FFMPEG Conversion
2011-09-29 09:00:07 +00:00
Arslan Hassan
3a93152019 Added : Mass Email
Update : Update cb stats
Update : FFMPEG codecs check
2011-09-27 10:54:39 +00:00
Arslan Hassan
871361a98e Added : New mass email 2011-09-22 12:00:05 +00:00
Arslan Hassan
efaa5fc765 Added : Plugin permissions in user levels
Fixed : Video links option | in admin area
Updatet : Template static variable to Cbucket->template
Moved : User permissions in classes/collections.class.php
Fixed : Video listing Most Viewed
2011-09-20 14:04:11 +00:00
Arslan Hassan
d353d033b8 Fixed : Video link options in admin area
Fixed : PHPMailer for localhost
Fixed : email case insensitivie
Fixed : extra params in plugins
Fixed : crousal in view channel
2011-09-13 07:41:46 +00:00
Arslan Hassan
7aafc45450 Updated : Counter function, now counts rows instead of pages\
Updated : upgradeable.php to load 2.6 sql
2011-09-06 08:02:12 +00:00
Arslan Hassan
54cd5358e5 Fixed : Issue 173 , plugins wont work on module.php
Added : Extra Parameter for Db Select Function
2011-09-05 05:50:19 +00:00
Arslan Hassan
68e1456932 Added : CBPlayer
Includes Auto Playlist,HD Button,Related videos and Facebook Share
2011-08-13 00:04:06 +00:00