2006-05-13 |
Alexis S. L. Carvalho |
Fix hgweb.filediff
|
2006-05-01 |
Thomas Arendsen Hein |
If default sorting is name, offer name-descending with one click.
|
2006-05-01 |
Thomas Arendsen Hein |
Make hgwebdir columns sortable.
|
2006-05-01 |
Thomas Arendsen Hein |
Add download links to hgwebdir index page for allowed archive types.
|
2006-05-01 |
Colin McMillen |
Add archive download links to tip on main changeset list page
|
2006-04-28 |
Colin McMillen |
Add MOTD display to hgweb and hgwebdir.
|
2006-04-25 |
Thomas Arendsen Hein |
Allow 'hg serve --webdir-conf foo' to be run outside a repository.
|
2006-04-24 |
Alexander Schremmer |
Cleaned trailing whitespace in hgweb.py, removed command line shortcut for webdir-conf.
|
2006-04-22 |
Alexander Schremmer |
Fixed path handling of the standalone server, fixed typo.
|
2006-04-22 |
Alexander Schremmer |
Added hgwebdir support to hg serve.
|
2006-04-22 |
Alexander Schremmer |
Added threading support to hg serve.
|
2006-04-22 |
Alexander Schremmer |
Cleaned hgweb.py a little bit
|
2006-04-21 |
Vadim Gelfer |
make hgweb use new archival module.
|
2006-04-20 |
Alexis S. L. Carvalho |
Use application/octet-stream as the content-type of unknown binary files
|
2006-04-19 |
Alexis S. L. Carvalho |
Don't send "Content-Type: none"
|
2006-03-15 |
Vadim Gelfer |
fix template bug that made hgweb break.
|
2006-03-13 |
Vadim Gelfer |
merge with crew.
|
2006-02-26 |
Vadim Gelfer |
missed hunk when moving code to templater module
|
2006-02-26 |
Vadim Gelfer |
move hgweb.templatepath into templater
|
2006-02-26 |
Vadim Gelfer |
move hgweb template code out to templater
|
2006-03-08 |
Lee Cantey |
Fix manifest view on Windows
|
2006-03-03 |
Lee Cantey |
Fixes running 'hg serve' with Windows executable and no explicit template path configured.
|
2006-03-03 |
Vadim Gelfer |
merge with crew.
|
2006-02-10 |
Vadim Gelfer |
hgwebdir: export collections of repos
|
2006-03-02 |
Thomas Arendsen Hein |
Make hgweb.staticfile() more secure and portable.
|
2006-02-23 |
Thomas Arendsen Hein |
Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb.
|
2006-02-23 |
Lee Cantey |
Fix 'hg serve' not using CSS.
|
2006-02-22 |
Thomas Arendsen Hein |
Allow serving static files from hgwebdir to fix CSS and favicon.
|
2006-02-22 |
Thomas Arendsen Hein |
Cleanup of tabs and coding when sending content type.
|
2006-02-21 |
Matt Mackall |
Merge with jeffpc
|
2006-02-19 |
Josef "Jeff" Sipek |
Merge with mpm
|
2006-02-19 |
Josef "Jeff" Sipek |
[hgweb] Static content serving
|
2006-02-21 |
Thomas Arendsen Hein |
Merged RSS feed for tags from Peter van Dijk
|
2006-02-03 |
Peter van Dijk |
implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
|
2006-02-17 |
Vadim Gelfer |
add preoutgoing and outgoing hooks.
|
2006-02-06 |
Johannes Stezenbach |
fix changenav for maxchanges != 10
|
2006-01-29 |
Matt Mackall |
hgweb: show copy/rename links in file history
|
2006-01-28 |
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
|
2006-01-28 |
Matt Mackall |
hgweb: fix breakage on manifest subdirs from path cleaning
|
2006-01-28 |
Matt Mackall |
Clean up paths passed to hgweb
|
2006-01-24 |
mason |
Add new bdiff based unidiff generation.
|
2006-01-18 |
Benoit Boissinot |
fix for hgweb.filterfiles
|
2006-01-18 |
Benoit Boissinot |
make the order of the arguments for filterfiles consistent
|
2006-01-12 |
Thomas Arendsen Hein |
Distinguish removed and deleted files. Tests are not fixed yet.
|
2006-01-12 |
Thomas Arendsen Hein |
Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
|
2005-12-29 |
Muli Ben-Yehuda |
- duplicate the parent link logic to show child links
|
2005-12-12 |
Josef "Jeff" Sipek |
Remove tabs, and trailing whitespace from hgweb.py
|
2005-12-05 |
Josef "Jeff" Sipek |
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
|
2005-12-05 |
Josef "Jeff" Sipek |
[hgweb] More gitweb style related fixes
|
2005-12-05 |
Josef "Jeff" Sipek |
[hgweb] Initial import of the "gitweb" style
|
2005-11-19 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
2005-11-17 |
Thomas Arendsen Hein |
Catch IOErrors and RepoErrors when serving repositories via hgweb.
|
2005-11-14 |
Benoit Boissinot |
fix errors found by pychecker
|
2005-11-14 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
2005-11-09 |
TK Soh |
hgweb: fix traceback by skipping invalid repo paths
|
2005-11-08 |
TK Soh |
hgweb: remove redundant rstrip filter
|
2005-11-03 |
Thomas Arendsen Hein |
hgweb: Added archive download buttons to manifest page.
|
2005-10-27 |
Benoit Boissinot |
make readconfig take a filename instead of a file pointer as argument
|
2005-10-25 |
TK Soh |
hgweb: add strip and rstrip filters to handle summary
|
2005-10-20 |
Benoit Boissinot |
Make hgweb work when the repository is empty (no 00changelog.i)
|