Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a unfinalized query in the /admin_log page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6022ad49c483f5e9526b6499306fd77e |
User & Date: | drh 2018-08-22 19:43:07.436 |
Context
2018-08-23
| ||
15:07 | Add the meta-viewport header to the repository list page. ... (check-in: bb7c2d91 user: drh tags: trunk) | |
02:57 | Put all javascript inline using a nonce. Disallow 'unsafe-inline' CSP for javascript. ... (check-in: 89c40851 user: drh tags: csp-nonce) | |
2018-08-22
| ||
19:43 | Fix a unfinalized query in the /admin_log page. ... (check-in: 6022ad49 user: drh tags: trunk) | |
2018-08-21
| ||
01:33 | Dynamic number of columns on the /help page, based on screen width ... (check-in: 1d495e89 user: drh tags: trunk) | |
Changes
Changes to src/setup.c.
︙ | ︙ | |||
1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 | @ <tr class="row%d(counter%2)"> @ <td class="adminTime">%s(zTime)</td> @ <td>%s(zUser)</td> @ <td>%s(zPage)</td> @ <td>%h(zMessage)</td> @ </tr> } @ </tbody></table> if( counter>ofst+limit ){ @ <p><a href="admin_log?n=%d(limit)&x=%d(limit+ofst)">[Older]</a></p> } style_footer(); } | > | 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 | @ <tr class="row%d(counter%2)"> @ <td class="adminTime">%s(zTime)</td> @ <td>%s(zUser)</td> @ <td>%s(zPage)</td> @ <td>%h(zMessage)</td> @ </tr> } db_finalize(&stLog); @ </tbody></table> if( counter>ofst+limit ){ @ <p><a href="admin_log?n=%d(limit)&x=%d(limit+ofst)">[Older]</a></p> } style_footer(); } |
︙ | ︙ |