aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* generator regex replacement fixMarkus Ullmann2007-10-181-1/+1
* Add vim modelines to ensure editors do not mess with the Feng Shui of the pyt...Robin H. Johnson2007-10-184-0/+8
* cleanup generatorcode a bit and make pylint happyMarkus Ullmann2007-10-181-31/+43
* check for difference in timestamps only if db is not built from scratchMarkus Ullmann2007-10-182-18/+17
* whitespace cleanups in dbgeneratorMarkus Ullmann2007-10-163-11/+14
* More whitespace fix.Robin H. Johnson2007-10-131-1/+1
* Fix code to support a proper external config and have proper MySQL support.Robin H. Johnson2007-10-132-59/+72
* Revert "Live site settings."Robin H. Johnson2007-10-121-4/+2
* Merge branch 'finch' into liveRobin H. Johnson2007-10-121-1/+1
|\
| * Drop ppc-macos keyword.Robin H. Johnson2007-10-121-1/+1
* | Live site settings.Robin H. Johnson2007-10-121-2/+4
|/
* Improve naming of columns.Robin H. Johnson2007-10-111-20/+22
* Fix tuple usage.Robin H. Johnson2007-10-111-7/+7
* Fix the architecture list and use LRUCache instead of too-full dictionaries t...Robin H. Johnson2007-10-112-36/+281
* Add schema versioning a-la Rails for usage with MySQL and SQLite.Robin H. Johnson2007-10-101-5/+28
* Only track keywords that exist per package, not all of them. Reduces database...Robin H. Johnson2007-10-101-3/+1
* Move to arches as a seperate table.Robin H. Johnson2007-10-101-9/+45
* Break out the versions, another 4mb saved.Robin H. Johnson2007-10-102-22/+31
* Split out category and packages tables. Halves database size and provides spe...Robin H. Johnson2007-10-102-37/+84
* Avoid rebuilding data when it has not changed by tracking timestamps.Robin H. Johnson2007-10-102-2/+23
* strip unneeded definition of commit functionsMarkus Ullmann2007-10-081-3/+0
* Make sure MySQL is used in unicodeMarkus Ullmann2007-10-081-1/+1
* Make website MySQL readyMarkus Ullmann2007-10-071-1/+1
* MySQL prefers %s over ? as placeholderMarkus Ullmann2007-10-072-5/+9
* Create MySQL based PackageDB with generatorMarkus Ullmann2007-10-072-10/+40
* fix some column in widthMarkus Ullmann2007-10-051-4/+4
* remove htmlization in generator, genshi handles that for usMarkus Ullmann2007-10-021-12/+2
* fix a commentMarkus Ullmann2007-09-191-1/+1
* don't split more than needed, performance++ Thanks to Necoro on IRCMarkus Ullmann2007-09-191-1/+1
* fallback to pysqlite2 might come in handyMarkus Ullmann2007-09-191-2/+9
* missing importMarkus Ullmann2007-09-191-0/+1
* transfer into subdirMarkus Ullmann2007-09-196-0/+345