Commit Graph

529 Commits

Author SHA1 Message Date
Solomon Peachy cfa124571a [fix] Don't display the spool and a submenu on the man album page. 2016-06-17 00:13:36 -04:00
Solomon Peachy d59c2c53e3 [misc] Nuke the notion of printing labels.
It only was relevant for inventory management.
2016-06-17 00:09:28 -04:00
Solomon Peachy cc5661e4dc [misc] Completely eliminate 'duplicates' aka physical inventory management.
IMO this is a rather useless feature.
2016-06-16 23:59:13 -04:00
Solomon Peachy b4acfca2ed [fix] Aspect ratio conversions were wrong when printing. 2016-06-14 22:55:01 -04:00
Solomon Peachy 2497b4144b [add] Enhancements to logging of the prints. 2016-06-14 21:21:29 -04:00
Solomon Peachy b2db685b5f [add] Local printing is now configurable on a per-user basis. 2016-06-14 14:03:59 -04:00
Solomon Peachy 169a75721c [fix] Improper detection of php's mbstring extension 2016-06-14 00:21:05 -04:00
Solomon Peachy ecc48d6437 [add] Initial support for printing directly to a system printer. 2016-06-14 00:14:28 -04:00
Solomon Peachy 54f988cd45 [fix] Unescaped user input could lead to XSS attacks.
Thanks to Jake Gordon and the Duke Univeristy Security team for finding
 this.
2016-01-17 10:05:41 -05:00
Solomon Peachy f12a8ca011 [fix] Properly display errors when emptying the trash 2015-10-18 20:23:10 -04:00
Solomon Peachy 31cae85fcd [misc] Allow background workers to recover from a database failure. 2015-10-13 09:51:29 -04:00
Solomon Peachy 89b8108d08 [misc] Add early support for importing with Darktable. 2015-07-25 10:39:48 -04:00
Solomon Peachy 383bc0f6bd backups: Further enhancements to the script. 2015-07-11 23:29:16 -04:00
Solomon Peachy f202f3fc02 minor updates to backup script. 2015-07-07 22:02:41 -04:00
Solomon Peachy 5b6b4b1d17 [fix] Prevented from downloading full-size images. 2015-07-01 22:15:35 -04:00
Solomon Peachy f6ac3d4561 [Fix] image display with only a version id is legal. 2015-04-29 10:06:58 -04:00
Solomon Peachy 84ff4a019e [misc] Update default copyright text. 2015-04-05 09:31:01 -04:00
Solomon Peachy f8530b1228 image: use php's readfile() command to send the image over. 2015-02-21 10:41:09 -05:00
Solomon Peachy 06338cb102 images: Use the database's stored filesize and timestamps to eliminate a stat()
Also, improve handling of if-modified-since header.
2015-02-21 10:26:56 -05:00
Solomon Peachy 396ea6c6b9 SQL: Better sanity checking and SQL generation for image display 2015-02-21 10:12:46 -05:00
Solomon Peachy 0f34f2340a Delete the "content" div, it's not necessary. 2015-02-21 08:50:40 -05:00
Solomon Peachy 5ba507ba03 Update sRGB profile. 2015-01-06 22:22:26 -05:00
Solomon Peachy 16639f9223 add an example of how to use the RPC interface. 2015-01-06 22:22:26 -05:00
Solomon Peachy 1eb9ca1eed [themes] Eliminate one nested set of <div>s around photo sildes.
And a couple of other CSS improvements.

Poking around with yslow, it claims the DOM is *way* too complicated.
I tend to agree.
2015-01-06 21:46:41 -05:00
Solomon Peachy ee259c589b [fix] A typo in the config code. 2014-04-19 21:41:50 -04:00
Solomon Peachy 058e080d48 [fix] Incorrect content-type. 2014-04-12 14:41:38 -04:00
Solomon Peachy d8246a9a3a [misc] Remove some of the roadblocks preventing serving native .jxr or .webp 2014-03-23 11:05:10 -04:00
Solomon Peachy 0be87d8ca2 RPC: Make optional RPC parameters truly optional. 2014-02-06 23:55:49 -05:00
Solomon Peachy f635749d38 [add] Add an JSON-RPC interface to the system; similar in functionality
to what is exposed via the RSS feed generator.

It probably needs a lot of tweaking.

It also could use some sort of login/authentication hook.
2014-02-06 23:23:41 -05:00
Solomon Peachy 0c06d951d8 mime: Add support for JPEG-XR, WebP, and MJPEG/MJPEG-2000 formats. 2013-11-07 10:16:41 -05:00
Solomon Peachy 1bb1bec38b installer: Check for 'mbstring' extension. 2013-10-14 09:40:36 -04:00
Solomon Peachy 29dd7783ef Merge branch 'master' of git.shaftnet.org:po 2013-10-08 20:12:39 -04:00
Solomon Peachy 3217ff6290 Fix the URL used to look up locations on the profile pages. 2013-10-08 20:12:17 -04:00
Solomon Peachy 2d3a0012d2 config doc updates. 2013-10-08 20:11:40 -04:00
Solomon Peachy 7a498ada12 Merge branch 'master' of git.shaftnet.org:po
Conflicts:
	CHANGES
2013-10-08 19:05:52 -04:00
Solomon Peachy 436de675f5 changelog update. 2013-10-08 19:05:22 -04:00
Solomon Peachy 79b62209d8 [fix] Bulk update was broken due to an '=' instead of '==' 2013-10-08 17:45:50 -04:00
Solomon Peachy a549341b1f tools: more improvements to validation script:
* args on cmdline (offset/limit)
 * prints incremental status
2013-08-31 11:59:22 -04:00
Solomon Peachy c9f843a05f tools: update script to have a configurable offset/limit. 2013-08-31 10:20:32 -04:00
Solomon Peachy b61af1d4b8 tools: Add a script to validate files in a repo. 2013-08-31 10:18:00 -04:00
Solomon Peachy 0d8416a263 fix: 'tag' URL link not working in rss feeds. 2013-07-03 15:14:35 -04:00
Solomon Peachy 08d17e351c [fix] Fix warning about an undefined variable. 2013-07-03 15:09:18 -04:00
Solomon Peachy 2bb6da44b4 [import] Fix missing $site_url declaration. 2013-07-03 15:09:18 -04:00
Solomon Peachy a02d137fee systemd: Update to reflect reality. 2013-06-18 09:23:16 -04:00
Solomon Peachy 8f989cbcf2 [changes] catchup. 2013-04-17 17:35:49 -04:00
Solomon Peachy 812eccc6fc [fix] Equipment adding errors. 2013-04-17 17:32:21 -04:00
Solomon Peachy 3e47ba4762 [memcache] Use the IGBINARY serialzier wherever possible. 2013-04-16 21:54:46 -04:00
Solomon Peachy 0360837de1 [misc] Memcache-related fixes. 2013-04-16 21:42:43 -04:00
Solomon Peachy eb1b563f6b [memcache] Use a persistent ID for connections. 2013-04-08 23:31:07 -04:00
Solomon Peachy 6825565689 [feeds] PHP 5.4 fixes. 2013-03-16 11:29:23 -04:00