pkgsrc/www/loggerhead/PLIST

359 lines
21 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:58 wiz Exp $
bin/serve-branches
bin/start-loggerhead
bin/stop-loggerhead
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/bzrlib/plugins/loggerhead/__init__.py
${PYSITELIB}/bzrlib/plugins/loggerhead/__init__.pyc
${PYSITELIB}/bzrlib/plugins/loggerhead/__init__.pyo
${PYSITELIB}/bzrlib/plugins/loggerhead/info.py
${PYSITELIB}/bzrlib/plugins/loggerhead/info.pyc
${PYSITELIB}/bzrlib/plugins/loggerhead/info.pyo
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/loggerhead/__init__.py
${PYSITELIB}/loggerhead/__init__.pyc
${PYSITELIB}/loggerhead/__init__.pyo
${PYSITELIB}/loggerhead/apps/__init__.py
${PYSITELIB}/loggerhead/apps/__init__.pyc
${PYSITELIB}/loggerhead/apps/__init__.pyo
${PYSITELIB}/loggerhead/apps/branch.py
${PYSITELIB}/loggerhead/apps/branch.pyc
${PYSITELIB}/loggerhead/apps/branch.pyo
${PYSITELIB}/loggerhead/apps/config.py
${PYSITELIB}/loggerhead/apps/config.pyc
${PYSITELIB}/loggerhead/apps/config.pyo
${PYSITELIB}/loggerhead/apps/error.py
${PYSITELIB}/loggerhead/apps/error.pyc
${PYSITELIB}/loggerhead/apps/error.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/apps/transport.py
${PYSITELIB}/loggerhead/apps/transport.pyc
${PYSITELIB}/loggerhead/apps/transport.pyo
${PYSITELIB}/loggerhead/changecache.py
${PYSITELIB}/loggerhead/changecache.pyc
${PYSITELIB}/loggerhead/changecache.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/config.py
${PYSITELIB}/loggerhead/config.pyc
${PYSITELIB}/loggerhead/config.pyo
${PYSITELIB}/loggerhead/controllers/__init__.py
${PYSITELIB}/loggerhead/controllers/__init__.pyc
${PYSITELIB}/loggerhead/controllers/__init__.pyo
${PYSITELIB}/loggerhead/controllers/annotate_ui.py
${PYSITELIB}/loggerhead/controllers/annotate_ui.pyc
${PYSITELIB}/loggerhead/controllers/annotate_ui.pyo
${PYSITELIB}/loggerhead/controllers/atom_ui.py
${PYSITELIB}/loggerhead/controllers/atom_ui.pyc
${PYSITELIB}/loggerhead/controllers/atom_ui.pyo
${PYSITELIB}/loggerhead/controllers/changelog_ui.py
${PYSITELIB}/loggerhead/controllers/changelog_ui.pyc
${PYSITELIB}/loggerhead/controllers/changelog_ui.pyo
${PYSITELIB}/loggerhead/controllers/diff_ui.py
${PYSITELIB}/loggerhead/controllers/diff_ui.pyc
${PYSITELIB}/loggerhead/controllers/diff_ui.pyo
${PYSITELIB}/loggerhead/controllers/directory_ui.py
${PYSITELIB}/loggerhead/controllers/directory_ui.pyc
${PYSITELIB}/loggerhead/controllers/directory_ui.pyo
${PYSITELIB}/loggerhead/controllers/download_ui.py
${PYSITELIB}/loggerhead/controllers/download_ui.pyc
${PYSITELIB}/loggerhead/controllers/download_ui.pyo
${PYSITELIB}/loggerhead/controllers/error_ui.py
${PYSITELIB}/loggerhead/controllers/error_ui.pyc
${PYSITELIB}/loggerhead/controllers/error_ui.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/controllers/filediff_ui.py
${PYSITELIB}/loggerhead/controllers/filediff_ui.pyc
${PYSITELIB}/loggerhead/controllers/filediff_ui.pyo
${PYSITELIB}/loggerhead/controllers/inventory_ui.py
${PYSITELIB}/loggerhead/controllers/inventory_ui.pyc
${PYSITELIB}/loggerhead/controllers/inventory_ui.pyo
${PYSITELIB}/loggerhead/controllers/revision_ui.py
${PYSITELIB}/loggerhead/controllers/revision_ui.pyc
${PYSITELIB}/loggerhead/controllers/revision_ui.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/controllers/revlog_ui.py
${PYSITELIB}/loggerhead/controllers/revlog_ui.pyc
${PYSITELIB}/loggerhead/controllers/revlog_ui.pyo
${PYSITELIB}/loggerhead/controllers/search_ui.py
${PYSITELIB}/loggerhead/controllers/search_ui.pyc
${PYSITELIB}/loggerhead/controllers/search_ui.pyo
${PYSITELIB}/loggerhead/daemon.py
${PYSITELIB}/loggerhead/daemon.pyc
${PYSITELIB}/loggerhead/daemon.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/highlight.py
${PYSITELIB}/loggerhead/highlight.pyc
${PYSITELIB}/loggerhead/highlight.pyo
${PYSITELIB}/loggerhead/history.py
${PYSITELIB}/loggerhead/history.pyc
${PYSITELIB}/loggerhead/history.pyo
${PYSITELIB}/loggerhead/lsprof.py
${PYSITELIB}/loggerhead/lsprof.pyc
${PYSITELIB}/loggerhead/lsprof.pyo
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/main.py
${PYSITELIB}/loggerhead/main.pyc
${PYSITELIB}/loggerhead/main.pyo
${PYSITELIB}/loggerhead/search.py
${PYSITELIB}/loggerhead/search.pyc
${PYSITELIB}/loggerhead/search.pyo
${PYSITELIB}/loggerhead/static/css/annotate.css
${PYSITELIB}/loggerhead/static/css/diff.css
${PYSITELIB}/loggerhead/static/css/files.css
${PYSITELIB}/loggerhead/static/css/global.css
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/css/highlight.css
${PYSITELIB}/loggerhead/static/images/bg_Tabs.gif
${PYSITELIB}/loggerhead/static/images/bg_infobox.gif
${PYSITELIB}/loggerhead/static/images/bg_menuTabs.gif
${PYSITELIB}/loggerhead/static/images/bg_search_input.gif
${PYSITELIB}/loggerhead/static/images/bg_submenuTabs.gif
${PYSITELIB}/loggerhead/static/images/deleteCode.gif
${PYSITELIB}/loggerhead/static/images/favicon.ico
${PYSITELIB}/loggerhead/static/images/ico_branch.gif
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/images/ico_bug.png
${PYSITELIB}/loggerhead/static/images/ico_committer.gif
${PYSITELIB}/loggerhead/static/images/ico_description.gif
${PYSITELIB}/loggerhead/static/images/ico_diff.gif
${PYSITELIB}/loggerhead/static/images/ico_file.gif
${PYSITELIB}/loggerhead/static/images/ico_file_download.gif
${PYSITELIB}/loggerhead/static/images/ico_file_flecha.gif
${PYSITELIB}/loggerhead/static/images/ico_file_modify.gif
${PYSITELIB}/loggerhead/static/images/ico_folder.gif
${PYSITELIB}/loggerhead/static/images/ico_folder_up.gif
${PYSITELIB}/loggerhead/static/images/ico_link.gif
${PYSITELIB}/loggerhead/static/images/ico_mergefrom.gif
${PYSITELIB}/loggerhead/static/images/ico_mergeto.gif
${PYSITELIB}/loggerhead/static/images/ico_planilla.gif
${PYSITELIB}/loggerhead/static/images/ico_rss.gif
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/images/ico_tag.gif
${PYSITELIB}/loggerhead/static/images/ico_time.gif
${PYSITELIB}/loggerhead/static/images/newCode.gif
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/images/spinner.gif
${PYSITELIB}/loggerhead/static/images/treeCollapsed.png
${PYSITELIB}/loggerhead/static/images/treeDiff.png
${PYSITELIB}/loggerhead/static/images/treeExpanded.png
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/changelog.js
${PYSITELIB}/loggerhead/static/javascript/custom.js
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/diff.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-color-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-color-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-color.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-curve-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-curve-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-curve.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-easing-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-easing-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-easing.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-node-plugin-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-node-plugin-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-node-plugin.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-scroll-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-scroll-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-scroll.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-xy-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-xy-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim-xy.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/anim/anim.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/attribute/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/attribute/attribute-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/attribute/attribute-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/attribute/attribute.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/base/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/base/base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/base/base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/base/base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/cookie/cookie-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/cookie/cookie-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/cookie/cookie.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssbase/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssbase/base-context-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssbase/base-context.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssbase/base-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssbase/base.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssfonts/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssfonts/fonts-context-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssfonts/fonts-context.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssfonts/fonts-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssfonts/fonts.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssgrids/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssgrids/grids-context-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssgrids/grids-context.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssgrids/grids-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssgrids/grids.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssreset/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssreset/reset-context-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssreset/reset-context.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssreset/reset-min.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/cssreset/reset.css
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-constrain-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-constrain-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-constrain.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-drop-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-drop-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-drop.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-ddm.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drag-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drag-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drag.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop-plugin-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop-plugin-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop-plugin.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-drop.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-plugin-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-plugin-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-plugin.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-proxy-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-proxy-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd-proxy.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dd/dd.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-screen-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-screen-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-screen.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-style-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-style-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom-style.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/dom.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/selector-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/selector-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dom/selector.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dump/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/dump/dump-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dump/dump-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/dump/dump.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/event/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/event/event-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/event/event-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/event/event.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/get/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/get/get-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/get/get-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/get/get.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/README
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-debug.js
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-form-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-form-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-form.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-min.js
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-queue-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-queue-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-queue.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-upload-iframe-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-upload-iframe-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-upload-iframe.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-xdr-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-xdr-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io-xdr.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/io/io.swf
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-parse-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-parse-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-parse.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-stringify-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-stringify-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json-stringify.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/json/json.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/loader/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/loader/loader-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/loader/loader-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/loader/loader.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-debug.js
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-event-simulate-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-event-simulate-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-event-simulate.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-screen-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-screen-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-screen.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-style-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-style-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node-style.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/node/node.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/oop/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/oop/oop-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/oop/oop-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/oop/oop.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/queue/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/queue/queue-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/queue/queue-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/queue/queue.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/substitute/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/substitute/substitute-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/substitute/substitute-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/substitute/substitute.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui-base/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui-base/yui-base-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui-base/yui-base-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui-base/yui-base.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui/README
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui/yui-debug.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui/yui-min.js
${PYSITELIB}/loggerhead/static/javascript/yui/build/yui/yui.js
${PYSITELIB}/loggerhead/templatefunctions.py
${PYSITELIB}/loggerhead/templatefunctions.pyc
${PYSITELIB}/loggerhead/templatefunctions.pyo
${PYSITELIB}/loggerhead/templates/__init__.py
${PYSITELIB}/loggerhead/templates/__init__.pyc
${PYSITELIB}/loggerhead/templates/__init__.pyo
${PYSITELIB}/loggerhead/templates/annotate.pt
${PYSITELIB}/loggerhead/templates/atom.pt
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/templates/branchinfo.pt
${PYSITELIB}/loggerhead/templates/breadcrumbs.pt
${PYSITELIB}/loggerhead/templates/browse.pt
${PYSITELIB}/loggerhead/templates/changelog.pt
${PYSITELIB}/loggerhead/templates/collapse-all-button.pt
${PYSITELIB}/loggerhead/templates/collapse-button.pt
${PYSITELIB}/loggerhead/templates/directory.pt
${PYSITELIB}/loggerhead/templates/error.pt
${PYSITELIB}/loggerhead/templates/feed-link.pt
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/templates/filediff.pt
${PYSITELIB}/loggerhead/templates/inventory.pt
${PYSITELIB}/loggerhead/templates/macros.pt
${PYSITELIB}/loggerhead/templates/menu.pt
${PYSITELIB}/loggerhead/templates/revision.pt
${PYSITELIB}/loggerhead/templates/revisionfilechanges.pt
${PYSITELIB}/loggerhead/templates/revisioninfo.pt
What's changed in loggerhead? ============================= 1.17 [20Aug2009] --------------- - Add bug links in revision informations (Alexandre Garnier, #314052) - Make sure that binary files aren't annotated. (Martin Albisetti, #258848) - Loggerhead now serves bzr branches over HTTP and exposes the URL to branch them. Addresses bug #240577. (Jonathan Lange) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Added optional syntax highlighting to annotate view using python-pygments. Partially addresses bug #306631. (Peter Bui) - Convert newlines in commit messages to HTML line breaks for annotate and changelog views. Addresses bug #273688. (Peter Bui) - serve-branches now errors if run behind a proxy without paste.deploy installed. (Michael Hudson) - Loggerhead should now handle file and directory names that need URL escaping without crashing. - The start-loggerhead script properly sets the wsgi.url_scheme from the server.webpath option. (neror, #260547) - The revision page defaults to unified style again, and can convert to a side-by-side view using JavaScript. (Michael Hudson) - Clean up and improve performance of the annotate view. (Michael Hudson) - Finish converting JavaScript from MooTools to YUI 3. (Michael Hudson) - Improve compatibility with IE 6. (Michael Hudson) - Leading blank lines in commit messages no longer result in an empty summary. (Colin Watson) - Clip long lines in side-by-side diff view. (Michael Hudson, #334837) - The user-confusing "next" and "previous" links now read "older" and "newer" respectively. (Michael Hudson, #297930) - The annotate view now contains line number anchors. (Michael Hudson) - Fix inventory pages using "//" in links. (Michael Hudson, #329668) - Fix problems viewing files and directories containing spaces and other funny characters. (Peter Bui) - Changelog messages are now displayed with newlines preserved. (Peter Bui, #273688) - Offer a link to see the full file diffs for a file path. (Michael Hudson, #333797) - Fix annotate error caused by Pygments stripping trailing whitespace. (Michael Hudson, #338762) - Loggerhead can be installed as a Bazaar plugin and run by 'bzr serve --http'. (Martin Pool) - Load parts of the changelog and revision pages via XMLHttpRequest to improve performance. This adds a dependency on simplejson or json. Partially addresses bug #253950. (Michael Hudson) - Various improvements to the animation JavaScript. (Michael Hudson) - Fix HTML content of source files being displayed unescaped when Pygments was unavailable. (Michael Hudson, #344970) - Fix serve-branches's path argument. (Michael Hudson, #353230) - serve-branches now has an option, --use-cdn, to load YUI from Yahoo!'s CDN. (Matt Nordhoff) - Fix certain race conditions for loading bzr-search. (Robert Collins, #334250) - Fix errors when using serve-branches --log-folder or --user-dirs. (It was calling config.get_option() incorrectly.) (Matt Nordhoff, bug #361238) - Move some caching from RAM to the disk, and other caching and memory usage improvements. (Michael Hudson) - Add a --cache-dir option to serve-branches to choose where to place the SQL cache, and only create one temporary SQL dir per process. (Matt Nordhoff, #358322) - Replace homebrew memory profiling code with Dozer. (Paul Hummer) - Use the branch's public_branch as the default suggested URL to branch from (Matt Nordhoff, #369767) - Fix a file descriptor leak (Matt Nordhoff, #370845) - Use transport API internally, so it is possible to specify a remote URL to serve-branches. (Jelmer Vernooij, #371787) - Fix internal server errors when using start-loggerhead. (Matt Nordhoff, #375948) - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt Nordhoff, #376957) - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551) - Added the option to hide branches by setting http_serve = False in locations.conf (Martin Albisetti) - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij, #380026) - Install loggerhead as a bzr plugin by default (Jelmer Vernooij) - Fix logging 404 Not Found responses (Matt Nordhoff, #381029) - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti) - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162) - Support serving branches over HTTP using the smart server protocol. (Jelmer Vernooij, #306853) - Serving branch data was broken when --allow-writes was *not* passed. (Michael Hudson, #388730) - http_serve config values are interpreted more forgivingly. (Michael Hudson) - When specifying a remote url to serve-branches, do not share connections between threads. (Michael Hudson, #390972) - http_serve values from locations.conf are now applied to non-branch .bzr data (e.g shared repositories). (Michael Hudson) - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael Hudson, #246739) - Display Loggerhead's version number at the bottom of the page, and add a <meta> generator tag also including the version numbers of its dependencies. (Matt Nordhoff, #370155)
2009-09-09 07:45:23 +02:00
${PYSITELIB}/loggerhead/templates/revlog.pt
${PYSITELIB}/loggerhead/templates/search-box.pt
${PYSITELIB}/loggerhead/templates/search.pt
${PYSITELIB}/loggerhead/trace.py
${PYSITELIB}/loggerhead/trace.pyc
${PYSITELIB}/loggerhead/trace.pyo
${PYSITELIB}/loggerhead/util.py
${PYSITELIB}/loggerhead/util.pyc
${PYSITELIB}/loggerhead/util.pyo
${PYSITELIB}/loggerhead/wholehistory.py
${PYSITELIB}/loggerhead/wholehistory.pyc
${PYSITELIB}/loggerhead/wholehistory.pyo
${PYSITELIB}/loggerhead/zptsupport.py
${PYSITELIB}/loggerhead/zptsupport.pyc
${PYSITELIB}/loggerhead/zptsupport.pyo
man/man1/serve-branches.1
man/man1/start-loggerhead.1
man/man1/stop-loggerhead.1
share/doc/loggerhead/loggerhead.conf.example