1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00
Commit Graph

14374 Commits

Author SHA1 Message Date
camer0n
9de234324c Issue #6 URLs should not be inside language files. 2025-04-11 07:23:57 -07:00
Nick Liu
23933885ca fix(datetimepicker): Handle manually entered dates with UNIX epoch
This supersedes commit 19578e9fee which attempted to fix the issue
but was limited to a specific date format (dd.mm.yyyy). The new
approach uses the datetimepicker's native parsing capabilities to
handle dates in any configured format.

When users manually typed dates in fields set with
`data-date-unix="true"` without clicking on the calendar widget, the
values weren't being converted to UNIX timestamps as expected. This
resulted in the date field not appearing to save its value.

The improved solution:
- Uses the picker's `getDate()` method to parse dates according to the
  configured format
- Properly handles timezone adjustments for datetime fields
- Includes better error handling and validation
- Works with all locale formats supported by the datetimepicker

Fixes #5412
2025-04-10 19:28:51 -03:00
Jimako
873966c5ce fix for date field without click on calendar 2025-04-10 19:28:47 -03:00
camer0n
6f8d4478be Issue #5458 Test 2025-04-08 17:29:37 -07:00
camer0n
e5edbf665c Issue #5382 - Fix history table creation. 2025-04-08 17:29:10 -07:00
camer0n
62d53cd5d8 Issue #5458 Make sure 'www.' version of host is accepted. 2025-04-07 15:22:17 -07:00
camer0n
9f40b4d8a9 Issue #5465 Fix single quotes. 2025-04-04 18:44:23 -07:00
camer0n
31e7d1d3b0 Issue #5465 Core language files converted. (excluding plugins) 2025-04-04 18:29:07 -07:00
camer0n
c46b7b1d36 Issue #5465 Support for array language files. 2025-04-04 13:42:14 -07:00
camer0n
93c301bdb8 Issue #5443 undefined constants 2025-04-04 07:02:04 -07:00
camer0n
b1bd073b84 Fixes #5464 - admin-ui fatal error with custom method attribute and method type and filter set to true. 2025-04-02 17:31:12 -07:00
camer0n
ec5a16b3eb Issue #5443 2025-04-01 12:01:44 -07:00
camer0n
a459332e10 Issue #5295 TODO 2025-04-01 12:00:58 -07:00
camer0n
e96ccf7ced Issue #5120 Backward compatibility fix. 2025-04-01 06:43:11 -07:00
camer0n
d4fcbfe1ea Issue #5120 Fix customization of folder paths for handlers and plugins. Updated dependencies.
'defaultdb' is now deprecated in new e107_config.php. Use 'db' instead.
2025-03-31 16:02:46 -07:00
camer0n
7267cbd635 Issue #5443 Add PHP 8.3 to the acceptance tests. 2025-03-31 11:09:40 -07:00
camer0n
b165b95b94 Issue #5443 Increase the number of admin URLs in Acceptance test. 2025-03-31 10:49:43 -07:00
camer0n
5047731c9b Check for minimum version of PHP 8. 2025-03-31 07:28:46 -07:00
camer0n
5fdf01c0ca Bump to PHP 8 minimum. 2025-03-31 07:17:17 -07:00
camer0n
cfebf11d02 Issue #5458 Also adds support for site_hosts configuration option.
Minimum PHP version set to 8 during installation.
2025-03-31 07:11:03 -07:00
Nick Liu
639a367ed6 fix(core_sql.php): admin_history: MariaDB does not have the JSON type 2025-03-30 16:29:11 -05:00
camer0n
a521f6a2cd Fixed acceptance test selectOption() argument type. 2025-03-30 13:04:25 -07:00
camer0n
2abfee68d2 Issue #5458 - support subdomains 2025-03-30 09:22:56 -07:00
camer0n
4a5025992f Issue #5458 Make sure configured siteurl preference contains 'http'. 2025-03-30 09:09:52 -07:00
camer0n
16eaf7b59a Revert "Allow parked domains."
This reverts commit 65a239e9f0.
2025-03-30 08:43:14 -07:00
camer0n
32527578e7 Issue #5406 - Admin navigation drop-down alignment fix. (modern dark) 2025-03-30 07:34:38 -07:00
camer0n
7219591db4 Expanded admin-ui search query test. 2025-03-30 06:10:18 -07:00
camer0n
a96ff21d95 Improved testing of admin-ui search/filter. 2025-03-29 15:25:41 -07:00
camer0n
13849c39c0 News test. 2025-03-29 15:22:33 -07:00
Cameron
522f5aaf15 Merge pull request #5452 from rica-carv/download-code
Download code url var duplicated definition
2025-03-28 15:49:56 -07:00
Cameron
75d1baa3c8 Merge pull request #5453 from rica-carv/download-missing-cat-caption-var
Download missing cat caption var defintion from template
2025-03-28 15:48:50 -07:00
camer0n
4d4aaf30b4 Closes #5454 - sitemapindex support. 2025-03-28 15:47:07 -07:00
rica-carv
f6989d795b Update download_class.php 2025-03-27 20:13:11 +00:00
rica-carv
cd56f08b12 Update download_shortcodes.php 2025-03-27 19:41:58 +00:00
camer0n
80ecb2b289 Improved testing of admin-ui search with custom handler. 2025-03-27 08:04:59 -07:00
rica-carv
62bd55ad09 Merge branch 'e107inc:master' into master 2025-03-26 19:56:16 +00:00
camer0n
65a239e9f0 Allow parked domains. 2025-03-18 12:48:37 -07:00
camer0n
019d12b591 Code cleanup 2025-03-18 11:54:55 -07:00
camer0n
e371687980 Issue #5443 Use PHP 8.1 2025-03-17 14:23:15 -07:00
camer0n
1023d73ac9 Issue #5443 Use PHP 8 for acceptance tests. 2025-03-17 14:17:01 -07:00
camer0n
1f26f793ba Issue #5443 Drop support for PHP 7.4, add PHP 8.4 2025-03-17 13:58:20 -07:00
camer0n
1b54602be1 Issue #5443 - PHP 8.4 test fixes. 2025-03-17 13:44:04 -07:00
Serios
fcdd4bcb6a Proper generation of Gallery breadcrumb
Fixing a mistyped condition, causing improper gallery plugin breadcrumb generation
2025-03-17 13:33:43 +02:00
camer0n
d58f199f28 Issue #5444 - Support for plugin tests - tweaked for github workflow. 2025-03-16 14:27:54 -07:00
camer0n
d7c69a8d81 Issue #5444 - Support for plugin tests. 2025-03-16 13:49:46 -07:00
camer0n
52041d406f Issue #5443 - PHP 8.4 fixes. 2025-03-16 12:48:18 -07:00
camer0n
a41e9bbde3 Issue #5444 Plugin's can now contain Unit and Acceptance tests. 2025-03-16 12:47:23 -07:00
camer0n
ffec694673 Issue #5444 Initial working dynamic plugin test detection. 2025-03-16 11:43:30 -07:00
camer0n
baca43b023 PHP 8.4 support and dynamic loading of plugin tests (WIP) 2025-03-15 17:35:00 -07:00
camer0n
fc19cabda7 Make sure e107_config.php backup functions correctly, even when the tests are halted. 2025-03-15 17:34:14 -07:00