The trunk folder is for all new features that are not yet ready for release. This folder will be for stabilizing work as it is built and creating new features. The releases folder is used for release builds. The earliest available build is 2.3.x, and thus it will have the 2.3 folder. All maintenance and bug fixes go in this folder. No new features whatsoever are to be added in here, keeping those completely in the trunk. When the trunk is ready for the next version, it will have a new folder created for it (releases/2.4 for instance) to stabilizing for final release. The tags folder is used for individual releases. When a release build is ready to go out for download, that release folder will be cloned into an appropriate tag folder. For example, the releases/2.3 folder will be cloned into tags/2.3.1 for that release, and after more work on bug fixes, it will be cloned to tags/2.3.2. Thus, these tag folders should never be modified for any reason. The tag exists purely as a snapshot of a certain point on the release path, and to modify a snapshot defeats the purpose. Any bug in a tagged release should be fixed in the appropriate release folder (such as releases/2.3 for a bug found in 2.3.1).
7 lines
685 B
PHP
7 lines
685 B
PHP
<div id="headerContentAdmin">Label Image</div>
|
|
<table class="dataTable">
|
|
<tr>
|
|
<td class="dataLabelLeft">Image Name: </td>
|
|
<td class="data"><input name="brewLabelImage" type="text" id="brewLabelImage" size="30" tooltipText="<?php echo $toolTip_images; ?>" value="<?php if (($action == "edit") || ($action=="reuse")) echo $row_log['brewLabelImage']; ?>"> e.g., brew1.jpg <span class="text_11_bold"><a href="includes/upload_image.inc.php?KeepThis=true&TB_iframe=true&height=450&width=800" title="Upload an Image" class="thickbox">Upload</a> (new window)</span> </td>
|
|
</tr>
|
|
</table> |