You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/26 21:28:26 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - fix source file case

Repository: flex-utilities
Updated Branches:
  refs/heads/develop dbe6309cc -> 672be3723


fix source file case


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c6faa144
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/c6faa144
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/c6faa144

Branch: refs/heads/develop
Commit: c6faa1445fd2bbb375a0c74eb70bd61f5b9039f4
Parents: dbe6309
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Sep 27 05:26:38 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Sep 27 05:26:38 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c6faa144/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index 8c50a5e..8f575f5 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -457,7 +457,7 @@
 				<node label="Millisecond Formatting" app="apache/i18n/MillisecondExample"/>
 				<node label="NumberStepper" app="apache/i18n/NumericStepperExample"/>
 				<node label="Scientific Notation Formatting" app="apache/i18n/ScientificExample"/>
-				<node label="Timezone Formatting" app="apache/i18n/TimezoneExample"/>
+				<node label="Timezone Formatting" app="apache/i18n/TimeZoneExample"/>
 			</node>
 			<node label="Apache Flex 4.11" app="apache/ApacheFlex4_11_0">
 				<!--  Add more examples here -->
@@ -477,4 +477,4 @@
 			 -->
 		</node>
 	</node>
-</compTree>
\ No newline at end of file
+</compTree>


[2/2] git commit: [flex-utilities] [refs/heads/develop] - put google analytics back in

Posted by jm...@apache.org.
put google analytics back in


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/672be372
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/672be372
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/672be372

Branch: refs/heads/develop
Commit: 672be3723e2f5f3266baaa597ecbdd4e9076419b
Parents: c6faa14
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Sep 27 05:26:56 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Sep 27 05:26:56 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/672be372/TourDeFlex/TourDeFlex3/src/index.html
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/index.html b/TourDeFlex/TourDeFlex3/src/index.html
index 8257541..400abb7 100755
--- a/TourDeFlex/TourDeFlex3/src/index.html
+++ b/TourDeFlex/TourDeFlex3/src/index.html
@@ -42,6 +42,21 @@ body { margin: 0px; overflow:hidden }
 	);
 // -->
 </script>
+</script>
+<!-- Google Analytics -->
+<script type="text/javascript">
+
+	var _gaq = _gaq || [];
+	_gaq.push(['_setAccount', 'UA-37926454-1']);
+	_gaq.push(['_trackPageview']);
+
+	(function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	})();
+
+</script>
 <noscript>
 	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 			id="explorer" width="100%" height="100%"