• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Chevereto 3.2.6

Status
Not open for further replies.

Rodolfo

⭐ Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 3.2.6 (2014-06-16)
- Fixed modal onbeforeunload listeners
- Fixed issues with random button and non existent images
- Fixed issues with non existent images listing bug
- Top logo links to user profile if user is logged in
- Updated languages (Dutch, German and Serbian)

Affected files and folders (from 3.2.5)
- lib/Peafowl
- app/app.php
- app/routes/route.index.php
- app/lib/classes/class.listing.php
- app/lib/functions.php
- app/lib/functions.render.php
- app/themes/Peafowl/snippets/modal_login.php
- app/themes/Peafowl/header.php

Check the README.txt for install and update instructions and http://chevereto.com/docs
 
Last edited:
If you downloaded 3.2.6 before reading this then you need to re-download 3.2.6 and update this files:

- app/lib/functions.php
- app/lib/functions.render.php

There was an error with the Serbian language and something also in listings.

Cheers.
 
Updated files from the list of turn install:
Already installed
Chevereto is already installed and updated.
You can safely delete the install.php file and app/install folder.

Dashboards version has not changed : 3.2.5 on G\ Library 1.0.11 :(
 
Updated files from the list of turn install:
Already installed
Chevereto is already installed and updated.
You can safely delete the install.php file and app/install folder.

Dashboards version has not changed : 3.2.5 on G\ Library 1.0.11 :(

Same problem over here.
 
Solution is found, overwrite all the files from the archive and run install.php :

Update complete
Chevereto has been successfully updated to 3.2.6. You can now continue to the admin dashboard and configure your website. :)
 
Seems that this update has issues. The add URL function is broken.

The official patch will come in 3.2.7 and if you re-download 3.2.6 the patch will be already there. Anyway, you can path it right now is pretty simple. Note: I've pushed this change to 3.2.6 release to avoid conflicts. If you re-download 3.2.6 it will be already patched.

If you are reading this and you haven't download 3.2.6 then you are also safe to go.

lib/Peafowl/peafowl.js

Replace this:
Code:
    // Prevent modal submit form since we only use the form in the modal to trigger HTML5 validation
    $(document).on("submit", PF.obj.modal.selectors.root + " form", function(){
        if($(this).data("prevent") == "false") return true;
        return;
    });

With this:
Code:
    // Prevent modal submit form since we only use the form in the modal to trigger HTML5 validation
    $(document).on("submit", PF.obj.modal.selectors.root + " form", function(){
        if(typeof $(this).attr("method") !== "undefined") return;
        if($(this).data("prevent") == "false") return true;
        return false;
    });
 
Last edited:
Updated files from the list of turn install:
Already installed
Chevereto is already installed and updated.
You can safely delete the install.php file and app/install folder.

Dashboards version has not changed : 3.2.5 on G\ Library 1.0.11 :(

You always needs to upload app/app.php ;)
 
Great work as always! Thanks.

I updated and fixed some of the dutch translations. Some of them had some nasty grammar errors (on the main page even the most important text --> upload your images ).

Can you please update and use these asap? Thanks.
 
Great work as always! Thanks.

I updated and fixed some of the dutch translations. Some of them had some nasty grammar errors (on the main page even the most important text --> upload your images ).

Can you please update and use these asap? Thanks.

I have to push new strings to all translations due to 3.3.0 ;)
 
Exactly, 2 much typos on translations, i will check Serbian translation 2, and i m working on it to finish Croatian translation too.
 
Is there a nice way to add a Facebook like link to the page ?

Need to link the fan page somehow to the site :)
 
I upgraded from 2.5.9 to 3.2.6. and I just want to say thanks! I'm very happy with this version and with the default design too!
Thanks again!
 
Status
Not open for further replies.
Back
Top