Move the rest of pokedex.util.get to pokedex.db.util
[zzz-pokedex.git] / pokedex / db /
2011-04-14  Petr ViktorinMove the rest of pokedex.util.get to pokedex.db.util encukou-util
2011-04-14  Petr ViktorinMake Pokemon.form an actual relation
2011-04-14  Petr ViktorinTypo: multilang docstring was wrong
2011-04-14  Petr ViktorinMerge remote branch 'veekun/media-reorganization'
2011-04-13  Petr ViktorinMake PokemonForm.pokemon an actual relation encukou
2011-04-13  Petr ViktorinLoad local_language lazily
2011-04-13  EeveeMerge branch 'encukou-markdown-identifiers'
2011-04-12  Petr ViktorinUpdate markdown.py docstring
2011-04-12  Petr ViktorinMark MoveEffect.effect as a Markdown column.
2011-04-12  Petr ViktorinExpand some string limits so links with identifiers...
2011-04-12  Petr ViktorinMake the schema tests pass
2011-04-11  EeveeFix a misuse of a set as a dictionary in db loading. veekun-promotions/2011041102
2011-04-10  EeveeRearranged evolution table; added new B/W evolutions...
2011-04-10  EeveeFix default language assignment once and for all.
2011-04-10  EeveeRemove old move effect categories. #389
2011-04-10  EeveeAdded identifiers for move meta categories.
2011-04-06  Eeveehurp durp default language
2011-04-06  EeveeMerge remote-tracking branch 'origin/encounters-i18n'
2011-04-06  EeveeUnbreak db.connect(), whoops.
2011-04-06  EeveeMerge branch 'encukou'
2011-04-06  EeveeRemove the responsibility of setting a default language...
2011-04-06  EeveeAlways joinedload the local_language for a full languag...
2011-04-05  a_magical_meAdd R/S/E encounters. #136
2011-04-05  a_magical_meRename terrain => method. #375
2011-04-05  a_magical_meAdd B/W locations. #375
2011-04-04  Petr ViktorinMake MultilangSession's language class configurable
2011-04-04  Petr ViktorinMake session.default_language set/get work
2011-04-03  a_magical_meAdd identifier_from_name() function.
2011-04-03  a_magical_meRevert "Added a bunch of autoincrement=False."
2011-04-03  Petr ViktorinAdd __repr__ to mapped classes
2011-04-03  Petr ViktorinMake a bunch of text columns nullable to support missin...
2011-04-03  Petr ViktorinEnable nullable MarkdownColumns
2011-04-03  Petr ViktorinChange item short effect format to markdown
2011-04-03  a_magical_meMake load.py more idiomatic.
2011-04-03  a_magical_meload: Add --recursive option.
2011-04-03  a_magical_meAdd MarkdownString.__html__().
2011-04-03  a_magical_meRemove all uses of str.format().
2011-04-03  EeveeChange item short effects to markdown.
2011-04-03  EeveeAdded a truckload of innerjoins and joinedloads.
2011-04-03  EeveeSplit up MoveEffectProperty; don't detect dict proxies.
2011-04-03  EeveeFix `pokedex load` with empty tables.
2011-04-02  EeveeAdded a bunch of autoincrement=False.
2011-04-02  EeveeMerge branch 'encukou'
2011-04-01  Petr ViktorinAdd 'ripped' to column info
2011-04-01  EeveeCreate flavor_summary tables for Pokemon, Move, Item.
2011-04-01  Petr ViktorinReorder the classes in tables.py alphabetically. Also...
2011-04-01  Petr ViktorinUpdate the comment for the Postgres version of pokedex...
2011-04-01  Petr ViktorinUpdate test_schema to the new API. Add some missing...
2011-04-01  Petr ViktorinAdd a mapped_classes list, and a translation_classes...
2011-04-01  EeveeShapes for gen 5 Pokémon.
2011-03-31  EeveeDisable autoincrement for MoveMetaAilment.
2011-03-30  EeveeAdd Stat.is_battle_only.
2011-03-30  EeveeUpdate the pokedex.db.tables docs.
2011-03-30  EeveeMatch default language by id, not identifier.
2011-03-30  EeveeJoinedload current-language names.
2011-03-29  EeveeMerge remote-tracking branch 'origin/encukou'
2011-03-29  Petr ViktorinPrint progress for dropping/creating tables
2011-03-29  Petr ViktorinFaster `pokedex load` for PostgreSQL #526
2011-03-29  EeveeMerge remote-tracking branch 'origin/ability-changes'
2011-03-29  EeveeMerge branch 'schema-sanity'
2011-03-29  Eeveelanguage_id -> local_language_id
2011-03-25  EeveeRemove back_populates, which doesn't seem to work.
2011-03-25  EeveeRemove a bunch of imports from tables.py.
2011-03-25  EeveeRename internal_id to game_index.
2011-03-25  EeveeRename *_texts tables to *_names.
2011-03-25  EeveeWhoops; preserve column order.
2011-03-24  EeveeRemove LanguageSpecific.
2011-03-24  EeveeRemoved ProseColumn and TextColumn. Huzzah.
2011-03-22  EeveeStarted switching to create_translation_table.
2011-03-22  EeveeSigh! Remove support for strings as keys; use Language...
2011-03-20  EeveeNew i18n schema thing impl, and fixed the new tests...
2011-03-19  EeveeAdded a test for the i18n dynamic table generation.
2011-03-19  EeveeRename some meta-schema variables for ease of debugging.
2011-03-15  EeveeReplace String* sqla stuff with association_proxy.
2011-03-15  EeveeGive every db table a __str__.
2011-03-14  EeveeTidy up relation creation for name tables.
2011-03-14  EeveeRemove OfficiallyNamed and UnofficiallyNamed.
2011-03-13  EeveeMerge branch 'encukou'
2011-03-13  EeveeFix some i18n schema issues when running under a Real...
2011-03-13  Petr ViktorinMake the string properties mutable
2011-03-13  Petr ViktorinUse DefaultLangProperty for Markdown columns
2011-03-13  Petr ViktorinRename StatHint.text to .message (clashed with the...
2011-03-13  Petr Viktorinfixup! I18n for the database schema
2011-03-13  Petr ViktorinFix connect() without arguments
2011-03-13  Petr ViktorinSupport filtering by strings (Pokemon.name, Pokemon...
2011-03-13  Petr ViktorinAdd descriptions to new tables
2011-03-13  Petr ViktorinUse a class + mapper instead of dynamic declarative...
2011-03-13  Petr ViktorinReplace all_tables by table_classes; get rid of globals()
2011-03-13  EeveePreserve the order of TextColumns and ProseColumns.
2011-03-13  Petr ViktorinMulti-language markdown move properties
2011-03-13  Petr ViktorinI18n for the database schema
2011-03-09  Eevee"Characteristic" text, here called stat hints.
2011-03-09  EeveeAdd B/W move metadata. #389
2011-02-11  Lynn "Zhorken" VaughanShorten some over-long move effect changelog entries. veekun-promotions/2011021501 veekun-promotions/2011021502 veekun-promotions/2011022101
2011-02-11  Lynn "Zhorken" VaughanSupport null PP for Struggle and Shadow moves. #190
2011-02-11  Lynn "Zhorken" VaughanSupport null pre-D/P damage class for ??? and Shadow.
2011-02-10  EeveeAdd a couple relations for move effect changelogs.
2011-02-10  EeveeUse engine_from_config for database connections. #390
2011-01-31  Lynn "Zhorken" VaughanOrder Ability's Pokémon relations by Pokemon.order.
2011-01-31  Lynn "Zhorken" VaughanMake Type.moves a proper relation with an order_by.
next