Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								bbb5e23551 
								
							 
						 
						
							
							
								
								Remove whitespace caused by Jinja commands  
							
							... 
							
							
							
							Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth. 
							
						 
						
							2015-02-14 01:42:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								a20d09f76b 
								
							 
						 
						
							
							
								
								Translations update  
							
							
							
						 
						
							2015-02-13 18:28:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								bf09daa31d 
								
							 
						 
						
							
							
								
								[enh] log redirects  
							
							
							
						 
						
							2015-02-13 13:02:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								3ff269c84c 
								
							 
						 
						
							
							
								
								Merge pull request  #237  from dalf/master  
							
							... 
							
							
							
							[fix] close  #197  for all engines 
							
						 
						
							2015-02-13 12:21:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								5029cb4787 
								
							 
						 
						
							
							
								
								[fix]  close   #197  for all engines  
							
							
							
						 
						
							2015-02-13 11:17:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								a8e870fbb6 
								
							 
						 
						
							
							
								
								Merge pull request  #235  from Cqoicebordel/rtl-fixes  
							
							... 
							
							
							
							Some RTL fixes 
							
						 
						
							2015-02-13 11:02:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								77ba28cf50 
								
							 
						 
						
							
							
								
								Some RTL fixes  
							
							... 
							
							
							
							- Pull the suggestions to the right in oscar
- Add `‎` to a few places to print good url
- Always LTR code display
- Order pref label and info in pref for mobile view
And add `sort` for ui languages and languages to find them more easily. 
							
						 
						
							2015-02-13 01:03:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dimqua 
								
							 
						 
						
							
							
							
							
								
							
							
								f1a6522686 
								
							 
						 
						
							
							
								
								[enh] update russian translation  
							
							
							
						 
						
							2015-02-12 23:34:03 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								ec2516b93d 
								
							 
						 
						
							
							
								
								Merge pull request  #233  from dalf/master  
							
							... 
							
							
							
							[fix] kickass engine 
							
						 
						
							2015-02-12 15:20:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								9d537c0bad 
								
							 
						 
						
							
							
								
								[fix] kickass tests  
							
							
							
						 
						
							2015-02-12 14:50:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								c4dd7c3a54 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/dalf/searx  
							
							
							
						 
						
							2015-02-12 14:33:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								9db0bbc304 
								
							 
						 
						
							
							
								
								[fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond).  
							
							... 
							
							
							
							Close  #197  perhaps not in clean way. Explanation :
In fact 301 responses are followed, except the hook is called for each HTTP response,
the first time for the HTTP 301 response then for HTTP 200 response.
Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here.
Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one)
May be a proper way is to add this test in search.py ?
Code inside requests :
53d02381e2/requests/sessions.py (L579) 
						
							2015-02-12 14:30:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								1cf870c024 
								
							 
						 
						
							
							
								
								[fix] kickass engine : change the hostname to kickass.to (since kickass.so doesn't respond).  
							
							... 
							
							
							
							Close  #197  perhaps not in clean way. Explaination :
In fact 301 responses are followed, except the hook is called for each HTTP response,
the first time for the HTTP 301 response then for HTTP 200 response.
Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here.
Add a simple test at the begining of the result function allows pass the first response and handle correctly the second response (the real one)
May be a proper way is to add this test in search.py ?
Code inside requests :
53d02381e2/requests/sessions.py (L579) 
						
							2015-02-12 12:30:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								f6db77d81e 
								
							 
						 
						
							
							
								
								Merge pull request  #210  from Cqoicebordel/unit-tests  
							
							... 
							
							
							
							unit tests 
							
						 
						
							2015-02-12 10:52:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								516105c570 
								
							 
						 
						
							
							
								
								Merge pull request  #227  from Cqoicebordel/rtl-fix  
							
							... 
							
							
							
							RTL-fixes 
							
						 
						
							2015-02-12 08:25:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								b5cbbcede4 
								
							 
						 
						
							
							
								
								LTR the about page correctly  
							
							
							
						 
						
							2015-02-12 02:02:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								d4ba97d00d 
								
							 
						 
						
							
							
								
								Engine table in preference page in Courgette text-aligned to the right in RTL  
							
							
							
						 
						
							2015-02-11 22:00:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								f4bdcc067f 
								
							 
						 
						
							
							
								
								Real fix for preferences in RTL *and* in LTR  
							
							
							
						 
						
							2015-02-11 20:53:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								3d5a4b091d 
								
							 
						 
						
							
							
								
								Translate the 'cached' in results  
							
							
							
						 
						
							2015-02-11 20:32:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								cec3ea77d5 
								
							 
						 
						
							
							
								
								Maps data must be LTR in RTL  
							
							
							
						 
						
							2015-02-11 20:18:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								a4ae775e0f 
								
							 
						 
						
							
							
								
								Preferences in the right order in RTL  
							
							
							
						 
						
							2015-02-11 20:08:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								f96154b7c4 
								
							 
						 
						
							
							
								
								Google's unit test  
							
							
							
						 
						
							2015-02-11 17:16:52 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								9520542fa5 
								
							 
						 
						
							
							
								
								Merge pull request  #225  from Cqoicebordel/rtl-fix  
							
							... 
							
							
							
							Import result_footer_rtl in video so it doesn't crash... 
							
						 
						
							2015-02-11 16:12:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								3f4d0053ee 
								
							 
						 
						
							
							
								
								Import result_footer_rtl in video so it doesn't crash...  
							
							
							
						 
						
							2015-02-11 15:58:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								c242a01d7b 
								
							 
						 
						
							
							
								
								Merge pull request  #223  from pointhi/translations  
							
							... 
							
							
							
							[enh] update translations 
							
						 
						
							2015-02-11 15:38:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								6a0a693d6c 
								
							 
						 
						
							
							
								
								[enh] add hebrew locale to searx  
							
							
							
						 
						
							2015-02-11 15:04:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								0bdc79f45e 
								
							 
						 
						
							
							
								
								[enh] add hebrew translation  
							
							
							
						 
						
							2015-02-11 14:59:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								4b213ef4a2 
								
							 
						 
						
							
							
								
								[enh] update translations, regarding to  #221  
							
							
							
						 
						
							2015-02-11 14:19:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								e43f61069a 
								
							 
						 
						
							
							
								
								[fix] category name i18n -  closes   #221  
							
							
							
						 
						
							2015-02-10 23:14:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								f703a77fc9 
								
							 
						 
						
							
							
								
								Photon's unit test  
							
							... 
							
							
							
							As in Flickr, a continue is not detected by coverage as covered but it is. 
							
						 
						
							2015-02-10 18:44:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								f8a5f7d675 
								
							 
						 
						
							
							
								
								Merge branch 'Cqoicebordel-rtl'  
							
							
							
						 
						
							2015-02-10 15:28:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								df9cf9d09b 
								
							 
						 
						
							
							
								
								Merge branch 'rtl' of github.com:Cqoicebordel/searx  
							
							
							
						 
						
							2015-02-10 15:23:56 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								8c2a5f0492 
								
							 
						 
						
							
							
								
								DDG Definitions' unit tests  
							
							
							
						 
						
							2015-02-09 18:28:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								0a537d3b89 
								
							 
						 
						
							
							
								
								Yacy's unit test  
							
							
							
						 
						
							2015-02-09 16:55:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								c711212662 
								
							 
						 
						
							
							
								
								[fix] image proxify utf urls  
							
							
							
						 
						
							2015-02-09 12:24:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								67df3c516f 
								
							 
						 
						
							
							
								
								Merge pull request  #220  from pointhi/safesearch  
							
							... 
							
							
							
							Safesearch 
							
						 
						
							2015-02-09 10:47:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								5f801d7ea0 
								
							 
						 
						
							
							
								
								Merge pull request  #219  from pointhi/new_engines  
							
							... 
							
							
							
							New engines: gigablast and blekko_images 
							
						 
						
							2015-02-09 10:46:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								7ac6361b51 
								
							 
						 
						
							
							
								
								[enh] set google safesearch filter more restictive  
							
							
							
						 
						
							2015-02-08 22:29:26 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								10666fd7c0 
								
							 
						 
						
							
							
								
								[enh] add safesearch to google_images  
							
							
							
						 
						
							2015-02-08 22:15:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								832ea60e3d 
								
							 
						 
						
							
							
								
								[fix] pep8, tests  
							
							
							
						 
						
							2015-02-08 22:01:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								e7de9674b1 
								
							 
						 
						
							
							
								
								[enh] add safesearch functionality  
							
							... 
							
							
							
							2 = strict
1 = moderate
0 = none 
							
						 
						
							2015-02-08 21:53:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								dd4686a388 
								
							 
						 
						
							
							
								
								[enh] add blekko_images engine  
							
							
							
						 
						
							2015-02-08 14:49:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Pointhuber 
								
							 
						 
						
							
							
							
							
								
							
							
								04f7118d0a 
								
							 
						 
						
							
							
								
								[enh] add gigablast engine  
							
							
							
						 
						
							2015-02-08 14:12:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								7c075aa731 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:asciimoo/searx  
							
							
							
						 
						
							2015-02-08 10:44:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								9492b50070 
								
							 
						 
						
							
							
								
								[enh] fabfile to setup searx with uwsgi+nginx under debian based distros  
							
							
							
						 
						
							2015-02-08 10:42:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								fb04f76698 
								
							 
						 
						
							
							
								
								Faroo's unit test  
							
							
							
						 
						
							2015-02-07 15:35:12 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								91f7c031d5 
								
							 
						 
						
							
							
								
								[fix] handle proxied https scheme with uwsgi  
							
							
							
						 
						
							2015-02-07 12:28:36 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								d0a1df881a 
								
							 
						 
						
							
							
								
								Openstreetmap's unit test  
							
							
							
						 
						
							2015-02-07 01:15:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								f1c10f4fe4 
								
							 
						 
						
							
							
								
								Startpage's unit test  
							
							
							
						 
						
							2015-02-06 17:31:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cqoicebordel 
								
							 
						 
						
							
							
							
							
								
							
							
								3a4d6045c1 
								
							 
						 
						
							
							
								
								Subtitleseeker's unit test  
							
							
							
						 
						
							2015-02-06 16:39:59 +01:00