Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
52 check-ins using file th1ish/cgi/pages/default.fossi1ish version a11c7ecfda
2014-03-01
| ||
01:47 | fixed f-ls to not show files removed in the given manifest. check-in: f0620d926e user: stephan tags: trunk | |
01:44 | Added Fossil.file.chdir() and currentDir() bindings. check-in: 722c976434 user: stephan tags: trunk | |
01:43 | adding an image to test the /download/uuid bits. check-in: 22d1ad1a3b user: stephan tags: trunk | |
00:08 | seem to have gotten my mv's a bit messed up. check-in: 684229ae61 user: stephan tags: trunk | |
00:04 | okay, that was weird. check-in: 1f304f5f35 user: stephan tags: trunk | |
00:02 | script tweaking and moving around. check-in: 8d1ab6166d user: stephan tags: trunk | |
2014-02-28
| ||
20:55 | don't lie on function signature check-in: b064a5fcac user: jan.nijtmans tags: trunk | |
20:47 | Tiny piece of JNI implementation. fsl_jni.c and FossilCheckout.java compile, but other than that are probably totally wrong yet. Just meant to give an idea how JNI works, nothing more..... check-in: 88475f24f6 user: jan.nijtmans tags: trunk | |
20:28 | moved the new routing file. check-in: aa18733e67 user: stephan tags: trunk | |
20:19 | lots of tinkering with the script bits. Added Fossil.Context.loadBload() (fsl_content_get()) binding. check-in: c0b759f730 user: stephan tags: trunk | |
17:47 | s/fsl_content_get_by_sym/fsl_content_get_sym/ check-in: da5546e2c8 user: stephan tags: trunk | |
13:49 | fixed an incorrect assertion. check-in: b5b5b2f88d user: stephan tags: trunk | |
13:49 | another round of cast patches. check-in: dc3acbbbd5 user: stephan tags: trunk | |
13:42 | more cygwin casts. check-in: 5bfa99a2a3 user: stephan tags: trunk | |
13:33 | casts for the ctype conversion family of funcs, for cygwin. check-in: d2bcd6e314 user: stephan tags: trunk | |
13:29 | Make it compile on Cygwin check-in: 2ab8e6b0fb user: jan.nijtmans tags: trunk | |
11:24 | Make everything compile on Cygwin check-in: 8734400fe8 user: jan.nijtmans tags: trunk | |
10:36 | removed extraneous % (and its 3 other copy/paste instances). check-in: 3542560f59 user: stephan tags: trunk | |
2014-02-27
| ||
22:17 | minor cosmetic tweak. to be fine tuned later. check-in: b5ae4d6f6e user: stephan tags: trunk | |
21:28 | Latest cwal/th1ish, minor tweaks. check-in: e8b15a662d user: stephan tags: trunk | |
18:36 | upstream cwal additions which fix a th1ish callback/this/argv.callee lookup deficiency. check-in: e943d7658f user: stephan tags: trunk | |
2014-02-26
| ||
23:07 | cwal broken assertion fix. check-in: 7b3e2508be user: stephan tags: trunk | |
22:45 | upstream cwal/th1ish. check-in: 924b140503 user: stephan tags: trunk | |
22:32 | pulled in Object.eachProperty() and friends fixes. check-in: 8012d5f1e5 user: stephan tags: trunk | |
21:13 | css tweaks. check-in: aa25dcabba user: stephan tags: trunk | |
21:01 | fixed a masked exception caused by the last edit on the remote host (no syntax highlighting to help me out ;). check-in: 85a748533b user: stephan tags: trunk | |
20:54 | latest cwal/th1ish for a JSON generation bug fix. check-in: 863bc2d835 user: stephan tags: trunk | |
20:34 | CGI.cgiRoot hacks for handling with and without CGI page name part (for an index page which is CGI). check-in: 6292bd8785 user: stephan tags: trunk | |
20:11 | added /env page (local-mode only). /dir css now uses the cachable download mechanism. check-in: 29ee7aa0e3 user: stephan tags: trunk | |
20:10 | Tinkering with recycle bin sizes. check-in: 6f1ec5691f user: stephan tags: trunk | |
18:34 | Added massif reports to the valgrind output. check-in: 4b6376e544 user: stephan tags: trunk | |
17:32 | valgrind reporting improvements. check-in: c9a2b74c6b user: stephan tags: trunk | |
17:32 | s/CWAL_RC_MISUSE/FSL_RC_MISUSE/ for various exception codes. check-in: fae6ecfab7 user: stephan tags: trunk | |
2014-02-25
| ||
21:22 | All kinds of tinkering in the scripting bits. Added a basic /download mechanism which includes very rudimentary download-as-file and caching support. check-in: cefe139ba3 user: stephan tags: trunk | |
21:19 | Changed fsl_repo_filename_to_fnid() semantics a tiny bit. check-in: 3438cbb4bd user: stephan tags: trunk | |
17:33 | Refactored api.cgi.routes somewhat to reduce startup overhead and delay file-not-found exceptions until the page is actually used. check-in: e037cd7b5e user: stephan tags: trunk | |
15:59 | Pulled in latest th1ish for new Object.sortProperties(). check-in: a8c1173681 user: stephan tags: trunk | |
14:18 | removed title attribute from dir links b/c urlencoding of it looks funny for some dirs :/. check-in: 90846601df user: stephan tags: trunk | |
14:16 | propagate version in /dir browser links. check-in: a25821e3e2 user: stephan tags: trunk | |
2014-02-24
| ||
22:51 | Added initial version of /dir CGI app - still missing version propagation in links (tomorrow...). Found a couple th1ish bugs and fixed them. Other minor script tinkering. check-in: 06a1c3087a user: stephan tags: trunk | |
18:27 | removed obsolete scripts. And i need a manifest with deletions to try something out. check-in: de941e7bf3 user: stephan tags: trunk | |
18:11 | fixed a typo. Pulled in a long-awaited script location info fix in Exceptions from upstream th1ish. check-in: 5fbaf6df0a user: stephan tags: trunk | |
2014-02-23
| ||
20:55 | a padding fix i have been looking for. check-in: b73e0439e6 user: stephan tags: trunk | |
20:51 | added yearWeek/yearMonth to timeline. All "left-side column" links in the reports now go somewhere. check-in: b4b9d3956e user: stephan tags: trunk | |
19:55 | testing latest cwal on hoster. check-in: 3bcfe16bd7 user: stephan tags: trunk | |
19:50 | more styling tweaks. need to finally stop for the night. check-in: 65709f9e38 user: stephan tags: trunk | |
19:44 | Seems that api.import() problem on my hoster has been resolved. check-in: 2a2c7bee4e user: stephan tags: trunk | |
19:41 | Potential fix for file resolution problem on hoster. check-in: 94c639c4ef user: stephan tags: trunk | |
19:31 | more minor cosmetics. Removed user link from timeline entries when filtering by user. check-in: 7725367be1 user: stephan tags: trunk | |
19:21 | added bgcolor support to timeline view. check-in: cb43e631ca user: stephan tags: trunk | |
19:12 | accommodated CSS class name changes. check-in: 4e7c5d1d8e user: stephan tags: trunk | |
19:09 | lots of cleanups and code consolidation. check-in: c8b04bfb15 user: stephan tags: trunk | |