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

fix for imageTag() to respect https protocol

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

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

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

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

c00c1d6bccf0150a7ef9d5fddfd54ab3e723697e authored over 15 years ago by Per Djurner <[email protected]>
Issue 199.

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.

9790dc0efa34cd51f0363ef354766b29035f466c authored over 15 years ago by Per Djurner <[email protected]>
Issue 186.

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

3ec6980e3209f683d68eb7c5014f03818d36732c authored over 15 years ago by Per Djurner <[email protected]>
Issue 200.

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

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

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

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

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

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

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.

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.

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

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

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.

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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.

42fbd2dde2e9e24cf3b544e35a1dcf528f20124e authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

52d01d2da2761af48a98dfb27d3d83e14858e170 authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

469d3a2c6d6a81d47bddc8cecf0acd6fbe6b3bb4 authored over 15 years ago by Per Djurner <[email protected]>
Clean up.

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.

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

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

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

e5fe0640b57a2df199bde2d036a79cfd80e6caed authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 176.

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.

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

dd6e8e68620763265074e7c3cb19e398742f9135 authored over 15 years ago by Per Djurner <[email protected]>
Moved functions.

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

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

d1e89940764c782942ad541dcef88aca9bd9c994 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 174.

c3bde0015f257ccbcc31d726108e5ea64f1b3375 authored over 15 years ago by Per Djurner <[email protected]>
Completes issue 156.

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

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

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

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

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

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

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

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

2522fb0be7b5905a46679f921831c365930345d7 authored over 15 years ago by Per Djurner <[email protected]>
sendEmail() can now auto-detect which multipart template is html/text. Change to selectTag() function

6c480d342d819c462702854f4d34d0e8432e263f authored over 15 years ago by Per Djurner <[email protected]>
Added checkBoxTag and selectTag.

619ac3e520903fdb35a425abbc52f45239086a71 authored over 15 years ago by Per Djurner <[email protected]>
Added missing files.

23816a9c9955f335a42828f34f2494aff7e4cd15 authored over 15 years ago by Per Djurner <[email protected]>
Adding view helpers.

672f9b4c952b8f1068ebe9a0fdc2cda3dcf6aefe authored over 15 years ago by Per Djurner <[email protected]>
Added some more view helpers.

fec6f41511990a80862707af7a7b51958a82a5d4 authored over 15 years ago by Per Djurner <[email protected]>
Added some non model form tags.

5a1f5c52d3f1dd6d0a4cd12463501ef4a91a43bd authored over 15 years ago by Per Djurner <[email protected]>
Syntax changes to debug output.

39cf3265dcff506718d42eb4c7cd071f6cc8b648 authored almost 16 years ago by Per Djurner <[email protected]>
Better handling of white space when sending email (and removed previous ugly code).

f1c223dc6fd730ae31728251114d3695e41ba405 authored almost 16 years ago by Per Djurner <[email protected]>
Fix for stack overflow error when injecting plugin methods.

b8b78c083fde2662f49dec61f149eb535f31cef9 authored almost 16 years ago by Per Djurner <[email protected]>
Fixing something I re-added by mistake.

41279380cda398c6f43ae5f5c0a289eb0782ea06 authored almost 16 years ago by Per Djurner <[email protected]>
Removes white space.

1fa103737b83b0192782ed05ea10f8014dd34834 authored almost 16 years ago by Per Djurner <[email protected]>
Syntax changes.

a7b468b721bf263afc732525cd0069cc3ca30984 authored almost 16 years ago by Per Djurner <[email protected]>
Reverted OpenBD syntax changes. We'll move these to a new branch once we're ready to work on that project again (we have to wait until attributeCollection is support).

cf9e43d40f04ad49538e39c04c2e25ec66f005e0 authored almost 16 years ago by Per Djurner <[email protected]>
Humanized the property names in validation error messages.

761d6dc5efa447941c15b92482126c0fe6f3b93e authored almost 16 years ago by Per Djurner <[email protected]>
Removed another plugin.

590859d4538a95e3bf800c9633c66511e98cf646 authored almost 16 years ago by Per Djurner <[email protected]>
added $humanize() function.

40af0a879d0db8d0f85378ad8c57a0f3af3795c0 authored almost 16 years ago by Per Djurner <[email protected]>
Removed some plugins.

70582c3f08a3ee3e90cccda5527bfec16c922fc0 authored almost 16 years ago by Per Djurner <[email protected]>
Small fix to Plugin Manager.

c1170a3e0b9817b91af401cd4de48149014a9fda authored almost 16 years ago by Per Djurner <[email protected]>
Setting to override plugins or not.

0c75ed62874b84cfb7b2c5524151b9907a2f5ecb authored almost 16 years ago by Per Djurner <[email protected]>
Removed the adapter code that was on startup, not necessary anymore since we assign adapters inside the model instead.

0f03872daac3f7ca9f5c859dee45b563dbd81b75 authored almost 16 years ago by Per Djurner <[email protected]>
URLFor fix.

d164f074c0860786a905feedcc9079c4ad04ffd8 authored almost 16 years ago by Per Djurner <[email protected]>
Remove the WEB-INF dir out of the trunk

87ae47219b1faf14f973f64ebbc6fdf49dee767a authored almost 16 years ago by Peter Amiri <[email protected]>
Modofications to work towards OpenBD compatibility. Most short cuts were removed and replaced with long hand code.

The following were replaced in many files:
{} - StrucNew()
== - eq
!= - neq
<= - lte
>= - gte
++...

9b186fbaf0b36d78ce0497fc44ae0790c1fac960 authored almost 16 years ago by Peter Amiri <[email protected]>
Incompatible plugins shows warning instead of error so that the Plugin Manager can be used to upgrade.

aa5a1fd726e2d5bc37bfeea68a24daddd7679bce authored almost 16 years ago by Per Djurner <[email protected]>
Made reload a little more robust.

5f2907a8f58e0a6d01383f44b264a94e2f15636d authored almost 16 years ago by Per Djurner <[email protected]>
Error handling fix.

9594a7b82d040efbc9e25936e09c48ed459c1584 authored almost 16 years ago by Per Djurner <[email protected]>
Error handling fixes.

00728ace722fd934c1f96fa0ca0ac0b5bcb91cf9 authored almost 16 years ago by Per Djurner <[email protected]>
Typo.

53c6dcb137939828553ae2175316412db500973a authored almost 16 years ago by Per Djurner <[email protected]>
See previous.

ddd080368b213f99aacc6a644e380b247e3c1ffc authored almost 16 years ago by Per Djurner <[email protected]>
Updated plugin manager.

899cc3946e959491655a55639e97aa8e26196376 authored almost 16 years ago by Per Djurner <[email protected]>
removed directories left after commit 2231

717fe4dbc301717d42b0ff5a7c045241e89fee0b authored almost 16 years ago by Tony Petruzzi <[email protected]>
Changes to PluginManager.

96b74ad92578847f1492fd03424255f220f7bd26 authored almost 16 years ago by Per Djurner <[email protected]>
moved adapters to under model directory to clean up the wheels directory. Add support for mulitiple databases via the connection() method.

deleted directories no longer needed

removed debug code

Signed-off-by: tony petruzzi <tpetruzzi...

00ee7722aa0b0f3019cf25a2521cf09fbabde82e authored almost 16 years ago by Tony Petruzzi <[email protected]>
Added PluginManager.

801dd893538f44ee8284e7cd7949ea433af11529 authored almost 16 years ago by Per Djurner <[email protected]>
Fixes an issue with linking to the home route ("/").

1c4486593298f10821bbc5cff53f8354b3804b8c authored almost 16 years ago by Per Djurner <[email protected]>
Important fix for running under Apache with URL rewriting turned on.

8ea392b56c55e6d972ceba6f4859d2f72be46360 authored almost 16 years ago by Per Djurner <[email protected]>
Moved out plugins.

b67e21862a5211f859bb000c561d60b7e7559532 authored almost 16 years ago by Per Djurner <[email protected]>
See previous.

3a4b0cf0b7e560da9ee0790b2b197f81d01268ca authored almost 16 years ago by Per Djurner <[email protected]>
See previous.

8aa15beec06075878a9e56affa292f50df86ea58 authored almost 16 years ago by Per Djurner <[email protected]>
See previous.

313a47e5e4e7644a67a023734a9f4fb3ef9f48d6 authored almost 16 years ago by Per Djurner <[email protected]>