bkruse: branch asterisknow r2538 - in /branches/asterisknow: ./ config/setup/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Mar 12 11:42:51 CDT 2008


Author: bkruse
Date: Wed Mar 12 11:42:50 2008
New Revision: 2538

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2538
Log:
1) Removing setup wizard as it was a lot of duplicate
and very old code. (We do not recommend, or use the
setup wizard, and it is not referenced anywhere else
through a link in the gui anymore).

2) Fixing a minor error in the Makefile to correctly
identify and install the html files from config/*

3) Changing a couple things in todo.txt that have
been finished.

Removed:
    branches/asterisknow/config/setup/
Modified:
    branches/asterisknow/Makefile
    branches/asterisknow/todo.txt

Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=2538&r1=2537&r2=2538
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Wed Mar 12 11:42:50 2008
@@ -195,7 +195,6 @@
 	mkdir -p $(CONFIGDIR)/images
 	mkdir -p $(CONFIGDIR)/stylesheets
 	mkdir -p $(CONFIGDIR)/bkps
-	mkdir -p $(CONFIGDIR)/setup
 	mkdir -p $(CONFIGDIR)/scripts
 	mkdir -p $(ASTVARLIBDIR)/scripts
 	@echo "Checking For old ztscan and zapscan...."
@@ -232,16 +231,12 @@
 		echo "$$x  -->  $(CONFIGDIR)/scripts/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/scripts/ ; \
 	done
-	@for x in config/setup/*; do \
-		echo "$$x  -->  $(CONFIGDIR)/setup/" ; \
-		$(INSTALL) -m 644 $$x $(CONFIGDIR)/setup/ ; \
-	done
 	@for x in config/stylesheets/*; do \
 		echo "$$x  -->  $(CONFIGDIR)/stylesheets/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/stylesheets/ ; \
 	done
 	@for x in config/*.html; do \
-		if [ "$$x" == "config/index.html" ]; then \
+		if [ "$$x" = "config/index.html" ]; then \
 			continue ; \
 		fi ; \
 		echo "$$x  -->  $(CONFIGDIR)" ; \

Modified: branches/asterisknow/todo.txt
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/todo.txt?view=diff&rev=2538&r1=2537&r2=2538
==============================================================================
--- branches/asterisknow/todo.txt (original)
+++ branches/asterisknow/todo.txt Wed Mar 12 11:42:50 2008
@@ -7,13 +7,10 @@
 
 Todo
 ----- 
-saying that they have no analog or digital hardware, and redirect to the setup page for each. 
 
 * Voicemail Groups
 
 * Option to configure the default context 'disa' for DISA
-
-* Digital Cards Support
 
 * Call Forwarding
 
@@ -77,3 +74,6 @@
 
 * Add full support for Simple Signal (bkruse)
 
+* Saying that they have no analog or digital hardware, and redirect to the setup page for each. 
+
+* Digital Cards Support




More information about the asterisk-gui-commits mailing list