Commit Graph

238 Commits (master)

Author SHA1 Message Date
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
endorphant d0c1e5ff6d minor update synchronizing 2016-09-07 22:29:12 -04:00
endorphant 56419f2f43 there was a major bug that caused users who opted not to publish to
crash during version checking. the version checker was trying to update
files associated with published blogs, and crashing due to trying to
read null paths.

this fix checks to see if the user has opted to publish *before* running
those updates.
2016-09-07 22:05:38 -04:00
hvincent 9e372b4160 Merge pull request #2 from Sanqui/master
Fix lists when encountering inacessible entries
2016-08-31 16:17:54 -04:00
sanqui 1a823c3e3d Fix lists when encountering inacessible entries 2016-08-31 18:36:37 +00:00
endorphant e0f2f64d02 fixing publish dir bug, again
threw in a str cast so the program won't crash when the publish dir
settting ends up as null. I SHOULD REALLY FIGURE OUT WHY THAT KEEPS
HAPPENING but i'm so sleepy
2016-06-14 22:39:03 -04:00
endorphant 72d0bdf208 license change
switching over to mit license.
2016-06-14 21:51:49 -04:00
endorphant d33bdbfab1 adding environment validator and nopub clearer
on startup, ttbp checks to see if the environment is valid, and prompts
user to run setup again if not. also, nopub files are now removed from
html if they were generated.
2016-06-09 22:42:08 -04:00
endorphant aebdd51d08 fixing publishing issue with updating from <0.8.6
previously, symlinks were not being created correctly; this commit
should address that.
2016-06-09 21:18:34 -04:00
endorphant 116be618a0 doing some repo cleanup 2016-06-03 04:16:12 -04:00
endorphant 6dd3cad6a6 updating changelog 2016-06-02 03:48:28 -04:00
endorphant 9d34f87836 cleanup pass
fixing readme typo, switching live link to https, making feels
publishing re-render after reviewing feels.
2016-06-02 03:46:19 -04:00
endorphant b5babed1fc more WHITESPACE TIGHTENING 2016-05-31 23:08:14 -04:00
endorphant 84700451c7 display cleanup, readme update
TIGHTENING UP SOME GRAPHICS

also catching blank message for feedback

and updating the docs

and adding date printing to redraw/banner
2016-05-31 22:42:03 -04:00