1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-17 13:04:41 +01:00

3381 Commits

Author SHA1 Message Date
Cameron
b4e1cccfa0 PHP Notice removal 2016-09-17 11:10:46 -07:00
Cameron
a5c006b593 AdminUI: Fixes saving of checkbox values when values are empty. Language-class: additional option added to installed() for en=>English array format. 2016-09-12 11:30:08 -07:00
Cameron
eecbfbd61d News: {NEWS_VISIBILITY} shortcode added - returns text version of userclass for use in CSS class styling if needed. 2016-08-30 14:22:47 -07:00
Cameron
2ea362a328 Merge pull request from durandalwoz/master
Avatar shortcode for forum templates and encoding fix for date
2016-08-30 11:13:08 -07:00
Cameron
334c17cb8e Issue - Inconsistent e_CURRENT_PLUGIN value. 2016-08-29 14:39:48 -07:00
Cameron
ca99f5a68a Submitnews image preview fix. 2016-08-24 15:51:26 -07:00
Cameron
17382b25ac Input filter fixes. 2016-08-19 16:13:38 -07:00
Cameron
64b9cb9f2b MySQL: Fix for DUPLICATE KEY UPDATE return values when NOT using PDO. 2016-08-17 15:23:33 -07:00
Cameron
a35bde2526 Menu page tab fix. 2016-08-13 15:28:09 -07:00
Cameron
ab5652e8ad Issue - Correct MYSQL return results with PDO on CREATE TABLE commands etc. Fixes forum installation issues on PHP7. 2016-08-12 16:02:55 -07:00
Lee Howarth
0d4bf2de80 Update secure_img_handler.php
$checkstr could be an array so it is better to do strict validation of data type & value.
2016-08-11 15:35:13 +01:00
Lee Howarth
1dbd7423c0 Update secure_img_handler.php
Captcha can be bypassed if empty value given.
2016-08-10 19:27:43 +01:00
Cameron
0b06fbda62 Allow for valid torrent URLs 2016-08-09 11:07:49 -07:00
Cameron
0348fab9bf MySQL: Fix for insert with '_DUPLICATE_KEY_UPDATE' 2016-08-07 14:17:27 -07:00
Cameron
63026ef1c4 MySQL: Fix for return when using '_DUPLICATE_KEY_UPDATE' 2016-08-07 13:21:22 -07:00
Cameron
9030334c10 MySQL: Fix for null type detection. 2016-08-06 11:22:16 -07:00
Cameron
dfd6f9ea13 Fixes - Menu-Manager list not populating when 'ONLY_FULL_GROUP_BY' is in sql-mode. Active SQL Modes added to the PHPInfo page. 2016-08-06 10:52:11 -07:00
Cameron
8a5e1bd63c MySQL: PDO vs Non-PDO consistency fixes. Also new '_DUPLICATE_KEY_UPDATE' flag added to insert() method. When true and a duplicate unique key is found the matching record will automatically be updated. 2016-08-02 14:57:29 -07:00
Cameron
7de9daf9ff Plugin Addons: e_tohtml.php deprecated in favor of new e_parse.php addon file. TinyMce now disables plugin hooks during parsing. 2016-08-01 12:58:03 -07:00
Cameron
a33c752c86 Fix for PDO rowCount() value. 2016-08-01 12:50:48 -07:00
Cameron
88ca00ec12 Allow plugins to add tabs to core admin pages. 2016-07-29 15:22:47 -07:00
Cameron
17dc4687a5 Fixes - Support for port number in mysql-server during installation. ie. localhost:port 2016-07-09 10:55:27 -07:00
Cameron
84d66979a4 Issue Partial fix for running on non-standard MySQL port. Added $mySQLport = 3306; to e107_config.php and modify as required. 2016-07-07 15:09:38 -07:00
Cameron
345bbc4ff8 Added Missing social plugin font. Added {CMENUURL} shortcode. Issue . Added example of getFieldVar() method to plugin builder. 2016-07-07 14:28:12 -07:00
Cameron
7223abe458 Fixes user password - getModel() issue. 2016-07-07 08:49:22 -07:00
Cameron
99a3c0fac2 Fix for Sitelinks tooltip preference. (and footer links) 2016-07-06 18:23:53 -07:00
Cameron
2a14308600 Fixes - Media-Manager Youtube thumbnail should use https. Removed debug info on db_verify. Hide carousel navigation when only 1 slide present. 2016-07-06 09:58:17 -07:00
Cameron
708db3597a make getCountry() public. 2016-07-04 12:24:38 -07:00
Cameron
84c28f6fc9 Added country() method to form handler. 2016-07-03 20:11:26 -07:00
Cameron
f2b286d1a1 Fix for getModel() in custom form method 'read' mode. 2016-07-03 19:47:23 -07:00
Cameron
d601dd5243 Merge pull request from lonalore/master
Plugin installation dependency fixes.
2016-06-29 14:42:38 -07:00
Cameron
67cf81e5b6 Fix for imagepicker when Youtube video is default value. 2016-06-29 13:59:33 -07:00
Lóna Lore
d25fb0184d Fixed undefined $pref variable. Check if plugin is being used by another plugin before uninstalling it. 2016-06-29 20:48:00 +02:00
lonalore
58e3592fdc Fixed XmlDependencies method. 2016-06-29 12:04:14 +02:00
Cameron
0af67301ea More user-setting checks. 2016-06-28 09:25:30 -07:00
durandalwoz
f15078d321 Encoding fix
Fixes problems with accented weekdays in Spanish other languages
2016-06-28 03:24:18 -03:00
Cameron
a21fb4bf2f Datepicker() fix for date-field type. 2016-06-26 12:06:37 -07:00
Cameron
6a520a61a6 HTML fixes. 2016-06-26 10:34:44 -07:00
Cameron
b709c38361 Fixes - Issue logging in with email address and strong encryption active. 2016-06-26 09:21:15 -07:00
Cameron
ab683a8954 Corrected git path issue. 2016-06-25 11:45:45 -07:00
Cameron
b6194499ce Fix for Plugin/Theme git pull requests. 2016-06-25 10:38:05 -07:00
Lóna Lore
fa7cee16af Provides the ability to use variant for e107::library(load). 2016-06-25 08:36:22 +02:00
Cameron
bf36104fe9 Allow for pre/post options on inline editable elements. 2016-06-24 14:36:24 -07:00
Lóna Lore
38e5f4b0fe Ability to use any kind of button class for the selected action. 2016-06-23 22:13:03 +02:00
Cameron
92d67a886e Merge pull request from lonalore/master
Library Manager UI.
2016-06-22 14:28:51 -07:00
lonalore
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
dobem
2b5682f57c Fix typo: vartue 2016-06-21 00:16:32 -03:00
Miroslav Yovchev
b50b09d62d Do not panic on empty ban list file 2016-06-20 16:51:04 +03:00
lonalore
90e25f1d8a Library Manager UI. 2016-06-20 11:12:25 +02:00
Cameron
6d9a98fdf6 Fixes - Plugin/Theme download from within admin area. 2016-06-19 10:48:49 -07:00