Gráfico de commits

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 040c853 (main) Fixing exception when filled expression produces out of bounds addresses by Ian Albert 2025-01-07 16:48:38 -0700
  • 4996532 Documentation update by Ian Albert 2025-01-05 12:24:15 -0700
  • d5911e7 Playground sample fix by Ian Albert 2025-01-05 12:13:11 -0700
  • eea6f3b Documentation by Ian Albert 2025-01-05 11:53:25 -0700
  • c1ac203 Adding partial/broken expression testing for spreadsheet by Ian Albert 2025-01-05 09:59:17 -0700
  • 1fbb1d6 Adding tests for broken/incomplete syntax by Ian Albert 2025-01-04 23:56:42 -0700
  • a26fd86 Adding more infinite loop detection by Ian Albert 2025-01-04 20:40:26 -0700
  • 14f8ed1 Adding tests around styling spreadsheet cells by Ian Albert 2025-01-04 20:18:12 -0700
  • 3bba88f Adding PHP spreadsheet unit tests, various fixes along the way by Ian Albert 2025-01-04 20:00:09 -0700
  • b26c37f Adding PHP BlockTests. Normalizing all assertions to expected,actual ordering. Better normalization of HTML whitespace in tests by Ian Albert 2025-01-04 18:23:07 -0700
  • 86ddf89 Adding PHP InlineTests and TokenTests by Ian Albert 2025-01-04 16:54:36 -0700
  • 30cfa0b Writing first PHP unit tests. Breaking JS unit test classes into separate files by Ian Albert 2025-01-04 13:52:08 -0700
  • a9c1efd Ignoring test result cache by Ian Albert 2025-01-03 22:33:18 -0700
  • 24363dd Adding PHPUnit.phar by Ian Albert 2025-01-03 22:32:20 -0700
  • 7c87d3a Error investigation configurable by Ian Albert 2025-01-03 22:31:45 -0700
  • 03ffef5 Spreadsheet formulas can be styled with certain syntaxes by Ian Albert 2025-01-03 00:36:08 -0700
  • c4bfa76 Adding ISBLANK spreadsheet function by Ian Albert 2025-01-02 19:54:28 -0700
  • 75b1630 Cleanup, minor spreadsheet bugs by Ian Albert 2025-01-02 18:05:50 -0700
  • 0e986f8 Spreadsheet PHP mostly working by Ian Albert 2025-01-02 14:17:10 -0700
  • b5fa386 Initial port of spreadsheet back to PHP by Ian Albert 2025-01-02 12:46:29 -0700
  • 94050d5 Playground CSS improvements by Ian Albert 2025-01-01 20:29:46 -0700
  • 468486c Playground can choose between JS and PHP by Ian Albert 2025-01-01 00:24:57 -0700
  • 6dba847 PHP cleanup by Ian Albert 2024-12-31 23:22:38 -0700
  • e697277 Sample playground markdown working in PHP by Ian Albert 2024-12-31 20:10:52 -0700
  • 06e046b Able to parse simple markdown with PHP by Ian Albert 2024-12-31 16:13:15 -0700
  • 5c5a21a Ported all markdown.js to PHP, untested by Ian Albert 2024-12-31 15:13:59 -0700
  • 42b7475 All block readers ported by Ian Albert 2024-12-30 23:39:22 -0700
  • d16166a More PHP port progress by Ian Albert 2024-12-30 21:32:01 -0700
  • 7b9f48e PHP port WIP by Ian Albert 2024-12-29 23:52:32 -0700
  • 7a8cdaa Plaintext fix by Ian Albert 2024-12-29 20:00:21 -0700
  • 66d859d Adding MDLineBreakReader by Ian Albert 2024-12-29 17:59:06 -0700
  • 45ec1a7 Fixing over greedy footnote regex by Ian Albert 2024-12-29 16:08:46 -0700
  • 2f8bc87 Adding classes to some rendered nodes. Playground sample typos. by Ian Albert 2024-12-29 15:57:06 -0700
  • f40d49c Exceptions while parsing markdown are caught and investigated and the minimal chunk of markdown is printed to console by Ian Albert 2024-12-29 15:30:17 -0700
  • 1c5f2b5 Cleanup of comments, organization by Ian Albert 2024-12-29 15:07:56 -0700
  • 43e4266 Fixing sample markdown in playground by Ian Albert 2024-12-29 00:05:00 -0700
  • 3c35853 Id differentiator added. CSS improvements to playground. Fixes to footnote links. by Ian Albert 2024-12-29 00:03:21 -0700
  • 6306ff5 Retest buttons added to test cases by Ian Albert 2024-12-28 22:41:45 -0700
  • 57fde9a Markdown playground lets readers be changed on the fly by Ian Albert 2024-12-28 22:11:24 -0700
  • 3b7e941 Fenced code blocks support language modifier by Ian Albert 2024-12-28 20:02:41 -0700
  • 17c0a98 HTML sanitizing added by Ian Albert 2024-12-28 19:44:34 -0700
  • df6aea6 Documentation updates by Ian Albert 2024-12-28 12:27:28 -0700
  • 1f8c2c8 Readers now prioritized with compare methods instead of numbers by Ian Albert 2024-12-28 10:46:19 -0700
  • eb7cf66 Prettying up the JS markdown CSS by Ian Albert 2024-12-27 23:20:24 -0700
  • f16c3fe Refactor to unified MDReader, MDNode. More syntax readers. by Ian Albert 2024-12-27 21:22:34 -0700
  • 0add07e State properties moved to modules that use them. Adding minified versions of js by Ian Albert 2024-12-21 10:55:47 -0700
  • ab3689c Regexes safely escaped. Renamed MDSpreadsheetBlockReader by Ian Albert 2024-12-19 23:13:08 -0700
  • 6aca510 Adding spreadsheet formula documentation by Ian Albert 2024-12-19 19:50:35 -0700
  • c89c42f Documentation by Ian Albert 2024-12-18 23:12:25 -0700
  • bc73ee6 Lots of cleanup, commenting by Ian Albert 2024-12-18 21:29:07 -0700
  • c85a73c Integrated spreadsheet system into markdown by Ian Albert 2024-12-17 23:56:08 -0700
  • 519c76e Unit tests and fixes for all spreadsheet functions by Ian Albert 2024-12-17 23:06:46 -0700
  • 4065375 Initial port of spreadsheet code. Exposing members of MDBlocks and MDSpans. Adding toPlaintext method to blocks and spans. by Ian Albert 2024-12-17 18:09:49 -0700
  • a1169ad Infinite loop fix on incomplete uls by Ian Albert 2024-12-15 12:11:46 -0700
  • ee94689 All blocks and spans covered by unit tests by Ian Albert 2024-12-14 21:49:30 -0700
  • 02d0d1c Numerous bug fixes. Unit tests working again. by Ian Albert 2024-12-13 23:37:31 -0700
  • c0aafd2 Refactor working for most cases by Ian Albert 2024-12-13 02:56:01 -0700
  • 612a53b More tests by Ian Albert 2024-12-09 19:40:50 -0700
  • f795640 More JS unit tests by Ian Albert 2024-12-08 22:47:56 -0700
  • 8afc776 Adding JS unit testing by Ian Albert 2024-12-07 23:14:51 -0700
  • 46007f8 Removing TODO by Ian Albert 2024-12-05 00:04:54 -0700
  • 859a817 CSS modifiers work for inline tags now by Ian Albert 2024-12-05 00:04:28 -0700
  • 105b4a2 CSS modifiers for many block elements supported. Dark mode on test page. by Ian Albert 2024-12-04 22:44:00 -0700
  • 6a8f5ee Nested lists working by Ian Albert 2024-12-02 22:58:48 -0700
  • 78c9c53 Ordered lists indexed from number of first item by Ian Albert 2024-12-02 21:47:50 -0700
  • a0d86c5 Referenced URLs working. Clickable images working. by Ian Albert 2024-12-02 21:23:50 -0700
  • 3cf9199 Tidying by Ian Albert 2024-12-02 18:54:11 -0700
  • 70ef091 Adding footnotes, definitions, abbreviations by Ian Albert 2024-12-01 22:37:15 -0700
  • 3a09e6d Inline syntax supported by Ian Albert 2024-12-01 12:51:15 -0700
  • ede5987 Inline markdown tokenized by Ian Albert 2024-11-30 16:48:55 -0700
  • dd0b817 Added tables, all span class defs by Ian Albert 2024-11-28 13:23:34 -0700
  • b1de09b New approach, paras, headers, blockquotes working, ul wip by Ian Albert 2024-11-27 23:22:31 -0700
  • 1409a97 Sorta kinda working JS parser before I rework it completely by Ian Albert 2024-11-26 16:32:54 -0700