paolobenve / myphotoshare

MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
15 stars 0 forks source link

"equivalent" media names are not managed correctly #43

Closed paolobenve closed 7 years ago

paolobenve commented 7 years ago

The scanner generates the cache name of every media "normalizing" the characters: everything lower case, space to underscore, etc.

This way media names which are traduced to the same normalized name do not produce errors in scanner, but when seeing them, js code cannot move from one another

This is a long standing bug, from Jason's times

paolobenve commented 7 years ago

implemented in development branch