Commit Graph

613 Commits

Author SHA1 Message Date
Ben Word
906744589d Merge master 2012-12-11 16:19:08 -06:00
Ben Word
e3f7365ec6 Update to Bootstrap 2.2.2 - Close #616 2012-12-10 17:37:46 -06:00
Ben Word
68e2a613be Merge pull request #593 from clarkbw/search_value_preserved
Preserve the search query in the search input
2012-12-06 09:52:17 -08:00
Ben Word
18daddee74 Merge branch 'master' of https://github.com/retlehs/roots 2012-12-06 11:49:04 -06:00
Ben Word
31d58cb938 Update to jQuery 1.8.3 2012-12-06 11:47:49 -06:00
Ben Word
18fcbd06e4 Merge pull request #604 from Foxaii/master
Move Posts/Comments Pager to Unordered List
2012-12-02 09:58:54 -08:00
Ben Word
f7128c6836 Merge branch 'master' of https://github.com/Foxaii/roots 2012-12-02 11:55:57 -06:00
Ben Word
80ffa5bfd2 Merge pull request #609 from dlackty/zh_TW
Add Traditional Chinese translations
2012-11-29 10:37:03 -08:00
Chih-Wei Lee
098ca07f26 Add zh_TW localization files. 2012-11-29 18:13:32 +08:00
Scott Walkinshaw
4183060c6f Merge pull request #606 from paulyoder/grunt
Merged changes in 'master' branch to 'grunt' branch
2012-11-22 18:03:35 -08:00
Foxaii
4d64cbebd6 Prettier code is consistent. 2012-11-22 23:30:50 +00:00
Foxaii
4f1395aba7 Code is prettier when consistent. 2012-11-22 23:28:45 +00:00
Paul Yoder
e0b68ce649 Merge branch 'master' into grunt 2012-11-22 05:51:56 -06:00
Foxaii
dc1f2cedb0 Move comments pager to unordered list. 2012-11-18 21:07:42 +00:00
Foxaii
dee4ddd2de Move posts pager to unordered list. 2012-11-18 21:06:34 +00:00
Ben Word
a9d4cf35dd Replace wiki link with docs link 2012-11-11 11:03:58 -06:00
Ben Word
73bc6993f1 Update editor-style.css, remove margin on body 2012-11-11 11:00:44 -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
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
Bryan Clark
eca7244b50 Preserve the search query in the search input when the user performs a search.
This allows people to alter the text instead of retyping their query upon re-searching.
2012-11-04 10:47:23 -08: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
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
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
85b0f59455 Update to Bootstrap v2.2.0 2012-10-30 19:26:59 -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
bb1a4cb53b Fix grunt watch Bootstrap LESS directory 2012-10-22 21:55:01 -05:00
Ben Word
ffc62829b9 Merge branch 'master' into grunt 2012-10-22 21:54:18 -05: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