1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

157 Commits

Author SHA1 Message Date
Moc
86b234fd11
Fixes #4837 - Fix Featurebox LAN issue
See 968a6d0a4f
2022-09-05 20:14:12 +02:00
Cameron
afc0489e8c e107 Website URL updated to https. 2021-11-29 13:31:32 -08:00
Cameron
2c9afc83ee More PHP 8.1 fixes. 2021-11-26 12:36:25 -08:00
Nick Liu
20882920a0
Fix all PHP 8.1 test failures
* `strftime()` has been replaced with a polyfill based on `DateTime`.
* Explicit type casts/assertions added where required by PHP 8.1
* `filter_var(…, FILTER_SANITIZE_STRING)` replaced with `strip_tags()`
  or HTML entity encoding of quotation marks, depending on a guess of
  what the intended "sanitization" was
* `http_build_query()` usage type mismatches fixed
* Removed usages of the `FILE_TEXT` constant
* To avoid breaking PHP 5.6 compatibility (function return types),
  `e_session_db` no longer implements `SessionHandlerInterface`.
  Instead, the alternative non-OOP invocation of
  `session_set_save_handler()` is used instead to apply the session
  handler.
* The shim for `strptime()` still calls the native function if available
  but now suppresses the deprecation warning.

* `e_db_pdo` explicitly asks for `PDO::ATTR_STRINGIFY_FETCHES` to
  maintain consistent behavior with past versions of PHP.
* `e_db_mysql` explicitly sets `mysqli_report(MYSQLI_REPORT_OFF)` to
  maintain consistent behavior with past versions of PHP.

* Removed pointless random number generator seed from `banner` plugin
* Workaround for `COUNT(*)` SQL query in
  `validatorClass::dbValidateArray()` without a proper API for avoiding
  SQL injection
2021-09-04 15:06:19 +02:00
Cameron
835e477147 Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
f055b49d91 PHP8 Plugin code cleanup 2021-01-21 09:38:38 -08:00
Cameron
7279e0273e Valid login event added. Session conflict fix. Session test added. Featurebox tree() fix. 2021-01-14 10:31:51 -08:00
Cameron
e51dfa1fc8 Test all e_shortcode.php files in core. PHP8 Fix for featurebox. 2021-01-14 10:30:22 -08:00
Cameron
81634d5f5a Issue #4332 Carousel fixes. Newsfeed now uses json to store data. 2021-01-01 09:33:51 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Nick Liu
043bc702e5
Fixed all PHP syntax errors 2020-09-28 20:59:12 -05:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Tijn Kuyper
fb3ac6e297
Update Featurebox RSS feed to v2 standards 2019-10-24 09:58:21 +02:00
Jimako
4a9cc30e8f
fix for correct category names #3868 2019-07-01 09:07:25 +02:00
Cameron
750fb4a4e0 Issue #2970 BS4 fix on featurebox carousel template. 2019-06-18 14:15:16 -07:00
Cameron
26ff074ee5 Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added. 2019-06-17 12:27:53 -07:00
Cameron
32c20a7453 Issue #2146 - Featurebox frontend fix. 2019-06-04 13:06:34 -07:00
Cameron
65c0777357 Issue #2146 - Featurebox admin area. 2019-06-04 12:57:53 -07:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
968a6d0a4f Fixes #3070 Featurebox LANs Issue #6 2018-08-18 11:48:10 -07:00
Cameron
0cc458e4e8 Fixes #3290, Fixes #3074 - Featurebox debug message was visible to public. 2018-07-21 10:08:13 -07:00
Cameron
79fbf4273c Issue #2996 Admin-ui type=layout inline editing issue. 2018-03-10 18:15:45 -08:00
Cameron
49d5a8d37d Fixes #2687, Fixes #2680 - Featurebox admin area. 2017-06-14 11:44:50 -07:00
Gábor
7d16c13964 Update featurebox_menu.php 2017-06-06 07:16:42 +02:00
Gábor
6ace385e89 Update English_admin_featurebox.php 2017-06-06 07:13:29 +02:00
Gábor
7452aa9680 Update admin_config.php 2017-06-06 07:11:21 +02:00
Gábor
4e3a89cf0c Add lang codes. 2017-06-05 09:49:41 +02:00
Gábor
d9a5e7bece Update English_admin_featurebox.php
Add phrases.
2017-06-05 09:43:21 +02:00
Cameron
e4b8853bc7 Typo fix. 2017-02-02 07:53:51 -08:00
Cameron
4cc15882b2 Fixes missing custompage values when switching to some legacy v1.x themes. 2017-01-26 18:46:10 -08:00
Cameron
1a4b66507a Debug styling fixes. 2017-01-26 18:10:38 -08:00
Cameron
d5af3b9246 BS4 img-fluid 2017-01-20 10:40:05 -08:00
Cameron
fcf4427c1e PHP Warning removal. 2017-01-11 18:45:40 -08:00
Cameron
abf125d2fc PHP warning removal and social/e_header.php added to deprecated list. 2016-12-30 14:45:54 -08:00
Cameron
2fe231cd92 Fix for 0-byte images messing up import. New Image now includes HD version. Featurebox counter fix. 2016-12-21 14:25:26 -08:00
Cameron
0109e91271 Missing contentEditable script added. Removed unused zrssfeed script. Added default featurebox css for a fixed height. Experimental JS manager CDN check code added (but disabled for now) 2016-06-02 15:04:08 -07:00
Cameron
6c3638fc48 Featurebox Default Styling added. 2016-06-02 10:35:12 -07:00
Cameron
12a6367fdf The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
2016-04-10 14:10:39 -07:00
Cameron
ff25656f53 Default styling fixes. 2016-03-13 11:32:02 -07:00
Cameron
11675636cc Featurebox: Fix for default category on install. Bootstrap3: Fix section styling when dark themes enabled. 2016-03-13 11:10:02 -07:00
Cameron
00fb5fdadc More 'camera' code removal. 2016-02-07 12:39:27 -08:00
Cameron
2e0cb4b8a8 'camera' removed from core. May be added by third-party themes if required. 2016-02-07 12:39:25 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
e50456264f Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4 2015-09-17 12:48:06 -07:00
Cameron
6b5d95388f Issue #6 Language-file standards. Wrap definitions in double-quotes. 2015-07-07 17:43:49 -07:00
Cameron
483d43a829 MySQL: Refactored 'db_Table_exists' to 'isTable' method. (BC compatible) and removed use of pref global. 2015-07-07 13:02:34 -07:00
Cameron
94686133ce Fixes #952 - Featurebox tabs issue. 2015-04-17 10:48:14 -07:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00