You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fixed document generation to include section summaries on the Configuration page.
Fixed by Cynthia Shang.
This commit is contained in:
		
				
					committed by
					
						 David Steele
						David Steele
					
				
			
			
				
	
			
			
			
						parent
						
							1d2b08ce94
						
					
				
				
					commit
					1be69d5ac7
				
			| @@ -737,6 +737,9 @@ sub helpConfigDocGet | ||||
|  | ||||
|         my $oSectionDoc = $oConfigDoc->nodeGet('config-section-list')->nodeGetById('config-section', $strSection); | ||||
|  | ||||
|         # Set the summary text for the section | ||||
|         $oSectionElement->textSet($oSectionDoc->textGet()); | ||||
|  | ||||
|         $oSectionElement-> | ||||
|             nodeAdd('title')->textSet( | ||||
|                 {name => 'text', | ||||
|   | ||||
| @@ -12,6 +12,16 @@ | ||||
|     <release-list> | ||||
|         <release date="XXXX-XX-XX" version="1.23dev" title="UNDER DEVELOPMENT"> | ||||
|             <release-doc-list> | ||||
|                 <release-bug-list> | ||||
|                     <release-item> | ||||
|                         <release-item-contributor-list> | ||||
|                             <release-item-contributor id="shang.cynthia"/> | ||||
|                         </release-item-contributor-list> | ||||
|  | ||||
|                         <p>Fixed document generation to include section summaries on the Configuration page.</p> | ||||
|                     </release-item> | ||||
|                 </release-bug-list> | ||||
|  | ||||
|                 <release-refactor-list> | ||||
|                     <release-item> | ||||
|                         <p>Move contributor list to the end of <file>release.xml</file> for convenience.</p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user