pari: tag 2.0.3 r3999 - /tags/2.0.3/ChangeLog

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Oct 21 16:44:46 CDT 2008


Author: pari
Date: Tue Oct 21 16:44:45 2008
New Revision: 3999

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3999
Log:

	Editing changelog to give a better overview



Modified:
    tags/2.0.3/ChangeLog

Modified: tags/2.0.3/ChangeLog
URL: http://svn.digium.com/view/asterisk-gui/tags/2.0.3/ChangeLog?view=diff&rev=3999&r1=3998&r2=3999
==============================================================================
--- tags/2.0.3/ChangeLog (original)
+++ tags/2.0.3/ChangeLog Tue Oct 21 16:44:45 2008
@@ -1,305 +1,107 @@
-2008-10-21 20:54 +0000 [r3993]  Brandon Kruse <bkruse at digium.com>
 
-	* config/callingrules.html: Fixes for calling rules as reported by
-	  dkerr. (closes issue #13528)
+Changes since 2.0.2
 
-2008-10-21 20:38 +0000 [r3969-3992]  Pari Nannapaneni <paripurnachand at digium.com>
-
-	* config/js/pbx.js, config/trunks_voip.html: Fix for AA50-2233 :
-	  Cannot add VoIP service provider without a username and password
-
-	* config/features.html: Adding button to delete an application map
-	  (instead of having to leave the feature name to blank )
-
-	* config/welcome.html: Show Status updates of Conference Rooms in
-	  Welcome page
-
-	* config/js/astman.js: getting rid of some depricated functions
-
-	* config/js/astman.js: Some minor performance improvements to Array
-	  prototype functions
-
-	* config/js/astman.js: Avoid calling getElementById twice
-
-	* config/js/astman.js: Fixing a condition that prevented displaying
-	  errors in IE (debug mode) and then reload
-
-	* config/index.html, config/js/astman.js, config/js/index.js,
-	  config/js/pbx.js: Fixing some firebug errors about 'sessionData
-	  undefined' that has been around for a while
-
-	* config/js/index.js: .checked is a boolean
-
-	* config/index.html, config/js/astman.js, config/js/index.js,
-	  config/flipadvanced.html: Improvement: Add Checkboxes in debugger
-	  to show/hide types of Log messages
-
-	* config/js/index.js: also resize main iFrame in
-	  show_advancedMode()
-
-	* config/js/index.js: lame
-
-	* config/js/index.js: Fix: Resize main iframe when switching
-	  to/from Advanced mode
-
-	* config/backup.html, config/bulkadd.html, config/upload_form.html,
-	  config/js/astman.js, config/dialplans.html,
-	  config/asterisklogs.html, config/js/pbx.js, config/home.html,
-	  config/timezone.html, config/sysinfo.html, config/js/index.js,
-	  config/upload_abe_overlay.html, config/hardware.html,
-	  config/flashupdate.html, config/incoming.html,
-	  config/hardware_aa50.html: Improving on the Error/Debug log
-	  functions ASTGUI.Log.(Debug/Error/Info/Warn/Console) instead of
-	  ASTGUI.(ErrorLog/debugLog/FirebugLog)
-
-	* config/js/pbx.js, config/trunks_voip.html: Fix for : Cannot add
-	  multiple trunks with same username using version 2.0 of GUI
-	  http://bugs.digium.com/view.php?id=13497 Fix: use tr.username as
-	  trunk name when no trunk exists by tr.username, else use trunk_x
-	  (closes issue #13497)
-
-	* config/js/index.js: Use removeCookie in place of
-	  setCookie(false/no)
-
-	* config/js/astman.js: RemoveCookie function
-
-	* config/js/index.js, config/js/pbx.js, config/flipadvanced.html:
-	  Remember 'Show Advanced Options' preference using a cookie
-
-	* config/menus.html: Adding Macro option in voicemenus
-
-2008-10-20 13:28 +0000 [r3968]  Brandon Kruse <bkruse at digium.com>
-
-	* cdr.html (removed): I am not sure how this got here instead of
-	  config/
-
-2008-10-17 17:18 +0000 [r3961-3967]  Pari Nannapaneni <paripurnachand at digium.com>
-
-	* config/js/astman.js: OR
-
-	* config/js/astman.js: New API function for Firebug debug messages
-	  : ASTGUI.FirebugLog()
-
-	* config/trunks_providers.html: Fix: Use proper method
-	  (textarea.value instead of textarea.innerHTML) to set the field
-	  value
-
-	* config/menus.html: Fix: Use proper method (textarea.value instead
-	  of textarea.innerHTML) to set the field value
-
-	* config/menus.html: New Feature/Improvement: Advanced mode editing
-	  of voicemenus without opening FileEditor
-
-	* config/followme.html: Improvement: make sure hasvoicemail is
-	  checked when followme is enabled ( as followme is called from
-	  macro-stdexten )
-
-	* config/queues.html: Fix: GUI overwriting any custom queue
-	  settings in queues.conf ( reported by David Kerr )
-
-2008-10-15 23:08 +0000 [r3958]  Brandon Kruse <bkruse at digium.com>
-
-	* config/js/index.js: Tell getChunksFromManager to return to us an
-	  object, not an array. (closes issue #13695) great find sumo.
-
-2008-10-08 11:56 +0000 [r3957]  Pari Nannapaneni <paripurnachand at digium.com>
-
-	* config/js/astman.js, config/cdr.html: Removing duplicate
-	  functions, already have string prototypes - isAstTrue() & trim()
-
-2008-10-07 20:43 +0000 [r3953]  Brandon Kruse <bkruse at digium.com>
-
-	* config/index.html, config/js/astman.js, config/cdr.html (added),
-	  cdr.html (added): Introducing.... The CDR Page! Originally
-	  written by bbryant in 1.0, then taken to the 2.0 GUI by me.
-
-2008-10-06 20:41 +0000 [r3942-3943]  Brandon Kruse <bkruse at digium.com>
-
-	* config/iax.html: Change to the iax global settings to no longer
-	  overwrite settings with a blank (thus introducing a lot of
-	  unneeded behaivor). Cleaned up the codec parsing to alos truely
-	  allow the "disallow" field. Dbailey set some default values
-	  according to iax.conf
-
-	* config/js/pbx.js: Bug report where setting a trunk to dynamic
-	  (where the other Asterisk box will register to it) is not working
-	  properly, as the GUI tries to register with the host "dynamic".
-	  This fixes the issue. (closes issue #13529) (patch by bkruse)
-	  (tested by dkerr)
-
-2008-10-03 20:48 +0000 [r3940]  Brandon Kruse <bkruse at digium.com>
-
-	* config/sip.html: Changed to the sip global settings to no longer
-	  overwrite settings with a blank (thus introducing a lot of
-	  unneeded behaivor). Cleaned up the codec parsing to also truely
-	  allow the "disallow" field. Dbailey set some default values
-	  according to sip.conf as well.
-
-2008-10-01 20:55 +0000 [r3926-3938]  Brandon Kruse <bkruse at digium.com>
-
-	* config/timezone.html: Set the defautl timezone for a user to see.
-
-	* config/welcome.html: Cleaning out the rest of the OnHold stuff.
-
-	* config/js/astman.js, config/welcome.html,
-	  config/images/status_yellow.png (removed): We never get the "On
-	  Hold" status, removing it.
-
-	* config/index.html: Make active channels only appear if you are in
-	  "Advanced Mode"
-
-	* config/backup.html, config/js/astman.js, config/js/index.js: Now
-	  creating a sym link, no need for two backup paths.
-
-	* config/bulkadd.html: Cleaning up the BulkAdd description
-
-	* config/index.html: Make BulkAdd only show up with in "Advanced
-	  Mode"
-
-	* config/js/astman.js: Ok, we should make sure that the line in the
-	  macro exists before trying to parse it and erroring out.
-
-2008-09-29 20:57 +0000 [r3925]  Brandon Kruse <bkruse at digium.com>
-
-	* config/index.html: We should not be in AA50 mode by default.
-
-2008-09-29 20:13 +0000 [r3913-3922]  Pari Nannapaneni <paripurnachand at digium.com>
-
-	* config/index.html, config/features.html: AA50-2283 - Feature
-	  Codes tab is missing an option for Parking feature code AA50-2284
-	  - Change Dial Options tab text
-
-	* config/js/tooltip.js, config/preferences.html: AA50-2263 : 'Digit
-	  Key Map' tooltip not being displayed properly.
-
-	* config/js/index.js: Second attempt at fixing : AA50-2279 - gui
-	  panics when aa50 is rebooted while it is displaying the "call
-	  features" tab
-
-	* requests.txt: Unixdawg request for loading paths via a config
-	  file
-
-2008-09-27 19:09 +0000 [r3849-3911]  Pari Nannapaneni <paripurnachand at digium.com>
-
-	* config/js/index.js, config/js/pbx.js, config/js/guiversion.js
-	  (added): * try loading guiversion.js and then continue with rest
-	  of the init process * IE going crazy when using default as an
-	  object property using 'default' instead. Took me more than a
-	  couple of hours to locate this.
-
-	* config/followme.html: foo!
-
-	* config/followme.html, config/js/pbx.js: Adding an Options section
-	  where you can enable/disable CallScreening & other followme
-	  preferences
-
-	* config/js/index.js: Fix for : AA50-2279 - gui panics when aa50 is
-	  rebooted while it is displaying the "call features" tab
-
-	* config/followme.html, config/js/tooltip.js: AA50-2224 - Missing
-	  tooltips in FollowMe Page
-
-	* config/bulkadd.html: Example explaining how to add new users
-	  using CSV
-
-	* config/js/astman.js: silly syntax error causing gui to not work
-
-	* config/js/astman.js: make sure these are used as constructors
-
-	* config/js/astman.js: make sure that the function is always used
-	  as a constructor
-
-	* config/js/index.js: blah
-
-	* config/js/index.js, config/js/pbx.js, config/status.html: move
-	  the function to a more appropriate place
-
-	* config/js/pbx.js: use 'getChunksFromManagerOutput' instead of
-	  manually parsing output of status in listOfChannels function
-
-	* config/js/pbx.js: Commenting out some other function not used
-	  anywhere else
-
-	* config/js/pbx.js: Commenting out 'Time Based Rules' as we now use
-	  timeframes
-
-	* config/hardware.html, config/hardware_aa50.html: minor typos
-
-	* config/js/astman.js: Commenting out some functions that are no
-	  longer used in the gui.
-
-	* config/backup.html, config/mohfiles.html,
-	  config/menuprompts_upload.html: Allow file uploads on AA50 & ABE
-
-	* config/js/pbx.js: This might be a safer solution for issue #13540
-
-	* config/js/pbx.js: Fix for
-	  http://bugs.digium.com/view.php?id=13540 Issue: Voice menu
-	  extensions are duplicated in extensions.conf after editing the
-	  voice menus in GUI. Note: This occurs after editing the voice
-	  menu, logout and login. Extensions.conf sample: [voicemenus]
-	  exten = 7000,1,Goto(voicemenu-custom-1|s|1) exten =
-	  7001,1,Goto(voicemenu-custom-2|s|1) exten =
-	  7001,1,Goto(voicemenu-custom-2|s|1) exten =
-	  7000,1,Goto(voicemenu-custom-1|s|1)
-
-	* config/mohfiles.html: Fix for AA50-2278 - MOH not working with
-	  certain versions of Asterisk 1.4
-
-	* config/preferences.html: ASTGUI-41 : No varying or more than 5
-	  digit extensions allowed
-
-	* config/js/astman.js, config/js/pbx.js: Fix for
-	  http://bugs.digium.com/view.php?id=13541 Description: Create ring
-	  group and assign end action (e.g. go to voicemail for user) and
-	  save ring group settings. After save, go to edit ring group and
-	  the end action does not appear (e.g. go to user voicemail), it
-	  appears to be blank in GUI. I checked the extensions.conf file
-	  and the end action IS there, but does not show in GUI. This is
-	  confusing because it appears the end action was not set in the
-	  GUI when it was. Asterisk GUI 2.0 Build 3855
-
-	* config/menus.html: Fix for Issue 2 of
-	  http://bugs.digium.com/view.php?id=13540 - Typo on Voice Menu
-	  settings. # options is mislabeled as * and vice versa. E.g. if
-	  you set # in the GUI it actually sets * option in extensions.conf
-	  file and not #.
-
-	* config/hardware.html: AA50-2235 - typos
-
-	* config/hardware_aa50.html: AA50-2235 - typos
-
-	* config/menus.html: AA50-2223 - Show 'Custom App' in Voicemenu
-	  options only in advanced mode
-
-	* config/bulkadd.html: * Check for duplicates in all extensions -
-	  not just users * While adding range of users, instead of throwing
-	  a 'duplicate alert' keep continuing until the number of
-	  extensions are added
-
-	* config/welcome.html: Also show duration of each conference room
-
-	* config/welcome.html: more fixes to Conference rooms status
-
-	* config/welcome.html: fixing array iteration
-
-	* config/welcome.html: Basic implementation of 'Showing the status
-	  of each conference room' in Welcome page - Not realtime
-
-	* config/js/astman.js, config/menus.html: * Add 'AGI' in
-	  Voicemenus, Load list of available AGI scripts from agi-bin
-	  directory * Add 'Ringing' application in voicemenus
-
-	* config/menus.html: Exposing some more apps in VoiceMenus -
-	  SayDigits, SayAlpha & SayNumber
-
-	* config/hardware.html: Show list of available drivers
-
-	* config/menuprompts_record.html, config/js/tooltip.js: Adding a
-	  buy now button to the 'IVR Voice Prompts' on the digium store
+New Features:
+--------------
+* Show Realtime Status & updates of Conference Rooms in Welcome page
+  Display the number of people in each conference room and the duration
+* Add 'AGI' in Voicemenus, Load list of available AGI scripts from agi-bin directory 
+* Exposing some more apps in VoiceMenus - SayDigits, SayAlpha & SayNumber, Ringing
+* New Feature/Improvement: Advanced mode editing of voicemenus without opening FileEditor
+* Show list of available drivers in hardware page
+* Adding a buy now button to the 'IVR Voice Prompts' on the digium store
+* Adding button to delete an application map (instead of having to leave the feature name to blank )
+* Adding Macro option in voicemenus
+* Introducing.... The CDR Page! Originally written by bbryant in 1.0, then taken to the 2.0 GUI by bkruse.
+* Adding an Options section where you can enable/disable CallScreening & other followme preferences
 
 
-First tagged release of GUI 2.0
+Improvements: 
+--------------
+* Improvement: Add Checkboxes in debugger to show/hide types of Log messages
+* Avoid calling getElementById twice
+* Fixes for calling rules as reported by  dkerr. (closes issue #13528)
+* Fix for AA50-2233 : Cannot add VoIP service provider without a username and password
+* Some minor performance improvements to Array prototype functions
+* Improving on the Error/Debug log functions ASTGUI.Log.(Debug/Error/Info/Warn/Console) instead of
+  ASTGUI.(ErrorLog/debugLog/FirebugLog)
+* Remember 'Show Advanced Options' preference using a cookie
 
 
+Bug Fixes
+----------
+* config/js/astman.js: Fixing a condition that prevented displaying
+	errors in IE (debug mode) and then reload
+* Fixing some firebug errors about 'sessionData
+	undefined' that has been around for a while
+* config/js/index.js: Fix: Resize main iframe when switching to/from Advanced mode
+* Fix for : Cannot add multiple trunks with same username using version 2.0 of GUI
+	http://bugs.digium.com/view.php?id=13497 Fix: use tr.username as
+	trunk name when no trunk exists by tr.username, else use trunk_x
+	(closes issue #13497)
+* config/js/astman.js: RemoveCookie function
+* Improvement: make sure hasvoicemail is checked when followme is enabled ( as followme is called from macro-stdexten )
+* Fix: GUI overwriting any custom queue settings in queues.conf ( reported by David Kerr )
+* config/js/index.js: Tell getChunksFromManager to return to us an object, not an array. (closes issue #13695) great find sumo.
+* config/iax.html: Change to the iax global settings to no longer
+	overwrite settings with a blank (thus introducing a lot of
+	unneeded behaivor). Cleaned up the codec parsing to alos truely
+	allow the "disallow" field. Dbailey set some default values
+	according to iax.conf
+* config/js/pbx.js: Bug report where setting a trunk to dynamic
+	(where the other Asterisk box will register to it) is not working
+	properly, as the GUI tries to register with the host "dynamic".
+	This fixes the issue. (closes issue #13529) (patch by bkruse)
+	(tested by dkerr)
+* config/sip.html: Changed to the sip global settings to no longer
+	overwrite settings with a blank (thus introducing a lot of
+	unneeded behaivor). Cleaned up the codec parsing to also truely
+	allow the "disallow" field. Dbailey set some default values
+	according to sip.conf as well.
+* Set the default timezone for a user to see.
+* Cleaning out the rest of the OnHold stuff.
+* We never get the "On Hold" status, removing it.
+* Make active channels only appear if you are in "Advanced Mode"
+* Cleaning up the BulkAdd description
+* Make BulkAdd only show up with in "Advanced Mode"
+* 'Digit Key Map' tooltip not being displayed properly.
+* Second attempt at fixing : AA50-2279 - gui panics when aa50 is rebooted while it is displaying the "call features" tab
+* requests.txt: Unixdawg request for loading paths via a config file
+* try loading guiversion.js and then continue with rest
+ of the init process * IE going crazy when using default as an
+ object property using 'default' instead. Took me more than a
+ couple of hours to locate this.
+* Fix for : AA50-2279 - gui panics when aa50 is rebooted while it is displaying the "call features" tab
+* AA50-2224 - Missing tooltips in FollowMe Page
+* minor typos
+* Fix for
+	http://bugs.digium.com/view.php?id=13540 Issue: Voice menu
+	extensions are duplicated in extensions.conf after editing the
+	voice menus in GUI. Note: This occurs after editing the voice
+	menu, logout and login. Extensions.conf sample: [voicemenus]
+	exten = 7000,1,Goto(voicemenu-custom-1|s|1) exten =
+	7001,1,Goto(voicemenu-custom-2|s|1) exten =
+	7001,1,Goto(voicemenu-custom-2|s|1) exten =
+	7000,1,Goto(voicemenu-custom-1|s|1)
 
+* Fix for AA50-2278 - MOH not working with certain versions of Asterisk 1.4
+* ASTGUI-41 : No varying or more than 5	digit extensions allowed
+* Fix for
+	http://bugs.digium.com/view.php?id=13541 Description: Create ring
+	group and assign end action (e.g. go to voicemail for user) and
+	save ring group settings. After save, go to edit ring group and
+	the end action does not appear (e.g. go to user voicemail), it
+	appears to be blank in GUI. I checked the extensions.conf file
+	and the end action IS there, but does not show in GUI. This is
+	confusing because it appears the end action was not set in the
+	GUI when it was. Asterisk GUI 2.0 Build 3855
+* Fix for Issue 2 of
+	http://bugs.digium.com/view.php?id=13540 - Typo on Voice Menu
+	settings. # options is mislabeled as * and vice versa. E.g. if
+	you set # in the GUI it actually sets * option in extensions.conf
+	file and not #.
+* AA50-2223 - Show 'Custom App' in Voicemenu options only in advanced mode
+* Check for duplicates in all extensions -
+	not just users * While adding range of users, instead of throwing
+	a 'duplicate alert' keep continuing until the number of
+	extensions are added




More information about the asterisk-gui-commits mailing list