1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-21 06:52:28 +01:00

8281 Commits

Author SHA1 Message Date
Cameron
2ea362a328 Merge pull request #1742 from durandalwoz/master
Avatar shortcode for forum templates and encoding fix for date
2016-08-30 11:13:08 -07:00
Cameron
82b1415424 Merge pull request #1816 from MikeyGMT/master
#6 Info Panel + User Admin Text to LANS
2016-08-30 10:25:54 -07:00
MikeyGMT
877fee9699 Removed success messages as done automatically.
See pull/1816 comments: removed or rather replaced success messaged to
debugs instead. We only need to give detail when failing.
2016-08-30 00:57:35 +01:00
Cameron
334c17cb8e Issue #1821 - Inconsistent e_CURRENT_PLUGIN value. 2016-08-29 14:39:48 -07:00
Cameron
bf392eaf0b Issue #6 Submitnews - remind user to login if access denied message given. 2016-08-29 10:48:27 -07:00
Cameron
d2ea287876 Issue #6 Fix for generic admin LANs being used on frontend. 2016-08-29 10:31:24 -07:00
MikeyGMT
3b9869e455 Further update on User.php - added entity to addError failures
Further update on User.php - added entity to addError failures
2016-08-29 11:59:22 +01:00
Cameron
50fc69a124 Contact Form: Simple keyword and phrase filtering option added. 2016-08-28 10:32:58 -07:00
MikeyGMT
3dc77ca7bf #6 Some Admin User Lans
#6 Some Admin User Lans
2016-08-28 12:49:37 +01:00
MikeyGMT
0cf8735cac #6 Info Panel Text to LANS
#6 Info Panel Text to LANS
2016-08-27 12:03:23 +01:00
Cameron
8c52c8aa4e Merge pull request #1815 from MikeyGMT/master
#6 Hard Coding in Banner e_shortcode
2016-08-24 18:28:20 -07:00
Cameron
4befab02f1 Submitnews: Fix for minimum image-attachment size preference not saving correctly when > 1024x768 2016-08-24 18:26:03 -07:00
Cameron
ca99f5a68a Submitnews image preview fix. 2016-08-24 15:51:26 -07:00
MikeyGMT
0b8d4632c1 #6 Hard Coding in e_shortcode
Replace "no image assigned to this banner" BANNERLAN_39
2016-08-22 23:32:40 +01:00
Cameron
17382b25ac Input filter fixes. 2016-08-19 16:13:38 -07:00
Cameron
eac663e889 Error message fix. 2016-08-19 16:12:58 -07:00
Cameron
c7bc7ff6d1 Addon order fix. 2016-08-17 16:27:00 -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
98c4c3e1d0 Media-Manager: Allow inline editing of keywords/tags. 2016-08-17 14:43:34 -07:00
Cameron
dcb82f0ae5 Fix for comment manager edits breaking user value. 2016-08-15 14:39:11 -07:00
Cameron
7b6f30e6e4 Fill news fields with new submitted data. 2016-08-15 10:06:44 -07:00
Cameron
a35bde2526 Menu page tab fix. 2016-08-13 15:28:09 -07:00
Cameron
e9561fca03 Retina-display fix for menu images. 2016-08-13 15:07:59 -07:00
Cameron
ab5652e8ad Issue #1788 - 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
Cameron
ebbfce7ea4 Merge pull request #1800 from mostvotedplaya/master
Update secure_img_handler.php
2016-08-11 18:07:54 -07:00
Cameron
15ac53c601 Issue #1796 - Submit news enhancements ToDo: preferences for input items. 2016-08-11 18:00:50 -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
16ba11220e Open-Graph meta image option added to social plugin. 2016-08-09 09:26:48 -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 #1782 - 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
2df263a2b2 Some mobile-specific social stuff for the future. 2016-08-05 18:13:55 -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
1a07500b4f Admin News: respect positions of news-media - allowing admin to choose placement. 2016-07-29 13:36:42 -07:00
Cameron
70b2e96f6e Fix for when a user registers but clicks the activation link twice. 2016-07-22 19:17:35 -07:00
Cameron
17dc4687a5 Fixes #1768 - Support for port number in mysql-server during installation. ie. localhost:port 2016-07-09 10:55:27 -07:00
Cameron
ce4369ed4a Fix for og:image sitebutton size. 2016-07-09 10:49:55 -07:00
Cameron
6f920c2d24 Fix for meta-tag textarea box width. 2016-07-08 17:45:56 -07:00
Cameron
d861727470 "No News" message formatting and css class. Page list sitelink function fixed. 2016-07-08 17:37:41 -07:00
Cameron
4fb0205945 Fix for missing punctuation on generated news-summary. 2016-07-07 16:39:59 -07:00
Cameron
84d66979a4 Issue #1768 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 #1507. Added example of getFieldVar() method to plugin builder. 2016-07-07 14:28:12 -07:00
Cameron
7223abe458 Fixes #1766 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