Fossil SCM
Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI.
Commit
404aaecff8b3043b0125463ca47d6650ae056f1e
Parent
91eded7a09d4277…
2 files changed
+1
-1
+3
-2
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -1386,11 +1386,11 @@ | ||
| 1386 | 1386 | } |
| 1387 | 1387 | @ <p>Make changes to attributes of check-in |
| 1388 | 1388 | @ [<a href="ci?name=%s(zUuid)">%s(zUuid)</a>]:</p> |
| 1389 | 1389 | @ <form action="%s(g.zBaseURL)/ci_edit" method="POST"> |
| 1390 | 1390 | login_insert_csrf_secret(); |
| 1391 | - @ <input type="hidden" name="r" value="%d(rid)"> | |
| 1391 | + @ <input type="hidden" name="r" value="%S(zUuid)"> | |
| 1392 | 1392 | @ <table border="0" cellspacing="10"> |
| 1393 | 1393 | |
| 1394 | 1394 | @ <tr><td align="right" valign="top"><b>User:</b></td> |
| 1395 | 1395 | @ <td valign="top"> |
| 1396 | 1396 | @ <input type="text" name="u" size="20" value="%h(zNewUser)"> |
| 1397 | 1397 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1386,11 +1386,11 @@ | |
| 1386 | } |
| 1387 | @ <p>Make changes to attributes of check-in |
| 1388 | @ [<a href="ci?name=%s(zUuid)">%s(zUuid)</a>]:</p> |
| 1389 | @ <form action="%s(g.zBaseURL)/ci_edit" method="POST"> |
| 1390 | login_insert_csrf_secret(); |
| 1391 | @ <input type="hidden" name="r" value="%d(rid)"> |
| 1392 | @ <table border="0" cellspacing="10"> |
| 1393 | |
| 1394 | @ <tr><td align="right" valign="top"><b>User:</b></td> |
| 1395 | @ <td valign="top"> |
| 1396 | @ <input type="text" name="u" size="20" value="%h(zNewUser)"> |
| 1397 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -1386,11 +1386,11 @@ | |
| 1386 | } |
| 1387 | @ <p>Make changes to attributes of check-in |
| 1388 | @ [<a href="ci?name=%s(zUuid)">%s(zUuid)</a>]:</p> |
| 1389 | @ <form action="%s(g.zBaseURL)/ci_edit" method="POST"> |
| 1390 | login_insert_csrf_secret(); |
| 1391 | @ <input type="hidden" name="r" value="%S(zUuid)"> |
| 1392 | @ <table border="0" cellspacing="10"> |
| 1393 | |
| 1394 | @ <tr><td align="right" valign="top"><b>User:</b></td> |
| 1395 | @ <td valign="top"> |
| 1396 | @ <input type="text" name="u" size="20" value="%h(zNewUser)"> |
| 1397 |
+3
-2
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -84,14 +84,15 @@ | ||
| 84 | 84 | yet simple [./quickstart.wiki#serversetup | server configurations]. |
| 85 | 85 | The most popular is a 2-line CGI script. This is the approach |
| 86 | 86 | used by the [./selfhost.wiki | self-hosting fossil repositories]. |
| 87 | 87 | |
| 88 | 88 | 7. <b>Robust & Reliable</b> - |
| 89 | - Fossil stores content in an SQLite database so that transactions are | |
| 89 | + Fossil stores content using an [./fileformat.wiki | enduring file format] | |
| 90 | + in an SQLite database so that transactions are | |
| 90 | 91 | atomic even if interrupted by a power loss or system crash. Furthermore, |
| 91 | 92 | automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 92 | - the repository are consistent prior to each commit. In over two years | |
| 93 | + the repository are consistent prior to each commit. In nearly three years | |
| 93 | 94 | of operation, no work has ever been lost after having been committed to |
| 94 | 95 | a Fossil repository. |
| 95 | 96 | |
| 96 | 97 | <hr> |
| 97 | 98 | <h3>Links For Fossil Users:</h3> |
| 98 | 99 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -84,14 +84,15 @@ | |
| 84 | yet simple [./quickstart.wiki#serversetup | server configurations]. |
| 85 | The most popular is a 2-line CGI script. This is the approach |
| 86 | used by the [./selfhost.wiki | self-hosting fossil repositories]. |
| 87 | |
| 88 | 7. <b>Robust & Reliable</b> - |
| 89 | Fossil stores content in an SQLite database so that transactions are |
| 90 | atomic even if interrupted by a power loss or system crash. Furthermore, |
| 91 | automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 92 | the repository are consistent prior to each commit. In over two years |
| 93 | of operation, no work has ever been lost after having been committed to |
| 94 | a Fossil repository. |
| 95 | |
| 96 | <hr> |
| 97 | <h3>Links For Fossil Users:</h3> |
| 98 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -84,14 +84,15 @@ | |
| 84 | yet simple [./quickstart.wiki#serversetup | server configurations]. |
| 85 | The most popular is a 2-line CGI script. This is the approach |
| 86 | used by the [./selfhost.wiki | self-hosting fossil repositories]. |
| 87 | |
| 88 | 7. <b>Robust & Reliable</b> - |
| 89 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| 90 | in an SQLite database so that transactions are |
| 91 | atomic even if interrupted by a power loss or system crash. Furthermore, |
| 92 | automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 93 | the repository are consistent prior to each commit. In nearly three years |
| 94 | of operation, no work has ever been lost after having been committed to |
| 95 | a Fossil repository. |
| 96 | |
| 97 | <hr> |
| 98 | <h3>Links For Fossil Users:</h3> |
| 99 |