Commit graph

9894 commits

Author SHA1 Message Date
Graham Knop
aba7dd7be4 make sure pluggable passes through exceptions 2010-04-19 18:57:01 -05:00
Graham Knop
0efa62a73c asset immutability 2010-04-19 18:57:01 -05:00
Graham Knop
a1d8dbd67a more object destruction cleanups 2010-04-19 18:57:01 -05:00
Graham Knop
c4204eff89 clean up more uses of ->get 2010-04-19 18:57:01 -05:00
Doug Bell
829bb7739e add back string literal identifier 2010-04-19 18:55:45 -05:00
Doug Bell
b767824711 cache: s/delete/remove/ 2010-04-19 18:51:10 -05:00
Doug Bell
165be5b389 remove eval{} from caching code 2010-04-19 18:41:13 -05:00
Colin Kuskie
841e9d5784 fix purgeCache in Asset.pm. Add a test for it to Asset.t 2010-04-19 16:36:22 -07:00
Colin Kuskie
9a9b33b4b3 Double my creates old version tag that is not found outside the scope. 2010-04-19 14:12:22 -07:00
Doug Bell
970ac6121d remove old and busted for new hotness 2010-04-19 14:59:42 -05:00
Doug Bell
92cd204b31 fix composite cache keys and remove setByHttp 2010-04-19 14:59:24 -05:00
Colin Kuskie
43413fe75c Put back the skipNotification property into Asset. 2010-04-19 11:00:45 -07:00
Colin Kuskie
ff1cd9fad8 Update Session POD for CHI. 2010-04-19 10:32:22 -07:00
Colin Kuskie
cd0fbf8ecb Remove subclassed methods validParent and addChild from GalleryFile and Gallery. 2010-04-19 10:22:50 -07:00
Doug Bell
30e2a857d8 finished adding CHI 2010-04-19 11:36:25 -05:00
Doug Bell
5cdde20633 initial CHI implementation 2010-04-19 11:02:18 -05:00
Doug Bell
d46f77bf2e more work on admin console 2010-04-19 11:02:17 -05:00
Graham Knop
9c613ab638 more WebGUI::Paths fixes 2010-04-19 11:01:39 -05:00
Graham Knop
033b4d7c0b fix WebGUI::Paths recursion 2010-04-19 10:58:14 -05:00
Graham Knop
e4e27d6e96 Merge branch 'master' into WebGUI8 2010-04-16 20:45:22 -05:00
Paul Driver
1a77fce843 make it impossible to have a locked working tag 2010-04-16 15:24:34 -07:00
Graham Knop
a22ac8d4ba add POD for WebGUI::Paths 2010-04-15 19:12:17 -05:00
Graham Knop
3b5ba1409e update WebGUI version 2010-04-15 19:12:16 -05:00
Graham Knop
8f6ae3f47e bump Config::JSON requirement and use Moose for WebGUI::Config 2010-04-15 19:12:16 -05:00
Graham Knop
e64345af5e make constant methods mockable 2010-04-15 19:12:16 -05:00
Graham Knop
a484fb126d code cleanup to WebGUI::Paths 2010-04-15 19:12:15 -05:00
Graham Knop
cb6c9a2a0f move upgrades to new location 2010-04-15 19:12:15 -05:00
Graham Knop
39adb44007 fix pluggable and config 2010-04-15 19:12:14 -05:00
Graham Knop
7afda00d9b test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
Graham Knop
0df14c680c fix WebGUI::Paths import parameters 2010-04-15 18:49:26 -05:00
Graham Knop
a141de0ebf removing first parameter from WebGUI::Session->open and other cleanups 2010-04-15 18:49:26 -05:00
Graham Knop
29df110409 progress and WebGUI::Paths conversion 2010-04-15 18:42:16 -05:00
Graham Knop
90d63c6713 all WebGUI::Paths subs should be methods 2010-04-15 18:41:22 -05:00
Graham Knop
7067afe8a9 fix syntax error, add basic tests 2010-04-15 18:41:22 -05:00
Graham Knop
45b84ec93f more paths methods 2010-04-15 18:41:22 -05:00
Graham Knop
26bfeb772e add methods for preloads 2010-04-15 18:41:22 -05:00
Graham Knop
4342db6353 start on WebGUI::Paths module 2010-04-15 18:41:22 -05:00
Graham Knop
7c7136f02a remove useless variable declaration 2010-04-15 14:03:09 -05:00
Graham Knop
8206aeaec5 enhance format of .wgaccess files to provide security for Gallery files 2010-04-15 11:38:58 -05:00
Doug Bell
439eda2da2 back button/menu working 2010-04-14 15:32:40 -05:00
Colin Kuskie
7fe81165ed Bug fixes, changes to default wikipage template for keyword pages, and template var clarifications. 2010-04-13 11:28:31 -07:00
Colin Kuskie
1395fcc411 Add RFE #10944, keyword pages.
Keyword pages are any page where the title is exactly the same as any keyword
for any page in the wiki.  Keyword pages work the same as any wiki page, but
also may display a list of pages that are tagged with the keyword.
2010-04-13 11:05:29 -07:00
Colin Kuskie
55ceb579fb Add missing template help for the WikiPage view template. 2010-04-13 10:55:48 -07:00
Graham Knop
2400f19099 Merge branch 'master' into WebGUI8 2010-04-13 07:50:02 -05:00
Colin Kuskie
873c07ac73 Must return the state of the call to super() in Subscribable's purge. 2010-04-11 19:57:14 -07:00
Doug Bell
a7598482c5 initial locationbar commit 2010-04-09 18:15:43 -05:00
Colin Kuskie
a598c134c1 Do not pass myself off as a parent. 2010-04-09 15:21:21 -07:00
Colin Kuskie
8e946aa6e6 Fix a typo in getCurrentRevisionDate. 2010-04-09 15:12:57 -07:00
Colin Kuskie
acded27995 Pass myself along as the asset to check for valid parentage. 2010-04-09 15:04:49 -07:00
Colin Kuskie
4895b14383 hm, actually need that WebGUI::Asset::Shortcut thing 2010-04-09 15:04:34 -07:00