Fossil

Check-in [99aeebad]
Login

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

Overview
Comment:Update the /thisdayinhistory page to show changes from 25 years ago.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 99aeebadef2ddb7406f4bb8a64f7de309140dafd4065db4002f837ed55dc12cd
User & Date: drh 2025-05-03 20:00:19.164
Context
2025-05-06
11:26
In the --tk diff GUI, fix the "Save As..." button so that it works again. Do not show the "Reload" button on a GUI brought up from a Save As. ... (check-in: 31fc6290 user: drh tags: trunk)
2025-05-04
02:35
Merge from trunk. ... (check-in: fd1a5afe user: brickviking tags: bv-infotool)
2025-05-03
20:00
Update the /thisdayinhistory page to show changes from 25 years ago. ... (check-in: 99aeebad user: drh tags: trunk)
11:38
Typo fix in `fossil help comment-format` output ... (check-in: 7438f5b0 user: wyoung tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/timeline.c.
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
** day of the year for various years in the history of the project.
**
** Query parameters:
**
**    today=DATE             Use DATE as today's date
*/
void thisdayinhistory_page(void){
  static int aYearsAgo[] = { 1, 2, 3, 4, 5, 10, 15, 20, 30, 40, 50, 75, 100 };
  const char *zToday;
  char *zStartOfProject;
  int i;
  Stmt q;
  char *z;
  int bZulu = 0;







|







3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
** day of the year for various years in the history of the project.
**
** Query parameters:
**
**    today=DATE             Use DATE as today's date
*/
void thisdayinhistory_page(void){
  static int aYearsAgo[] = { 1,2,3,4,5,10,15,20,25,30,40,50,75,100 };
  const char *zToday;
  char *zStartOfProject;
  int i;
  Stmt q;
  char *z;
  int bZulu = 0;