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

67 Commits

Author SHA1 Message Date
CaMer0n
b0522016cd 0.7 -> 0.8 upgrade fixes 2009-11-19 10:07:32 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
f7f9811de6 PHPdoc fix 2009-11-17 14:50:37 +00:00
CaMer0n
31412ba4dd don't load custompages from theme.php if theme.xml found. 2009-11-09 00:27:43 +00:00
CaMer0n
199ccc22e4 BC fix for custom header and footer arrays in theme.php 2009-11-09 00:13:59 +00:00
CaMer0n
d892e2c039 Some code cleanup 2009-11-05 09:15:19 +00:00
CaMer0n
50c56914bf Disabled theme information - needs to be corrected and replaced with an ajax popup window. 2009-11-02 01:10:50 +00:00
CaMer0n
05ac518c65 Updated with some existing classes. Some inline styles still need to be moved. 2009-11-01 03:25:29 +00:00
CaMer0n
6af5b08c25 rolled back until some replacement css is committed for the inline styles. 2009-10-31 00:36:09 +00:00
marj
1f51d934eb remove inline styles so that we can actually see something and select a theme
needs CSS class review
2009-10-29 00:22:53 +00:00
marj
a2d4367d95 more formatting 2009-10-28 23:52:56 +00:00
marj
bc7669ed4c reformat a bit 2009-10-28 23:45:46 +00:00
CaMer0n
ffdef7ec71 Correct menu-path upgrade issues. 2009-10-24 07:53:30 +00:00
CaMer0n
efda62371f <pluginPrefs> support added to plugin.xml spec. XML handler array exceptions option added. 2009-09-21 21:53:38 +00:00
CaMer0n
d0f696f943 Remove 'downloads' from the core sql table, and more installation fixes. 2009-09-17 01:47:20 +00:00
CaMer0n
db3a16fdc6 Install fixes and notice removal 2009-09-17 00:13:40 +00:00
CaMer0n
4f4e8abcb1 theme category definitions 2009-09-02 02:38:50 +00:00
CaMer0n
d794790a59 Small change to theme.xml naming for plugin installation. 2009-08-31 14:37:24 +00:00
secretr
5db2a1ed90 theme admin handler - deprecated call_user_method() replaced with call_user_func(); e_theme_config interface class added, theme configs now implement it 2009-08-27 12:58:29 +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
CaMer0n
cb8cc9fcb9 Make remote-update notify xml more generic 2009-08-17 16:08:11 +00:00
secretr
aa7f2548a1 Preference handler fixes and BC, save_prefs() is using pref handler now and is deprecated, theme handler changes to reflect new preference management. 2009-08-17 14:40:23 +00:00
CaMer0n
8ae34841ab Theme release alerts added. Also, XML class was failing with remote files. 2009-08-17 12:48:52 +00:00
CaMer0n
3ce10727b9 Theme Config changes. 2009-08-17 11:25:01 +00:00
secretr
bfd64fc2a6 Introducing e_menu front-end class 2009-08-16 16:30:56 +00:00
CaMer0n
f81f085bd5 xhtml fixes 2009-08-06 22:27:47 +00:00
marj
0361f769d6 Remove a few inline styles 2009-07-25 07:54:36 +00:00
CaMer0n
6a504ac0d4 Warning removal in class2.php and I modified the theme.xml spec, so that one can specify exactly which version of XHTML and CSS the theme is compliant with. ie. true/false has been replaced with (Xhtml) 1.1, (Css) 2.1 etc. Pre-0.8 themes will default to this when 'true' is found. 2009-07-24 12:54:39 +00:00
CaMer0n
037ae9fd1a Added checkbox to theme upload form, to set as sitetheme once uploaded. 2009-07-18 03:41:49 +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
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
feecdf2212 Fix for variance in theme.xml arrays. Some notice removal. 2009-07-14 03:38:12 +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
97286190ad Some theme-manager fixes, theme-preview fixes etc. Had to move up theme-loading before menu loading in class2.php. Let's hope it doesn't break anything. 2009-07-12 14:44:57 +00:00
CaMer0n
28f2146f1e More Menu-Manager Enhancements. - easier to find those menu-config pages now. 2009-07-12 10:11:35 +00:00
CaMer0n
62d5c8b49c Some CSS standardization. 2009-07-10 14:25:23 +00:00
CaMer0n
1b8957f9c7 xhtml fix for wmessage, added example theme-config options. Corrected theme.php for _blank, added more example code in _blank/theme.php 2009-07-09 20:52:00 +00:00
CaMer0n
aeed844033 More theme manager and menu manager refinements 2009-07-09 11:37:36 +00:00
CaMer0n
b81a3a0536 More work on theme-manager and menu-manager. 2009-07-09 08:31:38 +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
14a840636a Notice/Warning Removal. + admin -> users cleanup. (work in progress) 2009-07-08 06:58:00 +00:00
CaMer0n
9edec709e8 Fix for user-theme menu. 2009-07-07 22:56:13 +00:00
CaMer0n
d4475ede38 CustomPage settings working correctly now. The constant THEME_LAYOUT added. (Will be used by menus later) 2009-07-07 16:04:51 +00:00
CaMer0n
0bde4fa3a8 Added page refresh when changing admin theme. 2009-07-07 02:25:05 +00:00
CaMer0n
9534455844 Changed "Required plugins" in Theme Manager, to "Suggested Plugins". If required, the theme creator can make mention of it. For everything else, they are optional 2009-07-06 09:28:02 +00:00
CaMer0n
aaa44df1b1 Little cleanup of theme-handler and e107v4a theme.xml. 2009-07-06 09:17:27 +00:00
CaMer0n
92f05cec19 Theme-Manager: Only display layouts for main theme, not admin theme. 2009-07-06 08:54:25 +00:00
CaMer0n
4d68afc0f6 Fix for different theme.xml setups. theme.xml added to Jayya. 2009-07-06 08:45:19 +00:00
CaMer0n
f839cefb35 minor css issue 2009-07-06 06:46:12 +00:00
CaMer0n
8058bbcca2 Bugfix on admin-style saving 2009-07-06 06:42:04 +00:00