Vshare 26 change log

Version 7 (BuyScripts Admin, 05/14/2009 03:34 am)

1 1
h1. Vshare 26 change log
2 1
3 3 BuyScripts Admin
Back to [[Upgrade vShare 2.5 to 2.6]]
4 1
5 1
vShare 2.6 (December 26, 2007)
6 1
7 4 BuyScripts Admin
h2. General
8 1
9 1
* Media Server Support, allow your to add FTP servers, so vshare can serve media from remote FTP servers.
10 1
* Users can add video from Youtube
11 1
* Allow user to delete their account.
12 1
* MySQL use connect instead of pconnect.
13 1
* Rewritten all AJAX functions to use YUI.
14 1
* Rewritten most of the Javascript function to use YUI.
15 1
* Templates optimized with CSS, many tables are removed, added YUI font and grid CSS.
16 1
* Date of Birth bug fixed.
17 1
* Rebuild send user activation mail option for inactive users on login.
18 1
* Tags generation optimized, now tags are created on upload/edit, just display from tags table as needed.
19 1
* Display Tags as Cloud.
20 1
* Added Title, Meta Tags for tags, channels, user profile pages.
21 1
* Mails are send with Text and HTML copy.
22 7 BuyScripts Admin
* Smarty template function to show top, new, recently viewed videos, see - [[Show videos]]
23 1
* All mysql connections close after use.
24 1
* Video url is now generated one time, stored in table "video", field "seo_name", used in the tables.
25 1
* Video duration get converted to hh:mm:ss and stored in database.
26 1
27 1
28 4 BuyScripts Admin
h2. View Video Page
29 1
30 1
* Video comment pagination using AJAX.
31 1
* Video Comment feature rewritten using YUI AJAX.
32 1
* Rebuild related video, now it will show user video if no related video is available.
33 1
* Improved Video rating.
34 1
* Inappropriate video reporting, user can now enter details of abuse.
35 1
* Feature This! - converted to AJAX
36 1
* New video rating system
37 1
38 4 BuyScripts Admin
h1. Admin Options
39 1
40 1
41 1
* Site Settings > Signup Settings > Default Friend
42 1
  Admin can specify a user name here, this user
43 1
  will get auto added as friend when a user
44 1
  signup on the web site. This is only for new signup.
45 1
46 1
* Video Management > Tags
47 1
  Allow admin to enable/disable tags.
48 1
  Disabled tags will not show up on the web site.
49 1
50 1
* Site Configuration > Site Settings > Miscellaneous
51 1
  WYSIWYG Editor - Enable Disable HTML editor for Web Pages
52 1
  WYSIWYG Editor - Enable Disable HTML editor for Email Templates Editor.
53 1
54 1
* Site Configuration > Site Settings > Miscellaneous > Create Thumbnail with
55 1
  create thumbnail, find duration with mplayer or ffmpeg-php
56 1
  ffmpeg-php is recommended as mplayer can only get thumbnail
57 1
  from specified seconds, ffmpeg-php can create from frame,
58 1
  that is (+/-) 24x chances to get a keyframe.
59 1
60 1
* Site Configuration > Site Settings > Miscellaneous > Mail Admin on Abuse
61 1
  Admin can enable/disable Abuse Report email.
62 1
63 1
* Site Configuration > Site Settings > Miscellaneous > Delete FLV from Server
64 1
  When you are using remote FTP server for storing video,
65 1
  If you set "Delete FLV from Server" to No, video will not delted from
66 1
  The web server after video uploded to remote server, this is turned off
67 1
  by default, only enable if you want a copy of FLV file on local server.
68 1
  Since flv file is stored on local and remote server, you will need more
69 1
  Web space if you set "Delete FLV from Server" to NO.
70 1
71 1
* Site Configuration > Site Settings > Home Page
72 1
  Number of New Videos
73 1
  Number of Recently Viewed Videos
74 1
75 1
* Site Configuration > Site Settings > Watch Videos
76 1
  Allow you to specify number of videos to display on
77 1
  "Watch" Page.
78 1
79 1
* Site Settings > Miscellaneous >  flvtool
80 1
  Allow admin to enable or disable flvtool meta injection.
81 1
82 1
* Video Processing > Process Queue > (convert again)
83 1
  Allow you to convert video in real time and see
84 1
  what is happening, good for debuging
85 1
86 1
* Servers > List Server
87 1
  View/Edit FTP servers for storing flv files.
88 1
89 1
* Servers > Add Server
90 1
  Allow you to add new FTP server to store flv files.
91 1
92 1
* Video Processing > Add FLV/Embed
93 1
  Allow admin to add embedded code of video from any video web site.
94 1
  Admin can also add link to remote FTV file (hotlinking)