Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the new message class and fix the error recording and outputHEADmaster | Brian Dolbec | 2011-02-06 | 2 | -23/+23 |
| | |||||
* | new simplified message class | Brian Dolbec | 2011-02-06 | 1 | -0/+183 |
| | |||||
* | fix the incorrect command | Brian Dolbec | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | rename Overlay's __str__(). split out UnknownOverlayMessage() from the ↵ | Brian Dolbec | 2011-02-06 | 2 | -4/+6 |
| | | | | exception class | ||||
* | add the ability to plugin repository definition xml files without editing ↵ | Brian Dolbec | 2011-02-06 | 1 | -6/+31 |
| | | | | the config file | ||||
* | add an example testpath for testing the git checkout | Brian Dolbec | 2011-02-05 | 1 | -0/+17 |
| | |||||
* | add an irc data element to the overlay xml | Brian Dolbec | 2011-02-05 | 2 | -0/+14 |
| | |||||
* | fix the make failure bug due to a missed rename, update a couple things | Brian Dolbec | 2011-02-03 | 1 | -6/+5 |
| | |||||
* | rename a couple missed files from the mass update | Brian Dolbec | 2011-02-03 | 2 | -0/+0 |
| | |||||
* | Mass namespace rename and update | Brian Dolbec | 2011-02-03 | 49 | -323/+336 |
| | |||||
* | use the new dbase list_ids() | Brian Dolbec | 2011-01-18 | 1 | -2/+2 |
| | |||||
* | fix a bug when the selection is None | Brian Dolbec | 2011-01-17 | 1 | -0/+2 |
| | |||||
* | add a list_ids() | Brian Dolbec | 2011-01-17 | 1 | -0/+6 |
| | |||||
* | add missing output statements, debug all the new actions | Brian Dolbec | 2011-01-17 | 1 | -17/+26 |
| | |||||
* | fix some screwups :( | Brian Dolbec | 2011-01-17 | 1 | -7/+8 |
| | |||||
* | fix the missing '+' and line continuation | Brian Dolbec | 2011-01-17 | 1 | -3/+1 |
| | |||||
* | minor word change | Brian Dolbec | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | add a deprecated folder | Brian Dolbec | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | add missing output messages | Brian Dolbec | 2011-01-17 | 1 | -3/+22 |
| | |||||
* | add a generator for source types the same as source uris. | Brian Dolbec | 2011-01-17 | 2 | -11/+17 |
| | | | | use the generator in get_all_info(). pylint cleanup. | ||||
* | fix missing import | Brian Dolbec | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | removing old action classes and cli | Brian Dolbec | 2011-01-17 | 1 | -570/+0 |
| | |||||
* | add a few more files to ignore | Brian Dolbec | 2011-01-16 | 1 | -0/+2 |
| | |||||
* | reload the _available_db after fetching | Brian Dolbec | 2011-01-16 | 1 | -0/+1 |
| | |||||
* | create a new cli interface to use the new api | Brian Dolbec | 2011-01-16 | 2 | -2/+291 |
| | |||||
* | overhaul the api, add several functions, delay loading of the db's, etc | Brian Dolbec | 2011-01-16 | 1 | -95/+133 |
| | |||||
* | update the version to show it is the api branch | Brian Dolbec | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | move utility functions out of the Overlay class | Brian Dolbec | 2011-01-16 | 2 | -41/+60 |
| | |||||
* | add a linefeed to the hint message for better output separation | Brian Dolbec | 2011-01-16 | 1 | -2/+2 |
| | |||||
* | fix long lines and a typo, minor code improvements | Brian Dolbec | 2011-01-16 | 1 | -10/+19 |
| | |||||
* | Move color codes to a new file. | Brian Dolbec | 2011-01-16 | 2 | -14/+53 |
| | | | Add some message string constants | ||||
* | add optional repo list limiter to the list function | Brian Dolbec | 2011-01-16 | 1 | -2/+5 |
| | |||||
* | slight code change to my modified base. | Brian Dolbec | 2011-01-16 | 1 | -10/+10 |
| | | | whitespace cleanup | ||||
* | update to using basestring instead of str. | Brian Dolbec | 2010-11-14 | 1 | -4/+5 |
| | | | Otherwise assume it is an iterable. | ||||
* | Apply tulcod's g-common support changes. | Brian Dolbec | 2010-08-07 | 3 | -0/+78 |
| | |||||
* | some docstring updates | Brian Dolbec | 2010-07-16 | 1 | -2/+12 |
| | |||||
* | remove the extra comma that wrapped the dict in a tuple. | Brian Dolbec | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | change add_repo and delete_repo to add_repos, | Brian Dolbec | 2010-07-16 | 1 | -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 Dolbec | 2010-07-15 | 1 | -7/+7 |
| | |||||
* | remove the extra comment marker used to force a push to my public repo | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | push a comment change to for an update in public | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | make the sync_results saved every time rather than conditional. | Brian Dolbec | 2010-07-11 | 1 | -2/+2 |
| | |||||
* | fix some typos, copy/paste errors, and debug/fix some changes to the api. | Brian Dolbec | 2010-07-11 | 1 | -8/+8 |
| | |||||
* | fix an unsaved copy/paste edit | Brian Dolbec | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ↵ | Brian Dolbec | 2010-07-11 | 17 | -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 Pipping | 2010-07-09 | 4 | -13/+9 |
| | | |||||
| * | Add script to ease up test suite invocation | Sebastian Pipping | 2010-07-08 | 1 | -0/+13 |
| | | |||||
| * | Fix doctest error reported by dabbott | Sebastian Pipping | 2010-07-08 | 2 | -1/+4 |
| | | |||||
| * | Catch keyboard interrupts (Ctrl+C) | Sebastian Pipping | 2010-07-08 | 2 | -1/+12 |
| | | |||||
| * | Rename make target "release" to "dist" | Sebastian Pipping | 2010-07-08 | 1 | -2/+2 |
| | |