Giter Club home page Giter Club logo

kwalbum's People

Contributors

kweejee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

graphis

kwalbum's Issues

Broken Map

The remote files being loaded for the map were moved causing the map to break.

Overly Complex Location Hiding

The location of an item is loaded and permission checked differently in the item and location models. The item should lazy load the location and call it's function to get the display name when needed.

Keyboard Required for Thumbnail Clicking

If you are using a computer without a keyboard and click a thumbnail while browsing, there is no way to close the resized image popup or move between images.

ErrorException [ Notice ]: Undefined index: tags

Hi, found your git repo, and wanted to try out the app
maybe this helps
I tried to install kwalbum / http://kwalbum:8888/index.php/install

  96            ($year ? $year.'/' : null)
  97            .($month ? $month.'/' : null)
  98            .($day ? $day.'/' : null)
  99            .($this->location ? $this->location.'/' : null)
 100            .($this->request->param('tags') ? 'tags/'.$this->request->param('tags').'/' : null)
 101            .($_GET['tags'] ? 'tags/'.$_GET['tags'].'/' : null)
 102            .($this->request->param('people') ? 'people/'.$this->request->param('people').'/' : null)
 103            .($_GET['people'] ? 'people/'.$_GET['people'].'/' : null);
 104 
 105        if ($this->request->action != 'media' and $this->request->controller != 'install')
 106        {

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.