avatar_Marius P.

v5 Patches / < Edge > minor upgrade

Started by Marius P.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marius P.Topic starter


All patches modify moderator/version.php so always upload and overwrite this file.


Since v5 was released it received the following file edits:


lib/functions.php
videocron.php
tpl/main/tpl.header.php
tpl/main/tpl.footer.php



This is on 20 april. Will update the list soon.


Second touch on 20th of April.


lib/ajax/heart.php
(fixed hearts count)
tpl/main/styles/phpvibe.css
(added style for user on image page and also albums list)
tpl/main/single_image.php
(added author box, likes, views, fixed view sender)
tpl/main/layouts/list.php
(fixed next selection for all videos)
tpl/main/tpl.header.php
(added extra meta tags)
(removed non-functional file) tpl/main/image.php
/moderator/add-video.php
(fixed thumb field)


21 April


tpl/main/layouts/list.php
tpl/main/styles/js/phpvibe_app.js

Made the playlist selections a la Youtube, making steps back on sql selection and forward, so results keep being concludent.


22 April (v 5.03)


Fixes bugs and issues reported until hour.

tpl/main/profile/edit.phptpl/main/home.phptpl/main/manager.phptpl/main/searchresults.phpcom/com_manager.phplib/ajax/report.phpmoderator/comments.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

DeadFish

Can't wait to see how this is updated. Already booked marked this section.
  •  

Marius P.Topic starter

Small issue with the messages database for non-utf languages.

Run this

ALTER TABLE  `vibe_con_msgs` CHANGE  `reply`  `reply` TEXT CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL ;



Replace
vibe_
with your table prefix.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

spirog

is this for swedish language ? or so it reads and writes in any language ?

utf8_swedish_ci

i thought utf-8 was so you can see any language ?

thanks

Spiro
  •  

yafe3

How do we apply  this patches
  •  

spirog

Quote from: yafe3 on
How do we apply  this patches

click on  phpmyadmin in cpanel >>

click on database >>

click on database name for vibe5 >>

Click on SQL >>

Copy and paste in form and click GO

  •  

spirog

#6
Quote from: spirog on
click on  phpmyadmin in cpanel >>

click on database >>

click on database name for vibe5 >>

Click on SQL >>

Copy and paste in form and click GO

Last Photo of SQL click GO

if you renamed your your table prefix.   vibe_   (when you installed vibe5 ---> if not don't worry)


example= if i changed to vibe5

ALTER TABLE  `vibe5_con_msgs` CHANGE  `reply`  `reply` TEXT CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL ;

or if you changed to videos_

ALTER TABLE  `videos_con_msgs` CHANGE  `reply`  `reply` TEXT CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL ;

if you did not change it just copy and paste as is

ALTER TABLE  `vibe_con_msgs` CHANGE  `reply`  `reply` TEXT CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL ;

Hope this helps :)

if you have different than cPanel should be same, but you need to find where phpMyAdmin is then you can do as above..

Spiro
  •  

wolftbpg

which file to edit multiple video qualities ?
  •  

spirog

Quote from: @Mario on
Small issue with the messages database for non-utf languages.

Run this

ALTER TABLE  `vibe_con_msgs` CHANGE  `reply`  `reply` TEXT CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL ;



Replace
vibe_
with your table prefix.

@Mario Do we need to restart databdse after Run SQL query/queries

thanks
Spiro
  •  

spirog

Quote from: @Mario on
Since v5 was released it received the following file edits:


lib/functions.php
videocron.php
tpl/main/tpl.header.php
tpl/main/tpl.footer.php



This is on 20 april. Will update the list soon.


Second touch on 20th of April.


lib/ajax/heart.php
(fixed hearts count)
tpl/main/styles/phpvibe.css
(added style for user on image page and also albums list)
tpl/main/single_image.php
(added author box, likes, views, fixed view sender)
tpl/main/layouts/list.php
(fixed next selection for all videos)
tpl/main/tpl.header.php
(added extra meta tags)
(removed non-functional file) tpl/main/image.php
/moderator/add-video.php
(fixed thumb field)


@Mario if we installed vibe5 (fresh install) then ran the updater v4 to v5 database updater (even though it was a fresh install of vibe5 >>>>> I did by mistake <<<< )  will it ruin the database and do we need to wipe database and reinstall ?

also if we update files above as you update them >>> do we need to run any SQL query's or restart database or add anything to databse as tables ?
or do we do fresh install again (/setup) ?

in order for all to work well ?

Thanks
Spiro



  •  

spirog

@Mario do you want us to add bugs here as we find them in vibe 5 or should we leave this for your bug fixes only ??

Thanks
Spiro
  •  

Marius P.Topic starter

No please, this thread is only for patches announcements.
I should have closed it.
You don't need to wipe any database, etc, etc.
Just replace the files that were changed.
The utf_8_swedish_ci will allow the messages to be in utf-8 languages (russian, etc, etc), that's all.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

#12

22 April

Fixes bugs and issues reported until hour.

tpl/main/profile/edit.php
tpl/main/home.php
tpl/main/manager.php
tpl/main/searchresults.php
com/com_manager.php
lib/ajax/report.php
moderator/comments.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

23 April

moderator/edit-channel.php 
moderator/create-channel.php



Fixed issue created by icheck with showing sub-channel controls.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

Small add to tpl/main/styles/phpvibe.css

.widget p {
 word-break: break-all;
}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

25 April

lib/class.players.php
com/com_video.php
embed.php


Fixed a jplayer issue when loaded as mp3 player.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

27 April

moderator/unvideos.php
moderator/unimages.php (added)
moderator/search-videos.php
moderator/search-images.php
moderator/css/styles.css



Changed a bit the style in search switching, made search not overlap on mobile admin, added unpublished images manager.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (3)