Colin Kuskie
|
3fbc109429
|
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
|
2010-06-24 13:07:03 -07:00 |
|
Colin Kuskie
|
eed390e96b
|
Prevent type-casting warning when a Product has no price.
|
2010-06-23 08:45:33 -07:00 |
|
Colin Kuskie
|
19c2c5fa1c
|
Remove status description from Session/Http, and update all users of setStatus.
|
2010-06-17 08:18:24 -07:00 |
|
Graham Knop
|
89d4f46a18
|
Merge branch 'psgi' into WebGUI8
|
2010-06-11 23:05:06 -05:00 |
|
Colin Kuskie
|
7df0cc51ed
|
Always get a fresh copy of the survey after doing revision control.
|
2010-06-11 19:11:12 -07:00 |
|
Colin Kuskie
|
b8fc033bd7
|
Update the icalFeeds field to use JSON fields correctly.
|
2010-06-11 11:50:32 -07:00 |
|
Graham Knop
|
b1b1a3cc62
|
force scalar context in some needed places
|
2010-06-10 23:52:10 -05:00 |
|
Graham Knop
|
02af1c68f9
|
Merge branch 'WebGUI8' into psgi
|
2010-06-08 17:59:17 -05:00 |
|
Colin Kuskie
|
be259d803c
|
Fix problems with assetExportHtml. The method needs to be rethought, and make check that one exists before calling it via can/DOES. Fix a problem with duplicating the session, since duplicate is not a class method.
|
2010-06-05 22:25:18 -07:00 |
|
Patrick Donelan
|
f16ba76b86
|
Merge branch 'WebGUI8' into psgi
Conflicts:
sbin/testEnvironment.pl
|
2010-06-04 21:01:03 -04:00 |
|
Colin Kuskie
|
0fac75759e
|
Actually build an array of items in getRssFeedItems. Fix several method modifiers.
|
2010-05-21 19:26:55 -07:00 |
|
Colin Kuskie
|
3870aea526
|
Remove deprecated methods in SyndicatedContent.
|
2010-05-21 19:15:22 -07:00 |
|
Colin Kuskie
|
bf268bc66b
|
Fix the canEdit method in the Matrix.
|
2010-05-21 15:05:00 -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 |
|
Colin Kuskie
|
7f23c286da
|
Change newByDynamicClass to newById.
|
2010-05-13 13:50:04 -07:00 |
|
Graham Knop
|
65dfb6e683
|
Merge branch 'WebGUI8' into psgi
|
2010-05-10 17:03:17 -05:00 |
|
Colin Kuskie
|
ecf1c521f3
|
Updates for Moose.
|
2010-05-09 21:03:59 -07:00 |
|
Colin Kuskie
|
95fe1e6d52
|
Module use, and cache updates.
|
2010-05-09 18:14:27 -07:00 |
|
Colin Kuskie
|
057260f131
|
fix a ->get conversion typo.
|
2010-05-09 18:04:19 -07:00 |
|
Colin Kuskie
|
1450d1361d
|
Fix POD problems
|
2010-05-07 18:27:39 -07:00 |
|
Colin Kuskie
|
1aeb75bce9
|
Fix POD whitespace problems.
|
2010-05-06 12:38:00 -07:00 |
|
Colin Kuskie
|
3e168b1c87
|
Trap calls to newById inside getParent. StoryArchive should use cloneFromDb.
|
2010-05-05 11:50:31 -07:00 |
|
Doug Bell
|
cb3f83a93e
|
Merge branch '8' into psgi
Conflicts:
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Session/Scratch.pm
|
2010-04-21 13:03:03 -05:00 |
|
Colin Kuskie
|
7273f705e0
|
Provide defaults for the workflowId and the zoom.
|
2010-04-20 12:20:36 -07:00 |
|
Colin Kuskie
|
ea9bc5b571
|
Fix WebGUI::Utility method used in WikiMaster.
|
2010-04-20 10:43:30 -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
|
c4204eff89
|
clean up more uses of ->get
|
2010-04-19 18:57:01 -05:00 |
|
Doug Bell
|
b767824711
|
cache: s/delete/remove/
|
2010-04-19 18:51:10 -05:00 |
|
Doug Bell
|
165be5b389
|
remove eval{} from caching code
|
2010-04-19 18:41:13 -05:00 |
|
Doug Bell
|
92cd204b31
|
fix composite cache keys and remove setByHttp
|
2010-04-19 14:59:24 -05:00 |
|
Colin Kuskie
|
cd0fbf8ecb
|
Remove subclassed methods validParent and addChild from GalleryFile and Gallery.
|
2010-04-19 10:22:50 -07:00 |
|
Graham Knop
|
8186754b86
|
asset immutability
|
2010-04-18 18:50:56 -05:00 |
|
Graham Knop
|
83dbe97687
|
more object destruction cleanups
|
2010-04-18 18:48:59 -05:00 |
|
Graham Knop
|
22619cfb9a
|
clean up more uses of ->get
|
2010-04-18 18:47:16 -05:00 |
|
Graham Knop
|
5122518652
|
remove useless DESTROYs
|
2010-04-16 20:57:00 -05:00 |
|
Graham Knop
|
f2ce1eff85
|
convert performance indicators to a Plack::Middleware::Debug panel
|
2010-04-16 20:56:09 -05:00 |
|
Graham Knop
|
373be0881d
|
Merge branch 'WebGUI8' into HEAD
|
2010-04-16 20:52:46 -05:00 |
|
Graham Knop
|
29df110409
|
progress and WebGUI::Paths conversion
|
2010-04-15 18:42:16 -05:00 |
|
Patrick Donelan
|
4d703ffd47
|
Added preloading
Removed evil overload
Removed references to Apache2:: from codebase
Attempted to remove circular references
|
2010-04-14 19:36:41 -04:00 |
|
Graham Knop
|
2400f19099
|
Merge branch 'master' into WebGUI8
|
2010-04-13 07:50:02 -05:00 |
|
Colin Kuskie
|
5399eb2065
|
Use the right i18n namespace for DataTable's assetName
|
2010-04-09 11:45:36 -07:00 |
|
Doug Bell
|
b6b5e6c939
|
fix deep recursion on getContentLastModified
|
2010-04-09 11:12:55 -05:00 |
|
Colin Kuskie
|
e0b5f79d6d
|
Temporary fix for the Calendar for now.
|
2010-04-08 17:29:13 -07:00 |
|
Colin Kuskie
|
f56bac9948
|
SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though.
|
2010-04-08 17:00:05 -07:00 |
|
Colin Kuskie
|
c835344813
|
Fixing require loops. Moose overrides for canEdit using packages.
|
2010-04-08 15:13:13 -07:00 |
|
Patrick Donelan
|
0fcc57a09e
|
Removing "use warnings"
|
2010-04-08 17:53:55 -04:00 |
|
Colin Kuskie
|
616d5cc866
|
Moose overrides for purge, purgeRevision, and purgeCache.
|
2010-04-07 16:43:16 -07:00 |
|
Colin Kuskie
|
c786395eb4
|
Moose overriding for indexContent.
|
2010-04-07 15:07:20 -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 |
|