Andrew Bellenie

Results 9 issues of Andrew Bellenie

When I try caching pages using the static argument, the first page gets cached fine, then any other requests simply return this page again, regardless of changes to the url.

bug
$50 Bounty

See https://luceeserver.atlassian.net/browse/LDEV-1946 A cfwheels app on lucee will throw errors when browsing to non-existing cfm templates. It's not a commonly seen issue because of the URL rewriting. I've fixed it...

bug
$50 Bounty

I've found some odd behaviour which I think should be considered a bug. When creating custom validations, your app may behave differently depending on whether you use `` or ``...

bug
$50 Bounty

See https://dev.lucee.org/t/cfdump-not-rendering-when-output-false/3589 Newer Lucee versions disable the output buffer by default. So issuing a ```` will stop any output being generated. This breaks, at a minimum, the missing template and...

If you specify reload=true in save() then the reload occurs before afterSave() callbacks have completed. I feel instinctively that reloading should be the last thing that happens. Thoughts? Spotted this...

`` ... produces the following: ```` local.MessagefindAllQueryPaginationCount (Datasource=id_qhq_dashboard, Time=74.2 ms, Records=1) in D:\NS-WebClients\QHQ\dashboard.q-hq.com\wheels\model\adapters\cfquery.cfm SELECT COUNT(DISTINCT messages.id) AS count FROM messages INNER JOIN contacts ON messages.contactId = contacts.id WHERE contacts.firstName =...

This: `#anyFunction(arg="test)#` highlights correctly. This: ``` #anyFunction( arg="test )# ``` Displays hashes in red and loses all colour coding within the function.I'm using Sublime Text 2 latest stable build.

This should be added to the lucee proxy_pass to enable path_info to be passed to tomcat for SES URLs. ``` # Enable path_info - http://www.lucee.nl/post.cfm/enable-path-info-on-nginx-with-lucee-and-railo set $pathinfo ""; # if...

Change the adapter code for MySQL to: