log mercurial/hgweb.py @ 1795:36e19e3da12d

age author description
Thu, 23 Feb 2006 12:02:39 +0100 Lee Cantey Fix 'hg serve' not using CSS.
Wed, 22 Feb 2006 09:14:46 +0100 Thomas Arendsen Hein Allow serving static files from hgwebdir to fix CSS and favicon.
Wed, 22 Feb 2006 08:32:51 +0100 Thomas Arendsen Hein Cleanup of tabs and coding when sending content type.
Tue, 21 Feb 2006 17:36:27 -0600 Matt Mackall Merge with jeffpc
Sat, 18 Feb 2006 22:24:42 -0500 Josef "Jeff" Sipek Merge with mpm
Sat, 18 Feb 2006 21:53:41 -0500 Josef "Jeff" Sipek [hgweb] Static content serving
Tue, 21 Feb 2006 16:04:47 +0100 Thomas Arendsen Hein Merged RSS feed for tags from Peter van Dijk
Fri, 03 Feb 2006 02:21:28 +0100 Peter van Dijk implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
Fri, 17 Feb 2006 08:26:21 -0800 Vadim Gelfer add preoutgoing and outgoing hooks.
Mon, 06 Feb 2006 17:34:53 -0600 Johannes Stezenbach fix changenav for maxchanges != 10
Sun, 29 Jan 2006 17:10:38 +1300 Matt Mackall hgweb: show copy/rename links in file history
Sun, 29 Jan 2006 00:18:52 +0100 Peter van Dijk changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Sun, 29 Jan 2006 11:17:54 +1300 Matt Mackall hgweb: fix breakage on manifest subdirs from path cleaning
Sun, 29 Jan 2006 09:10:13 +1300 Matt Mackall Clean up paths passed to hgweb
Tue, 24 Jan 2006 15:02:10 +1300 mason Add new bdiff based unidiff generation.
Wed, 18 Jan 2006 17:07:48 +0100 Benoit Boissinot fix for hgweb.filterfiles
Wed, 18 Jan 2006 16:55:05 +0100 Benoit Boissinot make the order of the arguments for filterfiles consistent
Thu, 12 Jan 2006 13:58:36 +0100 Thomas Arendsen Hein Distinguish removed and deleted files. Tests are not fixed yet.
Thu, 12 Jan 2006 13:35:09 +0100 Thomas Arendsen Hein Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
Thu, 29 Dec 2005 14:51:29 -0600 Muli Ben-Yehuda - duplicate the parent link logic to show child links
Mon, 12 Dec 2005 02:05:08 -0500 Josef "Jeff" Sipek Remove tabs, and trailing whitespace from hgweb.py
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.