Commit graph

15104 commits

Author SHA1 Message Date
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
Colin Kuskie
4eca8bb993 Commit the initial Survey for the test. 2010-06-04 10:17:52 -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
b5d17576b0 change some ->gets to direct accessors. 2010-06-03 19:37:57 -07:00
Colin Kuskie
cd97f2e0ab Remove use_ok, SKIP, plan, END block. 2010-06-03 17:09:58 -07:00
Colin Kuskie
2ad02b32e1 Codify in 1 place how to skip autocommit workflows, and notification. 2010-06-03 17:09:18 -07:00
Colin Kuskie
15faef5d01 Fix caching a subroutine ref. Small test cleanups. 2010-06-03 16:56:52 -07:00
Colin Kuskie
95b6b66d69 fix a problem with the generated HTML id. 2010-06-03 16:56:19 -07:00
Colin Kuskie
3ccf71ae0b Better test cleanups. Hopefully, this fixes the RemoveOldCarts activity. 2010-06-03 16:12:14 -07:00
Colin Kuskie
0d2ac6a858 Get pending assets for cleanup. 2010-06-03 16:11:56 -07:00
Colin Kuskie
4fb7933e34 Exception handling for getSku. 2010-06-03 16:11:11 -07:00
Colin Kuskie
9a1c5c9c03 Cart cleanup from leaky PayDriver test. 2010-06-03 15:40:07 -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
2976539482 Content check via truthiness. 2010-06-02 20:26:39 -07:00
Colin Kuskie
dcb9bacc83 One plan per test, please! 2010-06-02 20:23:22 -07:00
Colin Kuskie
e3de7cd162 Update object accessors, fix a problem with pasting. 2010-06-02 19:59:32 -07:00
Colin Kuskie
7b27498912 Change ->get to direct object accessors. 2010-06-02 19:59:14 -07:00
Colin Kuskie
74b500e443 Tests for properties that should be returned by get, and some that should not. Done by hash inspection. 2010-06-02 16:37:00 -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
dcf8b747b1 preparing for 7.9.7 dev 2010-06-01 21:13:20 -05:00
Doug Bell
1f492b5fd6 fix navigation problem 2010-06-01 20:17:24 -05:00
Doug Bell
f2e0fb509a preparing for 7.9.6 release 2010-06-01 19:39:56 -05:00
Doug Bell
247c607393 fixes for weaken and iterator 2010-06-01 19:37:53 -05:00
Doug Bell
60cefb3102 more changlog... 2010-06-01 16:24:42 -05:00
Doug Bell
6583fb4176 add changelog 2010-06-01 16:24:19 -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
426cc209ac changelog note for new checkbox 2010-06-01 12:31:51 -07: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
Paul Driver
c5bddbd95c testing clearPackageFlag 2010-06-01 12:24:52 -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
c31fee588c No test planning. 2010-05-28 12:00:26 -07:00
Colin Kuskie
eeef1a2349 Add tests for setVersionLock, no more test plans. 2010-05-28 12:00:26 -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
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