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

test ui tweaks

github.com/cfwheels/cfwheels - 1f29c961cba5b63096c19f54da1ef6f15dc1ea81 authored over 4 years ago
robust postgres migrator tests

github.com/cfwheels/cfwheels - f823818d0f563d7a0d1bf07a8f6786c42339de3d authored over 4 years ago
recfformat with ignore markers

github.com/cfwheels/cfwheels - 389c4e1b0426124622d324aef00b5c3c15b13752 authored over 4 years ago
Comment out failing CORS tests for now

ACF doesn't allow header manipulation + running via docker test suite will always fail

github.com/cfwheels/cfwheels - a545223083578afcf8d73c363092c0e72d41b866 authored over 4 years ago
Docker Test Suite (#1011)

github.com/cfwheels/cfwheels - d3e2f034db9ff47dd483ae0436c99d521a4e2754 authored over 4 years ago
remove line breaks from included files

github.com/cfwheels/cfwheels - eca2eae00a97466cad2bef0412cafbfeec9d47ae authored over 4 years ago
unformat test asset views

github.com/cfwheels/cfwheels - 25d1b9f92b0211a696e9b79a64e5d62fc3ad59ad authored over 4 years ago
cfformat (#1009)

github.com/cfwheels/cfwheels - ff1288d1bc69eb21d70773f93a2c77a1758e673b authored over 4 years ago
reduce whitespace in junit test output

github.com/cfwheels/cfwheels - 40186ecd97ac4c562f56ad514ecb48b45b4e4e2d authored over 4 years ago
junit returns statuscode 417 on test failure

github.com/cfwheels/cfwheels - 59a01a2d5ee13e5880c5fbcd8c0ecc170d26f5a1 authored over 4 years ago
Modify boolean test to pass MySQL 5.7 (no Bit type)

github.com/cfwheels/cfwheels - 6385ff812818fb1c9e0dbe8ad18d0e0cf57742ef authored almost 5 years ago
adds .cfformat.json

github.com/cfwheels/cfwheels - 72fa7d848439e3126f4f0a84fbe1eab64d155b19 authored almost 5 years ago
Merge pull request #1006 from perdjurner/sql-server-fix

Fix for "No column name was specified" error (related to #980).

github.com/cfwheels/cfwheels - f8216509f2b687dbcd0a3a8d78c7e0066e42b242 authored almost 5 years ago
Fix for "No column name was specified" error (related to #980).

github.com/cfwheels/cfwheels - 10bb74ad38c4f160ba35263975d916c3dad0eaa2 authored almost 5 years ago
Closes #944. (#1003)

* Closes #944.

* Change log update.

github.com/cfwheels/cfwheels - 4583915a17e7d26c0a2120b078417709875912eb authored almost 5 years ago
fixes migrator component case

github.com/cfwheels/cfwheels - cce0b16a0a0b0aa519a27cf5c5a8dcca6d3580d8 authored almost 5 years ago
Merge pull request #1002 from perdjurner/dynamic-finders

Improved argument naming.

github.com/cfwheels/cfwheels - e0baa5e1209c45ed4be0e0362fa15f8ab89f1113 authored almost 5 years ago
Improved argument naming.

github.com/cfwheels/cfwheels - 01cb9d491b539ab9fb6a08fb483fad1bf5b8e990 authored almost 5 years ago
Merge pull request #1001 from perdjurner/changelog

Update changelog.

github.com/cfwheels/cfwheels - a1565a5eefcc4c151c407746fd161098d08d6b07 authored almost 5 years ago
Update changelog.

github.com/cfwheels/cfwheels - 9c0107273edbf649d2975ef5ca9a4779bac931c5 authored almost 5 years ago
Syntax fixes for ACF2016

ACF2016 Still doesn't like == in that assert

github.com/cfwheels/cfwheels - 4ff56aaa489fd850eabd04d56b2c1a24b7d13e41 authored almost 5 years ago
Fixes missing semicolon to stop ACF2016 error

github.com/cfwheels/cfwheels - 6ae4267b555156fdfd113506655a993cb933a264 authored almost 5 years ago
update changelog

github.com/cfwheels/cfwheels - 7cd5ac4a5923acc451b152aeaaa3d32667417cce authored almost 5 years ago
combine url and params in redirectTo

github.com/cfwheels/cfwheels - cbeb37cb908c7fd2d2ed46f6b4628f11deff64bc authored almost 5 years ago
Merge pull request #999 from perdjurner/minor-is-secure-tweaks

Minor isSecure() tweaks

github.com/cfwheels/cfwheels - 5e8ce4bc654421d62d25b73ccd7e0c48682d521e authored almost 5 years ago
Add new cgi properties to test suite.,

github.com/cfwheels/cfwheels - b4251f5328317c0442f25e312c32a21440348906 authored almost 5 years ago
Can't use isSecure here because it's not in the global scope.

github.com/cfwheels/cfwheels - 84e4cd873ad14faafcc9910ddb67f5fcfc87df97 authored almost 5 years ago
Need to use the built-in cgi scope here because it's not guaranteed that Wheels has created the request.cgi scope when errors occur.

github.com/cfwheels/cfwheels - d85e57c8da3303305e0b8dbd10a87006bffc92fa authored almost 5 years ago
Simplify code.

github.com/cfwheels/cfwheels - 33ca420faa2df950d4c628420eab3a2db8cee310 authored almost 5 years ago
Update CHANGELOG.md

github.com/cfwheels/cfwheels - e921487efb196cb36543507898dd2352a9337c11 authored almost 5 years ago
Add experimental adapter for Oracle DB (#955)

Co-authored-by: Andrei B <[email protected]>

github.com/cfwheels/cfwheels - a9a7718226b766149af4d7f5853fb9c6c7b23021 authored almost 5 years ago
Uses the X-Forwarded-Proto header if it exists to set the protocol to… (#969)

* Uses the X-Forwarded-Proto header if it exists to set the protocol to use.

* Moves http_x_for...

github.com/cfwheels/cfwheels - 3d6bdfbb4e6fa7afc7e5d64f4b876cb8813b27de authored almost 5 years ago
Merge pull request #998 from perdjurner/avoid-abort-usage

Make sure maintenance mode content is displayed.

github.com/cfwheels/cfwheels - 012faba8203f60836dd68ecf845c0bb4e6963261 authored almost 5 years ago
Make sure maintenance mode content is displayed.

github.com/cfwheels/cfwheels - 5748608a6384a10cf59f06d6e8514517d36ad063 authored almost 5 years ago
Update CHANGELOG.md

github.com/cfwheels/cfwheels - b5de4ee3047a44f39a579f30a668ec7b4b3897ed authored almost 5 years ago
Merge pull request #990 from perdjurner/bug-fixes

Update minimum Lucee version.

github.com/cfwheels/cfwheels - a596320944f771fb16a5819df19064ab88bebd42 authored almost 5 years ago
Merge pull request #995 from perdjurner/cf2018-test-fixes

Cf2018 test fixes

github.com/cfwheels/cfwheels - cf0ee674194dfb8c82026837d2d00ef3b500f107 authored almost 5 years ago
Merge pull request #997 from perdjurner/fix-csrf-tests

Make token invalid by changing start of string instead of end.

github.com/cfwheels/cfwheels - a98d05abcd83e91183dc841041e71b2049dd2d07 authored almost 5 years ago
Merge pull request #991 from perdjurner/remove-double-auth-token

Remove id="authenticityToken".

github.com/cfwheels/cfwheels - 008f7a0c94134dde5990dad7410541b193fbcf0f authored almost 5 years ago
Merge pull request #996 from perdjurner/set-automatic-validations-per-property

Adds automaticValidations argument to the property method.

github.com/cfwheels/cfwheels - cf8e9ccd9ac7442a6cd5ff85e0a196c6a620b6f9 authored almost 5 years ago
Merge pull request #994 from michaeldiederich/master

Links in Testoverview and Testdetail was not valid

github.com/cfwheels/cfwheels - 52eab467d0680a0165f59536f0ba01e69443f94e authored almost 5 years ago
Make token invalid by changing start of string instead of end.

github.com/cfwheels/cfwheels - 42d7193072a6f639a6eea34fb22bcdca82f8712b authored almost 5 years ago
Adds automaticValidations argument to the property method.

github.com/cfwheels/cfwheels - ae87f8991903a90a520b338ef105020c1a1b6809 authored almost 5 years ago
Make test for multiple columns in an index pass on CF 2018.

github.com/cfwheels/cfwheels - 3abd8db153460c86bd31526e02c47b5d65d5183e authored almost 5 years ago
Treat nvarchar(max) as passing for text column added.

github.com/cfwheels/cfwheels - 5b7b82bf2d033a9524a95b3cbe709b70e3d1aa55 authored almost 5 years ago
Links in Testoverview and Testdetail was not valid (route not found)

github.com/cfwheels/cfwheels - 7fb9572eeed4c7ab7c800ca2519e84700b8edfaf authored almost 5 years ago
Merge pull request #4 from cfwheels/master

PR

github.com/cfwheels/cfwheels - 6043897fedebf4ffb3e9e6c53183529928dccfd0 authored almost 5 years ago
fixes allowExplicitTimestamps argument

github.com/cfwheels/cfwheels - 3d6b1d3cd5035c14a13dbb7684e542c583acb735 authored almost 5 years ago
Remove id="authenticityToken".

github.com/cfwheels/cfwheels - 022c6d8bcc7767680c9241bb74eddf9b633d6d07 authored almost 5 years ago
Fixes bug with calling startFormTag with both controller and action.

github.com/cfwheels/cfwheels - f27dbf3097a3f522782175382cfe8ec408cf9a0b authored almost 5 years ago
Update minimum Lucee version.

github.com/cfwheels/cfwheels - 2e10a7708c6ff109e18855a3160124091458ab39 authored almost 5 years ago
Merge pull request #989 from perdjurner/bug-fixes

Bug fixes

github.com/cfwheels/cfwheels - e2af943e60f00eeaf310354734df0f144d4eafec authored almost 5 years ago
Correct return type of function.

github.com/cfwheels/cfwheels - 8c5018c9b7ea52494c0cef9aeb822c34ff9e9a81 authored almost 5 years ago
Parameter columnName can't be set to required since we support passing in columnName (singular).

github.com/cfwheels/cfwheels - f90dd1b2fc38ca19464529843bee1e0d86a99dc2 authored almost 5 years ago
Merge pull request #988 from cfwheels/neokoenig-findlast

Renames findLast() to findLastOne()

github.com/cfwheels/cfwheels - fcb5d466ec9e37b4d6770c6b3005078c4a1c2ba3 authored almost 5 years ago
Upgrade Wheels to 2.1

github.com/cfwheels/cfwheels-example-app - 3f516da3157347a33fed5dd768d905e74c4b0ff3 authored almost 5 years ago
Prep for 2.2 dev, update changelog

github.com/cfwheels/cfwheels - c706ca1181c0a9ff76f6fa98bb5bd661a8abfc8e authored almost 5 years ago
Update CHANGELOG.md

github.com/cfwheels/cfwheels - c80fd6a342309e5e14b003fb4eda8838f328b90a authored almost 5 years ago
Update findlast.cfc

Someone forgot about the unit tests... someone.. me.

github.com/cfwheels/cfwheels - 5cdb8b31845d11e7b971dae459299ad9de456181 authored almost 5 years ago
Renames findLast() to findLastOne()

Allows wheels to run on [email protected]+92 upwards

github.com/cfwheels/cfwheels - bf28df5c7ee3d76ff169375721fe0513bf10f4ab authored almost 5 years ago
allows custom migrator templates

github.com/cfwheels/cfwheels - e3603207e3628748a085762b86a7d1f85a2deb5c authored almost 5 years ago
property docs

github.com/cfwheels/cfwheels - 21e574ea89287cc0ba39be8072b878bc0ad9d7c2 authored almost 5 years ago
#986 Auto-reload-test-framework-html (#987)

github.com/cfwheels/cfwheels - add14618eaa0034bf37f7a73b2bae6f0115876a0 authored almost 5 years ago
removes allowExplicitTimestamps from properties (#985)

github.com/cfwheels/cfwheels - b6b4dc0f4e2ac3f3258c4482a5e52d2dfdadcc25 authored almost 5 years ago
prepend table name for pagination ordering #980 (#981)

github.com/cfwheels/cfwheels - 31c1b8b1d7633a7af7f579130477633c99b86d0c authored almost 5 years ago
adds required arguments to imagetag #979 (#984)

github.com/cfwheels/cfwheels - f05ed8e99e39067e4d0fe7113504bcdce93f8675 authored almost 5 years ago
Fixes 2.1.0 links

github.com/cfwheels/cfwheels - 57101a49f5d608359a417fccdef85c7b39523b53 authored almost 5 years ago
Update CHANGELOG.md

github.com/cfwheels/cfwheels - f8747b7ffaeac59d850b3093b49483633493ae46 authored almost 5 years ago
Add Back Disable Engine Check

github.com/cfwheels/cfwheels - 479a5e63529df144dfd9281052fee1da7d11292a authored almost 5 years ago
Update Box JSON location

github.com/cfwheels/cfwheels - e1609551564d9517033f8696a18b383895f0b8fe authored almost 5 years ago
Update Version Number

github.com/cfwheels/cfwheels - 3270aaa7a9bca0837ee9c1a2cea459b31d6a9c4f authored almost 5 years ago
Temp remove disableEngineCheck

github.com/cfwheels/cfwheels - 9841692629dfbb7422b6e00ccda6aac2bae32907 authored almost 5 years ago
Don't require a specific environment settings file (#977)

github.com/cfwheels/cfwheels - c0ad42aecaee0531eab6c77c2457db3f4b562419 authored almost 5 years ago
Moves autoMigrateDatabase after framework init

github.com/cfwheels/cfwheels - 43ba1073805ed5dbb619583dbf0f6fe98f86831d authored almost 5 years ago
adds missing line from 0d7c7fe

github.com/cfwheels/cfwheels - 65dbadeb42ed31e7be066628e51705d55ad28269 authored about 5 years ago
enable numeric parameterize argument (#973)

* enable numeric paramterize argument

* Add a few new users for posterity and modify tests ac...

github.com/cfwheels/cfwheels - 0d7c7fec2903e6c62282a801ae80314b94bf61ab authored about 5 years ago
Add configuration option for improve performance of properties #956

github.com/cfwheels/cfwheels - f67ff1e130eaa83661c361baede76046cef52a35 authored about 5 years ago
Puts scope dumps in PRE block to preserve line feeds. (#968)

github.com/cfwheels/cfwheels - 82d0a82941ec68bda9197a1618e3960b4828380f authored over 5 years ago
Increment version number in prep for 2.1 Beta release

github.com/cfwheels/cfwheels - cf5854d6101f89b7d15d094b9de587cb95e44f03 authored over 5 years ago
refactors properties() for performance

github.com/cfwheels/cfwheels - 2261571411c1972b35ad1d1da910ca84cd9c5fea authored over 5 years ago
Update CHANGELOG.md

github.com/cfwheels/cfwheels - fb5fc41a68f4f17b08e50fd7a4ee3c5290ca3db5 authored over 5 years ago
Merge pull request #963 from absentbri/issue-962_cfabort_event_support

support for onabort event

github.com/cfwheels/cfwheels - acb3077db47a2ebb2c5cffe019434357b34e45f6 authored over 5 years ago
Issue #962 - Add onAbort event. This is invoked when cfabort, cflocation, or cfcontent are used.

github.com/cfwheels/cfwheels - 583020bec73f565abf03b17d0ae4b3b6accc6fde authored over 5 years ago
Update templating.cfm

Update migation notice

github.com/cfwheels/cfwheels - 06a938c4e607194470a2ebf0c2fc2003dc30caa5 authored over 5 years ago
Fix Migrator templates doesn't yet correctly get the Migration File Template Prefix in GUI

github.com/cfwheels/cfwheels - f87126020e644fda9d9552215341d1d9fb9e7bb3 authored over 5 years ago
`columnNames` should allow a singular variant (#961)

* `columnNames` should allow a singular variant

This was requested for the next milestone in ...

github.com/cfwheels/cfwheels - 028a5b20915b88262f59c502271ce095dc1d453c authored over 5 years ago
Update .travis.yml

Add Trusty as the dist as xenial is now the travis default

github.com/cfwheels/cfwheels - 462651e0e8b83977405b042ca526832a445cb940 authored over 5 years ago
Update .travis.yml

Attempted fix to see if moving to openjdk8 fixes travis build issue

github.com/cfwheels/cfwheels - 7cb10277f8a889c48f511e10690747cd1fd8969d authored over 5 years ago
Merge pull request #958 from djuggler/SessionManagmentFix

CFWheels default 2.0.1 installation uses deprecated code application.getApplicationSettings().se...

github.com/cfwheels/cfwheels - 09f3f6da44f045450c16ea74d844759b5a978b55 authored over 5 years ago
CFWheels default 2.0.1 installation includes this error:

Expression Exception - in {root}/wheels/controller/verifies.cfm : line 85

Element SESSIONMA...

github.com/cfwheels/cfwheels - 0e6401df004d4bf46d10d9cd91a2c7bfe3efd99b authored over 5 years ago
Fixes #956

Plugins route does not accept POST method

github.com/cfwheels/cfwheels - 7c8bb96d9fe9c4b4be98266defb699995c5d6aac authored over 5 years ago
Fixes #867: Search for internal route when completing URLFor

github.com/cfwheels/cfwheels - b5521d68ddf1ba46bcccd8241060df05a8c7e370 authored over 5 years ago
adds side scrolling to routes view

github.com/cfwheels/cfwheels - ec2596e8b290bbffb261d0350ed2e45fe69adaea authored over 5 years ago
adds missing cache settings to info

github.com/cfwheels/cfwheels - 4b919312c9e54668b68b9721da4ca2e155352a75 authored over 5 years ago
adds basic test database seeding functionality

github.com/cfwheels/cfwheels - c626eb87551e30a033f75ac95b090bac80e5cd1b authored over 5 years ago
adds label to test debug function

github.com/cfwheels/cfwheels - e6fb0c704360fad8a91641d26be518c9c2971008 authored over 5 years ago