rachmadaniHaryono
ce7eccced3
remove redundant skip test
2019-01-15 14:37:38 +08:00
Arun Prakash Jana
a67fd2f012
Skip failing tests
...
test_delete_rec_range_and_delay_commit
test_delete_rec_index_and_delay_commit
2019-01-15 06:56:49 +05:30
Arun Prakash Jana
d60d56bc9f
Prepare for release v4.1
2019-01-15 05:24:58 +05:30
Arun Prakash Jana
deacba29da
Merge pull request #349 from sglavoie/fixed-typos
...
Fix a few typos
2019-01-14 18:19:46 +05:30
Arun Prakash Jana
25034bf0dc
Make buku executable
2019-01-13 11:50:47 +05:30
Sébastien Lavoie
5e487c3e69
Fix a few typos
2019-01-10 21:13:20 -06:00
Arun Prakash Jana
af23fef30d
Fix CVE-2017-18342
2019-01-05 06:01:16 +05:30
Arun Prakash Jana
7a553fb9db
Merge pull request #344 from ckolumbus/issue/340
...
FIX(buku) #340 ff json import folder w/o children
2019-01-04 21:12:36 +05:30
Chris Drexler
4c247f10a1
FIX(buku) ff json import improve test, fix var bug
...
- better json title parsing, catching "no title" situation
- add/fix test for "ignore special root bookmark folders" feature
2019-01-02 22:11:30 +01:00
Chris Drexler
3d5739027f
FIX(buku) ff json import mimics html import
...
- json import ignores "Bookmark Menu" folder for tagging
- all other folders are used if parent folder as tags is set
- behavior follows html export/import
2019-01-02 21:50:01 +01:00
Chris Drexler
b5844ee1c1
REF(buku) ff json import improve debug logging
2019-01-02 16:11:21 +01:00
Chris Drexler
c32cf5911b
FIX(buku) pylint errors in ff json import tests
2019-01-02 12:35:59 +01:00
Chris Drexler
c722c92e2d
FIX(buku) ff json import ignore root folder names
...
- main bookmark container names are ignored when adding parent
folder name as tags
- adjust tests accordingly
- merged upstream adjustments
2019-01-02 11:44:51 +01:00
Chris Drexler
9159e148d9
FIX(buku) correct hierarchical folder handling
...
- fix hierarchical folder handling when adding parent folder
as tag: only parent folder is added, no concatenation
- handling of folder without title added
- tests added for the above
2019-01-02 11:01:42 +01:00
Chris Drexler
727141b5e2
FIX(buku) ff json import folder w/o children
...
- fixes jarun/Buku#340
- replaced error with warning
- proper warning message added
- test added
2019-01-02 11:00:26 +01:00
Arun Prakash Jana
f316f9b980
Merge pull request #347 from rachmadaniHaryono/feature/fix-cleardb-test
...
Feature/fix cleardb test
2019-01-02 01:47:48 +05:30
rachmadaniHaryono
acc08c1ec8
chg: test: assert none
2019-01-02 03:41:24 +08:00
rachmadaniHaryono
d0ef116a0b
new: dev: fix test test_cleardb
2019-01-02 03:35:22 +08:00
Arun Prakash Jana
5874eafa4b
Fix build break
2019-01-02 00:24:51 +05:30
Arun Prakash Jana
2ada8c7215
Fix #346
2019-01-01 22:10:23 +05:30
Arun Prakash Jana
d994a51c38
Update copyright year
2019-01-01 09:29:26 +05:30
Arun Prakash Jana
41721f4597
Use the same string across imports
2018-12-31 21:23:56 +05:30
Arun Prakash Jana
122b1dabd2
Merge pull request #345 from sglavoie/master
...
Improve readability and fix minor typos.
2018-12-31 21:20:10 +05:30
Sébastien Lavoie
094f44b369
Improve readability and fix minor typos.
2018-12-30 20:49:38 -06:00
Chris Drexler
578cd28edd
FIX(buku) correct hierarchical folder handling
...
- fix hierarchical folder handling when adding parent folder
as tag: only parent folder is added, no concatenation
- handling of folder without title added
- tests added for the above
2018-12-30 15:42:02 +01:00
Chris Drexler
da21c5e7e8
FIX(buku) ff json import folder w/o children
...
- fixes jarun/Buku#340
- replaced error with warning
- proper warning message added
- test added
2018-12-30 14:16:05 +01:00
Arun Prakash Jana
d439b1c90a
Update ToDo list link
2018-12-29 15:47:49 +05:30
Arun Prakash Jana
3d528d303d
Fix build break
2018-12-29 05:29:40 +05:30
Arun Prakash Jana
c694417462
Fix #341
2018-12-29 05:12:49 +05:30
Arun Prakash Jana
cff8668858
Fix #342
2018-12-29 04:47:20 +05:30
Arun Prakash Jana
89c6578078
Remove blank lines
2018-12-28 18:21:54 +05:30
Arun Prakash Jana
940d3e1642
Merge pull request #338 from ckolumbus/feature/import-firefox-json
...
Feature/import firefox json
2018-12-28 18:05:38 +05:30
Chris Drexler
be551c60f8
Merge branch 'feature/import-firefox-json' of https://github.com/ckolumbus/Buku into feature/import-firefox-json
2018-12-28 10:51:05 +01:00
Chris Drexler
90237ea8bf
FIX(test) formatting errors in test for ff json
2018-12-28 10:50:03 +01:00
Chris Drexler
99f3f405a1
Merge pull request #1 from rachmadaniHaryono/feature/fix-test
...
fix: test: page title
2018-12-28 09:38:38 +01:00
Chris Drexler
315d9c475d
FIX(buku) review comments: clean up line formatting
2018-12-28 09:36:25 +01:00
rachmadaniHaryono
1354ea42b3
chg: test: exp res
2018-12-26 21:39:30 +08:00
rachmadaniHaryono
cc65ee5b82
fix: test: page title
2018-12-26 21:25:38 +08:00
Chris Drexler
5bc1ab63da
ADD(buku) simplify test & add docu for ff json imp
2018-12-26 11:25:22 +01:00
Chris Drexler
e6f3debdda
ADD(buku) more tests for import_firefox_json
2018-12-25 20:43:51 +01:00
Chris Drexler
61e4cdb7ea
FIX(buku) fix ValueError
...
- remove wrong ValueError reference (not from json.decoder
but builtin)
2018-12-19 20:03:13 +01:00
Chris Drexler
ccb40b5810
FIX(buku) JSONDecodeError only avail from py3.5 on
...
- replace exception handling with parent class ValueError
which is avail also prior to 3.5
2018-12-19 19:59:33 +01:00
Chris Drexler
830436d30d
FIX(buku) fix pylint errors
2018-12-19 19:54:20 +01:00
Chris Drexler
f4ef45f390
FIX(buku) fix flake8 for ff json import
2018-12-18 21:39:18 +01:00
Chris Drexler
3795978c07
FIX(test) flake8 fixes in ff json import tests
2018-12-18 21:17:21 +01:00
Chris Drexler
da7cd0b1a4
ADD(buku) tests for firefox json import
2018-12-18 21:11:29 +01:00
Chris Drexler
6931a91d17
FIX(buku) working version of firefox json import
...
- import works
- TODO: tests
2018-12-18 16:43:22 +01:00
Arun Prakash Jana
7232ff85a6
Indicate macOS along with Homebrew
2018-12-18 21:12:02 +05:30
Chris Drexler
b016db1d50
NEW(buku) add first attempt of firefox json import
...
- not working yet, only print outs should be done
- issues with iteration (worked with standalon python function)
2018-12-17 22:46:39 +01:00
Arun Prakash Jana
bdbdf0a995
Merge pull request #336 from ckolumbus/feature/dbfile-option
...
NEW(server) add db path option
2018-12-16 17:20:29 +05:30