Giter Club home page Giter Club logo

cakegallery's People

Contributors

gitter-badger avatar hugodias avatar ptica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cakegallery's Issues

BUG Deletando Albuns

Boa tarde Hugo,

No meu projeto localhost o cakegallery funciona perfeitamente, quando eu subi o projeto e tudo, os albuns
apagam depois de um certo tempo, algo parecido já aconteceu com voce?

Eu ja importei o projeto novo novamente, onde não fiz nenhuma alteração e nenhuma tradução, e mesmo assim
continua apagando, voce sabe se isso tem acontecido? Ou sabe o porque?

Att.
Renato Martins

Cakegallery - error message

Dear Hugo,
thanks a lot for your nice work. One question:
i used gallery associated to a model and i see very well picture in the view and in the index. In the index i have a list of several occurance of id and so i see several pictures.
But in this last case even if all is running well, i have also message:
"Undefined index: Artist [APP/Plugin/Gallery/Model/Behavior/GalleryBehavior.php, line 13".
What may be wrong?

Best wishes
Monica

URL barra invertida

problema e na URL das imagens esta com as barras invertidas desse modo a mesma nao e renderizada na view ficando
/teste/files\gallery\1\medium-F8S3MTHeSLNijD1OneEiQc2xzx5YW1Oc.jpg
tando para as imagens quanto para os albuns

Server compatibility while generating token

Hey,

I had a problem while uploading photos something was breaking, after some debuggin I found that my server is not compatible with some functions running when generating token in Component/UtilComponent.php

What I've done to fix this is change the crypto_rand_secure($min, $max) to:

public function crypto_rand_secure($min, $max)
{
    return md5(uniqid(mt_rand(), true));
}

CakePHP 3 ?

Hi,

I would like to know if you plan to make this plugin compatible with CakePHP 3.
Your plugin is awesome and I woud love to use it.

If not, do you know any alternative ?

Thanks

Thank you

Dear Hugo,
thanks a lot for your nice work. Two remarks:

  1. With my xampp on windows the DS get backslash instead of slashes, so I had to change this.
  2. The link "new gallery" doesn't work with the Html-Helper, I had to do the link manually.
    I hope you understand. Sorry, my english ist terrible.
    Best wishes from Germany
    Gregor

Undefined index: Picture

In the following files:
APP/Plugin/Gallery/Controller/AlbumsController.php, line 57
APP/Plugin/Gallery/View/Albums/upload.ctp, line 192

If you upload database entries and images are uploaded but the view doesn't show them.

Helper error on fresh clone

I just cloned this repo into my project and I get them Warning immediately.

Warning (512): Method GalleryHelper::new_gallery_button does not exist [CORE/Cake/View/Helper.php, line 192]

I checked the file here on github as well and that function does not exist.

Add the feature to include legends in each photo

How this could work:

On the upload route "gallery/upload/$id" should have a space right bellow the pictures to include a legend. I think that an editable container (http://vitalets.github.io/x-editable/) is the best option to do this so we'll be keeping the sortable feature for organizing the pictures plus the feature to include legends for each one of those.

Maybe something like that:
screenshot 2015-06-05 10 28 41

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.