Go to file
voussoir d704b960cc database moved into datadir. filename no longer an option. 2016-12-16 01:53:51 -08:00
samples Move files to top of repository 2016-11-28 20:19:31 -08:00
static Move files to top of repository 2016-11-28 20:19:31 -08:00
templates add binding_filler to simplify some inserts 2016-12-14 14:36:58 -08:00
.gitignore checkpoint 2016-09-18 01:33:46 -07:00
README.md create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
constants.py database moved into datadir. filename no longer an option. 2016-12-16 01:53:51 -08:00
decorators.py Move files to top of repository 2016-11-28 20:19:31 -08:00
etiquette.py create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
etiquette_easy.py Move files to top of repository 2016-11-28 20:19:31 -08:00
etiquette_launch.py create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
etiquette_upgrader.py Move files to top of repository 2016-11-28 20:19:31 -08:00
exceptions.py create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
helpers.py create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
jsonify.py Move files to top of repository 2016-11-28 20:19:31 -08:00
phototagger.py database moved into datadir. filename no longer an option. 2016-12-16 01:53:51 -08:00
requirements.txt create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
test_phototagger.py Move files to top of repository 2016-11-28 20:19:31 -08:00

README.md

Etiquette

This is the readme file.

Changelog

  • [addition] A new feature was added.
  • [bugfix] Incorrect behavior was fixed.
  • [change] An existing feature was slightly modified or parameters were renamed.
  • [cleanup] Code was improved, comments were added, or other changes with minor impact on the interface.
  • [removal] An old feature was removed.

 

  • 2016 11 28

    • [addition] Added etiquette_upgrader.py. When an update causes the anatomy of the etiquette database to change, I will increment the phototagger.DATABASE_VERSION variable, and add a new function to this script that should automatically make all the necessary changes. Until the database is upgraded, phototagger will not start. Don't forget to make backups just in case.
  • 2016 11 05

    • [addition] Added the ability to download an album as a .tar file. No compression is used. I still need to do more experiments to make sure this is working perfectly.