1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00
Commit Graph

11396 Commits

Author SHA1 Message Date
Nick Liu
583d63620b Removed some old comments
Sorry about the cruft
2018-01-23 08:14:26 -06:00
Nick Liu
9a5ac5b21a Permissive field validation in db_verify
Even if it's a new installation of e107, `db_verify` will be too strict in
validating database field defaults that are equivalent to each other.

This can happen on some MySQL or MariaDB servers that correct the field
definitions, which were not strictly correct in the table structures built into
e107 in the first place.

This commit introduces db_verify::validateFieldPermissive(), a
backwards-compatible way to validate database field defaults.  It works
regardless of whether the MySQL server stores a corrected representation of the
schema and does not require fixing the schema in any existing table structure
files.

Fixes: #2998
2018-01-23 07:48:24 -06:00
Cameron
0995810249 Possible prevention of Issue #2992 2018-01-22 11:23:39 -08:00
Cameron
bce6e8006a Issue #2985 Remove quotes around 'true' 2018-01-21 09:04:03 -08:00
Jimmi08
b502aeb0b6 operating system templated 2018-01-20 12:57:26 +01:00
Jimmi08
546ec32899 browser stats templated 2018-01-20 12:46:50 +01:00
Jimmi08
572e355aba alltimevisits templated 2018-01-20 12:19:04 +01:00
Cameron
7764d6a378 Fix for staticUrl() conflict. 2018-01-19 14:16:15 -08:00
Cameron
b22b1c49cd staticUrl() parser method now converts media folder URLs also. 2018-01-19 14:05:02 -08:00
Jimmi08
9f8c6ce698 TodaysVisits templated 2018-01-19 22:59:49 +01:00
Cameron
3c41e83227 Fixes #2712 2018-01-19 11:50:18 -08:00
Cameron
3ef44e3d91 Issue #2984 - online tracking disabled and login issue. 2018-01-19 11:47:52 -08:00
Cameron
5343fe80e0 Issue #2678 - News Menu Template loading consistency. 2018-01-19 11:08:32 -08:00
Cameron
491fc31712 Added Expires header to secimg. 2018-01-18 16:22:49 -08:00
Cameron
3b5b64195e Issue #2678 - Fix merging of theme plugin template when a key is provided. 2018-01-18 16:19:40 -08:00
Cameron
fb7e9668e7 Prevent clickjacking. Remove js/css query string when e_HTTP_STATIC is active. 2018-01-18 14:16:43 -08:00
Cameron
c2048c1c2f Use news_class on print page. 2018-01-16 14:41:51 -08:00
Cameron
be8ebe6850 Issue #2980 'list-new-page' added. 2018-01-16 14:08:21 -08:00
Cameron
3f5a18fb01 Issue #2980 Tablerender ID - Forum fixes 2018-01-16 13:53:09 -08:00
Cameron
4d6825dc51 Issue #1725 - Experimental Bootstrap 4 (CDN) library added. 2018-01-16 13:03:23 -08:00
Cameron
8c5a378966 Fixes #2979 - Strip any HTML from Gallery breadcrumb 2018-01-15 14:36:52 -08:00
Cameron
b50677d50a Issue #2860 - Additional Mark-Time added for 'Online' for reviewing performance. 2018-01-13 14:11:46 -08:00
Cameron
da3dfa1a96 Disabled unused code. 2018-01-13 13:00:44 -08:00
Cameron
f05a0fd777 Set secure cookie when SSL active. 2018-01-13 12:38:32 -08:00
Cameron
a37758957c Bootstrap4 fix. 2018-01-10 16:16:25 -08:00
Cameron
0671024c79 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:11:12 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
e92784eff2 Allow shortcodes and other areas to retrieve tablerender() custom content, style, uniqueId etc. 2018-01-10 14:17:39 -08:00
Cameron
99afe0a001 Add missing https. 2018-01-09 22:17:44 -08:00
Cameron
3289d16111 Fix for success alert message after maintenance message/status modified. 2018-01-09 14:43:26 -08:00
Cameron
c5394784ff Issue #2973 - 'post' attribute on multilan field. 2018-01-09 14:19:57 -08:00
Cameron
1fa54cf1da Issue #2960 Downloads and tablerender style issue. 2018-01-09 14:10:56 -08:00
Cameron
4476336e22 Admin-ui: Fix for size of default plugin-icon in admin menu. 2018-01-09 11:21:16 -08:00
Cameron
bcc1604ccb Issue #2952 Admin-ui : Form-handler 'layouts' 2018-01-09 10:20:53 -08:00
Cameron
1f34b4190e Fixes #2971 List new plugin with PHP 7 2018-01-09 10:00:01 -08:00
Cameron
6e3b2611b3 Merge pull request #2968 from Jimmi08/archive-news-menu-2
Closes #2946 news_archive_menu templated
2018-01-09 09:41:47 -08:00
Cameron
a9a45eb770 Fixes #2972 multilan input size. 2018-01-09 09:39:45 -08:00
Cameron
47c03d535f Issue #2956 PHP 7.1/7.2 captcha 2018-01-09 09:32:02 -08:00
Jimako
0e9b99f335 news_archive_menu templated 2018-01-09 09:51:00 +01:00
Cameron
414d91f831 Closes #2950 - single quote backslash removed. 2018-01-08 14:38:40 -08:00
Cameron
5a909d544e Merge pull request #2958 from Jimmi08/patch-1
fix save icon for bootstrap 4 #2898
2018-01-08 14:24:27 -08:00
Cameron
e29ae4ea01 Merge pull request #2961 from Jimmi08/patch-2
update bootstrap tabs #2898
2018-01-08 14:23:33 -08:00
Cameron
dd83244c31 Fix for 'first' layout activation. TinyMce issue with Mod-security commented. 2018-01-08 14:09:09 -08:00
Jimako
0502d955cc update bootstrap tabs #2898 2018-01-08 15:49:22 +01:00
Jimako
8d084706fd fix save icon for bootstrap 4 #2898 2018-01-07 23:10:05 +01:00
Cameron
2f3f5de97b Issue #2948 - possible fix to fpw redirect. 2018-01-06 11:31:48 -08:00
Cameron
f9e18951c8 Merge pull request #2945 from Jimmi08/tagcloud2
Templating tagcloud plugin  #2944
2018-01-05 14:24:06 -08:00
Cameron
4c187b8c6a Merge pull request #2943 from Jimmi08/patch-3
fix for home icon in bootstrap 4 #2898
2018-01-05 14:21:59 -08:00
Cameron
2dd2230cf8 Merge pull request #2942 from Jimmi08/patch-2
remove divider for bootstrap4 too #2898
2018-01-05 14:14:52 -08:00
Cameron
3eaa3453dc Merge pull request #2941 from Jimmi08/patch-1
correct markup for breadcrumbs  #2898
2018-01-05 14:13:47 -08:00