Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
29 check-ins using file ajax/js/fossil-ajaj.js version da3b773582
|
2011-11-07
| ||
| 07:07 | fossil already provides compatibility wrappers for dirent and struct timeval check-in: 5905232d45 user: steveb tags: jimtcl | |
| 05:51 | Update Jim Tcl to build with MSVC check-in: b6270d665b user: steveb tags: jimtcl | |
| 03:39 | Remove HAVE_MKDIR_ONE_ARG define when compiling Jim as it will now be defined in the C file itself. check-in: 7ee228fe6a user: mistachkin tags: jimtcl | |
| 00:34 | Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. check-in: dfdda77dfc user: mistachkin tags: jimtcl | |
| 00:29 | More compilation fixes for Jim when compiling with MSVC. check-in: 38d1b52283 user: mistachkin tags: jimtcl | |
|
2011-11-05
| ||
| 01:59 | Fix more compilation issues with MSVC. check-in: 0039d32b88 user: mistachkin tags: jimtcl | |
| 01:30 | Attempt to build with MSVC. check-in: e36ad719cf user: mistachkin tags: jimtcl | |
| 00:30 | Add an default case to the event type switch in the whatis command. check-in: 4d36938359 user: drh tags: trunk | |
| 00:23 | Police various compiler warnings. check-in: 536fb1d6e0 user: mistachkin tags: jimtcl | |
| 00:13 | s/json_tags_for_rid()/json_tags_for_checkin_rid()/g, since that's really what it does. check-in: 4ff2e31cef user: stephan tags: trunk | |
| 00:10 | updated from jquery 1.4.x to 1.6.x. check-in: 2128ecdd3c user: stephan tags: trunk | |
| 00:05 | Fix non-C89 compliant variable declaration. check-in: d0233e1792 user: mistachkin tags: jimtcl | |
| 00:03 | Add missing Jim Tcl headers check-in: dc45d71bfe user: steveb tags: jimtcl | |
| 00:01 | Skip over Jim commands to create if they have a NULL name or function pointer. check-in: 389f9fca5d user: mistachkin tags: jimtcl | |
|
2011-11-04
| ||
| 23:34 | Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. check-in: d87454917c user: mistachkin tags: jimtcl | |
| 21:57 | Replace the TH1 interpreter with Jim Tcl. check-in: 863e789e83 user: steveb tags: jimtcl | |
| 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 | |
| 20:48 | Added missing #ifdefs for json mode. Closed-Leaf check-in: 8a4e81cf93 user: json-demo tags: json-multitag-test, json | |
| 20:46 | Added missing #ifdefs for json mode. check-in: d92aad2919 user: json-demo tags: json-multitag-test, json | |
| 20:44 | removed old rptshowJson(). check-in: 5b13185100 user: json-demo tags: json-multitag-test, json | |
| 20:37 | Added configure option --enable-json to enable json features. They are disabled by default. check-in: 525816e6d7 user: json-demo tags: json-multitag-test, json | |
| 19:39 | merged in trunk [1e3cae806885d] and set up the json command/page to be elided when FOSSIL_DISABLE_JSON is defined at build time. check-in: 44bba06ce6 user: json-demo tags: json-multitag-test, json | |
| 18:48 | /json/user/save now allows mixing GET/CLI and POST.payload data sources. check-in: 92b163a069 user: json-demo tags: json-multitag-test, json | |
| 17:24 | merged in trunk [272e304d3f]. check-in: 34359c3ad1 user: stephan tags: json-multitag-test, json | |
| 17:13 | minor cleanup to the last commit, added a TODO note. check-in: 14ed707067 user: stephan tags: json-multitag-test, json | |
| 16:43 | /json/user/save now accepts its params from _either_ POST.payload _or_ GET/CLI, but does not allow a mixture of inputs. check-in: bd9c3b3aca user: stephan tags: json-multitag-test, json | |
|
2011-11-01
| ||
| 02:45 | /json/logout now returns the same as /json/whoami, but with the info for the nobody user, as suggested by Caleb Gray. check-in: 013e8ee723 user: stephan tags: json-multitag-test, json | |
| 02:41 | s/guest/nobody/g in login_clear_login_data() query. check-in: a72a8a80d8 user: stephan tags: json-multitag-test, json | |
| 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 | |