Commit Graph

680 Commits

Author SHA1 Message Date
Ben Word
260fc4c353 Comments clean up, consistent formatting 2013-02-15 12:13:18 -06:00
Ben Word
601d66f9a1 Update CHANGELOG with changes since 6.3.0 2013-02-15 11:00:08 -06:00
Casper Klenz-Kitenge
f0af91d740 Update danish lang files 2013-02-15 10:46:13 -06:00
Ben Word
87a561241c Update editor-style.css
- Bring in latest Bootstrap changes

- Add instructions on how to update the file
2013-02-14 14:43:48 -06:00
Ben Word
8bb57d3cf8 Simplify alerts 2013-02-12 15:34:05 -06:00
Ben Word
129be210c6 Add section about grunt to README 2013-02-12 15:09:16 -06:00
Ben Word
6b19c3a5ae Remove disabled post nav links 2013-02-12 14:54:14 -06:00
Ben Word
f5b24ba2d0 Ref #652 - Add installation/config info to docs TOC 2013-02-12 11:53:46 -06:00
Ben Word
2fb3d3f391 Merge pull request #683 from retlehs/bs_media_object_comments
Use Bootstrap media object for listing comments
2013-02-12 08:12:08 -08:00
Ben Word
cf4ab3b2df Use Bootstrap media object for listing comments
http://twitter.github.com/bootstrap/components.html#media

- Introduce lib/comments.php: contains Roots_Walker_Comment

- Update templates/comments.php to use the new walker, general
clean up
2013-02-11 23:50:49 -06:00
Ben Word
90138a4646 Merge pull request #681 from netboy/master
Update Polish translation
2013-02-11 14:30:59 -08:00
Ben Word
61a3665fc3 Remove WP Super Cache, add Soil to Recommended Plugins
Recommend only W3TC instead of both W3TC and Super Cache since it
could be confusing:

https://groups.google.com/forum/?fromgroups=#!topic/roots-theme/nOfLGhq90Ow
2013-02-11 16:07:47 -06:00
netboy
a9520061ed Updated polish translation 2013-02-11 22:58:44 +01:00
Ben Word
7b7aeb86c8 Update README 2013-02-11 14:53:00 -06:00
Ben Word
596a0a7304 Update contributing guidelines 2013-02-11 14:30:08 -06:00
Ben Word
1a7017c1a7 Close #680 - Move Google Analytics to scripts.php 2013-02-10 19:35:43 -06:00
Ben Word
8ba19a0155 Static top navbar instead of fixed
This change allows us to simplify the code in both
app.css and cleanup.php
2013-02-09 17:41:45 -06:00
Ben Word
3875728c32 Roots 6.3.0 2013-02-08 10:10:43 -06:00
Ben Word
031cd6d856 Update to Bootstrap 2.3.0 2013-02-08 10:04:38 -06:00
Ben Word
f9ff9f10ac Update CHANGELOG 2013-02-08 09:54:00 -06:00
Ben Word
bc52a4e09b Close #670 - Update to jQuery 1.9.1 2013-02-08 09:47:08 -06:00
Ben Word
4093095dc7 Fix #677 - Output author title with get_the_author 2013-02-08 09:29:57 -06:00
Ben Word
271a3f5921 Add EditorConfig 2013-02-08 09:18:02 -06:00
Ben Word
10cf6b0a64 Update 404 template based on H5BP 2013-02-07 15:30:36 -06:00
Ben Word
be2e203cc5 Update included H5BP .htaccess
- Add latest updates from H5BP

- Remove various parts that were previously commented out
2013-02-07 14:54:06 -06:00
Ben Word
8128bfda4c Don't show comments on passworded posts 2013-02-06 15:45:41 -06:00
Ben Word
714982fa42 Fix #639 - Add do_action('get_header') 2013-02-06 14:30:39 -06:00
Ben Word
f07454b09e Simplify entry meta 2013-02-06 11:40:48 -06:00
Ben Word
85890038cb Merge pull request #672 from tomdxw/fix-search-form-bug
Allow get_search_form() to be called more than once per request
2013-02-05 14:20:07 -08:00
Ben Word
6354758ad4 Change JS ordering
- Load jQuery before Modernizr so that the fallback method will
always be applied immediately after jQuery. If a script is
enqueued in the footer after jQuery, then the fallback shows up
in the footer. Modernizr will always be in the head so this
issue won't occur.

- Move plugins.js and main.js to footer

jQuery is still kept in the head to avoid conflicts with plugins
2013-02-05 16:10:19 -06:00
Tom Adams
43a0f3c24f Allow get_search_form() to be called more than once per request 2013-02-05 16:33:40 -05:00
Ben Word
eb9f9896a4 Update comment about jQuery 2013-02-04 22:30:48 -06:00
Ben Word
6e73031346 Merge pull request #668 from redfrost/master
Update Korean translation
2013-02-04 20:20:57 -08:00
Ben Word
56f25ff00a JavaScript clean up
- Modernizr is now enqueued and included after stylesheets

- jQuery is no longer hardcoded since WP now supports protocol-relative
URLs

- jQuery fallback output is handled by a new function in lib/scripts.php
(the method is still the same one from HTML5 Boilerplate)
2013-02-04 22:16:31 -06:00
Redfrost
02dafe6522 Update Korean Translation 2013-02-05 16:53:31 +13:00
Ben Word
5b9b7c64f1 Updated Macedonian translation (thx @maced0n) 2013-02-04 20:16:47 -06:00
Ben Word
cbbb23f1b9 Remove conditional feed in head.php
Since most sites will have a blog, simply remove the feed link if
you don't want to include it.
2013-02-04 20:12:07 -06:00
Ben Word
9042be77fa Introduce add_theme_support('bootstrap-gallery')
Only apply the Roots [gallery] shortcode if enabled in config.php
2013-02-04 20:11:00 -06:00
Ben Word
d9461cdd31 config.php organization 2013-02-04 20:04:00 -06:00
Ben Word
fea92a61aa Rewrites organization
- Create lib/rewrites.php and move everything from lib/htaccess.php
except the H5BP htaccess functionality into it

- In the config, change add_theme_support('rewrite-urls') to
add_theme_support('rewrites')

- Remove the Apache/LightSpeed HTTPD check for rewrites

- Update docs with better Nginx rewrite rules
2013-02-04 19:56:42 -06:00
Ben Word
df6a72e839 Merge pull request #664 from fingli/upstream
Update Bulgarian translation
2013-02-04 07:34:56 -08:00
Ben Word
6081d9fa6e Merge pull request #666 from karalamalar/master
Turkish translation updated
2013-02-04 07:34:15 -08:00
Emre Erkan
ec55a6afc5 Turkish translation updated 2013-02-04 14:39:17 +02:00
fingli
241a79dd30 Update Bulgarian l10n 2013-02-03 22:31:41 +02:00
fingli
8b1273919c Update Bulgarian l10n
Several new strings are added
2013-02-03 22:26:36 +02:00
Ben Word
3adf929efa Merge pull request #661 from LeoColomb/master
Updated French translation
2013-02-03 10:49:12 -08:00
LeoColomb
52eee212ef Plural-Forms Fix - French 2013-02-02 16:59:11 +01:00
Ben Word
7bc5c285f5 Generate new roots.pot with makepot.php
See http://codex.wordpress.org/I18n_for_WordPress_Developers#Generating_a_POT_file

See #659
2013-02-01 15:26:39 -06:00
Ben Word
af3e95080e Merge pull request #657 from petermartin/patch-1
Add backslash to add_editor_style
2013-01-31 09:59:16 -08:00
Ben Word
6a9cb5f2c3 Use relative paths in README and docs TOC
https://github.com/blog/1395-relative-links-in-markup-files
2013-01-31 11:54:47 -06:00