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

Changed duplicate arguments so that it works for arguments with defaults.

dd5e09f38f22489cde462f6eea83c09cbb21ab5a authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 269.

2eea2aca152347d749d4c1532d27d1eab416d798 authored over 15 years ago by Per Djurner <[email protected]>
use generic model for properties test

4824f22010eea057d12eebc1eaabab0634134457 authored over 15 years ago by Tony Petruzzi <[email protected]>
prelim pagination tests to confirm r3095

ed5c36e6ab9813c3be0bf6441016a41e63d01013 authored over 15 years ago by Tony Petruzzi <[email protected]>
tests to confirm that validations with allowblank set to true validate when property is missing.

b400eadd564cab1a7ea4dc6cf011c03bbbbbf4b2 authored over 15 years ago by Tony Petruzzi <[email protected]>
fixed dateSelectTag test

3c11ac9d1cc5098b3a021dabbfbd2c5e2a0e679e authored over 15 years ago by Tony Petruzzi <[email protected]>
Oops, I had left a cfdump in there :O

7173d2dbfbb5e9577c130355b4ebcb82d973f7ff authored over 15 years ago by Per Djurner <[email protected]>
Aborts pagination early if no records exists at all that matches the WHERE condition.

09f482d578b13571f103ed7c4ef7ddc9ebf2fd24 authored over 15 years ago by Per Djurner <[email protected]>
Indentation.

d5da45b1a66d819adde76a650eea1ae323b4706a authored over 15 years ago by Per Djurner <[email protected]>
See previous.

49c9d36a4404069388a5142c9e1b82ec78c7454f authored over 15 years ago by Per Djurner <[email protected]>
Reverted r2999.

3e3020ab95d5e1f84890203e266bece3225b4a26 authored over 15 years ago by Per Djurner <[email protected]>
Fixed so you can pass in the "properties" argument to dynamic methods (it was overridden previously).

547857cfd991eedda10f27ab07cb65bd157a74ed authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 265.

b5a5c97abaa2a97bf2a70cc990771a15aa8927b4 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

2aed07e24b39694bc22e02fd24e655acb2903398 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 264.

e817c0e724302f66f282a4952ad3f61f266f741b authored over 15 years ago by Per Djurner <[email protected]>
Another file case bug fix.

a6c4449d949526da3d41172fac01ca5900037a9c authored over 15 years ago by Per Djurner <[email protected]>
File case bug fix.

ef9c5d91523af73b8863c10a2ca5a60ff3a9aee7 authored over 15 years ago by Per Djurner <[email protected]>
test for multiple labels in dateSelect and dateSelectTag

e14699608743f3f2209a6498f70de8ecc07627fc authored over 15 years ago by Tony Petruzzi <[email protected]>
refactored finders test

0056149493d2562eea53b77fd0038f4d649f6024 authored over 15 years ago by Tony Petruzzi <[email protected]>
commented out group by test until it is integrated

2d91bfd378e3e9af8bd2ea60cd14c30c4e8a41e9 authored over 15 years ago by Tony Petruzzi <[email protected]>
wrote tests against issue 256

2f1dc3f25aa247986211a56a076308eca1bb0eef authored over 15 years ago by Tony Petruzzi <[email protected]>
updated wheelstestdb script to write tests against issue 256

86d1edb6c09c6032046996d6dedcba093c74f42e authored over 15 years ago by Tony Petruzzi <[email protected]>
cleaned up all tests and removed invalid tests

a30057c4ce04a6b702d10bc8f7da05416736a765 authored over 15 years ago by Tony Petruzzi <[email protected]>
create global and loc stores automatically for tests.

52c77bdddd48d5042240d3bf05fcc21505827038 authored over 15 years ago by Tony Petruzzi <[email protected]>
added tests for if/unless validations both set

b2c343b75f1d237c8e7e0222d274759fbff79ae4 authored over 15 years ago by Tony Petruzzi <[email protected]>
Typo.

48f77f5f141ad5d87d8f9ffece7ebbaadd662c3f authored over 15 years ago by Per Djurner <[email protected]>
Changes related to distinct and pagination.

b1df7374d27bf302d063241ab4cb6251a09e132e authored over 15 years ago by Per Djurner <[email protected]>
Fixed so if/unless validation evaluated properly when they were BOTH set.

e52375ac9c7cf54ada5a34cb2525af6eb9afd14d authored over 15 years ago by Per Djurner <[email protected]>
Added support for DISTINCT keyword. First part of issue 256.

530e9a8b67da23aa2d9374e4ba089659dd40f17f authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 257.

90422f8281c5b0379863b0b8f83e64f98e4427ab authored over 15 years ago by Per Djurner <[email protected]>
Change related to issue 258.

2bd3285ca1503720f301c2dbee870ac4e0cedc7a authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 252.

4d959c9973edf3054cc60cf33a77e3c2ac2183bb authored over 15 years ago by Per Djurner <[email protected]>
regression from r2999. updated tests to match the original functionality

ea25299e47f5628864829c29365b7724c477dd18 authored over 15 years ago by Tony Petruzzi <[email protected]>
testing: always save the original environment. removed env.cfm support in packages as packages can as inherit and overload the main env.cfm

e0bbfa39d92472388cc132d3afaa5290f453deba authored over 15 years ago by Tony Petruzzi <[email protected]>
Updated version number to 0.9.4 (should've been done a couple of revisions ago though).

d5cf5770228a96c8d0eb1b22f950da4f6583e2f4 authored over 15 years ago by Per Djurner <[email protected]>
Removed "lib" folder. We can re-add it once we know what we're gonna use it for :)

b081fe4fdd8c0f8094fb6316ff0a228c4dfbbbbc authored over 15 years ago by Per Djurner <[email protected]>
Removed the plugin manager (it's not a good idea to have it included in Wheels since we may have to update the plugin manager code more often than the Wheels code).

1d094c2fc2c91c5bd9cb47cf3768da12bc262573 authored over 15 years ago by Per Djurner <[email protected]>
refactored startFormTag tests. fixed failing tests once again.

d1b843f2dca454ee8e5ac29c0e5b8767bc2f5880 authored over 15 years ago by Tony Petruzzi <[email protected]>
unload plugins before running core tests

0eec15b9bb0a3e5f38209ddb163f67442f99fe02 authored over 15 years ago by Tony Petruzzi <[email protected]>
fixed core test environment paths

7dcbf27a3ed3c7f2d9ac541a50336575396741fb authored over 15 years ago by Tony Petruzzi <[email protected]>
got startformtag spamprotection test passing again

d532a89097247b8e662754b42eebab72e8b4bd62 authored over 15 years ago by Tony Petruzzi <[email protected]>
environment paths for test were being calculated wrong

e53797a92bfc985ba7e51a0919835ab8081f019d authored over 15 years ago by Tony Petruzzi <[email protected]>
refactored standard validations

b4eb96311d8d45eb8230aa9bf46b7ce7e6a695c1 authored over 15 years ago by Tony Petruzzi <[email protected]>
finished testing validations

2bcd3d6312be89bdc25c2bf71196b702e1d82233 authored over 15 years ago by Tony Petruzzi <[email protected]>
removed unnecessary tests from last commit

97ffe5f910d364ea6afbeaa45ebeb48f11003660 authored over 15 years ago by Tony Petruzzi <[email protected]>
finished writing tests for standard validations

a4a963c252d9373e352b499c10bb9b40842e198e authored over 15 years ago by Tony Petruzzi <[email protected]>
allow more delimeters to test package argument

253f61ef6184bfe974b17492f79c93730e4da876 authored over 15 years ago by Tony Petruzzi <[email protected]>
Changed so that the "id" attribute on form helpers is only set automatically by Wheels when it's not specifically passed in by the developer.

c032242774c5436d468e9a45de6927dd183ba916 authored over 15 years ago by Per Djurner <[email protected]>
started tests on the standard model validations

5de66f3f7747ee202d5b744c86afb70bd90dbc8e authored over 15 years ago by Tony Petruzzi <[email protected]>
refactored conditional_validations tests

a335032b671862a9251971407debdf61883b2ff2 authored over 15 years ago by Tony Petruzzi <[email protected]>
removed the method name tests and refactored the remainging tests

68d81d67185bfc6f82a5933af4edef063e8cd060 authored over 15 years ago by Tony Petruzzi <[email protected]>
removed method name support for if/unless. it was decided that it was too hackish and since CFML doesn't support calling method without parenthesis, then neither should we.

9028ca9c26ed781211687f2f39280acc8d48c38c authored over 15 years ago by Tony Petruzzi <[email protected]>
got expressions and method name mataching working in if/unless. added tests for new functionality. got all model.validation tests passing

35354c1f5df702bf709f572b3da70f5477e56905 authored over 15 years ago by Tony Petruzzi <[email protected]>
Made it possible to just pass in the method name to the if/unless argument in validation methods. Also made some syntax changes.

068a2caf9f91388e4e32895aec3805cea2962ced authored over 15 years ago by Per Djurner <[email protected]>
Syntax changes related to r2921.

51b20064172748a3074608b48b2b9c6cc62e619a authored over 15 years ago by Per Djurner <[email protected]>
changed conditional constraint on validation to use if/unless instead of condition. added tests for commit

951805cf646cf67ee260e242959d1c717a81eaa7 authored over 15 years ago by Tony Petruzzi <[email protected]>
intializing errors array. needed to run model tests

d10c0e4ad4d408101d82cd78883935b4f8913a6c authored over 15 years ago by Tony Petruzzi <[email protected]>
Syntax changes related to r2919.

7fa7fd225688243643fdc3aae42558546f4e1685 authored over 15 years ago by Per Djurner <[email protected]>
fixed tests so a specific package could run

packages can have their own env.cfm for overloading the environment, if not found will try to use...

68c9d9d7d3a8db1cc523a357bdb3e640b2a6e028 authored over 15 years ago by Tony Petruzzi <[email protected]>
fixes issue 253.

982f55604929a08b1d0fc3b19f485ecc987fe3f5 authored over 15 years ago by Tony Petruzzi <[email protected]>
got startFormTag tests passing

690dd14308f3f09b2891511b44f2c20f0690159c authored over 15 years ago by Tony Petruzzi <[email protected]>
copy variables.params to loc.params if exists. use loc.params for assignment.

944e87a479e2ab7df6154a6bfacf9dd90533418d authored over 15 years ago by Tony Petruzzi <[email protected]>
cleaned up javascript and stylesheet tests

4aa41e655be8649bbfa76368631bdf5c203ad400 authored over 15 years ago by Tony Petruzzi <[email protected]>
got tests running again

f63247f28ee8b80cb2b0a1cb8ed4609c72e56da7 authored over 15 years ago by Tony Petruzzi <[email protected]>
added execution condition constraint to validations

aed16387f522d4a9f8004605b2321ef140c3568a authored over 15 years ago by Tony Petruzzi <[email protected]>
changed validation and callback order to match rails. fixes issue 255.

222a748da9d1179b0762d62907c750ddf5ebe803 authored over 15 years ago by Tony Petruzzi <[email protected]>
Fixed bug, Wheels would fail if the plugin manager was removed.

a7a86c5351bc1ac80bceae3e8e57f4411df701e2 authored over 15 years ago by Per Djurner <[email protected]>
Another Postgresql addition.

5f0f93d4fe9b81176e5c06d24504a63ca2c4ba61 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 250. Sending error emails now uses the default arguments on sendEmail so you can set server, username etc on that and it will be used when sending error emails as well.

92cd056bed394a3b5909e939ed2c101aac361978 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

c80dc934cb766c84921df1ea2d153d881725b32d authored over 15 years ago by Per Djurner <[email protected]>
Applied James' patch in issue 228. Added a "current" variable that is passed in as well (behaves the same way as currentRow when grouping a query). Skipped the functionality to override the filename with the partialFile argument for now.

1ff016a2e2f40e958744029d9ca8cba2e7876e87 authored over 15 years ago by Per Djurner <[email protected]>
Minor fix for ASC/DESC and case.

dae0301b02079395aad647c7e0de127b54d552b1 authored over 15 years ago by Per Djurner <[email protected]>
Fixed a small Postgresql bug reported in the Google Group.

9069cab1202c8e5ac36256f8ff40352cd01b9d1f authored over 15 years ago by Per Djurner <[email protected]>
Improved code in r2841.

a1b9298ec80c36a1fb29a32b0f8276fe09310860 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 55.

58086ccbf1293f38dad4063f9f4749d920012c83 authored over 15 years ago by Per Djurner <[email protected]>
Fixed a bug with callbacks. beforeValidation was running twice and afterValidationOnCreate/Update was not running at all.

d17372c350d93eadf244e62eddf4bb71f07e9147 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 246.

6aedbb1a0f75346cae48ead5eb227eb09dd61f90 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

07c50cfdca02dde7462007eab72b738931a95ff3 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 220.

02128e02733efb402a407f540f9b749a477b0f9e authored over 15 years ago by Per Djurner <[email protected]>
Added support for passing in arrays of objects to includePartial.

9072d7e72f498a3a3afc5e7367fe61aa639309ec authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 129.

59b0374975de4c4915553690e1c2e673d87096f9 authored over 15 years ago by Per Djurner <[email protected]>
Changes related to r2835.

14c616496e95c6dae92940cff5b4561db7615618 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 248.

619c8f51be85807a9ef7affc610752a41222a3bc authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 249.

95193b8a384c2e871a21a7751b9133027b856148 authored over 15 years ago by Per Djurner <[email protected]>
Closes issue 195 and issue 247. Might need some tweaking. Docs to follow.

2e9d530a01beaea67ea1ab52681322f29342498a authored over 15 years ago by Per Djurner <[email protected]>
API changes related to r2827, use arguments "shortcut" and "through" instead.

156a3fd77934c26faf60d50b80915d863808fc41 authored over 15 years ago by Per Djurner <[email protected]>
Made the finders a little more consistent by allowing you to return queries or objects (the default is still to return objects on findOne/findByKey and queries for findAll). Still limited to only specifying one association in the include argument.

0297a8d4b0cc410f8c89054739ae9f365075c94a authored over 15 years ago by Per Djurner <[email protected]>
Cleaned up the rendering functions (issue 239) and deprecated the "name" argument (use "partial" instead).

70bbf137974ef78a511ea4ccf952110d7a0f1309 authored over 15 years ago by Per Djurner <[email protected]>
Added simple many-to-many functionality. works with existing associations, adds one method for getting associated records/objects. No methods added for updating, saving etc. Example setting on an Artist model: <cfset manyToMany(name="genres", hasMany="classifications", belongsTo="genre")>.

5a474136828303856afe129304fd878b5768e135 authored over 15 years ago by Per Djurner <[email protected]>
rewrite rules. updated first rule to not rewrite at all. will require version 1.2.16 of isapirewrite4

dd59c5d0ff96dc86df032c290a01ea717f83f280 authored over 15 years ago by Tony Petruzzi <[email protected]>
updated rewrite rules. fixes issue 234

cce3d157490113baf8b19665b52c0de62c4c8e83 authored over 15 years ago by Tony Petruzzi <[email protected]>
Closes issue 238.

3771d0b2409dad596933f0017a8e2bb0f148ddba authored over 15 years ago by Per Djurner <[email protected]>
See previous.

c749cc012aaa3cbd41c798643f8a5de76d7cfbd6 authored over 15 years ago by Per Djurner <[email protected]>
Passed through the error exception info to the events/onerror.cfm file in case the developer wants to access it there (for logging for example).

3acde8c49954ab6c71a7f923f3b224ffeb71e749 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 241.

5aa75672127d3f7275479784d270406b25d14658 authored over 15 years ago by Per Djurner <[email protected]>
Fixed so afterFind callback does not get called twice when creating objects through findOne / findByKey.

8f978c9f9baec276f792e44f8023e032bfb922a6 authored over 15 years ago by Per Djurner <[email protected]>
Changed afterFind callback on findAll so it doesn't break if you don't return the arguments struct.

f50993bde3f4f187d752cea6c62a994dc0d89750 authored over 15 years ago by Per Djurner <[email protected]>
Added the ability to return one association when using returnAs on a findAll.

111ddb932522ead1afa47805c830681af6dea652 authored over 15 years ago by Per Djurner <[email protected]>
Removed a temporary dump function I forgot.

8fd2c4b6a46e623fb0953adee735c217a8bc3b1d authored over 15 years ago by Per Djurner <[email protected]>
Calculated properties, issue 63. I will document this in the wiki soon.

03cb99e23ee2b3cfd7b1ee782a21d2f2f7efb2da authored over 15 years ago by Per Djurner <[email protected]>