Commit Graph

219 Commits

Author SHA1 Message Date
Solomon Peachy f222f2c66d Merge branch 'devel' of git+ssh://git.shaftnet.org/var/lib/git/po into devel
Conflicts:

	CHANGES
2008-10-26 12:34:04 -04:00
Solomon Peachy fbf3603e85 Generate a full-res image for RAWs. 2008-10-26 12:33:25 -04:00
Solomon Peachy 0675e4571a List available image sizes. 2008-10-25 12:34:09 -04:00
Solomon Peachy 41e0546d58 [add] Remember per-folder/album sort order. 2008-10-21 08:43:09 -04:00
Solomon Peachy e9e01118c7 [import] Serialize all import jobs out to the database.
A separate worker reads the jobs in, and processes the images
	one by one.  This can be parallelized across multiple processors.
2008-10-18 18:39:59 -04:00
Solomon Peachy 6f4e4c952d [misc] Add a vastly more efficient way to display random photos. 2008-10-16 21:55:42 -04:00
Solomon Peachy d1b2a988fb [misc] Consolidated the separate photo and version import functions. 2008-10-14 07:36:14 -04:00
Solomon Peachy f1b89b16da [fix] Allow guests to see technical details.
Z
2008-10-05 00:11:43 -04:00
Solomon Peachy 0a89f86dbc Update the CHANGES file. 2008-10-05 00:04:38 -04:00
Solomon Peachy 2b7715db11 [del] Delete all code relating to the image-based search.
It's always been disabled, needing a third-party CBIR server that was
never publically available, and there aren't any viable F/OSS CBIR
servers out there.

....We can re-visit this one day.  Until then, bye-bye!
2008-10-02 15:05:22 -04:00
Solomon Peachy 30ec9b412c [ratings] Clean up the rating code in the main photo page. 2008-10-02 09:51:18 -04:00
Solomon Peachy 3271d28ec5 [theme] Don't pass the file into theme_display_photo. 2008-10-02 08:38:15 -04:00
Solomon Peachy ec0dfa6f63 [misc] Add generic 'run a query for a single row' (and cache it) functions. 2008-10-01 22:06:31 -04:00
Solomon Peachy 361b97c928 bump the date for release. 2008-09-27 15:28:46 -04:00
Solomon Peachy 3e8ce61092 Merge commit 'origin/master' into devel 2008-09-27 10:11:02 -04:00
Solomon Peachy 29d5b2bed6 [watermark] Ensure we always use the original watermark image. 2008-09-27 10:10:07 -04:00
Solomon Peachy 6edb3b517e [lang] Simplify the language resources
$strings['key1']['key2'] ==> $strings['key1_key2']
2008-09-20 10:36:30 -04:00
Solomon Peachy c1e95f421f [db] Remove references to 'view_users_subscribed_to' as it's already
encompassed by 'view_client'.

The actual view itself will be removed in a pending DB update.
2008-09-18 09:03:21 -04:00
Solomon Peachy da3f06ef25 Merge commit 'origin/master' into devel 2008-09-17 22:57:54 -04:00
Solomon Peachy 5fa8aa8597 [installer] Fix the suggested 'createlang plpgsql' cmdline. 2008-09-17 22:57:39 -04:00
Solomon Peachy 8add8d500d [admin] Allow admin users to edit username too. 2008-09-17 21:00:49 -04:00
Solomon Peachy 38efd7f9bc Merge commit 'origin/master' into devel 2008-09-13 11:10:30 -04:00
Solomon Peachy 4cd93e3c43 [import] 'replace master' on version import ws busted. 2008-09-13 11:10:02 -04:00
Solomon Peachy ea7cc53170 Merge commit 'origin/master' into devel 2008-09-12 10:19:04 -04:00
Solomon Peachy 2b0f66d29a Return to the originating page when editing a folder/album. [#380] 2008-09-12 10:18:18 -04:00
Solomon Peachy ff38d75871 Merge commit 'origin/master' into devel 2008-09-12 08:49:11 -04:00
Solomon Peachy ba9bceb5a1 Fix the rating code for PG 8.3.x 2008-09-12 08:48:18 -04:00
Solomon Peachy 9818245dc6 Merge commit 'origin/master' into devel 2008-09-11 20:37:16 -04:00
Solomon Peachy 1f199e1834 [popups] Make the folder/album thumbnail popups respect the global
popup settings.  Should (partially?) resolve #376.
2008-09-11 20:36:30 -04:00
Solomon Peachy a5fcc6f7dd Merge commit 'origin/HEAD' into devel 2008-09-11 20:17:35 -04:00
Solomon Peachy 09522ea807 When deleting a photo, return to the folder/album listing instead of
taking you to the photo in the trash folder.

Fixes #379.
2008-09-11 20:14:25 -04:00
Solomon Peachy 8cebe8a0db Merge commit 'origin/master' into devel
Conflicts:

	src/include/common.php
	src/photo.edit.2.php
2008-09-09 10:57:37 -04:00
Solomon Peachy fcbad21d54 [fix] Fix two memcache-related bugs:
The first could result in a crash if memcache was not enabled.
The second caused an optimization from working.
2008-09-09 10:55:49 -04:00
Solomon Peachy 0d8d4c68c0 [memcache] Add debug logs to many of the memcache calls.
...Found a couple of bugs in the process.

Also added the ability to filter out various log messages.
2008-09-08 10:10:01 -04:00
Solomon Peachy 3b84bc6925 [add] Add basic logging support, using Pear::Log
Default config is no logging.  If user enables it, then any log
mechanism that PEAR::Log supports will work.  Sample config for a simple
log file is included.

Currently only logs photo/version uploads and logins/logouts.

More will be added over time.
2008-09-07 11:16:07 -04:00
Solomon Peachy d74006bb3d [admin] Allow admins to change a user's email address. [#347] 2008-09-07 10:02:05 -04:00
Solomon Peachy aade6ecefc [misc] Use SQL 'ILIKE' for string matching rather than regexps. 2008-09-07 09:34:50 -04:00
Solomon Peachy 7afcc19289 Merge commit 'origin/master' into devel 2008-09-07 09:27:49 -04:00
Solomon Peachy e680781c0b [fix] Image rotation could result in a white screen. [#337] 2008-09-07 09:26:23 -04:00
Solomon Peachy 177ac44e8f [import] Refactor the import functions so that they are self-contained. 2008-09-01 15:34:37 -04:00
Solomon Peachy 4765751dc2 Merge commit 'origin/master' into devel 2008-08-29 16:13:48 -04:00
Solomon Peachy 3dfe477bcd [misc] Unified the permission tests in the export code. 2008-08-29 16:13:10 -04:00
Solomon Peachy cc2b9c12b3 [add] 'bulk rotate' implemented. Some warts still. 2008-08-28 22:00:56 -04:00
Solomon Peachy 22c541bb22 Merge commit 'origin/master' into devel 2008-08-28 15:02:57 -04:00
Solomon Peachy 94536a39ee [lang] Missing localization for a string.
From Marcus Hinz.
2008-08-28 15:02:40 -04:00
Solomon Peachy 3d4de8bd24 Merge commit 'origin/master' into devel
Conflicts:

	CHANGES
	src/include/config.php
2008-08-27 23:43:31 -04:00
Solomon Peachy 9cebaccd1c [fix] Label deletion wasn't working either. 2008-08-27 23:40:36 -04:00
Solomon Peachy c75b324b44 [fix] Film and Camera deletion wasn't working. 2008-08-27 23:37:12 -04:00
Solomon Peachy 4a3f34006d [fix] Adding new labels was failing. 2008-08-27 23:30:09 -04:00
Solomon Peachy 538b229c44 Bump the revision number. 2008-08-19 11:37:41 -04:00
Solomon Peachy e144d42d53 [misc] Upgrade wz_tooltip library to v5.2 2008-08-19 11:29:03 -04:00
Solomon Peachy 16a0642f8e [misc] Upgrade the 'IE7' library to v2.0b3. 2008-08-19 11:15:50 -04:00
Solomon Peachy b1b448644a changelog 2008-08-18 20:03:15 -04:00
Solomon Peachy a1945856a1 PO 2.36 merged. 2008-08-17 14:24:45 -04:00
Solomon Peachy 96ede04880 PO 2.35b 2008-08-17 11:19:15 -04:00
Solomon Peachy c30ca4c852 PO 2.35a 2008-08-17 11:18:53 -04:00
Solomon Peachy 2c978ad08c PO 2.34c 2008-08-17 11:06:02 -04:00
Solomon Peachy 17f93a513f PO 2.34b 2008-08-17 11:05:43 -04:00
Solomon Peachy b9e25d138b PO 2.34 2008-08-17 11:05:01 -04:00
Solomon Peachy 8c10fde8cb PO 2.34 2008-08-17 11:03:02 -04:00
Solomon Peachy 49d0174f91 PO 2.33e 2008-08-17 10:59:36 -04:00
Solomon Peachy 5913c7bf92 PO 2.33d 2008-08-17 10:58:55 -04:00
Solomon Peachy b2d93f2288 PO 2.33c 2008-08-17 10:58:30 -04:00
Solomon Peachy 68b2843b27 PO 2.33b 2008-08-17 10:57:50 -04:00
Solomon Peachy 7eee82524c PO 2.33a 2008-08-17 10:57:34 -04:00
Solomon Peachy 25be5d6e9e PO 2.33 2008-08-17 10:57:06 -04:00
Solomon Peachy e961c5cf4e PO 2.32b 2008-08-17 10:54:49 -04:00
Solomon Peachy 74421739e1 PO 2.32a 2008-08-17 10:54:33 -04:00
Solomon Peachy d573874647 PO 2.32 2008-08-17 10:54:09 -04:00