Timeline
Not logged in

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

50 events occurring around 6ce6b5e63ff041a7.

2011-09-22
23:40
Added --after/--before support to /json/timeline/ci and wiki. check-in: e01d49b252 user: stephan tags: json
20:07
Implemented /json/timeline/wiki. Fixed --limit/-n handling of timeline/ci. check-in: 12545465e9 user: stephan tags: json
19:14
Implemented /json/wiki/create. check-in: 1df648abfe user: stephan tags: json
17:56
Implemented /json/wiki/save. check-in: 2162c86d9e user: stephan tags: json
17:18
added src/Makefile so that (ctrl-x m) will DTRT. check-in: ce4f310361 user: stephan tags: json
17:02
Added initial prototype of JSON wiki editor (cannot save yet). Minor cleanup in ajax/index.html. check-in: 475c61fd59 user: stephan tags: json
16:27
minor cleanups in the /json/wiki/get and AJAJ code. check-in: a9c8a31df5 user: stephan tags: json
16:21
Added rudimentary timer to AJAX test page. check-in: 07a2c43c8c user: stephan tags: json
15:59
Added /json/wiki/get?page=... check-in: 7dc8e9ac94 user: stephan tags: json
14:58
Added /json/whoami. check-in: 7a65dd0e00 user: stephan tags: json
2011-09-21
21:23
added a FIXME, removed another. Now it's really bed time. check-in: 8b814778c9 user: stephan tags: json
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
20:43
/json/branch/list now requires g.perm.Read, like /brlist does. Time for bed... check-in: a37c6a87c6 user: stephan tags: json
20:03
added current branch name to /json/branch/list payload when in an opened checkout. check-in: 7592fe934b user: stephan tags: json
19:31
added POST.payload to json_getenv() list. Re-organized /json/branch/list CLI/HTTP arg handling to behave sanely in CLI mode. Minor typo fix in main.c. check-in: 4a9b51649d user: stephan tags: json
18:55
s/branch_prepare_query/branch_prepare_list_query/g check-in: 267739dd20 user: stephan tags: json
18:53
changed how /json/branch/list selects whether to look at open/all/closed branches. check-in: 14423f3284 user: stephan tags: json
18:20
Refactored prepareBranchStatement() to simplify its usage, get rid of ambiguous arg handling, and allow the caller to specify the priority of the all-vs-closed-vs-opened decision. Made it non-static and renamed to branch_prepare_statement() for re-use in /json/branch/list. check-in: 5a81a5ead6 user: stephan tags: json
18:10
Minor timeline output cleanups. Added /json/branch/list. check-in: f266ebdd3f user: stephan tags: json
17:38
More work on the warnings infrastructure. json_warn() now (experimentally) disallows (elides) duplicate warning codes to simplify downstream loops. Still undecided on that behaviour, though. check-in: 576425e862 user: stephan tags: json
16:31
started adding infrastructure to report non-fatal warnings. check-in: ad50fe9584 user: stephan tags: json
15:22
timeline json refactoring, fixed ordering, split tags into an Array. check-in: d6cbe37b6b user: stephan tags: json
14:42
refactored the prototype timeline code, split off completely from www version (different requirements). check-in: 1ecf337404 user: stephan tags: json
2011-09-20
22:55
added a couple FIXME notes before bed. check-in: e785784538 user: stephan tags: json
22:42
Started adding /json/timeline support, but this is gonna be a doozie. Breaking it down into separate calls for ci/wiki/ticket, e.g. /json/timeline/ci because the structures will be different for each. check-in: eff3f7d929 user: stephan tags: json
16:58
fossil_warning() is now a no-op in JSON mode, to avoid corrupting the output. check-in: 6ce6b5e63f user: stephan tags: json
16:48
merged trunk [1f498a6ef2]. check-in: c2b1bc686d user: stephan tags: json
16:45
more minor internal cleanups. s/g.isCGI/g.isHTTP/ to avoid confusion later on. check-in: 9adc95c476 user: stephan tags: json
16:27
minor internal cleanups and doc additions. check-in: 2f3e438507 user: stephan tags: json
16:00
CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. check-in: 76d0fa2bb0 user: stephan tags: json
15:48
Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidat... check-in: 206908faee user: stephan tags: json
09:35 Ticket [b64435dba9] How to checkout a folder, but all of the files in repository? status still Open with 2 other changes artifact: 5065a5da06 user: stephan ... 1 similar event omitted.
2011-09-19
20:16
Remove obsolete files check-in: 1f498a6ef2 user: drh tags: trunk
19:13
Update the built-in SQLite to the 3.7.8 release. check-in: 8d4c564277 user: drh tags: trunk
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. check-in: afc1cec6a3 user: stephan tags: json
18:49
fixed a double-free() which could happen in one error case. check-in: 65e946c714 user: stephan tags: json
18:48
Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. check-in: 5cc88946a7 user: stephan tags: json
17:11
minor cleanups in prep for the "larger" JSON APIs. check-in: 87e20659c6 user: stephan tags: json
2011-09-18
19:16
terribly minor internal cleanups. check-in: 507a458277 user: stephan tags: json
19:11
One compile fix and MSVC build fix, from Jeff Slutter. check-in: 5f3a98ae83 user: stephan tags: json
10:40
Removed some no-longer valid comments after confirming that JSON mode works without cookies. Dumbed-down the various login errors by default (again). check-in: 52229655df user: stephan tags: json
10:25
Added userName to /json/stat output for the nobody user (it was previously not set in that case). Renamed captcha to password in /json/anonymousPassword. Added NYI (not yet implemented) placeholders for several planned request types. check-in: 13cc3b823f user: stephan tags: json
08:11
Implemented anonymous user login over JSON. Requires 2 requests (captcha-fetch and then login). check-in: cebf9919f8 user: stephan tags: json
05:51
merged trunk [b54b8e751a]. check-in: 76c4ae5e5e user: stephan tags: json
05:45
More cleanups to the cson_cgi removal refactoring. Added common "indent" parameter to control indentation of JSON (uses cson_output_opt.indentation semantics). check-in: b3653265d1 user: stephan tags: json
04:31
Factored out cson_cgi bits - now using fossil's CGI bits. Removed cson_cgi from cson_amalgamation (cuts its size considerably). Seems to still work, and this removes some discrepancies in how CGI/server modes are handled. check-in: 4cf9681440 user: stephan tags: json
2011-09-17
23:14
Doc changes only check-in: 5a9e567966 user: stephan tags: json
20:25
added a missing assert() (Thanks, Joe M.) check-in: a67c6744e5 user: stephan tags: json
17:35
Update the built-in SQLite amalgamation to the latest 3.7.8 beta. check-in: b54b8e751a user: drh tags: trunk