Commit Graph

251 Commits (master)

Author SHA1 Message Date
Vincent Zeng b5845ede8d adding extra version confirmation options 2017-12-31 12:31:09 -05:00
Vincent Zeng e545dff22c added update confirmation checker 2017-12-31 12:28:42 -05:00
Vincent Zeng eae0c5ffd4 moving update text to config 2017-12-31 12:21:05 -05:00
Vincent Zeng 9d7b470b2a cleaning up settings and version checker
this commit picks up from some of my broken local repos; it improves the config
validator run at startup, handles publishing toggling more correctly, and
includes version updating to 0.10.2
2017-12-31 11:52:56 -05:00
endorphant f1f6f03e08 cleaning up gopher setting 2017-12-05 23:00:21 -05:00
endorphant 5b16817f50 polished menu feature, resolves #23 2017-12-05 22:50:45 -05:00
endorphant 9fd7b8020e cleaning up gopher publishing + more verbose docs 2017-12-04 23:18:42 -05:00
endorphant e3669b8135 fussing with user-facing update text 2017-12-04 20:29:28 -05:00
endorphant a0e1800ef5 Merge branch 'master' into tildetown-gopher 2017-12-04 19:34:56 -05:00
hvincent a65dd546a4
Merge pull request #22 from tildetown/gopher
adding gopher support features from ~vilmibm
2017-12-04 19:33:29 -05:00
endorphant 9edd4a7bb5 sprucing up gophermap printing 2017-12-04 19:18:43 -05:00
nate f8fc8262b4 remove stray TODOs 2017-12-03 20:06:02 -08:00
nate 9376908cbd minor cleanup 2017-12-03 20:05:04 -08:00
nate fb0463df2d add micro as an editor option 2017-12-03 20:04:54 -08:00
nate 40a2712b41 finish gopher support 2017-12-03 20:04:46 -08:00
nate 0b77ad7c6a WIP on gopher stuff 2017-12-03 19:37:43 -08:00
nate 006caf230c remove some unused imports 2017-12-03 16:01:28 -08:00
endorphant a7d2cb4bdf removing global chmods
resolves #19; the issue is with tilde.town's use of /var/global. once
the permissions are set correctly on those to begin with, they should
just stick, so this isn't a ttbp issue.
2017-11-29 12:20:37 -05:00
hvincent 85354189d7
Merge pull request #21 from modgethanc/date-hacking
adding a 30 day limit to listing entries for global feels.

this resolves #11, but perhaps the 30 day limit should be a globally-configurable variable for future updates.
2017-11-25 21:40:26 -05:00
Vincent Zeng 9766ef6605 adding a 30 day limit to listing entries for global feels
resolves #11
2017-11-25 21:39:58 -05:00
Vincent Zeng 5788068d80 minor documentation updates 2017-11-22 23:37:15 -05:00
Vincent Zeng 1ce5c1983a re-enabling global feels writing
this no longer causes ioerror after #19 was fixed
2017-11-22 23:22:26 -05:00
hvincent 05f1e66c94
Merge pull request #20 from tildetown/master
leave behind editable global files
2017-11-22 01:58:38 -05:00
vilmibm 63cc187557 leave behind editable global files 2017-11-22 05:12:49 +00:00
endorphant 1bf0d88bb3 Merge branch 'master' of github.com:modgethanc/ttbp 2017-11-21 21:27:59 -05:00
endorphant e26764eab5 temporarily disabling global feels writing
see issue #19 for details; this is just a brief patch so it doesn't
crash every time someone writes a post
2017-11-21 21:27:26 -05:00
endorphant 3d171b3a3d temporarily disabling global feels writing
see issue #15 for details; this is just a brief patch so it doesn't
crash every time someone writes a post
2017-11-21 21:21:45 -05:00
Vincent Zeng 279c7f1431 adding link to contrib guidelines 2017-11-21 19:27:12 -05:00
Vincent Zeng 7aaa99d917 finishing contributor guidelines 2017-11-21 19:25:15 -05:00
Vincent Zeng 87c2491388 Merge branch 'master' into documentation_update 2017-11-21 19:00:48 -05:00
hvincent b4b2b34158
Merge pull request #18 from tildetown/packaging
Packaging and config consolidation
2017-11-21 18:46:41 -05:00
Vincent Zeng 3784ebfefe stubbing conributing guidelines 2017-11-21 17:59:08 -05:00
nathaniel smith 5121650d23 update changelog 2017-11-20 22:49:36 -08:00
nathaniel smith 4a03f6cf36 flurry of bugfixes 2017-11-20 22:39:38 -08:00
nathaniel smith 2e01008838 fix version so version check conditionals don't break 2017-11-20 22:08:13 -08:00
nathaniel smith bcb98bc8cb add colorama to setup.py 2017-11-20 22:03:34 -08:00
nathaniel smith ab17642361 consolidate variables in config module 2017-11-20 22:02:10 -08:00
nathaniel smith e910ce5518 create a .gitignore 2017-11-20 19:07:25 -08:00
nathaniel smith 5763834132 create setup.py and ttbp package 2017-11-20 19:07:14 -08:00
nathaniel smith c44860dc72 remove stray symlink 2017-11-20 18:07:12 -08:00
endorphant ed9805a543 sure am hardcoding more stuff for issue #11 2017-11-07 12:19:35 -05:00
endorphant 84492799e3 adding hardcoded bs to make global feels list load faster, re issue #11 2016-12-04 20:18:41 -05:00
endorphant 3a1e854245 updating changelog 2016-11-30 19:16:22 -05:00
endorphant 07a995afae fixes #3
adding an index shift to the paginator allows correct selection of menu
items.

also, while i'm at it, removed a bug that was displaying rainbowmenu
incorrectly, and also added pagination to neighbor view.
2016-11-08 18:38:15 -05:00
endorphant 90b8828ba5 moving stable to 0.9.2, cleaning up pagination display 2016-10-10 17:53:02 -04:00
endorphant 281d8cda06 removed redundant sort on file listing; sort on file lists should now
only be called on the specific incantation.

wrote a preliminary list scroller on beta only.
2016-10-06 11:38:14 -04:00
endorphant 2003af31f8 balancing versions 2016-09-09 12:21:49 -04:00
endorphant 08238c7e9c cleaning up new user initialization.
now it adds a version file to prevent having to check for updates on the
next start, and also removes double-confirming that setup is complete
2016-09-08 19:11:34 -04:00
endorphant d83df0f370 updating docs 2016-09-08 19:02:56 -04:00
endorphant 718308ea55 adding screenshots 2016-09-08 18:35:50 -04:00