]> git.phdru.name Git - m_librarian.git/history - m_librarian
Version 0.1.0: Web-interface
[m_librarian.git] / m_librarian /
2018-04-08 Oleg BroytmanVersion 0.1.0: Web-interface
2018-04-08 Oleg BroytmanFeat(web): Download one book
2018-04-07 Oleg BroytmanFix(web): Fix author name
2018-04-07 Oleg BroytmanFeat(web): Add style.css
2018-04-07 Oleg BroytmanFeat(web): Show books by an author
2018-04-05 Oleg BroytmanFeat(web): Preserve values in form
2018-04-05 Oleg BroytmanFeat(web): Search authors
2018-04-01 Oleg BroytmanFeat(web): Use CheetahTemplate
2018-04-01 Oleg BroytmanFeat: Web UI
2018-03-23 Oleg BroytmanRelease 0.0.17 0.0.17
2018-03-23 Oleg BroytmanFix(scripts/ml-import.py): Display progress bar on...
2018-03-22 Oleg BroytmanFeat(ml-import): Display tty progress bar during import
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E741 ambiguous variable name 'l'
2017-10-23 Oleg BroytmanCleanup: Fix flake8 E722 do not use bare except
2017-05-07 Oleg BroytmanFix(sqlite): Execute VACUUM outside transaction
2017-04-26 Oleg BroytmanFix flake8 E305: expected 2 blank lines after function
2017-04-26 Oleg BroytmanVersion 0.0.15: Use m_lib.defenc instead of m_lib;... 0.0.15
2017-04-26 Oleg BroytmanCopyright 2017
2016-10-24 Oleg BroytmanFix VACUUM command
2016-10-03 Oleg BroytmanAdd a few PO message headers
2016-07-29 Oleg BroytmanVersion 0.0.14: Python 3 0.0.14
2016-07-25 Oleg BroytmanPython 3 compatibility
2016-07-22 Oleg BroytmanUpdate code for compatibility with Python 3
2016-06-11 Oleg BroytmanVersion 0.0.13: options: -C, -D, -P, -F 0.0.13
2016-06-11 Oleg BroytmanAdd option -C|--config file
2016-06-09 Oleg BroytmanVersion 0.0.12: download many books 0.0.12
2016-06-09 Oleg BroytmanPass format of the downloaded file name in the command...
2016-06-06 Oleg BroytmanVersion 0.0.11: download exactly one book 0.0.11
2016-06-06 Oleg BroytmanAllow to set download format
2016-06-06 Oleg BroytmanRefactor author.filename
2016-06-05 Oleg BroytmanSet timestamp for the downloaded book
2016-06-05 Oleg BroytmanDownload from the given library path
2016-06-05 Oleg BroytmanDownload exactly one book
2016-06-05 Oleg BroytmanCache config
2016-06-01 Oleg BroytmanChange database pathname handling
2016-05-31 Oleg BroytmanMinor refactoring: _search_conditions_dict => _comparis...
2016-05-31 Oleg BroytmanMicro optimization: break from the loop when the 'id...
2016-05-30 Oleg BroytmanCheck if DB pathname starts with the current directory
2016-05-30 Oleg BroytmanVersion 0.0.10 0.0.10
2016-05-30 Oleg BroytmanMultidatabase - every script can open a database by...
2016-05-30 Oleg BroytmanOpen file as an SQLite DB
2016-05-30 Oleg BroytmanPrint count after the list
2016-05-30 Oleg BroytmanVersion 0.0.9: search authors/extensions/genres/languag... 0.0.9
2016-05-29 Oleg BroytmanMinor refactoring
2016-05-29 Oleg BroytmanVersion 0.0.8: search by database id 0.0.8
2016-05-29 Oleg BroytmanSearch by author's, book's, extension's, language's id
2016-05-29 Oleg BroytmanFix new flake8 E402: module level import not at top...
2016-05-24 Oleg BroytmanVersion 0.0.7: search books by authors, extensions... 0.0.7
2016-05-24 Oleg BroytmanFix a bug
2016-05-23 Oleg BroytmanSearch books by extension
2016-05-23 Oleg BroytmanRefactoring: allow expressions to be None
2016-05-23 Oleg BroytmanRefactoring: add mk_search_conditions
2016-05-21 Oleg BroytmanVersion 0.0.6: search books by title, series, archive... 0.0.6
2016-05-21 Oleg BroytmanPrint archive, file, extension, size and deleted flag
2016-05-21 Oleg BroytmanPrint the file date, language and file extension
2016-05-19 Oleg BroytmanOutput series the book belongs to (if any)
2016-05-19 Oleg BroytmanOutput (list of) genres for a book
2016-05-19 Oleg BroytmanSplit --search-type into separate -t/-s/-f options
2016-05-15 Oleg BroytmanBy default print only titles of the found book
2016-05-14 Oleg BroytmanSort results
2016-05-14 Oleg BroytmanFix version
2016-05-14 Oleg BroytmanAllow to list all extensions and genres
2016-05-13 Oleg BroytmanSearch genres by name and title
2016-05-13 Oleg BroytmanFix _search arguments
2016-05-10 Oleg BroytmanVersion 0.0.4: command-line script to search authors
2016-05-09 Oleg BroytmanSearch with expressions
2016-05-08 Oleg BroytmanFix bugs in counting extensions and languages
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
next