1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00
Commit Graph

1046 Commits

Author SHA1 Message Date
Timur Ismagilov
2a1e6409c8 robots.txt: Allow /list, disallow /orphans 2022-05-07 02:00:40 +05:00
Timur Ismagilov
95e6589d2e CSS: Use less classes 2022-05-07 01:50:49 +05:00
Timur Ismagilov
dc36a177a9 Docs: Describe orphans 2022-05-07 01:30:48 +05:00
Timur Ismagilov
b2e504ec06 Implement /orphans
This page lists hyphae which have no backlinks
2022-05-07 01:21:38 +05:00
Timur Ismagilov
ce6447fea4 Fix deletion of media hyphae with no text 2022-05-07 01:03:20 +05:00
Timur Ismagilov
72a3e20ee7 Mycomarkup: Update to v4.0.2
It fixes an issue with categories, and, maybe, with hypha links
2022-04-29 13:05:59 +03:00
Timur Ismagilov
758f8e876f Auth: Fix the links appearing on anonymous wikis 2022-04-29 12:52:31 +03:00
Timur Ismagilov
797293203f Editor: Fix preview 2022-04-29 12:33:05 +03:00
Timur Ismagilov
ba91d3e2f7 Empty hyphae: Fix the message for wikis with auth 2022-04-29 12:21:45 +03:00
Timur Ismagilov
9136622ffc Img: Put captions to the right for normal galleries
* It is places as usual on narrow screens.
* The gray background is removed too.
2022-04-24 16:28:56 +03:00
Timur Ismagilov
b581221445 Title search: Results have indices instead of bullets now 2022-04-24 15:42:10 +03:00
Timur Ismagilov
57efc3e848 Editor: Make the textarea bigger 2022-04-24 15:19:52 +03:00
Timur Ismagilov
49b94074d1 Reimplement empty hypha notice with go templates 2022-04-24 14:11:53 +03:00
Timur Ismagilov
79519f0a7d Title search: Fix a bug and show No results instead of empty list when no results 2022-04-24 11:17:17 +03:00
Timur Ismagilov
4f50bd54fe Title search: Fix a bug and show No results instead of empty list when no results 2022-04-24 11:15:25 +03:00
Timur Ismagilov
59deabd0d1 Reimplement Navititle with go templates
That was rough
2022-04-23 23:35:36 +03:00
Timur Ismagilov
d7b4ea9002 Embed data-rrh-addr attribute on all pages
You can define the attribute more precisely if you want to
2022-04-23 21:53:15 +03:00
Timur Ismagilov
9200739bf8 Align left sidebars properly on very wide screens
This is some ugly CSS
2022-04-21 19:19:20 +03:00
Timur Ismagilov
bbee985cd4 Get rid of div.layout, center header on two-columnar layout 2022-04-21 19:05:17 +03:00
Timur Ismagilov
fe360f582d Replace bullet-less lists with numbered lists 2022-04-21 18:05:15 +03:00
Timur Ismagilov
cfe3ae4ff6 About: Make a little better 2022-04-21 17:56:18 +03:00
Timur Ismagilov
03fbf2f97f Change version to 1.10.0 2022-04-21 17:39:23 +03:00
Timur Ismagilov
9c0cfccf0e Viewutil: Fix the link to profile 2022-04-21 17:36:50 +03:00
Timur Ismagilov
b677f4137a About: Recreate using <dl>
What a wonderful tag

=> https://www.w3.org/TR/2011/WD-html5-author-20110809/the-dl-element.html
2022-04-21 17:19:43 +03:00
Timur Ismagilov
8ffe4a44b9 Mycomarkup: Update to v4.0.1
* Transclusion fixed
2022-04-17 16:59:44 +03:00
Timur Ismagilov
6cf59f5e2d Categories: Keep them sorted
* The input from the disk is sorted in-memory, because an admin might want to fiddle with categories.json directly and break the sorted order.
* Insertion/deletion preserve order, thanks to a new dependency.
* The dependency is an official golang package, so I think it's safe to have it.
2022-04-17 16:07:33 +03:00
Timur Ismagilov
8752278f29 Help: Horizontal line -> Thematic break 2022-04-17 15:14:06 +03:00
Timur Ismagilov
4713c1e569
Merge pull request #143 from bouncepaw/pkg-revolution
Pkg revolution
2022-04-09 15:14:16 +03:00
Timur Ismagilov
b90b36a5fa
Merge branch 'master' into pkg-revolution 2022-04-09 15:13:22 +03:00
Timur Ismagilov
a11c69027d About: Wording 2022-04-09 15:01:03 +03:00
Timur Ismagilov
e2b570615e Help: Bring the topic sidebar closer 2022-04-09 14:55:55 +03:00
Timur Ismagilov
8702660484 Help: Wording 2022-04-09 11:30:11 +03:00
Timur Ismagilov
a15eeca117 Isolate help 2022-04-09 11:28:57 +03:00
Timur Ismagilov
17e006322f Mycomarkup: Migrate to v4 2022-04-07 20:17:59 +03:00
Timur Ismagilov
23bb12d573
Update README.md
It's callec categories, not tags
2022-04-03 15:34:31 +03:00
Umar Getagazov
00a1cbb696 help: update config file reference 2022-04-03 18:43:22 +07:00
Umar Getagazov
674fdf8ac3 Update README.md 2022-04-03 17:58:48 +07:00
Timur Ismagilov
2dcb1a5fe7 Backlinks: Isolate 2022-04-02 19:58:57 +03:00
Timur Ismagilov
75ded17a03 Please staticcheck
I ignored ST1005: error strings should not be capitalized and some others
2022-04-02 11:09:37 +03:00
Timur Ismagilov
cc01a3551d Misc: Move more stuff here, including title search 2022-04-02 11:00:10 +03:00
Timur Ismagilov
5bf3808039 Misc: Move more stuff here 2022-04-02 10:22:26 +03:00
Timur Ismagilov
9eb92cfa6e Misc: Port /list to the new approach 2022-04-02 10:10:32 +03:00
Timur Ismagilov
f8fbc23202 Misc: Make the new package
It contains things like hypha list or about wiki pages
2022-04-02 09:38:16 +03:00
Timur Ismagilov
f9857768b7 Categories: Rename exported functions 2022-04-02 01:01:54 +03:00
Timur Ismagilov
0ab4bb5846 Categories: Localized titles 2022-04-02 00:59:47 +03:00
Timur Ismagilov
9d971871eb Categories: Log category mutations 2022-04-02 00:46:21 +03:00
Timur Ismagilov
e69c1dc2f9 Categories, views: Unexport stuff 2022-04-02 00:43:11 +03:00
Timur Ismagilov
686c329615 Categories, views: Give the card view its own file, make title a block 2022-04-02 00:35:40 +03:00
Timur Ismagilov
cbf416d7bb Categories, views: Implement viewutil.Chain 2022-04-02 00:18:37 +03:00
Timur Ismagilov
ca3da43e53 Categories, views: Refactor the cat page view 2022-04-02 00:07:28 +03:00