History log of /yui3/src/cache/tests/cache.html
Revision Date Author Comments Expand
bf864749b438b8bf39e7c70164be096da9894bdb 29-Mar-2012 Dav Glass <davglass@gmail.com>

Migrated Cache tests to new Y.Test.Console

82aa50c9fa76fe8afc026ed8ce09205aea2a7be0 27-Oct-2011 Stuart Colville <muffinresearch@gmail.com>

Add a test for retrieval of cache entries when uniqueKeys=true

83e9319a20f4ce0a534736d0a2b7edb21e486dc5 19-Jul-2011 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Add tests for Plugin.Cache.

d49f394f1b80e68357a4896ef90df98cbd63e909 28-Jun-2011 Luke Smith <lsmith@yahoo-inc.com>

Add build files to commit & clean test page noise

5f0f6495d1f130a94e2b6a0883f28ed17aab1db7 17-Jun-2011 Pat Cavit <pcavit@gmail.com>

Fix bug #2529662 Modify flush method to optionally take a request object Modify flush defaultFn to check for event args & then either flush everything or single item Abstract out finding an element in the cache _entries array to _position method Modify retrieve to use _position for attempting to find cache entry

8301b214ea2aced6fb5a8eaa3c3aeba2d856426c 03-Nov-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Test failures cleanup. Moving away from synchronous wait() calls to mock objects.

4922efa846185f8503d58aa880150b2fdc6a8db4 29-Oct-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Tests cleanup: Y.get -> Y.one

459d94d4ed707b61716cedb04a3b88d798222167 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Fix broken test.

ee690f24c60886e1a1f22d53910eb2d93c3a62da 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

[fix #2529141] Move expires CacheOffline -> Cache.

dd72421503ba2f80d5e64ad5d2ba2449f14f8bb8 06-Aug-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

[fix #2529143] Add Y.Plugin.Cache.

51cd1e3c989b1d9414c7749c72c369f0325cdb8e 19-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Code review feedback. Remove unnecessary validators. readonly -> readOnly. Each OfflineCache instance sandboxes its entries from other instances. Fire "error" event for quota exceeded. Add static flushAll() method.

51d88936741cad83ee95f07eb029cbf8cff8a020 15-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Store cached and expires values as Date. Expires Attribute can be set as Number or Date. Cached and expires values are stored as Dates in entry object, are serialized into String for localStorage, and then converted back to Date on the way out.

303f7fa80c85cc2236cb9138d002e0da34431d5e 09-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

Name Test Suites and Test Runner. So the test report shows a pretty name instead of a guid.

e4d8ffa5a2367d80114cae95581037557287ee3e 08-Jul-2010 Jenny Donnelly <jennydonnelly@yahoo-inc.com>

New: cache-offline code and tests.

/yui3/build/cache/cache-base-debug.js /yui3/build/cache/cache-base-min.js /yui3/build/cache/cache-base.js /yui3/build/cache/cache-debug.js /yui3/build/cache/cache-min.js /yui3/build/cache/cache-offline-debug.js /yui3/build/cache/cache-offline-min.js /yui3/build/cache/cache-offline.js /yui3/build/cache/cache.js /yui3/build/datasource/datasource-cache-debug.js /yui3/build/datasource/datasource-cache-min.js /yui3/build/datasource/datasource-cache.js /yui3/build/datasource/datasource-debug.js /yui3/build/datasource/datasource-min.js /yui3/build/datasource/datasource.js /yui3/src/cache/README /yui3/src/cache/build.base.properties /yui3/src/cache/build.base.xml /yui3/src/cache/build.offline.properties /yui3/src/cache/build.offline.xml /yui3/src/cache/build.properties /yui3/src/cache/build.xml /yui3/src/cache/js/cache-base.js /yui3/src/cache/js/cache-offline.js /yui3/src/cache/meta/cache.json cache-perf.html cache.html cacheoffline.html /yui3/src/datasource/build.cache.properties /yui3/src/datasource/js/datasource-cache.js /yui3/src/datasource/meta/datasource.json
c28f85fdfe5f4318a887f384ac1e58d40414fdba 02-Mar-2010 Luke Smith <lsmith@yahoo-inc.com>

yui-skin-sam => yui3-skin-sam

2ced91bfe79de03d51255dfc39b8b12f10ffe3f6 07-Aug-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

[fix bug #2528099] Added uniqueKeys attribute.

a9d847471b849e3b7d1c7831ed5c594c647979c9 30-May-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

retrieve() should return null when there is no match.

af05c0484a6c6c1f61ee99e58f4a1e29a5560c1d 30-May-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Support for caching of entries when request is null, undefined, and empty string, but not NaN.

794306317ce13d2254200b81efe95eb2ab9401eb 23-May-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Perf tests.

be59865ef8ef61e2d370aba9cbded2e2b7ccbc8b 08-Apr-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Removed redundant Attribute validation code.

b78c9ae51d47c527b0c073b3175f6cd2aabe16c3 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Missing doctype.

6710bb745e2538f47a087bbf09b4a9e5e577058c 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Cache test cleanup: wait(0) -> wait()

2ea2d9d51bd8ffefb88ee7ecbc6da31bc15ea958 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Fixed the passing of arguments to custom event handlers.

ee690b4b73b0ae0a87fcddf41edd6e4d0187c081 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Refactored cache:flush event to be preventable.

8e05f8bef86cacda2b15fdf2045157f9b26c599e 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Adding event tests to cache suite.

6da8c70b8b366ef387914ebf8f3c4d44d4cec955 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Move tests to src

223638e682f15a739e9c7f070209e3bba09544f9 27-Mar-2009 Jenny Han Donnelly <jennydonnelly@yahoo-inc.com>

Moving tests to src dir.