Scott Walters
|
14b79a671b
|
Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
|
2010-05-23 13:27:32 -04:00 |
|
khenn
|
5692106e85
|
Added better error handling for JSON parse errors. Scripts don't crash any longer when JSON gets a bad parse string. Instead the script receives a valid empty response and a warning is thrown to the log containing the JSON string passed in as well as the user who tried to execute.
|
2010-05-23 12:12:05 -05:00 |
|
khenn
|
82e52fd8d5
|
Fixed an issue where collaboration systems with file attachments throw an error if attachment is not an image or the attachment is an image but doesn't have an associated icon. Also removed redundant calls to $storage->isImage and $storage->getUrl
|
2010-05-23 10:09:25 -05:00 |
|
Colin Kuskie
|
095b7c7ef9
|
Add missing use lines to ITransact.
|
2010-05-22 22:38:32 -07:00 |
|
Colin Kuskie
|
ae88345e04
|
Revert the sense of the exception handling, to the right state.
|
2010-05-22 22:27:46 -07:00 |
|
Colin Kuskie
|
5759620eb4
|
Add missing use line for Asset.
|
2010-05-22 20:41:32 -07:00 |
|
Colin Kuskie
|
4db2408a18
|
Pass duplicate the skipAutoCommitWorkflows switch. Fixes bug #11581.
|
2010-05-22 12:43:27 -07: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
|
3faacabed2
|
Change prepareView to use around instead of override, so it can work with packages that also need to wrap prepareView.
|
2010-05-21 19:26:07 -07:00 |
|
Colin Kuskie
|
3870aea526
|
Remove deprecated methods in SyndicatedContent.
|
2010-05-21 19:15:22 -07:00 |
|
Colin Kuskie
|
a4dd6f1362
|
POD for WebGUI::Types
|
2010-05-21 18:39:36 -07:00 |
|
Colin Kuskie
|
74c6f50bd2
|
Document init_meta in POD (I hope).
|
2010-05-21 18:32:43 -07:00 |
|
Colin Kuskie
|
bf268bc66b
|
Fix the canEdit method in the Matrix.
|
2010-05-21 15:05:00 -07:00 |
|
Colin Kuskie
|
9059cf5f3f
|
Exception handling for finding children in AssetLineage.
|
2010-05-21 13:58:07 -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
|
9e50f5e8c2
|
Exception and class handling for getLastPost in the Thread. Update a test accordingly.
|
2010-05-20 15:45:28 -07:00 |
|
kimd
|
77e331a129
|
Added more owner information to the gallery (RFE 9774)
|
2010-05-20 13:25:46 -05:00 |
|
Scott Walters
|
aeb36106e2
|
warning / Useless use of /d modifier in transliteration operator
|
2010-05-19 12:57:01 -04:00 |
|
Colin Kuskie
|
7608200a6b
|
The edit stamp should contain the name of the user who edited the post, not the original poster. Fixes bug #11578.
|
2010-05-19 09:15:03 -07:00 |
|
Colin Kuskie
|
e485fc36b4
|
Add a missing i18n label for the new unsubscribe help.
|
2010-05-18 17:42:50 -07:00 |
|
Colin Kuskie
|
f1ea8105d4
|
Allow users to unsubscribe via email address, without logging in. Fixes bug #11559.
|
2010-05-18 15:58:24 -07:00 |
|
Doug Bell
|
96a52c5748
|
Merge remote branch 'spunky/rfe11517'
|
2010-05-18 11:24:23 -05:00 |
|
Colin Kuskie
|
9cf2a308c5
|
Make the shortcut obey the modified permissions of its originating Asset. Fixes bug #11549.
|
2010-05-18 08:46:13 -07:00 |
|
Colin Kuskie
|
7afb41fdf9
|
Allow whitespace formatting in user invitations. Preserve text messages with newlines. Fixes bug #11538
|
2010-05-17 16:13:01 -07:00 |
|
Colin Kuskie
|
3ae3684aea
|
Better handling for paragraphs in the SC. This code needs to be refactored out and generalized into a method that anything can use. Fixes bug #11563.
|
2010-05-17 13:15:32 -07:00 |
|
kimd
|
8030bed30b
|
Gallery: Sorting of files uploaded in zip archives (RFE 11517)
|
2010-05-17 22:03:38 +02:00 |
|
Colin Kuskie
|
414e60380f
|
Do not allow any backdoors for Visitor to get into his account. Fixes bug #11572.
|
2010-05-17 08:27:01 -07:00 |
|
Colin Kuskie
|
d2b6a7fff1
|
Fix a bug in how groups using IP filters cache the user Visitor. Also, significant speedups in group lookups. Fixes bug #11552.
|
2010-05-16 22:11:33 -07:00 |
|
Colin Kuskie
|
f3c1c0e4a5
|
Better handling of calling validParent without an asset, somewhere.
|
2010-05-13 21:10:44 -07:00 |
|
Colin Kuskie
|
d690148c2c
|
Fix a syntax error in the SQL to get shortcuts in the trash.
|
2010-05-13 21:03:27 -07:00 |
|
Colin Kuskie
|
427fd5e53a
|
Removing more dead code. There is no maxImageSize property.
|
2010-05-13 19:46:47 -07:00 |
|
Colin Kuskie
|
252138777c
|
Fix a bad sort. Clarify some POD in the Photo.
|
2010-05-13 15:50:46 -07:00 |
|
Colin Kuskie
|
4fef8cb486
|
Fix a bad sort. Clarify some POD in the Photo.
|
2010-05-13 15:41:51 -07:00 |
|
Colin Kuskie
|
7258e11e7e
|
Move Shortcut definition methods to Moose methods.
|
2010-05-13 15:28:45 -07:00 |
|
khenn
|
cdc2ea2547
|
forgot to save a bug fix
|
2010-05-13 17:21:08 -05:00 |
|
khenn
|
b0c7c1162d
|
Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox.
|
2010-05-13 17:15:41 -05:00 |
|
Colin Kuskie
|
8a9e4c73c1
|
Remove dead code in the Photo asset.
|
2010-05-13 14:06:13 -07:00 |
|
Colin Kuskie
|
6dbd389c86
|
Remove dead code in the Photo asset.
|
2010-05-13 14:05:10 -07:00 |
|
Colin Kuskie
|
7f23c286da
|
Change newByDynamicClass to newById.
|
2010-05-13 13:50:04 -07:00 |
|
Colin Kuskie
|
b1221a8442
|
DataTable pagination is not by page, but by result number. Fixes bug #11567.
|
2010-05-12 13:48:09 -07:00 |
|
Colin Kuskie
|
2a6e50b478
|
Make this code readable.
|
2010-05-11 22:13:25 -07:00 |
|
Colin Kuskie
|
18de531bc1
|
Fix typos in recursive Group->getAllUsers calls. Fixes bug #11566
|
2010-05-11 18:41:23 -07:00 |
|
Colin Kuskie
|
55d55b4eee
|
Install better error handling code into RequestApprovalForVersionTag. Do not generate leading commas in workflow instance scratch data.
|
2010-05-11 16:21:32 -07:00 |
|
Paul Driver
|
503a378756
|
ProgressBar::run and now Asset->www_copy has a bar
|
2010-05-11 15:34:22 -07:00 |
|
Colin Kuskie
|
67a66647ec
|
CHI requires a switch to keep track of cache size. Also, flush should be mapped to CHI's clear method. Fixes bug #11565.
|
2010-05-11 10:09:55 -07:00 |
|
Colin Kuskie
|
bd41360ad4
|
Internationalize all cart error messages.
|
2010-05-10 19:21:57 -07:00 |
|
Colin Kuskie
|
22d6806dfe
|
Better UI for changing addresses. Prevent bad things from happening if the user delete required fields.
|
2010-05-10 17:19:01 -07:00 |
|
Colin Kuskie
|
18301e3bfd
|
Make address form fields less sticky. If you want data saved, you must choose the Update address option.
|
2010-05-10 16:43:53 -07:00 |
|
Colin Kuskie
|
6965611994
|
Make the state field required in cart addresses. Fixes bug #11564.
|
2010-05-10 16:15:28 -07:00 |
|
Graham Knop
|
65dfb6e683
|
Merge branch 'WebGUI8' into psgi
|
2010-05-10 17:03:17 -05:00 |
|