← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 310: Merge pull request #57 from zsmahi/master

 

Merge authors:
  zsmahi <zakaria08esi@xxxxxxxxx>
------------------------------------------------------------
revno: 310 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Thu 2012-08-23 02:57:04 -0700
message:
  Merge pull request #57 from zsmahi/master
  
  modifing chrome/manifest.json (upgrade manifest_version) #38: chrome addon
removed:
  interfaces/toolbars/chrome/README.rst
  interfaces/toolbars/firefox/README.rst
added:
  interfaces/toolbars/chrome/CHANGELOG
modified:
  interfaces/toolbars/chrome/manifest.json


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== added file 'interfaces/toolbars/chrome/CHANGELOG'
--- interfaces/toolbars/chrome/CHANGELOG	1970-01-01 00:00:00 +0000
+++ interfaces/toolbars/chrome/CHANGELOG	2012-08-23 05:07:45 +0000
@@ -0,0 +1,10 @@
+2012-08-19  zaki Smahi <zakaria08esi@xxxxxxxxx>
+
+    	* adding the '"manifest_version": 2,' to manifest.json 
+				newer versions of chrome have upgraded from json 1 to json 2
+		
+2012-08-17  zaki Smahi <zakaria08esi@xxxxxxxxx>
+
+    	* url in action attribut changed from "http://www.alfanous.org/json"; to "http://www.alfanous.org/";
+    	* attribut target="_blank" added to show results in new tab // without this attribut results won't be showen
+		
\ No newline at end of file

=== removed file 'interfaces/toolbars/chrome/README.rst'
--- interfaces/toolbars/chrome/README.rst	2012-08-17 17:59:34 +0000
+++ interfaces/toolbars/chrome/README.rst	1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
-changes made by zsmahi
-		url in action attribut changed from "http://www.alfanous.org/json"; to "http://www.alfanous.org/";
-		attribut target="_blank" added to show results in new tab // without this attribut results won't be showen
\ No newline at end of file

=== modified file 'interfaces/toolbars/chrome/manifest.json'
--- interfaces/toolbars/chrome/manifest.json	2012-08-17 17:56:44 +0000
+++ interfaces/toolbars/chrome/manifest.json	2012-08-23 05:07:45 +0000
@@ -1,10 +1,11 @@
 {
   "name": "Alfanous",
   "version": "0.7",
+  "manifest_version": 2,
   "description": "Alfanous.",
   "browser_action": {
     "default_icon": "logo.png",
-	"popup": "search.html"
+	"default_popup": "search.html"
 		  },
   "permissions": ["http://www.alfanous.org/json/";]
 }

=== removed file 'interfaces/toolbars/firefox/README.rst'
--- interfaces/toolbars/firefox/README.rst	2012-08-17 18:27:05 +0000
+++ interfaces/toolbars/firefox/README.rst	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-============================
-Firefox Toolbar for Alfanous
-============================
-
-
--------
-Install
--------
-
-
--------
-Changes
--------
-
-changes made by zsmahi:
-
-1. logo for extension added
-2. interfaces added
\ No newline at end of file