0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow re-bundling files for different locations if not rootOnly More... over 15 years ago
Try not to include stuff twice More... over 15 years ago
Ability to exclude files from bundling. More... over 15 years ago
Adding some support for transient dependencies. More... over 15 years ago
Adding some ignores. More... over 15 years ago
First stab at easy bundler. More... over 15 years ago
Clear old domRoot if attaching to existing dom. More... over 15 years ago
Fixing sub-controller registration More... over 15 years ago
Add necessary init() to samples. More... over 15 years ago
Merge branch 'master' of git://github.com/olsonjeffery/machine.javascript More... over 15 years ago
Make sure all call-backs are called with "this" set as the controller. More... over 15 years ago
Move things out of constructor to init() method. More... over 15 years ago
impl of view renderer example and text cleanup in example.html More... over 15 years ago
added a spec to verify case-insensivity for renderer name registration More... over 15 years ago
fixing broken examples due to view changes ... the example now use the default, built-in renderer ... so no more default-view-renderer.js ... some text for the AJAX example, but no impl yet ... stubbed out view renderer example.. will use ejs most likely More... over 15 years ago
make renderer name lowercase to match newRenderer() ... in registerViewRenderer() More... over 15 years ago
stub of Ajax example .. not done also renderering is broken because of view changes More... over 15 years ago
finishing up impl of the action controller example More... over 15 years ago
Started some specs. More... over 15 years ago
Fixd bug where it would always use default renderers. More... over 15 years ago
Added renderer registration rather than global magic names. More... over 15 years ago
Variable rename. More... over 15 years ago
some more explanatory text in example.html - some basic intro stuff - an intro to the use of machine-includer.js More... over 15 years ago
adding .gitignore More... over 15 years ago
getting the full simple example working More... over 15 years ago
doRender() now returns the string it gets from the renderer More... over 15 years ago
adding an ultra-simple view renderer for the basic example More... over 15 years ago
initial impl of textarea-based "dynamic examples" .. will provide visible examples of controller defintion and usage.. allow prospective users to play around with it.. More... over 15 years ago
ditching external example-controller.js More... over 15 years ago
ading ejs.js to example folder More... over 15 years ago