Fossil

Timeline
Login

Timeline

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

31 check-ins using file src/main.c version f9d6cd2a3b

2011-10-02
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)
11:43
minor cleanups and doc additions to the json/artifact handling. ... (check-in: 6d0667831a user: stephan tags: json-multitag-test, json)
11:16
Reorganized json_page_artifact(), fixed a C99ism, fixed permissions check. ... (check-in: c926170034 user: stephan tags: json-multitag-test, json)
11:15
removed an implemented TODO reminder. ... (check-in: f270f0b5c1 user: stephan tags: json-multitag-test, json)
10:51
Added missing license header to new files. Updated (c) date to 2011. ... (check-in: 8a665715c2 user: stephan tags: json-multitag-test, json)
2011-10-01
07:58
s/commit/checkin/, for consistency. s/artifactType/type/. ... (check-in: 44e032aa8a user: stephan tags: json-multitag-test, json)
07:47
more consolidation of timeline/artifact code. ... (check-in: cc444a02cd user: stephan tags: json-multitag-test, json)
07:04
more timeline/artifact refactoring. ... (check-in: 22fc0ab81b user: stephan tags: json-multitag-test, json)
06:45
Started refactoring some of the timeline/artifact components into reusable parts. Comment edited only to test json responses which differentiate between pristine and edited commits. ... (check-in: b1f9257213 user: stephan tags: json-multitag-test, json)
05:58
Started adding artifact-type-dependent result data to /json/artifact output. ... (check-in: a893fff3ca user: stephan tags: json-multitag-test, json)
05:58
minor cleanups. ... (check-in: 6ee6486e02 user: stephan tags: json)
05:57
Added json_new_int() convenience function. ... (check-in: ccd66b9b3c user: stephan tags: json)
05:09
Added initial /json/artifact code, but it currently can only report the type of a given artifact. ... (check-in: 6372d95165 user: stephan tags: json)
05:05
minor db_column usage cleanup. ... (check-in: cf8b20ea1f user: stephan tags: json)
05:05
added test for /json/wiki/get. ... (check-in: 2b7edce38d user: stephan tags: json)
05:04
Changed some of the exception-throwing code to propagate instead of ingore. ... (check-in: e8fe84bc2c user: stephan tags: json)
04:03
Cleaned up wiki formatting code a bit. Added wiki uuid to /json/wiki/get response payload. ... (check-in: 3f512ca41b user: stephan tags: json)
03:37
Added format=raw|html to /json/wiki/get. ... (check-in: c990e7ec25 user: stephan tags: json)
02:19
minor cleanups in the /json/login payload code. ... (check-in: 3bdae54cae user: stephan tags: json)
02:12
Changed /json/login output payload structure. ... (check-in: 88ddf2cbce user: stephan tags: json)
2011-09-30
17:00
minor ajax test code cleanups. ... (check-in: 7eb52b23ae user: stephan tags: json)
16:36
Added more integration tests. ... (check-in: 10e677c968 user: stephan tags: json)
16:35
added preliminary support for cookies in the rhino ajax client, but it does not seem to be doing anything. ... (check-in: ef9d839311 user: stephan tags: json)
15:50
Fixed POST sending for rhino-based ajax impl (was sending Content-Type form-urlencoded). Login over rhino works :). ... (check-in: a36d5c0ed8 user: stephan tags: json)
15:48
minor fix for fossil's internal handling of name=xyz parameter. ... (check-in: 9f2535f1e0 user: stephan tags: json)
14:11
Some touch-ups in the JS code. Started adding Rhino-based tests for integration/unit-testing CGI/server modes. ... (check-in: 42a07be4c5 user: stephan tags: json)
09:01
Merged in trunk [9bfa186be09f]. Fixed an inexplicable duplicate call to db_find_and_open_repository() which has since disappeared from the trunk. ... (check-in: 8185bddf2e user: stephan tags: json)
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)