Fossil

Timeline
Login

Timeline

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

59 check-ins by user ben

2018-06-20
10:29
Fix SQL to find name for /json/timeline/event check-in: 2488996f user: ben tags: ben-json-timeline
09:41
Include name (not uuid) in /json/timeline/event, because the uuid is not terribly useful. check-in: 6f0929ce user: ben tags: ben-json-timeline
2018-06-19
10:31
Add /json/timeline/event for access to minimal information about events. check-in: c7607916 user: ben tags: ben-json-timeline
2011-12-01
16:16
Make allow-symlinks a versionable setting. Closed-Leaf check-in: ec5c690e user: ben tags: versionable-settings
2011-09-07
08:12
Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. Closed-Leaf check-in: 27a4518e user: ben tags: ben-minorchanges
2011-08-23
08:37
Cache values of versionable settings read from files. Closed-Leaf check-in: 0f0a9473 user: ben tags: ben-minorchanges
2011-08-14
17:54
Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. check-in: 3113f7b1 user: ben tags: ben-testing
07:21
Merge trunk into ben-testing, adjusting for versionable settings. check-in: 246ac307 user: ben tags: ben-testing
07:13
Change the relative-paths default to 'on', after feedback from the community. check-in: 42a830e7 user: ben tags: ben-testing
2011-08-12
09:29
Add link to SSL page from setting up server documentation check-in: 64ae6579 user: ben tags: ben-testing
09:26
Update documentation index. check-in: e764e8f3 user: ben tags: ben-testing
09:21
Add documentation for settings, SSL usage, and change log. check-in: 0769acd2 user: ben tags: ben-testing
2011-08-10
18:53
Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. check-in: cdd298f5 user: ben tags: ben-testing
15:54
Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. check-in: b968f023 user: ben tags: trunk
2011-08-04
15:54
Merge trunk into ben-testing check-in: 3eb07708 user: ben tags: ben-testing
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. Closed-Leaf check-in: f6b8397e user: ben tags: ben-minorchanges
10:10
Allow more than one file to be specified to the diff command. check-in: 3cdcb515 user: ben tags: ben-minorchanges
2011-07-20
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. Closed-Leaf check-in: 14d1e449 user: ben tags: ben-safe-make
08:37
Merge working directory relative file listings for changes and extras commands into ben-testing. check-in: 8320393b user: ben tags: ben-testing
08:34
Add help text to status command about --non-relative option. Closed-Leaf check-in: 5de11ac6 user: ben tags: ben-changes-report
08:29
Merge trunk with ben-testing check-in: 74d65bab user: ben tags: ben-testing
2011-07-11
10:00
By default, the extras command lists all the uncontrolled files relative to the current working directory, unless the --non-relative option is used. check-in: b9a38cf3 user: ben tags: ben-changes-report
2011-07-10
15:01
By default, the changes and status commands list all changed files relative to the current working directory, unless the --non-relative option is used. check-in: a05bbff4 user: ben tags: ben-changes-report
13:01
When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. check-in: e0d2e1f9 user: ben tags: ben-changes-report
12:05
Don't show the cookie values on the test_env page, unless the fossil executable was built with FOSSIL_DEBUG. check-in: 35ecc92b user: ben tags: trunk
2011-06-19
16:52
Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. Closed-Leaf check-in: c5f994d4 user: ben tags: autoconf
16:48
Fix syntax in Makefile.in so it works with Solaris make. check-in: 4787336f user: ben tags: autoconf
2011-06-18
17:00
Merge latest changes from trunk check-in: 7bbeb882 user: ben tags: ben-testing
2011-06-05
08:54
Merge latest SQLite from trunk check-in: be264779 user: ben tags: ben-testing
08:49
Minor code cleanup: reformat code to 80 char line length check-in: 6aa5b85f user: ben tags: ben-testing
08:46
Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server certificate could not be verified. check-in: 636cc595 user: ben tags: ben-testing
2011-06-02
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch check-in: 30ebed19 user: ben tags: ben-testing
19:31
Merge SSL client certificate support from ben-security branch check-in: 397f434a user: ben tags: ben-testing
19:28
Create new branch named "ben-testing" check-in: 25c77401 user: ben tags: ben-testing
2011-05-30
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. check-in: 3abab7e1 user: ben tags: trunk
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. Closed-Leaf check-in: 5abe6347 user: ben tags: configure-make
07:04
Create new branch named "configure-make" check-in: 62284df9 user: ben tags: configure-make
2011-05-29
12:53
Remove accidentally included line of code. Closed-Leaf check-in: 0bed863b user: ben tags: ben-security
12:49
Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. check-in: e06ea26e user: ben tags: ben-security
2011-05-28
16:23
Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. check-in: 95f04bbf user: ben tags: ben-security
15:40
Tidy up and fix implementation of empty-dirs setting. Closed-Leaf check-in: 529237a3 user: ben tags: versionable-settings
15:39
Add documentation for empty-dirs setting check-in: eb93d6ae user: ben tags: versionable-settings
14:55
Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. check-in: b5d45262 user: ben tags: versionable-settings
09:15
Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. check-in: 761a98a1 user: ben tags: versionable-settings
2011-05-22
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. check-in: e4b57a32 user: ben tags: ben-security
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. check-in: fc93bfb0 user: ben tags: ben-security
14:23
Create new branch named "ben-security" check-in: 2b4a6a66 user: ben tags: ben-security
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. check-in: 3fa5cfae user: ben tags: versionable-settings
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. check-in: 43b0d795 user: ben tags: versionable-settings
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. check-in: 7d048033 user: ben tags: versionable-settings
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. check-in: 09e52f0d user: ben tags: versionable-settings
09:11
Create new branch named "versionable-settings" check-in: 3db75c48 user: ben tags: versionable-settings
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. Closed-Leaf check-in: 3e61ada7 user: ben tags: solaris10
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. check-in: 9ef38b6b user: ben tags: solaris10
07:33
Create new branch named "solaris10" check-in: eb4b5e3b user: ben tags: solaris10
2011-05-21
16:52
Add (verisionable) empty-dirs setting Closed-Leaf check-in: b21f47e9 user: ben tags: bens-expr
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. check-in: 56b75c76 user: ben tags: bens-expr
15:39
Experimental support for Solaris 10 check-in: fd39ef82 user: ben tags: bens-expr
15:38
Create new branch named "bens-expr" check-in: d73b1b50 user: ben tags: bens-expr