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

adding in the new vendor libraries for wheels to compact rendered output and properly escape all html entities.

99804cd35bb1109afcc1a6b05c05a2314e63098d authored about 14 years ago
Correction to use $invoke instead on previous commit.

1dfddd977fc618351626feae7dbf4f2cfe9774b2 authored about 14 years ago
Changed a hardcoded value to a dynamic one and commented my code a little. Note: I need to use the internal cache for this rather than just place an unlimited amount of stuff in the application scope like I'm doing now (will add that change soon).

1ab31aa558ce0720fb97004dd1e57482fba2eb40 authored about 14 years ago
my bad. tests were failing on reload

455050a10c09a5850045179f04cdfdc782526704 authored about 14 years ago
Either I'm tired and did something really stupid or this is a massive performance boost (that can also be applied to other functions).

8f3400329ab930339c8d7dd0a13b2cec7634c6ca authored about 14 years ago
fixes issue 644

* renderWith(data) causes an error when returning
JSON in all modes but "Design"

1b290ca903c26b37da74217f72ffdbc8c229e381 authored about 14 years ago
Changed NumberFormat to LSNumberFormat.

32d2292f701593af6fe6334400d1a51ec7d85902 authored about 14 years ago
Added NumberFormat() on the value passed in to "count" in the pluralize() function.

97b598b0f30e7cffeba2a891d467117366189ded authored about 14 years ago
Fix for issue 641

13486137a2704a882c0e82f35ca9a127f91fdc7e authored about 14 years ago
Failing test for issue 641

10351cf16d93eae85e6b6a473c202c27524447bb authored about 14 years ago
Updated the changelog

06dc9726736267b0b67981ff91707d309ddd50a0 authored about 14 years ago
Able to use HTML5 textfield tags (tel, search, range, etc) this should come with a plugin to wrap around those new textfield types

257bae262abb2c69c73ec10df5f0104ff8f3c8f5 authored about 14 years ago
Updated label tests

04b9d900a9e28e920e08fc38a8e15e1b496e51cb authored about 14 years ago
Default to the humanized property name for labels on calculated or non-persistant properties instead of throwing an error

080f0be6b441a96f8ffd7dc70c70a55301042adf authored about 14 years ago
Starting on some testing of internal validation functions.

7d67fba4c8e72111085f5399f54c2704ebb1c8ac authored about 14 years ago
Cleanup of setPagination() API documentation.

232c724a2fea088490c10cc5c2f01369a5739904 authored about 14 years ago
Remove case-sensitivy on labelXXX arguments passed through to form helpers - had to squeeze one more in there before release :)

f7afaa60a037077d27edd4ed5151cb5b57ca7247 authored about 14 years ago
Updated CHANGELOG.

a4bd1cfb8954378a6b0d8a5800b448c89c19a0cd authored about 14 years ago
This reverts r5254, r5256 and r5256. Will explain why in comments.

297b41319ff9beea8fbf32a5e01b1a95419c5f35 authored about 14 years ago
Couple more tests for issue 613

44a7694963c85dd96fc8de8c19c436d7dfb7d13f authored about 14 years ago
Updated CHANGELOG.

f66989ba17d6339a13469127cf892f2ae2ce466a authored about 14 years ago
Slight update to issue 613 + additional test

8666c9fd891c66c61f29ecca2e649a4a1298b94e authored about 14 years ago
Fixes issue 630.

675936502756dd07afb90f2942f6d96d4f5eecac authored about 14 years ago
Fixed typo in hint

2e68e5c309650058e01b751f32e95b992eb95487 authored about 14 years ago
Updated CHANGELOG

03cef72a8d605603d62fab66c108a549a0c1f32f authored about 14 years ago
Fix issue 613.

1759793f32841d6f34cf3c0e8aec079de69050be authored about 14 years ago
Revert "use custom query for H2 when retrieving column"

we'll deal with this after 1.1

This reverts commit 24157e42f51ebe3e6aff14551e05806dc9e47eb6.

f482a302c7f18c0eee6a465fb3775bcba1a88cc6 authored about 14 years ago
use custom query for H2 when retrieving column

information

* handles composite keys

* returns only "public" schema which handles
the fact...

954e2db9eafd6fd816362c174462c7a6f2d1d61f authored about 14 years ago
Small change :) Andy won't mind

a4fff05b23b99531f62212603ad7ac736c66aa29 authored about 14 years ago
Removed "handle" in the list of arguments. Probably a left over typo, should have been "handler" (which is in the list already).

cd3535ccf0cb61c8d31cae9b72abf60e074f4987 authored about 14 years ago
fix for sendFile when wheels is in a subdirectory

9f0b0cb38e1c1a0898287db0d643930ae4fd3566 authored about 14 years ago
Some slight changes to styling for Wheels pages. The styles no longer interfere with coldfusion's debug output and the test suite won't overrun the wrapper.

1798268006f83d8f2c846b84d7aa5bbdc9bebe4d authored about 14 years ago
Added instructions for configuring the home route on the Congratulations page.

8139f69b8019bd5328d5b347618874b613a786ee authored about 14 years ago
correct pathing in sendFile so it works the same on

both linux and windows.

056ca975f022c34bbd4e2fad337f85464d7158fc authored about 14 years ago
get all database tests passing under linux and mysql

a0508ea48c7d584fde4c52624d33166a27f124b7 authored about 14 years ago
Made "Tony" start with an upper "T" so the test pass on H2

78cdbb3d03ca6d64c8406670491e2fa8f2d06d82 authored about 14 years ago
Removed hardcoded datasource

b592ac48f4f38a7c62f3f1d507ef6637a17d59d5 authored about 14 years ago
Update to renderwith() to return the content if returnAs equals string. Also cleaned up the method to break out reusable parts.

de843cc73a422abb4072a4c41f75cec27fd64f55 authored about 14 years ago
update CHANGELOG

84f43c1e75a8ea4e285c0b92f1bcf3e834049be4 authored about 14 years ago
only call validateUniquenessOf() when property exists

* fixed faling test in
model.validations.low_level_validations
as report by Raul

552c648f2007c754803cffeeb5b078cb702107a3 authored about 14 years ago
Bwaaaaaa! Bwaaakakaakaaaa! Updated fix for 632.

b532440d8d7f3f7099fbf62d1ab3279aae96c13f authored about 14 years ago
Fix for issue 632

5fb6a905c015991d3c1d22cfb9af16482c00428a authored about 14 years ago
combine obfuscation tests

102c600728e68ab3012e505272263115ed7e893d authored over 14 years ago
Updated CHANGELOG.

ef0241a8878e349d4e5e6dd375dd4ab4301fdb85 authored over 14 years ago
Fixes a bug with obfuscation on Railo related to "e".

633e5daf200fc4b41902270221e4e150693cfe96 authored over 14 years ago
2 new tests for obfuscation.

d0451f18b085c51130cb886532252cc561ec4017 authored over 14 years ago
Updated CHANGELOG.

1c40dffdac1c5f6f23b7f35feaf23f9dd3c17ffe authored over 14 years ago
Updated CHANGELOG.

92e8c4e202410ea05cf31c270bb92123f504e896 authored over 14 years ago
Don't use the "overwrite" attribute on cfzip since it updates the date on the files on Railo,

220c625d1fe105ff325329b68bcce4cb97fffa5b authored over 14 years ago
Set version to 1.1 Final. Hopefully we don't have to change that to RC 2 :)

abe148f3918838a8805ddd2281179ec064a5377b authored over 14 years ago
Update to the cfmlerror template to make sure errors are not thrown while trying to send out error emails. I found this was erroring a good bit (6 - 10 times a day) on our production servers.

468597c75130ef0c62a0630aa2ecabe2f433a474 authored over 14 years ago
Updated CHANGELOG.

5d19216c7bd9d6bf19560472dd2ece07b42bd815 authored over 14 years ago
Case corrections.

54e1cb858bda6ca7baf07cc9fc94c968708ccdd4 authored over 14 years ago
Fixes to argument hints to ensure compatibility with the API generator.

eac13086d12b5da3814940ed08e0858ff13cc686 authored over 14 years ago
Fix for using layouts on Ajax calls when usesLayout() has not been called.

aef466d7b45dab626b37adb6814d436dddac95e5 authored over 14 years ago
See previous.

ea2ce5d258903f6f2f139e5237fa3da9841dc956 authored over 14 years ago
Test case corrections.

0be94ab650b76516d2fa74cebb2bec232b9333ec authored over 14 years ago
Reverted test changes made in r5225. They were causing other tests to fail (Railo / H2). We'll have to sort out why after 1.1.

87d6e14830cfebb4993a861f56a3940daf102238 authored over 14 years ago
Removed the tests folder. We'll re-add this once we have released/tagged 1.1 Final.

e2b40a141df357663a00af71d24df4745b935886 authored over 14 years ago
ACF 9.0.1 did not like the != operator outside of cfscript so I changed it to IS NOT.

317cf856001bc05ecbc434d2e6a4abd7c7f80086 authored over 14 years ago
remove invalid code. no longer accessing variables.instance.connection directly

9329e1c25462303dcaa5fc54fd7a1fd9dc2ae583 authored over 14 years ago
get oracle working under railo

a487881dc5f51f92fc85b0ffa1d43937101f5913 authored over 14 years ago
fix bug with pagination and renamed primary keys

74ca7373e9164138cce4a6ab6bd3865e8507c8d0 authored over 14 years ago
Revert "Fix for issue 609"

This reverts commit ccf53d4a8832ed372d1d4b59b961d311447e6999.

76d12ce839a741a14c8570138946df7e662119da authored over 14 years ago
Fix for issue 609

b14005ef19888ec050735b872abf5c0e0bc6eaec authored over 14 years ago
Update for issue 604. Adding belongsTo() dependencies will be more work than appropriate this close to release, as there aren't currently any inbuilt methods for handling it and there's issues with recursion (belongsTo delete calls hasMany deletes, which calls the belongsTo delete again... to be considered. In this commit I've just added in a missing test and type of dependency that was missing (remove with instantiation). The rest will have to wait till 1.2.

369a80d39ccae33671c94136bf52ba1c3ee31a70 authored over 14 years ago
framework "run tests" link should not be shown when no tests are present

c0f302b7131b3ebcb285e64eb928cdfdc5934285 authored over 14 years ago
readd allow overrloading of connection attributes in $performQuery()

f954866a8caf8b763d545e608dd05129c4ea6a99 authored over 14 years ago
rename test to conform to standards

f87502b9395eb2f99946d93b300bd5a0fc458301 authored over 14 years ago
remove username and password if blank. exit timestamp conversion if it is handled already

82382932a7919f1c0d6fea676df5b10b3a7adaf4 authored over 14 years ago
Revert "use username and password for all database interaction even if blank"

This reverts commit f0cea2806cc8e3b8ed175c8f2c9e9345362e9802.

0f982e3ff964f9b2bc140eb2744dc16ebc3bd9e2 authored over 14 years ago
Restored failing test.

adf84e39e6934aff1891c35fefbc861261b49db5 authored over 14 years ago
Somehow commented out a vital line of code after runnings tests...

f6dcbd610377022033e8a21c6dcd8da1ea14c499 authored over 14 years ago
Update to allow the overriding of connection attributes in $performQuery. Also fixes a broken findAll test.

48ba220db78b5d073ba1074bf2ca3075a7ec99a1 authored over 14 years ago
Updated CHANGELOG.

0052e9b0624f856a09740ae3992125c146c33b52 authored over 14 years ago
Fixed so the "Message" part is also in lower case when "lowerCaseDynamicClassValues" is "true" in flashMessages().

4e4257f83234f5e0ca353bcb05f03a9b1675743f authored over 14 years ago
Failing test related to r5209 for Tony to look at.

eca5eecacf0f80043d4ce39f29766cda23b3def1 authored over 14 years ago
Removed duplicate code.

b2862291e6e88f4221f654afe37703578cfd5e4c authored over 14 years ago
duh... use currval instead of nextval when getting the value from a sequence

catch raised error when the "guessed" sequence name doesn't exists

f746c87a91ea3f8044c99375c82de98ce9e58ddb authored over 14 years ago
readd automatically handle timestamps in oracle

b826d9a8db5e67426110e53c8cdd2ce68cf4cce8 authored over 14 years ago
throw error in to conform to wheels when no records are found

a085820e6bde5cc9d7a10a8827482328eeccd9a1 authored over 14 years ago
use username and password for all database interaction even if blank

edfd1807aefc96493002ff1724023e7d4db86588 authored over 14 years ago
get oracle jdbc driver working again

54aa5de6e34563f2211f091ec32e65b0293dc6fb authored over 14 years ago
Since Oracle always returns rowid we need to delete it in those cases where we have manually inserted the primary key, if we don't do this we'll end up setting the rowid value to the object.

fb04ce570f64110ec3bd62a94ad76f7eb2997674 authored over 14 years ago
Reverted r5155, r5158 and r5159 and changed tests to work with old code. Note: this may not work on ACF 8, we'll have to do some more work to support that and possibly re-add code that was removed in this commit.

1cb9446978bba4cb866ccc6de18b0230dd5c53a2 authored over 14 years ago
Change log and version number changes.

9104439f798c6010c01a1f170d88a31ad50f5ec5 authored over 14 years ago
Moved code from Base to Oracle adapter.

24ccfe823dc1f31bd5f4b81812d6b0508e82c1c5 authored over 14 years ago
Undoing config/settings.cfm changes accidentally committed in r5202.

c29e7ea985b139ed50ef68d1721f38e0e8f397b1 authored over 14 years ago
API docs for isClass() and controller() functions.

0cc6701473b2e40e6fc79aec5f0158a2e16815f2 authored over 14 years ago
Oops, removed too much from the MySQL adapter in the previous commit.

b98f2cc894097d79b8f98273b25eb17fcf0ccdd9 authored over 14 years ago
See previous.

d0f8e8d7030e45b9f5ce7faf7dde0e5eac61053f authored over 14 years ago
Changed the adapters to not cfinclude their functions. The cfinclude stuff is generally done just to make it easier to organize functions and we don't need to in the adapters since they don't have that many functions anyway.

0437a68087de879df877ed979614f7fe875cf8a4 authored over 14 years ago
Changed back H2 to use offset/limit again now that we have code to get around the GROUP BY issue.

5081372f6cf680e8a1402876ffb98ca15d8e931c authored over 14 years ago
Changes related to r5193. I changed back to the old way for the array check (it works, so not a good idea to change at this point). Also changed so we don't run multiple queries when we're just doing an include with a single belongsTo or hasMany anyway.

e7cb7c69f8d0375484ebff4aa4f984d71f715550 authored over 14 years ago
Last 3 test fixes for Oracle, all tests are now passing.

fd06e1ba75d0464d015f11b8de01faa5200c11f2 authored over 14 years ago
Same addition as in r5192 but for the Oracle adapter this time (passes 2 more tests, 3 failures remaining).

2531cf381b9a3bf7782efcf2c98339857a3fb8a3 authored over 14 years ago
fixes issue #605

findOne queries the entire table

a284d9b9ff4f6b99a5c326a569fd005d9dd4b210 authored over 14 years ago
Code for adding columns to SELECT and GROUP BY from ORDER BY clause to get around producing invalid SQL on PostgreSQL (same thing applies to H2 and Oracle, only MySQL can handle the old way).

1aba2224c2d3d8c6835297a3bd07316c1eacd07f authored over 14 years ago
correct variable name

7d39f4861415a2d29f2b326505d481b57589cd26 authored over 14 years ago
Another update related to r5180. Apparently all variable assignments inside the cfquery need to preserv the single quotes.

5172ae7571cbe5668844c0f1d93ac42fca9e49d9 authored over 14 years ago