HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
PcSoftware
/
scripts
/
Atom1.5-webgui
/
pages
/
phonecalls
/
script.js
– Rev 2180
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2180
5138 d 5 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/
Added timeago support to web interface page phonecalls
2179
5138 d 11 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/
Changed time/date display to display local time instead of UTC/GMT
2140
5165 d 6 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/
Fixed error in webgui script for phonecalls
2139
5165 d 7 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Added one alternate template for PhoneNumber presentation
2112
5170 d 1 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Fixes for larger data sets as results.
Readded fix for non-existant timestamps
2111
5170 d 2 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
5170 d 16 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/
Fix for linus timestamps
2102
5171 d 9 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
5171 d 14 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/
Forgot that I disabled the polling of calls, re-enabled it now
2096
5171 d 14 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Made the phonecall view more friendly to a small screen like my phone :)
2093
5172 d 1 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.