The darcs repository web UI and hosting app. This is the latest darcsden trunk, which runs hub.darcs.net. (fork of simon's darcsden)  (http://hub.darcs.net)

remove debug statements

simonTue Jul 30 13:02:20 UTC 2013

hub.darcs.net: render embedded html & js on the front page

simonTue Jul 30 12:54:44 UTC 2013

drop the unknown amp fixup from renderMarkdown; bring back the unsafe renderer

simonTue Jul 30 12:54:17 UTC 2013

hub.darcs.net: add a custom front page

This one has:

  • main content pulled from a file on each page view, for easy updates
  • repo counts
  • users sorted by repo count for easier exploration (and fun)
simonSat Jul 27 15:15:41 UTC 2013

add a hub/HUB flag, off by default, for enabling hub.darcs.net-specific customisations

hub.darcs.net will tend to acquire custom features not appropriate for generic darcsden (eg a custom front page), which we would still like to be version-controlled and viewable/hackable by the community. For ease of maintenance and to minimise divergence, I will include some of these in the main darcsden repo, disabled by default.

simonSat Jul 27 15:10:41 UTC 2013

fix a hard-coded port in make rule

simonSat Jul 27 14:59:12 UTC 2013

nutty build flags for various cases

simonSat Jul 27 14:58:31 UTC 2013

show debug info on stdout when identifying file type for editing

simonSat Jul 27 14:57:13 UTC 2013

change repo edit's to repo settings; show related repos there

simonSat Jul 27 14:54:03 UTC 2013

render markdown safely (quoting html/js) in readmes; drop the unsafe variant

simonSat Jul 27 04:41:45 UTC 2013

refactor: clarify markdown rendering

simonSat Jul 27 04:33:55 UTC 2013

link tags containing non-ascii characters properly

simonSat Jul 27 03:51:30 UTC 2013

update issue timestamp when closed by posthook, closes #70 (& test: closes #69)

simonSat Jul 27 01:06:10 UTC 2013

ignore already-closed issues in posthook, closes #69

simonSat Jul 27 01:03:47 UTC 2013

avoid misleading "posthook failed! apply failed!" cry when posthook fails to find an issue

simonSat Jul 27 01:01:49 UTC 2013

test commit, closes #70, closes #68

simonSat Jul 27 00:57:07 UTC 2013

update issue timestamp after a comment, fixes #68

simonSat Jul 27 00:44:30 UTC 2013

fix member removal in repo settings (fixes #49)

simonSat Jul 27 00:41:07 UTC 2013

rename user settings website field, might help #63

simonFri Jul 26 23:45:27 UTC 2013

speed up getRepositories (and all repos page); add getAllRepositories

simonFri Jul 26 19:26:10 UTC 2013

time utility

simonFri Jul 26 14:21:30 UTC 2013

show authors fix

simonTue Jul 23 00:31:38 UTC 2013

consolidate google/github stuff under Handler.User

simonMon Jul 22 22:48:53 UTC 2013

fix missing whitespace between author and date when viewing a patch

simonMon Jul 22 23:35:29 UTC 2013

58: require new highlighting-kate with memory leak fix (closes #58)

simonMon Jul 22 23:30:07 UTC 2013

gather Pages utils, drop HSPage module

simonMon Jul 22 22:52:17 UTC 2013

after closing an issue, redirect to the issue tracker, not the issue page

simonMon Jul 22 14:34:18 UTC 2013

after failing to create or comment on an issue, redirect to the issue tracker, not the front page

simonMon Jul 22 14:18:55 UTC 2013

after failing to fork a repo, redirect to the repo, not the front page

I don't think this leaks any new security info.

simonMon Jul 22 14:18:20 UTC 2013

after deleting a repo, redirect to repo owner, not the front page

simonMon Jul 22 14:16:45 UTC 2013