1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 03:56:24 +02:00
Commit Graph

174 Commits

Author SHA1 Message Date
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
Cameron
29c9b3b0b6 One-click plugin download and install routine reinstated. 2015-02-03 21:58:26 -08:00
Cameron
685374e4a2 Plugin builder now adds example beforeCreate, beforeUpdate, afterCreate and afterUpdate methods to generated php config file. 2015-02-03 12:24:15 -08:00
Cameron
2ae018a496 Forum language-file cleanup complete. 2015-02-02 15:19:13 -08:00
Cameron
2a4caa6cb7 Fixes #849 and corrects a table-name issue with plugin upgrades. 2015-02-01 02:07:56 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
13c9e91e8d More language-file cleanup 2015-01-30 20:29:01 -08:00
Cameron
c6044b5bd3 Language-file validation routine added to Plugin Builder. 2015-01-30 18:15:17 -08:00
Cameron
cf15229e7c Admin-UI inline editing now works with type=boolean 2014-11-13 20:03:59 -08:00
Cameron
ec11bc1c37 Fixes #786 - Plugin builder missing keywords from found plugin.xml 2014-10-24 13:56:03 -07:00
Cameron
ac56b5ca10 More $admin_log global removal. 2014-10-23 11:12:13 -07:00
Cameron
eea43a8a88 Plugin Builder updated with new types and improved field-type detection. 2014-07-09 20:33:20 -07:00
Cameron
084b5b4127 CSS Table styling on plugin-manager. 2014-05-28 22:36:18 -07:00
Cameron
47e3f91012 Remove login requirement from plugin and theme browsers. (ie. 'Find Plugins' and 'Find Themes') 2014-05-12 18:52:57 -07:00
SecretR
9b636a9687 No plugin manager caching in development environment 2014-03-12 16:06:29 +02:00
Cameron
685b0aa86f Added disabled options to plugin-builder admin config. 2014-02-11 05:58:07 -08:00
Cameron
c7cb6d2975 PHP Notice removal 2014-02-07 07:03:23 -08:00
Cameron
117685b448 Icon path fix 2014-01-24 03:13:52 -08:00
Cameron
99af352647 Corrected outdated icon paths 2014-01-22 06:10:44 -08:00
Cameron
977d87a57d Fix for missing plugin install/uninstall log info. 2014-01-01 18:38:02 -08:00
Cameron
282fa42a9b Fix for when the menu caption is missing during plugin building. 2013-11-08 22:38:09 -08:00
Cameron
26053d0396 Plugin-Builder: Allow numbers in plugin folder name. 2013-07-08 11:18:51 -07:00
Moc
256f4b08b1 Removing unused code causing fatal error 2013-06-06 15:07:59 +02:00
Cameron
48084ac085 Make sure plugin-builder puts prefs in the correct class. 2013-05-26 16:13:45 -07:00