1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 12 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix unsubscribing from Pub/Sub events (Backbone needs the on method set) More... about 12 years ago
Docs: HTML escaping fix More... about 12 years ago
move image More... about 12 years ago
Building additions and fixes More... about 12 years ago
wording and colors More... about 12 years ago
images More... about 12 years ago
Better image More... about 12 years ago
About More... about 12 years ago
i can haz Chaplin More... about 12 years ago
Routing revamp: Add fixed params Fix route constraints Rename Router#navigate to Router#changeURL so it’s not mistaken for Backbone’s Router#navigate Change navigate parameter to changeURL Remove comparison with Backbone in comments/documentation. Backbone routers just work differently Rename Router#follow to Router#route. This will always change the URL. There is currently no case where we want to match a route but not change the URL. This case might be handled by mediator.publish('!startupController', 'controller', 'action', {changeURL: false}) More... about 12 years ago
Readme typo More... about 12 years ago
Decouple routing from controller startup. The router merely publishes an informational `matchRoute` event instead of an “exclamation mark” instruction event. More... about 12 years ago
RequireJS update to 1.0.6 More... about 12 years ago
Small read me restructuring More... about 12 years ago
Added some key features More... about 12 years ago
Commenting, compiled JS More... about 12 years ago
Added login note to posts collection view More... about 12 years ago
Improved FullLike rendering More... about 12 years ago
external link window.open hint More... about 12 years ago
Remove binding of showHideFallback to collection, causes trouble. The visibilityChange handler should be called anyway on addAtomic or reset. More... about 12 years ago
Properly show login view on logout More... about 12 years ago
Proper login note More... about 12 years ago
View: Introduce automatic rendering by autoRender option or autoRender class property Introduce auto-append to DOM using container option or containerSelector class property More... about 12 years ago
Controllers: Correctly dispose collection, model and view More... about 12 years ago
Doc style More... about 12 years ago
link to gh-pages More... about 12 years ago
Readme markup improvements More... about 12 years ago
AppView: Use $container, pass context data to dispose More... about 12 years ago
Added posts controller Commenting More... about 12 years ago
Moved container logic into View More... about 12 years ago