espiceland: tag 2.0.5-rc5 r5113 - in /tags/2.0.5-rc5: ./ config/js/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Nov 3 10:13:03 CDT 2010


Author: espiceland
Date: Wed Nov  3 10:12:58 2010
New Revision: 5113

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5113
Log:
Correct some configuration settings in the README, add rbrindley and espiceland to CREDITS, make guiversion.js.

Added:
    tags/2.0.5-rc5/config/js/guiversion.js   (with props)
Modified:
    tags/2.0.5-rc5/CREDITS
    tags/2.0.5-rc5/README

Modified: tags/2.0.5-rc5/CREDITS
URL: http://svnview.digium.com/svn/asterisk-gui/tags/2.0.5-rc5/CREDITS?view=diff&rev=5113&r1=5112&r2=5113
==============================================================================
--- tags/2.0.5-rc5/CREDITS (original)
+++ tags/2.0.5-rc5/CREDITS Wed Nov  3 10:12:58 2010
@@ -1,4 +1,5 @@
 Asterisk-GUI is a community project originally started by Mark Spencer has been
-further developed and maintained by Pari Nannapaneni, Brandon Kruse.
+further developed and maintained by Pari Nannapaneni, Brandon Kruse, Ryan Brindley,
+and Erin Spiceland.
 It utilizes the jQuery javascript library by John Resig.
 

Modified: tags/2.0.5-rc5/README
URL: http://svnview.digium.com/svn/asterisk-gui/tags/2.0.5-rc5/README?view=diff&rev=5113&r1=5112&r2=5113
==============================================================================
--- tags/2.0.5-rc5/README (original)
+++ tags/2.0.5-rc5/README Wed Nov  3 10:12:58 2010
@@ -82,6 +82,6 @@
 
     [admin]
     secret = thiswouldbeaninsecurepassword
-    read = system,call,log,verbose,command,agent,config
-    write = system,call,log,verbose,command,agent,config
+    read = system,call,log,verbose,command,agent,config,read,write,originate
+    write = system,call,log,verbose,command,agent,config,read,write,originate
 

Added: tags/2.0.5-rc5/config/js/guiversion.js
URL: http://svnview.digium.com/svn/asterisk-gui/tags/2.0.5-rc5/config/js/guiversion.js?view=auto&rev=5113
==============================================================================
--- tags/2.0.5-rc5/config/js/guiversion.js (added)
+++ tags/2.0.5-rc5/config/js/guiversion.js Wed Nov  3 10:12:58 2010
@@ -1,0 +1,1 @@
+gui_version = '2.0.5-rc5';

Propchange: tags/2.0.5-rc5/config/js/guiversion.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/2.0.5-rc5/config/js/guiversion.js
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: tags/2.0.5-rc5/config/js/guiversion.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-gui-commits mailing list