Wed, 18 Jan 2006 17:07:48 +0100 |
Benoit Boissinot |
fix for hgweb.filterfiles
|
file |
diff |
annotate
|
Wed, 18 Jan 2006 16:55:05 +0100 |
Benoit Boissinot |
make the order of the arguments for filterfiles consistent
|
file |
diff |
annotate
|
Thu, 12 Jan 2006 13:58:36 +0100 |
Thomas Arendsen Hein |
Distinguish removed and deleted files. Tests are not fixed yet.
|
file |
diff |
annotate
|
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()
|
file |
diff |
annotate
|
Thu, 29 Dec 2005 14:51:29 -0600 |
Muli Ben-Yehuda |
- duplicate the parent link logic to show child links
|
file |
diff |
annotate
|
Mon, 12 Dec 2005 02:05:08 -0500 |
Josef "Jeff" Sipek |
Remove tabs, and trailing whitespace from hgweb.py
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 05 Dec 2005 05:01:28 -0500 |
Josef "Jeff" Sipek |
[hgweb] More gitweb style related fixes
|
file |
diff |
annotate
|
Mon, 05 Dec 2005 04:30:47 -0500 |
Josef "Jeff" Sipek |
[hgweb] Initial import of the "gitweb" style
|
file |
diff |
annotate
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
file |
diff |
annotate
|
Thu, 17 Nov 2005 19:38:57 +0100 |
Thomas Arendsen Hein |
Catch IOErrors and RepoErrors when serving repositories via hgweb.
|
file |
diff |
annotate
|
Mon, 14 Nov 2005 16:10:59 +0100 |
Benoit Boissinot |
fix errors found by pychecker
|
file |
diff |
annotate
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
file |
diff |
annotate
|
Wed, 09 Nov 2005 13:40:08 -0800 |
TK Soh |
hgweb: fix traceback by skipping invalid repo paths
|
file |
diff |
annotate
|
Tue, 08 Nov 2005 10:35:00 -0800 |
TK Soh |
hgweb: remove redundant rstrip filter
|
file |
diff |
annotate
|
Thu, 03 Nov 2005 18:45:27 +0100 |
Thomas Arendsen Hein |
hgweb: Added archive download buttons to manifest page.
|
file |
diff |
annotate
|
Thu, 27 Oct 2005 13:40:56 -0700 |
Benoit Boissinot |
make readconfig take a filename instead of a file pointer as argument
|
file |
diff |
annotate
|
Tue, 25 Oct 2005 14:57:14 -0700 |
TK Soh |
hgweb: add strip and rstrip filters to handle summary
|
file |
diff |
annotate
|
Thu, 20 Oct 2005 11:41:14 -0700 |
Benoit Boissinot |
Make hgweb work when the repository is empty (no 00changelog.i)
|
file |
diff |
annotate
|
Wed, 19 Oct 2005 20:54:46 -0700 |
Benoit Boissinot |
hgweb: hide trivial parent (like in show_changeset)
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 23:50:55 -0700 |
Matt Mackall |
hgweb: make viewing of non-text work in hgweb
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 23:05:30 -0700 |
Matt Mackall |
hgweb: add shortcuts for all the web commands / fix empty arg bug
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 21:11:24 -0700 |
Benoit Boissinot |
allow empty values for url so we can have /?tip
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 20:06:34 -0700 |
Benoit Boissinot |
hgweb: allow urls to be shorter by using shortcuts
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 18:38:39 -0700 |
Benoit Boissinot |
i18n part2: use '_' for all strings who are part of the user interface
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 18:37:48 -0700 |
Benoit Boissinot |
i18n first part: make '_' available for files who need it
|
file |
diff |
annotate
|
Sat, 01 Oct 2005 12:50:56 -0700 |
Matt Mackall |
Allows abbreviated hashes in hgweb
|
file |
diff |
annotate
|
Sat, 24 Sep 2005 11:33:20 -0700 |
mpm |
hgwebdir: Fix date display
|
file |
diff |
annotate
|
Fri, 23 Sep 2005 17:08:45 -0700 |
mpm |
hgweb: fix date bug in hgweb diff generation
|
file |
diff |
annotate
|
Thu, 22 Sep 2005 23:38:04 -0700 |
mpm |
hgweb: pass date tuples around rather than whole changesets for dates
|
file |
diff |
annotate
|
Thu, 22 Sep 2005 23:19:47 -0700 |
Bryan O'Sullivan |
Clean up date and timezone handling.
|
file |
diff |
annotate
|
Thu, 22 Sep 2005 22:46:50 -0700 |
Bryan O'Sullivan |
Fix up representation of dates in hgweb.
|
file |
diff |
annotate
|
Wed, 21 Sep 2005 07:56:19 +0200 |
Thomas Arendsen Hein |
Cleanup of tabs and trailing spaces.
|
file |
diff |
annotate
|
Sun, 18 Sep 2005 14:07:02 -0700 |
Florian La Roche |
Fix cut and paste error in hgweb.py
|
file |
diff |
annotate
|
Thu, 15 Sep 2005 14:05:48 -0500 |
mpm |
hgweb: use ui:username rather than web:contact
|
file |
diff |
annotate
|
Thu, 08 Sep 2005 10:49:33 -0700 |
mpm |
hgweb: fix scope for RepoError
|
file |
diff |
annotate
|
Thu, 08 Sep 2005 00:13:52 -0700 |
mpm |
Add missing import for hgwebdir
|
file |
diff |
annotate
|
Wed, 07 Sep 2005 23:13:12 -0700 |
mpm |
Clean up hgweb imports
|
file |
diff |
annotate
|
Wed, 07 Sep 2005 20:05:22 -0700 |
mpm |
Revert silly TypeError change
|
file |
diff |
annotate
|
Thu, 01 Sep 2005 07:41:32 -0700 |
Edouard Gomez |
Output Content-encoding for tar.gz and tar.bz2 snapshots
|
file |
diff |
annotate
|
Wed, 31 Aug 2005 21:07:36 +0200 |
Thomas Arendsen Hein |
Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 18:23:39 +0200 |
Vincent Wagelaar |
Saving sys.argv and sys.stderr is not needed anymore
|
file |
diff |
annotate
|
Wed, 31 Aug 2005 09:01:41 +0200 |
Thomas Arendsen Hein |
Added missing 'import errno', and use errno for EPIPE, too.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 31 Aug 2005 07:25:02 +0200 |
Thomas Arendsen Hein |
Make .hg/hgrc optional for repositories published by hgwebdir.
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 19:12:17 +0200 |
Thomas Arendsen Hein |
Fixed import needed to serve zip files which broke because of other changes.
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 16:36:29 +0200 |
Vincent Wagelaar |
Don't need to save sys.stdin and sys.stdout anymore
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 16:33:04 +0200 |
Vincent Wagelaar |
Use local generated env instead of os.environ
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 16:25:46 +0200 |
Vincent Wagelaar |
Fix hg serve...
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 14:52:58 +0100 |
Vincent Wagelaar |
Fix TypeError
|
file |
diff |
annotate
|
Tue, 30 Aug 2005 10:57:52 +0200 |
Vincent Wagelaar |
Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
|
file |
diff |
annotate
|
Mon, 29 Aug 2005 07:39:01 +0200 |
Thomas Arendsen Hein |
Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
|
file |
diff |
annotate
|
Mon, 29 Aug 2005 07:34:35 +0200 |
Thomas Arendsen Hein |
Cleaned up hgweb.hgwebdir.run()
|
file |
diff |
annotate
|
Mon, 29 Aug 2005 07:28:39 +0200 |
Thomas Arendsen Hein |
Use ConfigParser only in hgwebdir.__init__()
|
file |
diff |
annotate
|
Mon, 29 Aug 2005 07:19:02 +0200 |
Thomas Arendsen Hein |
Don't create repo objects in hgwebdir, ui object is enough.
|
file |
diff |
annotate
|
Mon, 29 Aug 2005 07:07:07 +0200 |
Thomas Arendsen Hein |
Reverted change 51f26e856f3d: Reading changelogs is too slow.
|
file |
diff |
annotate
|
Sun, 28 Aug 2005 19:50:13 +0200 |
Thomas Arendsen Hein |
Use commit time instead of stat to check time of last change.
|
file |
diff |
annotate
|
Sun, 28 Aug 2005 18:13:28 +0200 |
Thomas Arendsen Hein |
Completed renaming author to contact in hgwebdir:
|
file |
diff |
annotate
|
Sun, 28 Aug 2005 17:55:15 +0200 |
Thomas Arendsen Hein |
Create repository objects instead of using own ConfigParser in hgwebdir.
|
file |
diff |
annotate
|