Commit Graph

58 Commits

Author SHA1 Message Date
Ben Word
bb5e314c18 Fix duplicate 'home' in body_class 2012-04-29 19:30:52 -06: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
53dc8f3b2b Fix #348 - Temporarily remove Gravity Forms customizations 2012-04-10 21:09:59 -06: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
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
f5321bc9a0 Fix #302 - Lose EOF ?> 2012-02-27 11:40:01 -07:00
Ben Word
c17560be27 Fix #305, #304 - Update alerts to use × entity 2012-02-27 11:29:55 -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
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
be3e67f862 Fix #274 - avoid duplicate canonical with WordPress SEO plugin 2012-02-13 08:37:37 -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
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
Ben Klocek
3ee9b7ce0c Allow for current-page-ancestor, etc in menu 2012-01-18 07:49:23 -08:00
Scott Walkinshaw
92b1d6d23c Consistent syntax formatting 2012-01-15 21:47:33 -05:00
Ben Word
898f3a3cb0 tell tinymce to also allow <script> tags 2012-01-15 16:24:39 -07:00
Ben Word
fa2cc6d71f use roots nav walker by default if option is set 2012-01-15 12:32:46 -07:00
Ben Word
01b6f7710b activation options! huge thanks to @johnraz (#208) - closes #6 2012-01-04 12:10:34 -07:00
Ben Word
c876257e08 adding fix for empty search query 2011-11-06 11:05:03 -07:00
Ben Word
d7e6994a20 adding fix for empty search query 2011-11-06 11:03:54 -07:00
Scott Walkinshaw
39b0eb190f Whitespace fixes
Replaced all hard tabs with spaces. Removed all trailing whitespace.
2011-10-23 19:29:54 -06:00
Ben Word
f383bc013e adding first and last classes to widgets 2011-10-14 14:44:23 -06:00
Ben Word
95b6501de4 adding the_post_thumbnail output to roots_remove_self_closing_tags 2011-10-14 14:40:53 -06:00
Ben Word
ecfac416ab Fixes #151 - dir="rtl" will no longer be removed 2011-10-14 13:07:34 -06:00
Ben Word
4a99d5bcd4 removing var_dump added in dedbc54e1a 2011-09-21 18:57:33 -06:00
Ben Word
dedbc54e1a pulling in #137 with slight modifications, thx @moimikey 2011-09-21 18:53:28 -06:00
Ben Word
daff3bcb0b added ability to dismiss the tagline admin notice (thx http://wptheming.com/2011/08/admin-notices-in-wordpress/), made the htaccess notice only show for admins 2011-08-28 14:41:54 -06:00
Ben Word
7bf90296e5 fixes #125 - http://wordpress.stackexchange.com/questions/12863/check-if-were-on-the-wp-login-page 2011-08-28 13:48:12 -06:00
Ben Word
ab0d299d13 fixes #117 - wordpress 3.2 adds rel="author" to author links now so we don't need to do it 2011-08-11 09:04:35 -06:00
Ben Word
5e499ba059 not sure why i'm having to do this, but i'm sick and it's getting rid of
the undefined index error so it'll work for now
2011-08-10 21:55:25 -06:00
Ben Word
ae6989c9e0 missed one on the last commit - refs #104 and 09784082cf 2011-08-10 21:47:26 -06:00
Ben Word
09784082cf closes #104 - adding a theme option for root relative URLs (enabled by default) 2011-08-10 21:46:01 -06:00
Scott Walkinshaw
6479e66f38 Fixed #114 + updates to wp_enqueue_script and style 2011-08-10 20:04:21 -06:00
Ben Word
372a768ebc further cleanup 2011-08-05 00:05:49 -06:00
Ben Word
0e359d4c57 source cleanup and formatting 2011-08-04 23:47:27 -06:00
Ben Word
a3a5b85b75 added a new function that will strip self-closing tags on elements that
don't need it - currently using it on comment avatars and hidden comment
inputs. also tweaked root relative attachment urls (refs #104) so that
they're enabled in admin but still disabled in feed
2011-08-04 23:34:50 -06:00
Ben Word
c6788dc99b removing blank line and end of file 2011-07-31 21:51:51 -06:00
Scott Walkinshaw
35d3c15d39 Code cleanup 2011-07-31 16:44:13 -06:00
Ben Word
f121c93a98 [organization] moving stuff into roots-cleanup.php, moving asset
rewrites functions to htaccess file
2011-07-31 00:49:11 -06:00
Ben Word
60bbec9176 made sure that the clean assets functions aren't being applied if you're
in the admin, cleaner way of including the theme options js/css now that
the clean assets function isn't interfering with get_template_directory_uri
2011-07-31 00:34:53 -06:00
Ben Word
fc91044683 refs #104 - root relative urls shouldn't happen in admin 2011-07-30 13:15:33 -06:00
Scott Walkinshaw
5c5cabb3d7 Child theme update: loads roots style.css THEN child theme style.css + some cleanup - fixes #103 2011-07-30 13:00:58 -06:00
Matthew Wrather
ec8aab5f8a escaped slashes in preg_replace pattern 2011-07-18 13:32:47 -07:00
Scott Walkinshaw
539198ac83 Fixed minor bug in roots_relative_url 2011-07-11 19:45:27 -06:00
Scott Walkinshaw
16583d1d27 Minor code cleanup 2011-07-11 15:24:00 -06:00
Scott Walkinshaw
4192053c3b Updated language attributes to work nicely with qTranslate - fixes #80 2011-07-11 12:55:11 -06:00
Scott Walkinshaw
a87574c6ae Reworked roots_relative_url again to account for more edge cases 2011-07-11 12:00:08 -06:00