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

Updated CHANGELOG.

abf6de056f26212ac29dd70905302780f2635d41 authored over 14 years ago
Fixes issue 562.

06728e25346da97eef2194e9b20eb36462ce4ed6 authored over 14 years ago
Accidentally committed some work in progress in r5053. Reverting until done.

490741d3e80ebcda6a609656314401d8217e1b59 authored over 14 years ago
Updated CHANGELOG.

8d94254ec57f2de35aba55e8e19e8f66ed99adc9 authored over 14 years ago
Fixes issue 580.

938f0af90585c7f3e77e4548a50ec3dcc46cfe48 authored over 14 years ago
Updated CHANGELOG and upped the beta number.

b36a61f60544a82e3ebb3bab053ff6733b96800f authored over 14 years ago
Corrected a test. Sorry Chris!

d0f51af82d7c8b2d352776b49097cc9fb36b498f authored over 14 years ago
Fixes issue 445.

6b8c3b98265751b7c13dee564217fb06aa27ae06 authored over 14 years ago
Throw error in deleteByKey and similar

closes issue #540

8aeb31ca41e98340b644628e167b9b9a2ec82f8f authored over 14 years ago
Changed a few tests so they work on H2 (H2 is case sensitive when using WHERE and the ordering is random when ORDER BY is not specified).

bad4956f81f615024fe45e766e16f5fc69958dd3 authored over 14 years ago
Changed flash / cookie tests so they work on Railo.

a59296d1d4c056e45f6871cd9e248cd8acfe8234 authored over 14 years ago
Tony's patch for issue 578.

8c50ff29d663b8dd6392271ad20840f9983384a4 authored over 14 years ago
Correction to previous commit.

1b99471cb612e8f7a1331419d922db46395b38d4 authored over 14 years ago
Reverting r5008.

5c4fcae2dbd6df371fd71910c3f65a8bf260801f authored over 14 years ago
Get populate file to work on H2.

2c3ada636a84fde0b787b1e91bdc0bd23c3c71fa authored over 14 years ago
Change to get the MySQL test DB population script working.

480369dd52bdb4421dc9ce2c536740b416f807bd authored over 14 years ago
Got rid of the db schema scripts and made it so the schema is created automatically before running tests instead. Some changes will be needed to get MySQL working, Tony will correct later.

0c908484fd4bfbeb47e6bac7f4f3d8dc56e1b0cb authored over 14 years ago
added $structDelete() to cfml functions which works just like the internal structDelete() excepts it

accepts a list of keys to delete.

5bd594174353af80676dbecdfd12d533747194f7 authored over 14 years ago
Missing colon.

a5fcdb863d8651e79b8225f535dbfadb79d843ca authored over 14 years ago
fixes issue #560 along with enhancements

* no need to specify domains. looks for ones
beginning with http or www

* will not autolin...

c4f9754b6c13a49132ec1f1d9651c48a66adf9e4 authored over 14 years ago
Added "order" to a bunch of finder tests to make sure they behave consistently across databases.

7e450cd7afc7d5e8b995658e5b6ed9d218fc2813 authored over 14 years ago
Fixes issue 577 (should be backported as well).

1aeb57286fbc2ab65f965f80b3fc8457ea798cd2 authored over 14 years ago
Updated CHANGELOG.

c09b0514f1b18e1c25d3c61605cc79f4f0fbf8c3 authored over 14 years ago
Fixes issue 573.

c6d1ccc1b8a1d4b4c6bbe45f9a71da4448096c74 authored over 14 years ago
Deleted the lib folder (what was in there is now in wheels/vendor instead).

69cc2bc24cea4777de2813caf820e94067bd40e0 authored over 14 years ago
update changelog

d235105de4d5c3f3074c8b12c34122d69808c612 authored over 14 years ago
include testing framework

e7d8090b876e99f9321e606e1123004f2f769dcd authored over 14 years ago
release wheels 1.1 beta1

* updated changelog to reflect release

7c70c6d37019623064cab974832f23900f7bb7e8 authored over 14 years ago
set railo minimum version to 3.1.2.020

9cb79491fbb047bb81d8d64d8b50c9bffd4d9be9 authored over 14 years ago
Tests for r4968, coded especially for Tony ;)

d62512f7b76830e8fbd34df7df3d73e4e4efb20a authored over 14 years ago
Another change related to issue 559.

0748475b136400b9b804daf3c4634fb56859d235 authored over 14 years ago
Fixes issue 555.

a6c5ddce3596ac06e4e22fa03f54684f013a52cc authored over 14 years ago
Fixes issue 559.

0d3ae04fdcbfc3d4d01f67b0868fbf832454fbd8 authored over 14 years ago
Docs for label argument on date/time select helpers.

fbfc854b03a90a628dc6828f840ef60643599894 authored over 14 years ago
Addition to documentation for "include" argument.

943d9e7bf40419a21217f20631eb30e884d27771 authored over 14 years ago
Corrected count() to always return 0 if no records are found and updated documentation for that and related functions.

53b52df287de24cf384a2a766774426f21dbdd38 authored over 14 years ago
Better fix for the code in r4951. Fixes issue 568.

b6e6b5e6e49af660d245b7320d4da53babadb7a3 authored over 14 years ago
API doc cleanup to get the API genrator to stop throwing errors.

54ec6eab2f15a60dcbb3738d4e4d45c893c45e36 authored over 14 years ago
Reverted previous commit, it working only on SQLite, the others failed. Matches "Yes" and replaces it with "Yeses"

3226cd1484f5a300ec425f74adb051701bc407fc authored over 14 years ago
workaround for railo bug

https://jira.jboss.org/browse/RAILO-936

e95097710bf98293b5b86ff08043f95d409f8be8 authored over 14 years ago
Fix for Railo won't cast Y or N as booleans

8f5396702563fdada59652e0ab85a646a197b766 authored over 14 years ago
Small fixed to the SQLite adapter to use the right function for the last inserted row

a09c0c7c1ce01f94906dca3feb921256fad8c684 authored over 14 years ago
Removed database specific code for getting last inserted id since it's not necessary anymore now that both Railo and Adobe supports this natively (MS SQL and MySQL only though).

3a40cdf962a4784605e6a0eb4f45328658be04d1 authored over 14 years ago
update to provides to fix a couple small errors with renderWith(). Also fixed a typo in setting the content type header.

5dcb542e49fa844894493ed5626523b450c4bab2 authored over 14 years ago
added in a new global public method to add new formats that wheels can render.

6bb5672eb8e5bb6e8679cdc165288487c76e89db authored over 14 years ago
Had to remove the character that indicates array in order to sort properly so that we can get identical results when creating a hashed key for caching. Added a few tests too.

31f67cecae85266b1d15d16619ce325a5914d9c3 authored over 14 years ago
Two tests for setting primary key values on object after insert. One of them currently fails on Railo and needs to be fixed pronto.

fa846c05d88ae5948510fde8e05533a49fd4ec12 authored over 14 years ago
Fix for issue 567.

44b2b99e7a1884eb28c9fa190059b1ee54ab33c6 authored over 14 years ago
Changes to provides to default to html. We now also default to html if the format is not allowed. Updated rendering to only render html once. Added in a check to make sure we have a rendering template if we cannot render the content by default. Fixed a bug Raul found to default to rendering the content provided from the template without a layout.

d2f1d782a572d678a575f55e1de87e653654735f authored over 14 years ago
Change to crud to throw an error if the perPage argument is less than 1.

6fb4139a496ff694ba0230c5d95c880a5786adf9 authored over 14 years ago
Changed name of tests since it now works again thanks to Tony :)

60d3c3d4a60506372114a7b453a94e12b608e780 authored over 14 years ago
Set categories for view and global functions.

8739b5b714bd83e3c2fc39a02b1fcacc649c70f0 authored over 14 years ago
Set categories for model and view functions.

63c72e8501c66c3522954cc25eaa1acf2ffc9af3 authored over 14 years ago
hashedKey(): only use SerializeJSON on Railo

954401eadcd53ab503cb436dc4174aa9ed29461a authored over 14 years ago
Set categories for controller and model functions.

6b89bec74d33d25882c3444095f58d27574f013e authored over 14 years ago
Added FAIL to a test name that we know is supposed to fail at the moment (i.e. it needs fixing).

3ac063817f1127f45f0c8374d51b7316cf1ef0ac authored over 14 years ago
refactored $tag()

* moved attribute concatention into it's own
method

* syntax updates

442b8f5a643873743c769b79053f7c0db9983132 authored over 14 years ago
fixes issue #554

a66f215fcce7207f3e9fddc00fa3bca39848ce8d authored over 14 years ago
Set categories for controller functions.

6239a3d71f7e9c540e6f7119ad341f79830d6900 authored over 14 years ago
Wrote API docs for response functions.

f5c6b2a7a491cf99c8e742415eeec46aaf3d89ec authored over 14 years ago
Finished last bit of view API doc tweaks. Added docs for provides functions. Added docs for new layout functions.

c88f17fb65c4f29fb8ea7b092a2d0926c650a974 authored over 14 years ago
use XMLFormat instead of HTMLEditFormat as basis for h helper

* see http://stackoverflow.com/questions/3640156/is-xmlformat-always-better-than-htmleditforma...

6bc3fec85f5a3b2ccae99cced3e84629260357bb authored over 14 years ago
Touched up API docs for more view helpers.

ea99849699e4fcc6549eb622bfa47be106845497 authored over 14 years ago
minimum version fixes and tests

8410e6aaf1b38a17f83789970308fb632ca075b0 authored over 14 years ago
escape pounds signs in examples

d7e287bdb702d12cdd4c0f8473ff56dbe6800303 authored over 14 years ago
Started touchups of view API docs.

595e33159c836563ad2cd2665109ff162905834a authored over 14 years ago
move toXML under the wheels directory

* created a new directory under wheels called
vendor (to follow the rails directory
struc...

066fb11365160b006064ee4067bca15c8c2a0a7b authored over 14 years ago
take patch level into account when checking for

minimum version requirement

bb9509483cf7a47282fc4aa5b93800e67f2a50d4 authored over 14 years ago
refactor of $hashedKey() to remove recursion

07616bdebb01c3047d2191d38b5361aed66140c8 authored over 14 years ago
Update to debug to fix a small issue when the params scope has complex objects.

86d6f7bde88cd2f2ab5889c7860bc238ff4fc91f authored over 14 years ago
Adding in most of the functionality from the provides plugin. Did not add in auto serialization of csv and xls types to avoid cf9 only code.

- Updated controller initialization for internal variables for controller formats. These default...

0c0d498188aa884693e3fd5ed835eb7be592c8e1 authored over 14 years ago
adding in wheels first dependency, a modify toXML.cfc.

5df865f5547610157e2c72392060d2824c9ad5b1 authored over 14 years ago
After discussing with Tony we decided to require Adobe 8.0.1 or Railo 3.1.2.020.

9c7eaab2c35d08c5467149bf378f2eb966529780 authored over 14 years ago
Added a $fileExistsNoCase function. Plan on using this for issue 513.

a7accd75bc530a04596221adb30d2988ac5be5da authored over 14 years ago
Fixed syntax errors left in r4910. Also accidentally copied and pasted a wrong file in miscellaneous.cfm. That's fixed now too.

0a0a16df08e152c83652149faa1d9031a77287ed authored over 14 years ago
Touch-ups for rest of model API docs.

be6e70b1891350798731215d33f8027f849f316b authored over 14 years ago
model adapter should use the connection information

from the class instance.

e5b3463294f07762e8973d3c98f944c9ab0d2761 authored over 14 years ago
use model's class name when creating an instance.

98b3118283ea9c45c811de7b1add6f57a1297a26 authored over 14 years ago
turn on sessionManagement by default.

* you can still turn it off by setting it to
false in your config/app.cfm

a2156db10d201099182e2bcabdc2d724631abb70 authored over 14 years ago
finalizing flash updates

* fixed flashKeep()

* added flashStorage class variable to controller
for easier testin...

baa5356c87450eec890304f4e4f1bb5d33c06953 authored over 14 years ago
updates to flash:

* Fixed compilation error under ACF, tests now
run again. my bad.

NOTE: that because ...

6a27938528e4429415855134c691835495d8aa27 authored over 14 years ago
added setPagination() to model for paginating custom queries

0c51ef90f68935280a5f88539bc0ba54340ff1c2 authored over 14 years ago
escaping pounds signs in example documentation

421f5cff75037b9420da12d16d516a1b7a2343b9 authored over 14 years ago
Added a semi-colon (maybe not my greatest contribution to date...).

b702603875c395888ba5d8be84435276c8a720cc authored over 14 years ago
API doc touch-ups for hyphenize(), callbacks, calculations, and part of CRUD.

aa3bc3741657620f0cfebeeee8f90a16ac8852e3 authored over 14 years ago
better test coverage for flashMessages update

fd08f6faae86e52d8af8eeecd235785f340bc920 authored over 14 years ago
forgot to exclude twelveHour argument in method. fixed failing tests.

ae56ab32c11f5717d842891c1cebb84d1060f729 authored over 14 years ago
properly handle key casing in flashmessages()

fixes issue #554

691bb31ae3947382bbe22573466faaa07b0ee2e7 authored over 14 years ago
fixes to hyphenize to properly handle abbreviations

* before changes hyphenize would put a hyphen before
each uppercase character:

hyphen...

c7b8b4e34d40a080575f5871dccddd7c786aebac authored over 14 years ago
renamed $hyphenize() to hyphenize() and made it a public method

4f8b7db4320194572ff82db0b6c4c582423e7b5f authored over 14 years ago
fixes issue 551: adds 12-hour format to date/time selects helpers

* contributed by awmichel90

* to use set twelveHour => true on date/time selectd helpers
...

34be2d57f2e7d7e7f1c7a3e8193878c70c98ba3b authored over 14 years ago
Touch-ups for associations API docs.

f414bd35ce8747a77e6c000e494956b30816b7d7 authored over 14 years ago
added test coverage to make sure an empty array is returned on the parent object when including an association and no records exist

c30fc40fd1e81efa28bd4b37dca69f756d0b2ed9 authored over 14 years ago
refactor accessing primary keys in model

* added a position argument to primaryKeys() for
easier retrieval

* changed all calls t...

cc4e0ef2f21599f6fc29944cec52e61e453f1e2c authored over 14 years ago
fixes Issue 550: Reinstate error when no primary key is defined on db model

8f59bdf3faa4d5c522c17b404ddbd20c730d8d6b authored over 14 years ago
8.0.1 syntax compatibility

610ab558f89db3b37e3174e78574785d4110f575 authored over 14 years ago
updated CHANGELOG

d4ea21c84c61ad540a8c6e21033b6d9592ed8000 authored over 14 years ago
renamed afterFindCallbackLegacyCompatability to afterFindCallbackLegacySupport

d87463e567e78617695a3cf877dfd81421a756e0 authored over 14 years ago
closes Issue 549: update to flashMessages()

* added includeEmptyContainer argument to always
show flash container even if the flash is...

95dd96e57c5cea11ee0b9b7669e040f7c793e565 authored over 14 years ago
remove debug output from my last commit

f107804778f9b0a21c26dcd6ba96c4c3dfbb86cd authored over 14 years ago