1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 05:55:02 +02:00
Commit Graph

75 Commits

Author SHA1 Message Date
CaMer0n
d6c87894bd More install-routine work. default_install.xml added 2009-08-31 02:00:51 +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
77e4edfb54 ctype_*() replacement 2009-08-08 23:09:08 +00:00
CaMer0n
790a6dbeb5 reserve e_userinfo 2009-08-06 22:29:34 +00:00
CaMer0n
a7d01d2117 Import plugin. Fixed some incompatibilities with 0.8. Tested e107 -> e107 import and working correctly. Added wordpress user import, but salted passwords are an issue currently.
Plugin-class - fixed some error message boxes.
2009-07-20 15:24:34 +00:00
CaMer0n
feae1ff36f syntax fix 2009-07-16 08:46:11 +00:00
CaMer0n
afcf85cd8e More Iconpicker and icon folder cleanup. 2009-07-16 08:15:35 +00:00
CaMer0n
5f1933c3fa Separated admin/menu.php into a separate class. Added instant menuPreset activation in theme-manager plus other small gui enhances. Added iconpool - work in progress.
Iconpool: installed plugins containing png files in their image folder with a *_16, *_32, *_48 etc name ending will automatically be added to the iconpool. This central pool will be available in all areas of admin where we choose icons. eg. download category, links, event-calendar, links-page etc etc.
2009-07-16 02:55:19 +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
75f98ad90c Update routine fix for plugin table. 2009-07-09 22:12:21 +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
e107steved
9587cdcffe Choices for selective delete when uninstalling plugins 2008-12-30 19:01:17 +00:00
e107steved
d387caf6a1 Support multi-language install language file 2008-12-30 09:44:23 +00:00
e107steved
b59c59ce1a Update userclass management on plugin install/uninstall 2008-12-29 22:30:16 +00:00
e107steved
455ced5329 Interim changes to avoid some userclass-related installation problems - don't install the forum with system caching on ATM 2008-12-29 20:55:27 +00:00
mcfly
5266c6d130 create userclass with admin visibility 2008-12-21 01:57:19 +00:00
mcfly
04aa586bbf Message cleanup 2008-12-13 18:43:46 +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
c540488fbb Remove debug flag 2008-12-10 13:41:36 +00:00
mcfly
ac8a5bac22 Creation of userclasses works again 2008-12-10 13:27:09 +00:00
e107steved
dd282efc69 Finalise locations of language files, option to disable auto-load of English files on non-English sites if required files not found 2008-12-07 21:41:04 +00:00
e107steved
c7bd61a87f More handling of plugin.xml reformat, handle 'special' chars in profanity filter 2008-12-05 19:56:51 +00:00
secretr
b2b15d5542 fixed plugin scan issue - update to latest XML version 2008-12-05 14:18:51 +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
1eb6f7386c Check for and ignore plugin.php in scan if plugin.xml is there 2008-12-02 21:51:22 +00:00
mcfly
09e27295e9 Added support for plugins being able to manage extended user fields on install/uninstall/upgrade 2008-11-24 00:36:50 +00:00
e107steved
4a13e0368b Put translated text (rather than constant name) into Sitelinks on plugin install 2008-11-02 21:28:05 +00:00
e107steved
d2da01b8db Eradicate obsolete prefs 2008-08-24 09:57:08 +00:00
e107steved
8879aa9211 Reflect new default settings for notify on plugin install. Add update routine to convert (as 'test' routine). 2008-08-23 09:08:57 +00:00
e107steved
cb7379ffa5 Add admin logging to poll 2008-08-17 12:02:14 +00:00
secretr
77c2731c6c fixed backquotes breaking create query 2008-08-15 13:15:11 +00:00
e107steved
bf29a3eec9 Stats logging - support plugin.xml, add admin logging. Enhance supporting functions 2008-08-13 20:47:10 +00:00
e107steved
913db4e760 Update DB table structures as required during plugin upgrade 2008-08-12 20:26:53 +00:00
e107steved
fc4f530359 Refine installation from plugin.xml a bit 2008-08-11 20:21:17 +00:00
e107steved
526ec11746 Handle standard LAN files, differences between single/multiple elements in a section 2008-08-10 16:06:15 +00:00
e107steved
3e3d1db9a3 Support multilanguage titles in plugin log entries, add correct links to sitelinks on install, fix naming error in plugin.php conversion 2008-08-10 11:41:13 +00:00
e107steved
556eaff57d Minor tweaks for install 2008-08-10 09:17:41 +00:00
e107steved
6f83d506f9 Don't check formatting of e_***_sql.php addon files 2008-08-09 17:23:26 +00:00
e107steved
8863356347 Support more features in plugin.xml 2008-08-09 16:49:58 +00:00
e107steved
ec13689f67 Tidy up various errors and inconsistencies that have crept in 2008-07-25 19:26:46 +00:00
mcfly
9a237a7128 removing anyDir / e_CURDIR code. May revisit in the future 2008-03-11 01:47:05 +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
e1bb11a047 Small spec change 2008-02-13 00:56:00 +00:00
mcfly
abcf003850 Removal of debug code 2008-02-13 00:47:36 +00:00
mcfly
d0773bbc51 final stage of plugin.xml support? 2008-02-13 00:46:05 +00:00
mcfly
cb2a3a632d Really fixed typo 2008-02-08 20:05:43 +00:00
e107steved
d56a851c29 Fix a typo 2008-02-07 22:20:02 +00:00
mcfly
114ea53cf0 plugin.xml support completed (I hope) 2008-02-02 22:04:18 +00:00
mcfly
39f7ced05a More updates, getting closer 2008-02-02 03:23:47 +00:00