0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2024 — Sep 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
working version but need block options in SirTrev More... about 12 years ago
Cleanup the Twitter block More... about 12 years ago
Remove the 21931 lookup function, as it's no longer needed. More... about 12 years ago
Remove the TODO file as we're now using GH Issues. More... about 12 years ago
Remove unecessary binds in _.each calls More... about 12 years ago
Add a new setAndLoadData convienience method and make use of it on the video block. More... about 12 years ago
Cleanup events into a hash on the ST Editor, fix the issue with still using blockStore and _loadData in the Editor More... about 12 years ago
Stop uisng compose and just form the functions normally More... about 12 years ago
Add an alias to _loadData with a deprecated notice More... about 12 years ago
Merge pull request #32 from madebymany/feature/rewrite-block-store More... about 12 years ago
Minified the source More... about 12 years ago
Rewrite the block store and drop the function approach in favour for a mixin. Re-visit some naming conventions and generally tidy it up. More... about 12 years ago
Merge pull request #31 from madebymany/feature/set-block-options More... about 12 years ago
Add a setBlockOptions merthod to ST that overrides parameters on a blocks prototype. More... about 12 years ago
first impl More... about 12 years ago
first impl More... about 12 years ago
first impl More... about 12 years ago
Add the <ul> to the errors string instead of looking for it inside the element More... about 12 years ago
Add an optional errorsContainer instead of appending an errors container to the dom. Cleanup instanceof $ into a helper function called . More... about 12 years ago
Remove blockLimit from example More... about 12 years ago
Removed the plus and the block controls when the block limit has been reached. More... about 12 years ago
Used @callum's one line bindAll More... about 12 years ago
render_by_selection is now renderBySelection More... about 12 years ago
Stop doing an each with a _.bind and just use the context param instead. More... about 12 years ago
Reverted back to using a font file instead of Base64'd assets More... about 12 years ago
Merge pull request #29 from madebymany/feature/re-think-validators More... about 12 years ago
Minified the source More... about 12 years ago
Fix missing bound function from onBlockDropped More... about 12 years ago
Fix issues with unbound functions on the floating block control and on the positioner. More... about 12 years ago
Add a addMessage and resetMessages function that takes a string and appends a message to it. Style the messages container at the top of the block. Add tests for the validations. Append an error if the JSON parsing fails. More... about 12 years ago