mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 12:41:20 +00:00 
			
		
		
		
	Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
		
						commit
						5bfc79ceff
					
				|  | @ -182,11 +182,12 @@ | |||
|                      Changes in version 5.1.21 | ||||
| -------------------------------------------------------------------------------- | ||||
| - new api to fulltext search | ||||
| - do offer to export users of group if there are no users | ||||
| - do not offer to export users of group if there are no users | ||||
| - config file can be set in env var SEEDDMS_CONFIG_FILE | ||||
| - fix error when search for a boolean attribute value | ||||
| - fix error when searching for a boolean attribute value | ||||
| - extension may contain a conf varіable to select a workflow | ||||
| - do not set max_execution_time for scripts run by php-cli | ||||
| - add link to document/folder details in each list row if onepage mode is on | ||||
| 
 | ||||
| -------------------------------------------------------------------------------- | ||||
|                      Changes in version 5.1.20 | ||||
|  |  | |||
|  | @ -2914,6 +2914,8 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev) | |||
| 			if($enableClipboard) { | ||||
| 				$content .= '<a class="addtoclipboard" rel="D'.$docID.'" msg="'.getMLText('splash_added_to_clipboard').'" title="'.getMLText("add_to_clipboard").'"><i class="fa fa-copy"></i></a>'; | ||||
| 			} | ||||
| 			if($onepage) | ||||
| 				$content .= '<a href="../out/out.ViewDocument.php?documentid='.$docID.'" title="'.getMLText("view_document").'"><i class="fa fa-eye"></i></a>'; | ||||
| 			if(!empty($extracontent['end_action_list'])) | ||||
| 				$content .= $extracontent['end_action_list']; | ||||
| 			$content .= "</div>"; | ||||
|  | @ -3041,6 +3043,8 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev) | |||
| 		if($enableClipboard) { | ||||
| 			$content .= '<a class="addtoclipboard" rel="F'.$subFolder->getID().'" msg="'.getMLText('splash_added_to_clipboard').'" title="'.getMLText("add_to_clipboard").'"><i class="fa fa-copy"></i></a>'; | ||||
| 		} | ||||
| 		if($onepage) | ||||
| 			$content .= '<a href="../out/out.ViewFolder.php?folderid='.$subFolder->getID().'" title="'.getMLText("view_folder").'"><i class="fa fa-eye"></i></a>'; | ||||
| 		if(!empty($extracontent['end_action_list'])) | ||||
| 			$content .= $extracontent['end_action_list']; | ||||
| 		$content .= "</div>"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann