hugmouse
a22b70023f
Fix invalid css rules
2021-03-05 18:40:28 +08:00
hugmouse
62c616985d
Replace old method with new that is a little overcomplicated
2021-03-05 16:29:39 +08:00
hugmouse
8dfd2fcf9b
Fix lexer for "----" (<hr/>) case
...
The point is that there may be another character in the string.
For example, a space or a line break.
Because we check the whole string, not the first 4 characters - we can ignore the variant where it can be "----\s" or "----\r\n" and make the wrong markup.
Alternatively: use `startsWith("----")`, but this is a bit more expensive operation.
2021-03-05 14:34:56 +08:00
bouncepaw
f45758cb0e
Show only stems of names in the relative hyphae block
2021-02-27 13:42:32 +05:00
bouncepaw
2d14d30603
Rename Makefile targets
2021-02-26 21:45:52 +05:00
bouncepaw
9052f31e1f
Fix the bug with git locking
2021-02-26 21:43:45 +05:00
bouncepaw
f33eefe502
Change the wording slightly
2021-02-24 22:37:34 +05:00
bouncepaw
a8a2735363
Add the attachment tab
2021-02-24 22:34:42 +05:00
bouncepaw
22420bf690
Move assets from templates to the assets module
2021-02-23 19:41:22 +05:00
bouncepaw
170240177e
Slight redesign of the login form
2021-02-23 19:36:12 +05:00
bouncepaw
c83710f155
Move mutators.qtpl and auth.qtpl to the views
2021-02-23 19:25:07 +05:00
bouncepaw
f992f0a098
Add clear: both to the subhyphae block
2021-02-23 14:15:25 +05:00
bouncepaw
d2cc1e7074
Redesign /list
2021-02-22 23:37:23 +05:00
bouncepaw
ecbd23b3a5
Move stuff.qtpl and admin.qtpl to views/stuff.qtpl
2021-02-22 23:19:28 +05:00
bouncepaw
e72752a484
Move delete and rename to the modals module
2021-02-22 23:11:37 +05:00
bouncepaw
7f82805992
Move the unattach modal to the views module
2021-02-22 22:38:41 +05:00
bouncepaw
4798d94a94
Refactor history views
2021-02-20 21:50:25 +05:00
bouncepaw
9f1eadcec4
Make backlink sidebar invisible and make backlink indexer sync
2021-02-20 21:23:47 +05:00
bouncepaw
c726a8b307
Fix the error when previewing
2021-02-20 21:21:10 +05:00
bouncepaw
8cdea2d7ba
Fix revision contents not showing
2021-02-20 21:17:20 +05:00
bouncepaw
1917e50367
Move readers views to the views module
2021-02-20 21:14:33 +05:00
bouncepaw
bcaa1de6b7
Move navititle, attachment block, backlinks sidebar to the new views module
2021-02-20 20:48:51 +05:00
bouncepaw
0467f3a773
Split module hyphae into two modules
2021-02-20 19:03:54 +05:00
bouncepaw
345efef35a
Fix the renaming bug
2021-02-20 11:48:27 +05:00
bouncepaw
2d9e3b4a54
Move subhyphae to the bottom
2021-02-19 23:12:36 +05:00
bouncepaw
20ef0fade4
Make visual layout better
2021-02-19 21:56:31 +05:00
bouncepaw
d9cc757546
Find backlinks on wiki start
2021-02-19 14:23:57 +05:00
bouncepaw
9d89923ee5
Implement the admin panel and fix a bug with /reindex
2021-02-18 20:16:15 +05:00
bouncepaw
58ed6ecdfb
Add /admin/shutdown
2021-02-18 19:50:37 +05:00
bouncepaw
77688b3869
Fix a bug related to hyphae that have amnts but no text
2021-02-18 12:12:57 +05:00
bouncepaw
c7024da735
Fix the locking bug with CRUD operations
2021-02-18 11:21:38 +05:00
bouncepaw
ee02211b3e
Start the Great Refactoring
2021-02-17 23:41:35 +05:00
bouncepaw
5cafaaa3d8
Add proof-of-concept Gemini output of /hypha/
2021-02-09 19:35:02 +05:00
bouncepaw
5d8ee3a997
Partially move main.Index to hyphae.Index
2021-02-08 19:59:00 +05:00
bouncepaw
70e427bc23
Rotate a triangle shown in relative hyphae block
2021-02-06 21:38:48 +05:00
bouncepaw
02e7cd2bfc
Strip extra whitespace from links
2021-02-06 21:16:21 +05:00
bouncepaw
671f7a05a6
Make the relative hyphae block look nicer a little
2021-02-06 21:14:57 +05:00
bouncepaw
86aa82bc50
Drop-in replace main.hyphaData with hyphae.Hypha
2021-02-04 20:47:09 +05:00
bouncepaw
dcd12a4a6d
Allow adding styles in addition to default to /static/custom.css
2021-02-02 22:28:26 +05:00
bouncepaw
1604278819
Display beautiful names in <title> on /hypha/ and /rev/
2021-02-02 21:47:34 +05:00
bouncepaw
9fbcab210a
Make autolinks ignore several characters
2021-01-31 21:50:44 +05:00
bouncepaw
b4e866446e
Make img galleries use the new link abstraction
2021-01-31 21:39:08 +05:00
bouncepaw
dd98ae492b
Start moving universal link-related stuff to a separate module
2021-01-31 00:25:18 +05:00
bouncepaw
92dd19316c
Make /hypha/ a synonym for /page/
2021-01-30 23:29:56 +05:00
bouncepaw
e3b4c75f79
Add /user-list page
2021-01-30 23:21:50 +05:00
bouncepaw
ae1c5db3b3
Move mimetype stuff to a separate module
2021-01-29 00:07:21 +05:00
bouncepaw
d25c953409
Improve layout
2021-01-26 10:41:57 +05:00
bouncepaw
f5ad2daf44
Make relative hyphae block more compact
2021-01-25 23:46:28 +05:00
bouncepaw
2ae3974dbc
Improve page layout
2021-01-25 23:37:21 +05:00
handlerug
53192525c9
fix(ui): content min-width on large displays
2021-01-25 16:23:04 +07:00