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
Rework WebGUI::Test::getPage2 to be a wrapper around WebGUI::Test::Mechanize; this is still just a crutch for converting tests, though really, it's enough shorter that it probably should live on. getPage should be deprecated and replaced with getPage2 which should then be renamed. Joy. Anyway, WebGUI::Test::Mechanize had a bit of chicken-and-egg going on with not being able to modify things in its session until after a request with a valid session cookie was made. It's now more forgiving. Reworked t/Asset/AssetExportHtml.t slightly to use getPage2 as it currently stands. More... almost 15 years ago
Introduce WebGUI::Test::getPage2, similar to WebGUI::Test::getPage, that makes requests using Plack::Test and attempts to maintain getPage's API. Change three tests in t/Asset/AssetExportHtml.t to use this instead. Backstory: Forthcoming WebGUI::Session::HTTP, ::Request, ::Responses mucking abouts broke some tests that use WebGUI::Test::getPage; in the case of t/Asset/AssetExportHtml.t, files were written correctly to disc but tests failed because it was comparing them to undef, which it got back for the page, apparently because getPage bypasses the logic that traps printing to a filehandle. More... almost 15 years ago
Merge pull request #10 from roryzweistra/master More... almost 15 years ago
Fixed typo that prevented to get the company name from the settings table More... almost 15 years ago
rfe #12127: AssetProperty macro More... almost 15 years ago
PSGI entry points (#11632) -- add a plackMiddleware section to the config file; modify share/site.psgi to load from it. This is minimal in implementation right now in that there's no support for passing args, which would generally be objects mixed with strings, to the middlewares being added, as would be necessary if the .psgi files were to be largely migrated to the config files. I agree that it's important that upgrade scripts be able to add middleware (probably custom ones that know how to get the session from %$env) but I'm not convinced of the utility of moving much logic out of share/site.psgi. More... almost 15 years ago
make the admin view [Edit] controls right-click-able so I can continue to right-click-open-in-new-tab them. More... almost 15 years ago
Update the recaptcha api URLs. Fixes bug #12125 More... almost 15 years ago
rfe #12123: Layouts related for export purposes More... almost 15 years ago
Fix a typo in the new Map template help variables. Fixes bug #12121 More... almost 15 years ago
make RemoveOldCarts test more robust More... almost 15 years ago
Doug and Colin did the work of removing all use of Class::InsideOut so now we can celebrate. More... almost 15 years ago
Get rid of the cargo culted code about sending a text reply if the browser didn't specify that it understands HTML. This interacts badly with Plack::Test and doesn't have much of a point in real life anyway, and I accidentally sent the test up that dends on this being gone without sending this too. Argh. If I could send up a coherent commit just once... More... almost 15 years ago
i'm not testing that imagemagick does it correctly... More... almost 15 years ago
getEditForm is a FormBuilder and doesnt include csrfToken (added by www_edit) More... almost 15 years ago
getEditForm returns FormBuilder and csrfToken should be added by www_edit More... almost 15 years ago
admin mode is always on for admins More... almost 15 years ago
we now cache the requested URL inside the session, fix it for tests More... almost 15 years ago
the default URL is /, not the empty string More... almost 15 years ago
class is now className in www_add More... almost 15 years ago
class is now className in www_add More... almost 15 years ago
move export product tests and fix the export product helper More... almost 15 years ago
move Shelf tests into AssetHelper tests (and fix the thing) More... almost 15 years ago
Shelf no longer has importProducts or exportProducts, they're AssetHelpers More... almost 15 years ago
class is now className when doing www_add More... almost 15 years ago
all template vars have "controls" now More... almost 15 years ago
shortcut no longer overrides getToolbar, so stop testing it More... almost 15 years ago
update usedBy when redeeming subscription code More... almost 15 years ago
shortcut now takes ?visitor=1 to edit visitor prefs from dashboard More... almost 15 years ago
Basic tests for WebGUI::Middleware::StackTrace More... almost 15 years ago