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 properties test

github.com/cfwheels/cfwheels - e1b37b3aa8004d353b7f19525607d61b12a0ca06 authored about 15 years ago
Docs syntax correction.

github.com/cfwheels/cfwheels - f47b91ffc340f393c093d99a09f873ba929c617d authored about 15 years ago
Changed properties() so that it returns anything in the this scope that is not a function.

github.com/cfwheels/cfwheels - 622fd1bed2cfc24fcd8052335269f6bfa0b297e9 authored about 15 years ago
Changed setProperties to allow any passed in variable to be set on the object (this is more in line with how things work in Wheels in general, i.e. since we use the "this" scope you can set any property on the object anyway).

Fixed updateAll and deleteAll so that they instantiate objects with the calculated properties se...

github.com/cfwheels/cfwheels - 2c5b253f919126681ca6a53de184427636bc14e7 authored about 15 years ago
added the ability for years to display in decending order in date select form tags

github.com/cfwheels/cfwheels - 40fe9b23bdd8447ceb25363bd72f7914521619b1 authored about 15 years ago
added the ability to skip validation when saving

by calling save(validate="false") no validations will be run.
callbacks will still execute

github.com/cfwheels/cfwheels - 06e9217819aa05f5f9bccfbfd589742fb9875358 authored about 15 years ago
Made propertyNames() return calculated properties as well.

Made reload() reload calculated properties as well.

github.com/cfwheels/cfwheels - 3004c140ecc261896742caf31af9a7addfd2dfa2 authored about 15 years ago
Docs and syntax changes.

github.com/cfwheels/cfwheels - dac5ac5f25683fdc2f9089ca6a6dbb21deee579f authored about 15 years ago
Revert "fixes issue 254"

github.com/cfwheels/cfwheels - f5c4bdc71c880e6d3901136e67088f366a3bb73e authored about 15 years ago
Docs, syntax, file moves.

github.com/cfwheels/cfwheels - 536c830137a70fdaa8dd1680784c00ca5fdc69b4 authored about 15 years ago
Docs, syntax.

github.com/cfwheels/cfwheels - bd97717775c2ce3d1e7bad4bdf1f819c8d850ba6 authored about 15 years ago
Docs, syntax, file moves.

github.com/cfwheels/cfwheels - 45eeaba092ce765385bd572ad9a977cb56c85f6c authored about 15 years ago
Docs, syntax, file moves.

github.com/cfwheels/cfwheels - 91d04a98c11be844a39d99bd0343a58e05f38461 authored about 15 years ago
fixes issue 254

calling new() now itializes all properties on the model
thank you james gibson

github.com/cfwheels/cfwheels - 1ac8614f16eb82b2ef44614a3ce79cf66b12f4d8 authored about 15 years ago
Fixes issue 306, weird characters. Since I've seen this happen once before I just replaced it with the Chr equivalent this time.

github.com/cfwheels/cfwheels - 7d87c3c9982aab9a527317f0635dc30264015556 authored about 15 years ago
moved property functions into their own file

github.com/cfwheels/cfwheels - bc2637fbb73b1dfede2591eaaeea03306e07a19b authored about 15 years ago
remove some weird characters

github.com/cfwheels/cfwheels - 23ed1ad112c06650e03f1f149511c51a73db53fa authored about 15 years ago
clear errors first when valid is invoked to confirm with rails.

github.com/cfwheels/cfwheels - faa193c5c3df72cb9068a0107814ac474d130ffd authored about 15 years ago
fixes issue 303

run all validation callbacks when invoking valid on a model
fixed valid documentation

github.com/cfwheels/cfwheels - 2939f4b336a569f2b4ae086f2161455848eb2f3c authored about 15 years ago
tests for most controller/miscellaneous methods

github.com/cfwheels/cfwheels - 6c1813637c78db06f47a9862d9a631e65b2d9b6c authored about 15 years ago
Version name correction.

github.com/cfwheels/cfwheels - 2c2e2110baa615d52949a151e12043905217e1ff authored about 15 years ago
Style changes.

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

github.com/cfwheels/cfwheels - 362e865b107fdf7c152348777b535048e1783fdc authored about 15 years ago
DOCS: Added hint attribute for renderPage().

github.com/cfwheels/cfwheels - 33be675aa2435e9cb82943f9fb81a331e5103941 authored about 15 years ago
Version number change.

github.com/cfwheels/cfwheels - d741bb52092267a9675dacdd829c6d836c4c35fb authored about 15 years ago
Style changes.

github.com/cfwheels/cfwheels - 305faf292aeedcef436aa37c677cae2d4b3a3c3e authored about 15 years ago
DOCS: Corrected global helper functions' categories attributes.

github.com/cfwheels/cfwheels - 6edffbcd447a9c1d94f737ab46a5f7f723b6734f authored about 15 years ago
DOCS: Corrected obfuscation functions' categories attributes.

github.com/cfwheels/cfwheels - 3aee0bc4ef04330b3cd1acd2bc76ce5de265f458 authored about 15 years ago
Syntax and added another try/catch.

github.com/cfwheels/cfwheels - 08690609f0d312163f153728b15e9764ff48b089 authored about 15 years ago
Added hints for date helpers' functions' arguments.

github.com/cfwheels/cfwheels - 64eebf85ef56aaf860082a1bfb1bd5147837f611 authored about 15 years ago
hint text for textFieldTag was incorrectly set to be the default

github.com/cfwheels/cfwheels - dfcda591cbfe59a4449261cfdb23e94ed89192bf authored over 15 years ago
More error messages.

github.com/cfwheels/cfwheels - 3072d0c335b849960e574ce5d9df466bc6b54920 authored over 15 years ago
Added informative error when association could not be found.

github.com/cfwheels/cfwheels - 3e06e7bf15c9452e57296a6230822bdf6023a286 authored over 15 years ago
Fix for ordering on an included table without having to specify table name or column alias.

github.com/cfwheels/cfwheels - 1946a61f356b0c429dedcd6d8491c9ecd840e1cc authored over 15 years ago
Set pagination SQL type code to be used only on left outer join and not inner join. Reported here: http://groups.google.com/group/cfwheels/browse_thread/thread/883bf181ea600cca

github.com/cfwheels/cfwheels - b8606543df99bf38c623035132ee8c5719fa5ff6 authored over 15 years ago
Small fix and some comments for pagination.

github.com/cfwheels/cfwheels - 2f5fd0f6f5b049ecf0e09633d62e6e07fa10638b authored over 15 years ago
update to move the catching of a datasource not found into $assignAdapter() and out of $dbInfo()

github.com/cfwheels/cfwheels - 9dfb66185a785097827fb3e11aa08791951f433a authored over 15 years ago
Don't need this file anymore.

github.com/cfwheels/cfwheels - 3098348f28c2fce3791845903a05658a2b0d6d63 authored over 15 years ago
Better error messages.

github.com/cfwheels/cfwheels - 245369c25b7ab3c53b3ddcaef0a73b73e6710d55 authored over 15 years ago
Cleaned up text and types for Wheels errors.

github.com/cfwheels/cfwheels - e6691b3b4a92a3b0d2e9fed557552630a922ea38 authored over 15 years ago
update to $dbInfo() to catch general errors that can occur from <cfdbinfo> and rethrow them as wheels errors. If application.wheels.showErrorInformation=false the we just <rethrow> the error.

github.com/cfwheels/cfwheels - 7168ffc9470457fb7b72d9f54900a2553627e9a6 authored over 15 years ago
update to $findRoute() to throw a proper wheels error if a specified route in not found.

github.com/cfwheels/cfwheels - 4eb2d2212ff1326e76c28e6819f20cef1679d288 authored over 15 years ago
Added informative error message for when developer is not passing in arguments correctly to dynamic finders.

github.com/cfwheels/cfwheels - 5707353f2d372bdb790a751a860f21b415546bdc authored over 15 years ago
Added a try/catch around the code that reads the file the error originated from since I found that it crashed in CF 9 under certain conditions.

github.com/cfwheels/cfwheels - f391b16a364d88660ba965bf73facda85ad6ac2a authored over 15 years ago
Fixed reload links in debug area.

github.com/cfwheels/cfwheels - 211b8f8913b650a99b592cf20e4304004c43a21d authored over 15 years ago
Updated CHANGELOG.

github.com/cfwheels/cfwheels - 014ca1204038d8a8282e42812ad1bdd80c8993f2 authored over 15 years ago
See previous.

github.com/cfwheels/cfwheels - 3f064c82acaa67ba985f567e435682909993fa97 authored over 15 years ago
See previous.

github.com/cfwheels/cfwheels - c3d64652c535fbe9e5c420a465a69a593cdc8165 authored over 15 years ago
More CSS specificity for debug area and links for reloading.

github.com/cfwheels/cfwheels - b1a9a0c6df1682a88732cf0431486b2d93c3d5f8 authored over 15 years ago
Removed some duplicate code in the Wheels layout files.

github.com/cfwheels/cfwheels - fadc9dd77871a847bf63cbfecb34dcb63cc2eaa1 authored over 15 years ago
Fixing IIS 7 rewrite rules.

github.com/cfwheels/cfwheels - 31d551469d1fe94fa4b0d02fdfc31404286f7b1b authored over 15 years ago
minor change to CHANGELOG

github.com/cfwheels/cfwheels - f0aaef5804bb5e373ec66139725945285111de00 authored over 15 years ago
more updates to properties() and setproperties()

github.com/cfwheels/cfwheels - 47a19eeaf8c97ac1c59c3e1a03edbe238c654796 authored over 15 years ago
more updates to properties() and setproperties()

github.com/cfwheels/cfwheels - 2e9cca8fc1be3a3b42cfeef29e5ff9a9257d2e53 authored over 15 years ago
separate properties functionality into two methods

properties will return the struct for the properties of the model
setProperties will set the prop...

github.com/cfwheels/cfwheels - cc0b03426f090c426a562d05f3cd20adb51c23d1 authored over 15 years ago
updated change log for 1.0

github.com/cfwheels/cfwheels - 76c2f1a9cf0350b38acb370ace1cb850487ba19a authored over 15 years ago
Re-added congratulations.cfm file in views folder to make upgrading to 1.0 easier.

github.com/cfwheels/cfwheels - 0e88705b6af7333b991deca0a4f1173f591c75a0 authored over 15 years ago
Removed $flatten completely, no need to deprecate this function I think. As a future note if a function is deprecated the old behavior should be intact.

github.com/cfwheels/cfwheels - 807a20f8e0041ef9466f0b474176b6913345debb authored over 15 years ago
Fixed XML comment style in IIS 7 rewrite rules.

github.com/cfwheels/cfwheels - 0c393f42231526a9ffca57161ec38a9e32ad8f72 authored over 15 years ago
updating the changelog

github.com/cfwheels/cfwheels - 3a05647e9ae85fa079f1c7aee50ca6722aa232cb authored over 15 years ago
deprecate $flatten

github.com/cfwheels/cfwheels - 86a9166e86df894187f003226940a2e379061767 authored over 15 years ago
fixes issue 300

Support passing in a single column query to select() and selectTag()

github.com/cfwheels/cfwheels - 0878e438d73084238788964cf3f4c727fe933061 authored over 15 years ago
Turned off URL rewriting rules by default.

github.com/cfwheels/cfwheels - a2fa6c0ef33c9c45a44b734c7068527941d500d9 authored over 15 years ago
documentation for global public methods

github.com/cfwheels/cfwheels - 3aba938848d0ada3e9f8a6e3ddbe4dd6f08f5438 authored over 15 years ago
documentation for rendering

github.com/cfwheels/cfwheels - 3ed7b7428cf4134fc6d4857f2578c1ce26b664be authored over 15 years ago
documentation for redirection

github.com/cfwheels/cfwheels - 85d4d540220d3d429f07098f7ade753e0c37e61e authored over 15 years ago
tests to confirm negative where clause fix

github.com/cfwheels/cfwheels - 64b67188c693bf617f7193c9390a3300ed5ad393 authored over 15 years ago
fix for allowing negative values in where clause

report by don in http://groups.google.com/group/cfwheels/browse_thread/thread/79249070fc86df3a

github.com/cfwheels/cfwheels - 5bf63eb430b6a3d99a8bd3fca767a5f304b4b5ee authored over 15 years ago
moved model raiseError test into a package

github.com/cfwheels/cfwheels - 0d45ea5a5d7792f4c1974fe3b676fa51b95a6d7c authored over 15 years ago
Removed all deprecation warnings and code in preparation for 1.0 release. The way it will work in the future is that we'll code around / warn about deprecation during the course of 1.x and then remove them before the 2.0 release.

github.com/cfwheels/cfwheels - c5dbe8aaf16efccc30be33800682539365c63eca authored over 15 years ago
removing unused test directories

github.com/cfwheels/cfwheels - acc3e53a3773c57282f0cded9d149565597d94df authored over 15 years ago
Had to redo the rewrite rules a little (moved files and folders to the same line). This was the only way I could get it working on our dev server (Apache 2.2.3).

github.com/cfwheels/cfwheels - 2909ad8becff0d601c46e6081b5fa0443478ca39 authored over 15 years ago
more test stubs

github.com/cfwheels/cfwheels - 4def6fc2d9af0ac93b9c99035c61f164a2e15145 authored over 15 years ago
corrected documentation

github.com/cfwheels/cfwheels - a4798dc36efbf3f8dabf6e60e6b8cdc6ba825737 authored over 15 years ago
docs and typos

github.com/cfwheels/cfwheels - 006c4bf5df846166a2ccfc46e976d1a2de5b1979 authored over 15 years ago
more test stubs

github.com/cfwheels/cfwheels - f3b3fc26afa23c6883707baed5cf5e68f4d947d3 authored over 15 years ago
more stub tests

github.com/cfwheels/cfwheels - 4e3bcf002d7068d9e77e043dd5f7603354e540a9 authored over 15 years ago
stubbing out tests

github.com/cfwheels/cfwheels - 424023d247b09a7c0e746f898d86fa17d6daa1af authored over 15 years ago