Skip to content
  • Bas Lijnse's avatar
    Did a full cleanup of the communication parts of the iData library. It still... · 08614204
    Bas Lijnse authored
    Did a full cleanup of the communication parts of the iData library. It still needs some tweaking, but is ready to be alpha tested during iTask development.
    
    Changes include:
     - Removal of dirty low level parsing in the EncodeDecode library
     - Removal of embedded javascript fragments scattered across the clean code
     - Centralization of all javascript functionality into one javascript library that is alway available
     - Addition of a method for serving shared static resources (images, javascript, css etc.) from a central
       location. (Libraries/iData/Resources/)
     - Moving of flag macros that have to be set during different compile runs to a separate module (iDataCompileOptions).
    - Change to the type of doHtmlClient to allow for switching between client and server compilation without changing any sources.
    
     And many small tweaks and cleanups everywhere in the codebase
    
    08614204