Commit Graph

144 Commits

Author SHA1 Message Date
Michael Lazar 4461782c67 Fixed a few edit/delete edge cases, consolidated error handling. 2015-04-11 21:52:46 -07:00
ysakamoto 0fae751d44 submission mode behavior change 2015-04-11 17:58:12 -05:00
ysakamoto 8fcd2212a4 page up/down implemented 2015-04-11 17:47:35 -05: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 f31ad72f92 catch key error, omit extra notifications 2015-04-07 01:37:11 -05:00
Tobin e321ac8182 added editing submissions and comments 2015-04-06 12:01:44 -05:00
Tobin 6f2dd9f528 edited style to match other functions 2015-04-06 11:39:57 -05:00
Tobin 9a95684c76 added deleting comment or submission 2015-04-06 11:28:52 -05:00
Michael Lazar ea1230d30c Added logging and error handling for posts and comments. 2015-04-05 18:29:12 -07:00
Michael Lazar 0aa40f7f14 Improved help message display on small terminal windows 2015-04-05 17:36:42 -07:00
Michael Lazar 9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Michael Lazar 2141fe6e31 Cleaned up user login. 2015-04-02 09:59:23 -07:00
ysakamoto c7a760791a prompt to log out/in when logged in/out 2015-04-02 02:11:03 -05: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 a1fdd2a93a move cursor to top after search, prompt_input method 2015-03-31 13:24:33 -05:00
Tobin 16ab77fc2c ran autopep8 2015-03-31 00:20:44 -05:00
Tobin 5d72126fa5 clear input queue when moving cursor 2015-03-30 23:37:50 -05:00
Tobin 9a4a0b59ea missing show_help import 2015-03-30 23:19:23 -05:00
Tobin 69a346abe8 missing import statement 2015-03-30 18:36:01 -05:00
Tobin 6fcabe36e3 implemented controllers for key input 2015-03-30 17:18:29 -05:00
Tobin 346ba424f2 added base controller for command decorators 2015-03-30 16:58:01 -05:00
Michael Lazar 7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00
Michael Lazar fd9cbd8841 Fixed bug where folding a comment would crash the page. 2015-03-15 23:26:30 -07:00
Michael Lazar f61303eae1 Added exception handling for voting if the user isnt logged in. 2015-03-14 01:05:11 -07:00
Michael Lazar eba9238adc Semi-major refactor, added upvotes/downvotes. 2015-03-14 00:19:16 -07:00
Michael Lazar 17a1c27a2c Implemented unicode sandwich. 2015-03-12 19:02:22 -07:00
Michael Lazar b0f8c398ce /r/front now displayed as "Front Page". 2015-03-09 00:18:03 -07:00
Michael Lazar b0053643f7 Added username to banner if logged in. 2015-03-09 00:11:09 -07:00
Michael Lazar df91903900 Clean up, simplified key commands. 2015-02-12 20:40:51 -08:00
Michael Lazar 901c094dd5 Finally made progress on scrolling behavior for short submissions. 2015-02-12 00:54:22 -08:00
Michael Lazar d018b6fd42 Added HTTP error check. 2015-02-11 22:35:04 -08:00
Michael Lazar 1b8b25fd8b Fixed submission refresh, changed some coloring. 2015-02-11 20:29:02 -08:00
Michael Lazar a980e6b4c3 Disabled toggling the submission. Improved scrolling stability. 2015-02-09 23:29:21 -08:00
Michael Lazar 86836c60a4 Fixed behavior of bottom post when scrolling down. 2015-02-08 00:06:52 -08:00
Michael Lazar 31529a9770 Switched to relative imports for python3. 2015-02-03 22:09:19 -08:00
Michael Lazar cafc08dafa Python 3.4 compatability. 2015-02-02 23:46:47 -08:00
Michael Lazar c9c38dc264 Added color! Added setup.py 2015-02-02 21:43:06 -08:00
Michael Lazar d01393e4b4 Increased stability for self posts. Still more work to be done. 2015-02-01 21:19:01 -08:00
Michael Lazar d84b3a5702 Added enter command. Make selfpost scroll a little more elegant. 2015-02-01 20:27:30 -08:00
Michael Lazar 4ff4b98236 Error handling. 2015-02-01 03:10:03 -08:00
Michael Lazar b8794e3599 Refactored page initialization, content initialization, and loading. 2015-02-01 02:02:22 -08:00
Michael Lazar 66dd4c5bd4 Moved files around, tweaked content generators. Things are in a broken state atm. 2015-01-30 23:11:11 -08:00