1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-29 16:52:32 +01:00

13519 Commits

Author SHA1 Message Date
Cameron
51eaa633c1 Some bootstrap5 css margins added. Partial Voux style fix on menus. 2021-02-26 12:53:57 -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
8e1b547171 Separate template added to hero for when used within a menu. (ie. Menu Manager)
{HERO_BGIMAGE} behavior modified.
2021-02-26 11:30:52 -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
Jimako
9452a2986e
#3912 e_ROUTE for non pretty news urls 2021-02-26 18:51:21 +01:00
Cameron
d5a4ef57d1
Merge pull request #4364 from yesszus/patch-2
Add Hero plugin translations
2021-02-26 07:14:07 -08:00
Gábor
d8280e5028
Update hero_template.php 2021-02-26 15:54:46 +01:00
Cameron
8f4f9372fa Fixes #4424 - array_merge() issue in PHP8. 2021-02-25 16:20:27 -08:00
Cameron
98d56e8bd9
Merge pull request #4422 from Jimmi08/patch-22
Issue #4402 fix wrong template key,
2021-02-25 15:44:24 -08:00
Cameron
443c60cb52 News shortcode correction. 2021-02-24 15:43:58 -08:00
Cameron
827af45c03 Bootstrap-suggest library added. 2021-02-24 15:36:16 -08:00
Cameron
5f085c9446 Removed bootstrap-suggest submodule. 2021-02-24 15:31:36 -08:00
Cameron
58f129799b New feature: Previous/Next News item navigation. 2021-02-24 15:26:01 -08:00
Jimako
2d35fd27d0
#4402 fix wrong template key,
Probably just mistypo
2021-02-24 20:33:45 +01:00
Cameron
180b6d8432
Merge pull request #4421 from Jimmi08/patch-21
Issue #2898 fix comments offsets for bootstrap4
2021-02-23 17:06:53 -08:00
Jimako
c65b40fe3c
#2898 fix comments offsets for bootstrap4 2021-02-23 22:15:40 +01:00
Cameron
f30caaf18b Removed some LAN constant usage from core templates. 2021-02-23 12:58:51 -08:00
Cameron
76af210666 Issue #4332 - Bootstrap 5 styling fixes. 2021-02-23 11:11:35 -08:00
Cameron
973a446bb4 Issue #4332 Bootstrap5 styling. 2021-02-23 09:38:04 -08:00
Cameron
223ed8fc0a Removed PHP8-only code. 2021-02-23 09:20:43 -08:00
Cameron
2ca7ec4597 Issue #4332 - Bootstrap 5 styling fixes on comments and news templates. 2021-02-23 09:01:40 -08:00
Cameron
de097dded3
Merge pull request #4419 from Jimmi08/patch-20
Issue #3912 e_ROUTE for non sef-url version of pages
2021-02-22 13:13:06 -08:00
Cameron
31ef004956
Merge pull request #4418 from Jimmi08/patch-19
Issue #3912 e_ROUTE for legacy version contact page
2021-02-22 13:11:49 -08:00
Cameron
d32b2a3512
Merge pull request #4411 from Jimmi08/patch-17
Issue #275 fix for empty link in home icon for WAVE
2021-02-22 13:11:10 -08:00
Cameron
e44f2168db
Merge pull request #4417 from Jimmi08/patch-18
#3912 e_ROUTE for legacy version gsitemap plugin
2021-02-22 13:10:14 -08:00
Jimako
4ae0318c0d
#3912 e_ROUTE for non sef-url version of pages 2021-02-22 21:36:32 +01:00
Cameron
52a554987b PHP error fixes. 2021-02-22 12:22:50 -08:00
Jimako
b5d237f4a9
#3912 e_ROUTE for legacy version contact page 2021-02-22 21:04:47 +01:00
Jimako
2847d4c27e
#3912 e_ROUTE for legacy version gsitemap plugin 2021-02-22 21:01:14 +01:00
Cameron
340ff05fcd Bootstrap5 markup added to download item pagination. Fallback added to e107.css 2021-02-21 14:13:01 -08:00
Cameron
e425349661 Issue #3912 - Reverse lookup e_ROUTE from e_url.php 'legacy' entry. 2021-02-21 14:10:47 -08:00
Cameron
55de6b1533 Issue #4410 icon in grid mode fix. 2021-02-21 14:08:09 -08:00
Cameron
84b105e8c7 Renamed forum 'parent' to 'parent_start' (with BC fix) and added 'parent_end' to default template. 2021-02-21 10:50:45 -08:00
Jimako
ba28818003
#275 fix for empty link in home icon for WAVE 2021-02-21 19:24:43 +01:00
Cameron
236ccd2261 Removed Bootstrap5 reference. 2021-02-21 10:06:38 -08:00
Gábor
9bac3c322d
Update plugin.xml 2021-02-21 12:00:09 +01:00
Gábor
08599c88a2
Update English_global.php 2021-02-21 11:58:36 +01:00
Gábor
c85c5ca6e3
Update English_admin.php 2021-02-21 11:47:49 +01:00
Gábor
1cb74a538b
Update admin_config.php 2021-02-21 11:41:57 +01:00
Gábor
5d62e31072
Create English_menu.php 2021-02-21 11:15:44 +01:00
Gábor
f3742ef52f
Update hero_menu.php 2021-02-21 11:13:21 +01:00
Cameron
176ae86409 Issue #3068 - Added a warning for misconfigured theme layouts.
Moved e_layout class to menumanager_class.php file.
Closes #4030 - Menu Layout detection test.
themeLan() was failing with themes containing hyphens in the folder name.
2021-02-20 12:15:28 -08:00
Cameron
821f2e9c22 Moved e_layout to menumanager_class.php 2021-02-20 11:31:09 -08:00
Cameron
f9a9d2b181 PHP8 Fixes and styling. 2021-02-19 16:39:52 -08:00
Cameron
e03f7a34e2 Issue #4359 - Forum dropdown-menu fixes for Bootstrap 4/5. 2021-02-19 16:09:47 -08:00
Cameron
46b6927447 Fixes #4403 - Parsing of [code]. Test added. 2021-02-19 16:07:12 -08:00
Cameron
dc29822e89 Issue #4299 - Membersonly LAN was not being loaded on signup page. 2021-02-19 07:44:52 -08:00
Cameron
c03e0ab066 'styleCount' info added to all theme tablestyle() calls. 'styleCount' keeps count of the number of times the current style has been rendered. Usage example added to the bootstrap3 theme. Core news view template updated to use tablestyle caption correctly. 2021-02-19 07:33:05 -08:00
Cameron
a136e3771c Added news to the global lan list. 2021-02-19 07:27:28 -08:00
Cameron
dfec2a46f8 Closes #4404 Added missing global news language file. 2021-02-19 07:20:45 -08:00