Commit Graph

101 Commits

Author SHA1 Message Date
Ben Word
9801e69b3b Ref #525 - Remove all hooks 2012-08-20 19:17:28 -05:00
Ben Word
5c664af0cb Remove debug code from #513 2012-08-18 19:45:24 -05:00
Ben Word
431e2fafae Fix #513 - Fix strict errors 2012-08-18 19:44:47 -05:00
Ben Word
7d2b3c1e07 Re-organization 2012-05-09 00:55:09 -06:00
ChrisClayton
fc3bec5069 change widgets to use <section> instead of <article> - see #379 2012-04-06 16:17:36 +10:00
Ben Word
f5321bc9a0 Fix #302 - Lose EOF ?> 2012-02-27 11:40:01 -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
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
Scott Walkinshaw
923828bc06 Sidebars can now have spaces in their names 2012-01-30 17:00:35 -05:00
Ben Word
3c9bc21e32 removing custom image header for logo - closes #223 2012-01-23 10:55:36 -07:00
Ben Word
eca31bd915 adding roots-scripts.php, now using wp_enqueue_script 2012-01-15 19:31:14 -07:00
Ben Word
617f86604d re-organizing roots-actions.php, added roots_current_framework() function 2012-01-15 17:09:53 -07:00
Ben Word
53f1aea983 fixes #201 - post entry meta should use date format from options 2012-01-02 10:29:57 -07:00
Michael Scott Hertzberg
94bb56b9f9 make roots_register_sidebars() less redundant 2011-12-27 20:05:58 -05:00
Ben Word
f99083600c cleanup 2011-11-28 20:18:40 -07:00
Ben Word
b297cb2959 adding content_width for bootstrap and foundation 2011-11-28 19:46:03 -07:00
Matthew Wrather
ae353aee59 load inc/ scripts in functions.php using BOTH require_once and locate_template -- best of both worlds 2011-11-25 23:35:25 -08:00
Scott Walkinshaw
a7136a5ec5 __DIR__ fallback for PHP <5.3.0 - fixes #171 2011-11-15 17:20:34 -07:00
Johnny Peck
a2d33c7fd9 Fix register sidebars so child themes can unregister them. 2011-11-04 16:36:14 -04: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
5555709aa5 now outputting the post meta information from a function (similar to twentyeleven) 2011-09-21 19:35:20 -06:00
Ben Word
df9183af6d replacing the static call to logo.png with add_custom_image_header so
now you can update the logo via theme options
2011-07-31 22:19:17 -06:00
Ben Word
4e3938e6bd adding link to codex for post thumbnails and commented out example of
setting the size
2011-07-31 21:44:59 -06:00
Ben Word
0d537df73e cleanup. adding load_theme_textdomain support, moved some things into
after_setup_theme similar to twentyeleven, reverting
92e91d3bb5 after unexpected behavior
2011-07-31 01:45:49 -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
c4d4ee40c6 closes #81 - moving get_roots_stylesheets to the hooks 2011-06-30 18:10:32 -06:00
Scott Walkinshaw
acea241631 Added authorship rel attribute to post author link 2011-06-08 21:27:48 -06:00
Ben Word
75d2738db9 slight change to registering the nav menus 2011-06-08 20:32:28 -06:00
Ben Word
72cdfe7dea doing some clean up to the new options (which are awesome btw) 2011-05-31 19:51:50 -06:00
Ben Word
5466bad0d1 adding support for adapt.js, closes #47 2011-05-30 20:09:20 -06:00
Ben Word
10ef89fdf1 adding vcard widget 2011-05-30 12:01:13 -06:00
Ben Word
92e91d3bb5 switching from using include_once to the correct method, locate_template
good info here:
http://justintadlock.com/archives/2010/11/17/how-to-load-files-within-wordpress-themes
2011-05-30 10:16:31 -06:00
Ben Word
91d81ddb6e complete rewrite of theme options, based on twentyeleven (in progress) 2011-05-30 01:33:28 -06:00
Ben Word
251e17bdb0 formatting 2011-05-29 23:55:20 -06:00
Ben Word
0f3ea1bf0a removing output buffer include 2011-05-26 22:29:02 -06:00
Ben Word
f3c1b46d18 adding hooks & actions 2011-05-26 00:27:06 -06:00
Ben Word
c2f44c8422 adding a blank roots-custom.php file so you can quickly add custom
functions without messing with functions.php (there will be some cleanup
to functions.php soon)
2011-05-25 23:23:32 -06:00
Ben Word
1543fe0373 renaming includes/ directory to inc/ 2011-05-25 23:09:07 -06:00
Ben Word
119c20704f progress on #24 to add i18n and wpml support 2011-04-30 20:22:06 -06:00
Scott Walkinshaw
992a9e9240 Adding break to case statements + consistent formatting - fixes #35 2011-04-23 11:12:29 -06:00
Scott Walkinshaw
6bc3a6bcf3 Replaced get_stylesheet with get_template in many places to better accommodate child themes #18 2011-04-22 20:30:08 -06:00
Ben Word
1a1b5d7943 adding support for the 1140px grid 2011-04-15 11:05:27 -06:00
Ben Word
6ca6890a8c fixing uppercase typo 2011-04-02 11:00:36 -06:00
Ben Word
369b6a45f5 adding support for 960.gs 2011-04-01 14:42:22 -06:00
Ben Word
7db3bbb351 Merge branch 'master' of https://github.com/johnraz/roots into johnraz-master 2011-04-01 13:18:35 -06:00
Joanthan Liuti
816b1ab28c [ADD] Added the max content width for 960gs + clear div 2011-04-01 11:32:40 +02:00
Joanthan Liuti
5872c57923 [ADD] Added support for 960gs - TODO: add the clear div required by 960gs in the markup + test that no classes from the framework are conflicting with roots's existing css (2) 2011-03-31 19:01:31 +02:00
Ben Word
827a5c41f8 Merge branch 'master' of https://github.com/swalkinshaw/roots into swalkinshaw-c6fdd5f 2011-03-30 20:39:11 -06:00
Scott Walkinshaw
c6fdd5f320 Updates to make roots dir/theme renameable 2011-03-30 20:27:51 -06:00
Ben Word
0ecdbc1673 removing function to add home to page menu (and fallback wp_list_pages since we automatically do it) 2011-03-30 17:26:10 -06:00