Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
227 check-ins using file www/fileformat.wiki version 482a802655
|
2010-10-05
| ||
| 03:29 | Merge the small-stack changes into the trunk. This completes the fix for ticket [2a1e8e3c4b0b39e08fdde] check-in: b8f134bbbb 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: f93a54d0ba 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: 9664989c0f user: drh tags: small_stack | |
| 00:40 | Fix HTML typo in qandc.wiki. Ticket [cee1b58990e81] check-in: e6c8df3bb7 user: drh tags: trunk | |
|
2010-10-04
| ||
| 20:18 | ticket show working(without UUID-filter) check-in: f3f7f13815 user: wolfgang tags: wolfgangTicketCmd | |
| 11:48 | merged from trunk check-in: fafcb6c780 user: Ratte tags: wolfgangFormat2CSS_2 | |
|
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: aab38ef02f user: drh tags: trunk | |
| 20:34 | merge from trunk check-in: 287dd50e7b 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: 5f0201030c user: drh tags: trunk | |
| 19:24 | More descriptive SSL error messages. Closed-Leaf check-in: 6b8b6d2e23 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: ae000c23fa user: drh tags: trunk | |
| 17:25 | corrected HTML-validator problems check-in: 32e85b6638 user: wolfgang tags: wolfgangFormat2CSS_2 | |
|
2010-10-02
| ||
| 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: 3bb1f957a9 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:55 | merge from trunk check-in: f52c6f6886 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:51 | show new allowed tags(checkin [172dccb66f]) in wiki help page check-in: c492eab395 user: wolfgang tags: trunk | |
| 11:42 | use compiler_name in windows-resource file check-in: f09603e66d user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 06:39 | merged from trunk check-in: b906b7b8c9 user: Ratte tags: wolfgangFormat2CSS_2 | |
|
2010-10-01
| ||
| 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: 2cc6fd9107 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: 5c59d7e9c6 user: renez tags: trunk | |
| 15:50 | Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. check-in: 33b4f335e0 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: 172dccb66f user: renez tags: trunk | |
|
2010-09-30
| ||
| 15:12 | resource generate running on XP/dmc&pellesc5 check-in: 9d896dcadb user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 14:30 | added comment to compile variant definition, added missing pellesC ifdef check-in: 12eb50d134 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 14:01 | copyright resource uses only year check-in: dd3bf669e8 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 06:44 | extended resource info for windows compile check-in: dd830ff82a user: Ratte tags: wolfgangFormat2CSS_2 | |
|
2010-09-29
| ||
| 22:17 | merged from trunk check-in: a5f0579454 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: <pre> +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 >> $@ </pre> check-in: d4749d60e4 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 21:12 | versioninfo/icon added to PellesC compile check-in: 12e5178e9d user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 16:58 | Avoid duplicate "/" in the redirect from the /home webpage. check-in: cabf810b0b user: drh tags: trunk | |
| 16:01 | merged trunk check-in: e2db682fa0 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: c6a65cbd81 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: 4d7c443c10 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 15:20 | Sync opertions warn about clock skew between client and server. check-in: 71c40d3bdb user: drh tags: trunk | |
| 14:11 | merge trunk check-in: e410d40b1b user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 13:32 | Update SQLite to the latest version 3.7.3 release candidate. check-in: fa29769a3d user: drh tags: trunk | |
| 13:30 | Merge all changes from the wolfgangFormat2CSS_2 branch into the trunk. check-in: 5a48a9b27b user: drh tags: trunk | |
| 13:29 | Code formatting tweaks. check-in: 8fce80ea99 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: 4208b3b479 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: e01f7e6db2 user: drh tags: wolfgangFormat2CSS_2 | |
|
2010-09-28
| ||
| 18:40 | added 64 bit windows compile for PellesC/6.00.4 check-in: 528c581154 user: Ratte tags: wolfgangFormat2CSS_2 | |
| 16:16 | corrected error CSS usages check-in: 94abf61c52 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 15:45 | more formats to css check-in: e05f750a45 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 14:48 | reconstruct handles subdirectories check-in: 6759e00eb8 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: 26fc585ecf 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: 15b3ad2509 user: Ratte tags: wolfgangFormat2CSS_2 | |
| 05:52 | leave notes in help for re/deconstruct about flat import( ticket [3f748ac12c] ) check-in: 92f8cefcc8 user: Ratte tags: wolfgangFormat2CSS_2 | |
|
2010-09-27
| ||
| 18:31 | HTML validated setup_settings page check-in: 4a01787609 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 18:12 | added setting to change name of the manifest files in the checkout Ticket [22a59e9a3455d8ecb] check-in: 9978d2aba6 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 15:56 | length of short checkin uuid for dir page restored to 10 check-in: b72065df2f user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 15:44 | fixed error on dir page with unknown checkins. Ticket [cc4cd99016531]. check-in: 872f6a45e3 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:35 | corrected dependency for page_index.h in PellesC-Make check-in: f8b8e530f3 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:29 | corrected -L 0 for deconstruct check-in: f7fd676575 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:10 | recreated deconstruct command check-in: ab12d0f4d2 user: wolfgang tags: wolfgangFormat2CSS_2 | |
|
2010-09-26
| ||
| 16:33 | added build environment for PellesC check-in: c343cd9873 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 14:43 | update from trunk check-in: 616a423b15 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 12:25 | some more htm validation check-in: e5bf291e1c user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 11:34 | merge from trunk check-in: 5b2c837336 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 11:33 | Steps to try to avoid redirect loops on a misconfigured repository. Ticket [99d0791365daaec739c53c8b94059e280efc9628] check-in: 1a0086249b user: drh tags: trunk | |
| 11:32 | code layout optimoied for user color input and standard style comment for use of jscolor.com.. check-in: 87e27419fd user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 11:11 | Increased robustness of the XML markup parser. Ticket [675aaa3458199c8832c6879b43325ffb2fd62e75] check-in: ee78a38128 user: drh tags: trunk | |
| 10:35 | edit checkin page html validated and added custom color edit check-in: 41385f75da user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 09:29 | Merging from trunk. check-in: f8f63dfad9 user: wolfgang tags: wolfgangFormat2CSS_2 | |
|
2010-09-24
| ||
| 17:07 | Merging from trunk. check-in: e3292ef8c3 user: michael tags: ttmrichter-skins | |
|
2010-09-22
| ||
| 14:32 | Updates to the submenu links for ticket views. check-in: f29a826666 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: efc9e1c3b4 user: bharder tags: nop | |
| 03:03 | typo check-in: cb14ab1809 user: bharder tags: nop | |
| 02:58 | start of "nop" no-operation command check-in: 46ea03734f user: bharder tags: nop | |
|
2010-09-19
| ||
| 06:15 | merged trunk check-in: 5e7d7144ec user: Ratte tags: wolfgangFormat2CSS_2 | |
| 01:14 | merge trunk Closed-Leaf check-in: 1dfb33e879 user: bharder tags: lang | |
| 00:56 | Corrections to the built-in help text for the "all" command. check-in: 0183e1917f 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: 31fdc347ac user: drh tags: trunk | |
| 21:48 | Use _stati64() rather than stat() on windows, in order to support repositories larger than 2GB. check-in: 293238031f user: drh tags: trunk | |
| 20:08 | Enhance the test-canonical-name command to provide additional file measurement diagnostics. check-in: 7fbaee790a user: drh tags: trunk | |
| 16:24 | merged back to trunk check-in: 5a5e722fc4 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 16:04 | more pedantic language adj check-in: ee96785db6 user: bharder tags: lang | |
| 15:59 | merge trunk check-in: 2a53f5109e user: bharder tags: lang | |
| 15:51 | Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. check-in: b48f78964e user: drh tags: trunk, release | |
| 15:16 | Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f] check-in: bb1b3fa928 user: drh tags: trunk | |
|
2010-09-17
| ||
| 21:57 | remove debug type in autoparagraphs/wikiformat check-in: 06bd8ebc6a 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: 24d1d17b46 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 18:07 | ws alignment for printed table of status check-in: 81e9a2d0ac 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: e8f200b6d3 user: wolfgang | |
| 13:46 | merged 63dc0641ac check-in: ce06c5e086 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 06:13 | Add "dismiss" cmd to pair w/ new "DISMISSED" reporting check-in: a50ea974ff user: bharder tags: lang | |
| 06:04 | removed dupe block in if() statement check-in: 63dc0641ac user: bharder tags: trunk | |
| 06:02 | less threatening desc. for removing an artifact from repo check-in: 6938d5fe80 user: bharder tags: lang | |
| 05:35 | Create new branch named "lang" check-in: 6e258c4ae3 user: bharder tags: lang | |
|
2010-09-16
| ||
| 14:13 | Another merge from trunk. check-in: 1516a26dc8 user: michael tags: ttmrichter-skins | |
| 14:00 | Committing a merge. check-in: be5fd10aaf 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: 757a5e5b4e user: wolfgang tags: wolfgangFormat2CSS_2 | |
|
2010-09-14
| ||
| 20:08 | switched captcha border from outline to border, because of problems with IE check-in: d50fe26c48 user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 19:04 | added missing nowrap for div/divider style, has to be added in local css definition! check-in: 8e6dbfb28f user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 18:30 | remove wrong comment about closing paragraphs after drh's merge check-in: 3eaebda5bb user: wolfgang tags: wolfgangFormat2CSS_2 | |
| 17:20 | Create new branch named "wolfgangFormat2CSS_2" check-in: c5a27b6c67 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: 3243e63bba user: drh tags: trunk | |
| 23:37 | Fix some rendering issues with the new wiki formatter. Closed-Leaf check-in: 7d2fe13c82 user: drh tags: wolfgangFormat2CSS | |
| 22:15 | Fix a compiler warning of an unused variable. check-in: d35608836e user: drh tags: wolfgangFormat2CSS | |
| 22:14 | Avoid the use of tabs. Make sure lines do not exceed 80 characters. check-in: 4cc0ebef9a 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: db313c32ce user: drh tags: wolfgangFormat2CSS | |
| 19:05 | prevent generation of <p><p> check-in: 44e6ae4f9a user: wolfgang tags: wolfgangFormat2CSS | |
| 16:44 | ended some paragraphs for elements, not allowed in p for xhtml check-in: 2353aa9a2f user: wolfgang tags: wolfgangFormat2CSS | |
| 09:53 | added closing / to MUTYPE_SINGLE attributes check-in: 32f3ad23b1 user: wolfgang tags: wolfgangFormat2CSS | |
|
2010-09-12
| ||
| 18:43 | detail ticket views validated check-in: 2557ca45dd user: wolfgang tags: wolfgangFormat2CSS | |
| 17:12 | some ticket pages html validated check-in: b9f38e16d0 user: wolfgang tags: wolfgangFormat2CSS | |
| 15:39 | merged win dmc make build changes from [08aa440a3d],.. check-in: 642f4dcfa2 user: wolfgang tags: wolfgangFormat2CSS | |
| 15:29 | added end p elements if switching to lists,.. check-in: 3bca39288d user: wolfgang tags: wolfgangFormat2CSS | |
| 15:23 | (more type's) solves ticket [5e9f1b1cd8] check-in: 08aa440a3d user: renez tags: trunk | |
| 15:18 | (delete 1 character{*} to much in dmc) solves ticket [5e9f1b1cd8] check-in: 2862ed5979 user: renez tags: trunk | |
| 15:12 | solves ticket [5e9f1b1cd8] check-in: 56fedab318 user: renez tags: trunk | |
| 14:17 | _WIN32 also disables write directory check for _fossil user db(like _MINGW32_) check-in: 5bf2ede641 user: wolfgang tags: wolfgangFormat2CSS | |
| 12:49 | corrected some & chars in hyperlinks and added missing quotes in attribute values check-in: 214d2faf6d user: wolfgang tags: wolfgangFormat2CSS | |
| 10:42 | file timeline/attach pages HTML-validated check-in: cd2f91d31a user: wolfgang tags: wolfgangFormat2CSS | |
| 09:20 | wikiformat list end p tags check-in: 173bfe1726 user: wolfgang tags: wolfgangFormat2CSS | |
| 08:47 | correct all unclosed br and hr tags, skipped sqlite.c check-in: 692b67bdcc user: wolfgang tags: wolfgangFormat2CSS | |
|
2010-09-11
| ||
| 21:20 | HTML validator error free ticket configuration check-in: cf8d628d1d user: wolfgang tags: wolfgangFormat2CSS | |
| 20:49 | admin pages without errors in HTML validator check-in: a62bfaf55d 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: 286d4bcaa0 user: wolfgang tags: wolfgangFormat2CSS | |
| 13:11 | merged improved stat page from trunk and slightly optimized style.c check-in: 7d08c20fa5 user: wolfgang tags: wolfgangFormat2CSS | |
| 11:37 | Improvements to the "stat" page formatting. Closed-Leaf check-in: b41feab774 user: drh tags: trunk | |
| 06:38 | corrected % values in default styles(missing second %) check-in: 7d88fac509 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: d1305d0a7a user: wolfgang tags: wolfgangFormat2CSS | |
| 16:11 | fixed ticket [5207b03861]: use correct type for index variable check-in: 4887a1da84 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: 6436092e87 user: wolfgang tags: wolfgangFormat2CSS | |
| 21:32 | reduce html-validator errors on leaves page check-in: 4dbfba2bd8 user: wolfgang tags: wolfgangFormat2CSS | |
| 20:27 | tag.c css skinned check-in: 6cf335ab0d user: wolfgang tags: wolfgangFormat2CSS | |
| 20:12 | timeline css skinned check-in: dc8a247e74 user: wolfgang tags: wolfgangFormat2CSS | |
| 20:04 | merged trunk to branch check-in: ef6979eac9 user: wolfgang tags: wolfgangFormat2CSS | |
| 13:57 | Allow checkout of versions that have neither ancestors nor children. check-in: 4980b9a796 user: drh tags: trunk | |
| 10:31 | Merge in changes from the wolfgangFormat2CSS branch. check-in: 34f9b9de58 user: drh tags: trunk | |
| 10:02 | Fix a large memory leak in the "fossil reconstruct" command. Ticket [fc1a61329403f605c494] check-in: 9ef4a184f4 user: drh tags: trunk | |
| 09:59 | Allow ~ and % characters in the URL. Ticket [74ccf51c7d24414b1]. check-in: a203674aa5 user: drh tags: trunk | |
|
2010-09-08
| ||
| 21:15 | made default css handled by loop instead of explizit calls, .. check-in: a5576e2d51 user: wolfgang tags: wolfgangFormat2CSS | |
| 20:25 | css for hyperlinks disabled check-in: 0e394b8fa2 user: wolfgang tags: wolfgangFormat2CSS | |
| 19:26 | reduced html validator errors on branch page check-in: 156358e296 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: b34a583f32 user: wolfgang tags: wolfgangFormat2CSS | |
| 17:30 | merged trunk changes check-in: e621ef4367 user: wolfgang tags: wolfgangFormat2CSS | |
| 17:23 | merged trunk changes check-in: a2d5230d24 user: wolfgang tags: wolfgangFormat2CSS | |
| 12:38 | Merge in the latest changes from the windowscompilers branch. check-in: 8d864a7f65 user: drh tags: trunk | |
| 12:36 | Documentation updates. check-in: 546d48ff45 user: drh tags: trunk | |
| 00:00 | first step to extract formats in separat css definitions check-in: bdd92802d0 user: wolfgang tags: wolfgangFormat2CSS | |
|
2010-09-07
| ||
| 23:57 | Create new branch named "wolfgangFormat2CSS" check-in: e2ab51b011 user: wolfgang tags: wolfgangFormat2CSS | |
| 17:29 | merged-make-corrections Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning | |
|
2010-09-06
| ||
| 20:31 | Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] check-in: 370d5be389 user: renez tags: trunk | |
| 19:10 | hyperlinks disabled skinned check-in: 8f6e98aa3d user: Ratte tags: stv-skinning | |
|
2010-09-05
| ||
| 13:07 | merged main trunk check-in: 7766e68992 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: f7e2d74a85 user: drh tags: trunk | |
| 11:23 | Fix compiler warnings in makeheaders.c. check-in: 04b976b151 user: drh tags: trunk | |
| 10:59 | sidebox via css check-in: ff3b6b323b user: Ratte tags: stv-skinning | |
| 09:58 | 3 layouts in timeline moved to css check-in: 5bba36b2bc user: Ratte tags: stv-skinning | |
| 07:16 | comment in default style check-in: b96d3e5c9f user: Ratte tags: stv-skinning | |
|
2010-09-04
| ||
| 19:45 | remove unused first idea of second style sheet check-in: b15da2f40d user: Ratte tags: stv-skinning | |
| 19:41 | format timeline page via css check-in: 2ade2d4e36 user: Ratte tags: stv-skinning | |
| 19:20 | format timeline page via css check-in: 8dfed953f7 user: Ratte tags: stv-skinning | |
| 15:24 | Honor the "Index Page" setting from the "Admin/Configuration" setup page. check-in: baa6df0650 user: drh tags: trunk | |
| 15:19 | Create new branch named "stv-skinning" check-in: ba1c75ad39 user: Ratte tags: stv-skinning | |
|
2010-09-03
| ||
| 01:57 | Yet another fix to the URL parser. Ticket [21447822de6be06]. check-in: 7aae4ef068 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: ac8c21b986 user: drh tags: trunk | |
|
2010-08-31
| ||
| 18:21 | Minor changes to win/Makefile.msc after testing with MSVC. check-in: 3a5b4ad4e2 user: shaneh tags: trunk | |
| 17:23 | Remove duplicate section in MinGW makefile. check-in: b0bbcd5da6 user: shaneh tags: trunk | |
| 15:51 | make compilation depend on _WIN32 being defined by including allways config.h Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers | |
| 05:12 | compile warning fixes (uninitialized vars) check-in: 3c326ea4de user: ron tags: trunk | |
| 03:58 | fix cross-compile breakage check-in: d2ba02e16f user: ron tags: trunk | |
| 01:53 | Merge the changes from the windowscompilers branch into the trunk. check-in: 3564af0f7a 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: 30b8a41dc7 user: renez tags: windowscompilers | |
| 00:21 | Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] check-in: f1d309ccd7 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: 29c728f4b3 user: renez tags: windowscompilers | |
| 19:04 | Use -P to change ssh port numbers on windows, but -p on unix. check-in: 1212f0b0c6 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: 99e0a29efe user: renez tags: windowscompilers | |
| 09:20 | Added the msvc sdk compiler check-in: c00f79d054 user: renez tags: windowscompilers | |
| 06:59 | This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> 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: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include <windows.h><br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>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: f66f414fd3 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: 0cdb6403cb 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: d5c934e5df user: drh tags: trunk | |
| 01:24 | Create new branch named "windowscompilers" check-in: 3e3304ac44 user: renez tags: windowscompilers | |
|
2010-08-26
| ||
| 14:13 | Show diffs on info pages even if the user lacks history privilege. check-in: 72147afc9d user: drh tags: trunk | |
| 13:29 | Close pipes before killing off the child process. check-in: 360b047759 user: drh tags: trunk | |
| 13:18 | Merge the experimental ssh:// changes into the trunk. check-in: 0a51263a23 user: drh tags: trunk | |
| 13:17 | Untested implementation of popen2() for windows. Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental | |
| 12:10 | Remove dead code from cgi.c. Attempt better error handling. check-in: 79294bb81b user: drh tags: experimental | |
| 11:31 | Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. check-in: 1a9fe88b66 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: af97726337 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: 192ceef3ca user: drh tags: experimental | |
|
2010-08-25
| ||
| 20:00 | Merge the ssh:// sync enhancement into the trunk. check-in: 0e42cc1b77 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: 2f8e4c4b38 user: drh tags: experimental | |
| 17:00 | The ssh:// sync method appears to work now, for linux-to-linux... check-in: 66cdaee68e user: drh tags: experimental | |
| 16:03 | Continuing work on the ssh:// sync protocol. check-in: 958f596637 user: drh tags: experimental | |
| 14:03 | Initial code to implement synchronization via ssh. check-in: b19f25fe87 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: 7503f98779 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: 8474ca6747 user: drh tags: trunk, release | |
| 22:19 | Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. check-in: 94d8e9cd4b user: drh tags: trunk | |
| 19:33 | Update SQLite to the 3.7.2 release candidate. check-in: 6fd2ff1b09 user: drh tags: trunk | |
|
2010-08-21
| ||
| 17:32 | Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. check-in: 1e08452c65 user: drh tags: trunk | |
| 04:06 | The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. check-in: 5ef7435ac0 user: drh tags: trunk | |
| 03:33 | Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] check-in: 7f788bdb04 user: drh tags: trunk | |
| 03:27 | Fix a potential segfault in the graph generator when check-ins occur with time skew. check-in: 32c9c47c93 user: drh tags: trunk | |
|
2010-08-20
| ||
| 19:56 | Update SQLite to the latest version 3.7.1 beta. check-in: 79c9de763a user: drh tags: trunk | |
| 19:42 | Improvements to the graph layout algorithm. check-in: 98870a8510 user: drh tags: trunk | |
|
2010-08-19
| ||
| 11:46 | Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] check-in: e0248776d3 user: drh tags: trunk | |
|
2010-08-18
| ||
| 17:27 | Allow a checkout of the very first (empty) version of a project. check-in: 61ca4141cc user: drh tags: trunk | |
| 16:51 | Take care to close the separate dbConfig database connection when shutting down. check-in: c6187a83a5 user: drh tags: trunk | |
| 15:27 | Always run a checkpoint on all database files before exiting. check-in: 8b85b21a0a user: drh tags: trunk | |
| 02:22 | Update the internal SQLite to a 3.7.1 release candidate. check-in: 07afdea6e2 user: drh tags: trunk | |
|
2010-08-16
| ||
| 19:06 | extend new "comment" feature of "info" subcommand to include username check-in: 391ef2853b user: bch tags: trunk | |
| 12:11 | Add the "comment:" field to the output of "fossil info". check-in: da52ff9363 user: drh tags: trunk | |
| 10:52 | Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. check-in: 76201a088b user: drh tags: trunk | |
|
2010-08-15
| ||
| 19:57 | The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. check-in: 518439507a user: drh tags: trunk | |
| 19:36 | Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] check-in: c1bec02aae user: drh tags: trunk | |
| 19:34 | Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] check-in: 3dc62d54d0 user: drh tags: trunk | |
|
2010-08-13
| ||
| 07:07 | Trying to figure out how to get merge conflicts to actually show up. check-in: d8f8932ff2 user: michael tags: ttmrichter-skins | |
| 03:49 | Merged with trunk. Closed-Leaf check-in: 861a885c74 user: michael tags: ttmrichter | |
| 03:30 | Added build for FreeBSD using clang. check-in: b775af5045 user: michael tags: ttmrichter | |
| 03:26 | Merged with trunk. check-in: 7f61175d27 user: michael tags: ttmrichter | |
|
2010-08-12
| ||
| 19:39 | Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. check-in: 3332895df8 user: bcsmith tags: trunk | |
|
2010-08-11
| ||
| 07:00 | Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. check-in: 7e23178ba3 user: drh tags: trunk | |
|
2010-08-07
| ||
| 18:09 | Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. check-in: 1d713f3f4d user: drh tags: trunk | |
| 16:10 | The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. check-in: 296b90a25b user: drh tags: trunk | |
|
2010-08-05
| ||
| 10:09 | Update SQLite to the latest 3.7.1 development snapshot. check-in: d090292800 user: drh tags: trunk, release | |
|
2010-07-31
| ||
| 16:20 | Merge with trunk. check-in: d084f952fe user: michael tags: ttmrichter-skins | |
| 13:18 | corrected formatting of example cgi scripts in server documentation check-in: ea66780016 user: joshua tags: trunk | |
|
2010-07-30
| ||
| 00:16 | Merge change by Benoit Mortgat into the trunk. check-in: e3fb8dc36c user: drh tags: trunk | |
|
2010-07-29
| ||
| 19:01 | “delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case Closed-Leaf check-in: 2a4ab3b151 user: benoit tags: benoit | |
|
2010-07-28
| ||
| 02:38 | Add a link to [http://chiselapp.com/] on the homepage. check-in: 0e1ca296db user: drh tags: trunk | |
|
2010-07-26
| ||
| 07:43 | Started outline of makeskins utility. check-in: 58e641306b user: michael tags: ttmrichter-skins | |
| 06:54 | Extracted built-in skins from skins.c and put into skins subdirectory. check-in: 3530b29f15 user: michael tags: ttmrichter-skins | |
| 06:21 | Create new branch named "ttmrichter-skins" check-in: df8808416a user: michael tags: ttmrichter-skins | |
| 06:18 | Reverted to original version of wiki.c. check-in: 6078359f2a user: michael tags: ttmrichter | |
|
2010-07-25
| ||
| 08:33 | Another trunk merge. check-in: 6d828a8630 user: michael tags: ttmrichter | |
|
2010-07-23
| ||
| 14:38 | Fixed a link error in wiki check-in: 6c73d1b2cd user: BMorgat tags: trunk | |