Henry Van Styn

Results 35 issues of Henry Van Styn

Suggested by @ribasushi

Test Coverage

We have been using `CatalystX::InjectComponent`, but this is now supported in Catalyst core as of version 5.90090. Additionally, `RapidApp::Builder` now conflicts with Catalyst 5.90090 because it uses the same config...

Ext.ux.RapidApp.showIframeWindow is the very old, before the `Template::Controller` stuff, and needs brought into the fold with the newer stuff (or unfactored). It is only used in one place, the HtmlEditor...

When bootstrapping a new app with `rapidapp.pl` and the `RapidDbic` helper, if the DBD driver being used is broken (such as `DBD::mysql`), the associated exception doesn't make it through to...

(low)

Using `RapidApp::Test`, unit tests need to be written to simulate various forms of calls from the JavaScript function `Ext.ux.RapidApp.WinFormPost`: - Proper response structure for an Ajax call - Proper response...

Test Coverage

Using `RapidApp::Test`, unit tests need to be written to verify the correct functionality of the Template::Controller system - Create a new template - Modify a template - delete a template...

Test Coverage

Using `RapidApp::Test`, unit tests need to be written to confirm operation of file/image uploads: - Uploading a normal file and getting back link - Access the uploaded file via that...

Test Coverage

Unit tests need to be added (using the RapidApp::Test framework) to verify correct behavior various Ajax error exception scenarios - Ordinary code exceptions (i.e. `die`) - Database-specific exceptions (presents slightly...

Test Coverage