Home   Developing   -   Bootstrap   Q&A   Issues   References   Notes   History   Attic  

Goto previous pageGoto parent pageGoto next page
Page 5 of 9

Blocco Notes Logo

Daftari Home - Developing

Issues


The Daftari Setup Utility file permissions. Todo: Add some explanation in the page (todo # 20110924.1752). For explanations see e.g. the overview article "File Permissions" at www.htmlite.com/php042.php (link # 20110924.1753) and the discussion "Security risk with 'chmod 777 files' versus 'chmod 755 files'?" drupal.org/node/39887 (link # 20110924.1754). General background information is e.g. at en.wikipedia.org/wiki/Filesystem_permissions (link # 20110924.1755). (Issue # 20110924.1751)


If a page contains Editpoints, the file must have the filename extension php. Otherwise the PHP statements inside it will not work. Check, whether there is a possibility to change this, since we normally want have a html filename extension. (Issue # 20110924.1721)


DOM methods available only after onload. This is not an issue, just a fact to remember e.g. before utilizing the getElementBy*() methods. (Issue # 20111225.1231)

   // id : # 20111225.1231 (wishlist)
   // function : So far, we had in the HTML file to set the body onload event
   //    handler. We want have this done automatically, so just the script
   //    line in the file header is sufficient, and no body event is needed.
   // note : Perhaps this is not so easy, because at the time this script runs,
   //    the body tag may not be available yet.
   // note :

Bye.