Commit graph

72 commits

Author SHA1 Message Date
Colin Kuskie
b4c20a1203 Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866. 2010-09-20 11:45:30 -07:00
Colin Kuskie
0efc6514e3 Don't call asset methods on undef in the GalleryAlbum. Fixes bug #11681. 2010-06-29 13:50:36 -07:00
kimd
8030bed30b Gallery: Sorting of files uploaded in zip archives (RFE 11517) 2010-05-17 22:03:38 +02:00
kimd
95e9e52389 Gallery: Allow specification of location when uploading ZIP archives (RFE 11502) 2010-05-02 20:47:13 +02: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
Colin Kuskie
b4f7bb4334 Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525. 2010-04-19 09:07:53 -07:00
Colin Kuskie
54583d2308 Fix a POD whitespace problem. 2010-04-19 08:37:37 -07:00
Doug Bell
eee547b0cc Add drag'n'drop sorting to the Gallery Album Edit View (RFE 11007). 2010-04-07 11:54:09 -05:00
Colin Kuskie
03eeefe13d Fix owner privileges on photos created via uploading an archive. Fixes bug #11503 2010-03-29 20:44:39 -07:00
kimd
8104338da7 Added additional navigation to the photo asset (RFE 11412). 2010-03-25 19:45:48 -05:00
Colin Kuskie
9476878b5e Fix a call on potentially undefined parent in Gallery Album. Fixes bug #11289. 2009-12-03 22:46:33 -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
c5e9abe10e Add a progress bar to uploading zip archives in Gallery Albums. Fixes bug #10994. 2009-09-25 11:24:12 -07:00
Colin Kuskie
3b577599f5 Forward port XML encoding for template based RSS feeds in the Gallery. 2009-08-05 22:16:38 +00:00
Colin Kuskie
80dfb9ffd0 Throw an exception in all wobjects if the main template (used by view)
has been deleted.
2009-06-02 19:34:18 +00:00
Colin Kuskie
303c725d1f Fix JS and CSS showing up in the body of the Gallery album thumbnails and slideshow screens. 2009-05-27 21:32:43 +00:00
Colin Kuskie
b805e75765 Refactor the gallery album i18n so translators don't have to translate URLs
when not needed.
2009-05-14 16:09:09 +00:00
Arjan Widlak
bdfe3b545a Added internationalisations in Gallery.pm "Return to Album" and "Add Photo" 2009-05-14 14:52:54 +00:00
Matthew Wilson
cf63a4e4f3 (Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time. 2009-03-30 21:38:12 +00:00
JT Smith
1cfa9372b5 forward porting gallery bug fixes 2009-03-04 21:57:31 +00:00
Colin Kuskie
9f10c3c693 Move template variable generation back into prepareView in the GalleryAlbum, so
that scripts are properly put into the HEAD block of a page.
2009-02-22 03:36:09 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
9fd2d511a0 Make sure that the gallery obeys the displayTitle flag. Many gallery
templates were altered to support this.
2009-02-13 23:47:30 +00:00
Colin Kuskie
6a9e65d7d3 Backporting GalleryAlbum isHidden fix. 2009-01-29 17:14:46 +00:00
Colin Kuskie
129d45ca2a Refactor gallery code to use old i18n technologies so they can
be verified with the critic_labels test.
2009-01-28 22:20:39 +00:00
Colin Kuskie
7d5e5eb581 Forward port Album cache delete/DESTROY issue with non-existant
keys in the cache.
2009-01-01 16:14:36 +00:00
Colin Kuskie
78cd604176 Fixed missing Gallery i18n, and some Dashboard i18n. 2008-12-29 20:08:51 +00:00
Colin Kuskie
13eb87ffe5 forward porting fix for non-unique separator strings, ~~~, #8543 2008-11-21 23:07:05 +00:00
Doug Bell
fef2bcdc78 fixed bad hashref slice 2008-10-29 17:06:54 +00:00
Doug Bell
828930d193 fixed: Thumbnails page now displays even if no files in Album 2008-10-28 22:19:52 +00:00
Doug Bell
f5aafd53e0 performance increases to the Gallery, bug #4103 2008-10-28 21:52:05 +00:00
JT Smith
3d6f3c77a2 added docs for web service
fixed a typo
2008-10-28 03:19:31 +00:00
Colin Kuskie
e92017500e change mime type of json methods from text/json to application/json 2008-10-26 04:11:47 +00:00
Graham Knop
99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
Colin Kuskie
cd848f6074 fix POD whitespace probems 2008-10-14 18:44:32 +00:00
JT Smith
e89d1527fa Added some web services to the Gallery asset to support the use of remote
apps to post photos and create albums.
2008-10-14 01:09:43 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Doug Bell
e141a01d31 fixed Gallery Cross Publish not displaying correctly 2008-08-13 20:56:04 +00:00
Doug Bell
980dc18831 fixed: Gallery now gives an error message when a Zip archive is being naughty 2008-08-11 20:18:31 +00:00
Doug Bell
afea092a97 exposed a form variable for Gallery Album Others Can Add asset property
checkin missing WebGUI::User method
2008-07-29 17:11:13 +00:00
Yung Han Khoe
60bb354a78 fixed: Gallery: Description Text appearing in Album 2008-07-12 17:37:49 +00:00
JT Smith
aa9f0e8396 Replaced CLI gallery import system with a better one. 2008-06-29 02:01:40 +00:00
Doug Bell
f2679ae07e added Next and Previous GalleryAlbum links in the Album Views 2008-06-19 18:49:47 +00:00
Doug Bell
a67775b17d really fixed those buttons. honest. and IE6 ... well... I dont want to sound like a broken record... 2008-06-17 22:13:17 +00:00
Doug Bell
3b3a733a19 fixed gallery edit album buttons to work properly in IE6/7 2008-06-17 20:42:18 +00:00
Doug Bell
f50f09756a removed fixUrl workaround for Gallery. added AssetManager to WebGUI.conf.original 2008-06-13 15:16:45 +00:00
Doug Bell
4e99061584 new layout for Album Edit screen 2008-06-12 22:29:09 +00:00
Doug Bell
58417faf8a fix problems with gallery URLs. fixed disk space check. added error messages to photo template 2008-06-12 22:08:10 +00:00
Doug Bell
36bea30cd6 fixed some problems with the new asset manager. restored functionality to search with the hope of making the asset data table an API we can use in all the places we display tables of assets 2008-06-12 08:58:51 +00:00