Fossil

Check-in [648396c9c1]
Login

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

Overview
Comment:Allow using the "backlink" table in ticket reports.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 648396c9c1ddfd01e30068431c6c019fd5abbb29c9e56f903b5579ccb915f12c
User & Date: drh 2020-06-11 13:43:34.106
Context
2020-06-11
14:13
Add support for the FOSSIL_BUILD_EPOCH compile-time option. Ticket [99038b83b489dddb] ... (check-in: 1a894c0820 user: drh tags: trunk)
13:43
Allow using the "backlink" table in ticket reports. ... (check-in: 648396c9c1 user: drh tags: trunk)
07:22
Refactored the generic ajax-related parts of src/fileedit.c into src/ajax.c for eventual re-use in other pages. Added /ajax "page" to act as a dispatcher for page-agnostic ajax routes. ... (check-in: c313cac828 user: stephan tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/report.c.
191
192
193
194
195
196
197

198
199
200
201
202
203
204
         "filename",
         "mlink",
         "plink",
         "event",
         "tag",
         "tagxref",
         "unversioned",

      };
      int i;
      if( zArg1==0 ){
        /* Some legacy versions of SQLite will sometimes send spurious
        ** READ authorizations that have no table name.  These can be
        ** ignored. */
        rc = SQLITE_IGNORE;







>







191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
         "filename",
         "mlink",
         "plink",
         "event",
         "tag",
         "tagxref",
         "unversioned",
         "backlink",
      };
      int i;
      if( zArg1==0 ){
        /* Some legacy versions of SQLite will sometimes send spurious
        ** READ authorizations that have no table name.  These can be
        ** ignored. */
        rc = SQLITE_IGNORE;