Overview
SHA1 Hash: | 9de6abab2aab2631afe39af3b84a9e302700e1c1 |
---|---|
Date: | 2008-11-15 14:18:09 |
User: | eric |
Comment: | Miscellaneous cosmetic changes |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/db.c from [d8256506fc] to [cb3d7d6650].
@@ -1216,11 +1216,11 @@ } /* ** COMMAND: open ** -** Usage: open FILENAME +** Usage: %fossil open FILENAME ** ** Open a connection to the local repository in FILENAME. A checkout ** for the repository is created with its root at the working directory. ** See also the "close" command. */
Modified src/main.c from [936fc223a3] to [ce8e26c45d].
@@ -431,11 +431,11 @@ /* ** COMMAND: version ** -** Usage: %fossil version +** Usage: %fossil version ** ** Print the source code version number for the fossil executable. */ void version_cmd(void){ printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n");
Modified src/my_page.c from [98c9467776] to [57fa8e406f].
@@ -107,11 +107,11 @@ @ <hr/> @ <h2>Your artifacts:</h2> @ <ul> @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li> @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li> - @ <li>TODO: your tickets</li> + @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=t'>Your latest ticket changes</a>.</li> @ <li>TODO: etc. etc. etc.</li> @ </ul> mypage_password_changer(); @ <hr/><h2>TODOs:</h2><ul>
Modified src/wiki.c from [76e56d7038] to [45c7efaf6d].
@@ -131,11 +131,11 @@ style_header("Wiki"); @ <ul> { char *zHomePageName = db_get("project-name",0); if( zHomePageName ){ @ <li> <a href="%s(g.zBaseURL)/wiki?name=%s(zHomePageName)"> - @ %s(zHomePageName)</a> wiki page.</li> + @ %s(zHomePageName)</a> wiki home page.</li> } } @ <li> <a href="%s(g.zBaseURL)/timeline?y=w">Recent changes</a> to wiki @ pages. </li> @ <li> <a href="%s(g.zBaseURL)/wiki_rules">Formatting rules</a> for