Commit graph

2213 commits

Author SHA1 Message Date
Visman
80b6ae4efb Minor change 2021-03-29 18:10:52 +07:00
Visman
2516542b68 Minor change 2021-03-29 18:09:17 +07:00
Visman
b7cec55d60 Add optional anchor for PM routes 2021-03-29 18:08:41 +07:00
Visman
b61f382405 Update Core\Router
Add optional anchor.
2021-03-29 18:08:09 +07:00
Visman
453ab2588e Update Models\Topic\Model
Change calcPage() method. New database query.
2021-03-28 00:29:55 +07:00
Visman
e649468608 Update Core\Func\paginate()
For PM, a non-standard variable is needed to pass the page number.
2021-03-27 23:55:20 +07:00
Visman
b656432b71 Update Models\Forum\Model 2021-03-27 22:48:22 +07:00
Visman
020518edbd Update Topic page 2021-03-27 22:48:02 +07:00
Visman
c74ef4c196 Update Models\Topic\Model 2021-03-27 22:47:40 +07:00
Visman
e9f5b048a9 Fix Models\PM\Model
Leave the keys unchanged.
2021-03-27 19:19:48 +07:00
Visman
7e1984fee6 Fix Models\PM\Load 2021-03-27 19:18:53 +07:00
Visman
6e13a66367 Update Admin\Install page
Return to the old structure of private messages.
2021-03-27 16:19:14 +07:00
Visman
8483830462 Update Models\PM\Cnst 2021-03-27 16:17:21 +07:00
Visman
2dc5021569 Add Models\PM\Save 2021-03-27 16:16:48 +07:00
Visman
f8b0b81964 Update Models\PM\Load
Delete pm_rnd table.
2021-03-27 16:16:32 +07:00
Visman
ff77eb11ad Update Models\PM\Model
Delete pm_rnd table.
2021-03-27 16:16:00 +07:00
Visman
46f2c21a57 Minor change 2021-03-27 16:11:05 +07:00
Visman
d1972e6043 Minor change 2021-03-27 16:09:33 +07:00
Visman
3b53122aa1 Delete Models\PM\PRnd 2021-03-27 16:08:13 +07:00
Visman
5435a1cd51 Set maximum passphrase length 100000 characters
Protection against possible overflow and DoS.
2021-03-24 19:56:21 +07:00
Visman
f73e8d05c5 Update Edit post
Use the link from the post to redirect.
2021-03-22 22:30:36 +07:00
Visman
75e8387b09 Update Post page
Use the link from the post to redirect.
2021-03-22 22:29:06 +07:00
Visman
2ea78456dd Add Models\PM\PRnd 2021-03-21 23:50:52 +07:00
Visman
c42018faf4 Add Models\PM\Load 2021-03-20 22:37:36 +07:00
Visman
45d5498a86 Add PM\Model model 2021-03-20 22:35:15 +07:00
Visman
11b91b1873 Add Models\PM\Cnst
These are constants for PM.
2021-03-20 22:28:09 +07:00
Visman
8f78e94799 Add layouts\pm.forkbb template 2021-03-20 22:26:18 +07:00
Visman
93ee41bb9a Update style.css
Add small style for PM.
2021-03-20 22:24:51 +07:00
Visman
d723f13f82 Minor change for post traits 2021-03-20 22:19:15 +07:00
Visman
f549d2dc7f Minor change for Core\Container 2021-03-20 22:18:19 +07:00
Visman
621c7f5e0d Small fix for Core\Config 2021-03-20 22:17:32 +07:00
Visman
17c6578714 Update Profile\View page
Add "Send PM" link to user profile.
2021-03-20 22:15:55 +07:00
Visman
ae0954f83a Update Rules\Profile
Add sendPM property.
2021-03-20 22:13:40 +07:00
Visman
2af02b0286 Update Post\Model
There is a need to think about how to unbind id =1 from the guest :(
2021-03-20 22:12:01 +07:00
Visman
d41f4d1501 Minor change in templates and style 2021-03-18 23:11:19 +07:00
Visman
12b0432f02 Change post form for messages 2021-03-18 18:05:28 +07:00
Visman
0a60f0482a Update pages
Add constants for $this->fIndex.
2021-03-18 18:01:31 +07:00
Visman
6210cb69bb Change common lang files 2021-03-18 17:54:49 +07:00
Visman
8621a039d2 Fix comment 2021-03-18 17:53:44 +07:00
Visman
2e83329590 Update Controllers\Routing for PM 2021-03-18 17:53:07 +07:00
Visman
a0a49f99a9 Change email bbcode
Change the handler so that the html validator doesn't swear at bad emails addresses.
Symbols ', '', < and > will be encoded htmlspecialchars() function, rather than rawurlencode(). That is, addresses with such symbols will be unsuitable for transfer to the postal program.
2021-03-17 14:13:59 +07:00
Visman
3349e55f0a Clear admin.css 2021-03-16 16:39:39 +07:00
Visman
e8d7d146b2 Change comment 2021-03-16 12:19:10 +07:00
Visman
ecb87a9696 Update Models\Model
Now accessing the model property starting with A-Z will return the external method (Models\Method) specified in the engine configuration for current model or an exception.
This behavior is similar to ManagerModel.
2021-03-16 12:15:54 +07:00
Visman
d5d271491d Update Models\ManagerModel
Remove extends from Models\Model.
2021-03-15 22:50:27 +07:00
Visman
9f72acea32 Update Core\Lang
Show more information in an exception.
2021-03-15 20:06:57 +07:00
Visman
d3ba23039a Make a visual mark for subforums-links 2021-03-14 22:44:08 +07:00
Visman
8dc124099c Fix "Link to" for Forum page 2021-03-14 22:24:34 +07:00
Visman
bc8f988db4 Fix for title 2021-03-14 22:19:29 +07:00
Visman
d48b72668d Deselect prefix sub forums as link 2021-03-14 22:15:17 +07:00