Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
107 check-ins using file src/add.c version be93e4716b
|
2011-09-27
| ||
| 16:34 | Add the --stats option to the rebuild command. ... (check-in: f25e5e53c4 user: drh tags: trunk) | |
| 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) | |
| 06:44 | Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. ... (check-in: 5df59eba03 user: mistachkin tags: tcl-integration) | |
| 05:31 | Makefile fixes to enable Tcl to be statically linked to Fossil. ... (check-in: 6e6e55a12d user: mistachkin tags: tcl-integration) | |
| 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:55 | Merge latest trunk changes. ... (check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration) | |
| 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) | |
| 14:43 | Add the test-list-webpage command. ... (check-in: 6a97d77501 user: drh tags: trunk) | |
|
2011-09-25
| ||
| 11:14 | Fix double LI tags when listing wiki attachments for users without permissions. ... (check-in: 12272b7ff0 user: dmitry tags: trunk) | |
|
2011-09-24
| ||
| 01:39 | Disable SSLv2 in HTTPS client. This version of the protocol is considered insecure and has been deprecated; all modern browsers disable it. ... (check-in: ea1d369d23 user: dmitry tags: trunk) | |
|
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) | |
|
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 consolidated). ... (check-in: 206908faee user: stephan tags: json) | |
|
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) | |
| 16:01 | More cleaning up of error lower-level handling to output JSON instead of HTML in a few more cases. ... (check-in: 9b842564f7 user: stephan tags: json) | |
| 14:24 | logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). ... (check-in: affdf56c3f user: stephan tags: json) | |
| 01:25 | dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. ... (check-in: 147f4bfb62 user: stephan tags: json) | |
|
2011-09-16
| ||
| 23:29 | Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. ... (check-in: 388c9888af user: stephan tags: json) | |
| 23:06 | worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. ... (check-in: b0885e864c user: stephan tags: json) | |
| 21:39 | restructured /json/cap output. ... (check-in: 7e3902d14f user: stephan tags: json) | |
| 19:48 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: 4db5bd1111 user: drh tags: trunk) | |
| 19:27 | implemented /json/logout. ... (check-in: e94605b54f user: stephan tags: json) | |
| 18:57 | Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). ... (check-in: 98cdd410df user: stephan tags: json) | |
| 18:55 | style conformance touch-ups. ... (check-in: 45cd04f8c1 user: stephan tags: json) | |
| 18:53 | replaced two C++-style comments. ... (check-in: 693ab93b7d user: stephan tags: trunk) | |
| 18:39 | Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. ... (check-in: 0bb823032f user: stephan tags: json) | |
| 18:29 | more cleanups in the json arg/path handling. ... (check-in: 35b9edba83 user: stephan tags: json) | |
| 17:53 | minor cleanups to the json "command path" handling. ... (check-in: 2dcc2397b5 user: stephan tags: json) | |
| 17:26 | Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). ... (check-in: c5fbcced80 user: stephan tags: json) | |
| 16:38 | fixed an inconsistency in the CLI/CGI args/path handling. Non-CGI server mode is still broken b/c we do not yet have the PATH_INFO (or equivalent) data. ... (check-in: 73591cc746 user: stephan tags: json) | |
| 13:39 | more cson portability fixes, thanks to Robert Engelhardt and Joe Mistachkin. ... (check-in: afd36e987c user: stephan tags: json) | |
| 13:34 | s/unlink/remove/ for Windows build (thanks again to Robert Engelhardt). ... (check-in: ea8d28acf3 user: stephan tags: json) | |
| 11:48 | compile fix for mingw (thanks to Robert Engelhardt). ... (check-in: 58d4156446 user: stephan tags: json) | |
| 11:19 | minor typo and wiki formatting fix. Added another external link. ... (check-in: 9f5c40cbe7 user: stephan tags: trunk) | |
|
2011-09-15
| ||
| 21:39 | test_env command now requires g.perm.Admin or g.perm.Setup. Resolves ticket [2316d926e376aa]. ... (check-in: 2d71977e98 user: stephan tags: trunk) | |
| 12:03 | initial mass-change merge of main repo with my fork. ... (check-in: 5b44a419cd user: stephan tags: json) | |
| 11:55 | merged in with trunk for clean state before i pull in my fork. ... (check-in: 716bb29257 user: stephan tags: json) | |
| 11:54 | Create new branch named "json" ... (check-in: 7f108075ad user: stephan tags: json) | |
|
2011-09-14
| ||
| 18:08 | Merge the refactored permission flags into trunk. ... (check-in: b344d3c0cd user: drh tags: trunk) | |
| 17:49 | Removed local-only file from makemake.tcl. Doh. ... (check-in: 00fe260682 user: stephan tags: stephan-hack) | |
| 17:45 | Refactored g.okXXX perms flags to g.perm.XXX. ... (check-in: 34b4dec0bc user: stephan tags: stephan-hack) | |
| 13:45 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: a0cf985a42 user: drh tags: trunk) | |
| 11:14 | Merge documentation updates from the msw-docco branch into trunk. ... (check-in: 2210be19cc user: drh tags: trunk) | |
| 00:39 | A bullet point I forgot two checkins ago: * Document ALL supported options for the given commands. Checkin #2/n. ... (check-in: 25d023f3a4 user: martin.weber tags: msw-docco) | |
| 00:33 | Of course THAT was the trunk version I wanted to merge with... ... (check-in: b42d1a9dcf user: martin.weber tags: msw-docco) | |
| 00:32 | Begin streamline the online documentation to: * always include a short overview of the options supported by a given command, alphabetically sorted * reference similar/related commands with a final See also: section * Use ?x? for optional arguments * collapse supported options into ?OPTIONS? This is commit #1/n. ... (check-in: 3fbf8caa87 user: martin.weber tags: msw-docco) | |