Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/th_tcl.c version c3469c18b2
|
2011-11-05
| ||
| 02:49 | /json/user/save now returns the same as user/get, returning the new/updated state. ... (check-in: bf5de622e8 user: stephan tags: trunk) | |
| 02:40 | /json/user/save now accepts uid=-1 to mean create-user. Fixed a bug where when renaming a user _and_ setting his password, the password was incorrectly hashed against the old name. ... (check-in: fa3f629060 user: stephan tags: trunk) | |
| 02:06 | Change to makeheaders to work around a name collision with MSVC 2008. You will likely need to run "make clean" after updating to this check-in. ... (check-in: 3c69a6fd59 user: drh tags: trunk) | |
| 01:42 | /json/user/save now implies/forces forceLogout=true when renaming, since renaming invalidates any active auth token. Renamed a confusing variable. ... (check-in: 42c2a327e2 user: stephan tags: trunk) | |
| 01:28 | json doc updates and removal of some dead code. ... (check-in: 0c234bdd0a user: stephan tags: trunk) | |
| 00:30 | Add an default case to the event type switch in the whatis command. ... (check-in: 4d36938359 user: drh tags: trunk) | |
| 00:13 | s/json_tags_for_rid()/json_tags_for_checkin_rid()/g, since that's really what it does. ... (check-in: 4ff2e31cef user: stephan tags: trunk) | |
| 00:10 | updated from jquery 1.4.x to 1.6.x. ... (check-in: 2128ecdd3c user: stephan tags: trunk) | |
|
2011-11-04
| ||
| 20:57 | Merge the json branch into trunk. Json is disabled by default for now. Use the --enable-json option to configure, or set FOSSIL_ENABLE_JSON in the makefile to turn json processing on. ... (check-in: 796dcfe072 user: drh tags: trunk) | |
| 20:05 | Add the BSD copyright notice to the top of the th_tcl.c source file. ... (check-in: bf1ebbe1f6 user: drh tags: trunk) | |