1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-08 03:27:08 +02:00
Commit Graph

4079 Commits

Author SHA1 Message Date
Cameron
138b9568e6 Fixes #4407 - Endless database update request for 'hero' 2021-02-27 07:07:12 -08:00
Gábor
abbc3eb680 Update hero_template.php 2021-02-27 10:35:42 +01:00
Cameron
c896bc48a1 Merge pull request #4425 from Jimmi08/patch-23
Issue #3912 e_ROUTE for legacy news urls
2021-02-26 12:57: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
98d56e8bd9 Merge pull request #4422 from Jimmi08/patch-22
Issue #4402 fix wrong template key,
2021-02-25 15:44:24 -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
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
2ca7ec4597 Issue #4332 - Bootstrap 5 styling fixes on comments and news templates. 2021-02-23 09:01:40 -08: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
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
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
e03f7a34e2 Issue #4359 - Forum dropdown-menu fixes for Bootstrap 4/5. 2021-02-19 16:09:47 -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
dfec2a46f8 Closes #4404 Added missing global news language file. 2021-02-19 07:20:45 -08:00
Cameron
6ac83d6ea4 Fixes #4399 - thread_active value missing. 2021-02-18 06:31:48 -08:00
Jimako
364f41231a #4393 Available chapter id on chapter page 2021-02-17 20:23:18 +01:00
Cameron
ba6344bb28 Removed deprecated PAGE_NAME from News. 2021-02-16 09:23:41 -08:00
Cameron
523fae8582 Fixes #4384 - Footer missing when required within a function. 2021-02-15 07:22:47 -08:00
Cameron
b0300f93bf Changed load order of Menus and Theme Layout detection. 2021-02-13 18:55:44 -08:00
Cameron
2bf5ee3909 Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs. 2021-02-12 12:19:58 -08:00
Cameron
a57c598168 Added missing TinyMce4 files. 2021-02-12 06:16:07 -08:00
Cameron
7133d4bb6f Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
2021-02-11 16:39:50 -08:00
Gábor
44a7d5f94e Update hero_setup.php 2021-02-06 12:40:22 +01:00
Gábor
7eafe3eecd Update English_admin.php 2021-02-06 12:38:33 +01:00
Gábor
6c5226cff9 Update English_global.php 2021-02-06 12:35:59 +01:00
Gábor
7d33f6df93 Update plugin.xml 2021-02-06 12:35:27 +01:00
Cameron
2337b075a8 Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme. 2021-02-05 18:31:54 -08:00
Cameron
5870fbdb84 "<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui. 2021-02-04 08:45:10 -08:00
Cameron
49b8a9690d Issue #4020 2 new prefs added. Allow default collapsing of side-bar and enable/disable labels on nav-bar.
Icon cleanup and will now try to guess the right icon based on mode/action. Styling fixes. Removed unused admin stylesheets from bootstrap3.
2021-02-03 11:46:32 -08:00
Moc
89d5f11c74 Fix forum rules and forum track page 2021-02-02 20:52:19 +01:00
Moc
4fd4a6ed57 #3680 - Refine previous commit, check for e_DEBUG 2021-02-02 20:28:57 +01:00
Moc
4345df5340 Closes #3680 - Change comments disabled message to admin debug message 2021-02-02 19:58:39 +01:00
Cameron
9890615761 Admin menu icons for collapsed menu. 2021-02-01 18:18:30 -08:00
Cameron
c4015aa3de Merge pull request #4360 from Jimmi08/patch-14
Added class for styling pm nav item
2021-02-01 09:43:13 -08:00
Cameron
2dedc8719f FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc. 2021-01-30 19:21:23 -08:00
Gábor
5d97029983 Update admin_config.php 2021-01-30 13:18:53 +01:00
Gábor
a5242b65e0 Update hero_setup.php 2021-01-30 13:15:41 +01:00
Gábor
e4fd537588 Update hero_menu.php 2021-01-30 13:14:32 +01:00