Commit graph

3284 commits

Author SHA1 Message Date
Colin Kuskie
5399eb2065 Use the right i18n namespace for DataTable's assetName 2010-04-09 11:45:36 -07:00
Colin Kuskie
d3a3c4d37e Moose subclassing for Asset/File/* 2010-04-09 10:36:16 -07:00
Colin Kuskie
c35f3b9ffb Moose subclassing for Asset/*.pm. 2010-04-09 10:30:54 -07:00
Colin Kuskie
0c003083a0 Moose overrides in Event, File, Post 2010-04-09 10:17:26 -07:00
Doug Bell
b6b5e6c939 fix deep recursion on getContentLastModified 2010-04-09 11:12:55 -05:00
Colin Kuskie
b9d102fc31 SUPER fixing for Thread. 2010-04-08 17:32:43 -07:00
Colin Kuskie
e0b5f79d6d Temporary fix for the Calendar for now. 2010-04-08 17:29:13 -07:00
Colin Kuskie
f56bac9948 SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though. 2010-04-08 17:00:05 -07:00
Colin Kuskie
fd736e7f67 SUPER handling for Wobject. 2010-04-08 16:25:54 -07:00
Colin Kuskie
593d02d68b SUPER handling for Sku/*.pm 2010-04-08 16:23:04 -07:00
Colin Kuskie
87b5eed18b Remove duplicate code in Sku/Ad.pm using sub arguments. 2010-04-08 15:37:05 -07:00
Colin Kuskie
c835344813 Fixing require loops. Moose overrides for canEdit using packages. 2010-04-08 15:13:13 -07:00
Colin Kuskie
d69ed84fd4 Fix the POST purge override call to super. 2010-04-07 18:31:10 -07:00
Colin Kuskie
616d5cc866 Moose overrides for purge, purgeRevision, and purgeCache. 2010-04-07 16:43:16 -07:00
Colin Kuskie
7ba89245fa Moose override for paste (Post only) 2010-04-07 15:25:21 -07:00
Colin Kuskie
ee725b0b84 Moose override for cut (Post only) 2010-04-07 15:24:25 -07:00
Colin Kuskie
c786395eb4 Moose overriding for indexContent. 2010-04-07 15:07:20 -07:00
Colin Kuskie
794b26d325 Moose override commit in Thread and CS. 2010-04-06 19:30:35 -07:00
Colin Kuskie
ce39ad6a14 Must set cache after updating, since the attribute clears the cache if the ids are different. 2010-04-06 19:10:57 -07:00
Colin Kuskie
c549803777 Reindent Article.pm 2010-04-06 19:05:12 -07:00
Colin Kuskie
e03fdef2bb i18n fix for EMSRibbon definition 2010-04-06 18:26:46 -07:00
Colin Kuskie
dee5bbe5d0 Proper Moose setup for addRevision... 2010-04-06 16:13:02 -07:00
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
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
efbe9a9691 Fix typo in i18n namespace. 2010-03-23 11:04:49 -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
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
2997471b5f fix assetName calls for Asset and Wobject. 2010-03-12 08:55:07 -08:00
Colin Kuskie
953df3563f Remove duplicate accessor method. 2010-03-12 08:06:26 -08: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
b5e03dd90f Remove dead method with the same name as a property. 2010-03-05 14:42:08 -08:00
Colin Kuskie
35e1e8c943 Fix SC use of RssFeed role. 2010-03-04 08:37:20 -08:00
Colin Kuskie
bf1cb7b721 Aspect to Role renaming 2010-03-03 21:10:35 -08:00
Colin Kuskie
9b4a9beba2 Remove usage of Class:C3 in favor of roles. 2010-03-03 17:58:55 -08:00
Colin Kuskie
65a5053563 Fix a missing label in the WikiPage 2010-03-03 16:41:22 -08:00
Colin Kuskie
8f6c20d2f1 Fix lots of syntax errors and bad definition configuration. 2010-03-03 16:32:57 -08:00
Colin Kuskie
814c2af249 Change calls to new to newById across Asset/ 2010-03-03 16:27:45 -08:00