Tijn Kuyper
f07434a3cb
And more notice removals.
...
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
Cameron
a874b87a7f
Plugin Builder refinements and admin-ui 'template' added to banlist and rss for later use.
2012-12-06 21:41:53 -08:00
Cameron
2234f8f62c
Issue #3 Should address some of the Notices/Warnings.
2012-11-29 23:12:20 -08:00
Cameron
5be772191a
Theme Manager GUI fixes.
2012-11-29 22:03:36 -08:00
Cameron
8d8883b52c
Theme handler fixes.
2012-11-28 04:32:52 -08:00
Cameron
37b1316d5a
globals fix
2012-11-28 02:22:23 -08:00
Cameron
5e84eaf34d
More admin GUI refinements
2012-11-26 15:43:42 -08:00
Cameron
ec8a7195d5
Admin area GUI tweaks
2012-11-26 03:23:20 -08:00
CaMer0n
862dcceebc
Theme manager interface refinements and js tweaks
2012-06-03 09:45:20 +00:00
CaMer0n
e886feef49
File cleanup.
2012-06-01 04:42:00 +00:00
CaMer0n
f8b32d89ce
Javascript work, HTML cleanup, iconpicker through media-manager.
2012-05-17 05:09:59 +00:00
CaMer0n
9f1a322c98
JS work and HTML cleanup
2012-05-16 06:05:39 +00:00
secretr
4fecfffddd
svn keywords added (v0.8)
2010-02-10 18:18:01 +00:00
secretr
d50d861e9b
Theme handler custom pages problem
2010-01-10 16:24:09 +00:00
secretr
7aa3d565ef
Theme handler markup issue
2010-01-10 15:56:46 +00:00
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