1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-04 20:27:35 +02:00

70 Commits

Author SHA1 Message Date
Awilum
eeb0875a1a refactor(core): code updates and improvements - doctrine 2022-07-07 15:55:21 +03:00
Awilum
572e35e835 feat(core): use FLEXTYPE_ prefix for all core constants 2022-07-04 21:41:20 +03:00
Awilum
e812177050 feat(core): rename constant START_TIME to FLEXTYPE_START_TIME 2022-07-04 11:40:13 +03:00
Awilum
da223475e0 feat(core): Added ability to override default constants 2022-06-24 22:02:44 +03:00
Awilum
af5b798ffe feat(core): add new constant PROJECT_NAME 2022-06-10 20:25:50 +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
41848400a5 refactor(flextype): move some core stuff from index file to flextype core 2022-04-05 18:47:24 +03:00
Awilum
6f73d54280 chore(flextype): update copyright information 2022-04-05 16:46:55 +03:00
Awilum
b18203f2ee chore(flextype): update flextype link and misc info 2022-04-04 21:48:33 +03:00
Awilum
4785945053 refactor(cors): code cleanup 2022-01-03 22:15:49 +03:00
Awilum
0f84b3758d feat(index): use require_once instead of include 2021-08-10 11:09:37 +03:00
Awilum
75ee572489 feat(core): simplify and improve folders and namespaces structure 2021-08-03 18:37:42 +03:00
Awilum
5652ad6559 feat(index): use flextype.php starting point #199 2021-08-01 12:52:50 +03:00
Awilum
835eb30ebf feat(index): use flextype()->app()->run() instead bootstrap include #199 2021-07-28 21:07:37 +03:00
Awilum
25ec3cf06e feat(core): basic code updates for slim4 migration and possible integration with php-di 2021-07-28 16:31:23 +03:00
Awilum
b52c730221 feat(core): use flextype.php as common entry point. 2021-02-09 23:32:39 +03:00
Awilum
f4ff94d7b0 refactor(core): change http://flextype.org to https://flextype.org 2020-12-28 19:58:04 +03:00
Awilum
16fa2bf28c feat(core): Moving to PHP 7.4.0 #524 2020-12-27 18:25:37 +03:00
Awilum
3e0248dcb7 refactor(core): code formating and refactoring 2020-12-06 21:57:58 +03:00
Awilum
e6665ad04b feat(core): add new tmp constant #470 2020-09-07 11:27:23 +03:00
Awilum
ad31b20a70 feat(core): Moving to PHP 7.3.0 #456 2020-08-15 01:42:19 +03:00
Awilum
6131203536 refactor(index): typo update 2020-08-03 23:31:09 +03:00
Ron Kirschler
f71e87652a Update index.php
Added `__DIR__` to the bootstrap include.
2020-08-03 09:46:31 +02:00
Awilum
4fc4c42cab feat(core): Moving to PHP 7.2.5 #444 2020-07-31 20:33:04 +03:00
Awilum
cd89c9e1a4 fix(core): fix flextype config loading.
BREAKING CHANGES

1. /project/config/settings.yaml move to /project/config/flextype/settings.yaml
2. remove constant PATH['config'], use - PATH['project'] . '/config/'
2020-06-27 09:19:21 +03:00
Awilum
8a07ffa544 refactor(core): new project folder instead of site
BREAKING CHANGES

- rename `site` into `project`
- use new constant PATH['project'] instead of constant PATH['site']
2020-04-26 22:41:26 +03:00
Awilum
b6c4045b65 refactor(core): constants refactoring 2020-04-08 19:48:45 +03:00
Awilum
910fa4f64c feat(refactor): rename $flextype_autoload and $flextype_loader 2020-04-08 16:53:06 +03:00
Awilum
2bf9ae2eba refactor(core): total refactor from the core next round #414 2020-03-15 13:07:23 +03:00
Awilum
1e8ac74a34 refactor(core): total refactor from the core #414 2020-03-15 12:24:29 +03:00
Awilum
c137257c9b refactor(core): typo fix index.php #414 2020-03-15 11:49:38 +03:00
Awilum
27dc9087ca refactor(core): remove constants from the core #414 2020-03-15 11:47:39 +03:00
Awilum
c0016513dd feat(core): add new constant PATH['uploads'] 2020-02-19 17:11:43 +03:00
Awilum
7e1d5bdc77 feat(core): improve composer installation message 2020-02-17 13:56:40 +03:00
Awilum
d2490bfac5 refactor(core): fix code standard for index.php #347 2020-01-09 00:05:42 +03:00
Awilum
e377a76c4e refactor(core): move /site/logs directory to the /var/logs #347
according to: http://www.linfo.org/var.html

/var is a standard subdirectory of the root directory in Linux and other Unix-like operating systems that contains files to which the system writes data during the course of its operation.

The root directory is the directory that contains all other directories and files on a system and which is designated by a forward slash ( / ). Among the other directories that are usually installed by default in the root directory are /bin, /boot, /dev, /etc, /home, /initrd, /lib, /lost+found, /misc, /mnt, /opt, /proc, /root, /sbin, /tmp and /usr.

/var is specific for each computer; that is, it is not shared over a network with other computers, in contrast to many other high-level directories. Its contents are not included in /usr because situations can occur in which it is desired to mount /usr as read-only, such as when it is on a CDROM or on another computer. /usr, which is generally the largest directory (at least on a newly installed system) and is used to store application programs, should only contain static data.

Among the various subdirectories within /var are /var/cache (contains cached data from application programs), /var/games (contains variable data relating to games in /usr), /var/lib (contains dynamic data libraries and files), /var/lock (contains lock files created by programs to indicate that they are using a particular file or device), /var/log (contains log files), /var/run (contains PIDs and other system information that is valid until the system is booted again) and /var/spool (contains mail, news and printer queues).
2020-01-08 20:59:55 +03:00
Awilum
21bb5fb785 refactor(core): add accounts tokens for accounts dir #347 2020-01-06 19:55:18 +03:00
Awilum
3dea112169 refactor(core): add constant tokens for new tokens dir #347 2020-01-06 19:53:47 +03:00
Awilum
765b30d11a refactor(core): move /site/cache directory to the /var/cache #347
according to: http://www.linfo.org/var.html

/var is a standard subdirectory of the root directory in Linux and other Unix-like operating systems that contains files to which the system writes data during the course of its operation.

The root directory is the directory that contains all other directories and files on a system and which is designated by a forward slash ( / ). Among the other directories that are usually installed by default in the root directory are /bin, /boot, /dev, /etc, /home, /initrd, /lib, /lost+found, /misc, /mnt, /opt, /proc, /root, /sbin, /tmp and /usr.

/var is specific for each computer; that is, it is not shared over a network with other computers, in contrast to many other high-level directories. Its contents are not included in /usr because situations can occur in which it is desired to mount /usr as read-only, such as when it is on a CDROM or on another computer. /usr, which is generally the largest directory (at least on a newly installed system) and is used to store application programs, should only contain static data.

Among the various subdirectories within /var are /var/cache (contains cached data from application programs), /var/games (contains variable data relating to games in /usr), /var/lib (contains dynamic data libraries and files), /var/lock (contains lock files created by programs to indicate that they are using a particular file or device), /var/log (contains log files), /var/run (contains PIDs and other system information that is valid until the system is booted again) and /var/spool (contains mail, news and printer queues).
2020-01-06 19:19:00 +03:00
Awilum
a2a553f03b feat(core): revert Entries Manager - Media section updates #225 #186 2019-09-07 15:49:23 +03:00
Awilum
5f7b45b426 feat(core): add new constant - PATH['assets'] #186 #225 2019-09-04 17:00:09 +03:00
Awilum
f399a2e3c3 copyrights updates 2019-08-11 11:55:51 +03:00
Awilum
d1c0e7ebd4 copyrights updates 2019-08-09 17:13:26 +03:00
Awilum
9b77bcd6ff Flextype Core and Plugins: Doctrine Coding Standard #200 #186
- next round of code improvements
2019-08-05 20:00:55 +03:00
Awilum
eae6ca8daf Flextype Core and Plugins: Doctrine Coding Standard #200 #186
- next round of code improvements
2019-08-02 00:17:23 +03:00
Awilum
3ef62a4cb4 Flextype Core: Moving to PHP 7.2 #198 #186 2019-08-01 13:53:32 +03:00
Awilum
bd1d938a60 Flextype Core: General fixes and refactoring #117 2019-06-11 21:18:18 +03:00
Awilum
1a2cf47ef2 Flextype Slim Integration - next round of integration 2019-02-24 00:16:18 +03:00
Awilum
bc3027d56c Flextype Slim Integration - Commit with last code updates and research. 2019-02-23 23:18:57 +03:00
Awilum
b5f20aac3f Flextype: Copyrights information updates. 2019-02-20 14:08:27 +03:00