Colin Kuskie
|
20e6ba5ed3
|
Fix a typo in the CS sort by hover help. Fixes bug #11610
|
2010-06-07 07:59:02 -07:00 |
|
Colin Kuskie
|
c5203cb737
|
Remove some debug code.
|
2010-06-06 22:32:40 -07:00 |
|
Colin Kuskie
|
d81a28b235
|
Fix some broken Form fields. Fixes bug #11611
|
2010-06-06 22:29:52 -07: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 |
|
khenn
|
e74753c082
|
Not enough arguments to searchOther
|
2010-06-04 17:28:36 -05:00 |
|
khenn
|
5a329f8bf3
|
Merge branch 'master' of git@github.com:plainblack/webgui
|
2010-06-04 17:03:26 -05:00 |
|
khenn
|
d082e4eee3
|
Fixed #11613 - After successful save of a Thing, the form is cleared for the next thing to be entered
|
2010-06-04 17:00:24 -05:00 |
|
Colin Kuskie
|
dd716fa796
|
Fix the default URL for an Asset. It should be based on the parent, if available, and the menutitle.
|
2010-06-04 13:27:40 -07:00 |
|
Colin Kuskie
|
193223c678
|
Adding Settable flag for non-properties that should be handled by set/write.
|
2010-06-04 13:19:03 -07:00 |
|
Colin Kuskie
|
8c759ed7bc
|
Implement keywords differently (successfully) in the Asset class. Extra tests to verify it in Asset.t
|
2010-06-04 11:33:06 -07:00 |
|
martin
|
73c762d6f1
|
Fixed bug where Template form plugin would not show anything for getValueAsHtml.
|
2010-06-04 11:54:36 +00:00 |
|
khenn
|
053292a75b
|
Added new API method commitAsUser allowing developers to commit version tags as other users
|
2010-06-03 21:44:29 -05:00 |
|
Scott Walters
|
7933e12ab5
|
get() shouldn't return session; fixes the Asset.t "get, specific properties - no session" test
|
2010-06-03 20:04:01 -04:00 |
|
Colin Kuskie
|
95b6b66d69
|
fix a problem with the generated HTML id.
|
2010-06-03 16:56:19 -07:00 |
|
Colin Kuskie
|
4fb7933e34
|
Exception handling for getSku.
|
2010-06-03 16:11:11 -07:00 |
|
Colin Kuskie
|
5a904a85db
|
Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604.
|
2010-06-03 10:56:03 -07:00 |
|
Colin Kuskie
|
7b27498912
|
Change ->get to direct object accessors.
|
2010-06-02 19:59:14 -07:00 |
|
Colin Kuskie
|
951864f6d3
|
Add more tests for Calendar edge cases, and remove 1 day from the all day event window in getEventsIn. Fixes bug #11596.
|
2010-06-02 14:53:38 -07:00 |
|
Doug Bell
|
1f492b5fd6
|
fix navigation problem
|
2010-06-01 20:17:24 -05:00 |
|
Doug Bell
|
247c607393
|
fixes for weaken and iterator
|
2010-06-01 19:37:53 -05:00 |
|
Doug Bell
|
2c75ab27e6
|
migrate to getLineageIterator to save memory
|
2010-06-01 16:23:49 -05:00 |
|
Doug Bell
|
cc87552a22
|
weaken all session refs
|
2010-06-01 16:23:48 -05:00 |
|
kimd
|
387942e68d
|
Added search by location to the Gallery (RFE 11504)
|
2010-06-01 16:23:48 -05:00 |
|
Paul Driver
|
e88fe856a2
|
style nits in www_importPackage
|
2010-06-01 12:29:45 -07:00 |
|
Paul Driver
|
3a9c3e5d9a
|
checkbox in asset manager for clearPackageFlag
|
2010-06-01 12:25:49 -07:00 |
|
Scott Walters
|
483acbc382
|
Revert "Calls to set() and update() set attributes as well as "properties"."
This reverts commit 57fe0721ab.
|
2010-05-31 14:39:36 -04:00 |
|
Colin Kuskie
|
5a4bded0d6
|
Fix a bug with Shelf template variables. Fixes bug #11603.
|
2010-05-31 10:16:38 -07:00 |
|
Colin Kuskie
|
636ca8ae86
|
Update AssetHelper/Lock test. Missing use line in the module itself.
|
2010-05-28 12:00:26 -07:00 |
|
Scott Walters
|
b5b841e19b
|
Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
|
2010-05-27 22:35:55 -04: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 |
|
Paul Driver
|
99fbe6d155
|
escape asset titles in manageTrash
|
2010-05-27 11:30:12 -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 |
|
Colin Kuskie
|
c6682323f6
|
Remove the javascript check for email addresses.
|
2010-05-24 11:29:41 -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
|
89302e9875
|
Fix taxConfiguration property for the Sku asset.
|
2010-05-23 16:33:30 -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 |
|
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 |
|