Commit Graph

588 Commits

Author SHA1 Message Date
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
81c449b150 Merge pull request #592 from retlehs/activation_cleanup
Activation cleanup
2012-11-05 12:07:18 -08:00
Scott Walkinshaw
f165a26800 Update CHANGELOG 2012-11-05 15:06:56 -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
81dff4e465 Merge pull request #584 from LeoColomb/master
Update French translation
2012-11-04 09:35:48 -08:00
Ben Word
e6586f94ba Use entry-summary class for excerpts - Closes #589 2012-11-04 11:27:59 -06: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
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
Ross Wilson
ac6057ecf4 Fix for compatibility with ubermenu
Fix for issue #586
2012-10-31 22:08:01 -06:00
Ben Word
b843a0fee8 Update to Bootstrap 2.2.1 2012-10-31 09:23:46 -05:00
Ben Word
a0549355f1 Update conditional feed method 2012-10-30 19:55:31 -05:00
Ben Word
6735edced0 Update to Bootstrap v2.2.0 2012-10-30 18:04:28 -05:00
LeoColomb
cc19b1988b Update French translation
Organisation - Typo - ...
2012-10-24 15:10:29 +02:00
Ben Word
332b990a3d Merge pull request #577 from Foxaii/master
Nav walker support for unset menu
2012-10-17 10:37:50 -07:00
Foxaii
14bf987971 Corrected spacing before pull. 2012-10-16 14:07:10 +02:00
Ben Word
5e8e0e78c1 Update docs for new sidebar exclusion method 2012-10-15 20:26:23 -05:00
Ben Word
826483fb61 Add note about lib/init.php to README 2012-10-15 20:18:54 -05: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
Scott Walkinshaw
20da3cc79a Merge pull request #576 from jloosli/master
Fix bug on roots_fix_duplicate_subfolder_urls
2012-10-11 19:04:07 -07: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
15d67295aa Roots 6.1.0 2012-10-02 18:43:44 -05:00
Ben Word
9e9aa92044 Fix #561 - Use TOC.md for documentation TOC 2012-10-02 18:41:19 -05:00
Ben Word
65c13c6ea9 Use PHP Alternative Syntax in header templates 2012-10-02 18:38:01 -05:00
Ben Word
c0f8559cc2 Update .gitignore 2012-10-02 18:35:35 -05:00
Ben Word
bfdd804c73 Add missing semicolons 2012-10-02 18:34:30 -05:00
Ben Word
7e705f4493 Single template now has same tags output as archive 2012-10-02 18:32:51 -05:00
Scott Walkinshaw
f8d2010def Merge pull request #556 from retlehs/sidebar_config
Sidebar config
2012-10-02 12:55:38 -07: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
33d78b7a0d Merge pull request #558 from retlehs/config_setup_reorg
Re-organize theme configuration and setup
2012-09-26 09:19:00 -07: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
03a6ad0784 Fix require order 2012-09-21 16:24:57 -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
b2c340da05 Merge pull request #557 from retlehs/jquery-1.8.2
Update to jQuery 1.8.2
2012-09-21 12:57:29 -07: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