log mercurial/hgweb.py @ 1219:56582bb2b869

age author description
Thu, 08 Sep 2005 10:49:33 -0700 mpm hgweb: fix scope for RepoError
Thu, 08 Sep 2005 00:13:52 -0700 mpm Add missing import for hgwebdir
Wed, 07 Sep 2005 23:13:12 -0700 mpm Clean up hgweb imports
Wed, 07 Sep 2005 20:05:22 -0700 mpm Revert silly TypeError change
Thu, 01 Sep 2005 07:41:32 -0700 Edouard Gomez Output Content-encoding for tar.gz and tar.bz2 snapshots
Wed, 31 Aug 2005 21:07:36 +0200 Thomas Arendsen Hein Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
Tue, 30 Aug 2005 21:58:44 +0200 Vincent Wagelaar Make sure the repository names don't have slashes at the at or else in some
Tue, 30 Aug 2005 18:23:39 +0200 Vincent Wagelaar Saving sys.argv and sys.stderr is not needed anymore
Wed, 31 Aug 2005 09:01:41 +0200 Thomas Arendsen Hein Added missing 'import errno', and use errno for EPIPE, too.
Wed, 31 Aug 2005 08:38:34 +0200 Thomas Arendsen Hein Use path relative to document root as reponame if published via a web server.
Wed, 31 Aug 2005 07:25:02 +0200 Thomas Arendsen Hein Make .hg/hgrc optional for repositories published by hgwebdir.
Tue, 30 Aug 2005 19:12:17 +0200 Thomas Arendsen Hein Fixed import needed to serve zip files which broke because of other changes.
Tue, 30 Aug 2005 16:36:29 +0200 Vincent Wagelaar Don't need to save sys.stdin and sys.stdout anymore
Tue, 30 Aug 2005 16:33:04 +0200 Vincent Wagelaar Use local generated env instead of os.environ
Tue, 30 Aug 2005 16:25:46 +0200 Vincent Wagelaar Fix hg serve...
Tue, 30 Aug 2005 14:52:58 +0100 Vincent Wagelaar Fix TypeError
Tue, 30 Aug 2005 10:57:52 +0200 Vincent Wagelaar Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
Mon, 29 Aug 2005 07:39:01 +0200 Thomas Arendsen Hein Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
Mon, 29 Aug 2005 07:34:35 +0200 Thomas Arendsen Hein Cleaned up hgweb.hgwebdir.run()
Mon, 29 Aug 2005 07:28:39 +0200 Thomas Arendsen Hein Use ConfigParser only in hgwebdir.__init__()
Mon, 29 Aug 2005 07:19:02 +0200 Thomas Arendsen Hein Don't create repo objects in hgwebdir, ui object is enough.
Mon, 29 Aug 2005 07:07:07 +0200 Thomas Arendsen Hein Reverted change 51f26e856f3d: Reading changelogs is too slow.
Sun, 28 Aug 2005 19:50:13 +0200 Thomas Arendsen Hein Use commit time instead of stat to check time of last change.
Sun, 28 Aug 2005 18:13:28 +0200 Thomas Arendsen Hein Completed renaming author to contact in hgwebdir:
Sun, 28 Aug 2005 17:55:15 +0200 Thomas Arendsen Hein Create repository objects instead of using own ConfigParser in hgwebdir.
Sun, 28 Aug 2005 17:53:37 +0200 Thomas Arendsen Hein Longer variable names in hgwebdir: l->repos, v->name, r->path
Sun, 28 Aug 2005 17:29:28 +0200 Thomas Arendsen Hein Move generating short username to display in hg/hgweb annotate to ui module.
Sat, 27 Aug 2005 23:44:15 -0700 Ollivier Robert Use a template for the error message.
Sat, 27 Aug 2005 23:44:02 -0700 Ollivier Robert Use .has_option to avoid the unknown Exception.
Sat, 27 Aug 2005 23:43:13 -0700 Ollivier Robert NoOptionError is unknown there.
Sat, 27 Aug 2005 23:43:08 -0700 Ollivier Robert Handle a nonexistent repository with a 404 error.
Sat, 27 Aug 2005 23:42:51 -0700 roberto Protect against unknown repositories.
Sat, 27 Aug 2005 18:40:25 -0700 mpm hgweb: add mdiff / fix sorting of archives
Sat, 27 Aug 2005 15:19:36 -0700 mpm Minor import fixups
Sat, 27 Aug 2005 01:55:10 -0700 mpm hgweb: add catch for connection reset
Fri, 26 Aug 2005 20:52:31 -0700 mpm Various cleanups for tarball support
Fri, 26 Aug 2005 20:51:48 -0700 Wojciech Milkowski tarball support v0.3 pt 2
Fri, 26 Aug 2005 20:51:34 -0700 Wojciech Milkowski tarball support v0.3
Fri, 26 Aug 2005 19:08:25 -0700 Bart Trojanowski [PATCH] raise exceptions with Exception subclasses
Fri, 26 Aug 2005 13:29:52 +0200 Thomas Arendsen Hein Some more spacing/indentation/linebreak cleanups to hgweb.py.
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Wed, 24 Aug 2005 03:33:54 -0700 mpm Minor tweak to the revgen algorithm
Wed, 24 Aug 2005 03:32:08 -0700 mpm Minor hgwebdir tweaks
Sun, 21 Aug 2005 15:56:14 -0700 mpm hgweb: change startup argument processing
Sun, 21 Aug 2005 15:00:02 -0700 mpm Add web:style option
Sun, 21 Aug 2005 11:52:52 -0700 mpm Remove debug print
Sun, 21 Aug 2005 11:46:39 -0700 mpm Fix RSS feeds
Sat, 20 Aug 2005 13:11:36 -0700 mpm hgweb: convert index entries to list expansion style
Sat, 20 Aug 2005 13:08:07 -0700 mpm Merge with jeffpc
Wed, 17 Aug 2005 22:59:47 -0500 Josef "Jeff" Sipek Merge with MPM
Wed, 17 Aug 2005 22:32:47 -0500 Josef "Jeff" Sipek hgweb: Changed manifest page to list format syntax
Wed, 17 Aug 2005 22:08:15 -0500 Josef "Jeff" Sipek hgweb: Changed file revision page to list format syntax
Wed, 17 Aug 2005 22:03:28 -0500 Josef "Jeff" Sipek hgweb: Changed annotate page to list format syntax
Wed, 17 Aug 2005 21:59:02 -0500 Josef "Jeff" Sipek hgweb: Changed file page to list format syntax
Wed, 17 Aug 2005 21:45:44 -0500 Josef "Jeff" Sipek hgweb: Changed changelog page to list format syntax
Wed, 17 Aug 2005 21:14:20 -0500 Josef "Jeff" Sipek Added support for #foo%bar# syntax
Fri, 19 Aug 2005 22:12:40 -0800 mpm hgweb: Make maxfiles, maxchanges, and allowpull proper config options
Fri, 19 Aug 2005 17:22:04 -0800 mpm hgweb: sort repository list
Fri, 19 Aug 2005 17:01:11 -0800 mpm Fix hgwebdir virtual start-up
Fri, 19 Aug 2005 16:45:25 -0800 mpm Merge with TAH