aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use the new message class and fix the error recording and outputHEADmasterBrian Dolbec2011-02-062-23/+23
|
* new simplified message classBrian Dolbec2011-02-061-0/+183
|
* fix the incorrect commandBrian Dolbec2011-02-061-1/+1
|
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the ↵Brian Dolbec2011-02-062-4/+6
| | | | exception class
* add the ability to plugin repository definition xml files without editing ↵Brian Dolbec2011-02-061-6/+31
| | | | the config file
* add an example testpath for testing the git checkoutBrian Dolbec2011-02-051-0/+17
|
* add an irc data element to the overlay xmlBrian Dolbec2011-02-052-0/+14
|
* fix the make failure bug due to a missed rename, update a couple thingsBrian Dolbec2011-02-031-6/+5
|
* rename a couple missed files from the mass updateBrian Dolbec2011-02-032-0/+0
|
* Mass namespace rename and updateBrian Dolbec2011-02-0349-323/+336
|
* use the new dbase list_ids()Brian Dolbec2011-01-181-2/+2
|
* fix a bug when the selection is NoneBrian Dolbec2011-01-171-0/+2
|
* add a list_ids()Brian Dolbec2011-01-171-0/+6
|
* add missing output statements, debug all the new actionsBrian Dolbec2011-01-171-17/+26
|
* fix some screwups :(Brian Dolbec2011-01-171-7/+8
|
* fix the missing '+' and line continuationBrian Dolbec2011-01-171-3/+1
|
* minor word changeBrian Dolbec2011-01-171-1/+1
|
* add a deprecated folderBrian Dolbec2011-01-171-0/+1
|
* add missing output messagesBrian Dolbec2011-01-171-3/+22
|
* add a generator for source types the same as source uris.Brian Dolbec2011-01-172-11/+17
| | | | use the generator in get_all_info(). pylint cleanup.
* fix missing importBrian Dolbec2011-01-171-0/+1
|
* removing old action classes and cliBrian Dolbec2011-01-171-570/+0
|
* add a few more files to ignoreBrian Dolbec2011-01-161-0/+2
|
* reload the _available_db after fetchingBrian Dolbec2011-01-161-0/+1
|
* create a new cli interface to use the new apiBrian Dolbec2011-01-162-2/+291
|
* overhaul the api, add several functions, delay loading of the db's, etcBrian Dolbec2011-01-161-95/+133
|
* update the version to show it is the api branchBrian Dolbec2011-01-161-1/+1
|
* move utility functions out of the Overlay class Brian Dolbec2011-01-162-41/+60
|
* add a linefeed to the hint message for better output separationBrian Dolbec2011-01-161-2/+2
|
* fix long lines and a typo, minor code improvementsBrian Dolbec2011-01-161-10/+19
|
* Move color codes to a new file.Brian Dolbec2011-01-162-14/+53
| | | Add some message string constants
* add optional repo list limiter to the list functionBrian Dolbec2011-01-161-2/+5
|
* slight code change to my modified base.Brian Dolbec2011-01-161-10/+10
| | | whitespace cleanup
* update to using basestring instead of str.Brian Dolbec2010-11-141-4/+5
| | | Otherwise assume it is an iterable.
* Apply tulcod's g-common support changes.Brian Dolbec2010-08-073-0/+78
|
* some docstring updatesBrian Dolbec2010-07-161-2/+12
|
* remove the extra comma that wrapped the dict in a tuple.Brian Dolbec2010-07-161-1/+1
|
* change add_repo and delete_repo to add_repos,Brian Dolbec2010-07-161-6/+69
| | | | | | | delete_repos to reflect they can take a list. fix the dumb error in get_errors(). change get_info() to get_info_str() and code get_all_info() that returns data instead of the string representation of it.
* fix the docstrings to match current input types.Brian Dolbec2010-07-151-7/+7
|
* remove the extra comment marker used to force a push to my public repoBrian Dolbec2010-07-111-1/+1
|
* push a comment change to for an update in publicBrian Dolbec2010-07-111-1/+1
|
* make the sync_results saved every time rather than conditional.Brian Dolbec2010-07-111-2/+2
|
* fix some typos, copy/paste errors, and debug/fix some changes to the api.Brian Dolbec2010-07-111-8/+8
|
* fix an unsaved copy/paste editBrian Dolbec2010-07-111-1/+1
|
* Merge branch 'master' of ↵Brian Dolbec2010-07-1117-456/+214
|\ | | | | | | | | | | | | | | | | | | | | git://layman.git.sourceforge.net/gitroot/layman/layman into api Conflicts: layman/overlays/source.py fix merge conflicts to suit the api changes. Signed-off-by: Brian Dolbec <brian.dolbec@gmail.com>
| * Prepare release of 1.4.1 (set release date, sync release notes)Sebastian Pipping2010-07-094-13/+9
| |
| * Add script to ease up test suite invocationSebastian Pipping2010-07-081-0/+13
| |
| * Fix doctest error reported by dabbottSebastian Pipping2010-07-082-1/+4
| |
| * Catch keyboard interrupts (Ctrl+C)Sebastian Pipping2010-07-082-1/+12
| |
| * Rename make target "release" to "dist"Sebastian Pipping2010-07-081-2/+2
| |