Fossil

Timeline
Login

Timeline

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

8 check-ins using file src/main.c version d39fcda97e

2011-09-29
21:55
Corrected a JSON-mode result code when db rebuild is required. ... (check-in: 44644d43dc 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)
15:23
Added /json/rebuild. Is likely to fail w/ an AJAX timeout for large repos, which will probably cause the rebuild to roll back on the next open :/. Takes 21sec on my 32-bit netbook to rebuild the fossil repo. ... (check-in: 071de8f1bd user: stephan tags: json)
13:08
Removed a test/debug #if block which i accidentally left enabled in [73e28dd718]. ... (check-in: 5ddfe3d663 user: stephan tags: json)
2011-09-28
22:41
moved some db_finalize() calls so that they would also be called in error cases. ... (check-in: 997274e9be user: stephan tags: json)
22:04
Added createIfNotExists bool option to /json/wiki/save. ... (check-in: 73e28dd718 user: stephan tags: json)
21:36
JSON CLI mode now accepts --indent|-I N to set JSON indention level (uses cson_output_opt::indentation semantics). Default for CLI mode is 1 (0 for HTTP mode). ... (check-in: 30e4ebaa19 user: stephan tags: json)
12:09
merged in trunk [3e141b792c]. ... (check-in: 033e2eb1df user: stephan tags: json)