1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

317 Commits

Author SHA1 Message Date
Cameron
caee889b7f Fixes Plugin Database structure update detection. 2017-04-21 14:21:29 -07:00
Cameron
0e2bb9e9f6 smaller icon. 2017-04-02 15:17:37 -07:00
Cameron
e968cdf369 debug removed. 2017-04-02 14:35:12 -07:00
Cameron
cd2fa2dd9b Plugin class: check for bad folder names. 2017-04-02 14:30:30 -07:00
Cameron
35859cf46b Extra check during plugin meta scan. 2017-04-02 12:39:50 -07:00
Cameron
478f488337 Plugin class fixes regarding plugins that don't require installation and plugin table updates. 2017-02-08 17:37:24 -08:00
Cameron
423ba61dd9 Online table update optimization. 2017-02-07 14:51:33 -08:00
Cameron
cc8886acc0 Fix for Plugin Manager addon prefs. 2017-02-07 08:57:18 -08:00
Cameron
0a396bc44e Fixes #2387 - update alerts on plugins. 2017-02-06 12:23:42 -08:00
Cameron
37c18e822e Admin-ui quick page navigation added. Plugin class fixes. (admin navigation of plugins) 2017-02-06 11:18:36 -08:00
Cameron
4b3317ad18 Plugin Manager fixes. 2017-02-06 08:47:39 -08:00
Cameron
fec05adfab LANs for plugin categories. 2017-02-06 07:36:06 -08:00
Cameron
3a81c1097a Plugin Manager rewrite - finally using admin-ui. 2017-02-05 15:49:03 -08:00
Cameron
372141dddf Plugin manager 2017-02-04 15:52:26 -08:00
Cameron
479cdd7d8f e_plugin class optimized. 2017-02-04 12:49:44 -08:00
Cameron
1ae3c6b315 Warning fix 2017-02-04 11:21:21 -08:00
Cameron
8dadf11e7a Admin navigation speed. 2017-02-03 20:18:45 -08:00
Cameron
645bc2a791 Renamed methods. 2017-02-03 13:02:08 -08:00
Cameron
7cd23ede8c Cleaned up plugin installation class. May fix issues with some v1 plugin installations. $tp->Glyph() now accepts a 'style' option. 2017-01-26 15:37:42 -08:00
Cameron
e3bfe28f0c More timing markers added. 2017-01-22 14:20:40 -08:00
Cameron
a29cd6db65 Optimization 2017-01-22 14:05:03 -08:00
Cameron
f6925ee4e7 Fix for: '' is missing from the plugin db table message. 2017-01-21 08:45:33 -08:00
Cameron
9ebedb6f8a Use LAN plugin name on update if available. 2017-01-05 10:07:52 -08:00
lonalore
edcdae129f Event triggering after updating plugins table. 2016-12-21 14:54:28 +01:00
Cameron
c8f1972c1d Buffer fix 2016-12-17 10:58:07 -08:00
Cameron
c8955f8362 Buffer fix. 2016-12-17 10:56:12 -08:00
Cameron
67e0b43734 Issue #6, Fix for duplicate LAN_IP, PHP 7.1 fixes. Fix for CLI failing when SSL is enabled, but command is using 'http'. Allow cURL to follow redirects, preventing broken feeds under certain circumstances. 2016-12-16 12:13:52 -08:00
Cameron
dc690ebeb5 Code cleanup 2016-12-04 11:54:24 -08:00
Gábor
ac77918946 Update plugin_class.php 2016-11-26 08:19:36 +01:00
Gábor
0086f21dd1 Update plugin_class.php
Add lang codes.
2016-11-25 12:25:15 +01:00
Cameron
a3312a24a6 AdminUI: Menu icon added. 2016-11-01 16:42:47 -07:00
Cameron
c911ded19b Fix for 'no changes made' message. 2016-11-01 12:12:00 -07:00
Cameron
dc6754d0e8 Issue #1974 - Media-Manager file-mode: Added Option to remove selected file. Fixes #1959 - allow for more than one media-category of a particular type during plugin installation. Issue #6 LAN fix on "Choose a file". 2016-10-31 20:34:59 -07:00
Cameron
95752b0f72 Fixes #1875 - Remove crons installed by plugin. 2016-10-27 11:13:38 -07:00
Gábor
c9502d78ba Some corrections 2016-10-15 20:41:39 +02:00
Gábor
a7a66e31da Update plugin_class.php
Add lang codes.
2016-10-15 20:10:16 +02: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
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
lonalore
58e3592fdc Fixed XmlDependencies method. 2016-06-29 12:04:14 +02:00
Cameron
c8ade39d12 Legacy plugin admin theme fix. 2016-05-07 15:33:09 -07:00
Cameron
1e44928e1f Custom user-extended fields - work-in-progress. (experimental) 2016-05-05 18:52:49 -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
5e862682be Expanding the plugin-builder to generate addons. (work-in-progress) 2016-04-10 18:47:40 -07:00
Cameron
fb3a92ff9e Fix for User-Extended checkbox field creation. 2016-04-02 12:47:27 -07:00
Cameron
2eaffd9822 Fix for last commit. 2016-02-26 12:50:48 -08:00
Cameron
a16ee111e9 Installation configuration fixes. RSS install now included default configuration correctly. 2016-02-25 18:45:20 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
922a221588 Merge pull request #1354 from lonalore/master
Library manager
2016-02-13 14:57:14 -08:00