Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants of a8d6a8588e5e005d
2014-02-20
| ||
22:07 | added checkin comment to manifest display. check-in: 66513a6949 user: stephan tags: trunk | |
21:36 | minor cgi tweak. check-in: 15cce29ef0 user: stephan tags: trunk | |
21:33 | worked around a weird error on hoster. check-in: b2365a97eb user: stephan tags: trunk | |
21:31 | fixed an uncertain operator precedence assumption. check-in: 6f0fe1dfeb user: stephan tags: trunk | |
21:20 | Expanded the db API and script bindings a bit. Unit test tweaks. check-in: d74cd1950d user: stephan tags: trunk | |
19:18 | Pulled in latest upstream cwal. Added th1ish/fsl_zip_writer bindings. Expanded the fsl_zip API a bit. check-in: 9c23d7550d user: stephan tags: trunk | |
2014-02-19
| ||
21:37 | fixed a config bug, explicitly clean up Fossil.cx, try out a silly importSymbols() hack. check-in: a495aa3403 user: stephan tags: trunk | |
20:26 | now builds both static and shared libs. check-in: 1fe105156c user: stephan tags: trunk | |
20:25 | merge split trunks check-in: e956511af7 user: bch tags: trunk | |
20:14 | LOL - our first game of Merge Pong (with a Clock Skew included!). check-in: 87497e5e27 user: stephan tags: trunk | |
20:13 | merge same fix as prev. commit, for completeness sake check-in: 6a6cc1abb4 user: bch tags: trunk | |
20:04 | since use of sqlite3BtreeSetMmapLimit() is conditional, make declaration/definition conditional too, to fix compilation warnings of unused functions. Closed-Leaf check-in: a9263730f2 user: bch tags: sqlite3_repair | |
20:00 | pulled in Brad's simultaneous sqlite3 patch. Moved a script comment. check-in: 7fc73c2c4a user: stephan tags: trunk | |
19:50 | bsd build fix for sqlite3.c? check-in: 1cfaeaa7fd user: stephan tags: trunk | |
19:38 | pulled in trunk sqlite3 b/c the bsd fix broke some linuxes (my hoster ;). check-in: f11a92b101 user: stephan tags: trunk | |
19:34 | tinkering with the CGI bits, namely app-side link generation. check-in: f8813d6d9d user: stephan tags: trunk | |
19:34 | added Fossil.isUuid(). check-in: e5b8292e63 user: stephan tags: trunk | |
18:32 | More th1ish/cgi bindings. Pulled in upstream cwal/th1ish/cgiish. check-in: 94e51dc289 user: stephan tags: trunk | |
2014-02-18
| ||
22:08 | Added a safety net around Buffer.un/compress(). Merged in Brad's changes. Don't feel compelled to branch, Brad\! check-in: 5c9b8c1543 user: stephan tags: trunk | |
21:45 | minor build tweak. check-in: 26aca2ac8d user: stephan tags: trunk | |
21:42 | toupper() requires int, tbuf[x] returns char; cast for correctness Closed-Leaf check-in: 9a31676b61 user: bch tags: bch | |
21:38 | nbsd build errors -- remove dead sqlite3 code check-in: 2a79d14fa4 user: bch tags: bch | |
21:02 | Fixed a couple embarassing Denkfehler in the time() handling. check-in: 157b9bed08 user: stephan tags: trunk | |
20:42 | Expand/fix the Fossil.time funcs a bit. check-in: 2605142a11 user: stephan tags: trunk | |
20:10 | added a link to the source-display mode. check-in: e86ea663e4 user: stephan tags: trunk | |
20:06 | oops - debuggering output. check-in: 62683f62f9 user: stephan tags: trunk | |
20:05 | Fixes related to the move to a built-in cgiish. Fixed where cgiish installs itself, related scripting fixes. check-in: 55109097cb user: stephan tags: trunk | |
19:02 | cgiish is now built into the th1ish interp. Started documenting and restructuring some of the script bindings. Added several bindings. check-in: 9d328c44b9 user: stephan tags: trunk | |
2014-02-17
| ||
22:24 | fixed a broken F-card.perm label. check-in: 5f2533ef10 user: stephan tags: trunk | |
22:23 | minor logic fix check-in: 164997a93c user: stephan tags: trunk | |
22:05 | removed some dead code check-in: 07f06c52b4 user: stephan tags: trunk | |
21:50 | Added ability to load manifests (in a rudimentary Object form, with no extra functionality) from th1ish. Added /manifest CGI demo page. check-in: e01dbe9396 user: stephan tags: trunk | |
18:08 | removed an old (completed) TODO. check-in: 636243422f user: stephan tags: trunk | |
17:53 | Added SQLITE_DETERMINISTIC flag to SQL UDFs where it can be safely applied. check-in: cc2faa03ee user: stephan tags: trunk | |
09:48 | another INCLUDES workaround for the in-tree sqlite3.h check-in: b08146b1a9 user: stephan tags: trunk | |
2014-02-16
| ||
20:25 | minor doc fix. check-in: 04016c2950 user: stephan tags: trunk | |
20:21 | added a TODO. check-in: 2333dc8163 user: stephan tags: trunk | |
20:03 | removed some incorrect comments. check-in: 9b14f8926a user: stephan tags: trunk | |
19:57 | Minor improvement in how fsl_wiki_save() determines the default user name. check-in: 0013fff01e user: stephan tags: trunk | |
19:19 | added showSrc=1 flag to enable display of the script source. check-in: f70bd3f907 user: stephan tags: trunk | |
19:09 | added some more base th1ish unit tests. check-in: 98ea74e901 user: stephan tags: trunk | |
17:47 | added th1ish/pages/timeline-html.th1ish. check-in: c9a92d1150 user: stephan tags: trunk | |
17:46 | compiler warning fix. check-in: 0e55b4ec3d user: stephan tags: trunk | |
17:43 | API renaming and CGI tweaks. check-in: 3a6c3d16ff user: stephan tags: trunk | |
15:29 | Added some explanatory docs. Stopped using a var leaked in from a higher scope. check-in: 9174466a4f user: stephan tags: trunk | |
15:14 | fixed limit to not allow unlimited. check-in: d4426de26f user: stephan tags: trunk | |
15:08 | more CGI script tinkering. Doc fix. check-in: d829355d31 user: stephan tags: trunk | |
11:28 | pulled in upstream th1ish/cwal. Experimenting with importing pages from files. check-in: 718734e0ab user: stephan tags: trunk | |
10:25 | more cgi script tinkering check-in: 0dbad2b5df user: stephan tags: trunk | |
2014-02-15
| ||
23:46 | final CGI tinkering before bed. check-in: b3cf75a636 user: stephan tags: trunk | |
23:03 | more refactoring and tinkering. Got indentation of JSON output working. check-in: a8d6a8588e user: stephan tags: trunk | |