Commit graph

177 commits

Author SHA1 Message Date
Graham Knop
2af4c4de63 clean up WebGUI::Utility imports 2010-03-10 12:59:51 -06:00
Graham Knop
913fa9ad03 clean up Tie::IxHash imports 2010-03-10 12:59:51 -06:00
Colin Kuskie
ffb7945c34 Remove leftover definition sub stubs. 2010-03-09 13:51:07 -08: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
ba56fe41c7 Update Photo for Moose. 2010-02-15 15:28:12 -08:00
Colin Kuskie
02a257e1d1 Update GalleryFile for Moose. 2010-02-15 15:18:39 -08:00
Colin Kuskie
3b4dd658d1 Update for Moose accessors 2010-02-11 19:31:47 -08:00
Colin Kuskie
c6331036e2 Update the ZipArchive for Moose. 2010-02-10 09:28:18 -08:00
Colin Kuskie
d1572c4257 Make sure that all builder methods that use session sare set to be lazy. 2010-02-05 15:41:01 -08:00
Colin Kuskie
b9c437178d Convert to Moose and Moose accessors. 2010-02-03 18:11:38 -08:00
Colin Kuskie
49bd7f5032 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
JT Smith
ebb6134c2d bug fixes 2009-09-25 22:50:59 -05:00
JT Smith
ccff9c7014 Converted all existing uses of cache. 2009-09-25 22:24:33 -05: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
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Brian Medley
482267b8af check point 2009-02-19 18:32:57 +00:00
David Delikat
621a0cf71b initialize keyword field in GalleryFile.pm because get fills it in now due to a recent code change 2009-02-03 16:43:47 +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
3e0f449c46 Rolling back rev 9142. The gallery is supposed to upscale graphics. 2009-01-22 18:26:35 +00:00
Graham Knop
315ce0941f use to_json and from_json in more places instead of encode_json and decode_json 2009-01-22 01:14:14 +00:00
Colin Kuskie
a894bf906a Only resize photos if they are larger than the Gallery resolutions. 2009-01-02 22:16:44 +00:00
Colin Kuskie
78cd604176 Fixed missing Gallery i18n, and some Dashboard i18n. 2008-12-29 20:08:51 +00:00
Colin Kuskie
51d1955671 Set isHidden=1 in GalleryFile by default, to prevent some navigations from having
problems.
Update existing GalleryFile assets to set isHidden=1.
2008-12-24 23:13:11 +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
Colin Kuskie
13eb87ffe5 forward porting fix for non-unique separator strings, ~~~, #8543 2008-11-21 23:07:05 +00:00
Doug Bell
f5aafd53e0 performance increases to the Gallery, bug #4103 2008-10-28 21:52:05 +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
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00