Commit Graph

664 Commits

Author SHA1 Message Date
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
petermartin
51ba28379b Added backslash to add_editor_style
Editor style css wasn't being applied for me until adding the backslash.
2013-01-31 12:13:21 -05:00
Ben Word
f66db56d3e Merge pull request #655 from LeoColomb/master
Update French translation
2013-01-29 07:17:34 -08:00
LeoColomb
454d48c122 French Translation 2013-01-29 12:42:30 +01:00
Ben Word
433ad26e4d Close #638 - Add add_theme_support for Nice Search 2013-01-27 20:42:40 -06:00
Ben Word
edfb82618a Close #645 - Fix for search with no result 2013-01-27 20:37:20 -06:00
Ben Word
17c2dfa691 Close #646 - Replace ID's with classes 2013-01-27 20:32:57 -06:00
Scott Walkinshaw
52064b609d Merge pull request #650 from retlehs/dynamic_sidebars
Dynamic Sidebars
2013-01-23 19:15:27 -08:00
Scott Walkinshaw
429cd0b3be Update CHANGELOG 2013-01-23 15:52:10 -05:00
Scott Walkinshaw
f6f86aa268 Replace sidebar template call with path function 2013-01-23 15:44:21 -05:00
Scott Walkinshaw
0abc07d11c Add dynamic sidebars to template wrapper 2013-01-23 15:43:31 -05:00
Ben Word
1724452e35 Fix #643 - Fix PHP notice on search with no results 2013-01-20 15:21:04 -06:00
Ben Word
2ed9738afd Close #635 - Update to jQuery 1.9.0 2013-01-15 12:22:21 -06:00
Ben Word
3b0bb0d5d8 Roots 6.2.0 2013-01-13 15:30:04 -06:00
Ben Word
cf355c6032 Remove year from copyright 2013-01-13 15:24:16 -06:00
Ben Word
69d05bdfe2 Merge pull request #628 from redfrost/master
Add Korean Translation
2013-01-08 15:17:43 -08:00
Redfrost
c07a11985e Add Korean Translation
Translated and fully tested.
2013-01-05 19:47:28 +13:00