2
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added back in correct apiRouter. More... over 12 years ago
Dealing with case issue More... over 12 years ago
removed private config More... over 12 years ago
Moved around config More... over 12 years ago
Completed restructuring of associations. More... over 12 years ago
Completely restructured everything into a more traditional MVC application hierarchy. More... over 12 years ago
Modified gitignore, continued fixing up tableview stuff. More... over 12 years ago
Added the UI table view stuffa s a list More... over 12 years ago
CMS routing finished-- set up first fetch from db of nodes More... over 12 years ago
Added controllers. More... over 12 years ago
Added kitten asssets and set up a truer MVC setup. More... over 12 years ago
Set up first pass of routing for CMS. Did some refactoring throughout. Experimented with other method of figuring out the minimum amount of content to fetch. failed. went back to old way. More... over 12 years ago
Example php crud.io site added. More... over 12 years ago
Added sample data. More... over 12 years ago
Removed config file from php sdk and just threw the init and server location into the example. More... over 12 years ago
Merge branch 'master' of github.com:mikermcneil/crud.io More... over 12 years ago
Added port to example config. More... over 12 years ago
Update README.md More... over 12 years ago
Added URL encoding support on the PHP side as well. Ready to go, assuming the Content Cloud understands the same URL-encoded format. More... over 12 years ago
Merge branch 'master' of github.com:mikermcneil/crud.io More... over 12 years ago
Added smart URL encoding to browser SDK. More... over 12 years ago
Update README.md More... over 12 years ago
Added an exposition of benefits with using a content cloud vs. a traditional CMS. More... over 12 years ago
Finished javascript browser sdk first pass. More... over 12 years ago
Added SDK authoring guidelines. Added some browser SDK stuff. More... over 12 years ago
PHP SDK ready to go. More... over 12 years ago
Refactored model code to separate DDL and association stuff from queries. Completed caching and 90% of php sdk first pass. More... over 12 years ago
Worked kinks out of fetchByCollection api call. Now works and handles errors at the API service, router, and model levels. More... over 12 years ago
Changed API fetch to 'load'. Refactored code to make it more elegant. More... over 12 years ago
Added full (sort of) support for 2 API functions-- read (get a specific content node by name), and fetch (grab CRUD.io's best guess of the content you'll need for the page you're on based on it's layout. Also allows you to specify a collection parameter.) More... over 12 years ago