Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cfwheels/API-Generator

Parses meta data in Wheels API and generates records in database of Wheels API functions.
https://github.com/cfwheels/API-Generator

Update README.md

bb3a1d747db75547f60294eb9a6027c18bfc15d9 authored over 6 years ago by Tom King <[email protected]>
restore Railo3 support

adcb990285b7c4b3925720bfdd815bc190fc988b authored over 10 years ago by Singgih Cahyono <[email protected]>
move functionsectionversions to DBMigrate

cfadc9326ffceabeb4afe4989503b84d5860c4c4 authored over 10 years ago by Singgih Cahyono <[email protected]>
generate function section links

f5864e3507c824542cf22e665e1ff0128b77fa2f authored over 10 years ago by Singgih Cahyono <[email protected]>
prevent generation when desired version cannot be found

c90999ac4f2c773adfb77d4428a34ffa5a014157 authored over 10 years ago by Singgih Cahyono <[email protected]>
Merge pull request #4 from cfwheels/1_3_api

1 3 api

c6a3cfe3024baf02cfd5a3f3ccf8f034f83a15d5 authored over 10 years ago by scahyono <[email protected]>
explain the full process

996a7ccadb6bc708494bc8ef9ce86cfba9d4ba34 authored over 10 years ago by Singgih Cahyono <[email protected]>
upgrade to the latest 1.3 revision

a5cc4134e62e34b5b7f8e10c821b95daf4064375 authored over 10 years ago by Singgih Cahyono <[email protected]>
Merge remote-tracking branch 'origin/master' into 1_3_api

Conflicts:
README

77baae0a17b69ba2edc759776a6bbf5ac111e86c authored over 10 years ago by Singgih Cahyono <[email protected]>
upgrade to CFWheels 1.3.0

0f86deb2aa2641c48514a8a13662770b8c334182 authored over 10 years ago by Singgih Cahyono <[email protected]>
Rename README to README.md

177c8759febbcfa6db680f4ad8f187fb56ee2841 authored over 10 years ago by scahyono <[email protected]>
repair ORDER BY functionArguments.id error on MySQL Linux

27d4ffa7e2402bf581487d9619e56d2aae2fb4ab authored over 10 years ago by Singgih Cahyono <[email protected]>
upgrade to embedded Railo 4.2 and cfwheels 1.1.8

df8e4e5551fe2b01b82de6f09cc77947303a71ae authored over 10 years ago by Singgih Cahyono <[email protected]>
turn off plugin overwriting and deletion

717b32956d1bc1789e1bab18d28952af15586556 authored over 13 years ago by Tony Petruzzi <[email protected]>
make migrations database independent

2d295da65aff232dc60ff9f3ef733552e76bb887 authored over 13 years ago by Tony Petruzzi <[email protected]>
update wheels to 1.1.5

c3a929403f89047788c69ee1292b873276d5b0cf authored over 13 years ago by Tony Petruzzi <[email protected]>
update dbmigrate

5103b8153a6af6342b64ddec8712b9bd9644785c authored over 13 years ago by Tony Petruzzi <[email protected]>
update gitignore to exclude railo web-inf

8abde992d4ef99c533412f44d27f1923bae643d7 authored over 13 years ago by Tony Petruzzi <[email protected]>
remove wheels 1.1 directory

6cb857ef9c364ca853b14ad7908c93485f38e40e authored over 13 years ago by Tony Petruzzi <[email protected]>
update gitignore

c978ccac9d6d63f28399266c032dd43063b6b24b authored over 13 years ago by Tony Petruzzi <[email protected]>
Fixed arguments' hints that references other functions that in turn referenced yet other functions. Basically, I removed any chained hint references. Also made argument cleanup process slightly more efficient.

149d9c4b4ecd2cb7715ff0eeec70e03d2131faa3 authored about 14 years ago by Chris Peters <[email protected]>
Fixed example parsing issue (was removing lines with an even number of tab indentations). Fixed bug where default arguments that are configurable through set() were not being recorded in the database. Fixed bug where blank argument defaults were being recorded as empty strings instead of NULL. Fixed bug where blank return types were being recorded as empty strings instead of NULL.

93583a64a1c0ee223244e9420674978d2cb2687c authored about 14 years ago by Chris Peters <[email protected]>
Removed ignored file.

12d71626aa7cb27246ceb119f93bf44b9623afdb authored about 14 years ago by Chris Peters <[email protected]>
Plugin blocker in .gitignore.

f9abf7b2eab563008b9986f7367a4ccaad10bddc authored about 14 years ago by Chris Peters <[email protected]>
Changed data source name to reference.

ad133143166def8474317fbf60579903c2f75f5b authored about 14 years ago by Chris Peters <[email protected]>
DBMigrate plugin and scripts.

c498c19ca41d071ed0d2847f7af1835fa4ce5b88 authored about 14 years ago by Chris Peters <[email protected]>
Updated README file with instructions for installing and running.

bf2f5a33d315dcecbb9f1fbde6b95af62fb3f859 authored about 14 years ago by Chris Peters <[email protected]>
Fixes numerous issues, including duplicate function listings (which were still somehow in there), a generated SQL script to run in production, fixes to the API to get 'See documentation for...' references working, and more shifting duties around between model and controller.

ce46ce188993c4f3a10a9500cefe09ce5ec445e4 authored about 14 years ago by Chris Peters <[email protected]>
Fixes issue with giganitic IN clause in deleteAll() calls.

abc17b74def9dd22d441606c8d9744b78e712e92 authored about 14 years ago by Chris Peters <[email protected]>
Fixed performance issues. Fixed duplicate function listing issue. Moved some business logic into the model layer. Improved output displayed after generating data. Updated Wheels 1.1.

e0b1a5656ed344d20c7ae61105f56fc4d9b98795 authored about 14 years ago by Chris Peters <[email protected]>
Enhancements to work with Wheels 1.1. Also including Wheels 1.1 beta 1 in the wheels1.1 folder. Moved Wheels 1.0 into wheels1.0 folder.

74b650bd8fb3d7cadaccd1c27ced4576c5e9db54 authored over 14 years ago by Chris Peters <[email protected]>
New logic for multiple minor versions of Wheels. Simplified up feedback output to 'Valid' and 'Saved' instead of a giant heap of <cfdumps>.

3adac15637d930653a8693f56e75af6929dd9008 authored over 14 years ago by Chris Peters <[email protected]>
Project import.

c8fc14df6f8b2418792c0d157c13568bc738ba1e authored about 15 years ago by Chris Peters <[email protected]>
First commit.

d2f4e0bae93116c90e1bbedec6f0266587d2d07f authored about 15 years ago by Chris Peters <[email protected]>