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

fixed broken protectedproperties test

github.com/cfwheels/cfwheels - 3d9bea5cc895fcb80591bf10c2400160ed5cbd65 authored about 15 years ago
fixed tests to work with toXHTML

github.com/cfwheels/cfwheels - 59659b31597ce11edbb0f0c6198772dc30514cdc authored about 15 years ago
added toXHTML to public methods

github.com/cfwheels/cfwheels - 458945d44457671603f152578ea81998a346ce42 authored about 15 years ago
corrected column name in sql server db test script

github.com/cfwheels/cfwheels - d53dd417a7ae6a9f0cd461033d5d10c224d7815e authored about 15 years ago
Allows you to disable error elements appearing on form fields by setting errorElement=""

github.com/cfwheels/cfwheels - 7163f95f8d298a6f5ad0cf9b9ad8d7b760f3ed3c authored about 15 years ago
fixed broken accessible properties test

github.com/cfwheels/cfwheels - f225484ccb3cc9676315c448ba104b535cbb039d authored about 15 years ago
added $listClean() to global functions

updated code to use $listClean()

github.com/cfwheels/cfwheels - 466392369776e1074958eb52ab548411b61e0c2e authored about 15 years ago
update to settings to have defaults for truncate and wordTruncate, added new method wordTruncate() so that a developer could truncate without splitting words.

github.com/cfwheels/cfwheels - 8aca52648a0529ee0d56c2c18f8bdb0f282c150d authored about 15 years ago
updates to models for nested attributes!

- included new file (nestedattributes.cfm) in the functions.cfm file.
- updated associations to ...

github.com/cfwheels/cfwheels - 870102d215bea5c81992813895ac3ee693cb5309 authored about 15 years ago
change to error message to say what model object is missing the method.

github.com/cfwheels/cfwheels - 025bc8cb8dfb18d125859dbba81df59c98a44dae authored about 15 years ago
change to findOne to return multiple records for joins when return objects. this allows nested objects to be found and added to the main model object.

github.com/cfwheels/cfwheels - 34ff3e596d6288c0ebb9d6d59f29975cb7e17fd8 authored about 15 years ago
change to how plugins are injected so original methods are not overridden in the core struct.

github.com/cfwheels/cfwheels - 4f67690cbdb8ad1e98d5eb54f961ddede147fd41 authored about 15 years ago
part of the nested attributes commit:

new method to check that multiple keys exist and have length in a structure. Core functionality ...

github.com/cfwheels/cfwheels - c5cb4cd00ecc0cc4b038e10de4e9e823fd33db55 authored about 15 years ago
update plugin inclusion to not trap errors for plugins as it keeps developers from seeing what errors they have in the plugin code.

github.com/cfwheels/cfwheels - 5f84ebc935cea21210ce91bc3feacc490757409d authored about 15 years ago
fixes issue 395 - allow access to changed values in after callbacks

github.com/cfwheels/cfwheels - e9e2029f175835e552c4d25865ccebcecddb76b5 authored about 15 years ago
update changelog

github.com/cfwheels/cfwheels - a0393f7a0d6374e339317a597bbd41d649af58d4 authored about 15 years ago
closes issue 388 - Callbacks shouldn't need to be pre-loaded

github.com/cfwheels/cfwheels - 9ef3708616a98424e54d4d6713a64b2badba34e7 authored about 15 years ago
closes issue 391 - Cannot specify a blank value for dateSelectTag

github.com/cfwheels/cfwheels - 3541caeb9128b5ca64062ad66fe64c8df92f07a9 authored about 15 years ago
removing left in debug code

github.com/cfwheels/cfwheels - 3e559ca33b23c769efc2a55e12e0c37450a65221 authored about 15 years ago
closes issue 390

adds support to allow views to be used as models

github.com/cfwheels/cfwheels - 768a1308ad300721267aeb0d0a6b1df43e0b935a authored about 15 years ago
change to inject plugins before seeing if we are in maintenance mode in case developers need plugin methods in the onmaintenance.cfm template.

github.com/cfwheels/cfwheels - 37d06d49f00f040e32f8c77c512f892ae89e1682 authored about 15 years ago
updates to models including:

- added accessibleproperties() and protectedproperties() to protect model variables from masss a...

github.com/cfwheels/cfwheels - 14b97f164197ad5e32353923befdc9e3ecba560b authored about 15 years ago
a little refactoring of property methods

github.com/cfwheels/cfwheels - b839ba0747263b292bf4ac2a3c4d5d69001d1c3b authored about 15 years ago
finish refactor of $registerAssociation

github.com/cfwheels/cfwheels - 10f9e3dbd57c252811b279dbb5fed59cb2be64c9 authored about 15 years ago
refactor: remove loop in $registerAssociation

github.com/cfwheels/cfwheels - dac92b1572b849eeeaa7b3cd5c6ec50945c58b75 authored about 15 years ago
Fixed struct assignment code that broke on CF 8 (without 8.0.1 updater)

github.com/cfwheels/cfwheels - c2ebebef4aaa663e9a352260a4d7e0a0f5da1dec authored about 15 years ago
update to wheels to add GROUP BY functionality

- this update changes the way distinct works, instead of use SELECT DISTINCT, distinct now group...

github.com/cfwheels/cfwheels - ed70a2d0a53a842142d2510e8a5b584bd53d2ee5 authored about 15 years ago
move from crud to initialization

github.com/cfwheels/cfwheels - cc65fe67a5dbeb3925e88bfffaec36cf75ce7885 authored about 15 years ago
tests for using private methods as filters were invalid

github.com/cfwheels/cfwheels - 399431719707cbbb5b7e2710c20e6af1b2ae2a2e authored about 15 years ago
update to $createParams to deserialize an infinite levels deep of form or url parameters. This means that create params will now deserialize a form item with a name like user[1][subscriptions][1][magazine].

github.com/cfwheels/cfwheels - 560c1d219f9a17ec22ccefea2647e3e18a3355bc authored about 15 years ago
fixed regression in r4007

in statement broke
supplied test was unreliable

github.com/cfwheels/cfwheels - 954c5f069b22f52e34d3f01b6cd45b2f85548a7c authored about 15 years ago
match and purge whitespace in where clause

fixes issue 381

github.com/cfwheels/cfwheels - f1a80631e5fe041c47b3c98cc4a5b973b53c5233 authored about 15 years ago
use html5 for wheels header

github.com/cfwheels/cfwheels - def3f45040170dd2b4382416bd89a6a5570fc8cd authored about 15 years ago
shorthand debug info css properties

github.com/cfwheels/cfwheels - e3db18650a578f006cd459b4eb696fc069ce4ac9 authored about 15 years ago
fixed broken simpleformat test

github.com/cfwheels/cfwheels - b30363f8232d6de7edc279dff537bd1c9a797514 authored about 15 years ago
formatting of test failures wasn't working

github.com/cfwheels/cfwheels - f3a99c78eda21b594a4cadf1fceab64a8489a525 authored about 15 years ago
fixed a bug with $getobject() so that it will evaluate objects that are a part of an array

github.com/cfwheels/cfwheels - 71453b51b2fcd81d28429c84a9c1714b962759f0 authored about 15 years ago
updated findAll() to allow for more than one association as long as they are direct. This means that you can do an include like include="objects,someotherobject" but not include="object(someotherobject)".

github.com/cfwheels/cfwheels - bda1b53533c77bd5c4b6eed4a7dd729cf357c350 authored about 15 years ago
added a new argument to pagination links to decide whether the page parameter should be part of the route or just a param. It did not make sense to assume that the if a route was specified, that the page parameter should be a part of the route.

github.com/cfwheels/cfwheels - 46fb0a07c81a5d776c697374b7d1429a10cc3c32 authored about 15 years ago
change to add back in the returns striped with simpleFormat so developers and strip the tags and keep the original returned format to display in a textarea for editing.

github.com/cfwheels/cfwheels - 14b9ae8334778839d09ad91b0586b6c2a404b9f1 authored about 15 years ago
fix to add the changed query to the request so it would be picked up with pagination, etc.

github.com/cfwheels/cfwheels - cf3672a541ff924eff6dcac12af31881a584ac0a authored about 15 years ago
added and error check in URLFor to let the developer know if they are missing an argument that is required for the route.

github.com/cfwheels/cfwheels - a8ca049c14268e0b8cbf267f3bdb1b08cf9d752c authored about 15 years ago
added some margin to the bottom of the dubug info.

github.com/cfwheels/cfwheels - d2311de61d23b162aea040313938a5c7868e98ab authored about 15 years ago
change to allow dispatch to try and call onMissingMethod in the controller if the action is not found. Allows for the developer to specify an onMissingMethod() method in their controller.

github.com/cfwheels/cfwheels - 87e426ee39d8d96ddaa09a8397cc19e68ad8aa0e authored about 15 years ago
prevent verifies tests from running.

github.com/cfwheels/cfwheels - b9401fb4b1ec91f3c356b61c0b58acf01e5e06b5 authored about 15 years ago
fix to allow private methods to be used as filters.

closes issue 380

github.com/cfwheels/cfwheels - da7d4a61c9accdafb52450dff3de0977419e2efe authored about 15 years ago
add the ability to perform http request in tests.

github.com/cfwheels/cfwheels - 58d416e58d1cfc13e5969a00ea9126871995acac authored about 15 years ago
correct id for radioButton() when value is blank.

closes issue 373

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

github.com/cfwheels/cfwheels - 8e682e560d7d7b48ea0a5e81e96b3f513d9ab28d authored about 15 years ago
updated CHANGELOG

github.com/cfwheels/cfwheels - 50f0e5cf956505d034b1a2423761026a93f264e8 authored about 15 years ago
handle when queries have no records or columns. closes issue 374

github.com/cfwheels/cfwheels - 54aeb4ed01cc223c6400c48ede745ad3d966aaf3 authored about 15 years ago
append carriage returns to styleSheetLinkTag and javaScriptIncludeTag functions. closes issue 372

github.com/cfwheels/cfwheels - a3964a3710fd2bda556b5dedf5c6cc266a45ed00 authored about 15 years ago
allow passing addtional cfdump arguments to halt

github.com/cfwheels/cfwheels - c13985108302c31cd1a9214ade598a8ec0735741 authored about 15 years ago
Get disallowed methods from Wheels.cfc instead of Controller.cfc since developer may have methods that he wants to execute as actions in Controller.cfc.

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

github.com/cfwheels/cfwheels - ac0710e9d0dc9285f8d7cb1dfab8382d5f8505e8 authored about 15 years ago
Comments for last commit.

github.com/cfwheels/cfwheels - 3d3f4f446158d436a3c4591eca503417fc808119 authored about 15 years ago
Fixed so pluralize/singularize works with multiple word strings (e.g. "statusUpdate").

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

github.com/cfwheels/cfwheels - 6b5a07470d75ed610c2923783f095d9df2c3d4ff authored about 15 years ago
Only add primary key to order clause when paginating when it's not already there as column or table.column (previous we only only checked for column).

github.com/cfwheels/cfwheels - bbb367bdecd0b3f9eec9467773af118f81f7820a authored about 15 years ago
Removed a test that is not needed anymore since the change in r3965.

github.com/cfwheels/cfwheels - 626ea262cd868467688d1a06e6485970b77ad9e3 authored about 15 years ago
Added friendlier error on plugin instantiation (issue 357).

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

github.com/cfwheels/cfwheels - be89ba63f11dabe5c0b1a880c6f1e49b42252a90 authored about 15 years ago
Removed the informative error that occurred when trying to validate against a property not in the database table. The intention was to help the developer when they've made a typo for example but the end result was that it became impossible to perform built-in validation on non-database properties.

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

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

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

github.com/cfwheels/cfwheels - 57344beb6dc67a108d8f5b6dbbe52e182aefc60b authored about 15 years ago
Made 2 methods internal instead of public.

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

github.com/cfwheels/cfwheels - c15a0d1a85bd74699e4d89199bbb2f6bcaa8d872 authored about 15 years ago
Fixed order tests so they work on MySQL.

github.com/cfwheels/cfwheels - 27b6e9b22ed9f2188fd18deac17335123cad0abb authored about 15 years ago
Refactored from clause code.

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

github.com/cfwheels/cfwheels - b14c73f2aa47241b5595f60be860b68f60c92f9c authored about 15 years ago
Fixes issue 355.

github.com/cfwheels/cfwheels - 9a1fc17de30547356bc9e30eabb7e21313b00486 authored about 15 years ago
don't specify the username and password for the database when running core tests.

this let's the developer use any credentials they want when creating the dsn.

github.com/cfwheels/cfwheels - 42442ba1f7ce7c46b49652b82fed900c27c4bf1a authored about 15 years ago
Fixes issue 344. Will add proper tests for soft deletion later.

github.com/cfwheels/cfwheels - 8e40a779c230d350203fb6aae29f448d33691944 authored about 15 years ago
Fixes issue 365.

github.com/cfwheels/cfwheels - 1b6fc925bb757ed3f115026dd40a36246411610a authored about 15 years ago
Moved the code that converts camelcase to hyphenated strings to its own method.

github.com/cfwheels/cfwheels - ae6b432ef110ee9695ebdd9d328430e9cc18e147 authored about 15 years ago
tests for $yearSelectTag()

github.com/cfwheels/cfwheels - e080e8c11844aad2143d66a66057f673c4dbcdc6 authored about 15 years ago
$yearSelectTag() should take into account reverse ordering

github.com/cfwheels/cfwheels - 969cd35e1340f73987a7596003c26427e5ad2256 authored about 15 years ago
Closes issue 359.

github.com/cfwheels/cfwheels - 441df2dff58993fd9464f4b8982d0fdf746760a9 authored about 15 years ago
fixed a broken test for assetDomains and updated the outputted query string to be a hash of the timestamp

github.com/cfwheels/cfwheels - 0ce637e557dce2cb49d029534bec42a3825f3365 authored about 15 years ago
Fixes issue 353. Wheels will only check for changes to properties that exist on the model object now.

github.com/cfwheels/cfwheels - 02fff56fce1a6c8596d2761dbb103a676e8af73e authored about 15 years ago
removed some code that wasn't needed from the asset domain method

github.com/cfwheels/cfwheels - a5d6ca1d8b1f77feedaf657a02a64b0702e1f5e4 authored about 15 years ago
updated $cgiScope() to pull in server_port_secure, this is used for the new issecure.cfc() method

added issecure.cfc() to the controller with tests for valid and invalid
added new setting applica...

github.com/cfwheels/cfwheels - e40cb95aed11a249070c36073351ce5bc73c92cb authored about 15 years ago
added configuration assetQueryString

- defaults to false for design & development
- defaults to true for testing, maintenance ...

github.com/cfwheels/cfwheels - 6ab8d5dcb1add349a834fe718c14b4f4d2c85cbb authored about 15 years ago
corrected links in test page to work with rewrites turned on

github.com/cfwheels/cfwheels - d94430ecb9700910b368dd2216aa82c80a50ac15 authored about 15 years ago
allow setting default validations on/off in the model

github.com/cfwheels/cfwheels - 329f72abbb46856d6ee522a8adf6cbc302aa1c94 authored about 15 years ago
Tests for dynamic association methods. Refactoring which removes an unnecessary database call when passing in the object itself instead of the primary key (no need to fetch the object when we already have it in the arguments struct).

github.com/cfwheels/cfwheels - f760844075f0b2f52eed72bea38c2b5b873a5b13 authored about 15 years ago
Removed unnecessary arguments in previous commit.

github.com/cfwheels/cfwheels - dcd0010dded9b8a7a5c5d5f35c1f0141dec10220 authored about 15 years ago
Test for previous commit.

github.com/cfwheels/cfwheels - 168c2c3197195cb20bb22552c7c941db10e4edfb authored about 15 years ago
Bug fix, regression. When we started using SerializeJSON to create cache keys we only tested that it would return structs in an identical way. It behaves differently when you pass in the arguments struct.

github.com/cfwheels/cfwheels - b2b1e4fe4ffcf07fd1004c600fbf40bc76952c7b authored about 15 years ago
small update to the maxlength setting as wheels puts maxlength="" when i return an undefined value. Also fixed the maxLength method to return values when an object is new and doesn't have any fields on the this scope.

github.com/cfwheels/cfwheels - 07ca08109de18cb586973bfae581aac7282ed30c authored about 15 years ago
workaround for is_nullable containing an space at the end of it's value

github.com/cfwheels/cfwheels - 742c605507636dcb28fed1ed5e3c33ab14eee98f authored about 15 years ago
added fix for linux users as component paths are case sensitive.

github.com/cfwheels/cfwheels - db825982ddc6aa8769d774281024b28e349c730b authored about 15 years ago
added tests to model finders. also added tests to show the form scope was being overridden and fixed the code to work properly. Also added in a test with multiple form objects and check boxes.

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