log mercurial/hgweb.py @ 2095:0bf2a9e5eff1

age author description
Wed, 19 Apr 2006 11:41:22 -0700 Alexis S. L. Carvalho Don't send "Content-Type: none"
Wed, 15 Mar 2006 11:28:00 -0800 Vadim Gelfer fix template bug that made hgweb break.
Sun, 12 Mar 2006 16:21:59 -0800 Vadim Gelfer merge with crew.
Sun, 26 Feb 2006 13:11:53 -0800 Vadim Gelfer missed hunk when moving code to templater module
Sun, 26 Feb 2006 13:09:26 -0800 Vadim Gelfer move hgweb.templatepath into templater
Sun, 26 Feb 2006 12:59:28 -0800 Vadim Gelfer move hgweb template code out to templater
Wed, 08 Mar 2006 11:20:39 -0800 Lee Cantey Fix manifest view on Windows
Fri, 03 Mar 2006 13:41:12 -0800 Lee Cantey Fixes running 'hg serve' with Windows executable and no explicit template path configured.
Fri, 03 Mar 2006 09:39:37 -0800 Vadim Gelfer merge with crew.
Fri, 10 Feb 2006 11:25:07 -0800 Vadim Gelfer hgwebdir: export collections of repos
Thu, 02 Mar 2006 09:17:04 +0100 Thomas Arendsen Hein Make hgweb.staticfile() more secure and portable.
Thu, 23 Feb 2006 12:35:15 +0100 Thomas Arendsen Hein Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb.
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.