Fossil

Timeline
Login

Timeline

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

53 check-ins using file src/timeline.c version 21c38f527d

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)
21:57
Removed the json warnings bitset crap. Still not sure i like the warnings mechanism at all. ... (check-in: 9fe06e2fda user: stephan tags: json)
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)
2011-09-27
13:22
Added basic timing info to json ops, but "should probably" move the timer start to the app/server init. ... (check-in: b9ef0fe59b user: stephan tags: json)
04:12
/json/timeline/ticket prevUuid is now only explicitly set for non-new files. Previously it was set to NULL, which was a waste-of-time no-op. ... (check-in: 0ddf92042d user: stephan tags: json)
04:08
Added ticketUuid to /json/timeline/ticket output. Removed some superfluous Blob uses (where db_prepare() works just as well). ... (check-in: f94ad19472 user: stephan tags: json)
03:28
Added /json/timeline/ci showFiles to ajax test page. ... (check-in: be700e8433 user: stephan tags: json)
03:25
Added showFiles=bool/--show-files option to /json/timeline/ci. ... (check-in: 98e24465c2 user: stephan tags: json)
02:09
Changed /json/stat to use brief mode by default due to relatively high runtime cost, replaced 'brief' param with 'full'. Added json_getenv_bool(). ... (check-in: c1914eaa79 user: stephan tags: json)
01:51
Added "brief" option to /json/stat, mirroring the change in [d01ca14d08]. ... (check-in: 17f11a0884 user: stephan tags: json)
01:32
Added /json/user/xyz to ajax demo. /json/user/get/USERNAME now works as an alias for ?name=USERNAME. ... (check-in: 585be130f3 user: stephan tags: json)
01:18
moved /json/timeline|wiki commands/pages into their own files. ... (check-in: 821830d2fb user: stephan tags: json)
01:01
Started refactoring specific json command groups into their own files (80kb is getting too big to manage in one file). ... (check-in: 5d2a516f8a user: stephan tags: json)
00:34
merged in trunk [12272b7ff0]. ... (check-in: a5fd64d344 user: stephan tags: json)
00:34
added /json/user/get. ... (check-in: 0c7be1fe6c user: stephan tags: json)
00:14
added /json/user/list. ... (check-in: 59ef1667ac user: stephan tags: json)
2011-09-26
19:30
made /json/timeline/wiki and /json/wiki/timeline aliases. ... (check-in: 0475e63d44 user: stephan tags: json)
2011-09-23
13:10
s/briefText/briefComment/. Fixed a couple memleaks of blob sql. ... (check-in: ecdbce1651 user: stephan tags: json)
12:46
Added comment to timeline/ticket. Minor additions to AJAX test pages. ... (check-in: de0b860f77 user: stephan tags: json)
12:29
Implemented /json/timeline/ticket, cleaned up timeline/ci|wiki. ... (check-in: 42900f3029 user: stephan tags: json)
10:52
Changed fossil_json_f() callback interface. Refactored json command dispatching a bit. Fixed an ordering problem in the json timelines. Pulled in latest cson_amalgamation. ... (check-in: c24b445012 user: stephan tags: json)
01:00
Corrected /json/wiki/save|create to honor the proper g.perm.WrWiki/NewWiki perm, instead of just WrWiki. ... (check-in: d3759cd40f user: stephan tags: json)
00:39
Added initial JSONP support, but lacks significant testing. ... (check-in: e72ae99dc2 user: stephan tags: json)
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)