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

150 Commits

Author SHA1 Message Date
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
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
666ea246c2 Fixes #832 - Featurebox item counter. 2015-01-27 11:48:46 -08:00
SecretR
adc1f826b8 jQuery upgraded to the latest and greatest 2.1.1; fixed calls to obsolete live() in all core js libraries 2014-11-04 16:12:18 +02:00
Moc
096f4d08db Featurebox plugin - Code cleanup 2014-09-11 20:57:52 +02:00
Cameron
7cc591a180 Fix for featurebox bootstrap image-only template. 2014-08-26 15:50:36 -07:00
Cameron
d2b2af639c Fix for featurebox slide3 image-size issue. (default bootstrap template) 2014-06-11 04:21:30 -07:00
Cameron
1991997383 Removed placeholder from default template. (for text-only use 'out-of-the-box' ) 2014-02-06 06:06:44 -08:00