<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>50151ee7e33cc41481dbdd3f8924233f93b440e7</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/c554888b95cfea44e014e3bb7f8e257811d9aa82</url>
    <id>c554888b95cfea44e014e3bb7f8e257811d9aa82</id>
    <committed-date>2008-07-16T09:00:39-07:00</committed-date>
    <authored-date>2008-07-16T09:00:39-07:00</authored-date>
    <message>ignore hidden files when retrieving a list of all objects of a given type


git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9156 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>e73022901e9a4278559523b9119b0c98751bd2c7</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c93af6485868e40445b07e0d5a78646b0694aad</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/50151ee7e33cc41481dbdd3f8924233f93b440e7</url>
    <id>50151ee7e33cc41481dbdd3f8924233f93b440e7</id>
    <committed-date>2008-07-16T09:00:36-07:00</committed-date>
    <authored-date>2008-07-16T09:00:36-07:00</authored-date>
    <message>removed Array indexOf and lastIndexOf


git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9155 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>2c478859a90a6000207c1c7e84d96e0a75605037</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94f8e7fe0f188d85047853dae27aee6c9dddcba9</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/3c93af6485868e40445b07e0d5a78646b0694aad</url>
    <id>3c93af6485868e40445b07e0d5a78646b0694aad</id>
    <committed-date>2008-07-11T03:36:41-07:00</committed-date>
    <authored-date>2008-07-11T03:36:41-07:00</authored-date>
    <message>Add preliminary support for references to persistent objects

Persistent objects are stored by hacking the JSON encoder
to generate proxy objects for Storable JSAdapter objects.
Also cleaning up wording in the demo app, replacing
&quot;Minibase&quot; with &quot;Storage&quot;.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9154 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>721c228a50e92fd026e10ffc2393ddb995a7a0f0</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ac9b7cc58eb38e78980f373944e8b061afbd725</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/94f8e7fe0f188d85047853dae27aee6c9dddcba9</url>
    <id>94f8e7fe0f188d85047853dae27aee6c9dddcba9</id>
    <committed-date>2008-07-11T03:36:37-07:00</committed-date>
    <authored-date>2008-07-11T03:36:37-07:00</authored-date>
    <message>Add simple storage framework from minibase svn repository.

Classes and package names have been renamed to using the term &quot;Storage&quot;.
The storage demo app and the existing NG demo app have been moved to
a new apps directory.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9153 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>2ba6d24d7dde2bc8d5e6a68b4bd9d59a80eb8107</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>23f8b983529a8c00cacadd384671e2ab832a409c</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/9ac9b7cc58eb38e78980f373944e8b061afbd725</url>
    <id>9ac9b7cc58eb38e78980f373944e8b061afbd725</id>
    <committed-date>2008-07-10T04:52:29-07:00</committed-date>
    <authored-date>2008-07-10T04:52:29-07:00</authored-date>
    <message>Make shell.jar more like run.jar, invoking main function if available

- Helma shell now calls the main function in the main module if the file
  exists. If it doesn't exist.
- The shell now always has a separate scope. Previously, the main module
  scope was used as shell scope if it was available. Therefore the
  main module has to be imported in the shell like any other module.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9152 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>b339394a63f41fbfeeef5df2fe91bb16e78b1cfa</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e99a2d2cde12f40ae52cb0a4044bcb21b224573</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/23f8b983529a8c00cacadd384671e2ab832a409c</url>
    <id>23f8b983529a8c00cacadd384671e2ab832a409c</id>
    <committed-date>2008-07-09T14:58:16-07:00</committed-date>
    <authored-date>2008-07-09T14:58:16-07:00</authored-date>
    <message>Implement rhino.evaluate() to evaluate scripts on an existing scope

This may be useful for emulating &quot;traditional&quot; JavaScript environments
such as browsers, where all scripts are evaluated against the same global
scope.

The first argument is a module name, the optional second one a JavaScript
object to be used as evaluation scope. If no second argument is given, a
simple top level scope is created. The function returns the scope object.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9151 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>7c88bd05afa6cb7c68e47575764492390c7e83e3</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea971701cefa3af4db31cd880fc53beab1640d57</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/9e99a2d2cde12f40ae52cb0a4044bcb21b224573</url>
    <id>9e99a2d2cde12f40ae52cb0a4044bcb21b224573</id>
    <committed-date>2008-07-09T14:23:08-07:00</committed-date>
    <authored-date>2008-07-09T14:23:08-07:00</authored-date>
    <message>Minor cleanup of ReloadableScript class

 - Improve get*Script() method code and naming
 - Make load method protected

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9150 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>5c0ddd407f0fca388ad6bbfd13b27b3293775bc3</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2275d9745cb0120d290de31f83cf169a27568cd</id>
      </parent>
    </parents>
    <author>
      <name>hannes</name>
      <email>hannes@688a9155-6ab5-4160-a077-9df41f55a9e9</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/ea971701cefa3af4db31cd880fc53beab1640d57</url>
    <id>ea971701cefa3af4db31cd880fc53beab1640d57</id>
    <committed-date>2008-07-09T10:02:51-07:00</committed-date>
    <authored-date>2008-07-09T10:02:51-07:00</authored-date>
    <message>Implement tracking for shared modules

We track all shared modules and check them for updates when
entering a context. If any shared module has been updated,
the tracking list is cleared and all shared modules are forced
to be updated.

Fixes &lt;https://dev.helma.org/trac/helma/ticket/13&gt;.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9149 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>787f8920b43cc048a576d8c3b3b5fa2c77bb6004</tree>
    <committer>
      <name>hannes</name>
      <email>hannes@688a9155-6ab5-4160-a077-9df41f55a9e9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe71390baca97c018af1b47174d6459600971de4</id>
      </parent>
    </parents>
    <author>
      <name>hannes</name>
      <email>hannes@688a9155-6ab5-4160-a077-9df41f55a9e9</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/b2275d9745cb0120d290de31f83cf169a27568cd</url>
    <id>b2275d9745cb0120d290de31f83cf169a27568cd</id>
    <committed-date>2008-07-09T10:02:48-07:00</committed-date>
    <authored-date>2008-07-09T10:02:48-07:00</authored-date>
    <message>Don't throw IOExceptions in getChecksum()/lastModified() methods

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9148 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>388420772511c524b343a136690992c66576e32b</tree>
    <committer>
      <name>hannes</name>
      <email>hannes@688a9155-6ab5-4160-a077-9df41f55a9e9</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ecfbf6bd9ab1b10d3a0e763ac1707f79acc3be6</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/fe71390baca97c018af1b47174d6459600971de4</url>
    <id>fe71390baca97c018af1b47174d6459600971de4</id>
    <committed-date>2008-07-04T18:52:15-07:00</committed-date>
    <authored-date>2008-07-04T18:52:15-07:00</authored-date>
    <message>Fix demo app: modules no longer act as JSAdapters

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9147 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>0d0501d0a0671fe3683ccbc7d420345622202322</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6934a613d2452c29efa7e4b29846e93a686feac9</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/6ecfbf6bd9ab1b10d3a0e763ac1707f79acc3be6</url>
    <id>6ecfbf6bd9ab1b10d3a0e763ac1707f79acc3be6</id>
    <committed-date>2008-07-04T18:38:16-07:00</committed-date>
    <authored-date>2008-07-04T18:38:16-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:hns/helma-ng

Conflicts:

	modules/helma/logging.js
	src/org/helma/web/HelmaServlet.java

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9146 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>36b11e6e8b5e1c3a14bfc78e1de3d4b70726e642</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>53418ebbcab9eeb4f120405f64c414975da0e8b2</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/6934a613d2452c29efa7e4b29846e93a686feac9</url>
    <id>6934a613d2452c29efa7e4b29846e93a686feac9</id>
    <committed-date>2008-07-02T06:13:46-07:00</committed-date>
    <authored-date>2008-07-02T06:13:46-07:00</authored-date>
    <message>Add Repository/Resource implementations for web application resources.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9143 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>9d4e1956eee34dca44067107b85cc3a79a9ba395</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3831c698d03e77845b19471555e8f45f06d1f8c</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/53418ebbcab9eeb4f120405f64c414975da0e8b2</url>
    <id>53418ebbcab9eeb4f120405f64c414975da0e8b2</id>
    <committed-date>2008-07-02T06:13:00-07:00</committed-date>
    <authored-date>2008-07-02T06:13:00-07:00</authored-date>
    <message>Implement global getResources() that returns a list of all resources 
contained in a repository path.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9142 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>d2e6e0a5b60e46730ae8eb3a7994c37ca8218ce9</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdb8c61df470604eb3e910c4283882ffee1e362a</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/f3831c698d03e77845b19471555e8f45f06d1f8c</url>
    <id>f3831c698d03e77845b19471555e8f45f06d1f8c</id>
    <committed-date>2008-07-02T06:09:24-07:00</committed-date>
    <authored-date>2008-07-02T06:09:24-07:00</authored-date>
    <message>Clean up Repository/Resource framework:
 - Fix naming: &quot;name&quot; becomes &quot;path&quot;, and &quot;shortname&quot; becomes &quot;name&quot;.
 - Remove methods from Reposiotory we ain't gonna use.
 - Factor out common Resource methods to AbstractResource


git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9141 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>0f29c8e0c47ffc72b236014cd124a4a11d47c059</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16b79c58ecfe5c202b1ccc1b736d14b802f7d13e</id>
      </parent>
    </parents>
    <author>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/bdb8c61df470604eb3e910c4283882ffee1e362a</url>
    <id>bdb8c61df470604eb3e910c4283882ffee1e362a</id>
    <committed-date>2008-06-25T05:56:42-07:00</committed-date>
    <authored-date>2008-06-25T05:56:42-07:00</authored-date>
    <message>Implemented first tests for core.array module

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9135 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>c53c9a05dfd0dc96a21c98420a63a78ae2533392</tree>
    <committer>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>80be15a0a4d5253ee66c2a826be38967e43529d2</id>
      </parent>
    </parents>
    <author>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/16b79c58ecfe5c202b1ccc1b736d14b802f7d13e</url>
    <id>16b79c58ecfe5c202b1ccc1b736d14b802f7d13e</id>
    <committed-date>2008-06-25T05:55:53-07:00</committed-date>
    <authored-date>2008-06-25T05:55:53-07:00</authored-date>
    <message>Added patched version of unittest.js from Robert

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9134 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>e07268f5d0d52b3534f70e1b6e27fb7b7ab03e38</tree>
    <committer>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2430ba11b8c053c57e4a1f938596f60e7ea55aa1</id>
      </parent>
    </parents>
    <author>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/80be15a0a4d5253ee66c2a826be38967e43529d2</url>
    <id>80be15a0a4d5253ee66c2a826be38967e43529d2</id>
    <committed-date>2008-06-25T05:55:22-07:00</committed-date>
    <authored-date>2008-06-25T05:55:22-07:00</authored-date>
    <message>Fixed a small type in README

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9133 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>1fe6c511ecba642975626944086b27cdd4591e01</tree>
    <committer>
      <name>Matthias Platzer</name>
      <email>matthias.platzer@knallgrau.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dabc2f6b9c69ff4fecd0304fb1489048716cea8</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/2430ba11b8c053c57e4a1f938596f60e7ea55aa1</url>
    <id>2430ba11b8c053c57e4a1f938596f60e7ea55aa1</id>
    <committed-date>2008-06-10T15:13:43-07:00</committed-date>
    <authored-date>2008-06-10T15:13:43-07:00</authored-date>
    <message>* Fix dontEnum(): Don't try to set attributes unless object actually 
  has the property.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9109 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>96eb5c45c5f9907d7cd23c204215c624b9bae93a</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>506f75d35079da4544ebb86e2520b92a64afa020</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/4dabc2f6b9c69ff4fecd0304fb1489048716cea8</url>
    <id>4dabc2f6b9c69ff4fecd0304fb1489048716cea8</id>
    <committed-date>2008-06-10T04:39:57-07:00</committed-date>
    <authored-date>2008-06-10T04:39:57-07:00</authored-date>
    <message>* Use Context.call() for callback invocation so callbacks can also be 
  invoked when not associated with a context already. This should allow 
  us to use callbacks for things like scheduler frameworks etc.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9108 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>7d4614fe4321720a03d3b31964067c862d46ef1e</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e834e56dd7abc1d1f9d89284680b2a1a224162f</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/506f75d35079da4544ebb86e2520b92a64afa020</url>
    <id>506f75d35079da4544ebb86e2520b92a64afa020</id>
    <committed-date>2008-06-10T04:38:27-07:00</committed-date>
    <authored-date>2008-06-10T04:38:27-07:00</authored-date>
    <message>* Remove JSAdapter magic from module scopes.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9107 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>3510bb4db88fc6c21e54db7b09fc68af94f7bb14</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a4533df675c6afe14f11c16ff79d7384d01d6d1</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/7e834e56dd7abc1d1f9d89284680b2a1a224162f</url>
    <id>7e834e56dd7abc1d1f9d89284680b2a1a224162f</id>
    <committed-date>2008-06-06T15:01:52-07:00</committed-date>
    <authored-date>2008-06-06T15:01:52-07:00</authored-date>
    <message>* Commit lingering changes, pretty much rewriting main loops for 
  for first and second pass.
* Many link related fixes derived from Markdown test suite.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9106 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>86a0c4a41438fd3abbf2b0f606f0fd63ce2cc718</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63fb15c9ed15ad54eaae82156e88a4a52fed380d</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/3a4533df675c6afe14f11c16ff79d7384d01d6d1</url>
    <id>3a4533df675c6afe14f11c16ff79d7384d01d6d1</id>
    <committed-date>2008-06-06T05:37:34-07:00</committed-date>
    <authored-date>2008-06-06T05:37:34-07:00</authored-date>
    <message>* Update to Jetty 6.1.10.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9105 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>5ad02c31ff021ef309c28e0123d77b3f6af4cd8f</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b57892bb0870a73fdc135fab26c4163fcf77e843</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/63fb15c9ed15ad54eaae82156e88a4a52fed380d</url>
    <id>63fb15c9ed15ad54eaae82156e88a4a52fed380d</id>
    <committed-date>2008-06-05T02:08:11-07:00</committed-date>
    <authored-date>2008-06-05T02:08:11-07:00</authored-date>
    <message>* Move per-context module caching to ReloadableScript.load() and register the scope 
  before evaluating the script, allowing circular imports to some extent.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9099 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>24c87fef8bf73dcd9830b1a362cc131acd0840ed</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc4f30ffc88e727d22a2e876f519901f83aeec03</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/b57892bb0870a73fdc135fab26c4163fcf77e843</url>
    <id>b57892bb0870a73fdc135fab26c4163fcf77e843</id>
    <committed-date>2008-06-02T04:48:12-07:00</committed-date>
    <authored-date>2008-06-02T04:48:12-07:00</authored-date>
    <message>* Impelemnt images, link titles, some other enhancements and fixes.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9085 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>8193ee1ef1a85cb7cfb67fcf0b00bfbb5bc73835</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95221332626b51de4aa36b9f96243c9a7c10a37f</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/bc4f30ffc88e727d22a2e876f519901f83aeec03</url>
    <id>bc4f30ffc88e727d22a2e876f519901f83aeec03</id>
    <committed-date>2008-05-30T06:20:02-07:00</committed-date>
    <authored-date>2008-05-30T06:20:02-07:00</authored-date>
    <message>* Fix minor code indentation bug.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9055 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>322675963362c344795230a5a729c4d350853aab</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ca362f0be88f7a7ef3eb2ff8fb4e613a59f3a89b</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/95221332626b51de4aa36b9f96243c9a7c10a37f</url>
    <id>95221332626b51de4aa36b9f96243c9a7c10a37f</id>
    <committed-date>2008-05-30T05:18:40-07:00</committed-date>
    <authored-date>2008-05-30T05:18:40-07:00</authored-date>
    <message>* Implement auto-links.
* make current text index an instance variable, 
  simplifying coordination between methods
* Use switch statements to avoid unnecessary calls.
* Many tweaks and fixes.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9054 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>02f410f674453cba982a67bce86c674397d1c947</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>80c8c89e4f6ed6aaf840ea82e21d627b6f53cc8a</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/ca362f0be88f7a7ef3eb2ff8fb4e613a59f3a89b</url>
    <id>ca362f0be88f7a7ef3eb2ff8fb4e613a59f3a89b</id>
    <committed-date>2008-05-29T08:37:19-07:00</committed-date>
    <authored-date>2008-05-29T08:37:19-07:00</authored-date>
    <message>* Blockquote nesting working, plus some refactoring and code improvement.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9050 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>00f0b2ea19cd61e0e7162487c8c8550dea729251</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bd3049d5120c41f92485bfd4c13b5ae4e08c566a</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/80c8c89e4f6ed6aaf840ea82e21d627b6f53cc8a</url>
    <id>80c8c89e4f6ed6aaf840ea82e21d627b6f53cc8a</id>
    <committed-date>2008-05-29T03:34:34-07:00</committed-date>
    <authored-date>2008-05-29T03:34:34-07:00</authored-date>
    <message>* Fix timeout value being ignored.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9048 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>d319c8e36b3e3df328029b98eae74a2210544221</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1468b1f8d65e79fb60451dd8c2731b8ec1c7fbac</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/bd3049d5120c41f92485bfd4c13b5ae4e08c566a</url>
    <id>bd3049d5120c41f92485bfd4c13b5ae4e08c566a</id>
    <committed-date>2008-05-28T07:20:58-07:00</committed-date>
    <authored-date>2008-05-28T07:20:58-07:00</authored-date>
    <message>* Minor fix in code block indentation.


git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9043 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>f48a31bc2d597684d344cab7892e7632f2439cf3</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2390ba294772d1cb15bd4e3909f9495b6e9865ee</id>
      </parent>
    </parents>
    <author>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </author>
    <url>http://github.com/robi42/helma-ng/commit/1468b1f8d65e79fb60451dd8c2731b8ec1c7fbac</url>
    <id>1468b1f8d65e79fb60451dd8c2731b8ec1c7fbac</id>
    <committed-date>2008-05-28T07:14:24-07:00</committed-date>
    <authored-date>2008-05-28T07:14:24-07:00</authored-date>
    <message>* Implement preservation of code block indentation.
* Add simplistic blockquote support.

git-svn-id: https://dev.helma.org/svn/helma-ng/trunk@9042 688a9155-6ab5-4160-a077-9df41f55a9e9</message>
    <tree>687f0bb4390011ff80ee1503f740ca0b36549f19</tree>
    <committer>
      <name>Hannes Wallnoefer</name>
      <email>hannes@helma.at</email>
    </committer>
  </commit>
</commits>
