Fossil with Commonmark

Timeline
Login

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

49 check-ins that include changes to files matching 'ajax/js/*'

2018-03-28
08:06
Merge trunk check-in: d9573d8785 user: jan.nijtmans tags: openssl-1.1
2018-02-12
08:50
Merged trunk check-in: 270d2fb95c user: mjanssen tags: commonmark-markdown
2017-12-23
01:50
merge trunk Leaf check-in: b8e4dcc991 user: jan.nijtmans tags: multi-thread
2017-12-07
11:33
Spelling typos from Debian check-in: 4d1ac686c4 user: drh tags: trunk
2017-08-31
02:00
Merge trunk check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread
2017-04-23
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: [https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97] for why this might make this branch work better. Leaf check-in: 2999c7dc8a user: jan.nijtmans tags: winsymlink
2017-03-06
15:32
Merge trunk Leaf check-in: 4bf7e4ef56 user: jan.nijtmans tags: sqlite3-compat
2017-02-14
19:23
Merge cleanX check-in: d73dcdd0a2 user: jan.nijtmans tags: cleanX-no-clean-glob
2016-11-07
00:50
Merge trunk check-in: 7ea74acf55 user: andygoth tags: andygoth-crlf
00:34
Merge trunk check-in: 4bf71abde8 user: jan.nijtmans tags: cleanX
2016-10-10
05:55
Merge updates from trunk. Closed-Leaf check-in: 82d77c23a6 user: mistachkin tags: prjDesc
2016-09-23
02:28
Merge updates from trunk. check-in: 4f619c020a user: mistachkin tags: seeEnhanced
02:27
Merge updates from trunk. check-in: 0934366187 user: mistachkin tags: jan-manifest-tags
2016-09-21
16:06
Merge in latest from trunk check-in: 85a0ada691 user: nick.lloyd tags: nick.lloyd-git-interop
2016-09-08
02:49
Merge updates from trunk. check-in: 63bcf60e4d user: mistachkin tags: stash-fixes
02:09
Merge in latest changes from trunk. Closed-Leaf check-in: 1912b2f864 user: andybradford tags: stash-fixes-openssl-1.1.0
2016-08-23
12:13
eliminate some end-of-line spaces check-in: d32155d064 user: jan.nijtmans tags: trunk
2012-03-29
14:48
merge in trunk check-in: 150074d1d6 user: mgagnon tags: mgagnon_fix
2012-03-10
13:17
Merge latest changes from trunk. check-in: 7124f09f07 user: ashish tags: ashish-ipv6
2012-02-17
21:29
Merging from trunk, to get the branch up to date. check-in: 6b7ddfefbf user: viriketo tags: annotate_links
2012-02-10
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. Closed-Leaf check-in: 587dd57fe1 user: martin.weber tags: msw-docco
2012-02-03
15:15
Merge recent trunk changes into the retro-sbsdiff branch. check-in: c7cf0cbee6 user: drh tags: retro-sbsdiff
2012-02-01
12:33
Added a kludge to ajax URL param handling to ignore anything after "#". Thought i checked this in in November. check-in: 356c12641c user: stephan tags: trunk
2012-01-23
03:51
Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. Leaf check-in: de9c2f08d7 user: steveb tags: jimtcl
2012-01-15
18:06
Merge latest changes from trunk check-in: b3130baa06 user: ashish tags: ashish-ipv6
2011-12-08
02:05
merge with latest trunk check-in: 4d39236638 user: mgagnon tags: mgagnon_fix
2011-11-22
11:44
corrected invalid comparison of "typeof" result. check-in: 036923b66d user: stephan tags: trunk
2011-11-13
09:11
Merge with trunk check-in: c30eaa8862 user: ashish tags: ashish-ipv6
2011-11-05
01:28
json doc updates and removal of some dead code. check-in: 0c234bdd0a user: stephan tags: trunk
2011-11-04
20:57
Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. check-in: 796dcfe072 user: drh tags: trunk
2011-11-01
02:39
fixed a bug in the AJAX code which caused an invalidated auth token to stick around for too long. check-in: f6debb5c95 user: stephan tags: json-multitag-test, json
2011-10-17
18:03
Removed some dead code. Experimentally enabled jQuery ajax back-end to test a problem on my 3DS. check-in: ebb0c04749 user: stephan tags: json-multitag-test, json
2011-10-11
21:04
Added another AJAX impl which uses a local fossil binary for the back-end while using the FossilAjaj front-end interface. check-in: 155516632c user: stephan tags: json-multitag-test, json
19:57
JS code test cleanups to account for the fact that the ajax-thrown assertions/exceptions get swallowed by the ajax layer. check-in: 9e98a9bd9e user: stephan tags: json-multitag-test, json
2011-10-09
11:09
minor cleanups to how FossilAjaj stores its auth info. check-in: fb55f2534d user: stephan tags: json-multitag-test, json
2011-10-07
03:09
fixed whoami requests in demo apps to notice when the user has been logged out (and logs him in with the new auth token). check-in: ccc90734e0 user: stephan tags: json-multitag-test, json
2011-10-05
07:01
fixed a url-updating problem caused by recent refactoring. check-in: 4b70853483 user: stephan tags: json-multitag-test, json
06:42
A few internal cosmetic cleanups, added json_get_wiki_page_by_rid(). check-in: afb3c89fe6 user: stephan tags: json-multitag-test, json
05:41
Tweaks to the JS API, mainly to simplify a common 2-callbacks-per-event use case. Added missing json2.js. check-in: cf10d9d9b9 user: stephan tags: json-multitag-test, json
2011-10-01
05:04
Changed some of the exception-throwing code to propagate instead of ingore. check-in: e8fe84bc2c user: stephan tags: json
02:12
Changed /json/login output payload structure. check-in: 88ddf2cbce user: stephan tags: json
2011-09-30
17:00
minor ajax test code cleanups. check-in: 7eb52b23ae user: stephan tags: json
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. check-in: ef9d839311 user: stephan tags: json
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). check-in: a36d5c0ed8 user: stephan tags: json
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. check-in: 42a07be4c5 user: stephan tags: json
2011-09-29
22:27
json ajax: fixed POST/GET message sending determination (broken by a previous change this evening). check-in: 37963253b9 user: stephan tags: json
17:03
minor jsonp tweaks. Added some test code for it in the demo app, but there is still some jsonp disconnect between the two AJAJ layers, and i may need to consolidate them to work around it. check-in: f48b687a9a user: stephan tags: json
2011-09-22
16:27
minor cleanups in the /json/wiki/get and AJAJ code. check-in: a9c8a31df5 user: stephan tags: json
2011-09-21
21:17
Added my AJAX test code after accidentally deleting my local copy (thank goodness the test server still had a copy). See the README if you want to set it up locally under apache. check-in: c6c5ad1364 user: stephan tags: json