Commit graph

429 commits

Author SHA1 Message Date
Manuel Ebert
23d73c8caf Use PKCS#7 for encryption
Closes #156
2014-07-28 18:45:08 -06:00
Manuel Ebert
8cea8c0e2c Tests for ignoring invalid DayOne entries 2014-07-28 18:45:05 -06:00
Manuel Ebert
bb741d9773 Ignore unreadably DayOne entries 2014-07-28 18:45:01 -06:00
Manuel Ebert
b595208423 version bump 2014-07-28 18:44:58 -06:00
Manuel Ebert
84be6efb87 Tests for #153 2014-07-28 18:44:55 -06:00
Manuel Ebert
600a75a415 Assumes no DST in case of ambiguous dates
Fixes #153
2014-07-28 18:44:52 -06:00
Manuel Ebert
d44caf1055 Warns if using --edit without editor
Closes #151
2014-07-28 18:44:48 -06:00
Manuel Ebert
f13554a530 No 3.4 on Travis yet :-( 2014-07-28 18:44:45 -06:00
Manuel Ebert
381f2588b5 Version bump 2014-07-28 18:44:42 -06:00
Manuel Ebert
463f2a99ac Test on Python 3.4 2014-07-28 18:44:38 -06:00
Manuel Ebert
328131c1ab Create path to journal during installation
Fixes #152
2014-07-28 18:44:35 -06:00
Manuel Ebert
dec2acbc13 Improved docs for day one 2014-07-28 18:44:32 -06:00
Manuel Ebert
6f56725e8a Small update to parsing regex 2014-07-28 18:44:29 -06:00
Manuel Ebert
df4b0d8e72 Fixes writing new lines between entries 2014-07-28 18:44:26 -06:00
Manuel Ebert
6641a69b57 Don't decode unicode 2014-07-28 18:44:23 -06:00
Manuel Ebert
3ed3d90517 Even more unicode fixes 2014-07-28 18:44:20 -06:00
Manuel Ebert
d825489be6 More unicode fixes for #119 2014-07-28 18:44:16 -06:00
Manuel Ebert
cfe3e829bb Changelog & version bump 2014-07-28 18:44:13 -06:00
Manuel Ebert
5d84aad5a5 Fixes white spaces at the beginning of lines, fixes #134 2014-07-28 18:44:10 -06:00
Manuel Ebert
eb904568bb Changelog & version bump 2014-07-28 18:44:07 -06:00
Manuel Ebert
3f87ce15c3 Small fix for unicode in DayOne, fixes #119 2014-07-28 18:44:03 -06:00
Manuel Ebert
375b6e1d0b Makefile update 2014-07-28 18:44:00 -06:00
Manuel Ebert
2461524299 Version bump 2014-07-28 18:43:57 -06:00
Manuel Ebert
36cbc02276 Tests for filtering by tags 2014-07-28 18:43:54 -06:00
Manuel Ebert
ef6f5e85f5 Adds the tag symbol to day one entries on load 2014-07-28 18:43:51 -06:00
Josh Tan
1faf496595 Simplified syntax for joining journal names with new lines. 2014-07-28 18:43:48 -06:00
Josh Tan
b121c53186 Added ability to list accessible journals.
Previously, if a user forgot the exact name of a journal, they could check the configuration file to retrieve this information. This patch adds support for performing this task using the jrnl interface.

The newly added '-ls' option retrieves the available journals from the jrnl configuration files and displays each journal name on a separate line.

This patch also updates the jrnl help display and the usage documentation to reflect these changes.
2014-07-28 18:43:44 -06:00
Manuel Ebert
891f20ae9b Flexible argparse for 2.6 2014-07-28 18:43:41 -06:00
William Minchin
0f0b31e67f Fix linewrap
If a line was exactly the length of `linewrap`, the extra space was
causing the next line to be blank. But if the line is empty, we need the
space to maintain the `| ` sidebar.
2014-07-28 18:43:38 -06:00
William Minchin
c75efd8326 Don't replace all double spaces
want to maintain the ability to format with the use of just text.
2014-07-28 18:43:35 -06:00
Manuel Ebert
34e35fd8cb Download count 2014-07-28 18:43:32 -06:00
Manuel Ebert
c6c7ce35aa Changelog and docs 2014-07-28 18:43:29 -06:00
Manuel Ebert
4440bf5ca1 Allows -3 as a shortcut for -n 3 2014-07-28 18:43:25 -06:00
Manuel Ebert
2e6dfcbeb4 Clean up 2014-07-28 18:43:22 -06:00
William Minchin
87ec18fa78 Convert from local util.get_local_timezone() to tzlocal.get_localzone()
one side effect is that a `pytz` object is returned rather than a
string, and so conversion to a string must be done explicitly at run
time where needed.
2014-07-28 18:43:19 -06:00
William Minchin
d957fd70ee Fix typos in test files 2014-07-28 18:43:16 -06:00
William Minchin
253978f747 require tzlocal version 1.1 or better
jrnl needs the OSX fixes in version 1.1
2014-07-28 18:43:13 -06:00
William Minchin
0790204a85 [Travis-CI] manually install PyCrypto 2014-07-28 18:43:09 -06:00
William Minchin
fb23c41bba Use Travis-CI without requirements.txt 2014-07-28 18:43:06 -06:00
William Minchin
eb273a446b Just use setup.py
(don't keep a second copy in `requirements.txt`)
2014-07-28 18:43:03 -06:00
William Minchin
c756770a67 allow newer versions of tzlocal 2014-07-28 18:43:00 -06:00
William Minchin
5ff185b2df documentation typo fix 2014-01-28 14:37:15 -07:00
Manuel Ebert
81b684afdf Merge pull request #129 from maebert/fix-argparse
Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl no...
2014-01-26 10:22:40 -08:00
Manuel Ebert
fc72514434 Fix a logic bug so that jrnl -h and jrnl -v are possible even if jrnl not configured yet. 2014-01-26 14:15:46 +01:00
Manuel Ebert
1e4506803b Merge pull request #127 from maebert/pdt1.2
Upgrade to parsedatetime 1.2
2014-01-26 03:47:59 -08:00
Manuel Ebert
cebe33574d Upgrade to parsedatetime 1.2 2014-01-26 12:37:41 +01:00
Manuel Ebert
7b630fb65e Statistics ideas 2014-01-26 12:24:54 +01:00
Manuel Ebert
60bcac8d55 Fix copyright 2014-01-26 12:05:46 +01:00
Manuel Ebert
b88180fbce Updated docs from master 2014-01-26 12:05:46 +01:00
Manuel Ebert
ea70ac713f Fixed references to jrnl_conf 2014-01-26 12:05:45 +01:00