5dc654ad6dOx.doc: change test object from {statement, result} to {statement, expected}, plus some refactoring; Ox.test: allow source, file, files, docObject or docObjects as first argument, make it testable and add a test, plus some refactoring; Ox.tokenize: add error type, continue lexing on error
rolux
2012-05-29 16:18:05 +0200
102d8dce41in event callbacks, use this., not data._element
rolux
2012-05-28 16:03:59 +0200
7f05af7380allow for binding a callback to all events of an element; change the signature of event callbacks from (data) to (data, event), where event is the original jQuery event (formerly data._event)
rolux
2012-05-28 16:02:25 +0200
8c60fef203translate foo to <code>foo</code>
rolux
2012-05-28 15:58:10 +0200
ef15919a3erename the 'original event data' property of Ox.List drag & drop events from '_event' to 'event'
rolux
2012-05-28 15:55:35 +0200
b44b2da4d2use simplified async test syntax
rolux
2012-05-27 18:44:00 +0200
ba4086bc55Ox.noop: call the last (not the first) argument in case it is a function - this way it can be used as an async iterator
rolux
2012-05-27 18:43:12 +0200
a811f29837add test
rolux
2012-05-27 18:41:14 +0200
f3b0bb6c86simplify async test syntax, allow for files with ?random suffix
rolux
2012-05-27 18:40:51 +0200
b4bb926c0cmove Ox.parseDuration to String.js
rolux
2012-05-27 16:53:23 +0200
6a2ac97becin Ox.test, allow for async tests; in Ox.doc, rename the 'examples' property to 'tests'
rolux
2012-05-27 16:52:48 +0200
6e7743efd3move Ox.parseDuration to String.js
rolux
2012-05-27 16:51:49 +0200
a34c406d78Date.js: add the missing date argument to Ox.getTimezoneOffset (the current timezone's offset may have been different in the past); return '+0000', not '-0000', in Ox.getTimezoneOffsetString; correct a test for Ox.makeDate
rolux
2012-05-27 15:05:24 +0200
4b8c1a7d6bOx.formatDate: better tests for '%s' and '%+', fix '%s', '%Z' and '%z'
rolux
2012-05-27 15:01:22 +0200
707899b61cadd test
rolux
2012-05-27 13:42:55 +0200
ccae6e4997reorder regexp, add test
rolux
2012-05-27 13:40:19 +0200
fef07dff6frewrite formatText for clarity, and use new Ox.highlightHTML
rolux
2012-05-27 12:38:14 +0200
40d1d021d4remove Ox.encodeHTML and Ox.decodeHTML; move Ox.encodeHTMLEntities and Ox.decodeHTMLEntities to HTML.js
rolux
2012-05-27 12:37:09 +0200
b93750e325replace Ox.parseEmailAddresses and Ox.parseURLs with Ox.addLinks; rename Ox.parseHTML to Ox.sanitizeHTML; add Ox.normalizeHTML; update Ox.encodeHTMLEntities and Ox.decodeHTMLEntities so that they also cover the previous Ox.encodeHTML and Ox.decodeHTML
rolux
2012-05-27 12:36:16 +0200
f94395d652move Ox.parseURL to String.js and Ox.highlightHTML to HTML.js
rolux
2012-05-27 12:31:09 +0200
a4e0b60f87add a dependency
rolux
2012-05-27 12:29:49 +0200