lp:~fdivbug/bzr-webserve/collections

Created by Jeff Abbott and last modified
Get this branch:
bzr branch lp:~fdivbug/bzr-webserve/collections
Only Jeff Abbott can upload to this branch. If you are Jeff Abbott please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jeff Abbott
Project:
Bazaar Webserve
Status:
Development

Recent revisions

282. By Jeff Abbott

Added some more default settings to collection-found branches that I realized I'd forgotten to specify.

281. By Jeff Abbott

Added support for collections to bzr-webserve.
    In the bzr-webserve config file, add a key named "collections" to the
    [DEFAULT] section. Its value is a comma-separated list of paths. All
    Bazaar repositories at or below those paths will be published in the web
    interface. In a given branch's bazaar.conf, you can specify options in the
    [web] section just as you would in the repository sections in the main
    bzr-webserve config.

280. By Goffredo Baroncelli

Add test "config section not found"
Replace the old style exception with a specific WebServe exception.

279. By Goffredo Baroncelli

- Add test test_key_not_found for the templater

278. By Goffredo Baroncelli

- move the exception classes in a separeted file (webserveexception)
- update the test suit about the binary file (content/annotate)
- the template code raise an exception if the template is not found

277. By Goffredo Baroncelli

- If a file contains an illegal char (ord < 32 except \t \b \n \r ), int the changelopg and the annotate page the \x1234 code is showed instead
- The navigation system in the changelog page is changed: now there are small button (C/c/M/P) instead of the parent/children link.

276. By Goffredo Baroncelli

Moved the revision list interface in teh file revlist.py

275. By Goffredo Baroncelli

Revert the previous changes in the cmd_changelog module; correct a bug in the get_prev_id() function.

274. By Goffredo Baroncelli

Removed obsolete revid variable

273. By Goffredo Baroncelli

Optimized some method of the WebserveRevisionList class.
Updated the cmd_changelog python module.

This branch contains Public information 
Everyone can see this information.

Subscribers