Ecosyste.ms: OpenCollective

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

github.com/cfwheels/cfwheels

An open source ColdFusion framework inspired by Ruby on Rails.
https://github.com/cfwheels/cfwheels

closes issue 515. refactored hasChanged() logic to account for date comparisions

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

cf7a6b93308784cd04353b1b9a9fdfbeb77f5fe4 authored over 14 years ago
testing framework: handle tokens as methods for railo

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

f62a1285f930e363ee9d401d01f056b52e045e2f authored over 14 years ago
Fix for cflocation anchor bug.

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

55abf077414ba968c57d21770e2671483742feec authored over 14 years ago
forgot to removed when building the query settings. cleaned up comments.

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
...

19c9a2cd25389afac833e596e5b2316c8c0d20ea authored over 14 years ago
get where clause tests passing under mysql

f6a6566dd80e4f9f728d864cc9189fcc410cb295 authored over 14 years ago
mysql test script: corrected column data type for binary tests

88132b9776dcdb0dcb63fb2580ad4d72646b15d3 authored over 14 years ago
railo: difference in exception stack was causing test to fail

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.

1417b65997b00a30bb979565aa2157a2459bb5b9 authored over 14 years ago
railo: prevent $deprecated from throwing error.

5e3f9fe304c78fff994015b38e23555863075326 authored over 14 years ago
railo: close cftransaction tag

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).

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).

273761b1b0686f0ab1ad517e6614fd40af7331b1 authored over 14 years ago
updated CHANGELOG

d958af36f842c6e2e2a43a1b999fabd58a2e8880 authored over 14 years ago
sqlite adapter: fixed incorrect cut and paste

585b3f3369f4c7e92776612d7f809f187ffc726f authored over 14 years ago
binary data support. closes issue 133

01e159dac749ac9744fbbc690206bf87f0e79d3e authored over 14 years ago
correct syntax to get tests running under cf 8.0.1

596e1f3f4073b8fbff0f35eadaeade554cb98c9b authored over 14 years ago
population script: removed extra single quote

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

35dc0eddb934212e4d90076b755c0f3305bb3aeb authored over 14 years ago
Fix for issue 514

003614a50877af1918d626889cf96a7c1a3dcabf authored over 14 years ago
testing framework cleanup

* removed the user of cfparam in test.cfc

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

42042baf26daa8f3933385310d03a80fda09c29e authored over 14 years ago
Additions to previous commit. Made it possible to exclude entire scopes.

d3d1ca0cc7705710c9f9fea14d630bbdf6067737 authored over 14 years ago
Added excludeFromErrorEmail setting. Fixes issue 447.

d2a082f9d54ede39011b99ef6de493b22cff8e5d authored over 14 years ago
update to verifies

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

* you ca...

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...

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...

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

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.

4e54255cab842744b301769ed043a594767bc692 authored over 14 years ago
updates to get the nested property tests wprking.

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

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).

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

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.

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 ...

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

770001a11ba0ecd40539a65357f9fbe527de5b89 authored over 14 years ago
See previous.

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.

a3c750edb948e173959dae307b16ee6a16baf322 authored over 14 years ago
fixed failed tests from previous commit. removed duplicate assertions.

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 ...

e4794700f7186f5928643c7052fb7f8afcae624f authored over 14 years ago
clean up last commit

39efbe3eda866695a9572e3ef08236de42691239 authored over 14 years ago
partial dateFunction should only execute if the method is marked as private

923a69bef0586a75a9c1dbed140c1da260f08e51 authored over 14 years ago
Incorrect argument.

4ad7312f77d73e13453d39f5b2fc6da6be7da5b2 authored over 14 years ago
little more refactoring of controller request methods

48c4e1673b62617b8ffdd928adba6bda2bf7a5b2 authored over 14 years ago
fixed incompatable syntax on CF8.01

c193744f7b2bb07afdc3d597e05d9cee72719cbc authored over 14 years ago
Moved some stuff around. Because I can.

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

026068ae30b7207173e8931c9851cad3000560eb authored over 14 years ago
See previous.

e3e1718313325e4b812d6b61a09493be21705095 authored over 14 years ago
See previous.

3e7bb45291423a0310d4b1d5d6c236036c02ffac authored over 14 years ago
See previous.

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.

808f2625c419e3297b8df59fb7dbb9ac4403ed4b authored over 14 years ago
A flashKeep() function.

1b894a46b64d15cd49ad5428e9f8474cdab7c1d4 authored over 14 years ago
changes to layouts

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

* usesLayout can only...

9beead78e68237519e9dbbbe8ac6ae7741dad08e authored over 14 years ago
Partial revert of r4592.

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

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).

2f96474ce32ebea12a1af944fee7867e174611f1 authored over 14 years ago
Renamed "section" to "name".

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.

07be21470adbf256e179a37b9f09e66dae2aa1f7 authored over 14 years ago
Made sure we use the new cacheDatePart setting in all places.

82e5aeafc0617aa9c9b0eb1f8e07d2fcc22c95f8 authored over 14 years ago
contentFor() updates

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

contentFor(submenu="my submenu v...

5c4b4d6e2b6e834d85b0e979fc977021712db022 authored over 14 years ago
Change the default on includeContent from "layout" to "body".

3f29a2d1a8fa8858d47091da771b113da3c35dcb authored over 14 years ago
Added a column to the test database.

28f98e8b7ea8bf0d3f7dfd0ff07403b0e6d0b25b authored over 14 years ago
Added wildcard routes

addRoute(pattern="*")

dc5c38642a4cb42e0027923ce9611d1e3bd9bce0 authored over 14 years ago
Correction for r4605.

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

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.

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.

562967964107d18d6d00c5f0d60606604977030a authored over 14 years ago
Test corrections.

61816c713f171a7cd88b94b7042d6fa3dc63da7a authored over 14 years ago
support floats in IN statments

286ff634c49e105abb512608f302b4adcfe8ff3c authored over 14 years ago
Test corrections.

ebbf73fb3ea647da4965e75c872f144996321aaf authored over 14 years ago
Cleaned up tests.

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.

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

0d0198541bbc75f55f3f8db1240b2af729cc3d07 authored over 14 years ago
Update to previous commit

62a29e72ca16f6ed3b78be01a62fc8c2a7e7686e authored over 14 years ago
Make it possible to use a blank value as a property default

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

a1e955fc78c96e6b470a3277b83441c0e80bfa20 authored over 14 years ago
Adds support for "NOT IN" and "NOT LIKE".

661044fd887d086364cc3cae9c8c5d7c25826bc4 authored over 14 years ago
Some WHERE clause tests.

a6299e61864abd9985dfc36cedcc57bca6798c4b authored over 14 years ago
update to in statement parsing

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

9cd75f5a8bfccf6c8906d5a32eb4ff48da876761 authored over 14 years ago
Tests for r4585.

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.

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.

d69687859081d0f55b5207f245eb18a24bf0b399 authored over 14 years ago
Made some methods more standalone so I can test them more easily.

4477077f23b8f91ebe905497def52259124fd561 authored over 14 years ago
Update for previous commit + tests

b805a3bc71fe9543660fd9d98b23d9fd9e9a691d authored over 14 years ago
CHANGELOG

1587007da0e7eaf045378e0792d8765de2dcfdfc authored over 14 years ago
Fix for issue 367

6550a3e99bd47d60b47cf14647eeefbb90017de3 authored over 14 years ago
updated CHANGELOG

8752e6066d41f88396a0c78eaf41de7d27779b3e authored over 14 years ago
updated CHANGELOG

25144288a98309d65fd3ecbe28c91bb361af7327 authored over 14 years ago
add layout() method for specifying controller and action specific layouts

41721c18026a3722111c2c44af0c02668407d261 authored over 14 years ago
Split the storage for class and instance variables into separate structs.

025c1497f4b412ddf456124a99bc10bc2f83b48d authored over 14 years ago
Split the controller storage into one "class" struct and one "instance" struct to make it more clear how we use them internally. Also made the method that gets/sets the response public so that in can be accessed by the dev from an after filter for example.

a4b2a7c87ddc96e37e7263719b008a9131fd59af authored over 14 years ago
moved response and redirect variables from request scope into controller instance variables

bd51334e71ee23182192bb701e8ffa35eebc090f authored over 14 years ago
initialize variables.wheels container. duplicate controller class data

cdedd79e55683abdae78212fc2413c6227e215f3 authored over 14 years ago
added debug method to test suite

b9c106685c15a3d73a74a342b752238c4566f43f authored over 14 years ago
adds yield() and contentFor(). remove contentForLayout()

6524ed44b1e6a873fe1ed58b5fa9ea76abd7a9c6 authored over 14 years ago
use IsImageFile() instead of GetReadableImageFormats()

b8bd246b14035184db0771d9138ad1d2ab082049 authored over 14 years ago
Correction for r4560.

9244c6acf544b0a7de0e932a00d8430f52fc9455 authored over 14 years ago
Set the default for useExpandedColumnAliases to false. Having it enabled would create too many inconsistencies in the API (see issue 503 for example). We'll change the default to true again for 1.2 and work on making everything else follow along.

6f4d3f49e734c34e7937abff90e66808c0f74b47 authored over 14 years ago
Fixes issue 349.

4308ecf6e722c56dceb37d4056f314c6d1510cbe authored over 14 years ago