rbrindley: branch rbrindley/astman_revamp r4568 - /team/rbrindley/astman_reva...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Mar 5 08:11:12 CST 2009
Author: rbrindley
Date: Thu Mar 5 08:11:09 2009
New Revision: 4568
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4568
Log:
- ran through the rest of the js files and transitioned them to top.log, replacing ASTGUI.Log
Modified:
team/rbrindley/astman_revamp/config/js/timezone.js
team/rbrindley/astman_revamp/config/js/welcome.js
Modified: team/rbrindley/astman_revamp/config/js/timezone.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/timezone.js?view=diff&rev=4568&r1=4567&r2=4568
==============================================================================
--- team/rbrindley/astman_revamp/config/js/timezone.js (original)
+++ team/rbrindley/astman_revamp/config/js/timezone.js Thu Mar 5 08:11:09 2009
@@ -32,7 +32,7 @@
onUploadForm_load = function(){
if(!top.sessionData.httpConf.postmappings_defined || !top.sessionData.httpConf.uploadPaths['timezone'] ){
- ASTGUI.Log.Error('AG102');
+ top.log.error('AG102');
$('#tdupload').hide(); //
return ;
}
Modified: team/rbrindley/astman_revamp/config/js/welcome.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/welcome.js?view=diff&rev=4568&r1=4567&r2=4568
==============================================================================
--- team/rbrindley/astman_revamp/config/js/welcome.js (original)
+++ team/rbrindley/astman_revamp/config/js/welcome.js Thu Mar 5 08:11:09 2009
@@ -696,8 +696,8 @@
}
}
} catch (err) {
- ASTGUI.Log.Error('Error Parsing waitevent response : manager_events.parseOutput() ');
- ASTGUI.Log.Error(err.description);
+ top.log.error('Error Parsing waitevent response : manager_events.parseOutput() ');
+ top.log.error(err.description);
}
this.watch();
@@ -856,7 +856,7 @@
break;
default:
var state = 'Unknown';
- ASTGUI.Log.Debug("updateExtension :: We have encountered an unknown extension state of " + status.toString());
+ top.log.debug("updateExtension :: We have encountered an unknown extension state of " + status.toString());
if ( top.sessionData.DEBUG_MODE ) {
alert('updateExtension:\r\n'
+'status: '+status.toString()+'\r\n'
More information about the asterisk-gui-commits
mailing list