Fossil

Timeline
Login

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

12 check-ins using file src/json.c version 737e847b

2012-03-19
12:45
Avoid a valgrind warning in the side-by-side diff logic. ... (Closed-Leaf check-in: 5dd5d39e user: drh tags: branch-1.22)
2012-03-18
03:37
A follow-up patch to the previous "name" change, to work around the problem of HTTP GET requests not yet knowing that they are in JSON mode (POST requests know this). ... (check-in: 3bf1ad01 user: stephan tags: trunk)
02:46
Added uuid=... option to the as-yet-undocumented /json/finfo. ... (check-in: 64721991 user: stephan tags: trunk)
02:45
Added name_to_uuid2() ... (check-in: c685a35e user: stephan tags: trunk)
02:15
Removed the special-cased addition of g.zExtra==parameter named "name" when running in JSON mode because it causes no end of grief in several JSON handlers and none of the handlers rely on that handling. ... (check-in: ccd6c879 user: stephan tags: trunk)
2012-03-17
17:53
Version 1.22 ... (check-in: f7e215bc user: drh tags: trunk, release, version-1.22)
14:59
clean up error handling and permissions for various /json/user/save cases. ... (check-in: d2bb7aea user: stephan tags: trunk)
02:03
minor cleanup to that last commit. ... (check-in: 0d6b73f0 user: stephan tags: trunk)
01:49
Fixed a bug in /json/user/save which could cause the fossil-internally-defined version of the 'name' param to be used, overwriting a user's name with 'user/save'. The name now _must_ come from the request payload, to avoid this ambiguity. ... (check-in: 7e25293c user: stephan tags: trunk)
00:17
Fixed /json/user perms discrepancies - Setup users could save but not load other users. ... (check-in: 21b57d8c user: stephan tags: trunk)
2012-03-16
19:17
More tinkering with the /json/dir?name=xxx handling, so that CLI/HTML modes behave consistently vis-a-vis each other. ... (check-in: b8043269 user: stephan tags: trunk)
19:01
Removed a duplicated function (different name, same code). ... (check-in: 116a0986 user: stephan tags: trunk)