Opened 8 years ago
Last modified 4 years ago
#17065 assigned defect
documentation example code refs test files but they're not available on dojotoolkit.org
Reported by: | Gavin R | Owned by: | Kitson Kelly |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Documentation | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The PHP file seems to work/exist on the livdeocs.dojotoolkit.org site, but not on the main published site.
Here are two example urls:
- http://dojotoolkit.org/reference-guide/1.8/_static/js/dojox/data/tests/stores/QueryReadStore.php?name=A*&start=0&count=100 (does not work)
*h ttp://livedocs.dojotoolkit.org/_static/dojox/data/tests/stores/QueryReadStore.php?name=A*&start=0&count=100 (works)
And here are the two pages that use these php files (in the examples):
Change History (5)
comment:1 Changed 8 years ago by
Summary: | QueryReadStore.php on public documentation does not work → documentation example code refs test files but they're not available on dojotoolkit.org |
---|
comment:2 Changed 8 years ago by
Owner: | set to Kitson Kelly |
---|---|
Status: | new → assigned |
Kitson - OK this is fixed for 1.9 with your latest upload (although not deployed yet). Do you want to redo 1.8 too?
comment:3 Changed 8 years ago by
Yes, I need to do a 1.8 and a 1.7 anyways, so they pick up the 1.9 option in the drop down.
comment:4 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:5 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Well I don't think the published site has the test directory at all, for example http://dojotoolkit.org/reference-guide/1.8/_static/js/dojox/data/tests/QueryReadStore.html is a 404, and http://dojotoolkit.org/reference-guide/1.8/dijit/tree/ForestStoreModel.html#dijit-tree-foreststoremodel doesn't work.
Searching for
\{\{dataUrl\}\}.*tests
in the docs github repository I see 34 cases. I guess the easiest thing would be to copy the tests over into _static.