rolux
|
f1ccfa44f4
|
add Ox.isError, add tests
|
2012-05-30 22:37:23 +02:00 |
|
rolux
|
91026a0c77
|
throw warning, not error, when returning false from Ox.forEach or Ox.loop
|
2012-05-30 19:25:18 +02:00 |
|
rolux
|
95de001d8b
|
in Ox.DocPanel, allow for passing a string as self.options.files
|
2012-05-30 19:24:45 +02:00 |
|
rolux
|
874d316fb2
|
update documentation example
|
2012-05-30 19:23:47 +02:00 |
|
rolux
|
3e6e938596
|
trying to fix SourceViewer code block CSS
|
2012-05-30 19:23:23 +02:00 |
|
rolux
|
721989b67b
|
cleanup
|
2012-05-30 19:22:24 +02:00 |
|
rolux
|
bff20cd96a
|
in parseMarkdown, don't write empty class for code blocks, and don't encode their content
|
2012-05-30 19:21:59 +02:00 |
|
rolux
|
e9fb83c578
|
in Ox.doc, simplify and speed up parseTokens()
|
2012-05-30 19:19:51 +02:00 |
|
j
|
af6c58bcaa
|
slice up
|
2012-05-30 18:28:39 +02:00 |
|
j
|
19dba40ec8
|
always set enabledUsers
|
2012-05-30 17:20:58 +02:00 |
|
rolux
|
5b6f161612
|
add localStorage to polyfills; slightly refactor Ox.localStorage; remove whitespace; update example
|
2012-05-30 16:21:07 +02:00 |
|
rolux
|
41a3eaacd4
|
remove dead code
|
2012-05-30 15:22:40 +02:00 |
|
rolux
|
48d6e45ca7
|
add documentation example
|
2012-05-30 15:20:41 +02:00 |
|
rolux
|
8104a9100e
|
update SourceViewer CSS
|
2012-05-30 15:20:15 +02:00 |
|
rolux
|
9c20602324
|
leave doc comments in the source code
|
2012-05-30 15:20:00 +02:00 |
|
rolux
|
6c44f683d6
|
minor reformatting
|
2012-05-30 15:18:26 +02:00 |
|
rolux
|
9269b96469
|
use markdown
|
2012-05-30 13:34:57 +02:00 |
|
rolux
|
c831b89944
|
fix a bug that would keep test results from being displayed
|
2012-05-30 13:33:37 +02:00 |
|
rolux
|
07369fefec
|
add Ox.parseMarkdown and Ox.encodeEmailAddress
|
2012-05-30 13:32:33 +02:00 |
|
rolux
|
1c98a3198a
|
correct documentation, use markdown
|
2012-05-30 13:31:42 +02:00 |
|
rolux
|
ca05f24a6a
|
update and fix tests
|
2012-05-30 10:19:30 +02:00 |
|
j
|
2f98800715
|
typo
|
2012-05-30 02:32:14 +02:00 |
|
j
|
888bf094ad
|
only sort object keys in treelist
|
2012-05-30 02:29:38 +02:00 |
|
rolux
|
6847102507
|
fix documentation
|
2012-05-30 00:28:52 +02:00 |
|
rolux
|
f3490dc8d5
|
cleanup
|
2012-05-30 00:28:29 +02:00 |
|
rolux
|
c12c49d4d1
|
update Ox.DocPage
|
2012-05-30 00:28:14 +02:00 |
|
rolux
|
49adbe7048
|
fix CSS for OxSourceCode
|
2012-05-30 00:27:14 +02:00 |
|
rolux
|
f7e58b05e9
|
update Ox.doc; add (some) inline comments in Ox.test
|
2012-05-30 00:26:25 +02:00 |
|
rolux
|
250db05abc
|
correct Ox.doc documentation
|
2012-05-29 16:19:57 +02:00 |
|
rolux
|
e791e93a65
|
update SourceCode CSS
|
2012-05-29 16:18:37 +02:00 |
|
rolux
|
5dc654ad6d
|
Ox.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
|
2012-05-29 16:18:05 +02:00 |
|
rolux
|
38016aa06b
|
Ox.doc: add tests; Ox.test: add documentation
|
2012-05-29 13:48:54 +02:00 |
|
rolux
|
c5fdc1ab39
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +02:00 |
|
j
|
56432a67bc
|
use css transform for loading icon on oxjs page, fixes #807
|
2012-05-29 12:25:39 +02:00 |
|
j
|
262d20405e
|
fix forms2 demo, add same origin guard to widget_design_patterns/index.html
|
2012-05-29 11:42:42 +02:00 |
|
rolux
|
2223064d35
|
update example
|
2012-05-29 12:22:06 +02:00 |
|
rolux
|
7dd9169b3f
|
Ox.fallback -> Ox.polyfill
|
2012-05-29 12:20:50 +02:00 |
|
rolux
|
f3f54186dc
|
Fallback.js -> Polyfill.js
|
2012-05-29 12:20:13 +02:00 |
|
rolux
|
b151a0c9a8
|
fix formatting bugs related to optional replacements
|
2012-05-29 12:14:58 +02:00 |
|
rolux
|
8cd27bca2f
|
'null' and 'undefined' are primitives, too
|
2012-05-29 12:12:54 +02:00 |
|
j
|
15f1463360
|
cleanup dev tree after build, fixes #806
|
2012-05-29 11:35:06 +02:00 |
|
j
|
a0646c54d3
|
add more documentation tooltip.show
|
2012-05-29 11:18:36 +02:00 |
|
j
|
266a0fa9df
|
fix tooltip
|
2012-05-28 21:03:48 +00:00 |
|
j
|
91e1065aab
|
rename Ox.UI source files, remove Ox. prefix
|
2012-05-28 19:44:12 +00:00 |
|
j
|
005d50c389
|
self.setOption ~> that.update
|
2012-05-28 19:35:41 +00:00 |
|
rolux
|
9ee0742b53
|
refactoring
|
2012-05-28 18:21:00 +02:00 |
|
rlx
|
ab68c4a54f
|
add that.update to Ox.Element
|
2012-05-28 16:16:23 +00:00 |
|
rlx
|
d05a4d0849
|
update example
|
2012-05-28 16:15:16 +00:00 |
|
rolux
|
2323525e25
|
that.update() -> that.updatePanel()
|
2012-05-28 17:53:21 +02:00 |
|
rolux
|
685e412a11
|
add example
|
2012-05-28 16:38:16 +02:00 |
|