Commit graph

15691 commits

Author SHA1 Message Date
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
963690641e Remove tests that only test Asset.pm, and not all Asset sub-classes. 2010-04-19 16:16:49 -07:00
Doug Bell
e60c6fdc91 Merge remote branch 'spunky/rfe620'
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
2010-04-19 17:25:30 -05: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
Colin Kuskie
b7dd49d3ae Double my creates old version tag that is not found outside the scope. 2010-04-19 14:07:22 -07:00
kimd
dd72159db0 Added buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (RFE 620). 2010-04-19 22:24:09 +02: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
ef89051084 added new cache to upgrade 2010-04-19 12:00:36 -05:00
Doug Bell
9015df5f98 added new cache to original conf 2010-04-19 11:58:07 -05:00
Doug Bell
30e2a857d8 finished adding CHI 2010-04-19 11:36:25 -05:00
Colin Kuskie
b4f7bb4334 Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525. 2010-04-19 09:07:53 -07: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
Colin Kuskie
d26a3dc862 Fix bad POD in the installClass utility script 2010-04-19 08:47:25 -07:00
Colin Kuskie
c0361fda0e Remove test for old RSS method that no longer exists. 2010-04-19 08:41:48 -07:00
Colin Kuskie
54583d2308 Fix a POD whitespace problem. 2010-04-19 08:37:37 -07:00
Colin Kuskie
c8414bee52 Check for lack of existence of an asset before logging an error. Fixes bug #11526 2010-04-19 08:22:01 -07:00
Colin Kuskie
ea5e82b626 Make sure that we can start a workflow via a cron job. Fixes bugs #11444 and #10189 2010-04-19 08:14:21 -07:00
Graham Knop
a7da8edde4 speed up user instantiation 2010-04-18 18:55:38 -05:00
Graham Knop
13589977f2 don't recompute packed template on object instantiation 2010-04-18 18:54:21 -05:00
Graham Knop
cf60a9e51e make sure pluggable passes through exceptions 2010-04-18 18:51:25 -05:00
Graham Knop
8186754b86 asset immutability 2010-04-18 18:50:56 -05:00
Graham Knop
83dbe97687 more object destruction cleanups 2010-04-18 18:48:59 -05:00
Graham Knop
22619cfb9a clean up more uses of ->get 2010-04-18 18:47:16 -05:00
Graham Knop
2a3482b1c3 fix bad capitalization 2010-04-18 18:44:48 -05:00
Patrick Donelan
751023354d Merge branch 'psgi' of github.com:plainblack/webgui into psgi
* 'psgi' of github.com:plainblack/webgui:
  fix things i broke

Conflicts:
	lib/WebGUI/Session/ErrorHandler.pm
2010-04-18 14:53:14 -04:00
Patrick Donelan
5c70ffb3e0 Minor improvements
Updated TODO
Enabled preloading
Added defaultPSGI to WebGUI::Paths
Added example of testing site via Plack::Test
2010-04-18 14:51:24 -04:00
Graham Knop
d667f724f4 fix things i broke 2010-04-18 13:45:47 -05:00
Patrick Donelan
f99f672b06 Minor refactoring 2010-04-17 20:52:22 -04:00
Patrick Donelan
ecc9967f2e Think twice before "improving" anything Haarg has committed 2010-04-17 19:49:53 -04:00
Patrick Donelan
8b05bc9f4d Temporary preloading 2010-04-17 19:37:46 -04:00
Patrick Donelan
9621120825 PSGI improvements
Call to_app() explicitly rather than using Plack::Component's overload
Compile the psgi sub once per app, not once per req
2010-04-17 19:06:07 -04:00
Colin Kuskie
55d2e510d6 Add top-level keywords, which allows for hierarchial categorization of wiki pages. 2010-04-16 20:46:55 -07:00
Graham Knop
ad68c7bd19 note new module versions 2010-04-16 20:57:25 -05:00
Graham Knop
1150528b8a delete WebGUI::Session::Os 2010-04-16 20:57:19 -05:00
Graham Knop
7ff307cabe fix double sub def in WebGUI::SQL 2010-04-16 20:57:13 -05:00
Graham Knop
ff2a36026a WebGUI.pm as subclass of Plack::Component 2010-04-16 20:57:07 -05:00
Graham Knop
5122518652 remove useless DESTROYs 2010-04-16 20:57:00 -05:00
Graham Knop
2b78fe913b classes under session should weaken their session references 2010-04-16 20:56:49 -05:00
Graham Knop
241c94175f move more stuff into psgi file, rewrite WGAccess middleware 2010-04-16 20:56:43 -05:00
Graham Knop
e4a0017ce9 move debug configuration into psgi 2010-04-16 20:56:37 -05:00
Graham Knop
cd9afc78b9 fix some WebGUI::Paths stuff, multi-site plackup 2010-04-16 20:56:30 -05:00
Graham Knop
8c3ecce95f remove redundant logger 2010-04-16 20:56:19 -05:00
Graham Knop
f2ce1eff85 convert performance indicators to a Plack::Middleware::Debug panel 2010-04-16 20:56:09 -05:00