Azareal
750c0ff442
Moved all but one of the control panel theme routes into /routes/panel/
2018-10-01 00:43:46 +10:00
Azareal
dea74eb32a
Localised the registration errors.
2018-09-30 19:48:31 +10:00
Azareal
d675b2720f
Began localising the id_must_be_integer and url_id_must_be_integer error pages.
...
Fixed the punctuation on a couple of registration errors, these will be localised too soon enough.
Removed a bit of boiletplate in groups.go with buildBasePage.
2018-09-30 10:42:33 +10:00
Azareal
322a46bcb5
Moved the control panel group routes into /routes/panel/
...
Added the Update, UpdatePerms and CopyPtr methods to *Group.
2018-09-30 10:08:27 +10:00
Azareal
dfca660dfc
Localised the common error phrases.
...
The no permissions error page has a less generic title now.
Fixed a bug where the title didn't show up for the not found page.
2018-09-28 17:19:51 +10:00
Azareal
d8d5bc0573
Localised the not found error.
2018-09-27 20:53:40 +10:00
Azareal
59497de8dc
Flatten out the Errors map in the phrase files.
2018-09-27 20:29:16 +10:00
Azareal
e9a9441e93
Changed the topic list filter label text when switching between sort orders.
...
You can now close the topic list filter drop-down.
2018-09-27 19:41:35 +10:00
Azareal
2e5256dd73
The topic list sort filters should be localised too.
2018-09-26 18:10:46 +10:00
Azareal
9005b10be1
Fixed the live topic list after Most Viewed broke it
2018-09-26 18:05:25 +10:00
Azareal
859ed2c730
Finished the Most Viewed Page for Nox.
...
Added three phrases for topic_list.
Moved the topic_middle_inside suffix phrases from the CSS files into the template proper.
Removed a newline in topic_middle_inside and used flex instead.
The link_select drop-down is now only visible when someone clicks on the link.
Tweaked the .topic_forum line height for Cosora.
Tweaked the .topic_view_count font size for Cosora.
2018-09-26 17:46:30 +10:00
Azareal
efbb59f085
Fixed a bug where admins weren't able to reorder menu items.
2018-09-26 16:19:07 +10:00
Azareal
04abfbe34f
Fixed a bug where editing things wouldn't work.
2018-09-26 13:14:53 +10:00
Azareal
44ade585c6
Merge branch 'tlistsort' of https://github.com/Azareal/Gosora into tlistsort
...
# Conflicts:
# templates/topics.html
# themes/nox/public/main.css
2018-09-25 19:34:41 +10:00
Azareal
a4117d1cf8
Move the inline filter opt styles into Nox's main.css
2018-09-25 19:24:22 +10:00
Azareal
80657813da
Made the filter opt visible again and started work on the filter drop-down menu.
2018-09-25 19:24:22 +10:00
Azareal
1d17e7f334
Preliminary topic view counts for the Cosora Theme.
...
Added the topic.view_count_suffix phrase.
2018-09-25 19:22:20 +10:00
Azareal
4b75f5b55f
Made the filter opt visible again and started work on the filter drop-down menu.
2018-09-25 18:02:40 +10:00
Azareal
273a0b3637
Added internationalisation documentation.
2018-09-24 17:54:54 +10:00
Azareal
7db4c60470
Simplify these calls with a closure.
2018-09-24 17:52:06 +10:00
Azareal
28dedf987b
Tweak the header size and hide these bits momentarily so we can merge back into master.
2018-09-24 17:49:19 +10:00
Azareal
15b3ad07fa
Try to eliminate some of these debug comments.
2018-09-24 09:42:17 +10:00
Azareal
00059194a5
Punctuation should demarcate word endings too.
2018-09-24 09:40:52 +10:00
Azareal
cb9f067ff4
Maybe this? Hm.
...
I also tweaked the padding on the forum quick topic forms.
2018-09-21 14:23:25 +10:00
Azareal
64caed61ee
Merge branch 'master' into tlistsort
2018-09-20 22:44:59 +10:00
Azareal
06f20c3e1f
Linkified the username in the userbox in Nox.
...
We don't need two profile menu items.
Removed some excessive padding from the Nox profiles.
2018-09-20 22:39:03 +10:00
Azareal
7de911d78c
Alerts now work in Nox.
2018-09-20 20:45:33 +10:00
Azareal
a1403d495d
Let's see how we can best do this o-o
2018-09-20 18:56:50 +10:00
Azareal
eb6db07c30
Fixed a bug in the URL parser where it would demand a double newline rather than a single.
2018-09-20 16:47:54 +10:00
Azareal
e9645c07bd
Added support for simple named mentions.
...
Added a GetByName method to the UserStore.
Added eight mention tests.
Added the tryStepBackward function, might get removed.
Removed some superfluous commented debug statements.
2018-09-20 16:31:09 +10:00
Azareal
47d1010a53
Added the AddHashLinkType function so that plugins can add custom hash link types in an efficient manner.
...
Moved the hashLinkMap, etc. out of ParseMessage so that we can make them more pluggable.
The first word in usernames can no longer be purely numeric.
Added some ID mention tests.
2018-09-20 14:36:50 +10:00
Azareal
f6b889b53b
# is now allowed in URLs.
...
Added a few hashlink tests.
2018-09-20 12:58:06 +10:00
Azareal
ca322a1456
Begin refactoring the hashlinks to make them more pluggable.
2018-09-20 12:44:34 +10:00
Azareal
46f03775c9
Use a Go 1.10 String Builder instead of byte slices in ParseMessage.
...
Removed a couple of unnecessary lines from global.js
2018-09-20 11:51:18 +10:00
Azareal
5d4013f500
Probe out this failing test case.
2018-09-20 11:42:45 +10:00
Azareal
5a189e7180
We can probably be looser with ParseMessage than with PreparseMessage as it handles these edge cases for us.
2018-09-20 11:37:50 +10:00
Azareal
ed481fb75b
The parser handles these ones not the pre-parser.
2018-09-20 11:28:21 +10:00
Azareal
138a97d69b
Added URL parser tests.
2018-09-20 11:11:44 +10:00
Azareal
6941786490
Reduce the amount of boilerplate for images in the parser.
2018-09-19 16:59:07 +10:00
Azareal
335fe4fdbe
Little useful note and began work on v0.2.0
2018-09-19 16:41:36 +10:00
Azareal
225a2cc8a1
0.1.0 tag, checkpoint release.
...
Upped the user cache capacity and topic cache capacity.
More resource management work. WIP.
Added Hyperdrive to the experimental folder. It doesn't really work right now, but I'd like to track it's progress.
Eliminated a line in global.js
2018-09-19 16:09:03 +10:00
Azareal
cd89e836a1
Some resource management work and performance improvements.
...
Added the DeallocOverflow and BulkRemove methods to UserCache.
Added the HasUser method to WsHubImpl.
Added a hot path for the common case of a single uncached item in BulkGetMap in DefaultUserStore.
2018-09-13 17:41:01 +10:00
Azareal
1854010840
Fixed a bug where nil sockets weren't getting skipped.
...
Added some additional sanity checks.
2018-09-12 19:50:57 +10:00
Azareal
646c1f2545
Don't prematurely load topics just to increment their cached view counts.
2018-09-11 22:21:15 +10:00
Azareal
01040b200d
Fixed a bug where the alert list would extend endlessly with WebSockets disabled or if a user has too many alerts.
...
Fixed a bug where the wrong alerts would be removed if a alert dismissal event is received for an alert which isn't in the client cache.
2018-09-09 12:15:53 +10:00
Azareal
a13b575b72
Alert dismissals should now be fanned out to other tabs and devices listening to the alert feed.
2018-09-08 23:50:15 +10:00
Azareal
3822fe12d2
Refactored the client-side alert logic.
...
Exported WsHubImpl's PushMessage method.
Fixed a bug in WSUser's WriteAll and WriteToPage methods where they wouldn't skip over the nil sockets.
2018-09-08 22:47:37 +10:00
Azareal
e22a96f53e
Oops, make sure those locks are released.
2018-09-08 15:29:51 +10:00
Azareal
dfc60ec214
Added support for multiple subscribers mapped to a single user in the WebSockets Component. Untested.
2018-09-08 15:12:48 +10:00
Azareal
b718dcdc17
Added a missing form background for the User Editor in Nox.
2018-09-08 12:17:01 +10:00