Fossil SCM
Update the /thisdayinhistory page to show changes from 25 years ago.
Commit
99aeebadef2ddb7406f4bb8a64f7de309140dafd4065db4002f837ed55dc12cd
Parent
7438f5b0ffa20f6…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -3847,11 +3847,11 @@ | ||
| 3847 | 3847 | ** Query parameters: |
| 3848 | 3848 | ** |
| 3849 | 3849 | ** today=DATE Use DATE as today's date |
| 3850 | 3850 | */ |
| 3851 | 3851 | void thisdayinhistory_page(void){ |
| 3852 | - static int aYearsAgo[] = { 1, 2, 3, 4, 5, 10, 15, 20, 30, 40, 50, 75, 100 }; | |
| 3852 | + static int aYearsAgo[] = { 1,2,3,4,5,10,15,20,25,30,40,50,75,100 }; | |
| 3853 | 3853 | const char *zToday; |
| 3854 | 3854 | char *zStartOfProject; |
| 3855 | 3855 | int i; |
| 3856 | 3856 | Stmt q; |
| 3857 | 3857 | char *z; |
| 3858 | 3858 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -3847,11 +3847,11 @@ | |
| 3847 | ** Query parameters: |
| 3848 | ** |
| 3849 | ** today=DATE Use DATE as today's date |
| 3850 | */ |
| 3851 | void thisdayinhistory_page(void){ |
| 3852 | static int aYearsAgo[] = { 1, 2, 3, 4, 5, 10, 15, 20, 30, 40, 50, 75, 100 }; |
| 3853 | const char *zToday; |
| 3854 | char *zStartOfProject; |
| 3855 | int i; |
| 3856 | Stmt q; |
| 3857 | char *z; |
| 3858 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -3847,11 +3847,11 @@ | |
| 3847 | ** Query parameters: |
| 3848 | ** |
| 3849 | ** today=DATE Use DATE as today's date |
| 3850 | */ |
| 3851 | void thisdayinhistory_page(void){ |
| 3852 | static int aYearsAgo[] = { 1,2,3,4,5,10,15,20,25,30,40,50,75,100 }; |
| 3853 | const char *zToday; |
| 3854 | char *zStartOfProject; |
| 3855 | int i; |
| 3856 | Stmt q; |
| 3857 | char *z; |
| 3858 |