ComicPress 2.8
Go to file
John Bintz a2e13853ab undo amother merge 2010-01-24 10:51:10 -05:00
build build script error 2009-12-17 23:08:50 -05:00
classes undo amother merge 2010-01-24 10:51:10 -05:00
functions Filters for rascal and href were not being disabled on the is_search and is_archive pages, fixed by doing a return of $output inside the function. 2010-01-10 16:00:16 -08:00
images Change of mediafile.png and removing the height and width from the <img for post_image for the archives, etc. so that CSS can handle it. 2010-01-07 02:23:27 -08:00
js clean up JS on options page, fixes GH#29 2010-01-02 15:18:43 -05:00
lang 2.8.2.6 fresh upload 2009-11-13 08:00:25 -08:00
options undo amother merge 2010-01-24 10:51:10 -05:00
swfobject 2.8.2.6 fresh upload 2009-11-13 08:00:25 -08:00
test undo amother merge 2010-01-24 10:51:10 -05:00
widgets Revert "Merge branch '1.9-release'" 2010-01-24 10:46:54 -05:00
wpmu adding the mu-plugin code file to the developement base for wpmu, should also be removed in the compiled zip file ? dunno up to John, but this is here so we can work on it now. 2010-01-06 04:03:31 -08:00
.gitignore comicpress-config.php as a tracked file is too annoying. copy comicpress-config.php.dist to comicpress-config.php for releases or for updates 2009-12-04 23:16:34 -05:00
404.php making sure everything is using comicpress_display_post() that should 2009-12-24 15:09:56 -08:00
Makefile makefile 2009-12-02 23:01:00 -05:00
README MenubarWidget.inc LatestComicsWidget.inc dep'd latestcomics.php, revamped sidebar-left.php and sidebar-right.php to use the_widget() 2009-12-21 14:26:24 -08:00
archive-comic-calendar.php placement fixes, added widget-head & widget-foot classes to the PLACED widgets (not default) 2009-12-24 18:28:22 -08:00
archive-comic-month.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
archive-comic-storyline-thumbs.php now passing $title_to_use to the comicpress_display_comic_image code so that the title represents what it needs to when using the override post. 2010-01-02 12:42:28 -08:00
archive-comic-storyline.php Removed non-used loop from archive-comic-storyline.php 2010-01-02 23:54:13 -08:00
archive-comic-year.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
archive-comic.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
archive.php Archive media file change, removing the double comicpress_display_post that wasnt needed 2010-01-07 01:01:09 -08:00
archives.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
author.php Issue#45 author retrieval information for author.php and fix for the deprecated get_author_link for displaypost.php, courtesy halkeye 2010-01-08 03:39:51 -08:00
blog.php part 3 of removing the comicpress-config.php file from being in use, -> done, configuration page made note: blog_postcount is now seperated from the config options and a regular upper level var on the indexoptions.php 2009-12-31 15:32:17 -08:00
buystrip.php buystrip fixes and use of comicpress_display_comic_image 2010-01-03 00:13:41 -08:00
comicpress-config.php.dist default at 5 post per page in the .dist 2009-12-26 05:50:05 -08:00
comicpress-debug.php Modify to the comicpress-debug.php to check the path for WPMU files and give error if those comic directories were not created. 2010-01-06 04:18:08 -08:00
comicpress-options.php undo amother merge 2010-01-24 10:51:10 -05:00
comments.php Final comments.php organization and styling. Pings and Trackbacks set with id's and wrap to make it easy to make it expandable with a simple JS or jquery action in custom themes. 2009-12-04 11:32:16 -07:00
footer.php added an option for enabling the display of the query count and page load info in the footer 2010-01-07 02:29:32 -08:00
functions.php undo amother merge 2010-01-24 10:51:10 -05:00
header.php CSS id and class cleanups for display in view source. 2009-12-26 06:20:45 -08:00
image.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
index.php Revert "Merge branch '1.9-release'" 2010-01-24 10:46:54 -05:00
layout-foot.php Removed the extra </div> after removing .column forevah and fixed the style.css to putting padding in .narrowcolumn now and increase width to 550px; 2010-01-23 02:31:51 -08:00
layout-head.php put the protect back in layout-head.php and adjusted ComicBlogPostWidget.inc to get the right info. 2010-01-23 03:45:41 -08:00
links.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
members-blog.php Members Only moved to addons, 2 new options made for enable it at all and enable it for comments. 2010-01-03 22:39:45 -08:00
page.php displayblogpost and displaycomicpost now disappear and it's centralized to comicpress_display_post() inside displaypost.php, adjusted post_classes to work properly with it 2009-12-24 15:01:47 -08:00
phpunit.xml remove core classes from coverage 2009-12-02 23:00:12 -05:00
screenshot.png Image update... screenshot. 2009-12-05 23:49:54 -07:00
search-transcript.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
search.php .post-page .post and .post-comic their old location is now .post-content 2009-12-24 15:22:28 -08:00
searchform-transcript.php fixed br's / div clears 2009-11-16 23:57:25 -07:00
searchform.php CSS id and class cleanups for display in view source. 2009-12-26 06:20:45 -08:00
sidebar-above.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-blog.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-comicleft.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-comicright.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-footer.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-header.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-left.php disable_lrsidebars_frontpage is now disable_lrsidebars for the entire site 2010-01-23 10:31:35 -08:00
sidebar-menubar.php CSS id and class cleanups for display in view source. 2009-12-26 06:20:45 -08:00
sidebar-over.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-overblog.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-right.php disable_lrsidebars_frontpage is now disable_lrsidebars for the entire site 2010-01-23 10:31:35 -08:00
sidebar-under.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
sidebar-underblog.php Added global $comicpress_options; to each of the sidebars so they can get the right data. 2009-11-22 22:55:17 -08:00
single.php part 3 of removing the comicpress-config.php file from being in use, -> done, configuration page made note: blog_postcount is now seperated from the config options and a regular upper level var on the indexoptions.php 2009-12-31 15:32:17 -08:00
style.css removing the code { } css out of the stylesheet 2010-01-23 18:12:01 -08:00

README

ComicPress is the WordPress Comic Pubishing Theme.

Copyright 2005-2010 Tyler Martin
Copyright 2008-2010 John Bintz
Copyright 2009-2010 Philip M. Hofer

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
            
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
                            
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.