Timeline
Not logged in

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

16 check-ins related to "versionable-settings"

2011-12-17
15:20
Make allow-symlinks a versionable setting. This is a merge from the versionable-settings branch. check-in: c4ade43651 user: drh tags: trunk
2011-12-01
16:16
Make allow-symlinks a versionable setting. Closed-Leaf check-in: ec5c690e0e user: ben tags: versionable-settings
2011-11-23
00:36
Added todo notes for adding loginExpiryTime in /json/login. (And checked in the latest cson_amalgamation - no functional changes there.) check-in: 5fdf14ba1c user: stephan tags: trunk
2011-06-02
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch check-in: 30ebed1903 user: ben tags: ben-testing
2011-05-28
15:40
Tidy up and fix implementation of empty-dirs setting. Leaf check-in: 529237a3c1 user: ben tags: versionable-settings
15:39
Add documentation for empty-dirs setting check-in: eb93d6ae0e 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: b5d4526211 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: 761a98a1ee user: ben tags: versionable-settings
2011-05-24
12:02
Merge the latest trunk changes into the versionable-settings branch. check-in: 9c915adb0a user: drh tags: versionable-settings
2011-05-23
15:11
Merge the ben-security branch into the trunk. check-in: 474850cff5 user: drh tags: trunk, release
2011-05-22
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: 3fa5cfaec8 user: ben tags: versionable-settings
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. check-in: 43b0d795e5 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: 7d04803392 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: 09e52f0df7 user: ben tags: versionable-settings
09:11
Create new branch named "versionable-settings" check-in: 3db75c4803 user: ben tags: versionable-settings
2011-05-21
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. check-in: 1343cfad7b user: drh tags: trunk