Olivier Mangin
b71b602a50
FIX bug in color when color not activated.
...
_nodye does not support being called with arg instead of kwarg.
Also improves pretty print and adds related tests.
11 years ago
Olivier Mangin
3e8b780e84
FIX bib_oneliner not robust to missing year.
11 years ago
Olivier Mangin
ad29b27412
FIX bugs witth added time.
...
Actually implement set of added time in repository.
Changes storage of added time (now as datetime.datetime).
11 years ago
Olivier Mangin
d2ba13700f
Better handling of path (also fixes bugs).
...
Paths should be normalized through content.system_path before any actual
operation on files. This is in particular taken care of in content
functions check_file, check_dir, write_file, and read_file.
11 years ago
Olivier Mangin
07cb6f696c
Adds back edit command.
...
The Repository rename_paper method has been updated. The citekey update
and syncronization with citekey in the bibdata should be handled in a
sane manner inside the Paper class.
11 years ago
Olivier Mangin
c9e4f9788c
Moves removing of 'id' to endecoder where it belongs.
11 years ago
Olivier Mangin
e1ae125916
Removes texnotes plugin since it is too specific.
11 years ago
Olivier Mangin
e4a25abcfb
FIXES test_repo.
...
Removes 'id' entry from bibdata.
Fixes bug introduced in repo.
11 years ago
Olivier Mangin
c299874146
Fix use of color for import error while color module not yet imported.
11 years ago
Olivier Mangin
de3dda85d1
FIX inconsistent error on push for existing paper.
...
The error raised by Repository.push_paper was different depending on
whether the existence of the paper in the repository was tested directly
through the filebroker (quicker when list of citekeys in not loaded) or
through the regular __contains__ method.
11 years ago
Olivier Mangin
2f1a8ae42a
Adds possibility to create repo when instance initialized.
...
This avoids having to manually call _create on filebroker.
11 years ago
Fabien Benureau
47f54af8fa
bump to version 5
11 years ago
Fabien Benureau
d3736e257b
moving from pybtex to bibtextparser, fixed major regressions.
...
* only bibtex format is supported
* all tests except test_repo.py and edit test pass
* edit and update commands were not updated
* removed --format argument from export, only bibtex is supported.
11 years ago
Fabien Benureau
c692f23054
space separation for tags + tag color
11 years ago
Fabien Benureau
523fe888a3
many bugfixes when adding paper through editor
11 years ago
Fabien Benureau
e6d4c33846
added dialog when downloading a file
11 years ago
Fabien Benureau
be88ab1cf5
added 'pdf' field to docfile search in bibfile
11 years ago
Fabien Benureau
3aaed155f6
pubs list returns papers sorted by the time they were added
11 years ago
Fabien Benureau
7fe7704699
fix attach_cmd where meta would not be updated
11 years ago
Fabien Benureau
dfd16c029d
first working paper test + bugfix
11 years ago
Fabien Benureau
9243859294
updated test_usecase + fixed bug in import_cmd
11 years ago
Fabien Benureau
0b1a351485
bibstruct tests + bug fixes
11 years ago
Fabien Benureau
dbb17426d0
add_cmd: fix bug
11 years ago
Fabien Benureau
529e4e5950
added timestamps
11 years ago
Fabien Benureau
c4f296346a
add template text to add editor input
11 years ago
humm
2078876168
default bibfile formant is bibtex + fixed a bug in get_content
11 years ago
Fabien Benureau
8d91545472
papers renamed 'pubs'
11 years ago