Commit Graph

83 Commits (8692d826c5154d1d2a08e05fa11cf338aca1f491)

Author SHA1 Message Date
voussoir 8692d826c5 Add 'enable_new_...' config options. Decent until actual permission system 2017-03-16 19:54:12 -07:00
voussoir db628d158e Shorten lines longer than 100 characters 2017-03-14 21:18:42 -07:00
voussoir defa23eff3 Add Album.@display_name to remove duplicate logic elsewhere 2017-03-10 17:08:38 -08:00
voussoir f797e3fb55 Fix exceptions.RecursiveGrouping not being formatted. 2017-03-10 15:33:45 -08:00
voussoir bff5ee9986 Don't raise GroupExists when adding to the same group anyway. 2017-03-10 15:27:40 -08:00
voussoir afe7085702 Make photo.duration_string a @property 2017-03-10 15:07:34 -08:00
voussoir d7cd1e9748 Add more docstrings; Remove unused code 2017-03-10 15:01:12 -08:00
voussoir 3be8813a0a Photo.add_tag returns the added tag; site displays the normalized name instead of user input 2017-03-10 14:04:50 -08:00
voussoir 70f284d413 Fix album_group indices being added to the wrong table. 2017-03-10 05:49:18 -08:00
voussoir 1fc098a37f Fix on_commit_queue action for rename_file; Fix tag sorting 2017-03-10 05:18:49 -08:00
voussoir 072e9a7430 Fix NoSuchUser being raised with None due to username/id 2017-03-09 23:54:45 -08:00
voussoir faf893a428 Fix broken login form with new error responses 2017-03-07 21:15:15 -08:00
voussoir aa6ed364a9 Rename variable 'link' to 'file_link' for clarity 2017-03-07 21:03:46 -08:00
voussoir 4838b26f3b Make photo info panel work better when it gets too big
Redo CSS so the left panel continues down the page instead of the background color just getting cut off; Keep the message_area from getting pinched into nothingness; improve narrow-screen CSS
2017-03-07 21:01:50 -08:00
voussoir b3da21bf33 Small cleanups
Comment and sql linewrapping; move Add Tag box to top of ul instead of bottom to stay in view better
2017-03-07 20:20:12 -08:00
voussoir 2deff86e13 Fix broken registration: missing cur and wronge exc 2017-03-05 05:00:57 -08:00
voussoir c04b5a6db0 Remove unnecessary warning_bag code from normalize_tagname 2017-03-05 04:54:58 -08:00
voussoir e413e996d9 Fix appearance of easybake errors; more exception improvements
New class EasyBakeException helps distinguish whether or not it should be displayed to the user; Exception class `error_type` attributes are now applied to the class via decorator instead of to the instance via init; Fixed easybake errors looking for the old json response format; Fixed incorrect error bubble when deleting a synonym after the tag has already been deleted
2017-03-04 22:27:24 -08:00
voussoir 888c3b48cd Completely revise exception message formatting technique 2017-03-04 21:56:23 -08:00
voussoir 901020781c Use error messages provided by exception class for P_wrapper 2017-03-04 20:07:30 -08:00
voussoir b9b1879179 Make /tags.json return tag objects instead of just easybake text 2017-03-04 19:59:16 -08:00
voussoir 93b878bb3e Fix remove_tag_button gap on search mmf 2017-03-04 19:34:10 -08:00
voussoir edc2ae2768 Give thumbnails a checkerboard bg for transparent images 2017-03-04 19:27:03 -08:00
voussoir 83408aca4a Give Albums their own ID counter, own group rel table 2017-03-04 01:13:22 -08:00
voussoir 415d858e20 Fix toplevel albums not getting digest children; prefix album zips with 'album ' 2017-03-03 23:44:43 -08:00
voussoir 92880ba3eb Rearrange mimetype-icon dict for clarity 2017-03-03 22:50:36 -08:00
voussoir fd914051aa Add word-wrap:break-word to various elements 2017-03-03 22:30:57 -08:00
voussoir 73835e2a7a Separate concerns: updating given parameters vs rendering dict to param string 2017-03-03 22:11:29 -08:00
voussoir 8856a2fe69 Include the user's nonstandard limit parameter in the dropdown box 2017-03-03 21:56:29 -08:00
voussoir c3a4fa443b Rename variable 'row_tuple' to 'db_row'; Improve some docstrings 2017-03-03 21:15:31 -08:00
voussoir d71d7b03c2 Add photo/refresh_metadata endpoint and button 2017-03-02 17:38:15 -08:00
voussoir 75ee476abf minor visual fixes 2017-03-02 16:56:18 -08:00
voussoir 9ba1a88174 Fix bug in which only the last photo of a digest was added; Improve mimetype usage by not deleting the subtype 2017-02-27 23:39:06 -08:00
voussoir c6615284e0 Improve Photo Card CSS: Filename hover and metadata font 2017-02-27 23:05:43 -08:00
voussoir fcc671a617 Move many errors + warnings to properties of Exception classes 2017-02-26 01:04:07 -08:00
voussoir 5d1c2dfc40 Use URL to indicate POST action
Instead of passing 'action' as a field like a dummy.
2017-02-26 00:33:26 -08:00
voussoir 5404a1d411 checkpoint
fix bug in which renaming photo causes os.remove even when it's an in-place rename on case-insensitive systems; incorporate expressionmatch for filename search; minor comment cleanup
2017-02-25 22:47:20 -08:00
voussoir c80e2003ff checkpoint
add photo and search css for narrow screens; incorporate new expressionmatch kit; entry_with_history cursor moves to end; albums indicate total filesize; etc
2017-02-24 22:07:59 -08:00
voussoir 80cb66b825 Rename phototagger.py to photodb.py 2017-02-04 20:01:03 -08:00
voussoir c84acca6c9 Move modules into an actual package 2017-02-04 19:55:13 -08:00
voussoir 8b05a26ff7 checkpoint
Add Bookmark class; Add user.html; Add more commit loggers; Fix warning_bag attributeerror when it was None
2017-02-04 18:30:02 -08:00
voussoir 109d5feef1 Separate cursors for every transaction 2017-01-29 17:47:59 -08:00
voussoir 13ae208a06 Add trailing comma to kw-only args
Welcome to the present!
2017-01-06 18:10:19 -08:00
voussoir 76523db2b6 checkpoint 2017-01-06 18:08:22 -08:00
voussoir a305350f5f Fix handling of unicode filename downloads
Add photo attribute dot_extension

Fix bug using unnormalized offset in calculations
2016-12-24 18:34:34 -08:00
voussoir 0d0431edff Centralize and unify search parameter normalization
Create searchhelpers.py which normalize incoming search parameters.

Add argument give_back_parameters so we can more effectively return the normalized parameters to the user to learn from their mistakes.

Create objects.WarningBag and stop using the warnings module with the unclear warning-catcher.

Fix handling of photos without extensions (still needs improvement).

Adopt use of pathclass.Path in more places and keep thumbnail paths relative so that the entire _etiquette dir can be moved and still work right away.

Probably some other things
2016-12-24 17:13:45 -08:00
voussoir 564518f4d8 Add early author search; Load Photo.mimetype on instantiation 2016-12-23 19:49:51 -08:00
voussoir 5038d92b93 Make login page javascript-based instead of html form (sorry) 2016-12-21 01:11:50 -08:00
voussoir 36acf79bbe Move specific functions out of common.js 2016-12-20 21:53:59 -08:00
voussoir 69443d7a8c general cleanup; move binding_filler helper 2016-12-20 21:33:14 -08:00