1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

382 Commits

Author SHA1 Message Date
Awilum
2e747c7bb7 fix(tests): fixes for tests 2022-09-13 13:06:47 +03:00
Awilum
414527a334 fix(tests): fixes for tests 2022-09-13 13:01:11 +03:00
Awilum
2ce6bda782 feat(expressions): add new time and strtotime expressions 2022-09-13 12:29:51 +03:00
Awilum
e9e6111ccc feat(expressions): add new round and abs expressions 2022-09-13 12:23:23 +03:00
Awilum
f28f0e5a8a feat(expressions): add new when and unless expressions 2022-09-13 11:59:02 +03:00
Awilum
189d820c2b Update settings.yaml 2022-09-10 15:04:47 +03:00
Awilum
7f443bea9b feat(core): updates for #586 #585 #584 2022-09-09 15:59:43 +03:00
Awilum
7de0b86eed feat(vars): new Vars service to store global variables 2022-09-09 14:26:18 +03:00
Awilum
9060fa30a4 feat(expressions): improve Var and Field Expressions #583 2022-09-03 10:47:22 +03:00
Awilum
ffa27d63ef feat(expressions): improve entries expression #582 2022-09-02 12:41:01 +03:00
Awilum
e8c056e3f1 feat(settings): add new fetch settings 2022-08-30 21:07:54 +03:00
Awilum
b794e64386 feat(expressions): add new fetch expression 2022-08-30 21:04:53 +03:00
Awilum
2e99d68d4b feat(helpers): add shortcode fetch for fetch helper #581 2022-08-28 21:20:11 +03:00
Awilum
a13fe8dd55 feat(tests): improve tests for entries expressions 2022-08-28 20:04:49 +03:00
Awilum
f25254856f feat(settings): update settings 2022-07-11 13:45:24 +03:00
Awilum
076e22a415 feat(expressions): add date expression function 2022-07-11 13:45:10 +03:00
Awilum
fbc61dbbe9 feat(expressions): add date expression function 2022-07-11 13:45:00 +03:00
Awilum
3e594b6398 feat(shortcodes): add date shortcode 2022-07-11 13:44:27 +03:00
Awilum
c9efafa5a4 feat(core): move all Flextype helpers into Flextype namespace 2022-07-05 17:23:28 +03:00
Awilum
572e35e835 feat(core): use FLEXTYPE_ prefix for all core constants 2022-07-04 21:41:20 +03:00
Awilum
fb05dbd70a feat(core): update codebase for php 8.1 2022-07-04 21:36:52 +03:00
Awilum
ab72bf19c8 feat(core): use FLEXTYPE_ prefix for all core constants 2022-07-04 11:43:03 +03:00
Awilum
20b9a7ce34 feat(tests): add new constant PROJECT_NAME 2022-06-10 20:27:18 +03:00
Awilum
f347c49a34 feat(core): add ability to set custom cache id string and settings cache… 2022-06-09 22:31:10 +03:00
Awilum
06ec0d7f67 feat(core): add ability to set custom cache id string and settings cache… 2022-06-09 22:24:06 +03:00
Awilum
daaa3ee1ef feat(tests): new constants PATH_PROJECT and PATH_TMP instead of old c… 2022-06-09 20:16:47 +03:00
Awilum
36a649a371 feat(core): new constants PATH_PROJECT and PATH_TMP instead of old constant array PATH 2022-06-09 20:12:01 +03:00
Awilum
12e71eebd6 feat(settings): update path format 2022-06-08 16:57:55 +03:00
Awilum
c0b998b788 feat(views): set default view path - project path 2022-06-07 20:52:39 +03:00
Awilum
acf6d5161c feat(shortcodes): change shortcodes signature 2022-06-03 12:48:43 +03:00
Awilum
a195b3e7bb feat(tests): improve tests for shortcodes 2022-05-31 22:02:02 +03:00
Awilum
b68bc7a8a9 feat(tests): improve tests for shortcodes 2022-05-31 21:57:09 +03:00
Awilum
fbdcc8af3c feat(shortcodes): add when and unless shortcodes 2022-05-31 21:38:14 +03:00
Awilum
9f676ebd43 feat(tests): improve tests for shortcodes 2022-05-31 21:22:12 +03:00
Awilum
19d71f4e11 feat(tests): improve tests for expressions directive 2022-05-31 20:06:29 +03:00
Awilum
457563dca0 feat(tests): improve tests for expressions directive 2022-05-31 19:58:55 +03:00
Awilum
c719ecf1b1 feat(tests): improve tests for expressions directive 2022-05-31 19:57:56 +03:00
Awilum
53613f76ad feat(tests): improve tests for collections 2022-05-31 18:15:16 +03:00
Awilum
3b208a9dbf feat(tests): add tests for collection macros 2022-05-31 18:07:25 +03:00
Awilum
89325800e9 feat(expressions): add const expression 2022-05-29 11:38:47 +03:00
Awilum
cd55223e0c feat(shortcodes): add const shortcode 2022-05-29 11:30:01 +03:00
Awilum
c3619c65b4 feat(expressions): add new field and var expressions 2022-05-29 11:11:53 +03:00
Awilum
da3b93b940 feat(expressions): add expressions engine support for entries fields 2022-05-28 21:33:20 +03:00
Awilum
045ef17372 feat(directives): add ability to customize tags for expressions directive 2022-05-27 19:55:09 +03:00
Awilum
cf42aaf820 feat(directives): add expressions directive 2022-05-27 18:33:29 +03:00
Awilum
f3247c618c feat(shortcodes): add ability to use textile directive with textile 2022-05-27 18:08:46 +03:00
Awilum
467758eba8 feat(shortcodes): add ability to use markdown directive with markdown shortcode 2022-05-27 17:19:02 +03:00
Awilum
97e6bda8e0 feat(shortcodes): add type shortcode 2022-05-27 17:14:42 +03:00
Awilum
9274fb42b1 feat(shortcodes): add ability to use php directive with php shortcode 2022-05-27 16:46:24 +03:00
Awilum
5fe6c9a13e feat(shortcodes): add eval shortcode 2022-05-27 16:34:00 +03:00