Colin Kuskie
636ca8ae86
Update AssetHelper/Lock test. Missing use line in the module itself.
2010-05-28 12:00:26 -07:00
Scott Walters
14d249d3f0
stale PID file detection -- previous patch cleanup and supress uninit warning
2010-05-28 08:39:16 -04:00
Scott Walters
dc14b06280
stale PID file detection -- previous patch cleanup and supress uninit warning
2010-05-28 08:38:38 -04:00
Scott Walters
83d5f55b09
PID files contain the PID so that on next run, we can test to see
...
if that PID is still alive. If it isn't, the daemon was kill -9'd,
the system crashed, or similar. It isn't running any more and it's
safe to start up again. Don't die on startup unless the PID in the
PID file is valid.
2010-05-28 08:35:50 -04:00
Scott Walters
b5b841e19b
Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
2010-05-27 22:35:55 -04:00
Colin Kuskie
0ae4882906
Give tests prefixes so they run in a predictable order.
2010-05-27 20:54:14 -07:00
Scott Walters
57fe0721ab
Calls to set() and update() set attributes as well as "properties".
...
Fixes t/Keywords.t number 11.
2010-05-27 22:26:37 -04:00
Colin Kuskie
2c780536e8
Remove isa check since the class names are not predictable.
2010-05-27 15:30:42 -07:00
Paul Driver
33411539ee
changelog note for my last commit
2010-05-27 11:49:48 -07:00
Paul Driver
99fbe6d155
escape asset titles in manageTrash
2010-05-27 11:30:12 -07:00
Colin Kuskie
e924f9d3df
Dump the dumping.
2010-05-26 15:57:51 -07:00
Colin Kuskie
5b3103ebf8
Save a second in the Template test.
2010-05-25 21:03:00 -07:00
Colin Kuskie
ad4604e9f8
Missed the template variable help for language_isCurrent.
2010-05-25 14:39:36 -07:00
Colin Kuskie
c2e6978873
Add a template variable for the current language, for better user feedback. Fixes bug #11573 .
2010-05-25 14:14:58 -07:00
Colin Kuskie
ab0204dfd9
Remove HTML from SC sentences and words template variables, and any initial whitespace. Fixes bug #11589 .
2010-05-25 12:41:22 -07:00
Colin Kuskie
9cfcf84c2f
Handle the edge case where no fields are to be returned in a Thingy search. Fixes bug #11587
2010-05-25 12:02:32 -07:00
Colin Kuskie
7a1487be55
Added GUID and pubDate entries to Stories. Updated tests. Fixes bug #11580
2010-05-25 11:42:38 -07:00
Paul Driver
a6db8211c5
IE8 cart js fixes (IE stringifies null as "null" instead of "")
2010-05-25 09:28:25 -07:00
Paul Driver
a78a9c882a
couple of js bugs in cart in the no shipping case
2010-05-25 09:00:35 -07:00
Colin Kuskie
c6682323f6
Remove the javascript check for email addresses.
2010-05-24 11:29:41 -07:00
Colin Kuskie
5075e4f503
Add mobi TLD to list of valid parts of an email. Fixes bug #11582 .
2010-05-24 11:17:59 -07:00
Colin Kuskie
760abafd9c
Put back a www_checkout method, to be used by the Payment plugin when displaying upstream errors. Fixes bug #11584 .
2010-05-24 11:05:33 -07:00
Colin Kuskie
16927cd916
Make tokens and the EMS obey the token's view permissions. Fixes bug #11583
2010-05-24 09:23:19 -07:00
Colin Kuskie
ac3255e0c6
More workflows that need to obey the TTL.
2010-05-23 19:12:57 -07:00
Colin Kuskie
ca1f5e1c86
ArchiveOldStories activity has to obey the TTL for activities.
2010-05-23 19:04:10 -07:00
Colin Kuskie
e4445a2e2b
Need an asset in order to check canAdd
2010-05-23 17:58:50 -07:00
Colin Kuskie
d3d0e03368
Remove some unneeded declared variables.
2010-05-23 16:35:10 -07:00
Colin Kuskie
89302e9875
Fix taxConfiguration property for the Sku asset.
2010-05-23 16:33:30 -07:00
Colin Kuskie
a95ebdf5de
Fix these tests. They no longer die.
2010-05-23 15:54:03 -07:00
Colin Kuskie
9a2b3bfd19
Update another test.
2010-05-23 15:39:42 -07:00
Colin Kuskie
51827b9c27
Fix the UPS test.
2010-05-23 15:36:38 -07:00
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
khenn
b5e20607f8
Added index to inbox_messageState. This table can grow very large on some sites and cause queries to get unread messages to slow down to 3-5 seconds. This index corrects that problem.
2010-05-23 08:24:10 -05:00
Colin Kuskie
59f8c0cea0
Test cleanups. Drop use_ok, change order of cleanup.
2010-05-22 22:48:42 -07: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
b3a684730b
Prune out duplicate tests.
2010-05-21 19:55:34 -07:00
Colin Kuskie
d88926c1ef
Update cache keys for SyndicatedContent in test.
2010-05-21 19:44:00 -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
2aff621168
Cache and data updates for the Matrix test.
2010-05-21 15:05:18 -07:00
Colin Kuskie
bf268bc66b
Fix the canEdit method in the Matrix.
2010-05-21 15:05:00 -07:00
Colin Kuskie
bfbe11ae32
Cleanup, exception handling, fresh assets in GalleryAlbum/delete.t
2010-05-21 13:58:49 -07:00