1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

197 Commits

Author SHA1 Message Date
Cameron
45084b2de7 Issue #1712 - Plugin download issue on machines with suhosin and $_GET limit set to 512 chars. (default) 2016-11-20 20:12:33 -08:00
Cameron
70b8b6a21e Issue #1712 #2044 - Plugin Download/Install from e107.org issue. Debug data added and ampersand modified on URL. 2016-11-19 14:07:29 -08:00
Cameron
c911ded19b Fix for 'no changes made' message. 2016-11-01 12:12:00 -07:00
Cameron
9f45609cae Issue #1780, Issue #1780, Issue #854. e107.org now supports plugin version x.x.x format. 2016-10-26 13:14:11 -07:00
Cameron
3ba7181969 Fixes #1780 Plugin Manager now alerts user if a newer version of an installed plugin is available from e107.org 2016-10-25 16:25:14 -07:00
Cameron
895049caa7 Merge pull request #1892 from yesszus/patch-2
Update e107_admin/plugin.php
2016-10-23 09:49:10 -07:00
Cameron
b9480c744e Fixed input element sizes. Fixed date format in generated plugin.xml 2016-10-18 16:10:52 -07:00
Cameron
c9fa36066b Plugin Builder: Added _menu and simple frontend file to addons list. 2016-10-18 13:48:47 -07:00
Gábor
43f1cf438a Update plugin.php
Add new pharses and lang codes
2016-09-29 07:54:35 +02: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
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
Cameron
6ef0868077 Git updates for plugins and themes when available. 2016-06-02 19:20:58 -07:00
Cameron
d098589456 Fix for plugin repair (in debug mode) Fix for Login page signup link when registration is disabled. 2016-04-30 12:02:42 -07:00
Cameron
699257e3c3 Forum triggerData fix. 2016-04-22 09:01:18 -07:00
Cameron
f6ca9f8883 Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7. 2016-04-20 17:25:32 -07:00
Cameron
adb7d2a472 Plugin Builder upgrade. xxxx_sql.php may now be auto-generated by selecting the sql table. 2016-04-18 19:14:55 -07:00
Cameron
042172096c Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths. 2016-04-15 10:46:58 -07:00
Cameron
4a40104073 PHP7 fix for message_handler. Plugin Builder now includes specific keyword drop-down menu for use on e107.org 2016-04-12 19:56:29 -07:00
Cameron
9960a905e8 Plugin Builder can now generate e_xxxx.php addon templates/scripts to assist in rapid development. 2016-04-11 12:50:22 -07:00
Cameron
5e862682be Expanding the plugin-builder to generate addons. (work-in-progress) 2016-04-10 18:47:40 -07:00
Cameron
fec43710fe Fixes #1213 - Auto-language file loading disabled when admin-ui active. Example language-file loading added to plugin-builder. 2016-04-07 11:43:28 -07:00
Cameron
fb3a92ff9e Fix for User-Extended checkbox field creation. 2016-04-02 12:47:27 -07:00
Cameron
679c1b7b75 New icon128 attribute added to plugin.xml spec. 2016-02-13 13:20:33 -08:00
Tijn Kuyper
82969eaa1c #1196 - Check for dependencies on plugin installation (cleanup)
More cleaning needed
2016-02-07 20:17:56 +01:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
82d4a5583a SEF Generate button added to newpost area. Can now generate and edit prior to saving. 2016-01-13 01:31:12 -08:00
Cameron
d0fccd540f e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example. 2016-01-12 15:44:54 -08:00
Cameron
790d408587 Fixes #1205 - plugin folder wipe issue. 2015-10-16 14:23:23 -07:00
Cameron
2d337c28aa Plugin Builder Bootstrap3 styling fixes. PDO Mysql fix in db verification class. 2015-07-29 00:14:17 -07:00
Cameron
a3514ca716 Plugin/Theme modal fixes and improved commercial plugin/theme handling. 2015-07-17 23:09:36 -07:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
MikeyGMT
ea79550e83 Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd
instances of same terms.
2015-07-02 14:33:04 +01:00
Cameron
be54ccfae4 LANS: LAN_PREFS usage. 2015-06-30 10:04:06 -07:00
Cameron
705e04dbda Fixes #1045 - Plugin Builder now functions correctly in generating admin_config.php for plugins which use only preferences (no plugin tables). 2015-06-15 23:27:36 -07:00
Cameron
4414495b04 PHP Notice/Warning removal. 'field-help' containers may now be customized with: data-placement="[top|right|bottom|left]" 2015-06-11 12:29:19 -07:00
Cameron
9af51e21db Added extra exclusion to Plugin Language-File checker. 2015-06-11 09:49:21 -07:00
Lóna Lore
96f3332fb1 only use [x], [y], [z] replacement patterns 2015-05-07 10:55:44 +02:00
Lóna Lore
957291a7b0 PHP Parse error: syntax error, unexpected ';' 2015-05-06 10:55:41 +02:00
Lóna Lore
aacd91aff1 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-01 17:54:44 +02:00
Cameron
6783165b72 Allow developer to use hyphens in plugin title. 2015-04-16 17:05:42 -07:00
Cameron
50998feae3 Fix for user-extended fields error in mySQL strict mode. Plugin Builder config tweaked. 2015-04-15 01:58:07 -07:00
Cameron
74e8551cb4 Social plugin: Twitter menu and Facebook comments engine added. 2015-04-08 16:24:58 -07:00
Cameron
cfea103d20 Issue #910 XMLRPC adapter was failing when looking up plugins online. 2015-03-30 13:02:51 -07:00
Cameron
44874d91b0 Plugin builder now allows for exclusion of specific tables from admin area generator. 2015-03-29 10:11:09 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
00696d92d3 Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now. 2015-02-10 23:13:53 -08:00
Cameron
00a516b0d3 Support for admin-ui event triggers. Plugin-builder example added. 2015-02-09 01:05:33 -08:00
Cameron
f755bebe39 Plugin Builder added more types on prefs. 2015-02-07 22:24:16 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00