Overview
Comment: | fixed api issue |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | static-html |
Files: | files | file ages | folders |
SHA1: |
0460053d16db2869b1575034030a71fe |
User & Date: | matt on 2015-03-03 23:36:03 |
Other Links: | branch diff | manifest | tags |
Context
2015-03-04
| ||
00:28 | Make html update less agressive Closed-Leaf check-in: bd7c1f07be user: mrwellan tags: static-html | |
2015-03-03
| ||
23:36 | fixed api issue check-in: 0460053d16 user: matt tags: static-html | |
22:25 | speculative additional fix for html update lock issue check-in: 8aa804b793 user: matt tags: static-html | |
Changes
Modified api.scm from [d96e4627cb] to [8963db51e7].
︙ | |||
180 181 182 183 184 185 186 | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | - + | ;; ARCHIVES ((test-get-archive-block-info) (apply db:test-get-archive-block-info dbstruct params)) ;; TESTS ((test-toplevel-num-items) (apply db:test-toplevel-num-items dbstruct params)) ((get-test-info-by-id) (apply db:get-test-info-by-id dbstruct params)) ((test-get-rundir-from-test-id) (apply db:test-get-rundir-from-test-id dbstruct params)) |
︙ |