Colin Kuskie
1aeb75bce9
Fix POD whitespace problems.
2010-05-06 12:38:00 -07:00
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Graham Knop
a1d8dbd67a
more object destruction cleanups
2010-04-19 18:57:01 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05: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
88ec09d279
rework how validParent works, and where it is checked. Add an explicit check for it in addChild, and remove a bunch of overridden addChild methods.
2010-03-19 14:31:49 -07:00
Colin Kuskie
953df3563f
Remove duplicate accessor method.
2010-03-12 08:06:26 -08:00
Graham Knop
2af4c4de63
clean up WebGUI::Utility imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
8f6c20d2f1
Fix lots of syntax errors and bad definition configuration.
2010-03-03 16:32:57 -08:00
Colin Kuskie
814c2af249
Change calls to new to newById across Asset/
2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
2010-02-26 12:01:25 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Colin Kuskie
7caa3e3738
Move AssetRole to Role::Asset, and update all client modules.
2010-02-16 11:00:47 -08:00
Colin Kuskie
abaeab36e0
Refactor code to force assets to always be hidden into a role and use it.
2010-02-16 08:50:00 -08:00
Colin Kuskie
27e30c74c4
Note that per album allowing of comments is doable, but not exposed to the UI yet.
2010-02-15 15:29:43 -08:00
Colin Kuskie
4edd07cf99
Update GalleryAlbum for Moose.
2010-02-15 15:11:38 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08: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