Commit graph

191 commits

Author SHA1 Message Date
Colin Kuskie
c65fd1946a There was no dying due to this bug, it was trapped during deserialization, not serialization.
This reverts commit a0119e9e82.
2011-01-10 13:53:13 -08:00
Colin Kuskie
a0119e9e82 When setting photo JSON, wrap the json serialization in an eval to trap errors. Addresses bug #12002. 2011-01-10 13:24:29 -08:00
Colin Kuskie
80c906b8eb Really fix sorting numerically for resolutions. Added tests to check it. 2010-08-17 13:30:39 -07:00
Colin Kuskie
eac7fe8a64 Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787 2010-08-17 11:16:58 -07:00
Colin Kuskie
8f7bbdaa5d Fixes bug #11780: anchor filename regex to the end of the string. 2010-08-15 23:23:49 -07:00
Colin Kuskie
7251cc2c23 Secure and fix the Zip Archive. 2010-08-11 17:38:15 -07:00
Colin Kuskie
9fafa25bf5 Give ZipArchives a default template. Fixes bug #11769. 2010-08-09 15:26:19 -07:00
kimd
fa04d01518 o Allow return from photo edit view to gallery edit view (RFE 11571)
o Reject form submissions without image selected for upload in edit view of Photo asset
2010-06-09 15:28:42 -05:00
kimd
387942e68d Added search by location to the Gallery (RFE 11504) 2010-06-01 16:23:48 -05:00
kimd
77e331a129 Added more owner information to the gallery (RFE 9774) 2010-05-20 13:25:46 -05:00
Colin Kuskie
252138777c Fix a bad sort. Clarify some POD in the Photo. 2010-05-13 15:50:46 -07:00
Colin Kuskie
6dbd389c86 Remove dead code in the Photo asset. 2010-05-13 14:05:10 -07:00
kimd
660d036f8a Gallery: Automatically adjust orientation of images based on EXIF data (RFE11498) 2010-04-30 10:37:46 -05:00
Doug Bell
e60c6fdc91 Merge remote branch 'spunky/rfe620'
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
2010-04-19 17:25:30 -05:00
kimd
dd72159db0 Added buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (RFE 620). 2010-04-19 22:24:09 +02:00
Graham Knop
8206aeaec5 enhance format of .wgaccess files to provide security for Gallery files 2010-04-15 11:38:58 -05:00
Graham Knop
9dc6c29419 fixed: Viewing a Gallery File with non-ASCII keywords crashes 2010-03-31 11:49:54 -05:00
kimd
8104338da7 Added additional navigation to the photo asset (RFE 11412). 2010-03-25 19:45:48 -05:00
Colin Kuskie
fc9e1152bf Autocommit tags created when making shortcuts in the Gallery (cross publishing). Fixes bug #11378 2010-02-01 17:01:24 -08:00
Colin Kuskie
6ca3bedcb4 Fix syntax errors with the config file fix. 2010-01-27 21:19:12 -08:00
Colin Kuskie
db1b565560 More code formatting, and fix double my 2010-01-27 16:19:57 -08:00
Colin Kuskie
7c8f65ebdd Code formatting and bugfix documentation for #11379. 2010-01-27 16:15:45 -08:00
Luke Robinson
017a9a7fc2 allow field overrides in the config file 2010-01-27 15:57:26 -08:00
Colin Kuskie
c98cd87f80 Do not force Image assets to have an alt tag. Fixes bug #11337. 2010-01-11 16:48:08 -08:00
Colin Kuskie
8c0b73f2ec Fix an infinite loop with getting Photo under an album that is not committed. Fixes bug #11235. 2009-12-18 08:24:44 -08:00
Colin Kuskie
15ce7b56cc Quote the id generated by the Image asset. Also, do not overwrite user uploaded parameters. Fixes bug #11246 2009-11-17 08:53:56 -08:00
Colin Kuskie
1f49737ae7 Allow other users to save photos into another user's album. Fixes bug #11228. 2009-11-13 17:16:56 -08:00
Colin Kuskie
c4ab124380 i18n the Add Photo save button 2009-11-13 16:30:51 -08:00
Colin Kuskie
5201a1f61b Autocommit image operations like crop, annotate, resize. Fixes bug #11152. 2009-10-21 10:48:25 -07:00
Colin Kuskie
5bd5bb48a9 Central cache access for Assets to handle SSL caching. Fixes bug #11131. 2009-10-20 15:15:38 -07:00
Graham Knop
60a4a9b140 mark $session->datetime->time as deprecated and remove its use from core code 2009-10-05 20:56:37 -05:00
Colin Kuskie
ddc33b76bb Swap X and Y in image preview. Fixes bug #11073. 2009-09-30 11:32:37 -07:00
Graham Knop
fcf73a4d29 remove beta from urls for carousel and imagecropper 2009-09-22 11:21:16 -05:00
Graham Knop
2d28e0c0ba update YUI to 2.8.0r4 2009-09-21 13:13:24 -05:00
Graham Knop
3756624523 fix ZipArchive changing current directory 2009-09-20 20:45:01 -05:00
Patrick Donelan
f3c3bfb4dc Fixed GUID string comparisons (eq instead of ==) 2009-08-23 07:44:41 +00:00
Colin Kuskie
27931774e8 Add POD missing from File and Image. Remove duplicate code in Image that
can be inherited from File.
2009-07-05 00:31:20 +00:00
Colin Kuskie
ef4afdb9c8 Remove debug. 2009-06-24 14:39:25 +00:00
Colin Kuskie
96af6ed2ce Fix POD, and remove dead label/hoverhelp code which isn't used. 2009-06-01 20:15:21 +00:00
Graham Knop
4ec14bc026 some image cropper cleanups 2009-04-30 18:17:12 +00:00
Colin Kuskie
04217e67e0 Fix POD typos and add POD to get to 100% POD coverage. 2009-04-01 04:10:14 +00:00
Brian Medley
4c408da55a Image Asset tests, upgrade package, and code.
RSS Limiter tests, upgrade package, and code.
2009-03-23 21:11:10 +00:00
Brian Medley
cdb5421c3c Seems to be done 2009-03-23 08:41:16 +00:00
Brian Medley
689a8b3e23 checkpoint 2009-03-22 23:56:32 +00:00
Brian Medley
fe54073536 checkpoint 2009-03-22 20:47:46 +00:00
Brian Medley
6acbdc063a Checkpoint 2009-03-17 20:45:25 +00:00
Brian Medley
8761848ab3 checkpoint 2009-03-05 00:49:35 +00:00
Brian Medley
00cbaa49af checkpoint 2009-03-03 11:15:39 +00:00
Brian Medley
3e5c9d04ae Another checkpoint. 2009-02-26 00:02:07 +00:00
Brian Medley
2bbd1c8610 First try at resize of an image. 2009-02-22 20:40:36 +00:00