Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								12af3b39db 
								
							 
						 
						
							
							
								
								[fix] make simple/result_templates/map.html more CSP compliant [1]  
							
							... 
							
							
							
							[1] https://github.com/searxng/searxng/issues/57 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-06-09 18:08:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								bf10b4a857 
								
							 
						 
						
							
							
								
								[fix] openstreetmap - fix some minor whitespace & indentation issues  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-06-09 18:08:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								c75425655f 
								
							 
						 
						
							
							
								
								[enh] openstreetmap / map template: improve results  
							
							... 
							
							
							
							implements ideas described in #69 
* update the engine
* use wikidata
* update map.html template 
							
						 
						
							2021-06-09 18:08:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								cdfb4b7ff9 
								
							 
						 
						
							
							
								
								[fix] make /stats more CSP compliant - bar graph  
							
							... 
							
							
							
							Replace bar graph's *styles* (see below) by CSP compliant implementation in
``searx/static/themes/__common__/less/stats.less`` ::
    ./simple/stats.html:49: <span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./simple/stats.html:57: <span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./simple/stats.html:58: <span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"></span>{{- "" -}}
    ./oscar/stats.html:50:  <span style="width: calc(max(2px, 100%*{{ (engine_stat.result_count / engine_stats.max_result_count )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./oscar/stats.html:58:  <span style="width: calc(max(2px, 100%*{{ (engine_stat.http / engine_stats.max_time )|round(3) }}))" class="stacked-bar-chart-serie1"></span>{{- "" -}}
    ./oscar/stats.html:59:  <span style="width: calc(100%*{{ engine_stat.processing / engine_stats.max_time |round(3) }})" class="stacked-bar-chart-serie2"></span>{{- "" -}}
Reported-by: https://github.com/searxng/searxng/issues/57 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-05-17 17:41:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								70cc196e2d 
								
							 
						 
						
							
							
								
								[fix] new_issue.html: drop inline style attributes (CSP conformance)  
							
							... 
							
							
							
							Inline styles are blocked by default with Content Security Policy (CSP).  Move
the inline styles from 'new_issue.html' to::
    searx/static/themes/__common__/less/new_issue.less
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-04-28 16:22:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								7f2dc530b2 
								
							 
						 
						
							
							
								
								[fix] simple theme - remove no longer used stats.less file  
							
							... 
							
							
							
							File searx/static/themes/simple/less/stats.less is not used (imported) in any
other less file.  I can't say when it's usage was dropped or if it has ever been
used.  ATM this file is without any usage.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-04-28 15:42:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								6b92e8c6fd 
								
							 
						 
						
							
							
								
								[upd] ./manage pyenv.cmd searx_extra/update/update_pygments.py  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-04-26 19:11:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								7032f7521c 
								
							 
						 
						
							
							
								
								[mod] /stats: simple theme implementation  
							
							
							
						 
						
							2021-04-24 06:58:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								baff1cbbab 
								
							 
						 
						
							
							
								
								fix issues from review  
							
							
							
						 
						
							2021-04-21 18:49:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								7cfd8d900a 
								
							 
						 
						
							
							
								
								[mod] oscar: /preferences , engines tab: report engine times  
							
							... 
							
							
							
							* display the median time instead of the average.
* add a "Reliability" column (sum up the metrics and the checker results).
* the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail. 
							
						 
						
							2021-04-21 16:24:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								d648001688 
								
							 
						 
						
							
							
								
								[mod] preferences: a tooltip is shown when the mouse is over the engine names  
							
							
							
						 
						
							2021-03-22 08:22:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								32cd0d31b3 
								
							 
						 
						
							
							
								
								[mod] upgrade pygments  
							
							... 
							
							
							
							add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes. 
							
						 
						
							2021-03-16 09:07:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Tauber 
								
							 
						 
						
							
							
							
							
								
							
							
								c6ca468df2 
								
							 
						 
						
							
							
								
								[fix] wrap long lines in infoboxes -  fixes   #1652  
							
							
							
						 
						
							2020-06-04 23:22:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								965eebd12b 
								
							 
						 
						
							
							
								
								simple theme : remove unused files  
							
							
							
						 
						
							2018-08-26 10:34:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex 
								
							 
						 
						
							
							
							
							
								
							
							
								3ba0d0516e 
								
							 
						 
						
							
							
								
								simple theme update  
							
							... 
							
							
							
							- npm package update
- apply #1226 
- implement vim help dialog
- display cookies and search URL with preferences
- allow to enable / disable Open Access DOI rewrite
- add a clear text button on the left of the search button
- implement #1011  : the HTML title page is not set when using POST
- remove searx/static/themes/simple/img/loader.gif
- use full width when only there are only images as result 
							
						 
						
							2018-08-14 17:21:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								cc69b1cd87 
								
							 
						 
						
							
							
								
								simple theme : replace magnet.svg with a home made version  
							
							
							
						 
						
							2017-12-05 21:58:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								9babe06a0e 
								
							 
						 
						
							
							
								
								[mod] simple theme: add the license to different files.  
							
							
							
						 
						
							2017-11-26 14:33:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								10a24bdc2c 
								
							 
						 
						
							
							
								
								[enh] add simple theme (WIP)  
							
							
							
						 
						
							2017-08-06 16:04:21 +02:00