[freeside-commits] freeside/rt Makefile.in, 1.3, 1.3.4.1 configure.ac, 1.1.1.12, 1.1.1.12.4.1 FREESIDE_MODIFIED, 1.43.2.6, 1.43.2.7

Mark Wells mark at wavetail.420.am
Fri Dec 31 16:47:19 PST 2010


Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv23404/rt

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Makefile.in configure.ac FREESIDE_MODIFIED 
Log Message:
limit ticket creation queue dropdowns based on ACL, RT#7778

Index: Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -w -d -r1.3 -r1.3.4.1
--- Makefile.in	18 May 2010 19:20:28 -0000	1.3
+++ Makefile.in	1 Jan 2011 00:47:17 -0000	1.3.4.1
@@ -169,6 +169,7 @@
 				rt-email-dashboards \
 				rt-email-group-admin \
 				rt-server \
+				rt-session-viewer \
 				rt-test-dependencies \
 				rt-clean-sessions \
 				rt-shredder \

Index: configure.ac
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/configure.ac,v
retrieving revision 1.1.1.12
retrieving revision 1.1.1.12.4.1
diff -u -w -d -r1.1.1.12 -r1.1.1.12.4.1
--- configure.ac	18 May 2010 18:40:32 -0000	1.1.1.12
+++ configure.ac	1 Jan 2011 00:47:17 -0000	1.1.1.12.4.1
@@ -398,6 +398,7 @@
                  etc/upgrade/3.8-ical-extension
                  etc/upgrade/split-out-cf-categories
                  sbin/rt-attributes-viewer
+                 sbin/rt-session-viewer
                  sbin/rt-dump-database
                  sbin/rt-setup-database
                  sbin/rt-test-dependencies

Index: FREESIDE_MODIFIED
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/FREESIDE_MODIFIED,v
retrieving revision 1.43.2.6
retrieving revision 1.43.2.7
diff -u -w -d -r1.43.2.6 -r1.43.2.7
--- FREESIDE_MODIFIED	5 Dec 2010 00:15:55 -0000	1.43.2.6
+++ FREESIDE_MODIFIED	1 Jan 2011 00:47:17 -0000	1.43.2.7
@@ -29,6 +29,20 @@
 lib/RT/URI/freeside/Internal.pm
 lib/RT/URI/freeside/XMLRPC.pm
 
+# 3.9-fix-queue-caching bugfix branch
+# github.com/bestpractical/rt/commit/7e211c1199836d49f007d7f677105e5c73cc0348
+Makefile.in
+configure.ac
+lib/RT/Principal_Overlay.pm
+lib/RT/Queue_Overlay.pm
+lib/RT/System.pm
+lib/RT/Test.pm
+lib/RT/Interface/Web.pm
+sbin/rt-session-viewer.in
+share/html/Elements/SelectQueue
+
+share/html/Ticket/Create.html # queue select dropdown on Ticket/Create
+
  share/html/autohandler #Footer getting appended where unwelcome
  share/html/index.html #option to redirect to ticket display on quick create
  share/html/Admin/CustomFields/Modify.html #CheckMandatoryFields
@@ -51,7 +65,6 @@
  share/html/Elements/SelectCustomerAgent #SearchCustomerFields
  share/html/Elements/SelectCustomerClass #SearchCustomerFields
  share/html/Elements/SelectCustomerTag #SearchCustomerFields
- html/Ticket/Create.html #XXX TODO
  share/html/Search/Build.html
  share/html/Search/Elements/BuildFormatString
  share/html/Search/Elements/PickCFs #customfield date patch



More information about the freeside-commits mailing list