Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around be5fd10aaf5d1c64.

2010-10-05
03:32
Merge the experimental "Event" changes into the trunk. (check-in: d96c4a42 user: drh tags: trunk)
03:29
Merge the small-stack changes into the trunk. This completes the fix for ticket [2a1e8e3c4b0b39e08fdde] (check-in: b8f134bb user: drh tags: trunk)
03:24
Fix issues with the prior commit on this branch. The small-stack non-recursive implementation appears to be working. Ticket [2a1e8e3c4b0b39e08fdde]. (Closed-Leaf check-in: f93a54d0 user: drh tags: small_stack)
02:46
An attempt to reduce the depth of recursion in order to run better on systems with limited stack spack. Ticket [2a1e8e3c4b0b39e08fdde0]. This check-in compiles and runs but has issues. (check-in: 9664989c user: drh tags: small_stack)
00:40
Fix HTML typo in qandc.wiki. Ticket [cee1b58990e81] (check-in: e6c8df3b user: drh tags: trunk)
2010-10-04
20:18
ticket show working(without UUID-filter) (check-in: f3f7f138 user: wolfgang tags: wolfgangTicketCmd)
11:48
merged from trunk (check-in: fafcb6c7 user: Ratte tags: wolfgangFormat2CSS_2)
01:21
Updates and corrections to the file format documentation. (Closed-Leaf check-in: 3e48b683 user: drh tags: experimental)
2010-10-03
23:31
Make the R card of manifests truely optional. It is always generated on manifests created by Fossil itself, but 3rd party import tools might choose to omit the R card as a simplification. Ticket [a32ff1eddb6ac1f499]. (check-in: aab38ef0 user: drh tags: trunk)
20:34
merge from trunk (check-in: 287dd50e user: wolfgang tags: wolfgangFormat2CSS_2)
20:00
Dramatic performance improvement for "fossil deconstruct" and "fossil reconstruct" on large repositories. Add progress information for "fossil reconstruct". Possibly related to ticket [2a1e8e3c4b0b39e08fdde0]. Fix for ticket [76d3ecfdab577bdf843]. (check-in: 5f020103 user: drh tags: trunk)
19:24
More descriptive SSL error messages. (Closed-Leaf check-in: 6b8b6d2e user: bcsmith tags: ssl_platform_fixes)
19:01
For "fossil rebuild" increment the progress counter after each artifact is processed, rather than waiting for its delta children to be processed, in order to give a more uniform progress indication. Possibly related to ticket [2a1e8e3c4b0b39e08fdde]. (check-in: ae000c23 user: drh tags: trunk)
17:32
corrected HTML-Validator problems (check-in: 443dbc67 user: wolfgang tags: experimental)
17:25
corrected HTML-validator problems (check-in: 32e85b66 user: wolfgang tags: wolfgangFormat2CSS_2)
12:18
added event.c to PellesC Makefile (check-in: 65a12d56 user: wolfgang tags: experimental)
11:52
corrected some HTML-validation problems (check-in: 04b33f77 user: wolfgang tags: experimental)
00:21
Add support for tags on events, including the ability to display a timeline of all events with a particular tag. (check-in: a1fcb97d user: drh tags: experimental)
2010-10-02
18:31
User interface refinements and some documentation added for events. (check-in: e5bcc0c9 user: drh tags: experimental)
16:35
Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. (check-in: ba06d344 user: drh tags: experimental)
15:44
make PellesC-Makefile dynamic, only special files (util, zlib th, sqlite are mentioned explicitly, other sources are read by wildcard expansion (check-in: 3bb1f957 user: wolfgang tags: wolfgangFormat2CSS_2)
12:55
merge from trunk (check-in: f52c6f68 user: wolfgang tags: wolfgangFormat2CSS_2)
12:51
show new allowed tags(checkin [172dccb66f]) in wiki help page (check-in: c492eab3 user: wolfgang tags: trunk)
12:37
Event background colors are now working. (check-in: 6f93ca94 user: drh tags: experimental)
11:42
use compiler_name in windows-resource file (check-in: f09603e6 user: wolfgang tags: wolfgangFormat2CSS_2)
06:39
merged from trunk (check-in: b906b7b8 user: Ratte tags: wolfgangFormat2CSS_2)
03:28
Add the ability to assign background colors to the timeline entries for events. (check-in: a5110365 user: drh tags: experimental)
00:25
First working code for displaying and editing events. (check-in: 419903eb user: drh tags: experimental)
2010-10-01
22:17
Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. (check-in: ed8738b6 user: drh tags: experimental)
18:02
Allow fossil branch new --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thebranch checkin To aid in importing historic data from other scm's (check-in: 2cc6fd91 user: renez tags: trunk)
17:44
Allow fossil tag add --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thetag checkin To aid in importing historic data from other scm's (check-in: 5c59d7e9 user: renez tags: trunk)
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. (check-in: 33b4f335 user: drh tags: wolfgangFormat2CSS_2)
15:39
added thead, tfoot, tbody, col, colgroup and span to allowed html. So that pages generated by docbook and elyxer are accepted (check-in: 172dccb6 user: renez tags: trunk)
2010-09-30
15:12
resource generate running on XP/dmc&pellesc5 (check-in: 9d896dca user: wolfgang tags: wolfgangFormat2CSS_2)
14:30
added comment to compile variant definition, added missing pellesC ifdef (check-in: 12eb50d1 user: wolfgang tags: wolfgangFormat2CSS_2)
14:01
copyright resource uses only year (check-in: dd3bf669 user: wolfgang tags: wolfgangFormat2CSS_2)
06:44
extended resource info for windows compile (check-in: dd830ff8 user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-29
22:17
merged from trunk (check-in: a5f05794 user: wolfgang tags: wolfgangFormat2CSS_2)
22:12
made rc-file Digital mars conform

digital mars resource compiler(rcc) must be downloaded separately. The changes in the makefile are:

+RC=$(DMDIR)\bin\rcc
+RCFLAGS=-32 -w1

APPNAME = $(OBJDIR)\fossil$(E)

all: $(APPNAME)

-$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link +$(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link

+fossil.res: $B\win\fossil.rc + $(RC) $(RCFLAGS) -o$@ $** + $(OBJDIR)\link: $B\win\Makefile.dmc +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 sh un skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfe r zip sqlite3 th th_lang > $@ +echo fossil >> $@ +echo fossil >> $@ +echo $(LIBS) >> $@ + +echo. >> $@ + +echo fossil >> $@

(check-in: d4749d60 user: wolfgang tags: wolfgangFormat2CSS_2)
21:12
versioninfo/icon added to PellesC compile (check-in: 12e5178e user: wolfgang tags: wolfgangFormat2CSS_2)
16:58
Avoid duplicate "/" in the redirect from the /home webpage. (check-in: cabf810b user: drh tags: trunk)
16:01
merged trunk (check-in: e2db682f user: wolfgang tags: wolfgangFormat2CSS_2)
15:49
Print a warning and require confirmation prior to continuing with a commit after detection of time skew. (check-in: c6a65cbd user: drh tags: trunk)
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 (check-in: 4d7c443c user: wolfgang tags: wolfgangFormat2CSS_2)
15:20
Sync opertions warn about clock skew between client and server. (check-in: 71c40d3b user: drh tags: trunk)
14:11
merge trunk (check-in: e410d40b user: wolfgang tags: wolfgangFormat2CSS_2)
13:32
Update SQLite to the latest version 3.7.3 release candidate. (check-in: fa29769a user: drh tags: trunk)
13:30
Merge all changes from the wolfgangFormat2CSS_2 branch into the trunk. (check-in: 5a48a9b2 user: drh tags: trunk)
13:29
Code formatting tweaks. (check-in: 8fce80ea user: drh tags: wolfgangFormat2CSS_2)
13:18
Back out changes in [9978d2aba603d94]. Instead, simply modify checkout so that it never overwrites "manifest" and "manifest.uuid" if those files are explicitly checked in. Ticket [22a59e9a3455d8e]. (check-in: 4208b3b4 user: drh tags: wolfgangFormat2CSS_2)
12:48
Better handling of /dir pages with unknown checkins. Rework of check-in [872f6a45e3338b77ed10ec49598343ff2ae7741d] for ticket [cc4cd990165317f38618f5b784befd3e9ff3fe61]. (check-in: e01f7e6d user: drh tags: wolfgangFormat2CSS_2)
2010-09-28
18:40
added 64 bit windows compile for PellesC/6.00.4 (check-in: 528c5811 user: Ratte tags: wolfgangFormat2CSS_2)
16:16
corrected error CSS usages (check-in: 94abf61c user: wolfgang tags: wolfgangFormat2CSS_2)
15:45
more formats to css (check-in: e05f750a user: wolfgang tags: wolfgangFormat2CSS_2)
14:48
reconstruct handles subdirectories (check-in: 6759e00e user: wolfgang tags: wolfgangFormat2CSS_2)
09:02
solved ticket [1b41304d8b]: moved style clear: both from code for content to css, adding the corresponding div only, if a sidebox wass used (check-in: 26fc585e user: Ratte tags: wolfgangFormat2CSS_2)
08:29
solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration! (check-in: 15b3ad25 user: Ratte tags: wolfgangFormat2CSS_2)
05:52
leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] ) (check-in: 92f8cefc user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-27
18:31
HTML validated setup_settings page (check-in: 4a017876 user: wolfgang tags: wolfgangFormat2CSS_2)
18:12
added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] (check-in: 9978d2ab user: wolfgang tags: wolfgangFormat2CSS_2)
15:56
length of short checkin uuid for dir page restored to 10 (check-in: b72065df user: wolfgang tags: wolfgangFormat2CSS_2)
15:44
fixed error on dir page with unknown checkins. Ticket [cc4cd99016531]. (check-in: 872f6a45 user: wolfgang tags: wolfgangFormat2CSS_2)
12:35
corrected dependency for page_index.h in PellesC-Make (check-in: f8b8e530 user: wolfgang tags: wolfgangFormat2CSS_2)
12:29
corrected -L 0 for deconstruct (check-in: f7fd6765 user: wolfgang tags: wolfgangFormat2CSS_2)
12:10
recreated deconstruct command (check-in: ab12d0f4 user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-26
16:33
added build environment for PellesC (check-in: c343cd98 user: wolfgang tags: wolfgangFormat2CSS_2)
14:43
update from trunk (check-in: 616a423b user: wolfgang tags: wolfgangFormat2CSS_2)
12:25
some more htm validation (check-in: e5bf291e user: wolfgang tags: wolfgangFormat2CSS_2)
11:34
merge from trunk (check-in: 5b2c8373 user: wolfgang tags: wolfgangFormat2CSS_2)
11:33
Steps to try to avoid redirect loops on a misconfigured repository. Ticket [99d0791365daaec739c53c8b94059e280efc9628] (check-in: 1a008624 user: drh tags: trunk)
11:32
code layout optimoied for user color input and standard style comment for use of jscolor.com.. (check-in: 87e27419 user: wolfgang tags: wolfgangFormat2CSS_2)
11:11
Increased robustness of the XML markup parser. Ticket [675aaa3458199c8832c6879b43325ffb2fd62e75] (check-in: ee78a381 user: drh tags: trunk)
10:35
edit checkin page html validated and added custom color edit (check-in: 41385f75 user: wolfgang tags: wolfgangFormat2CSS_2)
09:29
Merging from trunk. (check-in: f8f63dfa user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-24
17:07
Merging from trunk. (check-in: e3292ef8 user: michael tags: ttmrichter-skins)
2010-09-22
14:32
Updates to the submenu links for ticket views. (check-in: f29a8266 user: drh tags: trunk)
05:42
schema change to support "nop". Repos will need to be rebuilt to use this functionality. (Closed-Leaf check-in: efc9e1c3 user: bharder tags: nop)
03:03
typo (check-in: cb14ab18 user: bharder tags: nop)
02:58
start of "nop" no-operation command (check-in: 46ea0373 user: bharder tags: nop)
2010-09-19
06:15
merged trunk (check-in: 5e7d7144 user: Ratte tags: wolfgangFormat2CSS_2)
01:14
merge trunk (Closed-Leaf check-in: 1dfb33e8 user: bharder tags: lang)
00:56
Corrections to the built-in help text for the "all" command. (check-in: 0183e191 user: drh tags: trunk)
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] (check-in: 31fdc347 user: drh tags: trunk)
21:48
Use _stati64() rather than stat() on windows, in order to support repositories larger than 2GB. (check-in: 29323803 user: drh tags: trunk)
20:08
Enhance the test-canonical-name command to provide additional file measurement diagnostics. (check-in: 7fbaee79 user: drh tags: trunk)
16:24
merged back to trunk (check-in: 5a5e722f user: wolfgang tags: wolfgangFormat2CSS_2)
16:04
more pedantic language adj (check-in: ee96785d user: bharder tags: lang)
15:59
merge trunk (check-in: 2a53f510 user: bharder tags: lang)
15:51
Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. (check-in: b48f7896 user: drh tags: trunk, release)
15:16
Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f] (check-in: bb1b3fa9 user: drh tags: trunk)
2010-09-17
21:57
remove debug type in autoparagraphs/wikiformat (check-in: 06bd8ebc user: Ratte tags: wolfgangFormat2CSS_2)
19:52
reintegrate javascript directly in timeline page but do a proper encoding of the script to prevent validator errors (check-in: 24d1d17b user: wolfgang tags: wolfgangFormat2CSS_2)
18:07
ws alignment for printed table of status (check-in: 81e9a2d0 user: bch tags: lang)
14:33
separated timeline javascript code in separate file, to enable caching and preventing errors with HTML validator and mising <,>,.. (Closed-Leaf check-in: e8f200b6 user: wolfgang)
13:46
merged 63dc0641ac (check-in: ce06c5e0 user: wolfgang tags: wolfgangFormat2CSS_2)
06:13
Add "dismiss" cmd to pair w/ new "DISMISSED" reporting (check-in: a50ea974 user: bharder tags: lang)
06:04
removed dupe block in if() statement (check-in: 63dc0641 user: bharder tags: trunk)
06:02
less threatening desc. for removing an artifact from repo (check-in: 6938d5fe user: bharder tags: lang)
05:35
Create new branch named "lang" (check-in: 6e258c4a user: bharder tags: lang)
2010-09-16
14:13
Another merge from trunk. (check-in: 1516a26d user: michael tags: ttmrichter-skins)
14:00
Committing a merge. (check-in: be5fd10a user: michael tags: ttmrichter-skins)
2010-09-15
18:46
added dynamic behavior page, no special layout. Reusing the commandline help and simply listing all options (check-in: 757a5e5b user: wolfgang tags: wolfgangFormat2CSS_2)
2010-09-14
20:08
switched captcha border from outline to border, because of problems with IE (check-in: d50fe26c user: wolfgang tags: wolfgangFormat2CSS_2)
19:04
added missing nowrap for div/divider style, has to be added in local css definition! (check-in: 8e6dbfb2 user: wolfgang tags: wolfgangFormat2CSS_2)
18:30
remove wrong comment about closing paragraphs after drh's merge (check-in: 3eaebda5 user: wolfgang tags: wolfgangFormat2CSS_2)
17:20
Create new branch named "wolfgangFormat2CSS_2" (check-in: c5a27b6c user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-13
23:40
Merge the CSS and XHTML fixes from the wolfgangFormat2CSS branch into the trunk. (check-in: 3243e63b user: drh tags: trunk)
23:37
Fix some rendering issues with the new wiki formatter. (Closed-Leaf check-in: 7d2fe13c user: drh tags: wolfgangFormat2CSS)
22:15
Fix a compiler warning of an unused variable. (check-in: d3560883 user: drh tags: wolfgangFormat2CSS)
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. (check-in: 4cc0ebef user: drh tags: wolfgangFormat2CSS)
20:41
Detect when an "update" is a no-op and exit early, without doing any work. This edit was suppose to go on trunk - it landed on wolfgangFormat2CSS by mistake. But we'll leave it here and let it go to trunk when we merge the wolfgangFormat2CSS changes... (check-in: db313c32 user: drh tags: wolfgangFormat2CSS)
19:05
prevent generation of

(check-in: 44e6ae4f user: wolfgang tags: wolfgangFormat2CSS)
16:44
ended some paragraphs for elements, not allowed in p for xhtml (check-in: 2353aa9a user: wolfgang tags: wolfgangFormat2CSS)
09:53
added closing / to MUTYPE_SINGLE attributes (check-in: 32f3ad23 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-12
18:43
detail ticket views validated (check-in: 2557ca45 user: wolfgang tags: wolfgangFormat2CSS)
17:12
some ticket pages html validated (check-in: b9f38e16 user: wolfgang tags: wolfgangFormat2CSS)
15:39
merged win dmc make build changes from [08aa440a3d],.. (check-in: 642f4dcf user: wolfgang tags: wolfgangFormat2CSS)
15:29
added end p elements if switching to lists,.. (check-in: 3bca3928 user: wolfgang tags: wolfgangFormat2CSS)
15:23
(more type's) solves ticket [5e9f1b1cd8] (check-in: 08aa440a user: renez tags: trunk)
15:18
(delete 1 character{*} to much in dmc) solves ticket [5e9f1b1cd8] (check-in: 2862ed59 user: renez tags: trunk)
15:12
solves ticket [5e9f1b1cd8] (check-in: 56fedab3 user: renez tags: trunk)
14:17
_WIN32 also disables write directory check for _fossil user db(like _MINGW32_) (check-in: 5bf2ede6 user: wolfgang tags: wolfgangFormat2CSS)
12:49
corrected some & chars in hyperlinks and added missing quotes in attribute values (check-in: 214d2faf user: wolfgang tags: wolfgangFormat2CSS)
10:42
file timeline/attach pages HTML-validated (check-in: cd2f91d3 user: wolfgang tags: wolfgangFormat2CSS)
09:20
wikiformat list end p tags (check-in: 173bfe17 user: wolfgang tags: wolfgangFormat2CSS)
08:47
correct all unclosed br and hr tags, skipped sqlite.c (check-in: 692b67bd user: wolfgang tags: wolfgangFormat2CSS)
2010-09-11
21:20
HTML validator error free ticket configuration (check-in: cf8d628d user: wolfgang tags: wolfgangFormat2CSS)
20:49
admin pages without errors in HTML validator (check-in: a62bfaf5 user: wolfgang tags: wolfgangFormat2CSS)
16:14
'edit css' styled and made it pass HTML-Validator, optimized handling of additional styles in style.c (check-in: 286d4bca user: wolfgang tags: wolfgangFormat2CSS)
13:11
merged improved stat page from trunk and slightly optimized style.c (check-in: 7d08c20f user: wolfgang tags: wolfgangFormat2CSS)
11:37
Improvements to the "stat" page formatting. (Closed-Leaf check-in: b41feab7 user: drh tags: trunk)
06:38
corrected % values in default styles(missing second %) (check-in: 7d88fac5 user: Ratte tags: wolfgangFormat2CSS)
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE (check-in: d1305d0a user: wolfgang tags: wolfgangFormat2CSS)
16:11
fixed ticket [5207b03861]: use correct type for index variable (check-in: 4887a1da user: wolfgang tags: wolfgangFormat2CSS)
2010-09-09
21:41
section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class (check-in: 6436092e user: wolfgang tags: wolfgangFormat2CSS)
21:32
reduce html-validator errors on leaves page (check-in: 4dbfba2b user: wolfgang tags: wolfgangFormat2CSS)
20:27
tag.c css skinned (check-in: 6cf335ab user: wolfgang tags: wolfgangFormat2CSS)
20:12
timeline css skinned (check-in: dc8a247e user: wolfgang tags: wolfgangFormat2CSS)
20:04
merged trunk to branch (check-in: ef6979ea user: wolfgang tags: wolfgangFormat2CSS)
13:57
Allow checkout of versions that have neither ancestors nor children. (check-in: 4980b9a7 user: drh tags: trunk)
10:31
Merge in changes from the wolfgangFormat2CSS branch. (check-in: 34f9b9de user: drh tags: trunk)
10:02
Fix a large memory leak in the "fossil reconstruct" command. Ticket [fc1a61329403f605c494] (check-in: 9ef4a184 user: drh tags: trunk)
09:59
Allow ~ and % characters in the URL. Ticket [74ccf51c7d24414b1]. (check-in: a203674a user: drh tags: trunk)
2010-09-08
21:15
made default css handled by loop instead of explizit calls, .. (check-in: a5576e2d user: wolfgang tags: wolfgangFormat2CSS)
20:25
css for hyperlinks disabled (check-in: 0e394b8f user: wolfgang tags: wolfgangFormat2CSS)
19:26
reduced html validator errors on branch page (check-in: 156358e2 user: wolfgang tags: wolfgangFormat2CSS)
18:16
layout sideboxes using css, css is only added to the user defined css, if the corresponding class is missing (check-in: b34a583f user: wolfgang tags: wolfgangFormat2CSS)
17:30
merged trunk changes (check-in: e621ef43 user: wolfgang tags: wolfgangFormat2CSS)
17:23
merged trunk changes (check-in: a2d5230d user: wolfgang tags: wolfgangFormat2CSS)
12:38
Merge in the latest changes from the windowscompilers branch. (check-in: 8d864a7f user: drh tags: trunk)
12:36
Documentation updates. (check-in: 546d48ff user: drh tags: trunk)
00:00
first step to extract formats in separat css definitions (check-in: bdd92802 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-07
23:57
Create new branch named "wolfgangFormat2CSS" (check-in: e2ab51b0 user: wolfgang tags: wolfgangFormat2CSS)
17:29
merged-make-corrections (Closed-Leaf check-in: 036d7681 user: Ratte tags: stv-skinning)
2010-09-06
20:31
Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] (check-in: 370d5be3 user: renez tags: trunk)
19:10
hyperlinks disabled skinned (check-in: 8f6e98aa user: Ratte tags: stv-skinning)
2010-09-05
13:07
merged main trunk (check-in: 7766e689 user: Ratte tags: stv-skinning)
11:44
Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. (check-in: f7e2d74a user: drh tags: trunk)
11:23
Fix compiler warnings in makeheaders.c. (check-in: 04b976b1 user: drh tags: trunk)
10:59
sidebox via css (check-in: ff3b6b32 user: Ratte tags: stv-skinning)
09:58
3 layouts in timeline moved to css (check-in: 5bba36b2 user: Ratte tags: stv-skinning)
07:16
comment in default style (check-in: b96d3e5c user: Ratte tags: stv-skinning)
2010-09-04
19:45
remove unused first idea of second style sheet (check-in: b15da2f4 user: Ratte tags: stv-skinning)
19:41
format timeline page via css (check-in: 2ade2d4e user: Ratte tags: stv-skinning)
19:20
format timeline page via css (check-in: 8dfed953 user: Ratte tags: stv-skinning)
15:24
Honor the "Index Page" setting from the "Admin/Configuration" setup page. (check-in: baa6df06 user: drh tags: trunk)
15:19
Create new branch named "stv-skinning" (check-in: ba1c75ad user: Ratte tags: stv-skinning)
2010-09-03
01:57
Yet another fix to the URL parser. Ticket [21447822de6be06]. (check-in: 7aae4ef0 user: drh tags: trunk)
2010-09-02
10:28
Fix a bug fix in the URL parser that was introduced by the recent ssh:// change. The bug prevented port numbers after the hostname from parsing correctly. (check-in: ac8c21b9 user: drh tags: trunk)
2010-08-31
18:21
Minor changes to win/Makefile.msc after testing with MSVC. (check-in: 3a5b4ad4 user: shaneh tags: trunk)
17:23
Remove duplicate section in MinGW makefile. (check-in: b0bbcd5d user: shaneh tags: trunk)
15:51
make compilation depend on _WIN32 being defined by including allways config.h (Closed-Leaf check-in: c0a530f4 user: renez tags: windowscompilers)
05:12
compile warning fixes (uninitialized vars) (check-in: 3c326ea4 user: ron tags: trunk)
03:58
fix cross-compile breakage (check-in: d2ba02e1 user: ron tags: trunk)
01:53
Merge the changes from the windowscompilers branch into the trunk. (check-in: 3564af0f user: drh tags: trunk)
2010-08-29
05:32
Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason (check-in: 30b8a41d user: renez tags: windowscompilers)
00:21
Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] (check-in: f1d309cc user: drh tags: trunk)
2010-08-28
20:22
Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line (check-in: 29c728f4 user: renez tags: windowscompilers)
19:04
Use -P to change ssh port numbers on windows, but -p on unix. (check-in: 1212f0b0 user: drh tags: trunk)
10:54
The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers (check-in: 99e0a29e user: renez tags: windowscompilers)
09:20
Added the msvc sdk compiler (check-in: c00f79d0 user: renez tags: windowscompilers)
06:59
This is the first check-in on the windowscompilers branch and it adds the Digital Mars C compiler
The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include.
typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj
The following files were edited or added:

Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by
#include <windows.h>
However most of the time we don't use windows.h.

Adding an other windows compiler is done by adding
"|| defined(__COMPILER_IDENTIFIER__)"
and maybe some special things in the files below. Like

     

These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC

In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.

DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it!

added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dm...

(check-in: f66f414f user: renez tags: windowscompilers)
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. (check-in: 0cdb6403 user: drh tags: trunk)
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. (check-in: d5c934e5 user: drh tags: trunk)
01:24
Create new branch named "windowscompilers" (check-in: 3e3304ac user: renez tags: windowscompilers)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. (check-in: 72147afc user: drh tags: trunk)
13:29
Close pipes before killing off the child process. (check-in: 360b0477 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. (check-in: 0a51263a user: drh tags: trunk)
13:17
Untested implementation of popen2() for windows. (Closed-Leaf check-in: 34ea1e4a user: drh tags: experimental)
12:10
Remove dead code from cgi.c. Attempt better error handling. (check-in: 79294bb8 user: drh tags: experimental)
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. (check-in: 1a9fe88b user: drh tags: trunk)
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. (check-in: af977263 user: drh tags: experimental)
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. (check-in: 192ceef3 user: drh tags: experimental)
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. (check-in: 0e42cc1b user: drh tags: trunk)
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. (check-in: 2f8e4c4b user: drh tags: experimental)
17:00
The ssh:// sync method appears to work now, for linux-to-linux... (check-in: 66cdaee6 user: drh tags: experimental)
16:03
Continuing work on the ssh:// sync protocol. (check-in: 958f5966 user: drh tags: experimental)
14:03
Initial code to implement synchronization via ssh. (check-in: b19f25fe user: drh tags: experimental)
2010-08-24
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. (check-in: 7503f987 user: drh tags: trunk)
2010-08-23
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. (check-in: 8474ca67 user: drh tags: trunk, release)