summaryrefslogtreecommitdiff
path: root/portato/db (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann2-8/+11
2009-08-14Write eix-sql database backendRené 'Necoro' Neumann1-0/+62
2009-08-14Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2-5/+5
2009-04-07Fixed pyflakes errorsRené 'Necoro' Neumann1-1/+1
2009-03-03Fix sql searchRené 'Necoro' Neumann1-1/+1
2009-03-02Fixed interactive search with category namesRené 'Necoro' Neumann2-2/+7
2009-02-21Well -- ehm -- yeahRené 'Necoro' Neumann1-2/+1
2009-02-21Use pickle instead of DBM, as this would require additional python modulesRené 'Necoro' Neumann1-25/+40
2009-02-21Fix small errorRené 'Necoro' Neumann1-1/+1
2009-02-20In case the portdirs.db is not existing yet -- well - regenerate everything ;)René 'Necoro' Neumann1-0/+1
2009-02-20Raise the type and not 'type'René 'Necoro' Neumann1-1/+1
2009-02-20Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann1-11/+12
2009-02-18Show database types in the preferences - though nothing useful can be done at...René 'Necoro' Neumann1-0/+5
2009-02-17In some cases the SQL-search does the right thing ;)René 'Necoro' Neumann1-0/+1
2009-02-09SQLDatabase.populate needs a regexpRené 'Necoro' Neumann1-1/+1
2009-02-02Use warning instead of debug, if the sql database could not be loadedRené 'Necoro' Neumann1-2/+2
2009-02-02Remove the USE_SQL flag - use normal config insteadRené 'Necoro' Neumann1-6/+19
2009-02-02Do not show categories which only hold disabled packagesRené 'Necoro' Neumann3-7/+16
2009-02-02find -> indexRené 'Necoro' Neumann1-1/+1
2009-02-02Add the disabled field to PkgDataRené 'Necoro' Neumann3-12/+30
2009-01-28Enable sql-db formatsRené 'Necoro' Neumann3-14/+35
2009-01-28Use the new database class layoutRené 'Necoro' Neumann4-23/+40
2009-01-28Moved SQLDatabaseRené 'Necoro' Neumann2-0/+229
2009-01-28Moved DictDatabaseRené 'Necoro' Neumann2-0/+175
2009-01-28First 'db' layoutRené 'Necoro' Neumann2-0/+53