Opened 15 years ago
Closed 14 years ago
#2773 closed defect (fixed)
[patch][ccla] docparser parses .xd.js files
Reported by: | guest | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Doc parser | Version: | 0.4 |
Keywords: | docparser | Cc: | dante |
Blocked By: | Blocking: |
Description
Currently the API docparser parses all files ending with 'js'. If a cross-domain build has been run previously then there are .xd.js files everywhere which get parsed as well.
patch:
function getFileList() in docscripts/inc/Dojo.php (~line 53): - if (substr($file, -2)=='js') { + if ((substr($file, -3)=='.js') and (substr($file, -6)!='.xd.js')) {
Change History (5)
comment:1 Changed 15 years ago by
comment:3 Changed 14 years ago by
Milestone: | → 1.1 |
---|
This is a really easy fix to apply. Let's get it done.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
grrr, trac keeps stripping off the username. Add [email protected]… to the CC please.