1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 15:55:39 +01:00

8261 Commits

Author SHA1 Message Date
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
Cameron
e2d70a4284 Fix for adding media with '+' in the filename. 2016-07-06 17:08:17 -07:00
Cameron
2a14308600 Fixes #1762 - 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
61ce9395f4 Fix for PHP error 2016-07-02 11:44:28 -07:00
Cameron
d511bb6c9a Fixes #1757 - Page 'related' items template. 2016-07-01 16:10:24 -07:00
Cameron
d44a92dcba Fix for news video thumbnail size in latest news etc. 2016-07-01 16:09:42 -07:00
Cameron
a985a6e9b1 Issue #1746 - Downloads datestamp not being saved correctly. 2016-06-30 08:50:35 -07:00
Cameron
3c5019d29f Merge pull request #1752 from rica-carv/rica-carv-patch-quickreply
Pull to solve missing pagination & quickreply shortcode #1751
2016-06-30 08:38:49 -07:00
Cameron
7a90a38473 Prevent gallery js loading on every admin page. 2016-06-30 08:38:32 -07:00
rica-carv
a7142dc9b0 Add files via upload 2016-06-30 15:49:36 +01:00
rica-carv
e24805ecea Add files via upload 2016-06-30 15:49:00 +01:00
rica-carv
91e3555193 Add files via upload 2016-06-30 14:58:16 +01:00
rica-carv
3ff4df2d25 Add files via upload 2016-06-30 14:57:37 +01:00