Timeline
Not logged in

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

50 events occurring around 6d35cde78d475f86.

2011-05-31
06:31 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change artifact: b546f85a26 user: anonymous
02:31 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: dfa6760b6b user: anonymous
2011-05-30
17:18 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change artifact: d79bb72a1d user: anonymous
17:10 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: 0013191e29 user: ben
16:59 Edit [5abe6347c2dfa84d]: Marked "Closed". artifact: c6369133b1 user: ben
16:51 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: e7504c8272 user: joerg ... 1 similar event omitted.
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. check-in: 3abab7e177 user: ben tags: trunk
13:18 Edit [0448438c56d836a8]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". artifact: 166ec712f0 user: drh
12:52 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: a8d14ae133 user: drh ... 2 similar events omitted.
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: 5abe6347c2 user: ben tags: configure-make
07:04
Create new branch named "configure-make" check-in: 62284df93a user: ben tags: configure-make
06:55
Online help for several more commands adapted Leaf check-in: d23f98877d user: Arjen Markus tags: arjen-doc-updates
2011-05-29
18:21 Ticket [5a96dd5f52] non-portable Makefile status still Open with 1 other change artifact: 0437b41ba0 user: bharder
12:53
Remove accidentally included line of code. Closed-Leaf check-in: 0bed863b69 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: e06ea26e97 user: ben tags: ben-security
07:58 Ticket [8967ea1df4] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 2 other changes artifact: d31a976e9b user: anonymous ... 1 similar event omitted.
2011-05-28
21:08 Ticket [5a96dd5f52] non-portable Makefile status still Open with 2 other changes artifact: 07d5dd46c3 user: ben ... 1 similar event omitted.
18:51
Release check-in: 0448438c56 user: drh tags: trunk, release
18:50 Fixed ticket [3f02165606]: i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows plus 2 other changes artifact: b7a95477b6 user: drh ... 1 similar event omitted.
17:56
Merge the latest changes from the ben-security branch into trunk. check-in: 6d35cde78d user: drh tags: trunk, test-%-&-tag
17:53 Fixed ticket [034fa7bb29]: Build breaks on MAC OS X 10.6/i386 plus 2 other changes artifact: 613e806f62 user: drh
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] check-in: e94c1e9068 user: drh tags: trunk
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: 95f04bbfbf user: ben tags: ben-security
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
08:40 New ticket [034fa7bb29] Build breaks on MAC OS X 10.6/i386. artifact: eca4422dd8 user: anonymous
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. check-in: 21ceccddd8 user: drh tags: trunk
13:08 Fixed ticket [49db5c3993]: windows-i18n: "fossil extras" does not see files with non-ascii chars in their name plus 1 other change artifact: b65772295b user: drh
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. check-in: e05fea3852 user: drh tags: trunk
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. check-in: ea2698e9c7 user: drh tags: trunk
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. check-in: 32ad9a1584 user: drh tags: trunk
11:33 New ticket [49db5c3993] windows-i18n: "fossil extras" does not see files with non-ascii chars in their name. artifact: 67e356f427 user: anonymous
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands check-in: 6469b814ab user: Arjen Markus tags: arjen-doc-updates
03:44 Ticket [3f02165606] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows status still Open with 1 other change artifact: 5e8f92601f user: anonymous ... 1 similar event omitted.
2011-05-26
12:28 Closed ticket [b67996c1e6]: Fossil can no longer find files in open checkouts with non-ascii chars in directory plus 2 other changes artifact: a8e5afdd67 user: anonymous
11:57
Add the --systemtrace option for debugging calls to fossil_system. check-in: 5a4dc2239b user: drh tags: trunk
11:29
Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] check-in: 02a6aa2d5e user: drh tags: trunk
05:56 Add attachment "i18n_fossil_ui_crash.zip" to ticket [3f02165606] artifact: 6d38fb8ca7 user: anonymous
05:51 Ticket [b67996c1e6] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 1 other change artifact: 64e2883253 user: anonymous
05:41 New ticket [3f02165606] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows. artifact: 65ac77322c user: anonymous
2011-05-25
14:12 Ticket [b67996c1e6] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 2 other changes artifact: 60b0f20e31 user: drh