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

Moved test links to corresponding areas in the debugging console. Removed the 'Run Tests' area. Made test links more prominent.

github.com/cfwheels/cfwheels - a2241c64b0525143704b44776e570718b22f7e60 authored over 15 years ago by Tony Petruzzi <[email protected]>
Deprecation: Refactored. Now testing the returned template name for the benefit against other CFML engines. Rewrote method comment to add example and cleaup wording.

github.com/cfwheels/cfwheels - 928e0db7bf6688344269156bf30c062e28e2eb7c authored over 15 years ago by Tony Petruzzi <[email protected]>
added deprecation and tests

github.com/cfwheels/cfwheels - 30fafa720bf8c2e1be4a0f6cbe93cbb5a75cefb5 authored over 15 years ago by Tony Petruzzi <[email protected]>
Fixes issue 215 and issue 216.

github.com/cfwheels/cfwheels - ee0c7f0fe7a0a240a3b6beebb52db83ce209a3ab authored over 15 years ago by Per Djurner <[email protected]>
Syntax changes.

github.com/cfwheels/cfwheels - 05acfaae7b89afd24d48a30505ae6d3092877b91 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 213.

github.com/cfwheels/cfwheels - e009a7c2d98f57e277789acae6de3ca943aada5f authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 214.

github.com/cfwheels/cfwheels - c1b8377c7f95e9567bd6de49c864e7bae8056bfc authored over 15 years ago by Per Djurner <[email protected]>
Changed version number to 0.9.3 since that will be the next release.

github.com/cfwheels/cfwheels - 8878158688e85dda0a3765cee523893ee5432861 authored over 15 years ago by Per Djurner <[email protected]>
Added a "defaults" argument to the "new", "create" and "save" methods. The convention is that "new" will not return object with database default values set but "save" will (can be overridden with "set" function in config files as usual). Does not include empty string defaults since that is treated like a NULL inside Wheels.

github.com/cfwheels/cfwheels - 2777e16544a7a631069e5dec465ebe2d336d1367 authored over 15 years ago by Per Djurner <[email protected]>
issue 211 - Add ability to get and set properties globally in a model.

github.com/cfwheels/cfwheels - f6ebdfc72a4440493a77cbb7e3b514e5230dc7a1 authored over 15 years ago by Tony Petruzzi <[email protected]>
Added functionality for handling the afterFind callback when using findAll.

github.com/cfwheels/cfwheels - 544f405b89fbb66ccbb5d0a464c9e1d39a141e9e authored over 15 years ago by Per Djurner <[email protected]>
Added 3 new callback types: afterNew, afterFind and afterInitialization.

github.com/cfwheels/cfwheels - b562a48bf9480057f97b3d39a643481759761de3 authored over 15 years ago by Per Djurner <[email protected]>
Added database introspection for default column values. Added new methods to get and set default values on objects.

github.com/cfwheels/cfwheels - 4d78b04262168e5c0abe960bee27039d91224486 authored over 15 years ago by Per Djurner <[email protected]>
Fix for pagination (it did not use the correct column when a property of a different name had been mapped).

github.com/cfwheels/cfwheels - 8e11e7b74a4a30587e385067b3f4c6c93ad3a62c authored over 15 years ago by Per Djurner <[email protected]>
Bug fix for order by clause (did not work when property was mapped to a column with a different name).

github.com/cfwheels/cfwheels - 40c00e7a9bc041e4f50a4426128f6bf70811ce22 authored over 15 years ago by Per Djurner <[email protected]>
Correction for PostgreSQL adapter.

github.com/cfwheels/cfwheels - 0d6cc63a25ec3ad143beaf721d5fdd73530f6e4d authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - ecb18e574974e259cad0c29414d94a3a4ede8f57 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - 045847879441391119a2641c51afe76c0846b5f6 authored over 15 years ago by Per Djurner <[email protected]>
Experimental support for PostgreSQL.

github.com/cfwheels/cfwheels - 193aae51b0c1d5a6c0860ee38d5ea51b6b3cbaa9 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - 7a46faaaa5e7fa9c07bb68b81e1a66b5794ce9ad authored over 15 years ago by Per Djurner <[email protected]>
Removing non-functional support for Apache Derby Embedded. We'll revisit this in the future.

github.com/cfwheels/cfwheels - 68ae88da3fc2b24f66146b7b6ab467343f5263aa authored over 15 years ago by Per Djurner <[email protected]>
Support for getting the last inserted primary key value when using Oracle, more info in issue 206.

github.com/cfwheels/cfwheels - 9f7b51abd5d830f59188653c5f93f927aed30df7 authored over 15 years ago by Per Djurner <[email protected]>
Railo does not accept empty Application.cfc files so I added the cfcomponent tag to it with no content.

github.com/cfwheels/cfwheels - 5f0f361e1601fd9159dbf6c2d543d5472e54cc4c authored over 15 years ago by Per Djurner <[email protected]>
revert 2627, 2628

github.com/cfwheels/cfwheels - 4f366c3eb6f1116a0cf82dd8adbbf1407ec87f2f authored over 15 years ago by Tony Petruzzi <[email protected]>
Changed query() to $query() so it does not clash with the query() function in Railo 3.1.

github.com/cfwheels/cfwheels - c663b50521b1398e70db9d79edbfe77ffdd27b70 authored over 15 years ago by Per Djurner <[email protected]>
Fixed so functions added to events/functions.cfm are globally available in the app (previously only worked when called from CF events).

github.com/cfwheels/cfwheels - b58baac692cae5a23f70d400164c32a92e303cff authored over 15 years ago by Per Djurner <[email protected]>
fixed bug in includePlugin() so original function is overwriiten. Added tests to test overwritten functionality.

github.com/cfwheels/cfwheels - e3a30013fc7f3e179802292f50dc245807e809f6 authored over 15 years ago by Tony Petruzzi <[email protected]>
plugins must now be loaded independantly by calling includePlugin() from the constructor of the object. Added tests

for new functionality

github.com/cfwheels/cfwheels - 9c5448dcf77568767f78d7a2f6af4e0d1a1426cf authored over 15 years ago by Tony Petruzzi <[email protected]>
added testing framework

github.com/cfwheels/cfwheels - b3ae126d4697f46ecd9f97224e73fd58cc511d1b authored over 15 years ago by Tony Petruzzi <[email protected]>
Removed use of "component" since it's a keyword.

github.com/cfwheels/cfwheels - 1d2013095739ffc61de408e1693a0f4918fe3a2e authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 203.

github.com/cfwheels/cfwheels - 25ff17783008a6c4f9c8757b1f900cd43f2dcedf authored over 15 years ago by Per Djurner <[email protected]>
Security improvement, makes no files except index.cfm or rewrite.cfm in the root can be called. Issue 66.

github.com/cfwheels/cfwheels - 152ff399b7ede4097587b4d839384dbf125677d2 authored over 15 years ago by Per Djurner <[email protected]>
Improvement to simpleFormat. It's more in line with paragraphFormat since there is an option to not wrap in a P tag now. Also made the CR optional.

github.com/cfwheels/cfwheels - 6be592b7b8241f9cafac5116cde075f4da9715fa authored over 15 years ago by Per Djurner <[email protected]>
Fixes related to issue 118.

github.com/cfwheels/cfwheels - f2e6f0f2b91466dc8d363bd1b5a3d203b8d0e278 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 192.

github.com/cfwheels/cfwheels - 167bb5e9d61d137b9ac845fcd6550cd185f36987 authored over 15 years ago by Per Djurner <[email protected]>
Improvements to SELECT clause, see issue 118.

github.com/cfwheels/cfwheels - de6cc887c054fd07e44e0a1e49461a7fa882011a authored over 15 years ago by Per Djurner <[email protected]>
reverted 2559 and 2560

github.com/cfwheels/cfwheels - 37ca630095343e78e6327b6fbca5cc8baa3b5d95 authored over 15 years ago by Tony Petruzzi <[email protected]>
Throw Wheels.DataBaseInspectionError when cfdbinfo fails. This prevents the infamous 'Datasource b not found error' and provides addition information on what the cause of the error might be for the developer.

github.com/cfwheels/cfwheels - 65838f5cb056e083e064e49f7c45fa6e4a6f98cd authored over 15 years ago by Tony Petruzzi <[email protected]>
Throw Wheels.ModelNotFound error when model is not found.

github.com/cfwheels/cfwheels - e880ec78a82b6bf0ee7a6fbe5bf5053ca53aa676 authored over 15 years ago by Tony Petruzzi <[email protected]>
Bug fix for tag attributes.

github.com/cfwheels/cfwheels - f62dc9491b5090abc660e850a080fab8c84b8708 authored over 15 years ago by Per Djurner <[email protected]>
fix for imageTag() to respect https protocol

github.com/cfwheels/cfwheels - 43e37a93b40784132be2d47a122a54abc6d5e6d8 authored over 15 years ago by Tony Petruzzi <[email protected]>
Just a small change to prevent Wheels from outputting empty html tag attributes.

github.com/cfwheels/cfwheels - 86efa7b5fc53ba01a00a53ac035a4b6e096559fc authored over 15 years ago by Per Djurner <[email protected]>
source argument was not being skipped in styleSheetLinkTag() or javaScriptIncludeTag()

github.com/cfwheels/cfwheels - 4a3567bd5bc0c8ce966eef35b8c0e4eb3aa9f6ef authored over 15 years ago by Tony Petruzzi <[email protected]>
Bug fix for $optionsForSelect.

github.com/cfwheels/cfwheels - 833dc6047559f0e35af65a9b8080bc577b8539ce authored over 15 years ago by Per Djurner <[email protected]>
Set version number to 0.9.2.

github.com/cfwheels/cfwheels - c00c1d6bccf0150a7ef9d5fddfd54ab3e723697e authored over 15 years ago by Per Djurner <[email protected]>
Issue 199.

github.com/cfwheels/cfwheels - ad62a1c57ca8bef3fe121f4765543f356fadf232 authored over 15 years ago by Per Djurner <[email protected]>
Fixed so port 443 is not added to the URL unless specifically set by the developer.

github.com/cfwheels/cfwheels - 9790dc0efa34cd51f0363ef354766b29035f466c authored over 15 years ago by Per Djurner <[email protected]>
Issue 186.

github.com/cfwheels/cfwheels - c235f8dddcac6f956e41e475b900cfd2ef0a7a29 authored over 15 years ago by Per Djurner <[email protected]>
Fixed a bug in the MS SQL adapter.

github.com/cfwheels/cfwheels - 3ec6980e3209f683d68eb7c5014f03818d36732c authored over 15 years ago by Per Djurner <[email protected]>
Issue 200.

github.com/cfwheels/cfwheels - 87e87e132cb98436041f8b12ec801be669dd64b6 authored over 15 years ago by Per Djurner <[email protected]>
Using Duplicate instead of StructCopy now when copying the arguments scope.

github.com/cfwheels/cfwheels - 5c6094be84f7c103e89021fe4bd74a39aa3e49b7 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 197.

github.com/cfwheels/cfwheels - 685a3fb435fb47864f0370b4375f3a27f96e579c authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 188 (in an ugly way though).

github.com/cfwheels/cfwheels - f918c8e64a0beeb8a88d17207d9c6f96337124a2 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 189.

github.com/cfwheels/cfwheels - fa649742effc4366bbb15ba0e16c63ed60e67a9e authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - 3d31a951c45b2c31e5b61f0b0da8eaf1485afdd4 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 193.

github.com/cfwheels/cfwheels - 2d012e8b0493abda525db6b7333c862bde24ece3 authored over 15 years ago by Per Djurner <[email protected]>
Code to handle the fact that Railo does not support returning the last inserted identity value. Ugly code but as soon as Railo supports this we can remove it.

github.com/cfwheels/cfwheels - 7417a76d44952eb708bdc33b0efb11fb55764d48 authored over 15 years ago by Per Djurner <[email protected]>
Makes it possible to use set() to set multiple arguments for a function in one call.

github.com/cfwheels/cfwheels - 0a4b52f268401568c7dd246e37f970a0a27ac59a authored over 15 years ago by Per Djurner <[email protected]>
Fix for validatesUniquenessOf and fixed so you can update a primary key value.

github.com/cfwheels/cfwheels - 1dddc4febd75a4da5a81bc173271db5f0b0a732d authored over 15 years ago by Per Djurner <[email protected]>
Corrected callback behavior.

github.com/cfwheels/cfwheels - 2f225135ed133081e367e0bd2b63c30e80644376 authored over 15 years ago by Per Djurner <[email protected]>
Fix to get around the fact that Railo passes in the method name in all upper case to onMissingMethod.

github.com/cfwheels/cfwheels - 8200df1e479ca61b0cfe91c387c44251edd85592 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - 7d22f4734a37dda85a67ee262f0574e5c9927586 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - c5a94aeb964818a292ae899b012b18e33aa2d301 authored over 15 years ago by Per Djurner <[email protected]>
Reversing previous commits (need to re-think the event hooks a little).

github.com/cfwheels/cfwheels - d7b55764e6b283fd58ada86431d4238bcbb6b7cf authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - d8655e2ead9aad802eb8ea489169a0cb5678a99f authored over 15 years ago by Per Djurner <[email protected]>
Changed the locks that wrap the entire application to be name based instead of scope based (without this it would be impossible for a developer to write anything to the application scope inside a scoped exclusive application lock). Also added 3 new event hooks (which will execute before the framework gets involved in anything on these events).

github.com/cfwheels/cfwheels - daf28b8fa8e57876b7d41bcb4f5037369987addf authored over 15 years ago by Per Djurner <[email protected]>
Changed loc.$... to loc.wheels... since Railo returned an error.

github.com/cfwheels/cfwheels - 49537cbc3e52cee1eee559dd6c8782af0849daa1 authored over 15 years ago by Per Djurner <[email protected]>
More scope fixes.

github.com/cfwheels/cfwheels - 86c771ec86adbf167b3d2e4b1baf41e395bc7b83 authored over 15 years ago by Per Djurner <[email protected]>
Better variable scoping of the plugin injection code.

github.com/cfwheels/cfwheels - e938e2525a2b97e57490e0b7fe76d6bc02e25c95 authored over 15 years ago by Per Djurner <[email protected]>
Fixed some var scoping.

github.com/cfwheels/cfwheels - 45d9df4b3dab4eb7c1bf57794c2eef80bf62ac26 authored over 15 years ago by Per Djurner <[email protected]>
Changed application name to be based on the absolute file path (and not including the domain name anymore). Also made the error handling more robust.

github.com/cfwheels/cfwheels - 5166a3c248ac04c412a5ba7374c5333d591e5b8c authored over 15 years ago by Per Djurner <[email protected]>
datasource() "name" argument needed to be changed to "datasource"

github.com/cfwheels/cfwheels - 5c3f9f89c9a4e143b37ce2f5c943aa71452c6bc0 authored over 15 years ago by Tony Petruzzi <[email protected]>
corrected distanceOfTimeInWords fixes 179.

github.com/cfwheels/cfwheels - c9b6ff1ff954c3251f08a52b3ee84f7925c400fb authored over 15 years ago by Tony Petruzzi <[email protected]>
Improved distanceOfTimeInWords().

github.com/cfwheels/cfwheels - 77d812e129d43489df02b714eae10d2a222c35cd authored over 15 years ago by Per Djurner <[email protected]>
Made username and password optional when calling dataSource().

github.com/cfwheels/cfwheels - 1a15cb90dd7e4c4f03bed11ccf9af22bbc8d385e authored over 15 years ago by Per Djurner <[email protected]>
Changed so sendEmail() uses the "template" argument to renderPage().

github.com/cfwheels/cfwheels - ead99ca049e502f12a53bd6ab9a1ac97e4b3b584 authored over 15 years ago by Per Djurner <[email protected]>
Changed links on "Congratulations" page to point to cfwheels.org instead of www.cfwheels.com.

github.com/cfwheels/cfwheels - 42fbd2dde2e9e24cf3b544e35a1dcf528f20124e authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

github.com/cfwheels/cfwheels - 52d01d2da2761af48a98dfb27d3d83e14858e170 authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

github.com/cfwheels/cfwheels - 469d3a2c6d6a81d47bddc8cecf0acd6fbe6b3bb4 authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

github.com/cfwheels/cfwheels - 3ac9823ad2d6a0bf71100f0834bb0e00ff08fc3a authored over 15 years ago by Per Djurner <[email protected]>
Improvement to routing. You now don't have to give each route a unique name, URLFor() will figure out which one you mean by looking at the passed in arguments when there are several routes with the same name.

github.com/cfwheels/cfwheels - d3a7fdb3f01b7f4e1afc432ccbd3360d04107611 authored over 15 years ago by Per Djurner <[email protected]>
Fix for issue 178.

github.com/cfwheels/cfwheels - 430c5007e53395b4ec8dd956e5b11a62d6e570bf authored over 15 years ago by Per Djurner <[email protected]>
Additional fix for issue 175.

github.com/cfwheels/cfwheels - eacc70e9f90ac4377c008df5b7963dfad6524e74 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 175.

github.com/cfwheels/cfwheels - e5fe0640b57a2df199bde2d036a79cfd80e6caed authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 176.

github.com/cfwheels/cfwheels - 9da4b67073f7f5710c47045c2a13728645b7ce86 authored over 15 years ago by Per Djurner <[email protected]>
Added a tableName() function to get the name of the database table that a model is mapped to.

github.com/cfwheels/cfwheels - da15fb5c527792641ab289a61f063b4afd4e66ee authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 170.

github.com/cfwheels/cfwheels - dd6e8e68620763265074e7c3cb19e398742f9135 authored over 15 years ago by Per Djurner <[email protected]>
Moved functions.

github.com/cfwheels/cfwheels - c5f0de1e0646cd49b83be3ca23368635af7c98c9 authored over 15 years ago by Per Djurner <[email protected]>
Added a "lib" folder in case we decide to do something with it in the future (see Google Group for more info).

github.com/cfwheels/cfwheels - 869e992876345307f02c88b70f4e9e91f1576b00 authored over 15 years ago by Per Djurner <[email protected]>
Fixes the TARGETPAGE parameter to the runOnMissingTemplate function error. Also renamed some functions.

github.com/cfwheels/cfwheels - d1e89940764c782942ad541dcef88aca9bd9c994 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 174.

github.com/cfwheels/cfwheels - c3bde0015f257ccbcc31d726108e5ea64f1b3375 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 156.

github.com/cfwheels/cfwheels - 7c7fb25f571c166f45c67cd31526d05eccdcccf0 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 162.

github.com/cfwheels/cfwheels - c0bd5578bf8d82c383881815f771807683e861c7 authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 173.

github.com/cfwheels/cfwheels - 5de4399bbd88ffabfde18473a66e402000116ec1 authored over 15 years ago by Per Djurner <[email protected]>
Added a file type to sendFile().

github.com/cfwheels/cfwheels - 8b78681a3ca455c9430db4b36b810d567c756dbe authored over 15 years ago by Per Djurner <[email protected]>
Fixes issue 172.

github.com/cfwheels/cfwheels - 6eb88f975229ce642a7409c174dacb46c5e2c858 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 171.

github.com/cfwheels/cfwheels - 4a6a0089924e28b63da3483e2943339be3b28b2d authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - 45d7b52747366e06a32199562795e4bb3103c312 authored over 15 years ago by Per Djurner <[email protected]>
See previous.

github.com/cfwheels/cfwheels - c36563605fd001b2d9e8f407056650dba9a2cbc4 authored over 15 years ago by Per Djurner <[email protected]>
Fixes for date and time select form helpers.

github.com/cfwheels/cfwheels - 2522fb0be7b5905a46679f921831c365930345d7 authored over 15 years ago by Per Djurner <[email protected]>