root/trunk/wp-includes/theme.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9716 [9716] 11/15/08 18:10:35 ryan Unused var fixes. Props DD32. see #8220
(edit) @9707 [9707] 11/15/08 02:20:26 azaozz Strip "onclick" when previewing themes, props DD32, fixes #7303
(edit) @9125 [9125] 10/12/08 08:19:56 westi Fix regression in get_tag_template(). Tag templates are referenced by tag …
(edit) @9087 [9087] 10/06/08 15:29:47 markjaquith Allow a filter to disable the validate_current_theme() functionality
(edit) @8974 [8974] 09/25/08 14:12:58 azaozz Complete inline documentation for theme.php, props jacobsantos, fixes …
(edit) @8965 [8965] 09/24/08 05:24:33 ryan phpdoc for themes.php. Props jacobsantos. see #7657
(edit) @8791 [8791] 09/01/08 05:44:16 ryan Skeleton phpdoc patch for themes.php. Props jacobsantos. see #7657
(edit) @8629 [8629] 08/12/08 21:13:25 ryan Quote array indexes. Props wet. fixes #7502
(edit) @8624 [8624] 08/12/08 20:18:05 westi Refactor template location code to reduce duplication. Also make it easier …
(edit) @8600 [8600] 08/09/08 05:36:14 ryan Trailing whitespace cleanup
(edit) @8497 [8497] 07/30/08 06:21:14 westi Look for template files in the stylesheet folder as well as the template …
(edit) @8485 [8485] 07/29/08 17:03:00 ryan Allow dots in theme dirs when previewing. fixes #7482 for trunk
(edit) @8301 [8301] 07/09/08 17:24:36 ryan Introduce content_url(). Don't prepend base url to content url in script …
(edit) @8252 [8252] 07/03/08 23:10:28 ryan Allow underscore and dash in theme dirs when previewing. fixes #7236
(edit) @8040 [8040] 06/03/08 17:17:45 ryan Use WP_CONTENT_DIR and URL when linking to theme screenshots. Props …
(edit) @7999 [7999] 05/27/08 17:55:24 ryan Allow wp-content to exist outside of webroot. Props sambauers. see #6938
(edit) @7961 [7961] 05/20/08 17:19:33 ryan Theme preview and thickbox CSS cleanup. Props azaozz. see #5486
(edit) @7921 [7921] 05/12/08 23:51:54 ryan Add some page template validation
(edit) @7586 [7586] 04/02/08 13:15:21 markjaquith Sanitize "cat" query var and cast to int before looking for a category …
(edit) @7491 [7491] 03/23/08 17:02:11 ryan Taxonomy queries and urls. Props andy. see #6357
(edit) @7224 [7224] 03/11/08 00:43:07 matt Smaller regex.
(edit) @7223 [7223] 03/11/08 00:37:29 matt Big regex for type.
(edit) @6744 [6744] 02/06/08 23:17:13 markjaquith Make sure the theme_dir is a dir before we attempt to closedir(). fixes …
(edit) @6598 [6598] 01/11/08 18:35:34 westi Add missing brace. Fixes #5643 props xknown.
(edit) @6592 [6592] 01/10/08 20:51:07 westi Notice fixing for wp-includes. See #5607 props filosofo.
(edit) @6530 [6530] 12/31/07 18:39:43 ryan Theme tagging from andy. fixes #5545
(edit) @6410 [6410] 12/19/07 17:47:06 ryan Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes …
(edit) @6364 [6364] 12/06/07 19:49:33 ryan Remove unused vars. Props DD32. see #5418
(edit) @6334 [6334] 11/13/07 05:07:44 ryan Add switch_theme(). Cache current theme in options to avoid calling …
(edit) @6099 [6099] 09/12/07 22:19:26 markjaquith Set $theme_loc correctly when ABSPATH is "/". Props arabek. fixes #4541
(edit) @6026 [6026] 09/03/07 23:32:58 ryan Remove trailing whitespace
(edit) @5867 [5867] 08/14/07 02:58:33 ryan Use opendir instead of dir. Props nbachiyski. fixes #4450
(edit) @5700 [5700] 06/14/07 02:25:30 ryan Trim empty lines. Nothing but newline.
(edit) @5630 [5630] 06/02/07 00:02:06 rob1n Keep greedy regex's in control. fixes #4165
(edit) @5581 [5581] 05/28/07 21:32:35 markjaquith declare $user_ID global in load_template(). fixes #4354.
(edit) @5506 [5506] 05/21/07 20:11:53 ryan Fix theme template field. fixes #4310 for 2.3
(edit) @5476 [5476] 05/14/07 23:30:17 ryan Theme screenshot fix from mdawaffe. fixes #4266 for 2.3.
(edit) @5447 [5447] 05/11/07 03:44:03 rob1n Filter get_theme_data() data through KSES to get rid of evil XSS things. …
(edit) @5149 [5149] 03/31/07 06:16:12 matt All the query stuff we need for tag= URLs to work.
(edit) @5087 [5087] 03/23/07 00:59:21 matt (int)er the dragon.
(edit) @5028 [5028] 03/12/07 08:59:15 markjaquith [5006] didn't take. props Nazgul for the spot. fixes #3866
(edit) @5026 [5026] 03/12/07 00:07:54 matt Add filters to theme_mods
(edit) @5006 [5006] 03/09/07 04:15:17 ryan Return theme uri in theme data. Props nazgul. fixes #3866
(edit) @4953 [4953] 02/27/07 15:24:54 markjaquith trailing tabs and whitespace cleanup.
(edit) @4778 [4778] 01/21/07 20:03:02 ryan Make sure is_array before extract. Props idle. fixes #3626
(edit) @4673 [4673] 01/03/07 23:49:34 ryan Custom Image Header. fixes #3465
(edit) @4546 [4546] 11/29/06 23:18:35 matt Normalization of newlines fixes #1020, also did some minor reformatting.
(edit) @4469 [4469] 11/15/06 00:25:44 ryan Set extract type and rename car to avoid overwrites.
(edit) @4404 [4404] 10/18/06 20:24:59 ryan Fix handling of stylesheet only themes that live two-levels deep.
(edit) @4401 [4401] 10/16/06 06:06:18 matt Some helper functions for themes and images
(edit) @4400 [4400] 10/16/06 05:57:33 matt Allow themes in subdirectories.
(edit) @4392 [4392] 10/13/06 10:33:44 markjaquith Code cleanup: wp-includes/theme.php
(edit) @4194 [4194] 09/18/06 23:40:19 ryan Fix logo link in wp_die(). Props Sewar. fixes #3138
(edit) @4144 [4144] 08/30/06 21:46:31 ryan Use get_option instead of get_settings. Just 'cause.
(edit) @4035 [4035] 07/23/06 19:20:11 ryan Trim theme and plugin data. fixes #2943
(edit) @4024 [4024] 07/21/06 19:00:04 ryan Don't validate theme during install.
(edit) @4017 [4017] 07/11/06 22:44:56 ryan Tweak theme validation.
(edit) @3730 [3730] 04/19/06 10:13:28 matt Updating eol-style native. We must remember to do this when adding new …
(add) @3711 [3711] 04/18/06 04:44:33 ryan Move theme functions to theme.php. #2525
Note: See TracRevisionLog for help on using the revision log.