1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

1636 Commits

Author SHA1 Message Date
Tijn Kuyper
1142738397 user_shortcodes code clean-up (no functional changes)
Formatting, indentation, empty lines
2019-12-03 14:36:13 +01:00
Cameron
5cf54d07d2 Basic per-item search engine robots handling added to News and Pages. 2019-12-02 13:32:21 -08:00
Tijn Kuyper
2b9969d47e Fixes #4035 - {NEWSTITLE} fix PHP 7.3 compatibility 2019-12-01 15:17:40 +01:00
Tijn Kuyper
8711723a1e #4001 - Missed some changes (class styling) 2019-11-03 15:08:48 +01:00
Tijn Kuyper
9f781d579a Closes #4001 - Allow class styling of {USER_JUMP_LINK}
e.g. {USER_JUMP_LINK=prev|class=btn-secondary}
2019-11-03 15:07:38 +01:00
sudakk
d01a0b6e83 Update bb_p.php
Tested on custom pages & news
2019-10-28 21:59:32 +03:00
Tijn Kuyper
1b9251e75f Fixes #3622 - Reported broken downloads reworked
- Moved away from e107_admin/message.php to its own place in the Downloads admin area.
- Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify)
- Updated notification message
- Added e_dashboard addon to show latest status on broken download reports
2019-10-27 21:40:59 +01:00
Tijn Kuyper
abcce8639d #3622 - Get rid of old download_mail pref
No longer needed now that we have e_notify
2019-10-27 18:55:23 +01:00
Tijn Kuyper
ed56f04690 Fixes #3829 - Anonymous comments wouldn't show up 2019-10-12 13:25:32 +02:00
Tijn Kuyper
b434bd76e3 Fixes #3896 - Social login icons check for BS4/FA5
https://github.com/e107inc/bootstrap4/issues/17
2019-10-12 12:35:12 +02:00
Tijn Kuyper
d3978f3b60 Closes #3680 - Add message on pages when global comments are enabled but comments for specific page are disabled 2019-10-02 14:45:50 +02:00
Tijn Kuyper
98b0cc6763 Fixes #3957 - UE 'text_value' did not displaying the 'text' label correctly 2019-09-23 12:03:46 +02:00
Cameron
609496ab4c Improved performance on getLayouts when using the new 'layouts' folder in the theme's directory.
Possible fix for missing class in footer_default.php
2019-09-03 05:58:04 -07:00
Cameron
49aac0b88a Added missing shortcode for MENUAREA. 2019-08-23 19:23:55 -07:00
Cameron
1d45f1e4c4 Fixes #3932 Added support for dynamic header/footer templates controlled by theme_shortcodes class. 2019-08-22 14:28:59 -07:00
Cameron
c98845b48a Fixes #3894 - Chapter breadcrumb displaying when no chapter in use. 2019-07-23 17:45:23 -07:00
Cameron
913ac249f7 Fix for using {THEME} (ie. theme folder path) in footer part of theme layout. 2019-07-05 13:48:35 -07:00
Cameron
1cb3f934ea Isse #2308 Remove the need for the BODYTAG constant. 2019-06-21 14:09:10 -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
dc53fb37a1 header/footer code cleanup 2019-06-17 09:23:21 -07:00
Cameron
346d42bdfb BC Fallback for breadcrumb() generator. Magix shortcode fix for news-view. Magic shortcodes are defined by the first render with {SETSTYLE=default} or {SETSTYLE=main} encountered in the template. 2019-06-15 16:45:03 -07:00
Cameron
2fd5238172 Page breadcrumbs added to Magic Shortcode {---BREADCRUMB---} 2019-06-15 10:12:00 -07:00
Cameron
1d311ff543 Magic Shortcode added for current breadcrumb. {---BREADCRUMB---} e107::breadcrumb() method added for plugins to set/get values. 2019-06-14 14:32:58 -07:00
Cameron
1efb840a86 Issue #2970 Bootstrap 4 compat. 2019-06-12 20:21:56 -07:00
Cameron
37e7a4c996 Magic Shortcodes added. Fix for news 'view' rendering. 2019-06-12 20:20:09 -07:00
Cameron
e5061e2c01 Experimental - render variable accumulator. 2019-06-12 13:13:22 -07:00
Cameron
36b4c354eb Experimental - Support for theme html templates and layouts. 2019-06-11 15:53:08 -07:00
Tijn Kuyper
4e9bb1ffc0 #1775 - Added Rich Textarea (WYSIYWG) for EUF
Initial commit. Needs testing as saving linebreaks is not working properly yet. Perhaps due to filter in /usersettings.php.
2019-06-08 16:07:36 +02:00
Cameron
be627b8c7b News 'view' template can now use tablerender() when a 'caption' key value is found. 2019-06-06 14:24:37 -07:00
Cameron
ce7f3feb38 PDO class now used by default. mysql_class.php currently deprecated until it is modified to use mysqli. Install routine upgraded. Install logging vastly improved. 2019-06-03 15:27:36 -07:00
Cameron
eb6401385e Code cleanup 2019-05-26 17:05:29 -07:00
Tijn Kuyper
473109bd9b Fixes #3813 - Comment avatar in comment form 2019-05-24 10:55:53 +02:00
Cameron
9a44513c91 Fixes #3812 - Page insert failure in PHP 7.3 2019-05-23 11:13:42 -07:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Tijn Kuyper
4ed4ff8035 Added {{NEWS_AUTHOR_EUF} to retrieve User Extended Fields from news author 2019-05-20 22:30:46 +02:00
Cameron
e18a5cfebd Closes #3804 Custom label support for remember-me shortcode. 2019-05-16 11:15:11 -07:00
Tijn Kuyper
4f67a83b76 #2962 #2969 - Replace 'pager' class in BS4 in newsnav 2019-05-09 11:32:46 +02:00
Cameron
c1e3e8889f Issue #1944 (Partial fix) Comments use unique IDs. 2019-04-11 15:52:41 -07:00
Cameron
18a8571ed3 Fixes #3711 - check local themes/plugins against author names as well as versions before suggesting updates. 2019-04-11 12:28:14 -07:00
Cameron
f148e20837 Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output. 2019-04-11 10:47:50 -07:00
Cameron
5109715002 Merge pull request #3747 from Jimmi08/patch-12
#3466 {LOGIN_TABLE_USERNAME}  - added class
2019-04-03 12:02:13 -07:00
Cameron
891b21454f Merge pull request #3748 from Jimmi08/patch-13
#3466 {LOGIN_TABLE_PASSWORD} - added class
2019-04-03 12:01:50 -07:00
Tijn Kuyper
4eff3a7785 Support FontAwesome in NextPrev 2019-04-03 11:33:24 +02:00
Tijn Kuyper
cad691e32f Tweak BS check 2019-04-03 11:00:03 +02:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Tijn Kuyper
6fd0a6a8a2 #3485 - Tweak admin help text check
now also respects Admin Area Interface Language following the 'Default Site Language' setting
2019-03-29 16:06:59 +01:00
Travis Thoene
ceaa1f9a0c Removed Outdated User Extended Fields
Removed AIM, MSN, and Yahoo Messanger User Extended Fields
2019-03-25 10:43:28 -05:00
Jimako
a1e6ee7129 #3466 {LOGIN_TABLE_PASSWORD} - added class 2019-03-23 00:42:45 +01:00
Jimako
2d9ddefae1 #3466 {LOGIN_TABLE_USERNAME} - added class 2019-03-22 23:50:04 +01:00
Cameron
5b9d334530 Bootstrap 4 fixes. 2019-03-02 13:22:46 -08:00