I have started to play around with the Fossil ticketing system. For improving the ticketing system, I have added jquery, jqueryui and tinymce editor. >From jquery and jqueryui, I am trying to use the datetime picker. And using the tiny mce editor to replace the text area fields.
I checked-in the css and js files for these so I could serve those from the repo itself, instead of usign a CDN. I made changes to the header and footer of the skin, to load up these js and css file. Now when I open any page, these js and css files being served are a hit and miss. Sometimes, these laod up fine, but other times, the js or the css fails to load. I have checked in the browser console, and this is what I see. This happens inconsistently and happens with different files sometimes. I see ERR_CONNECTION_RESET in the console log: GET http://localhost:8081/doc/tip/Fossil%20Helpers/jquery-ui-1.12.0.custom/jquery-ui.css net::ERR_CONNECTION_RESET It looks like fossil is not able to serve the file? any help would be appreciated. tktnew 200 document Other 2.6 KB 408 ms style.css?default 200 stylesheet tktnew:10 <http://localhost:8081/tktnew> 6.6 KB 773 ms jquery-3.1.0.min.js 200 script tktnew:12 <http://localhost:8081/tktnew> 29.6 KB 1.30 s jquery-ui.css (failed) tktnew:14 <http://localhost:8081/tktnew> 0 B 1.44 s jquery-ui.min.js 200 script tktnew:15 <http://localhost:8081/tktnew> 17.0 KB 1.43 s jquery-ui-timepicker-addon.css 200 stylesheet tktnew:17 <http://localhost:8081/tktnew> 781 B 1.28 s jquery-ui-timepicker-addon.js 200 script tktnew:18 <http://localhost:8081/tktnew> 18.8 KB 1.40 s tinymce.min.js 200 script tktnew:20 <http://localhost:8081/tktnew> 126 KB 1.49 s [image: Inline image 1] logo 200 png tktnew:27 <http://localhost:8081/tktnew> 4.9 KB 684 ms theme.min.js 200 script tinymce.min.js:4 4.0 KB 282 ms [image: Inline image 2] data:image/png;base… 200 png onloadwff.js:1250 (from cache) 0 ms [image: Inline image 3] data:image/png;base… 200 png onloadwff.js:1155 (from cache) 0 ms skin.min.css 200 stylesheet tinymce.min.js:3 7.1 KB 460 ms content.min.css 200 stylesheet tinymce.min.js:11 1.4 KB 1.01 s tinymce.woff 200 font tktnew:1 <http://localhost:8081/tktnew> 17.0 KB 707 ms
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

