Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/cgi.c version 44cd0363c7
2011-10-04
| ||
20:02 | Started adding /json/artifact tickets support, but grokking tkt.c is more than i am up for tonight. Changed how permissions checks are done under /json/artifact (previous approach is just plain silly without C++ templates) ... (check-in: cee8bc6727 user: stephan tags: json-multitag-test, json) | |
19:17 | fixed a c99ism. ... (check-in: cd67b945d7 user: stephan tags: json-multitag-test, json) | |
09:06 | /json/wiki/get argument handling cleanup so that it works with the newer command=... approach. ... (check-in: 96fe10ab54 user: stephan tags: json-multitag-test, json) | |
2011-10-02
| ||
23:59 | Minor error handling cleanups (nicer resultText strings). Removed a call to sqlite3_config() from the JSON bootstrap code which _seems_ to be the cause of an SQLITE_MISUSE warning. ... (check-in: af72cc7599 user: stephan tags: json-multitag-test, json) | |
23:43 | Accommodated recent API changes. ... (check-in: 901a0133e3 user: stephan tags: json-multitag-test, json) | |
23:21 | Fixed an incorrect setting of the content type in one error-handling case. ... (check-in: 35e4e9188b user: stephan tags: json-multitag-test, json) | |
22:58 | Added /json/branch/create. Finally found g.zErrMsg, and started using it in conjunction with json error reporting. ... (check-in: 8eaf58ee51 user: stephan tags: json-multitag-test, json) | |
21:01 | moved /json/branch code into its own file. ... (check-in: 1a4c874e43 user: stephan tags: json-multitag-test, json) | |
20:15 | renamed json timeline "showFiles" option to "files" because we do not really "show" anything." ... (check-in: bc7af5192a user: stephan tags: json-multitag-test, json) | |
19:57 | Added tag/branch option to /json/timeline/ci, analog to HTML mode t/r options. ... (check-in: 762128512a user: stephan tags: json-multitag-test, json) | |
19:56 | Added empty_Stmt, analog to empty_Blob, to work around an assertion triggered during some error handling code. ... (check-in: 4db6d7c5ce user: stephan tags: json-multitag-test, json) | |
18:28 | Merged in trunk [ae64088627df]. Added /json/timeline/checkin as alias for /json/timeline/commit (checkin is historically more correct/consistent). ... (check-in: a9070a4944 user: stephan tags: json-multitag-test, json) | |
18:18 | s/userName/name/, for consistency. ... (check-in: 94689bbf29 user: stephan tags: json-multitag-test, json) | |
12:41 | json mode now accepts command=string request parameter if path length is 1 (no subcommand was specified). ... (check-in: 225fd3dad3 user: stephan tags: json-multitag-test, json) | |
12:31 | initial code for reading POST data from a file/stdin in CLI mode. ... (check-in: 8145cdbf3b user: stephan tags: json-multitag-test, json) | |