Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | correct format specifier, in case the branch name contains HTML-conflicting characters |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
2eda90a5dedf50c6bb12eec8b7bb6ebb |
| User & Date: | jan.nijtmans 2013-12-05 08:44:53.274 |
Context
|
2013-12-05
| ||
| 08:56 | Correct use of plural, remove some spaces/tabs at the end of lines. ... (check-in: 3e18dbefd0 user: jan.nijtmans tags: trunk) | |
| 08:44 | correct format specifier, in case the branch name contains HTML-conflicting characters ... (check-in: 2eda90a5de user: jan.nijtmans tags: trunk) | |
| 08:40 | Add a checkbox in the ci_edit page which allows to close multiple leaves (all successors of the current check-in) to be closed in a single action. ... (check-in: 718cc00208 user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
2335 2336 2337 2338 2339 2340 2341 |
@ Mark this leaf as "closed" so that it no longer appears on the
@ "leaves" page and is no longer labeled as a "<b>Leaf</b>"</label>
@ </td></tr>
}else if( zBranchName ){
@ <tr><th align="right" valign="top">Branch Closure:</th>
@ <td valign="top">
@ <label><input type="checkbox" name="close"%s(zCloseFlag) />
| | | 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 |
@ Mark this leaf as "closed" so that it no longer appears on the
@ "leaves" page and is no longer labeled as a "<b>Leaf</b>"</label>
@ </td></tr>
}else if( zBranchName ){
@ <tr><th align="right" valign="top">Branch Closure:</th>
@ <td valign="top">
@ <label><input type="checkbox" name="close"%s(zCloseFlag) />
@ Mark branch <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span>
@ as "closed" so that its leaf no longer appears on the "leaves" page
@ and is no longer labeled as a "<b>Leaf</b>"</label>
@ </td></tr>
}
}
if(zBranchName) fossil_free(zBranchName);
|
| ︙ | ︙ |