Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
57 check-ins using file src/style.c version ce7841d9dd
|
2014-11-18
| ||
| 13:52 | Change the built-in SQLite to the 3.8.7.2 beta for testing. ... (check-in: 27cd09c44d user: drh tags: trunk) | |
|
2014-11-16
| ||
| 21:32 | Fix compiler warning: ./src/timeline.c: In function ‘www_print_timeline’: ./src/timeline.c:226:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] zDateFmt = P("datefmt"); ... (check-in: 45a366a0a0 user: jan.nijtmans tags: trunk) | |
|
2014-11-14
| ||
| 19:30 | similar to previous commit, but for UNIX: if file with commit message contains invalid utf-8, assume it to be iso8859-1 (actually: cp1252, which is a superset of iso8859-1) ... (check-in: 331204dc93 user: jan.nijtmans tags: trunk) | |
|
2014-11-12
| ||
| 14:37 | Fix [5a0a33f31a]: Chinese commit message File in code UTF-8 when using commit -M under WINDOWS Garbled. When the file is already detected to be valid UTF-8, don't try to do any conversion. ... (check-in: 5960016a3d user: jan.nijtmans tags: trunk) | |
| 14:16 | re-apply [963c950cd6ac8cc8b9503f20a90ffac8e383c1de|963c950cd6]: for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite) ... (check-in: 3f5defebeb user: jan.nijtmans tags: trunk) | |
|
2014-11-11
| ||
| 20:25 | Update to the 3.8.8 alpha of SQLite for testing (of SQLite). ... (check-in: 6b2f0b209f user: drh tags: trunk) | |
| 18:22 | Merge the latest changes from trunk. ... (check-in: 73b8c619ee user: drh tags: tk-diff-viewer) | |
| 12:15 | Merge from trunk ... (Closed-Leaf check-in: 26b7b16a7c user: ashish tags: ashish-ipv6) | |
|
2014-11-10
| ||
| 02:41 | Update the makefile.wiki documentation page to talk about the mkbuiltin.exe program used for generating the builtin_data.h header file. ... (check-in: 8a8177071f user: drh tags: trunk) | |
|
2014-11-09
| ||
| 20:04 | Same change a previous commit, but for custom makefile ... (check-in: ee5b864898 user: jan.nijtmans tags: trunk) | |
| 13:56 | Allow using native x64 mingw toolchain ... (check-in: 3616b7489b user: baruch tags: trunk) | |
| 00:36 | Add the datefmt query parameter that will override the default timeline date format. ... (check-in: bc3db82dff user: drh tags: trunk) | |
|
2014-11-08
| ||
| 19:20 | Add a new timeline date format "(off)" which omits all date and time stamps. ... (check-in: e5176d9473 user: drh tags: trunk) | |
| 18:58 | Add the "notime" query parameter to the www timeline display. ... (Closed-Leaf check-in: ce4d3fce52 user: drh tags: notime-option) | |
|
2014-11-07
| ||
| 11:52 | Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type ... (check-in: c2faa14d85 user: jan.nijtmans tags: svn-import) | |
|
2014-11-06
| ||
| 22:43 | re-enable SSL in custom MinGW makefile ... (check-in: 346c05fbdd user: jan.nijtmans tags: trunk) | |
| 21:43 | For 32-bit MinGW compile: speed up zlib performance by using critical parts in optimized assembler (official zlib1.dll is compiled this way) ... (check-in: 270897a301 user: jan.nijtmans tags: trunk) | |
| 15:38 | fix some memory leaks ... (check-in: 412030b145 user: baruch tags: svn-import) | |
| 10:16 | Change back Mingw default platform ... (check-in: 67458ab077 user: jan.nijtmans tags: trunk) | |
| 10:10 | simplify many makefile rules using the $@ construct ... (check-in: b5d21285eb user: jan.nijtmans tags: trunk) | |
| 07:50 | merge trunk ... (check-in: a4b654ec6c user: baruch tags: svn-import) | |
|
2014-11-05
| ||
| 22:43 | Simplify usage of db_setup_server_and_project_codes(). ... (check-in: 1b9672ae94 user: mistachkin tags: trunk) | |
| 22:42 | Fix a makefile warning issue due to build rule duplication. ... (check-in: 9e888499e1 user: mistachkin tags: trunk) | |
| 21:54 | fixed a mis-escaped formatting token in the byweek report. ... (check-in: 779f3407f5 user: stephan tags: trunk) | |
| 15:37 | fixes for various edge cases ... (check-in: c9fb495e3d user: baruch tags: svn-import) | |
| 09:36 | Fix name of trunk when using --trunk option ... (check-in: 5488f7dd82 user: baruch tags: svn-import) | |
| 09:12 | Merge latest trunk ... (check-in: fef7e1f911 user: baruch tags: svn-import) | |
| 09:09 | Fix issue with branches having wrong parent. Needs cleanup ... (check-in: 5f4e2db949 user: baruch tags: svn-import) | |
|
2014-11-04
| ||
| 19:24 | Fix for problem reported on ML: "Fossil CGI mystery: crashing at repositories", by Taras Zakharko. cause of problem: option --empty was re-used for another purpose, renamed to "---docker" ... (check-in: c34003b1a9 user: jan.nijtmans tags: trunk) | |
| 16:22 | Merge trunk (docker experiment continuing, but not yet in working state!) ... (Closed-Leaf check-in: 96d1add988 user: jan.nijtmans tags: docker) | |
| 13:28 | Make sure login_cookie_name() always returns a non-NULL answer, even if it does not know the answer. ... (check-in: c96b12dd5e user: drh tags: trunk) | |
| 12:29 | Fix --filter option ... (check-in: 64c65816da user: baruch tags: svn-import) | |
| 10:36 | Fix --flat option ... (check-in: 57fa3896f3 user: baruch tags: svn-import) | |
|
2014-11-03
| ||
| 16:05 | Fix bugs with filter and with add+change in same commit ... (check-in: 65dc40a1ed user: baruch tags: svn-import) | |
| 14:50 | Fix bug when deleting whole folder ... (check-in: 05537c6fc0 user: baruch tags: svn-import) | |
|
2014-11-02
| ||
| 13:59 | Options to set trunk/branches/tags folder names and project repository root (filter). Various fixes ... (check-in: f67cb93fa6 user: baruch tags: svn-import) | |
|
2014-11-01
| ||
| 21:44 | revert mistake from last commit ... (check-in: 59cc1242b3 user: baruch tags: svn-import) | |
|
2014-10-31
| ||
| 08:06 | merge trunk ... (check-in: 7427b40db6 user: baruch tags: svn-import) | |
| 08:05 | Significant speed improvment ... (check-in: 31b1e5a826 user: baruch tags: svn-import) | |
|
2014-10-30
| ||
| 22:08 | Fix an instance of using a NULL database connection pointer when starting the Fossil server in multi-repository mode. ... (check-in: de17e35bf1 user: drh tags: trunk) | |
| 15:26 | Revert to SQLite trunk's version of shell.c (3.8.7.1 missed a bug-fix already there). Re-add some lines needed for pre-3.8.7 compatibility (needed with configure --disable-internal-sqlite). ... (check-in: 963c950cd6 user: jan.nijtmans tags: trunk) | |
|
2014-10-29
| ||
| 02:08 | Update the built-in SQLite to the 3.8.7.1 beta. ... (check-in: 37cfe7ad98 user: drh tags: trunk) | |
|
2014-10-28
| ||
| 18:50 | Update the CGI redirect: property to work with both artifact and ticket IDs. ... (check-in: 41a1b9bcfe user: drh tags: trunk) | |
| 12:19 | fix bug with multi-window svndiff ... (check-in: ea54a29848 user: baruch tags: svn-import) | |
| 10:44 | Support version 3 format (diff dumps) ... (check-in: eb0bf08733 user: baruch tags: svn-import) | |
| 04:03 | For MinGW, avoid using the makefile macro name of 'VERSION'. ... (check-in: 0a4745d3d2 user: mistachkin tags: trunk) | |
| 04:02 | Fix compiler warning with MSVC. ... (check-in: 5247900ccf user: mistachkin tags: trunk) | |
| 00:05 | Merge in trunk changes, and especially the change that separates the "diff.tcl" script out into a separate file in the source tree, making it easier to edit and debug. ... (check-in: 917e5cb617 user: drh tags: tk-diff-viewer) | |
|
2014-10-27
| ||
| 18:44 | Fix the formatting of the "committer" lines on Git export. ... (check-in: 36731ca5bd user: drh tags: trunk) | |
| 17:26 | Add the "builtin_file()" internal interface for accessing whole files compiled into the executable as byte-arrays. Use this new mechanism to split out the TCL source code for the diff viewer (for the --tk option) into a separate source file. ... (check-in: db6a8e8d3c user: drh tags: trunk) | |
| 17:21 | Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f4997 user: drh tags: separate-resource-files) | |
| 15:41 | Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (check-in: d93d92eb5a user: drh tags: separate-resource-files) | |
| 08:19 | add support for tags ... (check-in: 2889cdc36d user: baruch tags: svn-import) | |
| 08:18 | revert changes committed by mistake to makefile ... (check-in: 279f4cf95f user: baruch tags: svn-import) | |
|
2014-10-26
| ||
| 14:17 | Merge changes from trunk ... (check-in: 980acc8f1f user: baruch tags: svn-import) | |
| 08:12 | Windows 10 compatibility ... (check-in: 476f812e18 user: jan.nijtmans tags: trunk) | |
|
2014-10-25
| ||
| 01:01 | Add a new "auto-hyperlink" setting option that enables hyperlinks after a delay only if request is from a human (as deduced from the UserAgent string). ... (check-in: b9a1beda9e user: drh tags: trunk) | |