0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merging huddlej's patch to bool_logic branch. All tests passing except accessing an objects attributes/children. THANKS HUDDLEJ More... over 14 years ago
First attempt at switching to a more object oriented approach to rendering that includes {% if var %} tags. Definitely not working yet. More... over 14 years ago
Switching to the non-minified jquery development version so I can see what is going on. More... over 14 years ago
Merging and also fixing a typo More... over 14 years ago
Fixing a typo... More... over 14 years ago
Fixing a bug where if a template did not start with an HTML tag, an empty jQuery object would be returned. The fix checks for the rendered string starting with a tag, if it does, will return the jquery-ified dom elements, otherwise it will just return the rendered string More... over 14 years ago
Merging from master in to bool_logic. This is all of the new 0.2 release stuff. More... over 14 years ago
Forgot to remove some HTML tags at the end there. More... over 14 years ago
Updating the README for the 0.2 release. More... over 14 years ago
Adding Markdown to HTML converter to simplify documentation between GitHub and plugins.jquery.com. Going from markdown to HTML is a lot easier. Why did I not think of this originally? More... over 14 years ago
It turns out that html2text.py does not do wat I need it to, or at least not very well. I should really start testing this sort of thing before commiting. More... over 14 years ago
Adding an HTML to markdown converter to make keeping documentation between GitHub and jQuery plugins easier. More... over 14 years ago
Revert "Testing if GitHub supports HTML for the README file." More... over 14 years ago
Testing if GitHub supports HTML for the README file. More... over 14 years ago
Adding the second release to the releases folder. More... over 14 years ago
Adding JSLint options to the top and fixing a tiny bug that JSLint caught. More... over 14 years ago
Polishing the changelog for the impending release. More... over 14 years ago
Adding a first iteration of the base nodes that will be needed for basic boolean logic: textNode and ifNode More... over 14 years ago
adding some changes to the changelog so I don't forget them. These will need to be cleaned up for the release. More... over 14 years ago
ading changelog for when I release 0.2 More... over 14 years ago
wow how could I forget to remove an alert??? More... over 14 years ago
added traversal of nested objects and a test to support them. Next: What should be done when a function is passed as an argument? More... over 14 years ago
changed the tests to use googleapis, where the jquery code for examples now resides More... over 14 years ago
making the function fit in 80 chars wide for readability More... over 14 years ago
refactored the replacement logic, if an object is passed as a val for replacement, try to call obj.toHTML() is it exists, otherwise call obj.toString(). added a new test for blank string replacement for missing vars. also added standard deviation to speed monitoring More... over 14 years ago
Ran the newly cleaned up code through JSlint. Cleaned up some more. Faired surprisingly well over all. More... over 14 years ago
one more type of file to ignore woooooo More... over 14 years ago
changed the tests for errors to reflect the small change of throwing an error object rather than a string More... over 14 years ago
Big code clean up. Refactored everything in to private functions and made the actual jquery extension a lot cleaner. Thanks Douglas Crockford for a great book on the good parts of JavaScript. More... over 14 years ago
if the variable to render is a jquery object, it will now render it correctly, rather than call toString on it More... over 14 years ago