Commit graph

96 commits

Author SHA1 Message Date
Saqib Razzaq
0b9915648c Fixed : https://github.com/arslancb/clipbucket/issues/271
Collections and photos will only show when they are either public, or currently logged in user is admin or collection creator
2016-11-17 15:10:07 +05:00
Saqib Razzaq
2803596b03 Fixed: https://github.com/arslancb/clipbucket/issues/164 2016-06-21 03:47:21 -07:00
Saqib Razzaq
db1b86a5c6 Inactive photos links added 2016-06-14 02:51:00 -07:00
Saqib Razzaq
f9ad17f092 Removed extra menu link 2016-06-08 02:20:42 -07:00
sikanderzel
ccc605464c lang code added 2016-05-25 16:55:14 +05:00
Saqib Razzaq
92037e8f96 get_watermark_position() added
modified position_watermark()
2016-05-06 17:35:10 +05:00
Fahad Abbas
ae23cec7bb modified : comment system improved for testing for 2.8 2015-09-18 14:52:46 +00:00
Saqib Razzaq
4576e03839 Adds photo activation field value in array 2015-08-11 07:15:47 +00:00
Saqib Razzaq
421a239262 2015-06-03 10:33:58 +00:00
Saqib Razzaq
bce744efd1 User avatarr blur fixed - Github #43, #46 2015-06-03 10:27:16 +00:00
Fahad Abbas
10b971edd4 updated: image_magic function changes 2015-05-26 13:16:12 +00:00
Fahad Abbas
0a7a0a670f modified : imagick class issue + save details button issue fixed 2015-04-22 13:04:34 +00:00
nafisaiudev
5fa9063aa1 2015-02-25 17:08:01 +00:00
shakeel-dev
27e4585a6c photos.class.php ---Advanced Search Bug Fixed, Problem was adding db_name only with one column name. 2014-11-27 14:21:26 +00:00
nafisaiudev
304cf83562 Fix the issue: Advance Search not working 2014-11-27 12:18:28 +00:00
nafisaiudev
0d7ed9e53c In insert_photo function
set title in array
2014-11-27 08:13:24 +00:00
IMRAN HASSAN
0d4856f806 Updated for comments 2014-05-08 14:11:32 +00:00
umaircb
a38023c8b8 modified. 2014-04-18 07:00:53 +00:00
IMRAN HASSAN
0af82d9e53 Home page Updated.over view front side updated: 2014-04-15 14:39:20 +00:00
sajjadcb
eedd5c6d78 fixed: photo uploader \n updated: photo uploader design 2014-04-03 08:48:02 +00:00
sajjadcb
e1c5c9cffb fixed: phots.php, photos are now showing 2014-03-31 11:01:25 +00:00
sajjadcb
72a6b693ae updating 2014-03-31 10:53:11 +00:00
IMRAN HASSAN
1acb272eb6 Update function for user 2014-03-27 05:47:07 +00:00
sajjadcb
2f63e2fd64 corrected : photo upload problem 2014-03-17 10:09:17 +00:00
sajjadcb
bcf2ca1d62 updating includes 2014-03-17 07:48:56 +00:00
IMRAN HASSAN
1b9a7af39a Update: SEO links updated 2014-03-12 12:09:32 +00:00
Arslan Hassan
d97bdda2da Fixed : Orphan photos in admin area 2014-02-03 12:04:00 +00:00
sajjadcb
db46368bae modified: collections.class.php, photos.class.php, db.class.php and functions_photo.php for photo_upload page 2014-02-03 10:49:41 +00:00
sajjadcb
b9cb3dc5f0 modified the form.class.php to add label class on checkboxes 2014-01-29 06:17:03 +00:00
Fawaz
83a2f8b9de Added : Simple class for controlling database columns @/classes/columns.class.php
Updated : Videos and photos field selection now uses columns.class.php
2013-11-07 20:05:44 +00:00
Fawaz
b0accd544f Updated : Photo uploader to plupload. Design has been neglected deliberately
Updated : structure.sql and upgrade_2.7.sql for 'file_directory' column for photos
Added : file_directory support for photos
Added : A Helper function cb_create_html_tag
Added : ANCHOR cb_head @styles/global/head.html
2013-10-30 13:03:33 +00:00
Fawaz
e788a0a157 Updated : Broken functions.php into functions_OBJECT.php
Updated : videos.class, photos.classes, lang.classes, my_queries.class, pm.class, user.class
2013-10-08 12:24:07 +00:00
Fawaz
e3b2b6aad9 Added : 2.7 @trunk 2013-10-07 12:17:06 +00:00
Fawaz
2ca6204e5b Removed : v3.0 Beta from Trunk since it has been moved to GitHub 2013-10-07 11:23:00 +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
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
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
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
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
Fawaz
b99a663e95 Added : Auto Collection Creation if no collection is found
Fixed : getProfileItem method
Added : file_directory update query
Updated : cb_install/sql/upgrade_3.0.sql
2012-12-18 12:11:12 +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
Fawaz
829f713142 Fixed : recreate_thumbs.php
Fixed : edit_photo.php. Moved photo_manager_link_callbacks() at top of page
Updated : set_cover_photo method in collection.class.php
Added : Manage Avatars link in account manager
Added : Documentation for functions @functions_photos.php
Fixed : Few functions
Added : Front end dynamic photo manager links
Added : New functions @functions_photos.php at the end
Added : New functions for adding/displaying/getting manager orders
Added : Dynamic order and Avatar manager in Photos Manager for front end
Changed : view_channel playlist according to widgets. Now they will display perfect on both sides
Added : images and css file
2012-10-03 19:00:29 +00:00
Fawaz
077daa7cd0 Fixed : Mass Recreation of photos
Fixed : Uploading/Making/Changing user avatar will also update collection cover to current one
Fixed : $crop variable to $cropping in generate_photos. In resizer.class.php we are using $cropping
Added : New cropping case, 10. Read it's example to understand what it does
Added : Documentation for few function in functions_photos.php
Added : new function called display_user_custom_background in functions_users.php
Added : Custom Dimensions for photos in startup.php. Now these will also be produced, 75x75,100x100,150x150,240,320,500,640,800,1024
Updated : default.css
Added : new display_method in blocks/video.html
Added : Change background form
Fixed : photo embed code
2012-09-26 12:35:05 +00:00
Fawaz
399c9a8581 Fixed : Photo download function
Updated : add_photo_manager_link function
Updated : display_manager_links function
Added : photo_manager_link_callbacks function
Updated : Actions links at admin_area/edit_photo.php to new function
Added : photo_manager_link_callbacks at admin_area/photo_manager.php. This will call the respective callback provided from callback_id variable
Removed : Popover from photos thumb at photo_manager.html
2012-09-14 09:46:27 +00:00
Fawaz
b56ac5b0bf Updated : I have removed svn:ignore proterty from all folder, added most probably by Dreamweaver6
Fixed : Typo of sharpit in thumb_dimensions array
Removed : Default array of embed_types
Added : $name in add_custom_photo_size
Added : All of documentation of photo functions
Added : new photo functions: get_photo_embeds, add_photo_embed_type, display_photo_embed_sizes
Added : 6 types of photo embed @startup.php
Added : Error div in photo_form.html
Added : Share and Report in view_item.html
Updated : default.css
Added : Photo Embed javascript in head.html, so every designer doesn't have copy paste the jquery
2012-09-13 12:18:39 +00:00
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