← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 311: Revert "Merge pull request #57 from zsmahi/master" #38: chrome addon

 

------------------------------------------------------------
revno: 311
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Thu 2012-08-23 11:37:51 +0100
message:
  Revert "Merge pull request #57 from zsmahi/master" #38: chrome addon
  
  This reverts commit 7f597d1da02696d37d7beac9f7afceb79fe51834, reversing
  changes made to abd359daa927ebc8e055bc6897772d1f8a51288a.
removed:
  interfaces/toolbars/chrome/CHANGELOG
added:
  interfaces/toolbars/chrome/README.rst
  interfaces/toolbars/firefox/README.rst
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
=== removed file 'interfaces/toolbars/chrome/CHANGELOG'
--- interfaces/toolbars/chrome/CHANGELOG	2012-08-23 05:07:45 +0000
+++ interfaces/toolbars/chrome/CHANGELOG	1970-01-01 00:00:00 +0000
@@ -1,10 +0,0 @@
-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

=== added file 'interfaces/toolbars/chrome/README.rst'
--- interfaces/toolbars/chrome/README.rst	1970-01-01 00:00:00 +0000
+++ interfaces/toolbars/chrome/README.rst	2012-08-23 10:37:51 +0000
@@ -0,0 +1,3 @@
+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-23 05:07:45 +0000
+++ interfaces/toolbars/chrome/manifest.json	2012-08-23 10:37:51 +0000
@@ -1,11 +1,10 @@
 {
   "name": "Alfanous",
   "version": "0.7",
-  "manifest_version": 2,
   "description": "Alfanous.",
   "browser_action": {
     "default_icon": "logo.png",
-	"default_popup": "search.html"
+	"popup": "search.html"
 		  },
   "permissions": ["http://www.alfanous.org/json/";]
 }

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