1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
handlerug
bbb577a6bb
Add links to users in user panel 2021-06-30 02:29:15 +07:00
Timur Ismagilov
b8420c81a8 Link the user panel from the admin panel 2021-06-29 23:43:04 +05:00
handlerug
11e98b2368
Working user panel
See https://mycorrhiza.wiki/hypha/idea/user_panel

It's not pretty, but it works. The next step is to make it look good.
2021-06-29 22:10:48 +07:00
handlerug
477c449a05
Initial user panel draft 2021-06-29 17:34:36 +07:00
handlerug
5e154cce01
Uncommitted markup 2021-06-21 11:52:38 +07:00
handlerug
26099e7dda
Sync edit and preview templates and fix some bugs 2021-06-20 12:56:19 +07:00
Timur Ismagilov
2efa3a8481 Tweak HTML+CSS 2021-06-20 03:59:11 +05:00
Timur Ismagilov
e5e9720654 Make editor buttons dark in the dark theme 2021-06-16 02:46:25 +05:00
handlerug
bf4a15b61d
Improve appearance of edit message field 2021-06-14 14:53:11 +07:00
handlerug
679588abd5
Merge branch 'master' into master 2021-06-14 14:27:28 +07:00
handlerug
eefa797097
Replace /page/ with /hypha/ everywhere 2021-06-14 14:20:37 +07:00
handlerug
4dc319116a
Aaaaaa more shortcuts refactoring 2021-06-14 14:00:49 +07:00
handlerug
b4910edcca
Refactor shortcut help 2021-06-14 13:58:20 +07:00
Alex Gu
1c30f82445 Add Edit description 2021-06-14 03:47:11 +03:00
handlerug
feea6bf3d7
Make <textarea> auto-focus on the editor page 2021-06-13 23:29:54 +07:00
handlerug
aeb05336e9
Shortcuts handler
This class registers shortcuts and processes key presses. It can also
register multiple shortcuts and shortcuts with multiple keys pressed
sequentially. Perhaps it should also support shortcuts with multiple
keys pressed simultaneously for folks at https://klava.wiki ...
2021-06-13 12:41:38 +07:00
handlerug
59f91482c0
Replace the old name with the new one 2021-06-12 22:04:43 +07:00
handlerug
839f8bc2d6
New static files system
assets.qtpl is no more! Now you can just add files to static/ folder,
make sure the extension is registered in static.go (a shortcoming
that'll be addressed in future Go versions), and you're done! It
searches the local file system first, then falls back to the files
embedded with the binary (in the static/ folder).
2021-06-12 20:58:04 +07:00
handlerug
3f6500bae2
Fix spelling on the registration page 2021-06-06 21:21:21 +07:00
Timur Ismagilov
01e280fbdb Add the new supertext syntax to the toolbar 2021-05-28 01:46:41 +05:00
Timur Ismagilov
48034fc25b Make some visual design changes 2021-05-25 12:34:04 +05:00
Timur Ismagilov
fcd4b9b853 Change URLs for static assets
/static/... → /assets/...
2021-05-22 23:10:32 +05:00
Timur Ismagilov
06ac565e76 Let wiki admins specify custom script URLs in the config file
See devconfig.ini for an example.
2021-05-22 23:05:14 +05:00
Timur Ismagilov
77d1cf5009 Add the registration link to the top bar 2021-05-16 13:47:44 +05:00
Timur Ismagilov
39e7f0b880 Make the login and register forms look better in the dark theme 2021-05-16 13:37:35 +05:00
Timur Ismagilov
1d1b5af50b Make the finishing touches on the non-existent hypha notice 2021-05-14 14:31:47 +05:00
Timur Ismagilov
f7b4ec938e Make new hypha notice's buttons dark in the dark theme 2021-05-14 14:24:31 +05:00
Timur Ismagilov
a540e8c3f8 Provide a better non-existent hypha notive 2021-05-14 14:05:07 +05:00
Timur Ismagilov
171e9e2bac Migrate to mycomarkup/links module 2021-05-11 14:35:46 +05:00
Timur Ismagilov
a1852d363e Refactor and document some stuff 2021-05-11 13:33:00 +05:00
Timur Ismagilov
b53a6d5dff Drop support of icon redefining, use a different url for icons 2021-05-09 15:07:01 +05:00
Timur Ismagilov
662794dd59 Move config-related stuff to its own module 2021-05-09 14:36:39 +05:00
bouncepaw
4baee749d3 Add a button that inserts current time in UTC 2021-05-03 23:47:21 +05:00
bouncepaw
4ff51352af Print some diffs in web feeds 2021-05-03 23:31:19 +05:00
bouncepaw
7c1f38d5b0 Increment version 2021-05-01 21:26:21 +05:00
bouncepaw
317081b69f Add numbered and bulleted lists to the toolbar 2021-05-01 11:57:14 +05:00
bouncepaw
291c8c01ca Open the mycomarkup link in the toolbar on a new tab 2021-04-19 21:41:26 +05:00
bouncepaw
68ab5df3f1 Implement register form and some registration-related code 2021-04-12 22:40:43 +05:00
bouncepaw
bfeb341341 Add more buttons to the toolbar: headings, code 2021-04-06 14:04:57 +05:00
bouncepaw
04f3372687 Organize the toolbar and add the link yourself button 2021-04-05 23:29:45 +05:00
bouncepaw
9070ef90e2 Refactor the toolbar a little and move the cursor more 2021-04-05 22:38:44 +05:00
bouncepaw
ded26881fd Feed numerous minor issues 2021-04-04 22:22:14 +05:00
DanInSpace
52d7e0f87e More actions on toolbar, correct cursor position 2021-03-20 22:48:56 +05:00
DanInSpace
310a3f4a63 review changes 2021-03-20 19:21:50 +05:00
DanInSpace
9071a72de3 47 insert current date button 2021-03-20 19:02:56 +05:00
Timur Ismagilov
30ec26c5e2
Update stuff.qtpl 2021-03-19 19:01:55 +05:00
bouncepaw
215ce70c08 Write 1.0 version 2021-03-14 20:34:24 +05:00
bouncepaw
f3c4a45c3d Add primitive diffs accessible from history pages 2021-03-14 20:01:32 +05:00
bouncepaw
f11314488c Add /admin/reindex-users 2021-03-14 18:29:57 +05:00
bouncepaw
8fc036ba1c Throw away all backlink-related stuff 2021-03-14 18:16:30 +05:00