Commit graph

41 commits

Author SHA1 Message Date
Visman
c648a52651 Revert "Core\Router: Fix for dynamic files in the forum root"
This reverts commit d4969ae009.
2023-11-08 19:29:14 +07:00
Visman
d4969ae009 Core\Router: Fix for dynamic files in the forum root
Example: /sitemap.xml, /sitemap1.xml, /sitemap542.xml
2023-11-08 16:28:33 +07:00
Visman
2e64177610 Core\Router: Do less calculations in link() method 2023-11-03 15:44:40 +07:00
Visman
ebef5d5dad Add some order 2023-07-14 20:45:32 +07:00
Visman
0f61f3ec0d Code style and minor changes 2023-04-29 15:07:09 +07:00
Visman
5528d0480b Up min PHP version from 7.3 to 8.0 2023-04-27 19:36:15 +07:00
Visman
983241b995 Update Router.php
Wrongly written bots broke everything :)
2023-04-12 12:08:30 +07:00
Visman
efaf3112d8 Revert "Small changes that break everything"
This reverts commit e61bd6c3c0.
2022-01-17 18:06:49 +07:00
Visman
e61bd6c3c0 Small changes that break everything 2022-01-17 18:06:33 +07:00
Visman
b61f382405 Update Core\Router
Add optional anchor.
2021-03-29 18:08:09 +07:00
Visman
6a9bcdddff Update Core\Router
Autocomplete {hash} in links.
2021-03-07 15:41:22 +07:00
Visman
d303f1a002 Update Core\Router
Now, to automatically calculate token, it does not need to be passed in arguments with a value equal to null.
2021-02-13 21:25:17 +07:00
Visman
7101264a3b Update Core\Router
Remove duplicate information needed to build links.
2021-02-13 20:55:41 +07:00
Visman
7bdd3d6c09 Update Core\Router
You can set the types of arguments returned when processing uri.
Now Router can return integers in addition to strings.
2021-02-12 23:36:30 +07:00
Visman
e83ef43cb6 Copyright 2020-12-21 17:40:19 +07:00
Visman
97de25a05f Fix for PHP 8 RC2 2020-10-29 14:32:54 +07:00
Visman
9a064e3b89 Fix Core\Router\validate()
If there is no route for GET and the response is METHOD_NOT_ALLOWED, then check the route for POST
2020-10-20 20:24:52 +07:00
Visman
bd0ca920fd Add strict mode 1 2020-10-14 20:01:43 +07:00
Visman
328d65465d Fix namespace for constants 2020-10-14 14:06:59 +07:00
Visman
6656c082e0 Add auto calc token for Router\link() 2020-09-23 21:04:21 +07:00
Visman
8dc15138eb emove phpDocumentor syntax from comments 2020-09-12 23:22:32 +07:00
Visman
0799853a93 Coding style 2020-07-03 15:28:10 +07:00
Visman
700435010a Coding style 2020-07-02 21:07:17 +07:00
Visman
a228dc1792 Move constants from Routing to Router 2020-07-01 23:37:14 +07:00
Visman
8131e14e56 Coding style 2020-06-28 12:10:59 +07:00
Visman
e87a75cd6d Add declaration of argument types and return values 2020-05-24 18:30:48 +07:00
Visman
54d1e7d537 Minor fix 2019-12-29 16:52:39 +07:00
Visman
f04c994f7e Update for PHP 7.4 2019-11-28 20:25:13 +07:00
Visman
2a132adc24 2018-03-04 2018-03-04 20:31:05 +07:00
Visman
244e1649e9 2018-03-04 2018-03-04 18:44:12 +07:00
Visman
0c13908e25 2018-01-22 2018-01-22 23:34:06 +07:00
Visman
a255ac2a16 2017-12-19 2017-12-19 22:34:38 +07:00
Visman
8f6f0696ea 2017-12-15 2017-12-15 22:09:00 +07:00
Visman
c49db50c23 2017-12-07 2017-12-07 19:21:51 +07:00
Visman
66ac330784 2017-12-03 2017-12-03 22:50:06 +07:00
Visman
37f80f6fb8 2017-11-03 2017-11-03 20:06:22 +07:00
Visman
58b807cb87 2017-09-30 2017-10-01 00:12:17 +07:00
Visman
2a8c75f613 Install 2017-03-13 23:14:57 +07:00
Visman
a1f5f61a50 Mail, Auth, Register, UserMapper, Validator 2017-03-02 15:45:43 +07:00
Visman
ffdcefb076 Validator 2017-02-20 21:52:45 +07:00
Visman
75288400c6 intermediate achievements 2017-02-14 20:05:26 +07:00