Giter Site home page Giter Site logo

kwalbum's Introduction

Kwalbum Without Albums

It's Kwalbum, which was a digital photo album in the early 2000s, except without albums. Photos are groups by location, date, people, and tags instead.

Installation

  1. Install Koseven from https://github.com/koseven/koseven
  2. Make sure Koseven's database module has been enabled and configured.
  3. npm install inside the kwalbum directory
  4. Move the kwalbum directory to Koseven's modules directory.
  5. Configure Koseven to use the Kwalbum module. In your app/bootstrap.php file add 'kwalbum' => MODPATH.'kwalbum', after Koseven::modules(array( Also make sure that 'database' => MODPATH.'database', // Database access and 'image' => MODPATH.'image', // Image manipulation are uncommented and enabled for those modules.
  6. Create a writable directory for items to be uploaded to. The default configured location is application/items
  7. Optionally, copy modules/kwalbum/config/kwalbum.php to app/config/kwalbum.php and edit. The reason to copy the file to app/config is to ensure it is not overwritten when the Kwalbum module is updated.
  8. Open Kwalbum in your web browser and go to the install page. If Kwalbum is at http://localhost/kwalbum then the install page is at http://localhost/kwalbum/~install

Requirements

  • Koseven 3.3.9+
  • PHP 7.1+
  • GD module for PHP
  • MySQL 5.1+

kwalbum's People

Contributors

kweejee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kwalbum's Issues

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        {

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.

Broken Map

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

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.