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

Corrected MySQL database schema (case was incorrect compared to the SQL Server versions).

github.com/cfwheels/cfwheels - 8eedd5811c6b8a0743ff6d3bf146ffb0b22f29d2 authored over 14 years ago
Tests for issue 442.

github.com/cfwheels/cfwheels - 088443bb886a20381e47724876b8cf04bd276ecb authored over 14 years ago
don't use redirectTo(back="true") in tests

fixes broken $performedRenderOrRedirect test

github.com/cfwheels/cfwheels - a69ba03a87631414b113e8cc666dade933cd766a authored over 14 years ago
Completion of issue 244

github.com/cfwheels/cfwheels - beb35705e2201d4e3041de7987cbcc4a5a3f0db1 authored over 14 years ago
Update to previous commit because of a missing file

github.com/cfwheels/cfwheels - 7423511e0c3e1ca8bcff79391562d5de19591111 authored over 14 years ago
Update to previous revision after slapdown from Tony :)

github.com/cfwheels/cfwheels - dd0e7b4f8f4513112b5f7bb6393a22a1b7a5d24f authored over 14 years ago
Changed setDefaultValidations to automaticValidations

github.com/cfwheels/cfwheels - 2c7a6b1f976d3fb721021b4f36525946794dc1a6 authored over 14 years ago
Fix to ensure that all existing records are deleted when reloading test data

github.com/cfwheels/cfwheels - 1a1b526732d92581fea6d5311f8713e3f29a4482 authored over 14 years ago
Removed references to database name in view definition. Moved view definition to after table defs that it needs. Now runs without error.

github.com/cfwheels/cfwheels - 661d717fe2ff0bb2329f8a3c271612ceed6df842 authored over 14 years ago
update to nested properties to not interact with the database if we were passed an object. small formatting change to serialize.

github.com/cfwheels/cfwheels - 35decb18d802d0f230fc6d2371d082a9553dbd3e authored over 14 years ago
update to clean up the $wheels variables from all scopes after running plugin injection.

github.com/cfwheels/cfwheels - 24b25096a36dd84ca8edb764e0f6e8aeb2489ac6 authored over 14 years ago
Corrected SQL schema for tests.

github.com/cfwheels/cfwheels - 616f75dcc15bf1d39954e2e885de00cb36ee6c4e authored over 14 years ago
update for new serialization of queries into objects. This method first serializes the query into structs as this has very low overhead so there is no penality for creating an object and not using it. Then the array of structs is serialized into objects and we are only creating objects that will be used in the final return from findAll(). Since adding the serialization to structs, I add the ability for returnAs to be set to structs. This can help developers when they need object like notation but fast delivery of the data.

github.com/cfwheels/cfwheels - fa089e9afd7ea363bb47e916bd6b8dd27e5d575a authored over 14 years ago
Closes issue 457.

github.com/cfwheels/cfwheels - d7a354757d2fec57abcaa58971cf267843cf76f3 authored over 14 years ago
Updated CHANGELOG.

github.com/cfwheels/cfwheels - 7d7fdd97b4274bc2117933a6d75b1782aa19d96b authored over 14 years ago
Fix for issue 324 and additional test for deletes/updates

github.com/cfwheels/cfwheels - 4a5b45168fe9fb01562e879b7a6be2cf31e16571 authored over 14 years ago
update to fix this finally. <cfheader> needs double quotes ONLY in the value argument. Single quotes are considered part of the file name.

github.com/cfwheels/cfwheels - 22716b164ef7c12b014be8c16c5dc01a0583c961 authored over 14 years ago
Single quotes are not needed for the $header call in sendFile().

github.com/cfwheels/cfwheels - 5e7496d1b33a788d621ae18c78602e3ce1c58ed7 authored over 14 years ago
Reset AUTO_INCREMENT on code in previous release.

github.com/cfwheels/cfwheels - 5ca14f622a125cc9f18c3a2f7de8bed7a10de60a authored over 14 years ago
Changed MySQL test setup file to SQL script.

github.com/cfwheels/cfwheels - 2e262ce80fd585fc9dd6be17708eedcb98fcebc6 authored over 14 years ago
railo compatability

remove !! from default validations
more test coverage for default validations

github.com/cfwheels/cfwheels - 9b279f263e13a99de3db627b7e96d70c1c7ca7b7 authored over 14 years ago
railo compatability

removed !! from $performedRenderOrRedirect()

github.com/cfwheels/cfwheels - 2c1728b2c776266426129664903b6bb3f72fea0d authored over 14 years ago
Switched logic back in urlFor() so that calls without actions specified work as expected.

github.com/cfwheels/cfwheels - 62c5a83167e918486ffb908bed117aec1021c297 authored over 14 years ago
updated CHANGELOG

github.com/cfwheels/cfwheels - 612f36e841a9209fb9d767371fb79b58a5cdad8c authored over 14 years ago
update to make checkboxes ids xhtml / jquery compliant.

github.com/cfwheels/cfwheels - 1baa4933cafebb5097983c007578c20541482997 authored over 14 years ago
update to make checkbox ids xhtml / jquery compliant. removed the () in the id.

github.com/cfwheels/cfwheels - ddef778aa9b8487bbffa7ce80fb336585c007193 authored over 14 years ago
renamed the $evaluateValidationCondition method to $evaluateCondition to make it more generic for reuse.

github.com/cfwheels/cfwheels - b43bc35129343a6d7a4786506c3c1f89ce96c827 authored over 14 years ago
extra comment if anyone has an idea on how to speed serialization up.

github.com/cfwheels/cfwheels - 1090241f30140e0f9a160a6b3c090d03e87fb671 authored over 14 years ago
found an error with the shortcut method where the component reference was not set. Looks like we don't have a test for this yet, i will add one in the morning.

github.com/cfwheels/cfwheels - 3ebe768eaf987a06a83982d3654e24d8b30bebc4 authored over 14 years ago
moved default validation types to adapter layer

refactored and fixied default_validation tests

github.com/cfwheels/cfwheels - e69f7ce684b3a851b8386f34f9fb4b68c1d61e71 authored over 14 years ago
create a sql server 2008 wheelstestdb script

github.com/cfwheels/cfwheels - e7b8a7f77041bcd86631a7a51c0161284ab5d462 authored over 14 years ago
Update to r4371 following suggestions from tpetruzzi

github.com/cfwheels/cfwheels - d1b0f62fa98fffd3bcd7d4f9ee36bea1d853a0f7 authored over 14 years ago
Start of fix for issues 161 and 244

github.com/cfwheels/cfwheels - 5c75273cdf21cad768f85687153af89ffb350299 authored over 14 years ago
Fix for issue 458

github.com/cfwheels/cfwheels - 054ba5fb3f9ba59cc8a103af7beb76e23eb13705 authored over 14 years ago
Fix for Wheels updating all columns whether they had been changed or not.

github.com/cfwheels/cfwheels - bf2bef16cea6e1e94693f25d735fc1cb7cb01a58 authored over 14 years ago
See previous.

github.com/cfwheels/cfwheels - 93fc175fe19cc1dab2638edabfb48d4af06967fc authored over 14 years ago
Cleaned up argument docs for new parameters in sendFile().

github.com/cfwheels/cfwheels - aef71a463151de07703e554b1c7673b5b4f9869c authored over 14 years ago
fixing test suite

- fix ROOT_TEST_PATH assignment
- only show "Run Tests" links when tests are available
- fix whe...

github.com/cfwheels/cfwheels - 1ae13039b74144313392a4639e88da8f81557a3f authored over 14 years ago
split out the serialization of a query to an object to another method.

github.com/cfwheels/cfwheels - 9067645c4c37092f7c59ced6f241d4e0665fb604 authored over 14 years ago
update to $registerValidation to use $combineArguments broke the low-level

validations. this fixes that as well as providing test coverage.

github.com/cfwheels/cfwheels - 5e50ef8955014240e81b906d071670421a66aef4 authored over 14 years ago
more instances where $combineArguments could be used

forget to set required on methods in $registerValidation

github.com/cfwheels/cfwheels - 1faac0b3630833035e3eb1190bf978a60a41ac83 authored over 14 years ago
refactor $args to use $combineArguments

github.com/cfwheels/cfwheels - ae604c204b3d803e5215aa70a4fef93c578a40e6 authored over 14 years ago
validatesPresenceOf should take whitespace into account

github.com/cfwheels/cfwheels - dc9abe6aadd95cf18da6fce94f773e0bb8f5ab76 authored over 14 years ago
refactor $registerValidation to use $combineArguments

github.com/cfwheels/cfwheels - c6616ea66d697d184188106fceb29604bb4bc993 authored over 14 years ago
refactor internal $combineArguments method

add extendedInfo to error
no need to return as structs are passed by reference

github.com/cfwheels/cfwheels - 1c65044744c6ba88df1d5f9cbcca34129712a5d2 authored over 14 years ago
fixes issue 159

created pluralized aliases for primaryKey() and setPrimaryKey()
made setPrimaryKey() support pas...

github.com/cfwheels/cfwheels - cfd232b0c35fd0eefb7d69813be75d0a0a90baa4 authored over 14 years ago
inadvertently overwrote james' changes to checkbox test

github.com/cfwheels/cfwheels - 56afe64f836f37eff60dee3603647370414a5a6a authored over 14 years ago
corrected errorMessageOn documentation

github.com/cfwheels/cfwheels - e24fbb02e0c7143018a7f20c8c452546c24e012f authored over 14 years ago
fix failing tests

github.com/cfwheels/cfwheels - fe18a41e7cdc6624cc012b421db902ad624a8718 authored over 14 years ago
cleaning up the entire test suite:

/wheelsMapping/global/functions.cfm is not included in Test.cfc

removed the global container [u...

github.com/cfwheels/cfwheels - fc60d2dca23bc48d271f8af8ba6cfedc73854122 authored over 14 years ago
Update to previous commit.

github.com/cfwheels/cfwheels - c9c6bd67ff7713ac635a8cc7c6006a2198a570e4 authored over 14 years ago
Update to previous commit. Dictionary purchased.

github.com/cfwheels/cfwheels - 6c4e4b3feb82f48a87c3765b533f8f7e0efb5730 authored over 14 years ago
Update for issue 458. Additional work still to be done.

github.com/cfwheels/cfwheels - a50d1dbf52da44bea57b2c8ed25da23aa186829c authored over 14 years ago
update to checkbox test to fix expected output for changes

github.com/cfwheels/cfwheels - 13e53dda6ac91a7729b8aa6f64c81d3ff1547477 authored over 14 years ago
update javaScriptIncludeTag() and styleSheetLinkTag() to handle dynamic code using cfml

github.com/cfwheels/cfwheels - 0873e1c2b66f0550b6178ada749ca2ba6a8881fa authored over 14 years ago
update to move the sql helper methods out of crud.cfm and into their own cfm file.

github.com/cfwheels/cfwheels - ea44c44c6c3e2dc18551d0b10f82485dc980c546 authored over 14 years ago
Update to previous revision

github.com/cfwheels/cfwheels - 124f5ade4e9b86015e3ea9575a1c60f350b0e8f0 authored over 14 years ago
Fix for issue 455

github.com/cfwheels/cfwheels - e6f8a40435a771145d7cc13843538d22fa609ab9 authored over 14 years ago
update to re-remove deleting empty arrays when creating objects from a query.

github.com/cfwheels/cfwheels - 542cd9fc1255f1a716749538e6d3301789e0bfbe authored over 14 years ago
update to $openTransaction() to update formatting to wheels standards.

github.com/cfwheels/cfwheels - a26217da9945afe724cbc77bc7cec74addfeda14 authored over 14 years ago
update to remove extra code no longer needed.

github.com/cfwheels/cfwheels - c53eb6fb08152143371c2a816c9501df0f608888 authored over 14 years ago
clear query cache on reload

fixes issue 440

github.com/cfwheels/cfwheels - 7fb44e620eaa3cb03c182573bae392b419e5142a authored almost 15 years ago
use serializejson instead of getmetadata when checking for pagination key

github.com/cfwheels/cfwheels - a904188cff432cacd584f6859a161bd0df683c7f authored almost 15 years ago
clean up redirection tests

github.com/cfwheels/cfwheels - 6a353e090ce05bc789ad3e49f8601f90fe30c125 authored almost 15 years ago
Update to nested properties to validate all association objects before validating the main object to be able to show all errors at once on the form.

github.com/cfwheels/cfwheels - 1ab989dc20bec3f8f9da3a6e3f2efc17be0bcbce authored almost 15 years ago
small formatting change.

github.com/cfwheels/cfwheels - c8858c5136586ca490080c9d190ccc26e069a946 authored almost 15 years ago
test that invalid pagination handle throws error

github.com/cfwheels/cfwheels - 87064d364bd1ddb006e9fbf467bc25f3acd26ec5 authored almost 15 years ago
group and cleanup request tests

added pagination test

github.com/cfwheels/cfwheels - eca1aa2ffba7a52b223512255d60e2e3b8fadfae authored almost 15 years ago
update to fix expanded column aliases

github.com/cfwheels/cfwheels - b3e64e4fa9acc4b62d81aede85a06463f4a0abca authored almost 15 years ago
break out controller methods further for testing

github.com/cfwheels/cfwheels - 56319da70410d9014de059fde10395523e570ebf authored almost 15 years ago
cleanup rendering tests

github.com/cfwheels/cfwheels - f1f30e409bf3871bfaafde0b94099df8dd51080a authored almost 15 years ago
update to remove the hasChanged check from updating a record. Also updated $update() to not run the query if the sql generated does not contain any set items.

github.com/cfwheels/cfwheels - 5b4e85b0782556b661d1084fed622227e4f5c022 authored almost 15 years ago
update to rename to nestedattributes file

github.com/cfwheels/cfwheels - 11a1fdada72604a667379b21090b2583888fa634 authored almost 15 years ago
update to rename nestedAttributesFor() to nestedProperties()

github.com/cfwheels/cfwheels - 4bb1dea71882a1a8e43eeea37c96d929a1f42b97 authored almost 15 years ago
update to $save() to make sure a model has changed before calling $update(). update to nested attributes to remove comment regarding transactions since wheels now includes transactions.

github.com/cfwheels/cfwheels - 01d9d13c6b0fee3e11030969e779d8ea896978da authored almost 15 years ago
use $listClean() instead of trim()

github.com/cfwheels/cfwheels - dc71068c9fae9d9f3ada6e6576ea38b22ef34496 authored almost 15 years ago
update to fix error emails

github.com/cfwheels/cfwheels - a1d551e96172471021627ce0a1ef30f2a7ae4908 authored almost 15 years ago
update to $location() to also have a delay default

github.com/cfwheels/cfwheels - fd3a3b917cf8017df87e540ce81a841e628711ab authored almost 15 years ago
added a new method $runTransaction to DRY up crud.cfm. Updates to crud to adhear to wheels code formatting and remove duplicate code.

github.com/cfwheels/cfwheels - d0681ffdec40e465d01c81b38fda89c95fc372d8 authored almost 15 years ago
update to $runOnError() to fix the error email code to work with the new $mail() method.

github.com/cfwheels/cfwheels - 76621c2fdf6fd3e095ddf4e24fb701fc672b7240 authored almost 15 years ago
Update to fix $callAction() to properly call onMissingMethod(). Update to $processAction() to always return void and to create a new controller and process the action on that controller if the before filters change params.controller.

github.com/cfwheels/cfwheels - 3f18e504c0f13e03a341797eb65d81061060d3bc authored almost 15 years ago
Update to add in caching hits, misses into the debug info so developers can easily see how there caching strategy is working out.

github.com/cfwheels/cfwheels - e5386a9a1aae75bf783fcf0e075acdc43a90a023 authored almost 15 years ago
update to break out $includeFile into smaller methods for easier reuse. Update to the request.wheels hashes to use the actual data as the source for the hash rather than the metadata.

github.com/cfwheels/cfwheels - 3a4622f2edf606ff4870f25a612d52e5607c2903 authored almost 15 years ago
update to capitalize to return nothing if the string is empty. This is a fix to keep the mid method from erroring out.

github.com/cfwheels/cfwheels - dcc71de2a930a24e235708f613b76b3789908a1f authored almost 15 years ago
update to check to see that a function has a declaration in the onApplicationStart settings before setting any defaults.

github.com/cfwheels/cfwheels - 975d75b38b83216a973679febb69437c53858d58 authored almost 15 years ago
update to fix a bug with using expanded column aliases where the [[duplicate]] string was added to the group by statement when group by statements are not renamed.

github.com/cfwheels/cfwheels - 58a3b0064ae2435dd97f14d34994ac56cd85ca47 authored almost 15 years ago
Update to use the actual data in a query to create a hash for remembering which model it came from the request.wheels. This ensures that the hash will only change if the data changes. Also an update to findAll() to remove empty arrays create when returnAs=objects.

github.com/cfwheels/cfwheels - 65f9c11afaf270e6d37003d5ccd7f46b7c823a79 authored almost 15 years ago
update so nested attributes does not delete relation objects if the setting for delete is false.

github.com/cfwheels/cfwheels - 1ddf2dc25c215400929568a13ee6ec59ee4f4060 authored almost 15 years ago
update to hasManyCheckBox to have all of the save arguments as a regular checkbox.

github.com/cfwheels/cfwheels - 61bbcc48206d52ffffc112a267bbd55a870caa1c authored almost 15 years ago
Closes issue #448

github.com/cfwheels/cfwheels - 5f874c9b9ce24aafe747514b9e803dd23f6bd01b authored almost 15 years ago
Corrected pluralize rules

fixes issue 450

github.com/cfwheels/cfwheels - b4a74dcb5c4c5ebd900448052f8f8b03c23c8ba7 authored almost 15 years ago
clean up the redirection tests a bit

github.com/cfwheels/cfwheels - 364df97c4941d72aa2d3c1433436ced7b4a22a45 authored almost 15 years ago
always have delay on for redirects when testing

github.com/cfwheels/cfwheels - 7273ae647c9d7973225c48e026e318e5b8a2ace5 authored almost 15 years ago
Revert "first draft of decoupling router from dispatcher"

This reverts commit cdca05ad9328da7a83b7bc4c6788eb4bd1ee00b1. SVN 4254

github.com/cfwheels/cfwheels - b7c42282b883dbd42d41eac1865cf4f1d2b0c26e authored almost 15 years ago
Revert "corrected default routes configuration"

This reverts commit c7d9eb389f7e575c4b11b1122f442b613e30d6ef. SVN 4255

github.com/cfwheels/cfwheels - 51f9f13e4bbe17aebf7efc6bd38357c41a9af03c authored almost 15 years ago
Revert "first run at decoupling params parser from dispatcher"

This reverts commit 953531d29a1d91b9aa8199266e094294f5293679. SVN 4258

github.com/cfwheels/cfwheels - 226de66ea1d4b2c0cd00b468f9988fa3f214c49a authored almost 15 years ago
Revert "forgot plugin code in new params parser"

This reverts commit 9c49408affbb585b4ecb51552539d629348eacf7. SVN 4259

github.com/cfwheels/cfwheels - edd7d415226d9b83df149ce7f5929f5bab2354f5 authored almost 15 years ago
Revert "move params tests"

This reverts commit 3dc159fd46c2a7e11a81529f5afbb560b0bd0774. SVN 4269

github.com/cfwheels/cfwheels - 13f90ced6dd9a5bf648d336aa5484c1049a91269 authored almost 15 years ago