Colin Kuskie
|
54f0148ec9
|
Use lots and lots of Moose modifiers in the Article.
|
2010-03-24 17:01:18 -07:00 |
|
Colin Kuskie
|
8a3f36a449
|
Fix an accessor name.
|
2010-03-24 15:09:59 -07:00 |
|
Colin Kuskie
|
56fcb761a1
|
Rework StoryArchive for exceptions and modifiers.
|
2010-03-24 14:54:53 -07:00 |
|
Colin Kuskie
|
a10e65f883
|
Use Moose method modifiers for overriding addRev in Story.
|
2010-03-24 10:25:29 -07:00 |
|
Colin Kuskie
|
93e9f71a6c
|
Set the correct valid parent classes for Post.
|
2010-03-23 14:14:11 -07:00 |
|
Colin Kuskie
|
4fb5a55d2f
|
Moose appropriate SUPER for RssFeed role.
|
2010-03-23 12:42:32 -07:00 |
|
Colin Kuskie
|
22bbf2e23c
|
Check the Asset, not the class, and make sure it is loaded.
|
2010-03-23 11:54:19 -07:00 |
|
Colin Kuskie
|
4a78377936
|
Fix WikiMaster's assetName
|
2010-03-23 11:52:56 -07:00 |
|
Colin Kuskie
|
4c3a26b023
|
WikiPage uses an role to force hiddenness now. No need to subclass addRevision.
|
2010-03-23 11:52:18 -07:00 |
|
Colin Kuskie
|
c2fac1e865
|
Fix i18n namespace typos in the EMS
|
2010-03-23 11:08:57 -07:00 |
|
Colin Kuskie
|
d32a380943
|
Fix a typo in the Wobject i18n file.
|
2010-03-23 11:06:57 -07:00 |
|
Colin Kuskie
|
efbe9a9691
|
Fix typo in i18n namespace.
|
2010-03-23 11:04:49 -07:00 |
|
Colin Kuskie
|
e2033afbac
|
Fix a typo in Subscribable Role.
|
2010-03-19 14:42:16 -07:00 |
|
Colin Kuskie
|
88ec09d279
|
rework how validParent works, and where it is checked. Add an explicit check for it in addChild, and remove a bunch of overridden addChild methods.
|
2010-03-19 14:31:49 -07:00 |
|
Colin Kuskie
|
a8496c4d15
|
Convert Comments role to use Types. Build a test for it.
|
2010-03-18 15:06:17 -07:00 |
|
Colin Kuskie
|
1363a8627a
|
Serialize _to_ json in write.
|
2010-03-18 15:05:19 -07:00 |
|
Colin Kuskie
|
b41338cef5
|
Pull types into its own file.
|
2010-03-18 14:46:13 -07:00 |
|
Colin Kuskie
|
a92a50046e
|
Add a file to hold WebGUI types for Moose. Note, reads from the db come back as undef, so it has to be explicitly coerced.
|
2010-03-18 14:44:52 -07:00 |
|
Colin Kuskie
|
bc466ab74f
|
Add a validParent check to Post.
|
2010-03-18 12:40:47 -07:00 |
|
Colin Kuskie
|
a3f58bd841
|
Remove override of addChild in Post, since the same check is done via www_add/canAdd/validParent.
|
2010-03-18 12:38:31 -07:00 |
|
Colin Kuskie
|
b0cad3b155
|
Remove get and update overrides in Asset::Role::Comments
|
2010-03-18 09:10:45 -07:00 |
|
Colin Kuskie
|
e076ecbfe2
|
Add tests for traits and coercion for JSON in the db.
|
2010-03-18 09:00:21 -07:00 |
|
Colin Kuskie
|
2997471b5f
|
fix assetName calls for Asset and Wobject.
|
2010-03-12 08:55:07 -08:00 |
|
Colin Kuskie
|
8209de7978
|
Add tests for most other wobjects. Block broken code in Role/Asset/Comments. Refactor run_asset.t
|
2010-03-12 08:41:04 -08:00 |
|
Colin Kuskie
|
953df3563f
|
Remove duplicate accessor method.
|
2010-03-12 08:06:26 -08:00 |
|
Colin Kuskie
|
f4467cb10f
|
Attempt #1 to pass traits through property.
|
2010-03-11 13:42:38 -08:00 |
|
Graham Knop
|
45ca61b7c2
|
more import cleanups
|
2010-03-10 12:59:52 -06:00 |
|
Graham Knop
|
2af4c4de63
|
clean up WebGUI::Utility imports
|
2010-03-10 12:59:51 -06:00 |
|
Graham Knop
|
a22162b895
|
clean up Tie::CPHash imports
|
2010-03-10 12:59:51 -06:00 |
|
Graham Knop
|
913fa9ad03
|
clean up Tie::IxHash imports
|
2010-03-10 12:59:51 -06:00 |
|
Colin Kuskie
|
4beab182a5
|
Fix uiLevel in Folder.
|
2010-03-09 14:18:09 -08:00 |
|
Colin Kuskie
|
ffb7945c34
|
Remove leftover definition sub stubs.
|
2010-03-09 13:51:07 -08:00 |
|
Colin Kuskie
|
87c00d41c1
|
appending to an attribute must quote the +
|
2010-03-09 13:43:22 -08:00 |
|
Colin Kuskie
|
a3aeae9a4e
|
Continue change from define uiLevel to has uiLevel.
|
2010-03-09 13:07:14 -08:00 |
|
Colin Kuskie
|
a3614f5211
|
Move uiLevel from a define to a property so it can be inherited.
|
2010-03-09 12:58:55 -08:00 |
|
Colin Kuskie
|
b5e03dd90f
|
Remove dead method with the same name as a property.
|
2010-03-05 14:42:08 -08:00 |
|
Colin Kuskie
|
ecd31580cf
|
Applying class metaroles before the other roles seems to do the right thing.
|
2010-03-05 10:28:32 -08:00 |
|
Colin Kuskie
|
053b5a869e
|
Rework get_tables to check each and every property.
|
2010-03-04 16:08:30 -08:00 |
|
Colin Kuskie
|
d5dd260f32
|
More instanciator cleanup.
|
2010-03-04 08:55:10 -08:00 |
|
Colin Kuskie
|
3d9006b643
|
Update Auth system for wg8 instanciators.
|
2010-03-04 08:52:46 -08:00 |
|
Colin Kuskie
|
360acb5191
|
Use wg8 instanciators.
|
2010-03-04 08:50:57 -08:00 |
|
Colin Kuskie
|
f17fc5c7ad
|
Update Macros for wg8 instanciators.
|
2010-03-04 08:48:27 -08:00 |
|
Colin Kuskie
|
35e1e8c943
|
Fix SC use of RssFeed role.
|
2010-03-04 08:37:20 -08:00 |
|
Colin Kuskie
|
26e50b97f9
|
Fix POD typo.
|
2010-03-03 21:25:57 -08:00 |
|
Colin Kuskie
|
bf1cb7b721
|
Aspect to Role renaming
|
2010-03-03 21:10:35 -08:00 |
|
Colin Kuskie
|
dfc388fe3d
|
More Subscribable fixes.
|
2010-03-03 21:08:18 -08:00 |
|
Colin Kuskie
|
ecc71d455d
|
Update Shop for new instanciators and for exception handling.
|
2010-03-03 21:07:38 -08:00 |
|
Colin Kuskie
|
03427eed10
|
Update ProgressBar for new wg8 instanciators.
|
2010-03-03 20:56:45 -08:00 |
|
Colin Kuskie
|
3e7e2c49c9
|
And again.
|
2010-03-03 20:56:09 -08:00 |
|
Colin Kuskie
|
2147d7f689
|
Update getAssetsInTrash method for wg8 instanciations and exception handling.
|
2010-03-03 20:55:16 -08:00 |
|