]> git.phdru.name Git - m_librarian.git/history - m_librarian
Add usage for ml-import.py
[m_librarian.git] / m_librarian /
2016-04-05 Oleg BroytmanMinor refactoring
2016-04-04 Oleg BroytmanRefactoring: move module-level initialization into...
2016-03-30 Oleg BroytmanDo not install translations globally to satisfy flake8
2016-03-30 Oleg BroytmanFix a bug: get translations even if locale isn't set
2016-03-29 Oleg BroytmanUse gettext
2016-03-29 Oleg BroytmanRefactor search implementation to avoid code duplication
2016-03-27 Oleg BroytmanSearch authors by name/surname/misc name
2016-03-27 Oleg BroytmanAdd unicode-aware function 'lower()' to SQLite
2016-03-06 Oleg BroytmanSpeedup inp import by caching a set of files in the...
2016-03-05 Oleg BroytmanSpeedup counting books
2016-02-11 Oleg BroytmanPrevent duplicate authors
2016-02-11 Oleg BroytmanProcess author names
2016-02-11 Oleg BroytmanSplit name column into 3
2016-02-11 Oleg BroytmanFix DB: most columns must be NOT NULL
2016-02-06 Oleg BroytmanFix a minor bug
2016-01-17 Oleg BroytmanAdd more indices
2015-12-26 Oleg BroytmanMake parse_glst_file generator
2015-12-25 Oleg BroytmanMore indices
2015-12-25 Oleg BroytmanCreate intermediate tables with unique indices
2015-12-25 Oleg BroytmanVACUUM all tables after mass-insert
2015-12-25 Oleg BroytmanVersion 0.0.3
2015-12-25 Oleg BroytmanRename data -> glst
2015-12-24 Oleg BroytmanImport INP(X)
2015-12-24 Oleg BroytmanAdd indices
2015-12-24 Oleg BroytmanPass keywords parameters to insert_name
2015-12-24 Oleg BroytmanSpeedup SQLite connection
2015-12-24 Oleg BroytmanFix Db schema
2015-12-23 Oleg BroytmanAdd insert_name
2015-12-22 Oleg BroytmanAdd Book.archive: name of the zip file
2015-12-22 Oleg BroytmanAdd __all__ to mark public names
2015-12-21 Oleg BroytmanMinor refactoring: split test() functions
2015-12-20 Oleg BroytmanVACUUM Genre table after importing
2015-12-20 Oleg BroytmanFix a bug in opening existing SQLite db 0.0.2
2015-12-20 Oleg BroytmanImport genres from LRE files
2015-12-20 Oleg BroytmanMake names unique
2015-12-20 Oleg BroytmanCreate database tables
2015-12-20 Oleg BroytmanФайлы со списками жанров из программы MyHomeLib
2015-12-19 Oleg BroytmanExtend db structure for Book; add Genre
2015-12-19 Oleg BroytmanAdd database schema
2015-12-19 Oleg BroytmanAdd configuration file parser and sample
2015-12-15 Oleg BroytmanInitial commit - created the project