Fossil

Check-in [0cd96edc20]
Login

Check-in [0cd96edc20]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix the /uv page so that works on Solaris.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0cd96edc206519eec9d830a5d17eaf8a3bc444f8
User & Date: drh 2016-08-29 14:15:52.602
Context
2016-08-30
00:49
In documentation search results, change URLs of the form "/doc/BRANCH/path" so that BRANCH is the branch name specified by the "doc-branch" setting. ... (check-in: fa947eebfd user: drh tags: trunk)
2016-08-29
14:15
Fix the /uv page so that works on Solaris. ... (check-in: 0cd96edc20 user: drh tags: trunk)
2016-08-27
21:16
Fix comment and documentation typos. ... (check-in: 35d43fd98f user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/doc.c.
725
726
727
728
729
730
731
732

733
734
735
736
737
738
739
  db_end_transaction(0);
  return;

  /* Jump here when unable to locate the document */
doc_not_found:
  db_end_transaction(0);
  if( isUV && P("name")==0 ){
    return uvstat_page();

  }
  cgi_set_status(404, "Not Found");
  style_header("Not Found");
  @ <p>Document %h(zOrigName) not found
  if( fossil_strcmp(zCheckin,"ckout")!=0 ){
    @ in %z(href("%R/tree?ci=%T",zCheckin))%h(zCheckin)</a>
  }







|
>







725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
  db_end_transaction(0);
  return;

  /* Jump here when unable to locate the document */
doc_not_found:
  db_end_transaction(0);
  if( isUV && P("name")==0 ){
    uvstat_page();
    return;
  }
  cgi_set_status(404, "Not Found");
  style_header("Not Found");
  @ <p>Document %h(zOrigName) not found
  if( fossil_strcmp(zCheckin,"ckout")!=0 ){
    @ in %z(href("%R/tree?ci=%T",zCheckin))%h(zCheckin)</a>
  }