zzz-pokedex.git
2011-04-03  a_magical_meAdd usage text for --safe.
2011-04-03  a_magical_meload: Add --recursive option.
2011-04-03  a_magical_meAlter some identifiers. #207
2011-04-03  a_magical_meAdd MarkdownString.__html__().
2011-04-03  a_magical_meRemove all uses of str.format().
2011-04-03  a_magical_meSpeed up `import pokedex.db` slightly.
2011-04-03  EeveeChange item short effects to markdown.
2011-04-03  EeveeRandom lookup algorithm is now more naive, but less...
2011-04-03  EeveeAdded a truckload of innerjoins and joinedloads.
2011-04-03  EeveeFix the i18n test; now uses multilang's session subclasses.
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-02  EeveeCreated flavor summary tables.
2011-04-01  Petr ViktorinAdd the Czech language
2011-04-01  Petr ViktorinAdd 'ripped' to column info
2011-04-01  EeveeCreate flavor_summary tables for Pokemon, Move, Item.
2011-04-01  Petr ViktorinRemove a bad test
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 ViktorinRemove the test for filter(Pokemon.name > u"Xatu")
2011-04-01  Petr ViktorinUpdate test_schema to the new API. Add some missing...
2011-04-01  Petr ViktorinUpdate test_strings.py to the new API (still fails...
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 ViktorinAdd Czech romanization
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  EeveeAdd the 1% held items in B/W.
2011-03-29  EeveeWe finally know what the last B/W move flag is.
2011-03-29  EeveeRecent changes to Bide and Feint. #570
2011-03-29  Lynn "Zhorken... Some more ability fixes/changes. #561
2011-03-29  EeveeFix short effects for Grudge, Glaciate. #570
2011-03-29  EeveeFix ancient bug with Pursuit description. #569
2011-03-29  EeveeMud/Water Sport last until the user leaves battle....
2011-03-29  EeveeMetal Burst returns 1.5× damage, not 2×. #567
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  EeveeAdd missing effect chance to Twister. #565
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 ViktorinActually test :foo in test_crash_empty_prefix
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  Petr ViktorinFix up the migration
2011-03-13  Petr ViktorinMove English texts to language-specific tables
2011-03-13  EeveePreserve the order of TextColumns and ProseColumns.
2011-03-13  Petr ViktorinAdd migration script to move English texts to language...
2011-03-13  Petr ViktorinMake lookup index respect the moved names
2011-03-13  Petr ViktorinAdd data to language table
2011-03-13  Petr ViktorinMulti-language markdown move properties
2011-03-13  Petr ViktorinI18n for the database schema
2011-03-13  Lynn "Zhorken... Some ability changes/fixes. #561
2011-03-13  Brigit LemanskiFixing short desc for Acid Spray.
2011-03-11  EeveeGive calculated_stat and calculated_hp the same signature.
2011-03-10  Lynn "Zhorken... Add Spanish B/W names.
2011-03-10  Lynn "Zhorken... Add Italian names for B/W stuff.
2011-03-10  Lynn "Zhorken... Add German names for B/W stuff.
2011-03-10  Lynn "Zhorken... Remove the erroneous Dusclops-only Thief tutor.
2011-03-09  Eevee"Characteristic" text, here called stat hints.
2011-03-09  EeveeAdd B/W move metadata. #389
2011-03-09  EeveeAdd a SaveFilePokemon accessor to get the form.
2011-03-03  Lynn "Zhorken... Add French names from B/W for everything. #252
2011-03-03  Lynn "Zhorken... Add B/W ability flavour text. veekun-promotions/2011030302
2011-03-02  Lynn "Zhorken... Add B/W Pokémon flavour text! veekun-promotions/2011030301
2011-03-02  Lynn "Zhorken... Add B/W move flavour text.
2011-03-02  Lynn "Zhorken... Add B/W item flavour text.
2011-03-02  Lynn "Zhorken... Rename item icons.
2011-03-02  Lynn "Zhorken... B/W item names. #451
next