Commit Graph

169 Commits

Author SHA1 Message Date
Ben Word
7d2b3c1e07 Re-organization 2012-05-09 00:55:09 -06:00
Ben Word
d4ec36331b Fix #413 - Allow custom CSS classes in menu items, walker cleanup 2012-05-08 23:07:29 -06:00
Ben Word
2652d6e888 Add config options for clean URLs and H5BP's .htaccess 2012-05-08 21:29:32 -06:00
elflo
522cf8cb7a This adds the option to enable or disable the relative urls functionality.
I added a true/false switch to enable/disable the relative urls in roots_config.php. Relative urls are enabled by default.
I moved the conditions that previously triggered the relative urls functionality to a new function enable_root_relative_urls() which returns a boolean true/false.
I replaced the conditions i moved by a test for enable_root_relative_urls() true/false value.
2012-05-03 17:25:40 +02:00
Jason Wohlford
27de0373a3 Remove Wordpress version numbers from stylesheets. 2012-05-02 20:46:55 -05:00
Jason Wohlford
f349dc4318 Fixed missing main.js reference. 2012-05-02 18:22:45 -05:00
Scott Walkinshaw
a28033c571 Fix missing ). 2012-05-02 17:55:13 -03:00
Scott Walkinshaw
ec0e1fe950 Fix #428 - Don't include h5bp's style.css by default. 2012-05-02 15:38:42 -03:00
Ben Word
fc9f001d96 Fix #424 - Add missing commented-out </IfModule> 2012-04-30 10:13:12 -06:00
Ben Word
9c64e231ac Re-add H5BP htaccess markers 2012-04-29 20:03:03 -06:00
Ben Word
8a3b2cf142 Add updates from H5BP 2012-04-29 20:01:47 -06:00
Ben Word
44997560bb Fix #402 - Allow roots-htaccess.php to work with Litespeed 2012-04-29 19:47:53 -06:00
Ben Word
bb5e314c18 Fix duplicate 'home' in body_class 2012-04-29 19:30:52 -06:00
Ben Word
8354bee234 Fix #409 - Don't use clean URLs with default permalink structure 2012-04-21 00:32:57 -06:00
Scott Walkinshaw
30dca38ea2 Google Analytics automatically tracks load time 2012-04-11 12:39:42 -03:00
Ben Word
9cc8f62d3e Fix #366 - Remove conflict with custom nav walkers 2012-04-10 21:39:21 -06:00
Ben Word
3a9077c074 Fix #392 - Small tweak to root relative cleanup 2012-04-10 21:30:23 -06:00
Ben Word
c1ee5717bd Fix #353 - Add conditional feed link, thanks @zslabs 2012-04-10 21:20:44 -06:00
Ben Word
53dc8f3b2b Fix #348 - Temporarily remove Gravity Forms customizations 2012-04-10 21:09:59 -06:00
Ben Word
5182162b2e Fix #347 - Properly enqueue stylesheets 2012-04-10 21:05:36 -06:00
Ben Word
1fcbeb79e3 Fix #357 - H5BP htaccess missing on older PHP installs 2012-04-10 19:39:05 -06:00
Ben Word
9acfef8678 Merge pull request #340 from maff/rewriterulesfix
Fix compatiblity issues with other plugins which add rewrite rules
2012-04-10 18:20:09 -07:00
Scott Walkinshaw
69a42d05df Restore duplicate subfolder removal 2012-04-10 21:06:23 -04:00
Ben Word
ee37390e25 Fix #377 - Add missing 'active' class with current_page_parent 2012-04-10 15:20:39 -06:00
Stephen Edgar
ca099f6439 Remove hidden US +1 Telephone Field 2012-04-10 20:25:14 +10:00
Ben Word
5ec867aa89 Avoid potential server error with blank roots-custom.php
f5321bc9a0 (commitcomment-1018488)
2012-04-08 17:27:29 -06:00
Mathias Geat
00066ee0dd fix compatiblity issues with other plugins which add rewrite rules 2012-03-14 16:43:28 +01:00
Scott Walkinshaw
c526a8461c Merge pull request #328 from waitxd/master
add support for custom menu classes
2012-03-12 17:24:45 -07:00
Scott Walkinshaw
c90d5ef916 Proper base script URLs for WPMU/Child Themes 2012-03-12 20:18:43 -04:00
Scott Walkinshaw
7a471be049 Fix #293 - Remove unnecessary call to template uri 2012-03-12 20:13:39 -04:00
waitxd
618e89cea2 custom menu classes for nav menu #1
for example: wp_nav_menu('menu_class' => 'nav nav-pills' ...
2012-03-06 16:39:57 +04:00
Ben Word
63256f4667 Fix #300 - Add comment-reply script when applicable 2012-02-29 17:33:27 -07:00
Ben Word
7f9077cfeb Fix #311, #315 - Remove custom script cleanup 2012-02-29 17:04:54 -07:00
Ben Word
f5321bc9a0 Fix #302 - Lose EOF ?> 2012-02-27 11:40:01 -07:00
Ben Word
c17560be27 Fix #305, #304 - Update alerts to use &times; entity 2012-02-27 11:29:55 -07:00
Ben Word
6492fe9318 Fix #297 - wp-admin / login issue 2012-02-27 11:28:09 -07:00
Ben Word
0e8b0bb130 Fix #297 - wp-admin / login issue 2012-02-27 11:16:46 -07:00
Ben Word
387ea2d1cf H5BP updates, update to Modernizr 2.5.3 2012-02-22 15:24:03 -07:00
Ben Word
d82b8c5d2b Remove de-registration of jQuery and li0n.js
jQuery is now skipped manually in roots-scripts.php so
we don't have to worry about the old cleanup
2012-02-22 15:18:32 -07:00
Scott Walkinshaw
5deda8f875 Kill me 2012-02-21 21:16:48 -05:00
Scott Walkinshaw
db09a64d94 Better rewrite/clean URL handling
- New roots-utils.php file for base functions
- Defined useful constants for dealing with common paths
- Refactored rewrites and clean URLs to be more flexible for non
  standard setups
- Custom scripts handler now deals with plugin scripts correctly
- Fixes #204, #270, #278
2012-02-20 16:13:35 -05:00
Daniel Hollands
ddbf854342 Was failing HTML5 validation because there wasn't a space between class="menu-home dropdown" and data-dropdown="dropdown". 2012-02-16 16:43:51 +00:00
Ben Word
cdc3267f36 Fix #231 - convert menu ID's to classes 2012-02-13 18:27:29 -07:00
Ben Word
5ec10a5296 Fix #279 - Output enqueued scripts in proper order 2012-02-13 17:28:14 -07:00
Ben Word
be3e67f862 Fix #274 - avoid duplicate canonical with WordPress SEO plugin 2012-02-13 08:37:37 -07:00
Ben Word
551fc9ca50 Fix #250 - update htaccess functions to latest from @alkymst 2012-02-13 08:25:25 -07:00
Ben Word
49300042c8 Fix #259 - make extra scripts output 2012-02-13 08:18:17 -07:00
Ben Word
f1f7eea38d Remove optimized robots.txt
See this article from Yoast: http://yoast.com/example-robots-txt-wordpress/
2012-02-10 08:49:15 -07:00
Ben Word
0e51e9048c HTML5 Boilerplate 3.0 updates 2012-02-06 10:57:27 -07:00
Ben Word
3c3b71fac0 Remove all frameworks except Bootstrap (#251)
- Remove all frameworks except Bootstrap

- Remove roots-options.php and replace with a more simple
  roots-config.php

- Include all Bootstrap Javascript plugins by default in
  js/plugins.js

- Use Bootstrap Responsive and Topbar navigation by default

- Use Bootstrap markup on forms, page titles, image galleries,
  alerts and errors, post and comment navigation

- Remove Roots styles from style.css and introduce app.css for
  site-specific CSS. Remove almost all previous default Roots
  styles.

- Add latest updates from H5BP project
2012-02-03 12:10:44 -07:00