]> git.phdru.name Git - m_librarian.git/log
m_librarian.git
8 years agoVersion 0.0.3 0.0.3
Oleg Broytman [Thu, 24 Dec 2015 15:41:07 +0000 (18:41 +0300)]
Version 0.0.3

8 years agoImport many INPX
Oleg Broytman [Thu, 24 Dec 2015 15:39:51 +0000 (18:39 +0300)]
Import many INPX

Add the script to setup.py.

8 years agoImport INP(X)
Oleg Broytman [Thu, 24 Dec 2015 15:36:08 +0000 (18:36 +0300)]
Import INP(X)

8 years agoAdd indices
Oleg Broytman [Thu, 24 Dec 2015 15:13:02 +0000 (18:13 +0300)]
Add indices

8 years agoPass keywords parameters to insert_name
Oleg Broytman [Thu, 24 Dec 2015 14:34:24 +0000 (17:34 +0300)]
Pass keywords parameters to insert_name

8 years agoSpeedup SQLite connection
Oleg Broytman [Thu, 24 Dec 2015 14:21:11 +0000 (17:21 +0300)]
Speedup SQLite connection

But increase the risk of loosing data.

8 years agoFix Db schema
Oleg Broytman [Thu, 24 Dec 2015 14:10:17 +0000 (17:10 +0300)]
Fix Db schema

Books and authors, Books and genres are linked with many-to-many
relations: there are lists of authors and genres for every book.

8 years agoAdd insert_name
Oleg Broytman [Tue, 22 Dec 2015 21:07:18 +0000 (00:07 +0300)]
Add insert_name

Insert a unique name if it doesn't exist.

8 years agoAdd Book.archive: name of the zip file
Oleg Broytman [Tue, 22 Dec 2015 21:06:26 +0000 (00:06 +0300)]
Add Book.archive: name of the zip file

8 years agoAdd __all__ to mark public names
Oleg Broytman [Tue, 22 Dec 2015 21:05:12 +0000 (00:05 +0300)]
Add __all__ to mark public names

8 years agoPre-aplha: there is some working code already
Oleg Broytman [Mon, 21 Dec 2015 18:03:12 +0000 (21:03 +0300)]
Pre-aplha: there is some working code already

8 years agoMinor refactoring: split test() functions
Oleg Broytman [Mon, 21 Dec 2015 15:53:42 +0000 (18:53 +0300)]
Minor refactoring: split test() functions

8 years agoUpdate ChangeLog
Oleg Broytman [Sun, 20 Dec 2015 21:34:54 +0000 (00:34 +0300)]
Update ChangeLog

8 years agoVACUUM Genre table after importing
Oleg Broytman [Sun, 20 Dec 2015 21:25:41 +0000 (00:25 +0300)]
VACUUM Genre table after importing

8 years agoFix a bug in opening existing SQLite db 0.0.2
Oleg Broytman [Sun, 20 Dec 2015 20:31:00 +0000 (23:31 +0300)]
Fix a bug in opening existing SQLite db

8 years agoImport genres from LRE files
Oleg Broytman [Sun, 20 Dec 2015 20:24:38 +0000 (23:24 +0300)]
Import genres from LRE files

8 years agoMake names unique
Oleg Broytman [Sun, 20 Dec 2015 20:23:46 +0000 (23:23 +0300)]
Make names unique

8 years agoSeparate import of ez_setup and setuptools
Oleg Broytman [Sun, 20 Dec 2015 17:39:32 +0000 (20:39 +0300)]
Separate import of ez_setup and setuptools

8 years agoCreate database tables
Oleg Broytman [Sun, 20 Dec 2015 15:55:27 +0000 (18:55 +0300)]
Create database tables

8 years agoФайлы со списками жанров из программы MyHomeLib
Oleg Broytman [Sat, 19 Dec 2015 23:24:48 +0000 (02:24 +0300)]
Файлы со списками жанров из программы MyHomeLib

8 years agoAdd GNU GENERAL PUBLIC LICENSE text 0.0.1
Oleg Broytman [Sat, 19 Dec 2015 23:23:45 +0000 (02:23 +0300)]
Add GNU GENERAL PUBLIC LICENSE text

8 years agoExtend db structure for Book; add Genre
Oleg Broytman [Sat, 19 Dec 2015 23:09:39 +0000 (02:09 +0300)]
Extend db structure for Book; add Genre

8 years agoAdd database schema
Oleg Broytman [Sat, 19 Dec 2015 22:02:15 +0000 (01:02 +0300)]
Add database schema

8 years agoAdd configuration file parser and sample
Oleg Broytman [Sat, 19 Dec 2015 22:01:02 +0000 (01:01 +0300)]
Add configuration file parser and sample

8 years agoДобавить README.rus.txt - перевод README.txt
Oleg Broytman [Sat, 19 Dec 2015 21:42:51 +0000 (00:42 +0300)]
Добавить README.rus.txt - перевод README.txt

8 years agoAdd setup.cfg
Oleg Broytman [Sat, 19 Dec 2015 19:08:50 +0000 (22:08 +0300)]
Add setup.cfg

8 years agoExtend distutils configuration
Oleg Broytman [Sat, 19 Dec 2015 18:57:27 +0000 (21:57 +0300)]
Extend distutils configuration

Add platforms, keywords, classifiers, scripts.

8 years agoAdd pip's requirements file
Oleg Broytman [Sat, 19 Dec 2015 18:39:36 +0000 (21:39 +0300)]
Add pip's requirements file

8 years agoInitial commit - created the project
Oleg Broytman [Tue, 15 Dec 2015 20:52:19 +0000 (23:52 +0300)]
Initial commit - created the project