|
d4a636c15d
|
Renamed the render virtual to render_index.
|
2022-02-14 23:27:26 +01:00 |
|
|
34e669c55b
|
Added render and render_preview virtual methods to WebNode. This will make the reusability of nodes even better.
|
2022-02-14 23:07:10 +01:00 |
|
|
a3119b8b09
|
Added helper to get delta time to the node tree.
|
2022-02-10 17:01:57 +01:00 |
|
|
e705cbca34
|
Added an update interval setting to the web server. Also update will get called if it's > 0.
|
2022-02-10 16:59:31 +01:00 |
|
|
26d161fd26
|
Added the ability to request a write lock on the tree.
|
2022-02-10 16:47:18 +01:00 |
|
|
a7b8d0621c
|
Unref the active permission on reset.
|
2022-02-10 16:18:23 +01:00 |
|
|
02ca1abec9
|
implemented a new web permission system which utilizes the webnode hierarchy.
|
2022-02-10 16:17:31 +01:00 |
|
|
7e42d26afa
|
Remove comment.
|
2022-02-06 16:07:20 +01:00 |
|
|
ec61d444e4
|
Now Paginator has a renderer field. This should make pagination implementations easily replacable from user code.
|
2022-02-06 16:07:01 +01:00 |
|
|
034931d390
|
Use the new helper in Paginator. Also add enabled classes.
|
2022-02-06 15:50:19 +01:00 |
|
|
c7fa9caac4
|
Added a new clsse helper method to HTMLBuilder.
|
2022-02-06 15:49:23 +01:00 |
|
|
7cb505ee09
|
Use the class variables instead of hardcoded values.
|
2022-02-06 15:26:19 +01:00 |
|
|
3fbd86e025
|
Added a new Paginator class.
|
2022-02-06 15:18:10 +01:00 |
|
|
02563831fc
|
Added the rest of the standard rel attributes to HTMLBuilder.
|
2022-02-06 14:41:23 +01:00 |
|
|
1d311af863
|
only push the path if actually necessary during routing.
|
2022-02-06 10:55:19 +01:00 |
|
|
28d53b16f4
|
Request get_path now has 2 optional parameters for beginning and end slash placements.
|
2022-02-06 10:54:42 +01:00 |
|
|
5b9004db22
|
Now it won't matter whether the given path has a slash at the end of not for FileCache.
|
2022-02-06 09:59:38 +01:00 |
|
|
3fa13484c0
|
Remove now unneeded special dir check.
|
2022-02-06 09:42:17 +01:00 |
|
|
1fd817af9c
|
FileCache now inherits from object publicly.
|
2022-02-05 17:22:34 +01:00 |
|
|
a47b6fb206
|
Moved FileCache from core to web.
|
2022-02-05 16:55:07 +01:00 |
|
|
0189370023
|
Moved core/hash into a new crypto/hash folder. Also cleaned up core/SCsub.
|
2022-02-05 16:19:24 +01:00 |
|
|
81780683a4
|
Moved core/databases to just datatbases. Also fox database module detection login.
|
2022-02-05 15:57:40 +01:00 |
|
|
309208d359
|
Rename the web's library.
|
2022-02-05 15:47:28 +01:00 |
|
|
80d2a379fe
|
Moved html and http from core to a new web folder.
|
2022-02-05 15:30:48 +01:00 |
|