Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CfWheels

An open source ColdFusion framework inspired by Ruby on Rails.
Collective - Host: opensource - https://opencollective.com/cfwheels - Website: https://www.cfwheels.org - Code: https://github.com/cfwheels

remove references to application.wheels.functions default

use $insertDefaults() instead

github.com/cfwheels/cfwheels - 707901605f2c0bc143df582b6e935ce4daa3efbf authored almost 15 years ago
corrections for view url tests

github.com/cfwheels/cfwheels - df3dd0d857b9a9d7e3cf746d79d212a9bf229df5 authored almost 15 years ago
Bug fix: sendEmail did not automatically set the type argument to text or html when only one template was in use.

github.com/cfwheels/cfwheels - 6631efa8ef9793990f3b6adbd5533cd152ab950a authored almost 15 years ago
Closes issue 421.

github.com/cfwheels/cfwheels - 595731daa14e52d9133704c2f9315b91e46f2113 authored almost 15 years ago
fixes issue 393

escape single quotes in linkTo confirm message by default

github.com/cfwheels/cfwheels - b2bade63c0a7273c35dbaf5bf2885eac94a9d3c8 authored almost 15 years ago
Creating static branch.

github.com/cfwheels/cfwheels-bigrig - f162b2d8ea27d1ccccc4310a2088b06d6781b934 authored almost 15 years ago
Revert "adding the readme"

This reverts commit c9c5127c44b9160658e31387d573c74dc7fae3d9.

github.com/cfwheels/cfwheels-bigrig - f38962a4263535321b0c7d234d4dcd0a14936f43 authored almost 15 years ago
adding the readme

github.com/cfwheels/cfwheels-bigrig - c9c5127c44b9160658e31387d573c74dc7fae3d9 authored almost 15 years ago
Major bug. Oops. Should work now.

github.com/cfwheels/cfwheels-bigrig - f3d6d7fb115ec2a7cedccc053c75b913c18e882f authored almost 15 years ago
Setting up the repo

github.com/cfwheels/cfwheels-bigrig - 7bd346c90ad3c2514ff314b86b53ca569897a242 authored almost 15 years ago
CFWheels plugin to enable multiple application folders per wheels

install. More to come soon :)

github.com/cfwheels/cfwheels-bigrig - a5ae27f7dba167f51af5d8214fcef7dfff6f5558 authored almost 15 years ago
Reverts r4177 and r4178. I didn't like the implementation of it very much so I decided to keep the code in a plugin until I have time to improve it.

github.com/cfwheels/cfwheels - 309a2cfbcdd240aea50efc7565116d67fcd681d9 authored almost 15 years ago
Correcting previous commit.

github.com/cfwheels/cfwheels - fbba8993b95aa706b1d25ff177d31710458745e7 authored almost 15 years ago
Support for passing in dates to the where argument in finders.

Example:

model("album").findAll(where="releaseDate > #DateAdd('d', -100, Now())#")

github.com/cfwheels/cfwheels - 965692b7b0f92ce3b19f52ea4bc4785a7eda7a64 authored almost 15 years ago
include rootpath in urlFor test expections

github.com/cfwheels/cfwheels - a27296501ad6a03d414ff795b3d7c8474b0f4083 authored almost 15 years ago
Fix for issue 420

github.com/cfwheels/cfwheels - fbd44f854b87815402a896ba94525379714f0cdb authored almost 15 years ago
Correcting previous commit.

github.com/cfwheels/cfwheels - c815c7789c2334ba4bedb1c8267398171a24f92a authored almost 15 years ago
Fixed so the "parameterize" argument works in pagination and calculation queries.

github.com/cfwheels/cfwheels - 416ef4dd416bcaeb1807f1a5a7658d1bdd1a885b authored almost 15 years ago
Correcting previous commit.

github.com/cfwheels/cfwheels - cff80f6875eea82f86296d7e17ff85e2d5e0793c authored almost 15 years ago
Turned the name of the rewrite file into a setting instead of hard-coded.

github.com/cfwheels/cfwheels - 33dd66fe9693083fd9e33b393c4fa9f382d4ab88 authored almost 15 years ago
Trunk copy of fix for issue 413

http://code.google.com/p/cfwheels/issues/detail?id=413

github.com/cfwheels/cfwheels - a5111001647cd5e643963cbf810e70cd1359a8af authored almost 15 years ago
Missing $useTransaction() call in save() method.

github.com/cfwheels/cfwheels - 8944db245417528ebddcc787435ab585f7c7e355 authored almost 15 years ago
Force reload on all finder calls to stop query caching from masking errors.

github.com/cfwheels/cfwheels - 529c685c39d57ccb373363d9aaa34222ca61c677 authored almost 15 years ago
Second draft of transaction handling. All transaction handling is now done within the model using standard cftransaction tags.

github.com/cfwheels/cfwheels - 5a26c8ccde926ca5c2d99d88e8756ae2b3160e5a authored almost 15 years ago
Revised fix for issue 342

http://code.google.com/p/cfwheels/issues/detail?id=342

github.com/cfwheels/cfwheels - c734e74946a3c1d2eeae196d85b36823a0e470a3 authored almost 15 years ago
Added commit argument to $abort()

github.com/cfwheels/cfwheels - aa875a3d704ca0a49418b015ba1a3419caff2f24 authored almost 15 years ago
Allow you to specify whether to commit outstanding transactions or not when using $dump()

github.com/cfwheels/cfwheels - 125f914f0691b9b4ba45c0454910039a1107c638 authored almost 15 years ago
Automatically rollback outstanding transactions when $dump is called with the abort attribute set to true to prevent database locks.

github.com/cfwheels/cfwheels - 9cfcdd69a5353e8e5c71885a50cbbaac3a65543c authored almost 15 years ago
Allow multiple datasources to be used with transactions. Thanks to Tony Petruzzi for making me aware of the issue :)

github.com/cfwheels/cfwheels - ca5b8dce396aefb076cc1ba3ad2516b97063aec7 authored almost 15 years ago
Removed commented out code

github.com/cfwheels/cfwheels - 3c76464986d8090e7c12079c1d3db8dcc3914a43 authored almost 15 years ago
Minor change to transactions - if a user calls begin/commit/rolbacktransaction it should do it even if application transactions are disabled.

github.com/cfwheels/cfwheels - 84dfc78e990df74a6f996d6eac211d3130d506b9 authored almost 15 years ago
update to change the redirectTo() to delay the $location() call till we are out of the controller.

github.com/cfwheels/cfwheels - 6df579a89e252f95124496474c3588aa2e63ea4c authored almost 15 years ago
Adds transaction handling

http://code.google.com/p/cfwheels/issues/detail?id=325

github.com/cfwheels/cfwheels - d121415cd7f69eb63861123bcbb4398a3c22c332 authored almost 15 years ago
update to abort request to throw a page not found error instead of just aborting the request.

github.com/cfwheels/cfwheels - 936aecc3cc16dcc637278ffd2e92771bebea35ce authored almost 15 years ago
update to order by sql generation to not parse the string if it finds a function in the order by clause.

github.com/cfwheels/cfwheels - cb4420ff3e2cfea9a09993f36f3f81a342fd76dc authored almost 15 years ago
update to catch boolean is empty string error.

github.com/cfwheels/cfwheels - 34f685184b793fbe926d72144985e53f81f342f1 authored almost 15 years ago
update to $formValue() to turn off htmledit format

github.com/cfwheels/cfwheels - dc797085d354869c4b5cad14cb944375482ad2c7 authored almost 15 years ago
Fix for issue 321

http://code.google.com/p/cfwheels/issues/detail?id=321

github.com/cfwheels/cfwheels - 827a34d89c35d07d50084e65b3b9cd4e294c15c9 authored almost 15 years ago
Fix for issue 328

http://code.google.com/p/cfwheels/issues/detail?id=328

github.com/cfwheels/cfwheels - 483af0af43576765a81a27993e5db390dc4f453c authored almost 15 years ago
Updated tests for previous revision

github.com/cfwheels/cfwheels - 96951babe1c1e3bb92939b77abccdd79f1b79b82 authored almost 15 years ago
Fix for issue 342

http://code.google.com/p/cfwheels/issues/detail?id=342

github.com/cfwheels/cfwheels - 11ad0bdedc113c3c2911da65b521d68c714bf096 authored almost 15 years ago
Updated CHANGELOG

github.com/cfwheels/cfwheels - fd4a22bae6e2fa1479d3aa5ae339008dd2bffd1a authored almost 15 years ago
Added work-around for CF9 / OSX related "extends" bug.

github.com/cfwheels/cfwheels - ff8680d14ae50bd31142058be4074ae2dc5f8e95 authored almost 15 years ago
better assertion for urlfor test

github.com/cfwheels/cfwheels - 1be6ff43443d45a5b44a21929abf0e32b3c91bb1 authored almost 15 years ago
move timing, setup and teardown out of try block

github.com/cfwheels/cfwheels - ff6a862e6771732708ed072a20b1df7114c37803 authored almost 15 years ago
Updated CHANGELOG

github.com/cfwheels/cfwheels - c1b9eeb69d315add8a116e500336beec97392282 authored almost 15 years ago
tests with urlfor: links are properly hyphenated when controller/action is part of the placeholder route values

github.com/cfwheels/cfwheels - 0d0adbaf739f2a6cdb582f483a8843659cc1f8f1 authored almost 15 years ago
Allow to cache all actions in a controller by not passing in the "actions" argument to caches().

Example: caches(static=true, time=30)

github.com/cfwheels/cfwheels - 9fcc9fc4df727c4f6a5d3ee14e7a24c40ecccb27 authored almost 15 years ago
Some decoupling to help with request testing.

github.com/cfwheels/cfwheels - 7f8f97c2381352647d5f29a5000e63c5debd7d74 authored almost 15 years ago
Decoupled the cacheActions setting from the dispatcher so that we can tests action caching better.

github.com/cfwheels/cfwheels - c8c122d6dbac47e4448efc6a818eff390450c1ea authored almost 15 years ago
Added a "static" argument to the caches() function. When true, Wheels won't run events/filters and instead caches the output as a static file using cfcache.

github.com/cfwheels/cfwheels - ab1509d9c8fdd22a017c05fc979724c879e19021 authored almost 15 years ago
Fixed Adobe 8.0.0 related error, passing in unknown arguments to cfmail.

github.com/cfwheels/cfwheels - e93c8483586816170878f9e464da1db8bbc17f85 authored almost 15 years ago
Fixed so links are properly hyphenated when controller/action is part of the placeholder route values.

Reported by William Fisk here: http://groups.google.com/group/cfwheels/browse_thread/thread/2c73...

github.com/cfwheels/cfwheels - 0d1e957b0fbb7c4d89cfd7144efe774719898747 authored almost 15 years ago
Updated CHANGELOG

github.com/cfwheels/cfwheels - 2df4ca37629b1f4e6032ede3b569d7fb5342e94d authored almost 15 years ago
remove duplicate conditional_validation test

github.com/cfwheels/cfwheels - c5ff492fd838f1702e11bae5e4fa74a61bcef8b7 authored almost 15 years ago
Tests for filters.

github.com/cfwheels/cfwheels - ccedb4cebb5180d45debfb024dccb26e116cb40b authored almost 15 years ago
Tests for filters.

github.com/cfwheels/cfwheels - cb96a41e1914d0d059fa8fbc0fe6cba2e1a2b35b authored almost 15 years ago
Tests for filters.

github.com/cfwheels/cfwheels - e3f004e03d4640c51fb901eb42ea2461424f0f26 authored almost 15 years ago
fixes for changes in r4090 that broke controller caching. also updated the internal redirection script.

github.com/cfwheels/cfwheels - bd4b2d2641ecb2cd5deded8419021958510ccc46 authored almost 15 years ago
Removed the check for length before rendering. This way you can do renderNothing() in a before filter and the action's view will not be rendered.

github.com/cfwheels/cfwheels - ac4c79efb966287ce941d9e613030434cfa4c308 authored almost 15 years ago
Change so that when you render content inside a filter the remaining filters are not run.

github.com/cfwheels/cfwheels - 764e460430488785c094aa0604272039d8995032 authored almost 15 years ago
Changed "args" to "#theFunctionName#Arguments" when you want to pass through arguments to a filter method and need to make sure they don't clash with the filters() arguments.

Made it so that remaining filters are skipped when false is returned from a filter method.

github.com/cfwheels/cfwheels - c37f8b09e8c6900ae38a18d6d7bdd661f19a958c authored almost 15 years ago
bug fix for cf8 & cf9 where boolean field values set to an empty string would cause errors. The errors are now trapped and the value is set to a blank string like the boolean value in the query row.

github.com/cfwheels/cfwheels - b0705ab38150f6ae109a4c7eecc2ca17edb6a989 authored almost 15 years ago
bug fix for $createParams().

github.com/cfwheels/cfwheels - a6dbaa3a61fde1462a42387511bd33f2229e366b authored almost 15 years ago
SQLite support.

github.com/cfwheels/cfwheels - 1b8675981f90e8cccc87106c6b9cf08745c5a535 authored about 15 years ago
Closes issue 382.

github.com/cfwheels/cfwheels - c9489195fe3ff3fcece3eed7eb1ac0ee62ae4e73 authored about 15 years ago
Added a deletePluginDirectories setting, closes issue 385.

github.com/cfwheels/cfwheels - a06a0ce7d20e490e93f95e67dbe7a417cb368307 authored about 15 years ago
Closes issue 392.

github.com/cfwheels/cfwheels - f6b44583c5fef84c8b5024a30a4a88c453e2984b authored about 15 years ago
Added a filterChain() method. Consolidated before and after filters into just one array in the variables scope.

github.com/cfwheels/cfwheels - ed2b11715436e999c66703fbc007802ff51fa2eb authored about 15 years ago
update to forms to:

- fix broken tests with label rendering - this was due to the change to create ids before creati...

github.com/cfwheels/cfwheels - 1f84c62721bd6c20501c66f5209355c49c2131e2 authored about 15 years ago
added back in Tony's group by test is group by functionality now exists in the code base.

github.com/cfwheels/cfwheels - 87e4e71873a328ecb3f219095ae4f182d56bbcba authored about 15 years ago
update to exists to return true even if more that 1 record is found when using a where clause.

github.com/cfwheels/cfwheels - da1cf3ace9046ad3e9fa719af0a7ffcd0bc9b4b9 authored about 15 years ago
Added the ability to pass in arguments to filters. Can be passed in both as named arguments and to the "args" argument.

Example: filters(through="runIt", args=loc.someStruct, anyNameGoesHere="something")

We have to ...

github.com/cfwheels/cfwheels - a0257c3edbf141e91385e00a3ba18c138d9542a8 authored about 15 years ago
Added an error message when a filter function is not found.

github.com/cfwheels/cfwheels - 13d7f27f4b3658aeaf86e1faccca95b732daacab authored about 15 years ago
Revert "remove hasChanged() on updates."

This reverts commit 3b3fe95db429f9d3108c421de85cab189a7effe2.

github.com/cfwheels/cfwheels - 403abebf07b9c69e0f83456c3ba6c3b35e317f77 authored about 15 years ago
More controller decoupling to make it easier to use the test suite. You can now do set(controllerPath="someotherfolder"), the path is stored inside the controller's class instance, no more use of application variables inside of objects etc.

github.com/cfwheels/cfwheels - f66f9ebeb6cfeae97b137a7456b1a8638092c4aa authored about 15 years ago
Added datetime2 to MS SQL adapter, fixes issue 401.

github.com/cfwheels/cfwheels - 49951bad7659612b479003390e60b48e80230e14 authored about 15 years ago
Decoupled controller filter tests from the dispatcher.

github.com/cfwheels/cfwheels - 4569fda5e7e877b7a6ba6efd9d1bd49d557b713c authored about 15 years ago
remove hasChanged() on updates.

patch supplied by andybellenie

github.com/cfwheels/cfwheels - ef9ac665c1473050c3e2955c77e58dd989ee1790 authored about 15 years ago
closes issue 398: Fix typo in errorMessagesFor() example

github.com/cfwheels/cfwheels - e1c4ff360023279b4dfa18fbc750b102cb27d2bb authored about 15 years ago
Updated CHANGELOG

github.com/cfwheels/cfwheels - 7642de8373f22f828965de5578a6cd47bba075e1 authored about 15 years ago
forgot to uncomment the deobfuscation code.

github.com/cfwheels/cfwheels - 3317f2850d3f3d0cf0ec13aa05d29bb32cc9695d authored about 15 years ago
new method to get the controller name.

github.com/cfwheels/cfwheels - c0711b2469239a75399b95cefc92471d78894504 authored about 15 years ago
updated the request with the following:

- $createParams() now works with a struct of arrays so that we can keep positioning on all eleme...

github.com/cfwheels/cfwheels - 80ad1f208879a275f033237f0fb4904b2f7fdcb1 authored about 15 years ago
update to nested attributes to:

- nestedAttributesFor() can now have nested attributes that do not automatically save. Also now ...

github.com/cfwheels/cfwheels - 7a4e9689101641e1333cee97b1b0af7a350c3b15 authored about 15 years ago
update to setting assocations to default all values for nested attributes

github.com/cfwheels/cfwheels - 8598aff4836a0b3f1e3afaffaf4bd0232fa9163a authored about 15 years ago
addition of new form helpers to easily add checkboxes and radio buttons to hasMany relationships on a model.

- hasManyRadioButton() used to output radio buttons for a relationship on a model
- hasManyCheck...

github.com/cfwheels/cfwheels - 8a75d2f211917ab570711989f52844dc62e579e0 authored about 15 years ago
updates to:

- $tagId() to allow for nested of arrays and to be able to replace all ordinal positions with id...

github.com/cfwheels/cfwheels - 222d6d7991cc073fa9007a519485e7660d13031f authored about 15 years ago
to new internal methods to turn an array into a structure and $mapStruct() to give back a map of a structure to easily manipulate the structure as needed.

github.com/cfwheels/cfwheels - f24e60cf2b946694cd8734ed5417c11fb232b563 authored about 15 years ago
extra id setting before the label call.

github.com/cfwheels/cfwheels - bc541c05c0fc7a99fbb56ac5c4567c69ad893e39 authored about 15 years ago
update to checkBoxTag() and checkBox() so that checkBoxTag() can have unchecked goodness like checkBox().

github.com/cfwheels/cfwheels - 1449599b9f65a1d72569bd261eae59ba81f1ac6f authored about 15 years ago
change to set the id for a form field before calling label so that the label does not have to create the id again. This update was necessary to keep new object ids distinct.

github.com/cfwheels/cfwheels - d97747c9c585e7528b08df48b3a3e4246abab548 authored about 15 years ago
removing of extra duplicates that are not needed for plugin injection.

github.com/cfwheels/cfwheels - d96b2469be32f63ec0bb425b41530afa9a7ab41d authored about 15 years ago
update to $create() to check a new configuration property "setUpdatedAtOnCreate" to see if wheels should update the updatedAt property on create.

github.com/cfwheels/cfwheels - 61e704b0e2b5eecea967772af6719eeb4842a6a8 authored about 15 years ago
allow findOne() to find multiple records with includes.

github.com/cfwheels/cfwheels - a34cdfca8b69af62415aca320315938304875c2c authored about 15 years ago
update to remove an extra injection call for plugins

github.com/cfwheels/cfwheels - 86e82c5b2dad19cdd8b71fe7b57e6c760b5fb0d0 authored about 15 years ago
change to serialize output in json in case the params have nested structs or arrays.

github.com/cfwheels/cfwheels - a6f69bf96dcd0334511202e3c473a8f7ad95c2e5 authored about 15 years ago
update to properties to allow both structs and array for nested attributes.

github.com/cfwheels/cfwheels - 31dcb344a93896ce5eb6ea1a16e782bb0b59fc92 authored about 15 years ago
update to $registerCallback() to only insert a function name once per type.

github.com/cfwheels/cfwheels - db6a88a66f0f462c281bda9599363566fc19cd4c authored about 15 years ago
update to $queryCallback to only set the request scope once if the query is changed instead of in the loop. whoops...

github.com/cfwheels/cfwheels - e0f40d0664d7be9996d280f5c86b720ca12fe6c9 authored about 15 years ago