Cameron
0deb235ee7
Unit test fixes.
2021-06-14 16:51:43 -07:00
Cameron
4e75903292
Fix for empty image.
2021-06-13 12:59:01 -07:00
Cameron
aa6e449aee
New shortcode added on News view page: {NEWS_AUTHOR_REALNAME}
...
Tagcloud menu can now be sorted via shortcode parms. eg. {MENU: path=tagcloud&order=tag,asc&limit=20}
Animate.css library loading example added to bootstrap5/theme.xml
2021-06-12 16:18:51 -07:00
Cameron
f561c5920b
Bootstrap updated to v5.0.1
2021-06-07 17:07:02 -07:00
Cameron
157a35a5e7
Custom-fields raw mode was missing for types textarea and bbarea.
2021-06-07 08:43:41 -07:00
Cameron
a6e287d680
{---BREADCRUMB---} processing is now supported. (see bootstrap5/theme_shortcodes.php for an example)
2021-06-04 12:27:25 -07:00
Cameron
1ae7e3a2ed
Bootstrap5 fix for video ratio.
2021-06-03 13:45:07 -07:00
Cameron
83c52c8bd8
Use e107::route() to safely get e_ROUTE value.
2021-06-01 16:36:09 -07:00
Cameron
3a71366954
Added {THEME} shortcode (path) to core shortcodes.
2021-06-01 16:07:38 -07:00
Cameron
8023a2b9f6
Extra header information added to debug info.
2021-06-01 15:14:33 -07:00
Nick Liu
2a94814e8a
Fix PHP warning: Array to string conversion in db_debug_class.php:770
...
```
Array to string conversion, Line 770 of /home/deltik/public_html/e107_handlers/db_debug_class.php
```
2021-05-18 16:49:32 -05:00
Nick Liu
1874d3d936
Fix PHP warning: Undefined array key "" in shortcode_handler.php:1362
...
```
Undefined array key "", Line 1362 of /home/deltik/public_html/e107_handlers/shortcode_handler.php
```
2021-05-18 16:48:51 -05:00
Cameron
8d29f97bd2
Sort by primary id when exporting tables. Alert-box styling fix on modern-light admin theme.
2021-05-11 13:26:27 -07:00
Cameron
80f59e2493
Upgraded Bootstrap 5 to final version. (no more beta)
2021-05-07 12:07:38 -07:00
Moc
db9883f36d
Fixes #4492 - Disable autocomplete on captcha (secure image)
2021-04-25 16:00:03 +02:00
Moc
ee346eb06c
#4492 - Prevent autofill / autocomplete on captcha
2021-04-24 11:59:26 +02:00
Cameron
e5ff5f53c8
Issue #550 - Expanded filetypes.xml display in admin preferences area to include Admin and Main admin perms. Additional defaults for admin and mainadmin added to filetypes.xml during installation.
2021-04-21 16:48:04 -07:00
Cameron
098660d38a
Issue #550 - filetypes.xml now used by media-manager.
2021-04-21 11:51:53 -07:00
Cameron
c57b029877
Fixes #4493 - USER_WIDTH causing PHP8 error.
2021-04-20 13:32:58 -07:00
Moc
4ef740674c
Update placeholder image link
...
Apparently placehold.it has been replaced with placeholder.com
2021-04-17 14:04:52 +02:00
Nick Liu
dc3ac65a70
Fix implementation of e_front_model::sanitize()
...
Handles recursive data field validation now
2021-04-17 02:57:10 -05:00
Nick Liu
ce7f3b5d56
Add: e_parse::toFlatArray() and e_parse::fromFlatArray()
...
Utility functions to convert multi-dimensional arrays to slash-delimited
single-dimensional arrays and vice versa
2021-04-17 02:56:12 -05:00
Cameron
7e6c077462
HybridAuth PHP5.6 compatibility patch.
2021-04-12 14:32:46 -07:00
Cameron
8f7ab86413
Fixes #4486 - Invalid attributes not being fully filtered.
2021-04-12 11:13:37 -07:00
Cameron
444d8d6dc0
Issue #4486 - iframe accepted attributes updated
2021-04-12 11:01:58 -07:00
Cameron
096bfb2dc4
Removed unused package.
2021-04-12 10:37:15 -07:00
Cameron
9e091aedf4
Added new hybridauth providers. (Apple, Pinterest etc)
2021-04-12 10:32:24 -07:00
Cameron
826b777174
Vendor packages update.
2021-04-12 10:00:18 -07:00
Cameron
2862e18db9
Issue #4471
2021-04-06 18:41:15 -07:00
Cameron
6d0810af0d
Fixes #4468 - quick debugging of json data using type: 'text' and hidden() field fix.
2021-03-31 15:14:58 -07:00
Cameron
8ff427cfc4
#Issue #4473 - some merged code.
2021-03-31 12:35:26 -07:00
Cameron
90ba858059
Added HTTP 503 header to sitedown.php and additional bot to robots list.
2021-03-31 12:14:18 -07:00
Cameron
9053e6170f
Fixes #4465 Some nested comments were not displaying. The number of DB queries when nested comments is active has now been dramatically reduced. Comments unit test added.
2021-03-25 13:52:05 -07:00
Moc
2c8ed5b80c
Fix PHP fatal error
...
Occurred when performing a v1 to v2 upgrade
2021-03-22 21:27:52 +01:00
Cameron
c33b91ee5c
Issue #4368 Fixed hardcoded string for 'related' content. Now uses tablerender(). Shortcode processing of {---CAPTION---} added.
2021-03-22 11:26:51 -07:00
Serios
f52f2352ad
Fixing an issue with multilanguage values in Theme preferences
...
When theme pref field have multilanguage enabled, values for the field are overwritten by last edited language. More detailed description about this behavior is given in #4455
2021-03-19 12:14:16 +02:00
Cameron
07faad666a
Issue #2726 , Issue #4452 - Added new e_print.php addon which uses v2.x standards.
2021-03-17 11:22:25 -07:00
Cameron
8990208f0b
Merge pull request #4445 from rica-carv/master
...
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
2021-03-11 10:09:13 -08:00
Cameron
fb3888abc3
Fixes #4443 - set default stylesheet scope to 'front' when attribute has been omitted from theme.xml.
2021-03-11 09:27:38 -08:00
rica-carv
77a786e8f4
Merge pull request #55 from e107inc/master
...
.
2021-03-10 19:38:44 +00:00
rica-carv
d2f44a3099
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
...
Wrong method mySQLServerInfo (?) in line 3399 gave error on plugin install with mysql dependecies...
2021-03-10 19:36:45 +00:00
Cameron
5735b93d30
Issue #4299 PHP8 error
2021-03-09 06:27:05 -08:00
Cameron
06b86ee380
Avoid a PHP8 error when update() fails.
2021-03-04 16:12:01 -08:00
Cameron
d7e4b4a665
Code cleanup and error fixes.
2021-03-03 12:06:24 -08:00
Jimako
467d3c968f
Correct pagination for frontend Admin UI
2021-03-02 17:32:18 +01:00
Cameron
e4937d0819
Fixes #4427 - Also added test for diacritics in URL.
2021-03-01 18:47:45 -08:00
Cameron
4e58326be3
Issue #4427 - e_QUERY
2021-02-28 08:33:37 -08:00
Cameron
4c10212d47
Debug info styling fix.
2021-02-27 06:52:07 -08:00
Cameron
a427c14806
Issue #3912 Fix for partial route match. Partials should always end with a '/' for predictable results.
2021-02-26 11:56:10 -08:00
Cameron
cb95b4b243
Hero cleanup for Bootstrap5. Switched to placeholder images. Admin-ui type 'image' now loads remote URLs correctly.
2021-02-26 10:13:07 -08:00