Ben Word
979df4e2dd
Merge branch 'master' into grunt
2013-01-13 15:30:22 -06:00
Scott Walkinshaw
aa8d428016
Merge pull request #619 from leoj3n/suggestion.title_function
...
move template title to function
2012-12-26 15:23:46 -08:00
Ben Word
6ae15813aa
Implement latest Nice Search
2012-12-26 11:36:35 -06:00
Ben Word
8000e5c611
Update [gallery] shortcode
...
- Roll in changes added from WordPress 3.5
- More minimal code output
2012-12-26 11:22:28 -06:00
Joel Kuczmarski
1f1b45b5f3
reformat roots_title syntax again
2012-12-12 21:07:25 -06:00
Joel Kuczmarski
319c485976
reformat roots_title syntax
2012-12-12 21:01:55 -06:00
Joel Kuczmarski
3bfea0daf4
move template title to function
2012-12-12 20:20:49 -06:00
Ben Word
906744589d
Merge master
2012-12-11 16:19:08 -06:00
Ben Word
31d58cb938
Update to jQuery 1.8.3
2012-12-06 11:47:49 -06:00
Paul Yoder
e0b68ce649
Merge branch 'master' into grunt
2012-11-22 05:51:56 -06:00
Ben Word
a9d4cf35dd
Replace wiki link with docs link
2012-11-11 11:03:58 -06:00
Scott Walkinshaw
4db03fb63d
first_run logically makes sense now
2012-11-05 13:37:26 -07:00
Scott Walkinshaw
658f8318ce
Once more
2012-11-05 15:23:35 -05:00
Scott Walkinshaw
f03fbac894
Fix activation first run check
2012-11-05 15:14:06 -05:00
Scott Walkinshaw
d55ce57cbb
Fix option name variable
2012-11-05 15:06:45 -05:00
Scott Walkinshaw
2c1fe0b2ef
Simplify even more
2012-11-05 15:06:45 -05:00
Scott Walkinshaw
18acf1af0b
Yes, this is PHP
2012-11-05 15:06:45 -05:00
Scott Walkinshaw
d36127b147
Refactor activation options validation
2012-11-05 15:06:45 -05:00
Ben Word
9a48ccff70
Clean up 26deb029ee
2012-11-02 11:19:46 -05:00
Ben Word
998474f4fc
Merge pull request #587 from wilsonwc/master
...
Fix for compatibility with ubermenu
2012-11-02 08:42:30 -07:00
Ben Word
79bc17f8c7
Merge branch 'master' into grunt
2012-11-02 01:13:16 -05:00
Ben Word
d13f58ba97
Remove lib/post-types.php and lib/metaboxes.php
...
We now recommend placing custom post types and
metaboxes within a plugin that contains all of
your site specific functionality.
See the latest update to https://github.com/retlehs/soil
to find an example:
https://github.com/retlehs/soil/tree/master/mu-plugins/base
2012-11-02 01:06:14 -05:00
Ben Word
26deb029ee
Fix #580 - Menu always gets added & set on activation
...
Also updated the method of setting the permalink structure
on activation.
2012-11-01 18:23:49 -05:00
Ben Word
ac18e86fe8
Merge master, update to Bootstrap 2.2.1
2012-11-01 09:28:34 -05:00
Ross Wilson
ac6057ecf4
Fix for compatibility with ubermenu
...
Fix for issue #586
2012-10-31 22:08:01 -06:00
Ben Word
85b0f59455
Update to Bootstrap v2.2.0
2012-10-30 19:26:59 -05:00
Ben Word
ffc62829b9
Merge branch 'master' into grunt
2012-10-22 21:54:18 -05:00
Foxaii
14bf987971
Corrected spacing before pull.
2012-10-16 14:07:10 +02:00
Foxaii
47df2fb3fa
Unset menu bugfix. Support for additional classes.
...
Previous nav walker resulted in an error when no menu is set.
This fix supports supplementary classes i.e. nav-header nav-header-blue.
N.B. Bootstrap classes (nav-header, divider, divider-vertical) must be added first.
2012-10-15 21:41:51 +02:00
jloosli
a01a1281bb
fix roots_fix_duplicate_subfolder_urls isset check
...
function checked if $matches[1] & $matches[2] were set, but next line operates on $matches[1][0] & $matches[2][0], so under certain circumstances, you get the following Notice: Undefined offset: 0.
Now it checks for the [0] offsets from the start.
2012-10-11 17:18:40 -06:00
Scott Walkinshaw
e0979b7b62
Return instead of echo class names
2012-10-10 16:04:47 -04:00
Scott Walkinshaw
f45f4f5fcb
Comment should be consistent
2012-10-03 15:03:20 -04:00
Scott Walkinshaw
a27b194fe6
Allow the sidebar config functions to accepts args
2012-10-03 14:53:30 -04:00
Scott Walkinshaw
3df8d9901e
Move Nav customizations into its own file
...
Considering the nav customization/cleanup code is fairly involved and
important, it shouldn't be hidden in the middle of cleanup.php
2012-10-03 13:44:35 -04:00
Ben Word
ddea8b597f
Add grunt.js build script
...
- Move Bootstrap LESS files into new subdirectory
- Change app.css to app.less, add @import's to utilize
Bootstrap variables and mixins
- Remove plugins.js and main.js
- Move Bootstrap JS plugins into new subdirectory
- Add new _main.js file with example DOM-based routing
script that works off the WordPress body_class
- lib/scripts.php has been updated to remove all extra
CSS and JS files and also places JavaScript in the footer
2012-10-03 08:32:58 -05:00
Scott Walkinshaw
c02f877b59
Fix callback reference
2012-10-02 15:52:31 -04:00
Scott Walkinshaw
7f5eea8c69
Refactor Roots_Sidebar
2012-10-02 15:37:26 -04:00
Scott Walkinshaw
85596e11d0
Clarity over cleverness
2012-10-02 15:20:28 -04:00
Scott Walkinshaw
a7ab3e0307
Minor naming tweak
2012-10-02 15:20:28 -04:00
Scott Walkinshaw
588ea8afa3
Refactor sidebar configuration
...
Instead of editing an if statement (which could get ugly quickly), just
edit configuration arrays of conditional tags and page template checks.
2012-10-02 15:20:28 -04:00
Scott Walkinshaw
af1b44e3dc
Better comment regarding $content_width
2012-09-26 12:07:06 -04:00
Scott Walkinshaw
eec11c76b9
Re-order init file
2012-09-21 16:27:33 -04:00
Scott Walkinshaw
ba56e0fa4d
Re-organize theme configuration and setup
...
functions.php should not contain any Roots specific code. It's just used
to require files and bootstrap Roots. lib/init.php now handles initial
theme setup and defines helper constants which did not belong in
lib/config.php.
config.php should be limited to strictly configuration settings.
2012-09-21 16:20:03 -04:00
Scott Walkinshaw
81d1c8dd9e
Update to jQuery 1.8.2
2012-09-21 08:32:07 -06:00
Scott Walkinshaw
671cb95ebc
Replace has_posts with built-in have_posts
2012-09-20 12:42:46 -06:00
Scott Walkinshaw
25d13f4a4d
Simplify updating instance
2012-09-20 10:30:48 -06:00
Scott Walkinshaw
0f375836f2
Use PHP5 __construct
2012-09-20 10:30:39 -06:00
Scott Walkinshaw
88f9863cf2
Fix initial display
2012-09-20 10:24:27 -06:00
Scott Walkinshaw
afa059dfa6
DRY up vCard Widget
2012-09-20 00:16:32 -04:00
Scott Walkinshaw
b61a3b0285
Move roots_entry_meta into its own template
...
No need for this HTML to be in a function. Now instead of calling the
function, just use get_template_part
2012-09-19 16:03:20 -04:00