• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Chevereto 2.2 (Nana)

Status
Not open for further replies.

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 2.2 (Nana) (2012-06-14) release notes
- Added selectable folder storage
- Added private mode
- Added Short URL implementation (internal)
- Removed some odd PHP notices
- Fixed bug with auto_lang true in File Manager

Update from 2.1.2 | Affected files & folders
- upload.php
- includes/config.php
- includes/chevereto.php
- includes/uploader.php
- includes/functions.php
- includes/template.functions.php
- includes/classes/class.db.php
- includes/classes/class.upload.php
- includes/classes/class.handler.php
- includes/classes/class.filelist.php
- includes/classes/class.login.php
- content/system/js/peafowl.php
- content/system/login.php
- content/system/img/chevereto.png
- content/themes/Peafowl/header.php
- content/themes/Peafowl/footer.php
- content/themes/Peafowl/view.php
- content/themes/Peafowl/shorturl.php
- content/themes/Peafowl/style.css
- admin/includes/classes/class.adminhandler.php
- admin/content/system/js/admin.js

Please remember to read the update documentation http://chevereto.com/docs#!upgrade

Download Chevereto 2.2

This new config values are added to config.php:
PHP:
/**
* Storage
* Select where do you want to store the uploads. This don't affect the actual files, just the new uploads.
* Default: datefolders
* @Since 2.2
*/
$config['storage'] = 'datefolders'; // Values: datefolders|direct -> datefolders (example: /YYYY-MM-DD/file.ext) | direct (/image/file.ext)
 
 
/**
* Private mode
* Set on/off the private mode. If you set the private mode on (true) only the admin and the people with the
* user password will have access to upload images
* default: false
*/
$config['private_mode'] = false; // values: true | false
 
 
/**
* User password
* If you set this value and the private_mode is true, only the people with this password can upload images
* This MUST not be the same as 'admin_password'
* Note 1: This users can't enter the admin area (file manager)
* Note 2: Admin can always upload images using their own password
*/
$config['user_password'] = '';
 
Status
Not open for further replies.
Back
Top