Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
2180 5139 d 19 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Added timeago support to web interface page phonecalls  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2179 5140 d 2 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Changed time/date display to display local time instead of UTC/GMT  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2140 5166 d 20 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fixed error in webgui script for phonecalls  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2139 5166 d 21 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added one alternate template for PhoneNumber presentation  
/trunk/PcSoftware/scripts/Atom1.5-webgui/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2112 5171 d 15 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Fixes for larger data sets as results.
Readded fix for non-existant timestamps
 
/trunk/PcSoftware/scripts/Atom1.5-webgui/atomjs_interface.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2111 5171 d 16 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.
 
/trunk/PcSoftware/scripts/Atom1.5-webgui/atomjs_interface.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_new.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_old.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/backend.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/dimmers/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irremotes/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2106 5172 d 6 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fix for linus timestamps  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2102 5172 d 23 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.
 
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2097 5173 d 4 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Forgot that I disabled the polling of calls, re-enabled it now  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2096 5173 d 4 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Made the phonecall view more friendly to a small screen like my phone :)  
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2093 5173 d 15 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.  
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
/trunk/PcSoftware/scripts/Atom1.5-webgui/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/script.js