Commit Graph

118 Commits

Author SHA1 Message Date
Louis-Rémi Babé
ecfaefd751 Never remove media attribute on link tags 2013-05-14 19:02:09 +03:00
Ben Word
2b0e5f5420 Merge pull request #757 from Foxaii/wrapper_filter
Wrapper Templates Filter
2013-05-13 09:50:58 -07:00
Foxaii
06f424d371 Renamed Wrapper Templates Filter 2013-05-13 18:44:14 +02:00
Foxaii
f006dd2087 Wrapper Templates Filter
Allows manual control over the base and sidebar templates being used.
2013-05-11 18:53:11 +02:00
Joel Kuczmarski
9c183bb7f4 reorganize init defines 2013-05-09 19:22:03 -05:00
Scott Walkinshaw
9ac6bc698e Use SERVER_NAME to avoid parsing site_url()
site_url() was previously retrieved and parsed many times per page
before. This is cleaner and done for optimization purposes.
2013-05-09 17:04:26 -04:00
Scott Walkinshaw
d611a219a5 Only make URLs relative if its not external 2013-05-08 17:02:53 -04:00
Fouppy
fba4b0cc5b Assets redirection on multisite 2013-05-04 19:08:54 +02:00
Scott Walkinshaw
ed5ff26e0a Fixes #697 - Cleanup activation 2013-05-01 18:32:33 -04:00
Ben Word
a8c543753a Fix clean URL issues with non-standard setups 2013-05-01 15:51:59 -05:00
Ben Word
ec94cfb2f5 Make sure rewrites are added to .htaccess immediately after activation 2013-05-01 11:05:23 -05:00
Ben Word
cab26194a3 Move HTML5 Boilerplate's .htaccess to a plugin
https://github.com/retlehs/wp-h5bp-htaccess
2013-04-30 21:35:18 -05:00
Ben Word
df0329f8d0 Update to latest H5BP htaccess 2013-04-30 21:13:06 -05:00
Ben Word
aa0311741d Accidentally removed with be2e203cc5 2013-04-30 21:07:30 -05:00
Ben Word
553dc1cfb7 Rename page-custom.php to template-custom.php 2013-04-30 20:51:18 -05:00
Joel Kuzmarski
1df09d4852 Re-Add Comment ID
ooops
2013-04-14 02:13:27 -05:00
Ben Word
a3801f7a2a Remove tabs that were added during contributions 2013-04-10 10:08:38 -05:00
Ben Word
1d7e99fdc8 Merge pull request #727 from amsross/master
is_dropdown can evaluate to true even if depth is not specified in wp_nav_menu() arguments
2013-04-04 18:00:35 -07:00
Matt Ross
6b988418cb Spacing adjustments 2013-04-04 21:48:08 -03:00
Tom Adams
72958cbaaf Don't warn about unwritable htaccess if that option is disabled 2013-04-04 15:55:35 -04:00
Joel Kuczmarski
37e5423b77 add comment template 2013-03-29 15:46:58 -05:00
Matt Ross
06c03489bb changed is_dropdown evaluation
is_dropdown can evaluate to true even if max_depth is 0. This is the WordPress default and implies that dropdowns are enabled.
2013-03-28 22:47:17 -03:00
Ben Word
35f5c5b6b8 Fix #722 - Add comment ID 2013-03-24 16:40:45 -05:00
Ben Word
a7221902c5 Merge pull request #714 from sfradel/b6b755b2bfa540700123b4aaa479eb9c0ea67849
Comment rendering fix
2013-03-24 14:30:30 -07:00
Ben Word
9fc2eb7f2f Add wp_title() filter 2013-03-17 18:56:23 -05:00
sfradel
b6b755b2bf div class="media-body" nesting fix 2013-03-16 10:42:59 +02:00
kara-todd
302579705d Fix for navbar dropdowns
Navbar items with children broke if the menu depth excluded the children.
Such as: wp_nav_menu(array('depth' => 1)) where 2nd level children exist
2013-03-08 14:01:14 -05:00
Foxaii
6298ec18c7 Add jQuery CDN to theme features. 2013-03-06 17:23:43 +00:00
Foxaii
b7cd04899d Add jQuery CDN to theme features. 2013-03-06 17:19:57 +00:00
Jonathan Stanley
33a9c7cd50 correct logic in roots_enable_root_relative_urls 2013-03-04 21:57:36 -06:00
Adam Lynch
7d37b88562 Update lib/h5bp-htaccess
Removed redundant duplication comment. Just a tiny a tiny thing
2013-02-24 00:59:11 +01:00
Damian Regan
9a31a94b58 Fix for admin bar 2013-02-22 09:49:46 +00:00
Damian Regan
ec87eabbaf Fix (hack) for subdir installs 2013-02-21 19:39:36 +00:00
Damian Regan
78031a9ffe added conditional 2013-02-21 18:06:34 +00:00
Damian Regan
e69ceeea1f comment 2013-02-21 16:57:10 +00:00
Damian Regan
a398c298c3 Root relative URLs 2013-02-21 16:53:09 +00:00
Ben Word
260fc4c353 Comments clean up, consistent formatting 2013-02-15 12:13:18 -06:00
Ben Word
8bb57d3cf8 Simplify alerts 2013-02-12 15:34:05 -06:00
Ben Word
cf4ab3b2df Use Bootstrap media object for listing comments
http://twitter.github.com/bootstrap/components.html#media

- Introduce lib/comments.php: contains Roots_Walker_Comment

- Update templates/comments.php to use the new walker, general
clean up
2013-02-11 23:50:49 -06:00
Ben Word
1a7017c1a7 Close #680 - Move Google Analytics to scripts.php 2013-02-10 19:35:43 -06:00
Ben Word
8ba19a0155 Static top navbar instead of fixed
This change allows us to simplify the code in both
app.css and cleanup.php
2013-02-09 17:41:45 -06:00
Ben Word
bc52a4e09b Close #670 - Update to jQuery 1.9.1 2013-02-08 09:47:08 -06:00
Ben Word
4093095dc7 Fix #677 - Output author title with get_the_author 2013-02-08 09:29:57 -06:00
Ben Word
10cf6b0a64 Update 404 template based on H5BP 2013-02-07 15:30:36 -06:00
Ben Word
be2e203cc5 Update included H5BP .htaccess
- Add latest updates from H5BP

- Remove various parts that were previously commented out
2013-02-07 14:54:06 -06:00
Ben Word
85890038cb Merge pull request #672 from tomdxw/fix-search-form-bug
Allow get_search_form() to be called more than once per request
2013-02-05 14:20:07 -08:00
Ben Word
6354758ad4 Change JS ordering
- Load jQuery before Modernizr so that the fallback method will
always be applied immediately after jQuery. If a script is
enqueued in the footer after jQuery, then the fallback shows up
in the footer. Modernizr will always be in the head so this
issue won't occur.

- Move plugins.js and main.js to footer

jQuery is still kept in the head to avoid conflicts with plugins
2013-02-05 16:10:19 -06:00
Tom Adams
43a0f3c24f Allow get_search_form() to be called more than once per request 2013-02-05 16:33:40 -05:00
Ben Word
eb9f9896a4 Update comment about jQuery 2013-02-04 22:30:48 -06:00
Ben Word
56f25ff00a JavaScript clean up
- Modernizr is now enqueued and included after stylesheets

- jQuery is no longer hardcoded since WP now supports protocol-relative
URLs

- jQuery fallback output is handled by a new function in lib/scripts.php
(the method is still the same one from HTML5 Boilerplate)
2013-02-04 22:16:31 -06:00