0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
split out the callback tests from main test file More... about 15 years ago
figured out how to have two more tests be in the generic suite More... about 15 years ago
started splitting the testsuite into multiple files and also started breaking down the tests for the different editor types into their own describe blocks that share behaviour with more generic blocks More... about 15 years ago
starte splitting test suite into multiple files for more clarity. First stage involves pushing out setup into 'shared setup' and referencing that with should_behave_like in each testsuite. Works fine so far. :) More... about 15 years ago
more todos More... about 15 years ago
started experimenting with jquery 1.4 - it all seems to work quite fine, apart from a few testsuite fixes because hasClass has become stricter in jquery 1.4 More... about 15 years ago
applied patch from superami to allow the callback to handle the dom reset itself. Thanks again! More... about 15 years ago
documented that input sizing via css is preferred More... about 15 years ago
applied patch from superami to add input size support More... about 15 years ago
more thoughts on the future... More... about 15 years ago
better documentation More... about 15 years ago
no longer accidentally committing in textareas when entering a newline More... about 15 years ago
deprecated preinit and postclose callbacks as better alternatives are now implemented More... about 15 years ago
added missing semicolons More... about 15 years ago
added some documentation on the callbacks More... about 15 years ago
changed openEditor to return the :input field directly to shorten testcode More... about 15 years ago
added should- will- and did- open / close callbacks to the inplace editor More... about 15 years ago
what I'm up to changes... More... about 15 years ago
renamed back to release notes, thats what they really are More... about 15 years ago
renamed release notes to backwards compatibility notes as I won't be writing real release notes for now More... about 15 years ago
switched default behaviour of editor to use .text() to extract values from dom. Use use_html:true to switch this behaviour More... about 15 years ago
should really use JSpect context to bring in my helpers More... about 15 years ago
updated version for next release More... about 15 years ago
changed deprecation marker to denote the version something was deprecated for easier removal and extended it to the documentation too More... about 15 years ago
worked on todos and on designing the callback interface More... about 15 years ago
updated changelog before release More... about 15 years ago
markdowned the documentation and moved more of it out of the source file so the source code is shorter and it is clearer where to find what information More... about 15 years ago
added some documentation and moved a test to a more logical location More... about 15 years ago
updated changelog before release More... about 15 years ago
simplified test suite by introducing edit openEditor and enableEditor helpers that set some default default settings More... about 15 years ago