1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-05 19:55:21 +02:00

57 Commits

Author SHA1 Message Date
CaMer0n
029662bf50 More user-friendly message when no plugins are installed. 2009-12-04 11:54:29 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
217a2a2bd1 small fixes 2009-11-11 16:02:42 +00:00
secretr
18a4b9bfe9 Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress 2009-11-05 17:32:19 +00:00
secretr
a069e7d17c bad characters removal, plugin manager url apostrophe removed 2009-11-04 21:59:35 +00:00
CaMer0n
d6f8293a26 bugfix 2009-10-30 12:56:07 +00:00
CaMer0n
4e6177f56c uninstall_options() now included in the _setup.php file. Allowing plugin developers to add their own 'uninstall' options. 2009-10-30 09:13:37 +00:00
CaMer0n
7f5cae55a2 Cron scripts working correctly. 2009-10-23 14:16:08 +00:00
CaMer0n
5656cce43d More plugin-class tweaks, Support for {plugin}_setup.php file added. TinyMce default settings added after install. plugin.xml spec modified for language files and management. 2009-10-20 03:49:28 +00:00
CaMer0n
3c75746aba db pref editor fix and icon-pool uninstall option added. 2009-09-28 07:17:52 +00:00
CaMer0n
0ff4c515f3 Fixed duplicate and blank entries in field selector. 2009-09-25 02:02:38 +00:00
CaMer0n
127a3e1361 New plugin.xml spec. See forum/plugin.xml for an example 2009-09-23 23:18:18 +00:00
e107steved
c5ae938501 Small bugfix in uninstall functionality, hard-coded LAN 2009-09-21 20:57:55 +00:00
CaMer0n
c0e66e0f59 Plugin category 'menu' added - for menu only installs. (while supporting e_xxxx). siteinfo_shortcodes.php moved to siteinfo plugin: e_shortcode.php 2009-09-19 17:43:19 +00:00
CaMer0n
2dec8b3376 Small fix when no plugins found. 2009-09-10 15:39:09 +00:00
CaMer0n
83a50ef2d3 db_Query needs to be public for now. menu_class and plugin manager now use loadLanFiles() 2009-09-10 15:24:57 +00:00
CaMer0n
722e007d51 removed some debugging text. 2009-09-02 17:45:02 +00:00
CaMer0n
d794790a59 Small change to theme.xml naming for plugin installation. 2009-08-31 14:37:24 +00:00
marj
201b7e20f1 Add include_lan() to admin pages 2009-08-28 16:11:02 +00:00
CaMer0n
123fdf4d13 Moved theme/plugin release notification function to new class. Should be fully functional for both themes and plugins now. To-Do Ajax checking. 2009-08-17 18:42:22 +00:00
marj
9151ee491b change value to no-value when it has no value 2009-08-15 15:44:37 +00:00
CaMer0n
eaf6929c5a remove unused code 2009-08-14 21:11:49 +00:00
marj
1eec0f7196 CSS typos 2009-07-22 12:00:51 +00:00
CaMer0n
9ab872b199 More icon cleanup, also reworked the $frm->thead function to automatically generate sorting-links based on a query-pattern. (ie. no need to enter urls into the field array) 2009-07-17 07:53:13 +00:00
CaMer0n
659d272865 Added missing _32 icons to admin_images, added some more admin theming options for icons to header.php and added a test to the _blank admin theme. 2009-07-17 03:53:14 +00:00
CaMer0n
8a680030c3 Some notice removal, css cleanup and an alternate admin style-sheet added for testing purposes. (test png transparency) - see _blank 2009-07-15 09:38:00 +00:00
CaMer0n
364967b9c5 Theme manager can now install theme-recommended plugins without leaving the page. Notice removal. theme.xml spec modified slightly, to allow themers to provide links to external URLs of 'required' plugins. 2009-07-14 03:18:17 +00:00
CaMer0n
39ace34c24 Bugifx with multiple installs at once.. 2009-07-13 09:31:19 +00:00
CaMer0n
62d5c8b49c Some CSS standardization. 2009-07-10 14:25:23 +00:00
CaMer0n
35aef983c4 Plugin categories (upgrade routine included) + some theme-manager and plugin-manager fixes. Added a few styles to the blank theme. 2009-07-09 02:47:17 +00:00
CaMer0n
c29c2fb698 More $imode removal 2009-07-07 07:25:27 +00:00
CaMer0n
8e634b6e70 Minor fixes in Plugin Manager 2009-07-07 06:26:51 +00:00
CaMer0n
38198ae775 Plugin Manager minor fixes. 2009-07-07 02:43:14 +00:00
CaMer0n
30dfad8d71 Plugin Manager rework. 2009-07-07 02:22:57 +00:00
e107steved
9587cdcffe Choices for selective delete when uninstalling plugins 2008-12-30 19:01:17 +00:00
e107steved
a96c38306f Make calls to plugin handers consistent - always use plugin name (directory name) 2008-12-10 22:39:43 +00:00
mcfly
b3ca240eab Latest coding changes 2008-12-04 21:36:09 +00:00
e107steved
2b428ccff9 Start of mods to handle revised plugin.xml format - still a bit to do/check 2008-12-03 22:29:58 +00:00
e107steved
399f220ed6 Disable various obsolete prefs 2008-10-11 11:55:18 +00:00
e107steved
830694b7bb First cut at moving to plugin.xml for event calendar. 2008-08-11 21:24:42 +00:00
e107steved
fc4f530359 Refine installation from plugin.xml a bit 2008-08-11 20:21:17 +00:00
e107steved
899490243b Bugtracker #4311 - calculate largest allowable upload file size in admin functions 2008-05-25 09:04:16 +00:00
e107steved
d9d4c5ab63 Bugtracker #4365 - notice removal 2008-04-05 07:58:30 +00:00
mcfly
2f33412cea install/uninstall using plugin.xml doesn't lose setting in plugin table now 2008-02-17 03:42:33 +00:00
mcfly
2b3ec398f6 Adding support for plugins being allowed to be installed in multiple directories 2008-02-13 02:58:58 +00:00
mcfly
114ea53cf0 plugin.xml support completed (I hope) 2008-02-02 22:04:18 +00:00
mcfly
c52527e842 more plugin.xml tweaking and fixes 2008-02-01 14:11:27 +00:00
mcfly
467f1d4be5 More work on plugin.xml support 2008-01-27 01:34:59 +00:00
mcfly
b8ff0b70da More plugin.xml support stuff 2008-01-26 05:19:59 +00:00
mcfly
86a1606e1d Beginning support for plugin.xml files to replace plugin.php files 2008-01-26 04:47:27 +00:00