Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/stat.c at check-in 8a6aa0a13ff9b9d3
2024-02-02
| ||
22:18 | Remove trailing whitespace from non-external C files. ... (file: [318d359a31] check-in: [7db0a2d910] user: danield branch: fix-overlength-lines, size: 40747) | |
2024-01-01
| ||
19:35 | Add "De-ANALYZE" buttons on the schema display pages. ... (file: [c943598bc6] check-in: [1c64373d05] user: drh branch: trunk, size: 40760) | |
2023-12-31
| ||
13:57 | Add ANALYZE buttons to the /repo_schema page in cases where only a single table is being shown. ... (file: [2bc76a1ce5] check-in: [e90fd9bef8] user: drh branch: trunk, size: 40256) | |
13:49 | Provide buttons to run ANALYZE with and without a limit on the /repo_stat1 page. ... (file: [ded1a6b4bf] check-in: [349fb1fa16] user: drh branch: trunk, size: 39747) | |
13:40 | On the /repo_stat1 page, provide an option to show the sqlite_stat1 data in a tabular format. ... (file: [8183c54157] check-in: [3c68f7d445] user: drh branch: trunk, size: 39329) | |
2023-07-16
| ||
20:47 | Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (file: [22abd5854f] check-in: [40266bf9b2] user: drh branch: verify-options-cgi, size: 38917) | |
2023-06-23
| ||
12:29 | Use the new octet_length() SQL function in place of length() where it is appropriate to do so. ... (file: [315e376541] check-in: [604e1a67d3] user: drh branch: trunk, size: 38865) | |
2023-06-20
| ||
18:44 | Avoid logging errors associated with the inability to access the database specified for outgoing email. ... (file: [e3acde0315] check-in: [2787a454d0] user: drh branch: trunk, size: 38835) | |
2023-06-15
| ||
11:58 | Use the new timediff() function of SQLite 3.43.0 to refactor the "Duration of Project" line on the /stat page to be "Project Age". ... (file: [d80c0e9b2d] check-in: [2abb23dba8] user: drh branch: trunk, size: 38728) | |
2023-01-09
| ||
13:06 | Further consistency improvements in docs for various commands. ... (file: [046a53c73b] check-in: [2512d2d472] user: km branch: trunk, size: 38669) | |
2022-12-21
| ||
09:00 | Improved consistency for --help option descriptions: begin with uppercase letter; do not use a period at the end of short-ish sentences. ... (file: [04e73eecfd] check-in: [de684083c6] user: km branch: spelling-fixes, size: 38672) | |
2022-11-13
| ||
16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [c3f6119262] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 38672) | |
2022-08-09
| ||
12:35 | Do not show information about the number of chat messages unless the user has read privilege on the chat. ... (file: [457b602ab0] check-in: [ad0aac2fde] user: drh branch: trunk, size: 38675) | |
2022-05-11
| ||
11:50 | Show the OpenSSL version and the SERVER_SOFTWARE to administrators on the /stat page. ... (file: [3e526b120b] check-in: [bb09ff84ae] user: drh branch: trunk, size: 38660) | |
2022-04-14
| ||
16:58 | Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (file: [357934287d] check-in: [9b0ebcaf23] user: stephan branch: load-control-rework, size: 38413) | |
2022-01-27
| ||
06:45 | Make MSVC build fail any level 2 warnings, and build w/o any. ... (file: [0a1647d332] check-in: [9c1199d723] user: larrybr branch: msvc-warn2-fatal, size: 38406) | |
2022-01-13
| ||
12:50 | Change all calls to json_extract() into uses of the new ->> operator. ... (file: [85162f631e] check-in: [50d433e5b0] user: drh branch: trunk, size: 38330) | |
2021-12-23
| ||
13:16 | On the /urllist page, hyperlinks to URLs that include a username omit the username. ... (file: [846a2ad27b] check-in: [f0cdbd8b95] user: drh branch: trunk, size: 38358) | |
12:50 | Show the "remote list" values on the /urllist page. ... (file: [33a97ee6a3] check-in: [964ec660a2] user: drh branch: trunk, size: 38311) | |
12:25 | Fix bug in the previous check-in. ... (file: [ec9dc2ca40] check-in: [7558307433] user: drh branch: trunk, size: 37586) | |
12:20 | Improvements to the /urllist page. ... (file: [91c16aa816] check-in: [8017aab792] user: drh branch: trunk, size: 37597) | |
2021-12-21
| ||
20:20 | Add the "Links from other repositories" section on the /urllist page. ... (file: [ed27388a39] check-in: [6916a058ab] user: drh branch: trunk, size: 37397) | |
2021-12-20
| ||
13:28 | Fix a compiler warning and reduce the indentation for nested synclog display on the /urllist page. ... (file: [88d5a3fd43] check-in: [59bd2ec738] user: drh branch: synclog, size: 39046) | |
13:26 | Show the synclog on the /urllist page. ... (file: [ab6484d144] check-in: [8a2b980d0d] user: drh branch: synclog, size: 39042) | |
2021-12-19
| ||
21:04 | Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. ... (file: [0ee4593c0a] check-in: [8677e3ca50] user: drh branch: synclog, size: 36176) | |
2021-12-10
| ||
04:13 | dbstat command: account for tags named wiki-X which are not wiki pages, fix ordering of event/forumpost queries which caused event (tech-note) count to get overwritten by forumpost count. ... (file: [64d0c32893] check-in: [28a60efcf9] user: stephan branch: trunk, size: 35528) | |
2021-08-17
| ||
15:41 | Improvements to the /urllist page → the sync URLs and Git mirrors are combined into a single section. Add the url_unparse() interface for freeing memory from a url_parse_local(). ... (file: [3259c01cca] check-in: [9bdbcd39cb] user: drh branch: trunk, size: 35362) | |
2021-08-15
| ||
18:38 | Remove a harmless unused variable. ... (file: [3fe7018cd9] check-in: [a004b1729c] user: drh branch: trunk, size: 35584) | |
00:43 | Improve the /urllist page so that it shows all servers with which the repository has synced. ... (file: [1273b0e9b8] check-in: [89e5c03a32] user: drh branch: trunk, size: 35601) | |
2021-08-14
| ||
22:06 | Remember the URLs for Git-mirror syncs. Show them on the /urllist page. ... (file: [ea8bd6e181] check-in: [458b35a507] user: drh branch: trunk, size: 35388) | |
2021-07-26
| ||
20:07 | Fix typo on the /stat page. ... (file: [ee63d55df0] check-in: [9860f1ea44] user: drh branch: trunk, size: 34788) | |
2021-06-08
| ||
18:20 | Show the time of the most recent digest on the email notification status. ... (file: [7654ac3439] check-in: [d34a8a2cd1] user: drh branch: trunk, size: 34788) | |
2021-05-31
| ||
23:31 | Take the email-renew-cutoff into account when computing the number of active subscribers. ... (file: [0ddb3663f2] check-in: [fc10e775e9] user: drh branch: time-limited-subscriptions, size: 34430) | |
2021-02-05
| ||
09:32 | Amend 'fossil help' output for all commands to make options conform to GNU 'short|long' convention (e.g., -v|--verbose). ... (file: [eadcd0b76d] check-in: [7f3c728db3] user: jamsek branch: trunk, size: 34315) | |
2020-12-24
| ||
19:00 | Show the number of chat messages and the amount of storage space used by chat on the /stat page. ... (file: [0f11070d18] check-in: [4da6a4cce0] user: drh branch: trunk, size: 34315) | |
2020-12-22
| ||
12:13 | Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [bc56d7d726] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 33779) | |
11:58 | Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [9603115623] check-in: [8ac0830bfc] user: wyoung branch: body-feature-class, size: 33821) | |
2020-11-09
| ||
21:21 | Add a count of forum posts to the "fossil dbstat" command. ... (file: [efda3d881a] check-in: [dd9cfe021b] user: drh branch: trunk, size: 33636) | |
21:17 | Omit phantom artifacts from the count on the "fossil dbstat" command. ... (file: [d817510838] check-in: [0ded250858] user: drh branch: trunk, size: 33260) | |
2020-11-07
| ||
13:25 | Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [4671bcacec] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 33234) | |
2020-11-05
| ||
23:15 | Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [e309a8dd3a] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 33262) | |
2020-08-19
| ||
14:23 | Harmonize artifact count and average between /stat and /artifact_stats. See [https://fossil-scm.org/forum/forumpost/37514b1f67]. ... (file: [f36d74389e] check-in: [38fa17e479] user: andygoth branch: trunk, size: 33157) | |
2020-08-12
| ||
09:45 | Fixed an out-of-bounds array access in stat.c reported in the forum. ... (file: [b3be5fc07d] check-in: [e70f2fbc7b] user: stephan branch: trunk, size: 33118) | |
2020-08-11
| ||
20:00 | Add the --db-verify option to the "fossil dbstat" command. This option simply runs "fossil test-integrity" after doing the other dbstat processing. It is a way to access the test-integrity functionality without using the (unsupported) "test-integrity" command. ... (file: [377daff0a8] check-in: [95e91b13d2] user: drh branch: trunk, size: 33118) | |
2020-08-09
| ||
13:49 | Revise and simplify the list of 1st-tier commands that are shown by the "fossil help" command. ... (file: [8095b59019] check-in: [84f697e570] user: drh branch: trunk, size: 32501) | |
2020-06-19
| ||
16:44 | Use the schema-table naming convention appropriate for SQLite 3.33.0. ... (file: [899bd4bec0] check-in: [22645e1f06] user: drh branch: trunk, size: 32474) | |
2020-03-27
| ||
11:13 | Show the number of pending subscriptions in the subscription stats. ... (file: [3b22ad199d] check-in: [02ad349134] user: drh branch: trunk, size: 32499) | |
2020-03-12
| ||
00:57 | Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. ... (file: [12f99599c1] check-in: [afb4f74808] user: drh branch: trunk, size: 32474) | |
00:44 | Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. ... (file: [103400dc35] check-in: [6e890f737f] user: drh branch: trunk, size: 32470) | |
2020-02-13
| ||
20:09 | Minor performance optimizations on the /artifact_stats page. ... (file: [374a8ca306] check-in: [c2cf7ea141] user: drh branch: trunk, size: 32477) | |
18:28 | Add a setting in /Admin/Access that allows the /artifact_stats page to be accessed by any user. Activate load control on the /artifact_stats page. ... (file: [883b197473] check-in: [86619b995d] user: drh branch: trunk, size: 32496) | |
2020-01-17
| ||
22:00 | Make use of the new "aggregate mode" for the DBSTAT virtual table when computing the /repo-tabsize page, both as a test of DBSTAT and because the new mode is usually faster. ... (file: [cd2271ee77] check-in: [cc86de732a] user: drh branch: trunk, size: 32432) | |
2019-08-18
| ||
01:03 | Capitalization fix in HTML output from /artifact_stats ... (file: [a87b40c8b9] check-in: [d570edc646] user: wyoung branch: trunk, size: 32417) | |
00:59 | Include forum artifact statistics on the /artifact_stats page. ... (file: [d295b8b9e5] check-in: [e2f2a05eff] user: drh branch: trunk, size: 32417) | |
2019-08-09
| ||
21:08 | Update the /stat page to show forum statistics. ... (file: [9061128e3d] check-in: [29141af7af] user: drh branch: trunk, size: 32299) | |
2019-08-04
| ||
20:23 | Improvements to the Security-Audit page - mostly in providing additional information about the files in the CGI extension folder. ... (file: [c30511637b] check-in: [a3bc6552ee] user: drh branch: trunk, size: 31909) | |
2018-08-30
| ||
21:19 | Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (file: [2cbce671a9] check-in: [cfbbc53778] user: drh branch: refactor-alerts, size: 31807) | |
2018-08-07
| ||
21:21 | Report the time of the last backoffice run in the /stat page for administrators. ... (file: [45d6082e23] check-in: [ae6e8d9771] user: drh branch: trunk, size: 31807) | |
2018-07-17
| ||
15:07 | Show the email notification status at the top of the /setup_notification page. ... (file: [95ff08ce6e] check-in: [308f406546] user: drh branch: webmail, size: 31694) | |
2018-07-12
| ||
14:21 | Put a link to the error log on the /stat page. The link is only visible to administrators. ... (file: [e4f43cff69] check-in: [488709be44] user: drh branch: trunk, size: 31521) | |
2018-06-25
| ||
20:59 | On the /stat page, change the name of "Alerts:" to "Pending Alerts:". ... (file: [5456308fd2] check-in: [6f34395cc8] user: drh branch: trunk, size: 31268) | |
20:56 | Report on the email notification setup and status in the /stat page for administrators. ... (file: [8728e38f67] check-in: [4ef590906d] user: drh branch: trunk, size: 31255) | |
2017-12-12
| ||
17:16 | Remove unused variables from stat.c. ... (file: [39a33f66a4] check-in: [741f71d82d] user: drh branch: trunk, size: 29522) | |
2017-12-11
| ||
16:53 | Add the "," qualifier to %d formats in printf() and use the capability for improve display of stats. ... (file: [c4be85f156] check-in: [2cdbdbb1c9] user: drh branch: trunk, size: 29571) | |
16:10 | On the /artifact_stats page, relabel "unknown" artifacts as "unused". ... (file: [079b28aaf3] check-in: [71e777dd73] user: drh branch: trunk, size: 30205) | |
15:21 | Add links to /bigbloblist from the /artifact_stats page. ... (file: [8f39762af3] check-in: [9fc5194089] user: drh branch: trunk, size: 30209) | |
14:52 | Merge the /artifact_size_stats page into the /artifact_stats page. Make that page accessible to anybody with check-in privilege. ... (file: [510e3d7d91] check-in: [cefadbd5ce] user: drh branch: trunk, size: 29918) | |
2017-12-10
| ||
02:30 | Add the experimental /artifact_size_stats webpage. There are no links to this page, yet. ... (file: [dbbe72e629] check-in: [4439f15d6c] user: drh branch: trunk, size: 29064) | |
00:56 | On the Unknown Artifacts section of the /artifact_stats page, provide links to the RCVFROM table entry for each unknown artifact. ... (file: [ffb9fd2079] check-in: [9f9ed245f9] user: drh branch: trunk, size: 24684) | |
00:51 | Fix the sorttable.js module so that it works with more than one sortable table on the same screen. ... (file: [43c31a279e] check-in: [230832004a] user: drh branch: trunk, size: 24656) | |
2017-12-09
| ||
22:07 | Fix a sorting bug on the /artifact_stats page. ... (file: [8a0945ea1a] check-in: [04bcc6ce6e] user: drh branch: trunk, size: 24660) | |
22:00 | Fixes to the /artifact_stats page. Make it Admin-only. ... (file: [93942a60d3] check-in: [2d916a5e05] user: drh branch: artifact-stats, size: 24660) | |
17:49 | Rough prototype for the /artifact_stats page. Still many issues. ... (file: [d2d334a0e9] check-in: [dd1c8fb3ea] user: drh branch: artifact-stats, size: 21821) | |
2017-11-30
| ||
17:58 | Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [90bc7c6901] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 19040) | |
2017-10-02
| ||
02:30 | Fix the computation of the percentage of the repo taken up by unversioned files on the /stat page. ... (file: [420ba0ca0e] check-in: [c8b46764b6] user: drh branch: trunk, size: 19004) | |
2017-09-20
| ||
13:35 | Remove dead code to fix harmless compiler warnings. ... (file: [c3e84fa9d0] check-in: [4c666ccf92] user: drh branch: trunk, size: 18999) | |
2017-09-19
| ||
20:00 | On the /stat page, show only the compressed size of unversioned artifacts, and show the percentage of the total repository space taken up by unversioned files. ... (file: [7bdc604249] check-in: [69d22d3bb1] user: drh branch: trunk, size: 19102) | |
17:24 | New submenu links to the artifact list and 250-largest artifacts pages. ... (file: [0a2460ef58] check-in: [0594266c8e] user: drh branch: trunk, size: 19035) | |
2017-07-04
| ||
16:02 | On the /urllist page, stop the display of access URLs after at least 8 have been shown and the last access is more than 30 days ago. Except, show them all if the "all" query parameter is used. ... (file: [c7c6e7182a] check-in: [9d7ef44fb6] user: drh branch: trunk, size: 18985) | |
2017-07-03
| ||
23:18 | Do not show checkouts with the "info -v" command or in the /urllist webpage if the checkout does not appear to exist any more. ... (file: [766535774f] check-in: [c666579cf5] user: drh branch: trunk, size: 18631) | |
2017-05-12
| ||
14:11 | In the hyperlink on the "Last Sync URL", omit the username to prevent warnings from Firefox. ... (file: [b9a03ea3d6] check-in: [172c2235a4] user: drh branch: trunk, size: 18550) | |
13:57 | Add the "Last Sync URL" division to the /urllist page. ... (file: [e508b5ff33] check-in: [d4fc9120e1] user: drh branch: trunk, size: 18478) | |
2017-04-26
| ||
15:27 | No need for the /version page to distinguish between verbose=2 and verbose=1, just presence (or not) of "verbose" is enough. ... (file: [8431e8f377] check-in: [0ec7120570] user: jan.nijtmans branch: trunk, size: 18157) | |
2017-03-14
| ||
14:38 | Fix build on mingw-w64 (which DOES have strtok_r) ... (file: [5e2fa9e1b7] check-in: [6f52316955] user: jan.nijtmans branch: trunk, size: 18161) | |
2017-03-06
| ||
19:51 | Merge in the Fossil 2.0 and 2.1 enhancements. ... (file: [ad15218f80] check-in: [0dc479305f] user: drh branch: optimize-pragma, size: 18162) | |
2017-03-05
| ||
00:29 | Move the display of hash-policy to the Schema Version line of the /stat page, and only show the hash-policy name if it is something other than "auto". ... (file: [4513646648] check-in: [def29c31c2] user: drh branch: fossil-2.1, size: 16249) | |
00:21 | Show the current hash policy on the "Database Stats" line of the /stat screen. ... (file: [9a626550b1] check-in: [2ca8bc8baa] user: drh branch: fossil-2.1, size: 16130) | |
2017-03-01
| ||
15:35 | Change references to "SHA1 hash" in comments and UI labels to be "artifact hash" or similar. ... (file: [6eeba5211c] check-in: [b9a1a3b9d8] user: drh branch: fossil-2.0, size: 16101) | |
2017-02-23
| ||
14:55 | Add the /repo_stat1 webpage (accessible only to administrators). Enhance the /repo_schema page so that it can optionally show the schema for a single table. Include sqlite_stat1 information on the /repo_schema page. ... (file: [d29a5c736c] check-in: [f9f5702d7a] user: drh branch: optimize-pragma, size: 18014) | |
2017-01-04
| ||
10:40 | Add a web-page, where we can see the details on how SQLite was compiled (pragma compile_options), as sub-page for "stat". ... (file: [2f81053ee6] check-in: [eac405d7d6] user: jan.nijtmans branch: trunk, size: 16101) | |
2016-11-15
| ||
21:47 | Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (file: [05ede8a408] check-in: [57fea3151e] user: drh branch: stat-update, size: 16055) | |
2016-11-04
| ||
21:32 | Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (file: [86a3c90545] check-in: [187424e891] user: andygoth branch: trunk, size: 16048) | |
2016-09-28
| ||
16:15 | Use the DBSTAT virtual table as a table-valued function instead of creating a TEMP instance of the table, while generating the /repo-tabsize page. ... (file: [8e2c652ba1] check-in: [14f83bc049] user: drh branch: trunk, size: 16249) | |
2016-08-19
| ||
00:13 | Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (file: [6a6e242764] check-in: [d858f3da52] user: drh branch: omit-db_name, size: 16369) | |
2016-08-17
| ||
15:36 | Show the number and total size of unversioned files on the /stat page. Add a link to /uvlist from /sitemap. ... (file: [f35100ab66] check-in: [83c7571f28] user: drh branch: unversioned-files, size: 16609) | |
2016-08-16
| ||
15:32 | Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (file: [7a80b5879d] check-in: [0ab5ad5f36] user: drh branch: child-projects, size: 15853) | |
2016-06-22
| ||
09:11 | merge trunk ... (file: [31d519a74b] check-in: [414fc1e95c] user: jan.nijtmans branch: html-cleanup, size: 15673) | |
2016-05-29
| ||
20:58 | Improved linkages between the various status pages. ... (file: [82a4439d09] check-in: [ba4a9ca84d] user: drh branch: trunk, size: 15635) | |
2015-11-18
| ||
13:50 | Check for ENABLE_DBSTAT_VTAB feature in stead of SQLite version number before using the dbstat virtual table: It might be that the SQLite version is OK, but it is compiled without ENABLE_DBSTAT_VTAB. ... (file: [9fa919c1c7] check-in: [1a6892aeb7] user: jan.nijtmans branch: trunk, size: 15276) | |
2015-11-16
| ||
01:45 | Remove deprecated <center> tags. ... (file: [ea867b3517] check-in: [d57f239570] user: Isius branch: html-cleanup, size: 15302) | |
2015-06-16
| ||
13:28 | remove unnecessary end-of-line spacing ... (file: [69ab1f0d78] check-in: [33c44fab3a] user: jan.nijtmans branch: trunk, size: 15264) | |
2015-05-12
| ||
04:23 | Fix compiler warnings. ... (file: [760b5ec89d] check-in: [57897a4189] user: mistachkin branch: trunk, size: 15278) | |
2015-05-11
| ||
13:50 | If SQLite < 3.8.10, don't bother to provide a link to the /repo-tabsize web-page: it wouldn't provide any usefull result anyway. ... (file: [b194cf0dcb] check-in: [f3d8588e6f] user: jan.nijtmans branch: trunk, size: 15288) | |
2015-05-09
| ||
17:57 | Fix the build for MSVC. ... (file: [1a8cc8e4d6] check-in: [732b651afa] user: drh branch: trunk, size: 15236) | |
13:16 | Reduce radius of pie charts on the /repo-tabsize page. ... (file: [d229ca8104] check-in: [df302de88a] user: drh branch: trunk, size: 15236) | |
13:07 | On the /repo-tabsize page, show the total repository size. And show the size of the local checkout database and its breakdown if run from "fossil ui". ... (file: [25d6dc9d18] check-in: [f3c7b3a6b5] user: drh branch: trunk, size: 15236) | |
12:12 | Add the PIE_PERCENT option to the pie-chart drawer. ... (file: [88dcb23759] check-in: [25d70429d0] user: drh branch: piechart, size: 13549) | |
2015-05-07
| ||
15:06 | Tweaks to formatting on the /repo-tabsize page. ... (file: [cd2f4b2133] check-in: [6ef4bfae47] user: drh branch: piechart, size: 13539) | |
14:50 | Merge in the /repo_tabsize page. Update to a post-3.8.10 version of SQLite that support the dbstat virtual table on attached databases, necessary to get the /repo_tabsize to work. ... (file: [f6a63ec1e9] check-in: [04942b3113] user: drh branch: piechart, size: 13537) | |
01:56 | Add the experimental /repo_tabsize page. It does not work because it shows the sizes of tables in the checkout database in some cases. Work is needed on the underlying dbstat virtual table. We will address that in the future and come back to this branch afterwards. ... (file: [191e1304fc] check-in: [ce5af0966e] user: drh branch: piechart-table-sizes, size: 13828) | |
2015-03-01
| ||
21:01 | Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. ... (file: [66e3525966] check-in: [739b3aab92] user: mistachkin branch: pending-review, size: 12245) | |
2015-02-14
| ||
12:24 | When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [82f40082a3] check-in: [2f50d427a9] user: drh branch: login-enhancements, size: 12244) | |
2015-02-11
| ||
13:51 | Link the /hash-collisions page as a submenu item on /stat. ... (file: [2916a6ee41] check-in: [b0e1196a2f] user: drh branch: trunk, size: 12231) | |
2015-01-27
| ||
17:44 | Fix missing end-parenthesis on the stat page. ... (file: [14eec54b80] check-in: [5c3734c64a] user: mistachkin branch: trunk, size: 12174) | |
16:34 | Add the schema-version to the /stat page and to the dbstat command. ... (file: [960f9ad6a3] check-in: [2f62d30743] user: drh branch: trunk, size: 12173) | |
2015-01-21
| ||
18:55 | Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. ... (file: [beadf875af] check-in: [4bc5b6cf9b] user: drh branch: ad-unit-enhancement, size: 11968) | |
2014-12-09
| ||
16:25 | Improvements to timeline submenu and title generation. Faster ambiguous name detection query. ... (file: [d058aef032] check-in: [421c9eee0a] user: drh branch: trunk, size: 11848) | |
2014-12-06
| ||
16:04 | Fix a couple labels on the "dbstat" output. ... (file: [e3d838f66a] check-in: [9b21984c4a] user: drh branch: trunk, size: 11839) | |
2014-10-20
| ||
15:01 | Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [842683346b] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 11837) | |
2014-10-15
| ||
07:16 | Somewhat simpler SELECT expression which works with older SQLite versions as well (and gives exactly the same output). Typo. ... (file: [6e17be9dea] check-in: [c5588966c0] user: jan.nijtmans branch: trunk, size: 11797) | |
2014-10-14
| ||
17:57 | Add the --db-check option to the "fossil dbstat" command. ... (file: [867ca445a0] check-in: [d4e3f4c33d] user: drh branch: trunk, size: 11783) | |
17:49 | Improvements to the information provided by "fossil dbstat". Better formatting for the "fossil all dbstat" command. ... (file: [22ca440ecf] check-in: [7cec2de598] user: drh branch: trunk, size: 11482) | |
17:01 | Add the "dbstat" command to "fossil all". ... (file: [d20741d310] check-in: [c6d9b0a06c] user: drh branch: trunk, size: 10890) | |
2014-07-30
| ||
15:40 | Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) ... (file: [a0e29e09e2] check-in: [a426154b3e] user: mgagnon branch: verify-all-options, size: 10814) | |
2014-06-27
| ||
15:32 | Add "server-id" printout to "fossil dbstat". Only print project-id if there is one. ... (file: [558659d515] check-in: [88d503e15b] user: jan.nijtmans branch: trunk, size: 10747) | |
12:35 | Print server-id after cloning and in /stat page. Only print Project-ID in /stat page if there is one. ... (file: [2a6263d96a] check-in: [11ba4bd6cf] user: jan.nijtmans branch: trunk, size: 10626) | |
2014-06-12
| ||
17:26 | merge trunk ... (file: [cd7fadccde] check-in: [e751da62cb] user: jan.nijtmans branch: win32-longpath, size: 10538) | |
2014-04-25
| ||
21:56 | Add a web-page for viewing the status of the web cache. Accessible as a submenu off of the stat page. ... (file: [fe03922a3f] check-in: [05477b2e06] user: drh branch: trunk, size: 10508) | |
2014-02-15
| ||
03:03 | Further improve reporting of the compiler version information. ... (file: [8b69464852] check-in: [b065aff4b9] user: mistachkin branch: trunk, size: 10443) | |
2013-11-29
| ||
11:26 | When configuring fossil using "--disable-internal-sqlite" (having SQLite 3.8.1 installed), "./fossil version -v" gives: "SQLite 3.8.2 2013-11-27 14:50:51 c75f561f33", which was not the SQLite version compiled with, neither the SQLite version actually running (3.8.1). ... (file: [28b9be27fd] check-in: [d780693181] user: jan.nijtmans branch: trunk, size: 10422) | |
2013-11-22
| ||
09:25 | unused variable ... (file: [da8399492c] check-in: [0deb022ae5] user: jan.nijtmans branch: trunk, size: 10402) | |
2013-11-19
| ||
18:49 | Add a page (admin access only) to show the repository schema. Fix a bug in the "Last Rebuilt" display. ... (file: [f2e1af9341] check-in: [3ea94847d1] user: drh branch: trunk, size: 10413) | |
2013-11-11
| ||
22:41 | Keep track of when the repository was last rebuilt and display it on the stats page. ... (file: [6bb5e87797] check-in: [c0242ad4d8] user: mistachkin branch: trunk, size: 9669) | |
2013-10-11
| ||
08:36 | Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (file: [996d2fc701] check-in: [c30cd93b91] user: jan.nijtmans branch: trunk, size: 9512) | |
2013-06-22
| ||
11:25 | On the /urllist webpage, show entries most recent first instead of most recent last. ... (file: [0cd57adbb9] check-in: [f94f3e3a79] user: drh branch: trunk, size: 9512) | |
2013-02-15
| ||
16:15 | Formatting tweaks to the "dbstat" command so that it works better on an 80-column shell window. ... (file: [9bb2418c3f] check-in: [8522e0ab02] user: drh branch: trunk, size: 9502) | |
2013-01-24
| ||
14:38 | Added missing help text for dbstat command. ... (file: [af83fa0b1f] check-in: [7b17a4ddb3] user: stephan branch: trunk, size: 9514) | |
2013-01-18
| ||
12:13 | Changed labels for dbstat command output (per mailing list discussion). Removed server-id field from dbstat output (to match /stat page change). ... (file: [4f88f8adaa] check-in: [44dc567e57] user: stephan branch: trunk, size: 9314) | |
11:06 | Changed days-per-year from 365.24 to 365.2425, which is (per Wikipedia) more correct over longer time periods (patch from J. van den Hoff). Removed serverId from /json/stat output, analog to commit [6bb63a7364]. ... (file: [014d3c2189] check-in: [823d3ed6d3] user: stephan branch: trunk, size: 9421) | |
02:33 | Simplify the text on the "Number of Artifacts" row of the /stat page. ... (file: [53429164f4] check-in: [e5f9b18d36] user: drh branch: trunk, size: 9417) | |
02:19 | Uniformity in the display of version numbers on the /stat page. ... (file: [b65fa97025] check-in: [a89560616f] user: drh branch: trunk, size: 9433) | |
00:55 | Fix the query on the /stat page that computes the number of check-ins. The old query omitted checkins (such as merges or null-checkins or branch creations) that did not add any new artifacts to the repository. Also remove the "server id" from the /stat report since that information is no longer used for anything. ... (file: [72e3327900] check-in: [6bb63a7364] user: drh branch: trunk, size: 9416) | |
2013-01-15
| ||
19:15 | Moved the "dbstat" command into the "--all" list. ... (file: [1e01fc6793] check-in: [2f04cc5e54] user: stephan branch: trunk, size: 9486) | |
18:32 | Expanded the "dbstat" command output a bit. ... (file: [a20db96cdb] check-in: [29a9e237d8] user: stephan branch: trunk, size: 9485) | |
2013-01-13
| ||
18:38 | Added new "dbstat" command, mostly analog to the /stat web page, but not called "stat" to avoid breaking any "stat==status" typing habits. ... (file: [577dcdb23a] check-in: [1dd493231a] user: stephan branch: trunk, size: 9649) | |
2012-12-29
| ||
02:47 | Fix a typo in the constant that defines the number of days in a year. ... (file: [49eb84d504] check-in: [514f4fd8f6] user: drh branch: trunk, size: 5799) | |
2012-09-04
| ||
17:28 | Add the "URLs and Checkouts" page. ... (file: [db565ff0cc] check-in: [8b1f5e0eab] user: drh branch: trunk, size: 5799) | |
2012-08-29
| ||
13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [78196be5eb] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 4425) | |
2012-06-29
| ||
15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [f80d8f4774] check-in: [0328d68181] user: drh branch: sqlite4, size: 4429) | |
2012-06-27
| ||
12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [97d6b92dad] check-in: [6823912746] user: drh branch: sqlite4, size: 4426) | |
2012-06-11
| ||
17:33 | merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [d98ea52e90] check-in: [7a57ab6465] user: mgagnon branch: mgagnon_fix, size: 4468) | |
17:23 | Merge in Trunk... ... (file: [1619d3e391] check-in: [c109e66db5] user: mgagnon branch: mgagnon_fix, size: 4601) | |
2012-04-28
| ||
14:13 | Take advantage of the recently enhancement to the "translate" utility to simplify the logic for the "stat" webpage. ... (file: [1a5f0535c1] check-in: [2008cecf1c] user: drh branch: trunk, size: 4426) | |
2012-04-02
| ||
01:19 | Fix a bug in the previous check-in. ... (file: [7c02df6ddb] check-in: [b65ed0b106] user: drh branch: trunk, size: 4559) | |
01:14 | Improve the readability of large sizes on the "stat" webpage. ... (file: [eb7b1b13c9] check-in: [701c8e68c6] user: drh branch: trunk, size: 4697) | |
00:11 | Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. ... (file: [7c7bec13ab] check-in: [ef9ec5d74a] user: drh branch: comma-in-stat, size: 4067) | |
2012-03-29
| ||
14:54 | Add vim modline everywhere ... (file: [0cf1f6a180] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 4154) | |
2011-09-14
| ||
17:45 | Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [21de677ae1] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 4112) | |
2011-09-13
| ||
18:45 | Add the "brief" query parameter to the "stat" page. ... (file: [84ef11b305] check-in: [d01ca14d08] user: drh branch: trunk, size: 4109) | |
2011-06-18
| ||
16:50 | Add a version number that is increased by one on each release. Make the initial version number 1.18 since there have been 17 prior releases. ... (file: [59aea0e1c8] check-in: [e0303181a5] user: drh branch: trunk, size: 3975) | |
2010-12-18
| ||
20:39 | Many bug fixes while testing stash: Fix "revert" so that it updates the file status correctly. Fix several cases of "//" being used as a file separator instead of just "/". Fix undo on stash apply. Make "stash drop" undoable. Update documentation for undo and stash. ... (file: [d39d37df9b] check-in: [8a6aa0a13f] user: drh branch: experimental, size: 3951) | |
2010-12-17
| ||
12:03 | Remember which database was opened first (as the "main" database) in the g.zMainDbType global variable. ... (file: [79be3ec204] check-in: [99f52f3806] user: drh branch: trunk, size: 3994) | |
2010-10-01
| ||
15:50 | Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. ... (file: [d65bfac21f] check-in: [33b4f335e0] user: drh branch: wolfgangFormat2CSS_2, size: 3931) | |
2010-09-29
| ||
15:45 | added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants ... (file: [11fd4238d5] check-in: [4d7c443c10] user: wolfgang branch: wolfgangFormat2CSS_2, size: 3981) | |
2010-09-18
| ||
22:22 | Enable large-file support for stat() on linux. Fix the "stat" webpage to handle repositories larger than 2GB. Ticket [b1934313bcfb3a90d4027b] ... (file: [736482cefa] check-in: [31fdc347ac] user: drh branch: trunk, size: 3911) | |
2010-09-13
| ||
22:15 | Fix a compiler warning of an unused variable. ... (file: [7167fbbdf1] check-in: [d35608836e] user: drh branch: wolfgangFormat2CSS, size: 3857) | |
2010-09-11
| ||
16:14 | 'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c ... (file: [2fd8daa3a6] check-in: [286d4bcaa0] user: wolfgang branch: wolfgangFormat2CSS, size: 3871) | |
11:37 | Improvements to the "stat" page formatting. ... (file: [b06446f2b5] check-in: [b41feab774] user: drh branch: trunk, size: 3878) | |
2010-07-06
| ||
21:22 | Add software version information and database stats to the /stat page. ... (file: [7dd7461852] check-in: [5acf617104] user: drh branch: trunk, size: 3493) | |
2010-05-16
| ||
19:08 | Change from GPL to the Simplified BSD License. ... (file: [bbb8cda86b] check-in: [c06edd231f] user: drh branch: clear-title, size: 2789) | |
2008-11-09
| ||
22:59 | Tweaks to the formatting of the "stat" webpage. ... (file: [bc48427706] check-in: [caa9544f93] user: drh branch: trunk, size: 3065) | |
2008-10-26
| ||
02:35 | Fix the "number of tickets" counter on the "stats" webpage. ... (file: [3af9e4ec2b] check-in: [1e82c4aa85] user: drh branch: trunk, size: 3051) | |
2008-09-27
| ||
18:52 | corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old ... (file: [b7851e999c] check-in: [dab84c22ee] user: stephan branch: trunk, size: 3054) | |
2008-05-07
| ||
23:56 | Fix a typo on the "stat" page. ... (file: [0523d46255] check-in: [cf84ce2d8c] user: drh branch: trunk, size: 3047) | |
2008-03-08
| ||
13:49 | Add the "Compression Radio" line to the "stat" page. ... (file: [7e4cbe6578] check-in: [9aaad3e799] user: drh branch: trunk, size: 3049) | |
2008-03-06
| ||
00:26 | Fix problems on the stat page that appear for larger repositories. ... (file: [43c14b0569] check-in: [80dc46d635] user: drh branch: trunk, size: 2833) | |
2008-02-26
| ||
15:07 | Added trailing newline to file b/c gcc complains about it ... (file: [d6479af2a2] check-in: [1cde715739] user: stephan branch: trunk, size: 2751) | |
2008-02-25
| ||
02:26 | Add the "stat" webpage showing repository statistics. ... (file: [3d9d623f94] check-in: [e71e4d3193] user: drh branch: trunk, size: 2750) | |