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

update to fix a word in the changelog.

github.com/cfwheels/cfwheels - ab2ad223226604bb536fd847a5c40a9ea752203e authored over 14 years ago
plugins should load before routes

github.com/cfwheels/cfwheels - 0719a7ac2c56564bddac14424dc4065ab4414c5a authored over 14 years ago
Removed redirectBackError and replaced it with a fallback mechanism instead (will redir to root or route/controller/action).

github.com/cfwheels/cfwheels - c67eff06b556cb66af35fb7513e9368054cb2077 authored over 14 years ago
Change to hide everything starting with "wheels" from error emails.

github.com/cfwheels/cfwheels - b9a94ccf15d34c5a8a22e8226a21d9863e59923d authored over 14 years ago
New logic for multiple minor versions of Wheels. Simplified up feedback output to 'Valid' and 'Saved' instead of a giant heap of <cfdumps>.

github.com/cfwheels/API-Generator - 3adac15637d930653a8693f56e75af6929dd9008 authored over 14 years ago
tests for afterFind column and property creation

github.com/cfwheels/cfwheels - 53bb84b700f7c91a472f6ba504f4ac5b5ffd8afb authored over 14 years ago
DRYing up afterFind callbacks creation

* No need now to write the same logic for queries
and objects. Both ways now use the query...

github.com/cfwheels/cfwheels - 6cdc18db8bce870e5524e61b502e9ca9b30074c0 authored over 14 years ago
test post model: corrected afterFindCallback

github.com/cfwheels/cfwheels - be0697f50f472f43a343228f9530b477658c033c authored over 14 years ago
Quick typo fixes in inline documentation.

github.com/cfwheels/cfwheels - ca4acffb9fe52fa9986448c32a062deacadd2256 authored over 14 years ago
updated changelog

github.com/cfwheels/cfwheels - f04efbf17711599ee7efc822e26d8c5ac2424b6d authored over 14 years ago
closes issue 515. refactored hasChanged() logic to account for date comparisions

github.com/cfwheels/cfwheels - 5d1376c4365fe43bc00b919d793e0ec3c579a959 authored over 14 years ago
Fix for incorrect code when configuring default validations (thanks to James Gibson for a top spot)

github.com/cfwheels/cfwheels - cf7a6b93308784cd04353b1b9a9fdfbeb77f5fe4 authored over 14 years ago
testing framework: handle tokens as methods for railo

https://jira.jboss.org/browse/RAILO-851

github.com/cfwheels/cfwheels - f62a1285f930e363ee9d401d01f056b52e045e2f authored over 14 years ago
Fix for cflocation anchor bug.

github.com/cfwheels/cfwheels - 06fbe9f15090ffea674e7abaf7c7344d16be9ff6 authored over 14 years ago
Only include the URL in error emails when we can properly retrieve it based on application settings.

github.com/cfwheels/cfwheels - 55abf077414ba968c57d21770e2671483742feec authored over 14 years ago
forgot to removed when building the query settings. cleaned up comments.

github.com/cfwheels/cfwheels - e06aa8a4c8fe980d07bcab55c30017baf7e9b1d4 authored over 14 years ago
refactor and correction of model adapters

* corrected regression with Adobe CF 8.0.0

* DRYed up query builder statement by moving
...

github.com/cfwheels/cfwheels - 19c9a2cd25389afac833e596e5b2316c8c0d20ea authored over 14 years ago
get where clause tests passing under mysql

github.com/cfwheels/cfwheels - f6a6566dd80e4f9f728d864cc9189fcc410cb295 authored over 14 years ago
mysql test script: corrected column data type for binary tests

github.com/cfwheels/cfwheels - 88132b9776dcdb0dcb63fb2580ad4d72646b15d3 authored over 14 years ago
railo: difference in exception stack was causing test to fail

github.com/cfwheels/cfwheels - 18afa100c41c354110540de8d3d4109b7d43dc4e authored over 14 years ago
layout tests: use wheelsMapping to create tempfile instead of GetCurrentTemplatePath(). under railo it kept

overwriting the Test.cfc file.

github.com/cfwheels/cfwheels - 1417b65997b00a30bb979565aa2157a2459bb5b9 authored over 14 years ago
railo: prevent $deprecated from throwing error.

github.com/cfwheels/cfwheels - 5e3f9fe304c78fff994015b38e23555863075326 authored over 14 years ago
railo: close cftransaction tag

github.com/cfwheels/cfwheels - de10816df7c81efb4e4cf2daf538157ab32c37b7 authored over 14 years ago
Replaced try/catch with a check for if the scope exists instead (sometimes the session scope does not exist when an error is thrown onApplicationStart for example).

github.com/cfwheels/cfwheels - 1ec36c1e68468ee5445c44e856c0edb4742ba9b5 authored over 14 years ago
Had to add this so that we recognize that SQL Server is supported when using the jTDS driver (btw, this whole section of code is ugly and need to be redone).

github.com/cfwheels/cfwheels - 273761b1b0686f0ab1ad517e6614fd40af7331b1 authored over 14 years ago
updated CHANGELOG

github.com/cfwheels/cfwheels - d958af36f842c6e2e2a43a1b999fabd58a2e8880 authored over 14 years ago
sqlite adapter: fixed incorrect cut and paste

github.com/cfwheels/cfwheels - 585b3f3369f4c7e92776612d7f809f187ffc726f authored over 14 years ago
binary data support. closes issue 133

github.com/cfwheels/cfwheels - 01e159dac749ac9744fbbc690206bf87f0e79d3e authored over 14 years ago
correct syntax to get tests running under cf 8.0.1

github.com/cfwheels/cfwheels - 596e1f3f4073b8fbff0f35eadaeade554cb98c9b authored over 14 years ago
population script: removed extra single quote

github.com/cfwheels/cfwheels - 01f2382139eeaeb999261fed0c5f65cf6df7cf45 authored over 14 years ago
Factored out test object creation for nested properties. Added test_delete_child_object for James to review.

github.com/cfwheels/cfwheels - 35dc0eddb934212e4d90076b755c0f3305bb3aeb authored over 14 years ago
Fix for issue 514

github.com/cfwheels/cfwheels - 003614a50877af1918d626889cf96a7c1a3dcabf authored over 14 years ago
testing framework cleanup

* removed the user of cfparam in test.cfc

* have $runTest call $resetTestResults if
res...

github.com/cfwheels/cfwheels - 42042baf26daa8f3933385310d03a80fda09c29e authored over 14 years ago
Additions to previous commit. Made it possible to exclude entire scopes.

github.com/cfwheels/cfwheels - d3d1ca0cc7705710c9f9fea14d630bbdf6067737 authored over 14 years ago
Added excludeFromErrorEmail setting. Fixes issue 447.

github.com/cfwheels/cfwheels - d2a082f9d54ede39011b99ef6de493b22cff8e5d authored over 14 years ago
update to verifies

* you can now do simple validations on variables
besides seeing if they exist.

* you ca...

github.com/cfwheels/cfwheels - 653a0d5941298f63871ef25d2befd1d235376a89 authored over 14 years ago
update to controllers to make testing easier

* created $abortIssued() to tell if an abort
has been issued for the controller

* updat...

github.com/cfwheels/cfwheels - 66041c6d3ccd688f473622a21ac9ef6d085a6f01 authored over 14 years ago
update to redirects to make testing easier

* any arguments used to build the redirect can now
be accessed by using the $args variable...

github.com/cfwheels/cfwheels - 4a2a50e3c20f1944314fddf12776f553931f3e7e authored over 14 years ago
Global defaults for nested properties. Use internal function to combine arguments. Corrected type in error message.

github.com/cfwheels/cfwheels - 3c2a512e8bd5cc4df747d4a764b27ddc726ba7b1 authored over 14 years ago
update to exists() to only query the id columns so coldfusion does not need to pull back more data then it needs to.

github.com/cfwheels/cfwheels - 4e54255cab842744b301769ed043a594767bc692 authored over 14 years ago
updates to get the nested property tests wprking.

github.com/cfwheels/cfwheels - d6cbbaf252dd1ada2b89d770a48fe3fbee91700b authored over 14 years ago
Support for "LIKE" in dynamic finders (on columns with the "text" data type).

github.com/cfwheels/cfwheels - afb868178ec6ea24e073308d818b29ca912f59a5 authored over 14 years ago
Made the regular expression from r4652 a little more restrictive ("IS" has to come after a space and if "NOT" is used it also has to have a space first).

github.com/cfwheels/cfwheels - 10a70e9bf221d5b5cade17c4a2426a02d95a5907 authored over 14 years ago
Reverted 4650 and fixed tests to reflect the intended functionality with the original code.

github.com/cfwheels/cfwheels - 59336f9d7f359a885a98eec1036d9b613534b2d0 authored over 14 years ago
Corrected isSecure() function and the test for it. Also changed verification code to use internal functions instead of duplicating logic.

github.com/cfwheels/cfwheels - ea983375da0a6b3698c15c4a0beda1ce5ce54bf4 authored over 14 years ago
updates to testing framework

* changed the order of arguments in halt()

you now pass in the expression first and then ...

github.com/cfwheels/cfwheels - b91451211464916a00352f1ebcf2e4cce1f68586 authored over 14 years ago
Correction to one-to-one nested property test. Added one-to-many test.

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

github.com/cfwheels/cfwheels - 7c8cf2ea608ab2ff13a0d3798b02958ba2b686c1 authored over 14 years ago
First test for nested properties. It's failing on my local environment, so we'll need to figure that one out.

github.com/cfwheels/cfwheels - a3c750edb948e173959dae307b16ee6a16baf322 authored over 14 years ago
fixed failed tests from previous commit. removed duplicate assertions.

github.com/cfwheels/cfwheels - 73d3bc3ca35f4121658bc2c42aaef3f17fb0b08e authored over 14 years ago
sql where operators and value update

* fixes issue 510
added support for IS NULL and IS NOT NULL

* fixed bug parsing floats ...

github.com/cfwheels/cfwheels - e4794700f7186f5928643c7052fb7f8afcae624f authored over 14 years ago
clean up last commit

github.com/cfwheels/cfwheels - 39efbe3eda866695a9572e3ef08236de42691239 authored over 14 years ago
partial dateFunction should only execute if the method is marked as private

github.com/cfwheels/cfwheels - 923a69bef0586a75a9c1dbed140c1da260f08e51 authored over 14 years ago
Incorrect argument.

github.com/cfwheels/cfwheels - 4ad7312f77d73e13453d39f5b2fc6da6be7da5b2 authored over 14 years ago
little more refactoring of controller request methods

github.com/cfwheels/cfwheels - 48c4e1673b62617b8ffdd928adba6bda2bf7a5b2 authored over 14 years ago
fixed incompatable syntax on CF8.01

github.com/cfwheels/cfwheels - c193744f7b2bb07afdc3d597e05d9cee72719cbc authored over 14 years ago
Moved some stuff around. Because I can.

github.com/cfwheels/cfwheels - 4eaee6b89a5a7ffca276b1dc2e6e18c3f5f7bfa1 authored over 14 years ago
Added a dataFunction argument to includePartial so that it's possible to encapsulate partials better.

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

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

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

github.com/cfwheels/cfwheels - d97650fbe1bbe61709701d07768f5d394f550014 authored over 14 years ago
We had two very similar functions for dealing with argument defaults so I removed one of them. Also some other minor cleanup.

github.com/cfwheels/cfwheels - 808f2625c419e3297b8df59fb7dbb9ac4403ed4b authored over 14 years ago
A flashKeep() function.

github.com/cfwheels/cfwheels - 1b894a46b64d15cd49ad5428e9f8474cdab7c1d4 authored over 14 years ago
changes to layouts

* changed the name of layout() to usesLayout() as requested by Per :)

* usesLayout can only...

github.com/cfwheels/cfwheels - 9beead78e68237519e9dbbbe8ac6ae7741dad08e authored over 14 years ago
Partial revert of r4592.

github.com/cfwheels/cfwheels - f06f8528ffb00e1853a2b44c704eabd775084d37 authored over 14 years ago
Just some cleanup and added a setResponse() function instead of using response() for setting content.

github.com/cfwheels/cfwheels - bd0f000739e1143296fd8f41abefe9d823d205e6 authored over 14 years ago
Cleaned up the caching code a little and made sure all returned keys are in order (CF 8 won't keep the same order when using SerializeJSON with a struct).

github.com/cfwheels/cfwheels - 2f96474ce32ebea12a1af944fee7867e174611f1 authored over 14 years ago
Renamed "section" to "name".

github.com/cfwheels/cfwheels - e126b2b901f0abae397a97eca577f9764c5d375a authored over 14 years ago
Added a flashMessages() function. Similar in functionality to errorMessagesFor() but meant for outputting simple values from the Flash instead.

github.com/cfwheels/cfwheels - 07be21470adbf256e179a37b9f09e66dae2aa1f7 authored over 14 years ago
Made sure we use the new cacheDatePart setting in all places.

github.com/cfwheels/cfwheels - 82e5aeafc0617aa9c9b0eb1f8e07d2fcc22c95f8 authored over 14 years ago
contentFor() updates

* changed the way you specify a section. you can now do:

contentFor(submenu="my submenu v...

github.com/cfwheels/cfwheels - 5c4b4d6e2b6e834d85b0e979fc977021712db022 authored over 14 years ago
Change the default on includeContent from "layout" to "body".

github.com/cfwheels/cfwheels - 3f29a2d1a8fa8858d47091da771b113da3c35dcb authored over 14 years ago
Added a column to the test database.

github.com/cfwheels/cfwheels - 28f98e8b7ea8bf0d3f7dfd0ff07403b0e6d0b25b authored over 14 years ago
Added wildcard routes

addRoute(pattern="*")

github.com/cfwheels/cfwheels - dc5c38642a4cb42e0027923ce9611d1e3bd9bce0 authored over 14 years ago
Correction for r4605.

github.com/cfwheels/cfwheels - 55ee540e4b4719f3bf55bb7a732aad8b5b08748b authored over 14 years ago
Makes it possible to use inherited / nested layout templates.

github.com/cfwheels/cfwheels - 7fe8a2c536d4f5960a8ab0747eda9d5680bcb5ca authored over 14 years ago
Renamed yield to includeContent. Yield makes no sense to use since it's not a Rails method (it's built-in to Ruby) and includeContent goes nicely with includePartial.

github.com/cfwheels/cfwheels - 7082e6b16c51bbe1440aa41bf7b08428f60d13c6 authored over 14 years ago
Readded the contentForLayout function so that we can go from 1.0.x to 1.1 without needing to make changes out side of the wheels folder. We'll deprecate this later.

github.com/cfwheels/cfwheels - 562967964107d18d6d00c5f0d60606604977030a authored over 14 years ago
Test corrections.

github.com/cfwheels/cfwheels - 61816c713f171a7cd88b94b7042d6fa3dc63da7a authored over 14 years ago
support floats in IN statments

github.com/cfwheels/cfwheels - 286ff634c49e105abb512608f302b4adcfe8ff3c authored over 14 years ago
Test corrections.

github.com/cfwheels/cfwheels - ebbf73fb3ea647da4965e75c872f144996321aaf authored over 14 years ago
Cleaned up tests.

github.com/cfwheels/cfwheels - fd7cef4fbf45b000eef352a451275501bc409f6a authored over 14 years ago
Added a cacheQueriesDuringRequest global setting. Makes it easier to isolate our tests without having to pass in reload=true all the time.

github.com/cfwheels/cfwheels - a08f5ccb2a7c6813471af41f5b66d7e9015620b5 authored over 14 years ago
Fixes for hasMany tests I completely forgot to commit. Sorry Per :S

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

github.com/cfwheels/cfwheels - 62a29e72ca16f6ed3b78be01a62fc8c2a7e7686e authored over 14 years ago
Make it possible to use a blank value as a property default

github.com/cfwheels/cfwheels - b7fde685a214ac6f3fa3bc4e5c8d3d62e4c5a824 authored over 14 years ago
Update plugin loading so that plugin controller methods don't get listed as protected.

github.com/cfwheels/cfwheels - a1e955fc78c96e6b470a3277b83441c0e80bfa20 authored over 14 years ago
Adds support for "NOT IN" and "NOT LIKE".

github.com/cfwheels/cfwheels - 661044fd887d086364cc3cae9c8c5d7c25826bc4 authored over 14 years ago
Some WHERE clause tests.

github.com/cfwheels/cfwheels - a6299e61864abd9985dfc36cedcc57bca6798c4b authored over 14 years ago
update to in statement parsing

* allow for commas and parentheses
* respect single quotes
* replace double quotes w...

github.com/cfwheels/cfwheels - 9cd75f5a8bfccf6c8906d5a32eb4ff48da876761 authored over 14 years ago
Tests for r4585.

github.com/cfwheels/cfwheels - 6b74c4860047533d2afa9e86c7705d3394ba8632 authored over 14 years ago
reverts r4007. I feel it's a little overkill to try and correct user input like that. Especially when it makes our framework code that much more complex.

github.com/cfwheels/cfwheels - a8925bb1d4c11afa0484594fcbd60be7db06182f authored over 14 years ago
Adds support for mapping and queryparaming the IN operator. Also changed so that all queries resulting from pagination are queryparamed.

github.com/cfwheels/cfwheels - d69687859081d0f55b5207f245eb18a24bf0b399 authored over 14 years ago
Made some methods more standalone so I can test them more easily.

github.com/cfwheels/cfwheels - 4477077f23b8f91ebe905497def52259124fd561 authored over 14 years ago
Update for previous commit + tests

github.com/cfwheels/cfwheels - b805a3bc71fe9543660fd9d98b23d9fd9e9a691d authored over 14 years ago
Fix for issue 367

github.com/cfwheels/cfwheels - 6550a3e99bd47d60b47cf14647eeefbb90017de3 authored over 14 years ago
updated CHANGELOG

github.com/cfwheels/cfwheels - 8752e6066d41f88396a0c78eaf41de7d27779b3e authored over 14 years ago
updated CHANGELOG

github.com/cfwheels/cfwheels - 25144288a98309d65fd3ecbe28c91bb361af7327 authored over 14 years ago
add layout() method for specifying controller and action specific layouts

github.com/cfwheels/cfwheels - 41721c18026a3722111c2c44af0c02668407d261 authored over 14 years ago