Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2180 5148 d 1 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Added timeago support to web interface page phonecalls  
2179 5148 d 7 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Changed time/date display to display local time instead of UTC/GMT  
2140 5175 d 2 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fixed error in webgui script for phonecalls  
2139 5175 d 3 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added one alternate template for PhoneNumber presentation  
2112 5179 d 21 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Fixes for larger data sets as results.
Readded fix for non-existant timestamps
 
2111 5179 d 22 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed the webgui to use the new Atomd JsPipe interface instead of the atomic. Should not suffer from the protocol limitations of the atomic protocol.
This is a breaking change and requires the latest revision of Atom. It will also require an update to the webgui configuration file.
 
2106 5180 d 12 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fix for linus timestamps  
2102 5181 d 5 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed so only one request at a time is made toward the server since the server can not handle it in a good way.
Added functions for popping up dialogs in the web interface.
Added a function to sync the time between the server and the client to be able to do correct comparisons, requires a new function in atom!!!
Added popup functionality to the phonecalls page where a popup will appear when a new call is detected. Since the call logg is checked every 4 seconds there can be a little latency and the check checks for calls that are less than 10 seconds old. The dialog will auto close after 15 seconds if not closed manually.
 
2097 5181 d 10 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Forgot that I disabled the polling of calls, re-enabled it now  
2096 5181 d 10 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Made the phonecall view more friendly to a small screen like my phone :)  
2093 5181 d 21 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added a new page with phone call history to the webgui. Ít has some configuration options but they are all described in the config.php.template file.