1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

43 Commits

Author SHA1 Message Date
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
CaMer0n
10af36751f Theme Manager Lans 2009-07-06 06:33:29 +00:00
CaMer0n
14c781b772 Theme Manager re-work. 2009-07-06 05:59:42 +00:00
CaMer0n
7723d9b836 admin->menus is now functioning correctly with theme.xml. Support for choosing the default layout and menuPresets is working. Still to do - storage of menu placement and custompages for each layout. 2009-07-05 11:57:40 +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
mcfly
503f81634a Updated to new xml standard, matching new plugin.xml 2008-12-03 18:09:00 +00:00
CaMer0n
2f724e6b68 theme.xml parser and theming improvements - a work in progress. 2008-11-17 07:17:23 +00:00
e107steved
97a3154215 Add admin logging to theme manager 2008-11-02 10:28:30 +00:00
e107steved
670b4964a7 Support plugin.xml in most of the areas which currently read plugin.php; clear system cache in theme manager when saving theme prefs; bug fix in upload_handler XML file read; add filter option to XML class; remove some historic code from admin.php 2008-08-25 10:46:46 +00:00
e107steved
899490243b Bugtracker #4311 - calculate largest allowable upload file size in admin functions 2008-05-25 09:04:16 +00:00
e107steved
4e3b22647c Bugtracker #4385 - bad include path 2008-04-10 19:23:51 +00:00
e107steved
76210772d8 Bugtrracker #4384 - speed up code - thanks marj 2008-04-08 21:24:32 +00:00
e107steved
6ceffbf2bd Possible fix for bugtracker #3935 - 'spare' line in theme handler 2007-05-04 20:51:11 +00:00
e107steved
dc0e38d0b2 Bugtracker #3564 - remove hard coded text 2007-02-04 21:42:55 +00:00
e107steved
b834d1376f Add missing closing tags 2007-01-17 20:47:41 +00:00
sweetas
8cb82b65dc new image pack system imode and admin images updated 2006-12-07 15:41:50 +00:00
mrpete
3e3e0b188a Remove PHP Warnings - various undefined variables and typos 2006-12-05 09:15:08 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00