Commit graph

51 commits

Author SHA1 Message Date
Fawaz
547ed5e62d Fixed : Photo manager actions.
Updated : get_photo_date_folder function. Changed date_dir to file_directory
Updated : upload functions
Updated : photo_uploader.php to plupload
Added : Plupload files @photo_upload page in photo.class.php
Added : object parameter in uploader.php
Added : secondsToHms function in js/functions.js
Fixed : Few thing at view_item.html
Fixed : videos.php category query. ID was not passing to function
2012-09-11 07:05:29 +00:00
Fawaz
2767d02906 Added : Photo Tags Manager
Added : Tags manager for photo
Added : bootstrap-transition.js for unsupported browsers
Added : New method get_tags for cbphoto class
Optimized : remove_photo_tag method
Fixed : load_tagging function
2012-07-25 11:53:42 +00:00
Fawaz
e8c4e96d8d Updated : edit_photo.php
Removed : unnecessary code from photo_manager.php
Updated : Edit Photo layout
Updated : Selector for jQuery tooltip plugin
Updated : main.html sub_heading to legends
Updated : Photo Settings save option layout
Updated : Recreate Thumbs save option layout
Fixed : get_photo_tags, get_photo and load_required_forms methods photos.class.php
Fixed : confirm_collection_type function
Added : Inline for documentation for template functions
2012-07-23 19:44:23 +00:00
Fawaz
05bd69c71b Added : Actions for active/deactive and mature/unmature
Updated : Photo Manager Page
Updated : Added 1px top for buttons
Added : mature param in get_photos function
Added : Two new actions in photo_actions
Added : Comments for few functions
Updated : cbphoto-actions.js plugin
2012-07-18 22:38:02 +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
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
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
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
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
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
Fawaz
f039293ba0 Fixed : getimagesize problem
Added : new column added photo_details
Added : update file in sql folder 2.5~2.5.1
Updated : getFileSmarty function.
2011-06-29 08:20:54 +00:00
Arslan Hassan
3441f115eb Fixed : Photo download for multiserver 2011-06-27 16:40:06 +00:00
Arslan Hassan
7913a5c657 Added : Photos Multiserver option with SubDirectory
Fixed : FFMPEG audio rate problem
Fixed : Plugins Embed Code
2011-06-20 10:38:38 +00:00
Fawaz
8a38ac9872 Updated : 2.4~2.4.5.txt
Updated : Rating system from Stars to Likes
Added : New function update_user_voted un userquery
Added : New styles for like system
Fixed : Disable button problem while saving video
2011-05-21 07:04:33 +00:00
Arslan Hassan
6380420070 Fixed : Pagination error 2011-05-14 10:10:58 +00:00
Arslan Hassan
851a4481b9 Fixed : Quotation problems in Video, Photos title. 2011-05-14 08:48:31 +00:00
Arslan Hassan
c1cc31102a Fixed : Language phrases
Fixed : Photo thumb load problem
Replace : Orphans with user album
Fixed : Editors pick
Fixed : please in cb_install
2011-04-25 09:37:47 +00:00
Arslan Hassan
5050d05116 Fixed : flowsrc error
Added : Pakplayer solid integeration wth ClipBucket
Update : Now only those collections will be displayed wich have objects
Fixed : ClipBucket Sorting
Update : Set_Websote_Config function , it will add config if not exists
Update : GetBaseUrl Function
Removed : Collection id for photo upload
Added : FB_SRC function
Update : PM will only show latest 10 videos
Added : Remember Me
Fixed : Pakplayer
Improved: YTCode
2011-04-21 14:41:57 +00:00
Arslan Hassan
c37a1bd004 Added : New Cookie based login system with view online users and details along with your browsers and os as well as what page they are browsing :D
Added : Custom Head Menu
Fixed : group invitation code 
Fixed : Dynamic baseurl
Added : custom delete photos
Update : Session class
Added : getonline users
removed: test from recaptchalib.php
2011-04-06 13:53:39 +00:00
Fawaz
f40e6f0282 Fixed : Gif upload
Updated : Subscription upload
Updated : manage_photos.php
Fixed : Width of Photo thumb 
Updated : Style of Subscription html
2011-04-01 11:11:55 +00:00
Fawaz
06e7211387 Fixed : mySQL Query of total_collections in 2.0.91~2.1
Fixed : if Sub-categories are OFF, then Parent dropdown menu should not display
Updated : channelObjects JS function
Added : Now in channelObjects function you can define smarty variables
Added : Order for sub-categories
Fixed : Joined groups now does not include owned groups
Fixed : Functions that create buttons
Fixed : Removed HTML Tags from Video Description for Facebook Submission
Fixed : user_collections.php PARENT_PAGE and THIS_PAGE
Fixed : user_photos.php favorite case
Fixed : Removed wmode from Pak Player
2011-03-26 13:57:39 +00:00
Fawaz
cacfa0b886 Added : Added Limit parameter for Parent Categories and added limit_sub for Sub Categories
Fixed : A typo in cbMenu function
Fixed : get_photo extra parameter
2011-03-15 06:18:48 +00:00
Arslan Hassan
bbbb9b4145 Added : User Feeds 2011-02-27 21:08:53 +00:00
Arslan Hassan
70999231f1 Fixed : photo and video title when viewed from collection
Added : Facebook share ready image and video
Fixed : Embed video mod
Fixed : Photos (Multiserver ready)
2011-02-19 09:34:37 +00:00
Arslan Hassan
0fd262c4d1 Fixed : Rating options 2011-02-10 14:03:37 +00:00
Arslan Hassan
0d8a607bf9 Added : Comments Pagination
Added : Comments Caching
Added : Videos Comments Pagination
Added : Topics Comments pagination
Added : Channels, Collections & Photos Pagination
2011-02-07 13:09:51 +00:00
Arslan Hassan
1141b764b2 Added : New profile item system 2011-02-06 19:51:59 +00:00
Fawaz
150ff59ad3 Fixed : Collection items pagination, for some unknown it stopped working
Fixed : Default thumb output
Fixed : pagination function
Fixed : Photo thumb height in channel page
Fixed : view_photo.html, Photo rating was not showing
Fixed : collection in watch_video.html
Fixed : Unwanted queries in view_collection.html
2011-01-29 10:50:02 +00:00
Fawaz
801a9cc249 Updated : view_channel.html
Added : new js functions loadObject and channelObjects.
Added : new links for user collections, user favorite collection, user subscriptions and user subscribers
Added : height parameter in getFileSmarty function
Updated : default_thumb function for photos
Updated : registered get_collections for smarty
Added : new jquery compressed plugin jquery.jCarousel.js
Added : channel_item.html in blocks/view_channel folder
2011-01-27 12:42:54 +00:00
Arslan Hassan
ed0b2eda42 Fixed : Video, Photo, Collection comments and favorite delete
Added : total_videos and total_collection in user table
Fixed : Collection increment
Update : Comments UI
2011-01-25 12:05:11 +00:00
Fawaz
e5c003541f Added : Display listing for Photos and Collections
Added : MySQL for listing options
Updated : Listing values for Photos and Collections
Updated : Defined listing values in common.php
Fixed : Sorting for problem if MATCH AGAINST is used
2011-01-20 15:07:21 +00:00
Fawaz
2ff9b2f1a8 Added : Added Ajax Request to get photos
Updated : new collection default thumbs
Updated : get_photos function
Updated : Now subscriptions get both videos and photos
Added : new function getAjaxPhoto
Updated : layout files: photo.html, subscriptions.html and index.html
2011-01-20 09:12:42 +00:00
Fawaz
dcdf45fd8d Fixed : Title and Description clean problem
Updated : the way collection_thumb works.
Fixed : Listing of collections in photo_upload.php page
2011-01-19 09:27:56 +00:00
Fawaz
ee97c98129 Updated : Photo Uploader
Fixed : Collection category checking while creating collection
Fixed : loadUploadForm function in photos.class.php
Added : Now Max photo size is working.
Added : New function validate_collection_category in functions.php
Updated : ajax_add_collection function
Updated : head.html
2011-01-18 14:06:17 +00:00
Arslan Hassan
da8e24a3f5 Fixed : Photos MS Support
Fixed : Overlap content
Fixed : Fb share
Fixed : Photo Form for MS
Fixed : User activation
Fixed : Collections for MS
2011-01-14 14:40:39 +00:00
Fawaz
6545292287 Updated : Now collection created also get insert_id
Updated : create_collection function now return insert_id
Removed : get_image_file function. Now this function calls getFileSmarty function with parameters
Fixed : Photo embed. Only available types get in array
Fixed : get_photo function
Fixed : rss.php
Fixed : group_header Video tab
Fixed : Group Topic delete issue of 'Group does not exist'
Updated : upload_head.html, Now user can create new collection right from photo_upload page and upload inside it
Updated : admin_bar included in body.html
Updated : global_header.html, remove admin_bar from it and now by default videos in selected in search bar
2011-01-13 13:58:58 +00:00
Arslan Hassan
9c66b1236d Added : MS Funcs for PHOTO 2011-01-12 15:07:32 +00:00
Fawaz
850a4659b8 Fixed : GIF image creation
Fixed : Default photo thumb
2011-01-12 15:04:55 +00:00
Arslan Hassan
65872dfd02 Update : PHOTO Section, Now MS Compatible 2011-01-12 14:56:08 +00:00
Fawaz
bae7755d65 Fixed : Move items within owner collections
Fixed : Ajax response is now in ajax.php
Fixed : Validation of photo uploading
Fixed : List of collections when user is not logged-in
Added : Description of orphan photos and direct link for sharing
Added : Copyright notice in photo_upload.html
Added : Few styles in main.css
2011-01-08 08:20:38 +00:00
Fawaz
498edcdd46 Updated : getFileSmarty. Now user can change dimensions of photo without distorting it with 'width' parameter 2011-01-06 17:08:01 +00:00
Fawaz
c7d1419c56 Updated : Photo Upload to Uploadify
Added : Photo Upload link $Cbucket->links
Updated : loadUploadForm function
Updated : photo_upload.html
Updated : main.css
Updated : head.html
Added : photo_form.html
2011-01-03 12:36:00 +00:00
Arslan Hassan
a5d2ac2857 Added : Section Enable/Disabled
Added : isSectionEnabled function
Update : Language Phrases
2011-01-03 11:02:54 +00:00
Arslan Hassan
ccec7d5db8 Update : Language Pack
Fixed : Photo links
2010-12-29 14:45:57 +00:00
Fawaz
0445c2886d Added : Language Phrases
Fixed : Editors Pick
Added : Converted photo upload form to Smarty Function
2010-12-28 13:56:44 +00:00
Fawaz
65bf47b8bb Updated : main.css
Added : user account files for photos and collections
Added : function add onReload() in head.html
Updated : photo_upload.html
Updated : view_collection.html
Updated : view_item.html to more simple page
Added : view_photo.html
Updated : watch_video.html. Displayed Collection form
Updated : collections.class.php
Added : new smarty functions
Added : Photo Download
Added : New function updateObjectStats
Added : Photo Comment case
Added : orphan_photos.php
Fixed : Admin photo settings
Updated : photo_uploader.php
Updated : photo.class.php
2010-12-23 16:56:33 +00:00