11
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #12 from haarg/tt-asset-plugin More... over 14 years ago
remove old upgrades More... over 14 years ago
README and docs/install fixes. More... over 14 years ago
fix undefined warnings More... almost 15 years ago
remove getValue for the third time maybe? More... almost 15 years ago
fix outdated macros in conf.original More... almost 15 years ago
-0.00 ne 0.00. Handle both cases of ~0 when checking out to intercept and finish the transaction immediately. More... almost 15 years ago
App::Cmd options are normalized to lower-case More... almost 15 years ago
do not buffer command output More... almost 15 years ago
add process() sub for FormBuilder More... almost 15 years ago
add Asset template plugin More... almost 15 years ago
Map: moved point at which hideLoading occurs to avoid potential bug. More... almost 15 years ago
clarify returning from try/catch More... almost 15 years ago
add Template Toolkit plugins/extentions More... almost 15 years ago
allow assetName to be a normal, non-i18n string More... almost 15 years ago
fix RichEdit merge More... almost 15 years ago
Ready for 7.10.17 development. More... almost 15 years ago
Preparing for 7.10.16 release. More... almost 15 years ago
Add more tests around a test that fails intermittently in AssetLineage.t More... almost 15 years ago
Update shortcut exporting test for changes to exportGetRelatedAssetIds exporting the container by default. More... almost 15 years ago
Update Asset/Story.t for changes to exportGetRelatedAssetIds now exporting the container as well. More... almost 15 years ago
Remove variables that were not being used. More... almost 15 years ago
Whoops. Monkey::Patch wasn't used. More... almost 15 years ago
fixed #12129: AdminBar calls canAdd as an object method More... almost 15 years ago
Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8 More... almost 15 years ago
Merge commit 'v7.10.15' into 8 More... almost 15 years ago
File assets should always give IO::File::WithPath objects to PSGI, instead of the current redirecting or streaming behavior. (#11688) New API method: WebGUI::Response::sendFile; it, as appropriate, calls setRedirect or setStreamedFile, depending on enableStreamingUploads config var. setStreamedFile now kicks off the XSendfile process. File.pm now uses this instead of trying to set both a redirect and a stream. IO::File::WithPath blows up if a file doesn't exist so this raises an exception now. The http now no longer insist that '0' is not a valid filename to stream. site.psgi, depending on enableStreamingUploads, enables either the Static or XSendfile middleware. More... almost 15 years ago
provide session to template toolkit plugins More... almost 15 years ago
Change newByDynamicClass calls that creept in back to newById, except for the ones in doc/upgrade. Kinda important. More... almost 15 years ago
WebGUI::Session::Http should go away (#11647) Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response / ::Request; deprecate more functions; change references in core to use $session->response instead; fix tests that broke because of the change but not one that merely generate the deprecated warning because I want to know that the proxying of depricated methods is working. These can be changed later. More... almost 15 years ago