]>
git.phdru.name Git - m_librarian.git/log
Oleg Broytman [Fri, 29 Jul 2016 19:47:09 +0000 (22:47 +0300)]
Different requirements for Python 2.6, 2.7, and 3.4+
Oleg Broytman [Tue, 26 Jul 2016 20:25:05 +0000 (23:25 +0300)]
Adapted to Python 3
Oleg Broytman [Tue, 26 Jul 2016 20:23:30 +0000 (23:23 +0300)]
Install translations
Oleg Broytman [Mon, 25 Jul 2016 14:47:29 +0000 (17:47 +0300)]
TODO: Python 3
Oleg Broytman [Mon, 25 Jul 2016 12:50:49 +0000 (15:50 +0300)]
Python 3 compatibility
ml-search.py still doesn't work with Python 3 - it requires m_lib.defenc
and m_lib hasn't been ported to Python 3 yet.
Oleg Broytman [Fri, 22 Jul 2016 23:55:24 +0000 (02:55 +0300)]
Update code for compatibility with Python 3
It's still not tested under Python 3.
Oleg Broytman [Tue, 28 Jun 2016 21:17:13 +0000 (00:17 +0300)]
Update TODO: Import from SQL instead of INPX
Oleg Broytman [Sat, 11 Jun 2016 00:44:43 +0000 (03:44 +0300)]
Version 0.0.13: options: -C, -D, -P, -F
Oleg Broytman [Sat, 11 Jun 2016 00:41:55 +0000 (03:41 +0300)]
Add option -C|--config file
Document configuration file. Test config
Oleg Broytman [Sat, 11 Jun 2016 00:19:34 +0000 (03:19 +0300)]
Change options: -D|--database, -P|--path, -F|--format
Oleg Broytman [Fri, 10 Jun 2016 20:32:30 +0000 (23:32 +0300)]
No highlighting in code blocks
The code blocks here document options and aren't really blocks of code.
Oleg Broytman [Thu, 9 Jun 2016 18:14:13 +0000 (21:14 +0300)]
Version 0.0.12: download many books
Oleg Broytman [Thu, 9 Jun 2016 18:10:04 +0000 (21:10 +0300)]
Pass format of the downloaded file name in the command line
Oleg Broytman [Thu, 9 Jun 2016 17:52:02 +0000 (20:52 +0300)]
Download many books at once
Oleg Broytman [Thu, 9 Jun 2016 17:30:08 +0000 (20:30 +0300)]
IDs must be integer
Oleg Broytman [Mon, 6 Jun 2016 20:54:07 +0000 (23:54 +0300)]
Version 0.0.11: download exactly one book
Oleg Broytman [Mon, 6 Jun 2016 19:42:13 +0000 (22:42 +0300)]
Allow to set download format
Oleg Broytman [Mon, 6 Jun 2016 19:07:40 +0000 (22:07 +0300)]
Refactor author.filename
Oleg Broytman [Sun, 5 Jun 2016 22:07:53 +0000 (01:07 +0300)]
Set timestamp for the downloaded book
Oleg Broytman [Sun, 5 Jun 2016 15:02:55 +0000 (18:02 +0300)]
Document options -p and --get
Oleg Broytman [Sun, 5 Jun 2016 14:42:29 +0000 (17:42 +0300)]
Download from the given library path
Useful for multiple databases.
Oleg Broytman [Sun, 5 Jun 2016 14:37:37 +0000 (17:37 +0300)]
Download exactly one book
Oleg Broytman [Sun, 5 Jun 2016 14:35:19 +0000 (17:35 +0300)]
Cache config
Oleg Broytman [Sat, 4 Jun 2016 22:02:20 +0000 (01:02 +0300)]
Add flake8 and release targets
Oleg Broytman [Sat, 4 Jun 2016 13:26:14 +0000 (16:26 +0300)]
Pass installation/compilation options to pip and easy_install
Oleg Broytman [Wed, 1 Jun 2016 15:11:53 +0000 (18:11 +0300)]
Change database pathname handling
Recognize pathnames by absence of '://'.
Oleg Broytman [Tue, 31 May 2016 18:42:18 +0000 (21:42 +0300)]
Optimization: count objects directly
Avoid making an expensive and unnecessary SQL query.
Oleg Broytman [Tue, 31 May 2016 18:34:16 +0000 (21:34 +0300)]
Minor refactoring: _search_conditions_dict => _comparison_operators
Oleg Broytman [Tue, 31 May 2016 18:33:16 +0000 (21:33 +0300)]
Micro optimization: break from the loop when the 'id' is encountered
Oleg Broytman [Mon, 30 May 2016 22:53:48 +0000 (01:53 +0300)]
Check if DB pathname starts with the current directory
Oleg Broytman [Mon, 30 May 2016 22:13:42 +0000 (01:13 +0300)]
Version 0.0.10
Oleg Broytman [Mon, 30 May 2016 22:10:07 +0000 (01:10 +0300)]
Multidatabase - every script can open a database by pathname or DB URI
Oleg Broytman [Mon, 30 May 2016 21:32:11 +0000 (00:32 +0300)]
Open file as an SQLite DB
Convert a relative path to an absolute, and an absolute to
an SQLite DB URI.
Oleg Broytman [Mon, 30 May 2016 21:18:49 +0000 (00:18 +0300)]
Print count after the list
Oleg Broytman [Mon, 30 May 2016 21:09:56 +0000 (00:09 +0300)]
Rename -d/--details options to -v/--verbose
Oleg Broytman [Mon, 30 May 2016 19:35:42 +0000 (22:35 +0300)]
Update TODO
Oleg Broytman [Mon, 30 May 2016 17:50:51 +0000 (20:50 +0300)]
Version 0.0.9: search authors/extensions/genres/languages by database id
Oleg Broytman [Mon, 30 May 2016 17:45:48 +0000 (20:45 +0300)]
Search authors/extensions/genres/languages by database id
Oleg Broytman [Mon, 30 May 2016 17:41:04 +0000 (20:41 +0300)]
Document searching by database id
Oleg Broytman [Sun, 29 May 2016 20:56:20 +0000 (23:56 +0300)]
Minor refactoring
Oleg Broytman [Sun, 29 May 2016 18:33:05 +0000 (21:33 +0300)]
chmod docs for sdist
Oleg Broytman [Sun, 29 May 2016 18:19:33 +0000 (21:19 +0300)]
Version 0.0.8: search by database id
Oleg Broytman [Sun, 29 May 2016 18:14:02 +0000 (21:14 +0300)]
Search by author's, book's, extension's, language's id
Oleg Broytman [Sun, 29 May 2016 18:13:47 +0000 (21:13 +0300)]
Output count of found objects
Oleg Broytman [Sun, 29 May 2016 17:52:32 +0000 (20:52 +0300)]
Encode all unicode values to output to a file/pipe
Oleg Broytman [Sun, 29 May 2016 16:37:39 +0000 (19:37 +0300)]
Use option -d to output database id
Oleg Broytman [Sun, 29 May 2016 16:15:01 +0000 (19:15 +0300)]
Fix quotation
Replace simple apostrophes by unicode single quotes - apostrophes are
recognized as the start of strings.
Oleg Broytman [Sun, 29 May 2016 16:10:54 +0000 (19:10 +0300)]
Make option -d global
Oleg Broytman [Sun, 29 May 2016 15:54:52 +0000 (18:54 +0300)]
Fix new flake8 E402: module level import not at top of file
Oleg Broytman [Thu, 26 May 2016 13:27:54 +0000 (16:27 +0300)]
Refactor find parameters
There is no need to search files in depth. Optimization: filter by name
then by type.
Oleg Broytman [Wed, 25 May 2016 18:50:52 +0000 (21:50 +0300)]
Add test for searching books by authors
Oleg Broytman [Wed, 25 May 2016 15:43:14 +0000 (18:43 +0300)]
Fix test
Oleg Broytman [Tue, 24 May 2016 22:01:27 +0000 (01:01 +0300)]
Version 0.0.7: search books by authors, extensions, genres, languages
Oleg Broytman [Tue, 24 May 2016 21:59:10 +0000 (00:59 +0300)]
Search books by genre's name and title
Oleg Broytman [Tue, 24 May 2016 21:47:20 +0000 (00:47 +0300)]
Search books by author's names
Oleg Broytman [Tue, 24 May 2016 21:21:07 +0000 (00:21 +0300)]
Fix a bug
Oleg Broytman [Tue, 24 May 2016 21:05:11 +0000 (00:05 +0300)]
Refactoring: _get_values
Oleg Broytman [Mon, 23 May 2016 20:27:54 +0000 (23:27 +0300)]
Search books by language
Oleg Broytman [Mon, 23 May 2016 20:25:00 +0000 (23:25 +0300)]
Search books by extension
Oleg Broytman [Mon, 23 May 2016 20:20:31 +0000 (23:20 +0300)]
Refactoring: allow expressions to be None
Oleg Broytman [Mon, 23 May 2016 19:56:03 +0000 (22:56 +0300)]
Refactoring: add mk_search_conditions
Rename _search_with_operator to _mk_search_conditions_with_operator.
Remove _search_start, _search_substring, _search_full.
Oleg Broytman [Sat, 21 May 2016 20:04:16 +0000 (23:04 +0300)]
Sort books by series, serial number and title
Oleg Broytman [Sat, 21 May 2016 15:01:59 +0000 (18:01 +0300)]
Version 0.0.6: search books by title, series, archive, file
Oleg Broytman [Sat, 21 May 2016 14:54:31 +0000 (17:54 +0300)]
Print archive, file, extension, size and deleted flag
Oleg Broytman [Sat, 21 May 2016 14:36:26 +0000 (17:36 +0300)]
Print the file date, language and file extension
Oleg Broytman [Sat, 21 May 2016 14:04:35 +0000 (17:04 +0300)]
Output serial number of the book in the series
Oleg Broytman [Thu, 19 May 2016 22:02:25 +0000 (01:02 +0300)]
Output series the book belongs to (if any)
Oleg Broytman [Thu, 19 May 2016 18:45:20 +0000 (21:45 +0300)]
Output (list of) genres for a book
Oleg Broytman [Thu, 19 May 2016 17:29:41 +0000 (20:29 +0300)]
Split --search-type into separate -t/-s/-f options
Oleg Broytman [Sun, 15 May 2016 20:08:26 +0000 (23:08 +0300)]
By default print only titles of the found book
With option `-d` also print the list of authors.
Oleg Broytman [Sun, 15 May 2016 17:26:31 +0000 (20:26 +0300)]
Search and print a list of books by title, series, archive or file name
Oleg Broytman [Sun, 15 May 2016 17:25:38 +0000 (20:25 +0300)]
make clean
Oleg Broytman [Sun, 15 May 2016 16:38:41 +0000 (19:38 +0300)]
Fix trove classifiers: set platform to POSIX only
The programs currently work only on Unix. Also add natural languages.
Oleg Broytman [Sun, 15 May 2016 16:38:02 +0000 (19:38 +0300)]
Fix requirements: m_lib>=2.0
Oleg Broytman [Sat, 14 May 2016 21:54:25 +0000 (00:54 +0300)]
Fix flake8 warning: remove unused variable
Oleg Broytman [Sat, 14 May 2016 16:18:23 +0000 (19:18 +0300)]
Sort results
Oleg Broytman [Sat, 14 May 2016 15:22:01 +0000 (18:22 +0300)]
Fix version
Oleg Broytman [Sat, 14 May 2016 15:17:19 +0000 (18:17 +0300)]
Version 0.0.5: search extensions/genres/languages
Oleg Broytman [Sat, 14 May 2016 15:11:38 +0000 (18:11 +0300)]
Allow to list all extensions and genres
Oleg Broytman [Fri, 13 May 2016 19:14:22 +0000 (22:14 +0300)]
Search languages by name
Oleg Broytman [Fri, 13 May 2016 19:10:08 +0000 (22:10 +0300)]
Search genres by name and title
Oleg Broytman [Fri, 13 May 2016 18:50:59 +0000 (21:50 +0300)]
Document extension search
Oleg Broytman [Fri, 13 May 2016 16:39:37 +0000 (19:39 +0300)]
Search extensions
Oleg Broytman [Fri, 13 May 2016 16:39:10 +0000 (19:39 +0300)]
Fix _search arguments
Oleg Broytman [Fri, 13 May 2016 16:23:07 +0000 (19:23 +0300)]
Fix flake8 warnings
Oleg Broytman [Tue, 10 May 2016 23:53:07 +0000 (02:53 +0300)]
Make distr
Oleg Broytman [Tue, 10 May 2016 22:18:36 +0000 (01:18 +0300)]
Version 0.0.4: command-line script to search authors
Oleg Broytman [Tue, 10 May 2016 22:17:52 +0000 (01:17 +0300)]
There will be a separate subdirectory m_librarian
Oleg Broytman [Tue, 10 May 2016 22:11:01 +0000 (01:11 +0300)]
Include tests in sdist
Oleg Broytman [Tue, 10 May 2016 21:42:00 +0000 (00:42 +0300)]
Include docs in sdist
Oleg Broytman [Mon, 9 May 2016 21:07:46 +0000 (00:07 +0300)]
Search authors by full name
Oleg Broytman [Mon, 9 May 2016 21:07:00 +0000 (00:07 +0300)]
Require SQLObject >= 2.2.1 for CONCAT
Oleg Broytman [Mon, 9 May 2016 21:06:35 +0000 (00:06 +0300)]
Search with expressions
Oleg Broytman [Mon, 9 May 2016 21:05:21 +0000 (00:05 +0300)]
Add descriptive error message
Oleg Broytman [Mon, 9 May 2016 21:04:29 +0000 (00:04 +0300)]
Fix: misc => misc-name
Oleg Broytman [Mon, 9 May 2016 21:00:38 +0000 (00:00 +0300)]
Remove unused import
Oleg Broytman [Sun, 8 May 2016 21:19:09 +0000 (00:19 +0300)]
Fix bugs in counting extensions and languages
Oleg Broytman [Mon, 2 May 2016 16:06:04 +0000 (19:06 +0300)]
Document author search
Oleg Broytman [Sun, 1 May 2016 19:29:36 +0000 (22:29 +0300)]
Исправлены опечатки
Oleg Broytman [Tue, 12 Apr 2016 17:55:13 +0000 (20:55 +0300)]
Describe global options for ml-search.py