Update Guide

Update id 5fb303b

Please note that this update is really big make sure that you have created a backup copy before update

Note: You have to update your applications your own, we are not going to provide free support for updating your applications.

Some tips

What's new

List of files changed

app/artvenue/Repository/Eloquent/ImagesRepository.php
app/artvenue/Repository/Eloquent/UsersRepository.php
app/artvenue/Repository/UsersRepositoryInterface.php
app/controllers/admin/images/UpdateController.php
app/controllers/InstallController.php
app/controllers/LoginController.php
app/controllers/ReportController.php
app/controllers/UploadController.php
app/controllers/UserController.php
app/database/migrations/2014_07_10_185007_create_images_info_table.php
app/lang/en/text.php
app/library/functions.php
app/routes.php
app/views/admin/bulkupload/index.blade.php
app/views/admin/images/approve.blade.php
app/views/admin/master.blade.php
app/views/admin/reports/read.blade.php
app/views/admin/sitesettings/sitedetails.blade.php
app/views/gallery/index.blade.php
app/views/home/index.blade.php
app/views/image/edit.blade.php
app/views/image/index.blade.php
app/views/image/sidebar.blade.php
app/views/master/index.blade.php
app/views/upload/index.blade.php
app/views/user/index.blade.php
public/static/css/style.css
public/static/plugin/js/app.js
public/static/plugin/js/fileupload/jquery.fileupload-image.js
public/static/plugin/js/fileupload/jquery.fileupload-jquery-ui.js
public/static/plugin/js/fileupload/jquery.fileupload-process.js
public/static/plugin/js/fileupload/jquery.fileupload.js
public/static/plugin/js/fileupload/jquery.iframe-transport.js

How to update

Route::get('update', function(){
    DB::statement('ALTER TABLE `image_info` CHANGE `latitude` `latitude` DOUBLE(17,14) NULL DEFAULT NULL');
    DB::statement('ALTER TABLE `image_info` CHANGE `longitude` `longitude` DOUBLE(17,14) NULL DEFAULT NULL');
    return 'Updated, remove this code now';
});

© Abhimanyu Sharma http://twitter.com/abhimanyu003