0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Jun 25, 2025 — Jun 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of http://github.com/marcesher/cfmongodb More... over 15 years ago
added supported CF versions to readme More... over 15 years ago
updated to latest Java driver (2.4) More... over 15 years ago
fixed bug in authentication More... over 15 years ago
For authentication, removed check for username/password and relying solely on isAuthenticationRequired as requirement for authentication attemp More... over 15 years ago
Finished authentication; added unit tests to include the Examples pages to check for 200 status More... over 15 years ago
Merge branch 'master' of https://github.com/ciaranarcher/cfmongodb into ciaranarcher-master More... over 15 years ago
Renamed variables for easier reading More... over 15 years ago
Merge branch 'master' of http://github.com/marcesher/cfmongodb More... over 15 years ago
Added tests for mongodb authentication. Not doing a lot yet. More... over 15 years ago
Added addUser() and dropDatabase() More... over 15 years ago
Merging Ciaran Archers authentication additions More... over 15 years ago
committing Aarons changes; also, cleaned up some unit tests; added data integrity check into aggregation/load.cfm More... over 15 years ago
Merge branch 'master' of http://github.com/marcesher/cfmongodb More... over 15 years ago
Removed debugging code. Simplified. More... over 15 years ago
Added Mongo.getLastError() and test. Also modified complex argument defaults within Mongo.cfc so CFBuilder won't complain. More... over 15 years ago
Dumps containing results from MongoDB now append (from MongoDB) within the dump label. I found this helpful as I am new to the project. More... over 15 years ago
Added a missing 's' from structKeyExists statement and now checking for a empty array for arguments.hosts within init(). More... over 15 years ago
Typo in my previous commit. More... over 15 years ago
CFBuilder does not perform syntax highlighting for a document on when array/struct literals when they are provided as default arguments. Added structKeyExists() check within the function body. More... over 15 years ago
updated readme with link to mongodb-user More... over 15 years ago
Finished MapReduceResult.cfc; added more examples and explanation into examples/aggregation/mapReduce.cfm More... over 15 years ago
updated readme More... over 15 years ago
updated readme More... over 15 years ago
fixed comment More... over 15 years ago
Added initial MapReduce support More... over 15 years ago
fixed bug in mapReduce.cfm More... over 15 years ago
fixed spacing issue in geo.cfm More... over 15 years ago
fixed comment in geo.cfm More... over 15 years ago
added ensureGeoIndex to Mongo.cfc; added initial geo examples to examples/geospatial More... over 15 years ago