FreeBSD Bugzilla – Attachment 79439 Details for
Bug 114108
[MAINTAINER] www/asterisk-gui: update to 0.0.1r20070627
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
asterisk-gui-0.0.1r20070627.patch
asterisk-gui-0.0.1r20070627.patch (text/plain), 4.54 KB, created by
Phillip N.
on 2007-06-28 22:10:02 UTC
(
hide
)
Description:
asterisk-gui-0.0.1r20070627.patch
Filename:
MIME Type:
Creator:
Phillip N.
Created:
2007-06-28 22:10:02 UTC
Size:
4.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/asterisk-gui/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 4 Jun 2007 07:39:45 -0000 1.2 >+++ Makefile 28 Jun 2007 20:57:20 -0000 >@@ -6,10 +6,10 @@ > # > > PORTNAME= asterisk-gui >-PORTVERSION= 0.0.1r20070528 >+PORTVERSION= 0.0.1r20070627 > CATEGORIES= www > MASTER_SITES= http://asterisk-bsd.googlecode.com/files/ >-DISTNAME= ${PORTNAME}-snap-2007-05-28 >+DISTNAME= ${PORTNAME}-snap-2007-06-27 > > MAINTAINER= pneumann@gmail.com > COMMENT= An asterisk ajax web manager >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/www/asterisk-gui/distinfo,v >retrieving revision 1.2 >diff -u -r1.2 distinfo >--- distinfo 4 Jun 2007 07:39:45 -0000 1.2 >+++ distinfo 28 Jun 2007 20:57:20 -0000 >@@ -1,3 +1,3 @@ >-MD5 (asterisk-gui-snap-2007-05-28.tar.gz) = 7f680cd4a66b9a0f6797186acf969fa1 >-SHA256 (asterisk-gui-snap-2007-05-28.tar.gz) = d42dbfd3ee1234f4a034c5c328c28594f902abc8d482bd244687161b0a3b31fd >-SIZE (asterisk-gui-snap-2007-05-28.tar.gz) = 306972 >+MD5 (asterisk-gui-snap-2007-06-27.tar.gz) = 9146ea5d76b52fdb496b8f0837d9438a >+SHA256 (asterisk-gui-snap-2007-06-27.tar.gz) = 4f2c9c72067e807d145d78681a06f947b0a2a3a22eff9ebc9ce1355e35397dcf >+SIZE (asterisk-gui-snap-2007-06-27.tar.gz) = 311474 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/www/asterisk-gui/pkg-plist,v >retrieving revision 1.2 >diff -u -r1.2 pkg-plist >--- pkg-plist 4 Jun 2007 07:39:45 -0000 1.2 >+++ pkg-plist 28 Jun 2007 20:57:20 -0000 >@@ -6,6 +6,7 @@ > share/asterisk/static-http/config/images/1.gif > share/asterisk/static-http/config/images/accordion-icon.gif > share/asterisk/static-http/config/images/adv-v.gif >+share/asterisk/static-http/config/images/bandwidth.gif > share/asterisk/static-http/config/images/digiumlogo.gif > share/asterisk/static-http/config/images/dots.gif > share/asterisk/static-http/config/images/favicon.ico >@@ -23,7 +24,6 @@ > share/asterisk/static-http/config/scripts/prototype.js > share/asterisk/static-http/config/scripts/rico.js > share/asterisk/static-http/config/scripts/tooltip.js >-share/asterisk/static-http/config/stylesheets/rico.css > share/asterisk/static-http/config/stylesheets/schwing.css > share/asterisk/static-http/config/setup/1.html > share/asterisk/static-http/config/setup/10.html >@@ -41,6 +41,7 @@ > share/asterisk/static-http/config/backup.html > share/asterisk/static-http/config/cfgbasic.html > share/asterisk/static-http/config/cli.html >+share/asterisk/static-http/config/callparking.html > share/asterisk/static-http/config/emailsettings.html > share/asterisk/static-http/config/feditor.html > share/asterisk/static-http/config/guialert.html >Index: files/extra-config-queues.html >=================================================================== >RCS file: /home/ncvs/ports/www/asterisk-gui/files/extra-config-queues.html,v >retrieving revision 1.1 >diff -u -r1.1 extra-config-queues.html >--- files/extra-config-queues.html 3 Jun 2007 20:04:19 -0000 1.1 >+++ files/extra-config-queues.html 28 Jun 2007 20:57:20 -0000 >@@ -1,6 +1,6 @@ >---- config/queues.html.orig Wed Apr 4 12:50:22 2007 >-+++ config/queues.html Wed Apr 4 12:50:42 2007 >-@@ -254,7 +254,7 @@ >+--- config/queues.html.orig Thu Jun 28 14:58:19 2007 >++++ config/queues.html Thu Jun 28 14:59:20 2007 >+@@ -171,7 +171,7 @@ > for(k=0; k<$('agents').length; k++){ > selectedagent = "selectedagent" + k; > if( $(selectedagent).checked ){ >@@ -9,7 +9,7 @@ > p = p+1; > } > } >-@@ -398,7 +398,7 @@ >+@@ -338,7 +338,7 @@ > queuenames[j] = t.name; > return t.name + " -- Queue '" + t.fieldbyname['fullname'] + "'"; > }else if(InArray(extensions_conf_qs, t.name)) { // if is a subcategory >@@ -18,19 +18,12 @@ > if(t.names[x] == 'member' && tmp.length > 1){ > queueagents [j] [k] = tmp[1]; > k = k+1; >-@@ -512,7 +512,7 @@ >+@@ -435,7 +435,7 @@ >+ </select> > </td> > </tr> >- <tr onmouseover="show_tooltip('en', 'queues', 3);" > >-- <td valign='top' class="field_text">Agents:</td> >-+ <td valign='top' class="field_text">Users:</td> >+- <tr> <td valign='top' class="field_text" tip="en,queues,3">Agents:</td> >++ <tr> <td valign='top' class="field_text" tip="en,queues,3">Users:</td> > <td><select multiple='true' id='agents' style='display:none;'></select> > <div id="testmulti" style='border:1px solid; font-size: 8pt; height:75px; width: 200px;overflow :auto;'></div> > </td> >-@@ -580,4 +580,4 @@ >- </tr> >- </table> >- </div> >--</body> >-\ No newline at end of file >-+</body>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 114108
: 79439