mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	Merge branch 'seeddms-5.0.x' into develop
This commit is contained in:
		
						commit
						f78e02e7e8
					
				|  | @ -1887,7 +1887,7 @@ class SeedDMS_Core_DMS { | |||
| 	 */ | ||||
| 	function createPasswordRequest($user) { /* {{{ */ | ||||
| 		$hash = md5(uniqid(time())); | ||||
| 		$queryStr = "INSERT INTO tblUserPasswordRequest (userID, hash, `date`) VALUES (" . $user->getId() . ", " . $this->db->qstr($hash) .", ".$db->getCurrentDatetime().")"; | ||||
| 		$queryStr = "INSERT INTO tblUserPasswordRequest (userID, hash, `date`) VALUES (" . $user->getId() . ", " . $this->db->qstr($hash) .", ".$this->db->getCurrentDatetime().")"; | ||||
| 		$resArr = $this->db->getResult($queryStr); | ||||
| 		if (is_bool($resArr) && !$resArr) return false; | ||||
| 		return $hash; | ||||
|  |  | |||
|  | @ -53,6 +53,10 @@ ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover { | |||
| 		font-weight: bold; | ||||
| } | ||||
| 
 | ||||
| .wordbreak { | ||||
| 	word-break: break-word; | ||||
| } | ||||
| 
 | ||||
| .btn-file { | ||||
| 	position: relative; | ||||
| 	overflow: hidden; | ||||
|  |  | |||
|  | @ -456,7 +456,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { | |||
| 		print "</td>\n"; | ||||
| 
 | ||||
| 		print "<td><ul class=\"actions unstyled\">\n"; | ||||
| //		print "<li>".$latestContent->getOriginalFileName() ."</li>\n";
 | ||||
| //		print "<li class=\"wordbreak\">".$latestContent->getOriginalFileName() ."</li>\n";
 | ||||
| 		print "<li>".getMLText('version').": ".$latestContent->getVersion()."</li>\n"; | ||||
| 
 | ||||
| 		if ($file_exists) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann