1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-19 11:59:55 +01:00

10388 Commits

Author SHA1 Message Date
Cameron
e84eb2b44e
Merge pull request #2907 from lonalore/date
Fix for PHP Warning date(): It is not safe to rely on the system's ti…
2017-12-10 12:55:33 -08:00
Cameron
cd123977bd Fixed #2909 - SQL Index validation issue. 2017-12-10 12:54:14 -08:00
Cameron
f9ce811c49 Fixes #802 - Deleting physical files from media-manager. 2017-12-10 11:34:06 -08:00
Cameron
c31dbad0dd
Merge pull request #2910 from lonalore/bugfixes
Several fixes to suppress PHP notices, also contains fix for Website Status dashboard chart.
2017-12-10 11:33:44 -08:00
Lóna Lore
e3621e489f Fix for PHP Notice Use of undefined constant UH_DEBUG - assumed 'UH_DEBUG', Line 896 of /e107_handlers/upload_handler.php 2017-12-10 13:37:47 +01:00
Lóna Lore
6269e8310a Fix for PHP Notice Undefined offset: 0, Line 296 of /e107_handlers/e_customfields_class.php 2017-12-10 13:33:26 +01:00
Lóna Lore
c2b664fdee Fix for PHP Notice Undefined index: class, Line 682 of /e107_admin/cpage.php 2017-12-10 13:28:22 +01:00
Lóna Lore
3f59508061 Fix for PHP Notice Undefined index: subnews_attach_minsize, Line 1274 of /e107_admin/newspost.php 2017-12-10 13:25:23 +01:00
Lóna Lore
67511a084f Fix for PHP Notice Undefined index: userjump, Line 670 of /e107_handlers/e107_class.php 2017-12-10 12:03:48 +01:00
Lóna Lore
170c9592d5 Fix for PHP Notice Undefined index: user_Miscellaneous, Line 113 of /e107_core/shortcodes/single/user_extended.php 2017-12-10 12:01:09 +01:00
Lóna Lore
49f4e1c097 Fix for PHP Notice Undefined offset: 0, Line 741 of /e107_core/shortcodes/batch/user_shortcodes.php 2017-12-10 11:59:03 +01:00
Lóna Lore
d8d73ab099 Fix for PHP Notice Undefined offset: 0, Line 168 of /e107_core/shortcodes/batch/user_shortcodes.php 2017-12-10 11:57:17 +01:00
Lóna Lore
2719e8796a Fix for PHP Notice Undefined offset: 0, Line 60 of /e107_plugins/user/e_dashboard.php 2017-12-10 11:52:26 +01:00
Lóna Lore
43f38ccdf2 Fix for PHP Notice Undefined offset: 0, Line 146 of /e107_admin/includes/flexpanel.php 2017-12-10 11:46:42 +01:00
Lóna Lore
bb28fca4ce Fix for PHP Notice Undefined index: sub, Line 1456 of /e107_handlers/sitelinks_class.php 2017-12-10 11:40:41 +01:00
Lóna Lore
b800904933 Fix for PHP Notice Use of undefined constant LAN_GALLERY_FRONT_02 - assumed 'LAN_GALLERY_FRONT_02', Line 97 of /e107_plugins/gallery/templates/gallery_template.php 2017-12-10 11:37:27 +01:00
Lóna Lore
6ba5cac020 Fix for PHP Notice Undefined index: STATUS , Line 110 of /e107_handlers/rate_class.php 2017-12-10 11:33:08 +01:00
Lóna Lore
2e3f25244a Fix for PHP Notice Use of undefined constant LAN_LIST - assumed 'LAN_LIST', Line 24 of /e107_plugins/news/templates/news_template.php 2017-12-10 11:31:02 +01:00
Lóna Lore
917074ad3c Fix for PHP Notice Undefined index: link_identifier, Line 1986 of /e107_handlers/sitelinks_class.php 2017-12-10 11:27:20 +01:00
Lóna Lore
812746e718 Fix for PHP Notice Undefined index: class, Line 739 of /e107_handlers/theme_handler.php 2017-12-10 11:26:47 +01:00
Lóna Lore
9ae155bfe2 Fix for PHP Warning date(): It is not safe to rely on the system's timezone settings... 2017-12-09 23:30:20 +01:00
Cameron
fabbef1bfc
Merge pull request #2906 from lonalore/meta
Improved removeMeta() method.
2017-12-09 12:59:11 -08:00
Lóna Lore
459351939d Improved removeMeta() method. 2017-12-09 21:51:55 +01:00
Cameron
dfc71e068e
Merge pull request #2905 from lonalore/indexing
Possible fix for issue #2860.
2017-12-09 12:29:00 -08:00
Cameron
bd27b8ec04 Possible HTML validation issue fix for Font-Awesome etc 2017-12-09 12:28:00 -08:00
Lóna Lore
8ff0f36077 Possible fix for issue #2860. 2017-12-09 21:10:33 +01:00
Cameron
8789ce6f1c Issue #2902 Code simplification and cleanup. system_meta_pre event now sends the current meta list to the assigned function. 2017-12-09 10:36:00 -08:00
Cameron
9b061ed373
Merge pull request #2903 from Serios/patch-11
og:image setting if there is no already set one
2017-12-09 10:09:51 -08:00
Cameron
d3f54f97aa
Merge pull request #2902 from Serios/patch-10
og:image setting if there is no already set one
2017-12-09 10:09:33 -08:00
Cameron
770d70ff41 Issue #2899 - Theme language-file path fix. 2017-12-09 09:56:56 -08:00
Serios
285b882f55
og:image setting if there is no already set one
I think the logic for setting og:image in social plugin is to be used site wide when no other is defined, but currently it's set too early in header so for example if we looking at news item which have some images, the social plugin og:image is grabed first by fb sharer since it came first in page output. My modification check if there is og:image defined and if there is already, skips adding the social plugin one.
2017-12-09 15:49:09 +02:00
Serios
7bee8bf859
og:image setting if there is no already set one
I think the logic for setting og:image in social plugin is to be used site wide when no other is defined, but currently it's set too early in header so for example if we looking at news item which have some images, the social plugin og:image is grabed first by fb sharer since it came first in page output. My modification check if there is og:image defined and if there is already, skips adding the social plugin one.
2017-12-09 15:47:23 +02:00
Cameron
8f8d22215b Fixes #2896 - Glyphs browser issue. 2017-12-03 09:50:44 -08:00
Cameron
ecf22cb1ba Plugin perms render fix. 2017-12-02 11:57:27 -08:00
Cameron
5e4c172c2f Issue #2883 Permission fixes. 2017-12-01 17:00:02 -08:00
Cameron
5014558f7b Issue #2889 - Possible chrome login fix 2017-12-01 14:10:51 -08:00
Cameron
c5d384db2c #2889 Javascript error removal. 2017-12-01 13:31:15 -08:00
Cameron
2b4f252042 Issue #2879 - Download category search label. 2017-11-30 13:50:49 -08:00
Cameron
a7b7801766 Fixes #2890 - sql insert() debug info using PDO. 2017-11-30 12:40:06 -08:00
Cameron
9b81eed759 Issue #2885 - Perms issue on User-Extended Page 2017-11-30 12:24:17 -08:00
Cameron
b870c67618 PHP notice removal 2017-11-20 14:45:37 -08:00
Cameron
3c507b30d7
Merge pull request #2881 from Jimmi08/patch-1
list_new fix for blank page after installation #2854
2017-11-20 12:57:04 -08:00
Jimako
af75c69e2f
list_new fix for blank page after installation #2854 2017-11-20 20:25:29 +01:00
Cameron
cb99cebd34
Merge pull request #2859 from yesszus/patch-2
Update lan_language.php
2017-11-20 10:31:11 -08:00
Cameron
bb9cfe48b1
Merge pull request #2871 from Jimmi08/patch-4
fix for sync on slower servers #2867
2017-11-20 10:30:43 -08:00
Cameron
614071592b
Merge pull request #2872 from Jimmi08/patch-1
Partial fix #2854 -  load default prefs
2017-11-20 10:30:16 -08:00
Cameron
50ff6736a3 Custom Menus 'grid' view added. Admin theme stylesheets relabeled as "Skins" 2017-11-20 10:16:37 -08:00
Cameron
39b4265c17 Fixes #2843 - Print page with news-view template. 2017-11-19 08:28:58 -08:00
Cameron
21ec321215 Fix for Custom Page with kadmin 2017-11-19 08:18:47 -08:00
Cameron
8c8b79e1e0 Fixes #2848- sub-forum display issue. 2017-11-19 08:18:22 -08:00