Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
bdb803915e
add Gallery to test_content and fix problems with RssFeed role
2011-04-25 15:53:55 -05:00
Colin Kuskie
dcfce60b5e
Change class => className where func=add.
2011-03-01 18:45:00 -08:00
Doug Bell
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Colin Kuskie
4899bcd7c4
Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866 .
2010-09-23 16:11:37 -07:00
Doug Bell
3c17dafeb4
processPropertiesFromFormPost to processEditForm
2010-07-15 11:52:04 -05:00
Colin Kuskie
565cf955d7
Merge commit ' 469c2b72b4' into WebGUI8. All tests passing.
2010-07-01 10:13:22 -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
Colin Kuskie
385931aaab
Merge commit ' f2e0fb509a' into WebGUI8. Some tests still failing.
2010-06-27 22:32:31 -07:00
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
b30491f3a6
Merge commit ' 808a866c8b' into webgui8. 7.9.4 release point
...
Conflicts:
docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
docs/upgrades/upgrade_7.9.2-7.9.3.pl
lib/WebGUI.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Gallery.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
t/Asset/Asset.t
2010-06-25 20:08:11 -07:00
Colin Kuskie
dab177324d
Change from encode/decode to to/from in JSON, and call them explicitly. Exception handling for AJAX methods in the GalleryAlbum.
2010-05-21 13:37:06 -07:00
kimd
8030bed30b
Gallery: Sorting of files uploaded in zip archives (RFE 11517)
2010-05-17 22:03:38 +02:00
Colin Kuskie
7f23c286da
Change newByDynamicClass to newById.
2010-05-13 13:50:04 -07:00
Colin Kuskie
1aeb75bce9
Fix POD whitespace problems.
2010-05-06 12:38:00 -07:00
kimd
95e9e52389
Gallery: Allow specification of location when uploading ZIP archives (RFE 11502)
2010-05-02 20:47:13 +02: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
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
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