log mercurial/hgweb.py @ 1575:0a1cca912fda

age author description
Mon, 05 Dec 2005 07:07:40 -0500 Josef "Jeff" Sipek [hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
Mon, 05 Dec 2005 05:01:28 -0500 Josef "Jeff" Sipek [hgweb] More gitweb style related fixes
Mon, 05 Dec 2005 04:30:47 -0500 Josef "Jeff" Sipek [hgweb] Initial import of the "gitweb" style
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Thu, 17 Nov 2005 19:38:57 +0100 Thomas Arendsen Hein Catch IOErrors and RepoErrors when serving repositories via hgweb.
Mon, 14 Nov 2005 16:10:59 +0100 Benoit Boissinot fix errors found by pychecker
Mon, 14 Nov 2005 03:59:35 +0200 twaldmann fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
Wed, 09 Nov 2005 13:40:08 -0800 TK Soh hgweb: fix traceback by skipping invalid repo paths
Tue, 08 Nov 2005 10:35:00 -0800 TK Soh hgweb: remove redundant rstrip filter
Thu, 03 Nov 2005 18:45:27 +0100 Thomas Arendsen Hein hgweb: Added archive download buttons to manifest page.
Thu, 27 Oct 2005 13:40:56 -0700 Benoit Boissinot make readconfig take a filename instead of a file pointer as argument
Tue, 25 Oct 2005 14:57:14 -0700 TK Soh hgweb: add strip and rstrip filters to handle summary
Thu, 20 Oct 2005 11:41:14 -0700 Benoit Boissinot Make hgweb work when the repository is empty (no 00changelog.i)
Wed, 19 Oct 2005 20:54:46 -0700 Benoit Boissinot hgweb: hide trivial parent (like in show_changeset)
Tue, 18 Oct 2005 23:50:55 -0700 Matt Mackall hgweb: make viewing of non-text work in hgweb
Tue, 18 Oct 2005 23:05:30 -0700 Matt Mackall hgweb: add shortcuts for all the web commands / fix empty arg bug
Tue, 18 Oct 2005 21:11:24 -0700 Benoit Boissinot allow empty values for url so we can have /?tip
Tue, 18 Oct 2005 20:06:34 -0700 Benoit Boissinot hgweb: allow urls to be shorter by using shortcuts
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Sat, 01 Oct 2005 12:50:56 -0700 Matt Mackall Allows abbreviated hashes in hgweb
Sat, 24 Sep 2005 11:33:20 -0700 mpm hgwebdir: Fix date display
Fri, 23 Sep 2005 17:08:45 -0700 mpm hgweb: fix date bug in hgweb diff generation
Thu, 22 Sep 2005 23:38:04 -0700 mpm hgweb: pass date tuples around rather than whole changesets for dates
Thu, 22 Sep 2005 23:19:47 -0700 Bryan O'Sullivan Clean up date and timezone handling.
Thu, 22 Sep 2005 22:46:50 -0700 Bryan O'Sullivan Fix up representation of dates in hgweb.
Wed, 21 Sep 2005 07:56:19 +0200 Thomas Arendsen Hein Cleanup of tabs and trailing spaces.
Sun, 18 Sep 2005 14:07:02 -0700 Florian La Roche Fix cut and paste error in hgweb.py
Thu, 15 Sep 2005 14:05:48 -0500 mpm hgweb: use ui:username rather than web:contact
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.