Commit Graph

45 Commits

Author SHA1 Message Date
Michael Lazar
dd9879f5d1 Added new line. 2016-02-11 18:31:52 -08:00
Michael Lazar
dd8539f581 Simplified a bunch of the language in the readme. 2016-02-11 18:20:35 -08:00
Michael Lazar
b6ff23acad Documentation updates. 2015-12-18 18:30:52 -08:00
Michael Lazar
a7b789bfd9 Squashed commit of the following:
Updated the supported python versions list.
    Fixed regression in displaying xposts. #173.
    Fixing a few style things.
    Added a more robust test for the tornado handler.
    Trying without pytest-cov
    Updated travis for coverage.
    Remove python 3.2 support because no unicode literals, following what praw supports.
    "Side effect is not iterable."
    Added requirements for travis.
    Renamed travis file correctly.
    Adding test configurations, got tox working.
    Adding vcr cassettes to the repo.
    Renamed requirements files.
    Split up tests and cleaned up test names.
    Tests done, still one failure.
    Treat cassettes as binary to prevent bad merging.
    Fixed a few broken tests.
    Added a timeout to notifications.
    Prepping subreddit page.
    Finished submission page tests.
    Working on submission tests.
    Fixed vcr matching on urls with params, started submission tests.
    Log cleanup.
    Still trying to fix a broken test.
    -Fixed a few pytest bugs and tweaked logging.
    Still working on subscription tests.
    Finished page tests, on to subscription page.
    Finished content tests and starting page tests.
    Added the test refresh-token file to gitignore.
    Moved functional test file out of the repository.
    Continuing work on subreddit content tests.
    Tests now match module names, cassettes are split into individual tests for faster loading.
    Linter fixes.
    Cleanup.
    Added support for nested loaders.
    Added pytest options, starting subreddit content tests.
    Back on track with loader, continuing content tests.
    Finishing submission content tests and discovered snag with loader exception handling.
    VCR up and running, continuing to implement content tests.
    Playing around with vcr.py
    Moved helper functions into terminal and new objects.py
    Fixed a few broken tests.
    Working on navigator tests.
    Reorganizing some things.
    Mocked webbrowser._tryorder for terminal test.
    Completed oauth tests.
    Progress on the oauth tests.
    Working on adding fake tornado request.
    Starting on OAuth tool tests.
    Finished curses helpers tests.
    Still working on curses helpers tests.
    Almost finished with tests on curses helpers.
    Adding tests and working on mocking stdscr.
    Starting to add tests for curses functions.
    Merge branch 'future_work' of https://github.com/michael-lazar/rtv into future_work
    Refactoring controller, still in progress.
    Renamed auth handler.
    Rename CursesHelper to CursesBase.
    Added temporary file with a possible template for func testing.
    Mixup between basename and dirname.
    Merge branch 'future_work' of https://github.com/michael-lazar/rtv into future_work
    py3 compatability for mock.
    Beginning to refactor the curses session.
    Started adding tests, improved unicode handling in the config.
    Cleanup, fixed a few typos.
    Major refactor, almost done!.
    Started a config class.
    Merge branch 'master' into future_work
    The editor now handles unicode characters in all situations.
    Fixed a few typos from previous commits.
    __main__.py formatting.
    Cleaned up history logic and moved to the config file.
2015-12-02 22:37:50 -08:00
Gustavo Zambonin
0cfa7bd2a8 page.py: quit without prompt restored
docs.py: reflect change on docs
2015-10-16 15:46:15 -03:00
Michael Lazar
ba71453b7c Finished template for manpage, added --version flag. 2015-09-27 18:19:00 -07:00
Michael Lazar
6cc744bf91 Tweaking a few things oauth things. 2015-09-20 19:54:41 -07:00
Théo Piboubès
2951cc9f30 Merge branch 'oauth2' 2015-09-04 20:28:01 +02:00
Théo Piboubès
67fc9c569c Merge branch 'master' of git://github.com/michael-lazar/rtv 2015-09-04 20:25:46 +02:00
Théo Piboubès
1f0ca4d592 Update README.rst and docs 2015-09-04 18:39:22 +02:00
Johnathan Jenkins
ccadcfe891 add undocumented function to display new messages. 2015-08-28 10:05:09 -07:00
Johnathan Jenkins
210eba35fc add undocumented function to display new messages. 2015-08-27 13:07:14 -07:00
Théo Piboubès
efed781fa1 Refactoring and making rtv OAuth-compliant 2015-08-17 00:36:18 +02:00
Théo Piboubès
248a87a7e5 Some additional keybindings 2015-08-10 18:06:55 +02:00
Théo Piboubès
57d59c034d Add new command to help menu 2015-08-10 00:40:04 +02:00
Michael Lazar
2a935922bf Upping version, updated readme, changed post keybind. 2015-05-28 20:54:04 -07:00
Michael Lazar
be164941e9 Fixed replying to unicode posts. 2015-05-16 18:23:26 -07:00
Michael Lazar
ff0e9bc677 Upping version. 2015-04-22 19:45:35 -07:00
Michael Lazar
3e6b7c98d5 Added error checking, still need to test. 2015-04-10 18:22:57 -07:00
Brobin
68ae4570dc fixed submission file to have default content 2015-04-07 22:14:35 -05:00
Tobin
e321ac8182 added editing submissions and comments 2015-04-06 12:01:44 -05:00
Michael Lazar
fea3540587 Updated __all__ for docs.py. 2015-04-05 17:38:20 -07:00
Michael Lazar
9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Tobin
2f8dcabbef removed keybinding for profile sub, now just /r/me 2015-04-04 15:09:57 -05:00
Tobin
a8c3d61e50 updated documentataion for profile view 2015-04-03 17:20:28 -05:00
Tobin
c2ac411b2b updated docs for posting 2015-04-03 13:35:57 -05:00
michael-lazar
4017c8655f Merge pull request #58 from Brobin/post_submission
Added posting a Submission (text post)
2015-04-02 23:22:26 -07:00
ysakamoto
59b657de37 check username/password before real login 2015-04-01 21:56:25 -05:00
ysakamoto
8c56211d94 login with '+' key 2015-04-01 19:35:25 -05:00
Tobin
26d4d247b0 fix subreddit name when user tries to post to /new etc. 2015-04-01 16:27:42 -05:00
Tobin
feffe83e06 Disallow posting to /r/all, /r/front. Use subreddit instead of name 2015-04-01 15:07:57 -05:00
Tobin
19aea61d4e typo 2015-04-01 13:07:14 -05:00
Tobin
5c68a008c9 Basic framework to post submission, doesn't actually submit it yet 2015-04-01 13:06:17 -05:00
Michael Lazar
0bd6c88022 Merge branch 'search_subreddit' of https://github.com/Brobin/rtv into Brobin-search_subreddit 2015-03-31 20:25:08 -07:00
Tobin
37c43559df updated help and docs for search command 2015-03-31 14:02:25 -05:00
a-tal
bdce9cb4b5 requests raises an error when the useragent starts with \n 2015-03-31 07:58:48 -07:00
Tobin
16ab77fc2c ran autopep8 2015-03-31 00:20:44 -05:00
Tobin
c2bf9a88ed updated docs for enter key binding 2015-03-30 17:26:19 -05:00
Michael Lazar
ddcf17c13f doc wording. 2015-03-29 19:40:48 -07:00
Michael Lazar
f831e1650a Merge branch 'comment-help' of https://github.com/yskmt/rtv into yskmt-comment-help
Conflicts:
	rtv/curses_helpers.py
2015-03-28 00:08:59 -07:00
Michael Lazar
c64ec55453 Tweaked comment wording. 2015-03-27 23:24:49 -07:00
noah morrison
32fd689544 Use comments instead of a cutoff line.
As per request of michael
2015-03-24 19:42:52 -04:00
noah morrison
08c78c54ec Add instructions to the comment file. 2015-03-23 18:59:08 -04:00
Michael Lazar
688289f00c Fixed a few imports and docs. 2015-03-20 02:25:23 -07:00
Michael Lazar
7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00