Fabien C. Y. Benureau
7bd475378c
support for non-standard bibtex types, fix #210 #218
5 years ago
Fabien C. Y. Benureau
a30e75a5e6
support all one_liner + fix deprecation warnings in utils
5 years ago
Fabien C. Y. Benureau
1b8728f4f6
minor: fix output flags in usecase
5 years ago
Fabien C. Y. Benureau
ad85fe9df8
add usecase test for n_authors
5 years ago
Fabien C. Y. Benureau
7776b65de2
number of displayed authors configurable
...
fix #212
5 years ago
Fabien C. Y. Benureau
44b0c5b4c9
colors in edit command dialogs
5 years ago
Olivier Mangin
2f6e0d4e85
Fix #223 : update python versions in travis.
...
- remove python version unsupported by pyfakefs from testing in Travis,
- add python 3.8.
5 years ago
Fabien C. Y. Benureau
246a00671e
fix #220 : errno error.
5 years ago
Fabien C. Y. Benureau
d06c8da29b
fix #219 : doc add -L
5 years ago
Fabien C. Y. Benureau
28bb12cc79
update readme, add section about config file
...
fix #214
5 years ago
Fabien C. Y. Benureau
656d85a8d8
version 0.8.3
6 years ago
Fabien C. Y. Benureau
a0aad8f135
Merge pull request #203 from pubs/feat/fix_append
...
fix note append of under python 2 with unicode
6 years ago
Fabien C. Y. Benureau
fe014bc0a5
fix note append of under python 2 with unicode
6 years ago
Fabien C. Y. Benureau
2b408fe7ea
Merge pull request #201 from dvklopfenstein/master
...
Added '-a' (--append) arg to append a line of text to the notes file.
6 years ago
dvklopfenstein
b75d77bf24
Test appending a multi-word line into a bib note.
...
https://github.com/pubs/pubs/pull/201#discussion_r305274762
6 years ago
dvklopfenstein
5b8eb48cdc
Implemented requested changes, leaving the multi-word test and the Japanese/CHinese tests commented for furthre review by senior pubs architect
6 years ago
dvklopfenstein
11c74f1ffe
Lowercase format vars. Add Chinese character test
6 years ago
dvklopfenstein
dccbadaf73
Comment out Japanese characters for now
6 years ago
dvklopfenstein
20b7da7245
Add newline to appended note text after evaluating note text
6 years ago
dvklopfenstein
f8508ac5e1
Thank you very much for considering my pull request.
...
I have added a test: tests/test_note_append.py
And have made the isuggested code changes.
Please let me know if anything else is needed.
https://github.com/pubs/pubs/pull/201
https://github.com/pubs/pubs/issues/200
6 years ago
dvklopfenstein
634a500438
Added '-a' (--append) arg to append a line of text to the notes file.
...
https://github.com/pubs/pubs/issues/200
6 years ago
Fabien C. Y. Benureau
5551e8c04b
Merge pull request #199 from emnllm/chrono-listing
...
adds chronological listing using bibtex year field
6 years ago
emnllm
94112c02fe
fixes inconsistant chronological listing test
...
* Chronological order listing output for a same year, without entry
timestamp (added metadata field), may vary
6 years ago
emnllm
2e4af1d38f
removes the month field from the chronological listing
6 years ago
emnllm
b3e9db62e1
improves chronological listing (year, month), adds test
6 years ago
emnllm
e1f56fb212
adds chronological listing using bibtex year field
6 years ago
Olivier Mangin
eaeb48bd20
Minor readme and config update on git plugin.
6 years ago
Fabien C. Y. Benureau
eedd342a2d
Merge pull request #197 from pubs/pr-191
...
Pr 191 - Git plugin by Amlesh Sivanantham.
6 years ago
Fabien C. Y. Benureau
232158db68
Merge branch 'master' into pr-191
6 years ago
Fabien C. Y. Benureau
d56bc88202
update changelog for PR 198
6 years ago
Fabien C. Y. Benureau
e28bbc62fe
Merge pull request #198 from ksunden/import
...
ENH: Don't fail on import, warn instead
6 years ago
Fabien C. Y. Benureau
e4665f734a
git plugin: addressed review + misc improvments
...
* fixed annoying recursion in exception handlers (fake_env and sand_env)
* "pubs git" always not quiet
* color option for git ouput through "pubs git"
* "pubs git" output without any "info:" prefix or extraneous new line.
* is_loaded() method for plugins
6 years ago
ksunden
994b4da69c
Check full output, not just year
6 years ago
ksunden
7ba016e54c
TST: Test contents of import, not that the command fails
6 years ago
ksunden
c1afd26d6f
ENH: Don't fail on import, warn instead
6 years ago
Fabien C. Y. Benureau
439b941de6
fix for info and warning display in pubs git
...
also fixes .git/ presence detection.
6 years ago
Fabien C. Y. Benureau
2ad04e4d13
Merge branch 'master' into pr-191
6 years ago
Fabien C. Y. Benureau
6c929dbafa
fix tests for python 2.7
6 years ago
Fabien C. Y. Benureau
5dd65ffa03
fix tests
6 years ago
Fabien C. Y. Benureau
0df52efcd3
adding tests to git plugin
...
- git plugin now performs `git init`
- git call are checked
- only one git commit per pubs command
- SandboxedCommandTestCase for real hd usecase tests.
- `git --help` now documents `--config` and `--force-colors`
6 years ago
Amlesh Sivanantham (zamlz)
3ee2c1eaec
Escapes special characters in description
6 years ago
Olivier Mangin
07c002503b
Minor: removes todo comment about implemented case
6 years ago
Olivier Mangin
1f1bbea917
Merge branch 'master' into git-plugin
6 years ago
Olivier Mangin
3b6751ea1b
Minor: Removes duplicate mock import in test_usecase
6 years ago
Olivier Mangin
4ab0267d67
Merge pull request #193 from shanewstone/feat/query_citekey
...
Add CitekeyFilter and FIELD_ALIAS 'key': 'citekey' to query.py
6 years ago
Shane Stone
607f3af23f
Add myself to contributors in readme.md
6 years ago
Shane Stone
e7fdda080b
Add line to changelog.md for citekey filter
6 years ago
Shane Stone
7645b0949c
Add test for pubs list using citekey filter in test_usecase.py
6 years ago
Shane Stone
0125c1816b
Fix indentation in _query_block_to_filter
6 years ago
Shane Stone
1f96785329
Add citekey usage example to QUERY_HELP
6 years ago