Project page: http://digitalnature.ro/projects/atom-test Licensed under GPL http://www.opensource.org/licenses/gpl-license.php @todo: add credits REQUIREMENTS: - PHP 5+ (4.4.4+ might work as well, I'm rarely testing on this platform) - Wordpress, 3.0+ CHANGE LOG: 2/ 2/2011, 1.3 - added css/js optimization option - fixed thumbnail regeneration issues from 1.2.9 - rewritten atom_page_menu callback function to support all relevant arguments that wp_nav_menu accepts - added debug option, disabled by default - changed file structure - better form dependency rules in the back-end - some changes to the featured gallery widget - rewritten advertisment system - fixed a css cache issue in WPMU - holy sht this changelog is huge 21/ 1/2011, 1.2.9 - improved child theme support - user functions only run on non-admin pages now, to avoid access issues if bad php code is added (child themes are still a better option) - renamed categories widget to "terms", and added a few more options (template, depth, ability to show only active->child categories) - added info about translations and versions in the theme settings page (translators: please correct your catalog meta info) - reduced # of db queries by half in posts & recent comments widgets, when "show more" link was checked - removed custom db query in authors widget - new comment listing system (removed "comments.php" template, comment list is included in meta.php) -- still under development - added template for related posts - fixed a social media links filter bug - moved some shortcodes into the [link] shortcode - added [subscribers] shortcode (shows the number of FeedBurner/Twitter/Facebook or Youtube subscribers) - added column splitter, can split parts from the sidebar into 2 columns (ie 6/7 are probably unsupported) - added automatic update capability (this will only be enabled on commercial themes, free themes will be updated trough the WordPress repository) - added comment filter (search), disabled by default - added taxonomy search & term auto-suggest (autocomplete) for search fields - changed rel attribute on input fields with alt - improved [query] shortcode, can work with user-defined templates just like some widgets do - tabs widget class adjustments - added network blogs widget (visible on main site in multiuser mode) - added network content option to recent comments (site-wide comments, wpmu only) - removed [form] shortcode, there are dedicated plugins that handle forms much better (register form to be added as a widget) - added "related posts" option to Posts widget: similar to related posts tab, will only display if posts related to the current post are found - empty widgets will now not display at all (eg. Recent Comments without comments) - sidebars with widgets that don't output any data are now considered to be empty and trigger the layout to change accordingly - tabbed widgets will now show only widgets that output data in the current context - added comment karma option - removed asides option (will be added again using wp 3.1 post formats) - removed featured posts option, and added widgets for featured content 16/11/2010, 1.2.6 - fixed a bug added in 1.2.4 16/11/2010, 1.2.5 - child theme style.css is now loaded instead of the parent style.css, if a child theme is used 16/11/2010, 1.2.4 - full support for custom post types (a gallery extension demo is available, unfinished though) - post.php template changed to teaser.php - removed all layout related attributes from the [query] shortcode, and added the 'template' attribute (can override teaser.php) - loading jQuery from Google instead the local WP site (is it faster?) - changed the way compressed js/css files are loaded, no more c.php, ob_start and other nonsense :) 13/11/2010, 1.2.3 - changes to theme settings import (importing theme settings from versions older than 1.2.3 won't work) - animation changes in widgets (step by step animation for lists) - styled collapsible menu (the accordion menu still needs styling) - updated codemirror 11/11/2010, 1.2.2 - changed preloader images 10/11/2010, 1.2.1 - rewritten the content filter - added custom menu widget & expandable/collapsible menu js (incomplete, still needs styling!) - made so users are not required anymore to update sidebar widgets when new options are added trough theme updates 1/11/2010, 1.2 - php 4.4+ support 1/11/2010, 1.1.9 - added template system for "recent comments", "posts", "top commenters" & "authors" widgets only super-admins can use templates 29/10/2010, 1.1.8 - removed invalid (accidental) code from comment.php 28/10/2010, 1.1.7 - data sent trough [form] can now be processed by hooking a function to atom_process_form_FORMID - mailto is no longer required on [form] - bug-fix in [pagerank] shortcode 28/10/2010, 1.1.7 - bug-fix in widget forms 28/10/2010, 1.1.6 - changes to widget visibility options (replaced 'hide' with 'show', fields are loaded trough ajax) 24/10/2010, 1.1.5 - minor improvements to widget ajax calls 23/10/2010, 1.1.4 - improvements to the "Interlude" style - improved widget visibility options (faster widgets.php load) 22/10/2010, 1.1.3 - added new style, "Interlude" 21/10/2010, 1.1.2 - cleaned up css and separated the common styles from the color scheme styles - re-designed schemes 20/10/2010, 1.1.1 - bug fixes in jquery.init.php (ob_gzhandler ran twice) and in interface.php (featured js) - added dutch translation, tx Robert 20/10/2010, 1.1 - rewritten *_class functions - added atom_comment_form() - changes to related posts - small css fix to interface.css 19/10/2010, 1.0.1 - minor css fixes 18/10/2010, 1.0 - public release