]> git.phdru.name Git - m_librarian.git/shortlog
m_librarian.git
2016-05-14 Oleg BroytmanVersion 0.0.5: search extensions/genres/languages 0.0.5
2016-05-14 Oleg BroytmanAllow to list all extensions and genres
2016-05-13 Oleg BroytmanSearch languages by name
2016-05-13 Oleg BroytmanSearch genres by name and title
2016-05-13 Oleg BroytmanDocument extension search
2016-05-13 Oleg BroytmanSearch extensions
2016-05-13 Oleg BroytmanFix _search arguments
2016-05-13 Oleg BroytmanFix flake8 warnings
2016-05-10 Oleg BroytmanMake distr 0.0.4
2016-05-10 Oleg BroytmanVersion 0.0.4: command-line script to search authors
2016-05-10 Oleg BroytmanThere will be a separate subdirectory m_librarian
2016-05-10 Oleg BroytmanInclude tests in sdist
2016-05-10 Oleg BroytmanInclude docs in sdist
2016-05-10 Oleg BroytmanSearch authors by full name
2016-05-10 Oleg BroytmanRequire SQLObject >= 2.2.1 for CONCAT
2016-05-09 Oleg BroytmanSearch with expressions
2016-05-09 Oleg BroytmanAdd descriptive error message
2016-05-09 Oleg BroytmanFix: misc => misc-name
2016-05-09 Oleg BroytmanRemove unused import
2016-05-08 Oleg BroytmanFix bugs in counting extensions and languages
2016-05-02 Oleg BroytmanDocument author search
2016-05-01 Oleg BroytmanИсправлены опечатки
2016-04-12 Oleg BroytmanDescribe global options for ml-search.py
2016-04-12 Oleg BroytmanAdd usage for ml-import.py
2016-04-11 Oleg BroytmanUpdate MANIFEST.in to include docs in source dist
2016-04-10 Oleg BroytmanSimplify run_all output
2016-04-10 Oleg BroytmanChange Makefile target name
2016-04-10 Oleg BroytmanTest search_authors
2016-04-10 Oleg BroytmanRefactoring: move import_inpx to TestCase
2016-04-09 Oleg BroytmanUpdate docs: describe command-line scripts
2016-04-08 Oleg BroytmanExclude sphinx-generated conf.py from flake8
2016-04-06 Oleg BroytmanAdd tests for importing INPX files
2016-04-05 Oleg BroytmanUpdate docs: DB URI
2016-04-05 Oleg BroytmanAdd tests; test importing list of genres
2016-04-05 Oleg BroytmanMinor refactoring
2016-04-04 Oleg BroytmanRefactoring: move module-level initialization into...
2016-04-03 Oleg BroytmanAdd before_begin.rst
2016-04-03 Oleg BroytmanThe project was started in 2015
2016-04-03 Oleg BroytmanAdd scripts/ml-search.py to setup
2016-04-03 Oleg BroytmanLibrarian => m_Librarian
2016-04-03 Oleg BroytmanChange HTML theme and Pygments style
2016-04-03 Oleg BroytmanGenerate API docs in docs-ru
2016-03-31 Oleg BroytmanRename doc/ to docs/; generate API docs
2016-03-31 Oleg BroytmanAdd description, copyright and license
2016-03-31 Oleg BroytmanChange PYTHONPATH handling
2016-03-31 Oleg BroytmanPrioritize Web interface before GUI
2016-03-31 Oleg BroytmanStart tests
2016-03-31 Oleg BroytmanStart documentation
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-30 Oleg BroytmanGuess case sensitivity
2016-03-29 Oleg BroytmanUse gettext
2016-03-29 Oleg BroytmanRefactor search implementation to avoid code duplication
2016-03-29 Oleg BroytmanDefault search type is 'start'
2016-03-27 Oleg BroytmanSearch authors by name/surname/misc name
2016-03-27 Oleg BroytmanAdd unicode-aware function 'lower()' to SQLite
2016-03-13 Oleg BroytmanReorder TODO items
2016-03-06 Oleg BroytmanSpeedup inp import by caching a set of files in the...
2016-03-05 Oleg BroytmanSpeedup counting books
2016-02-28 Oleg BroytmanCopyright 2016
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: allow to process all input files
2016-02-06 Oleg BroytmanFix a minor bug
2016-01-17 Oleg BroytmanAdd more indices
2016-01-03 Oleg BroytmanOrder changelog entries in reverse direction
2015-12-27 Oleg BroytmanRemove unused section [easy_install]
2015-12-27 Oleg BroytmanAdd mk-distr
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 BroytmanRename data -> glst (fixes)
2015-12-25 Oleg BroytmanVersion 0.0.3
2015-12-25 Oleg BroytmanRename data -> glst
2015-12-24 Oleg BroytmanVersion 0.0.3 0.0.3
2015-12-24 Oleg BroytmanImport many INPX
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 BroytmanPre-aplha: there is some working code already
2015-12-21 Oleg BroytmanMinor refactoring: split test() functions
2015-12-20 Oleg BroytmanUpdate ChangeLog
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 BroytmanSeparate import of ez_setup and setuptools
2015-12-20 Oleg BroytmanCreate database tables
2015-12-20 Oleg BroytmanФайлы со списками жанров из программы MyHomeLib
2015-12-19 Oleg BroytmanAdd GNU GENERAL PUBLIC LICENSE text 0.0.1
2015-12-19 Oleg BroytmanExtend db structure for Book; add Genre
2015-12-19 Oleg BroytmanAdd database schema
next