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
6eba088fe9
Update test to accomodate new restriction on uploading .pm files.
2010-08-10 20:50:00 -07:00
Colin Kuskie
71d4880635
Another batch of test cleaning.
2010-06-14 19:47:30 -07:00
Colin Kuskie
e878258543
END block cleanup.
2010-06-14 19:39:11 -07:00
Graham Knop
b832deecd1
convert all cleanup methods to addToCleanup
2010-06-10 10:09:53 -05: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
Colin Kuskie
83e945142e
More END block cleanups.
2010-06-08 19:27:39 -07:00
Colin Kuskie
1770e3945c
END block cleanups.
2010-06-08 08:39:43 -07:00
kimd
77e331a129
Added more owner information to the gallery (RFE 9774)
2010-05-20 13:25:46 -05:00
kimd
660d036f8a
Gallery: Automatically adjust orientation of images based on EXIF data (RFE11498)
2010-04-30 10:37:46 -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
911376043c
quiet photo navigation test and add better cleanup
2010-04-02 18:31:44 -05:00
kimd
8104338da7
Added additional navigation to the photo asset (RFE 11412).
2010-03-25 19:45:48 -05: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
9476878b5e
Fix a call on potentially undefined parent in Gallery Album. Fixes bug #11289 .
2009-12-03 22:46:33 -08:00
Graham Knop
7913059097
fix unmocked warning
2009-11-17 14:12:37 -06: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
Graham Knop
67b729fee0
use note instead of diag in tests for non-error debug output
2009-09-23 08:29:05 -05:00
Colin Kuskie
27f474ec64
Do not cleanup Admin's friends group.
2009-09-21 08:27:36 -07:00
Graham Knop
eebece7a2a
check WEBGUI_LIVE in some more live tests
2009-09-20 23:49:33 -05:00
Colin Kuskie
8de4e6fed2
Clean up changes to admin user, who has no friends.
2009-05-20 01:32:04 +00:00
Colin Kuskie
39607fc208
Another batch of clean-ups for users and groups.
2009-05-01 02:48:18 +00:00
Colin Kuskie
1a9da53abf
Modify tests to use the automatic storage cleanup provided by WebGUI::Test.
...
Several tests previously leaked storage locations.
2009-04-14 01:54:28 +00:00
Colin Kuskie
4e78593395
Change tests to use the automatic backup of Settings in END blocks.
2009-03-30 20:41:02 +00:00
Colin Kuskie
6f3aae261b
Fix a typo in a test, looking at the wrong table.
2009-03-30 20:27:17 +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
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
a8dab0ac03
fix exif test
2009-02-10 21:41:48 +00:00
Colin Kuskie
ee9369392d
Fix a test I broke with the i18n refactor for the GalleryFile
2009-01-29 23:46:39 +00:00
Graham Knop
b5104d9581
fixing photo comment test
2009-01-09 10:33:20 +00:00
JT Smith
782a4396b5
The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
...
Image::Magick exclusively for all image processing functions once again.
2008-11-26 17:00:26 +00:00
JT Smith
ee84cc7611
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
...
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Graham Knop
dd67123cb7
update Gallery Photo test to reflect proper template variables
2008-11-04 22:47:25 +00:00
Graham Knop
edebe7e2b9
revert oops
2008-08-19 20:48:47 +00:00
Doug Bell
57b8cc4bae
fixed: loginBox macro can no longer return the user to the logout page, logging them out
2008-08-19 20:39:43 +00:00
Colin Kuskie
4372c2e5e0
Update the Photo view.t test to account for pagination.
2008-08-12 22:22:27 +00:00
Graham Knop
d3e802b1cf
clean up test warnings
2008-06-20 08:57:34 +00:00
Doug Bell
0e299cc18b
fixed photo/view test
2008-06-12 19:37:44 +00:00
Doug Bell
98992b8920
- added: Inbox is now pruned after 1 year
...
- Added about a hundred tests for Collaboration system, Post, and Thread
permissions
- Cleaned up code tested by the aforementioned tests
- Fixed all Test::WWW::Mechanize tests and updated the skeleton. Should be
usable now.
2008-04-26 02:23:10 +00:00
Colin Kuskie
aa7b0b9839
replace BAIL_OUT with a skip. It is okay to nest skips
2008-04-23 22:42:42 +00:00
Doug Bell
cf4dbc93a3
added WWW::Mech tests for Photo, which do not work because File upload controls require JavaScript
2008-04-18 00:29:17 +00:00
Doug Bell
d2faf8cd23
GalleryFile now sets Album thumbnail if Album doesnt have one
2008-04-18 00:28:26 +00:00
Doug Bell
4ebed16c69
added more vars to GalleryAlbum and GalleryFile. fixed some tests
2008-04-17 22:54:19 +00:00
Doug Bell
3ea9420479
fix: Fixed permission issues with Gallery comments
...
Gallery now checks to see if it's committed before allowing Albums to be added
Slideshow and thumbnails work better
Much, much more
2008-03-27 00:24:00 +00:00
Doug Bell
ab6f4defe3
- moved Gallery utility methods to WebGUI::Utility::Gallery
...
- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
2008-03-20 18:51:44 +00:00
Doug Bell
3842ebf6fa
Added WebGUI::Asset::File::GalleryFile
...
Changed Photo to subclass WebGUI::Asset::File::GalleryFile
2008-03-05 23:06:58 +00:00
Doug Bell
8af6f28988
fix: GalleryAlbum and Photo were not showing correct confirmation messages on editSave
...
add: Ability to edit comments to Photos
add: Ability to choose which rich editor for Albums
2008-03-04 21:26:30 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Doug Bell
ec3bc19d77
Added i18n for Gallery (Search) template
...
Fix: Album description showing up in Photos when photo has no synopsis
fix: Photo now shows correct confirmation screen
fix: Photo now gets auto-committed according to Gallery approval workflow
fix: Formatting problems in Album view
fix: Photo and Album assets now retain their Owner after other users edit them.
fix: Gallery::Utility migration now retains createdBy, creationDate, and ownerUserId.
Testing Gallery::Utility a bit more thoroughly.
fix: Photo EXIF data now gets cached correctly and sanitized for references (since JSON won't store them and they're of no use to us anyway).
2008-01-25 22:34:37 +00:00