1988 Commits

Author SHA1 Message Date
Giuseppe Criscione
29f7e62070 Add max width to the panel 2022-12-06 00:01:02 +01:00
Giuseppe Criscione
3a867f528b Fix editor sizing 2022-12-05 23:58:29 +01:00
Giuseppe Criscione
815f3122aa
Merge pull request #400 from getformwork/dependabot/npm_and_yarn/panel/postcss-8.4.19 2022-12-05 08:55:34 +01:00
dependabot[bot]
56d7a57be9
Bump postcss from 8.4.18 to 8.4.19 in /panel
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.19.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.19)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 01:23:21 +00:00
Giuseppe Criscione
c454750500
Merge pull request #399 from getformwork/dependabot/npm_and_yarn/panel/sass-1.56.1
Bump sass from 1.55.0 to 1.56.1 in /panel
2022-12-05 01:09:41 +01:00
Giuseppe Criscione
8caddb1f4b
Merge pull request #398 from getformwork/dependabot/npm_and_yarn/panel/chartist-1.3.0
Bump chartist from 1.2.1 to 1.3.0 in /panel
2022-12-05 01:08:31 +01:00
dependabot[bot]
98b2d239eb
Bump chartist from 1.2.1 to 1.3.0 in /panel
Bumps [chartist](https://github.com/chartist-js/chartist) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/chartist-js/chartist/releases)
- [Changelog](https://github.com/chartist-js/chartist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chartist-js/chartist/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: chartist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 23:23:20 +00:00
Giuseppe Criscione
2b25a062c4
Merge pull request #397 from getformwork/dependabot/npm_and_yarn/panel/codemirror-5.65.10
Bump codemirror from 5.65.9 to 5.65.10 in /panel
2022-12-05 00:22:14 +01:00
dependabot[bot]
54866e210e
Bump codemirror from 5.65.9 to 5.65.10 in /panel
Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.9 to 5.65.10.
- [Release notes](https://github.com/codemirror/basic-setup/releases)
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/basic-setup/commits)

---
updated-dependencies:
- dependency-name: codemirror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 21:15:44 +00:00
Giuseppe Criscione
6415289f2a
Merge pull request #396 from getformwork/dependabot/npm_and_yarn/panel/eslint-8.29.0
Bump eslint from 8.26.0 to 8.29.0 in /panel
2022-12-04 22:12:57 +01:00
dependabot[bot]
b0d2980c6c
Bump sass from 1.55.0 to 1.56.1 in /panel
Bumps [sass](https://github.com/sass/dart-sass) from 1.55.0 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.55.0...1.56.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 19:50:06 +00:00
dependabot[bot]
a23a9a491d
Bump eslint from 8.26.0 to 8.29.0 in /panel
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 19:49:17 +00:00
Giuseppe Criscione
6733c88e33
Merge pull request #389 from getformwork/feature/core-2.0
🚧 Rewrite the main classes for Formwork 2.0
2022-12-04 20:48:40 +01:00
Giuseppe Criscione
e629e1bbf2 Rewrite Page, Site and related classes 2022-12-04 20:46:46 +01:00
Giuseppe Criscione
e1f88af263 Add Arr::entries() and Arr::fromEntries() 2022-12-04 19:50:20 +01:00
Giuseppe Criscione
4ce49b3039 Add disk usage to info 2022-12-03 14:18:12 +01:00
Giuseppe Criscione
87c54a2152 Allow any data to be encoded by AbstractEncoder 2022-12-01 22:56:17 +01:00
Giuseppe Criscione
5e55e8ba22 Update coding standards 2022-12-01 22:42:51 +01:00
Giuseppe Criscione
0e6cdb69d2 Add method toPlainText() to markdown fields 2022-12-01 22:33:37 +01:00
Giuseppe Criscione
2ebf9850cf Fix methods to array field 2022-12-01 22:33:09 +01:00
Giuseppe Criscione
d74b7d062e Update methods to date field 2022-12-01 22:31:50 +01:00
Giuseppe Criscione
3b8ef9e27c Improve date formats parsing 2022-12-01 22:27:08 +01:00
Giuseppe Criscione
40a60245ae Update types to class Image 2022-12-01 22:26:13 +01:00
Giuseppe Criscione
8d3a8c081a FIx Field::validate() 2022-11-30 21:59:12 +01:00
Giuseppe Criscione
cf05018b4a Move validation logic to Field::validate() 2022-11-29 22:16:23 +01:00
Giuseppe Criscione
5166bf3d36 Add missing PHPDoc 2022-11-29 19:58:30 +01:00
Giuseppe Criscione
c46b825bc7 Rename page "404" to "error" 2022-11-28 23:33:45 +01:00
Giuseppe Criscione
ddf9b749ca Move some methods from Panel to controllers 2022-11-28 23:05:44 +01:00
Giuseppe Criscione
f55d09c34d Rename trait SingletonTrait to SingletonClass 2022-11-28 00:10:43 +01:00
Giuseppe Criscione
151841e4cf Rename option panel.lang to panel.translation 2022-11-27 23:54:32 +01:00
Giuseppe Criscione
fc2a9be244 Remove test config 2022-11-27 23:40:21 +01:00
Giuseppe Criscione
4cc1bfb28e Fix Page::setLanguage() 2022-11-27 22:47:59 +01:00
Giuseppe Criscione
ea386d88ab Rename admin to panel 2022-11-27 21:21:19 +01:00
Giuseppe Criscione
47654dd6ee Defer loading of Admin 2022-11-27 19:41:15 +01:00
Giuseppe Criscione
23e8d19d74 Rewrite pages and fields 2022-11-27 19:40:38 +01:00
Giuseppe Criscione
b61bdfeb6d Update admin routes 2022-11-27 19:30:41 +01:00
Giuseppe Criscione
74ac832d09 Update helpers 2022-11-27 19:30:21 +01:00
Giuseppe Criscione
e78e5f7f76 Improve class View 2022-11-27 19:28:44 +01:00
Giuseppe Criscione
31de3dccef Update Composer packages 2022-11-27 14:01:24 +01:00
Giuseppe Criscione
6b42673f77 Add Arr::group() 2022-11-27 13:44:54 +01:00
Giuseppe Criscione
d916c98e01 Add Constraint::isEqualTo() 2022-11-27 13:43:52 +01:00
Giuseppe Criscione
e20d6895f1 Update README.md to show PHP version for 2.x-dev 2022-11-27 13:33:58 +01:00
Giuseppe Criscione
c8451926ab Add Arr::pluck() 2022-11-23 23:23:31 +01:00
Giuseppe Criscione
9208d13055 Add Arr::mapKeys() 2022-11-23 23:18:06 +01:00
Giuseppe Criscione
e3feb11f2a Add return type to Router::dispatch() 2022-11-23 23:11:12 +01:00
Giuseppe Criscione
aaf70fb84a Fix DataIterator return types 2022-11-23 23:08:38 +01:00
Giuseppe Criscione
14de748207 Fix DataCountable::count() return type 2022-11-23 23:07:51 +01:00
Giuseppe Criscione
457db2c3ab Add route admin.notfound 2022-11-23 22:50:16 +01:00
Giuseppe Criscione
2c93f31be6 Make .htaccess rewrite rules case-insensitive 2022-11-23 22:48:19 +01:00
Giuseppe Criscione
288e8468eb Add missing constant Str::INTERPOLATION_REGEX 2022-11-20 00:41:42 +01:00