Commit Graph

481 Commits

Author SHA1 Message Date
Ben Word
c8c13f6609 Update to jQuery 1.8.0 and Modernizr 2.6.1 2012-08-18 17:46:17 -05:00
Scott Walkinshaw
d036893b68 Fix #493 - remove duplicate active class in menu 2012-08-15 14:53:17 -04:00
Ben Word
f2699d453b Remove extra single quote, thanks @eriteric 2012-07-29 12:12:28 -05:00
Ben Word
25982f12b3 Add code comments 2012-07-17 19:23:35 -05:00
Ben Word
953c3ba4b3 Update code comments 2012-07-15 21:17:22 -05:00
Ben Word
e132abf21f Update README 2012-07-15 03:30:58 -05:00
Ben Word
eae50e0a77 Merge Roots_Navbar_Nav_Walker into Roots_Nav_Walker 2012-07-15 02:53:10 -05:00
Ben Word
d29fe04a84 Remove unncessary roots_gallery_style()
roots_gallery_style() is no longer needed.
The new filter on use_default_gallery_style() isn't
necessary either, but if the Roots gallery replacement
isn't used then it will remove the additional CSS added
by WordPress galleries.
2012-07-15 02:15:58 -05:00
Ben Word
9316f2687a Remove unnecessary CSS 2012-07-15 01:59:07 -05:00
Ben Word
109c6d1105 Add/update code comments 2012-07-15 01:36:48 -05:00
Ben Word
4bb2b40390 Re-add get_template_directory_uri() to H5BP stylesheet 2012-07-15 01:06:48 -05:00
Ben Word
704ee09f2b Fix #478 - Resolve some clean URL issues, re-open #395 2012-07-15 01:03:18 -05:00
Ben Word
a9598a1b54 Add some comments to the config 2012-07-15 01:01:41 -05:00
Ben Word
8e88ee4d4a Remove WP_POST_REVISIONS definition 2012-07-14 23:51:18 -05:00
Ben Word
abcfc5200a Merge pull request #503 from sanchothefat/master
Menu args filter assumes items_wrap should be unordered list
2012-07-14 06:54:50 -07:00
Robert O'Rourke
19036d9e8e Removed menu walker args filter assumption that the menu will be an unordereed list 2012-07-14 12:42:59 +01:00
Scott Walkinshaw
9784b883a6 Merge pull request #497 from sumkincpp/master
Russian translations
2012-07-09 12:11:54 -07:00
Fedor Sumkin
991feb4fb6 added translation for Russian language 2012-07-09 23:02:49 +04:00
Scott Walkinshaw
2368ac2a32 Merge pull request #494 from haraldringvold/master
Add Norwegian Bokmål translation
2012-07-02 12:26:20 -07:00
Harald Ringvold
c4ab7abdc4 Fix to Norwegian Bokmål translation 2012-07-02 12:14:03 +02:00
Harald Ringvold
64d7cec3fd Added Norwegian Bokmål translation 2012-07-02 12:10:10 +02:00
Scott Walkinshaw
f54a8e203e Merge pull request #489 from Foxaii/master
Allow author to control archive penname from dashboard.
2012-06-21 11:04:25 -07:00
Foxaii
4c9659cbfc Substituted 'user_nicename' with 'display_name' to allow the author to change their penname using the "Display name publicly as" from the profile dashboard. 2012-06-21 19:48:12 +02:00
Scott Walkinshaw
92ae9bcf06 Merge pull request #487 from weslly/master
Fix lowercase reference to $WP_User->ID on roots_entry_meta()
2012-06-19 11:17:56 -07:00
Weslly Honorato
e189a88d22 Fix lowercase reference to $WP_User->ID on roots_entry_meta() 2012-06-19 15:08:01 -03:00
Scott Walkinshaw
e1fade295e Merge pull request #484 from weslly/master
Fix #479 - Use wp_get_theme() to get the theme name on activation
2012-06-17 10:17:23 -07:00
Weslly Honorato
4850e1823a Support only wp 3.4 on activation 2012-06-17 12:30:00 -03:00
Weslly Honorato
0d51f0a644 Convert version number to double 2012-06-17 11:18:42 -03:00
Weslly Honorato
73b5506727 Use wp_get_theme() to get the theme name on activation 2012-06-17 11:09:23 -03:00
Ben Word
e16aa0e943 Use <figure> & <figcaption> for captions 2012-06-11 22:31:08 -06:00
Ben Word
3dcb347d7f Wrap embedded media as suggested by Readability 2012-06-11 21:50:27 -06:00
Ben Word
957b502f98 Remove unnecessary remove_action's on wp_head as of 3.2.1
See http://core.trac.wordpress.org/ticket/18128
2012-06-11 21:39:50 -06:00
Ben Word
0ed246ec55 Add updates from H5BP 2012-06-11 21:00:12 -06:00
Ben Word
f40ee23d85 Remove 'well' class 2012-06-11 20:48:42 -06:00
Ben Word
c323ca857a Flush permalinks on activation to avoid 404s with clean URLs 2012-06-11 20:42:08 -06:00
Ben Word
1429e33933 Merge pull request #472 from jamescostian/master
Corrected home URL for subdir installs
2012-06-11 19:34:21 -07:00
Ben Word
b089166082 Fix #464 - Show proper classes on additional wp_nav_menu()'s 2012-06-11 13:07:20 -06:00
Ben Word
0b061115b0 Fix #469 - Remove unnecessary semicolon 2012-06-11 11:34:49 -06:00
James Costian
aef67d23b8 Corrects script and style URLs on subdir installs
By removing get_template_directory_uri() from each call to either the
wp_enqueue_style() or the wp_enqueue_script() function, the URLs to CSS
and JS files will now be correct on subdir installs of WP.
2012-06-09 18:12:33 -05:00
James Costian
39379742fc Corrected home URL for subdir installs
If Wordpress is installed in a sub-directory, this will prevent the URL
from being the root of the domain (e.g. example.com/sub/directory/ will
become /sub/directory instead of / ).
2012-06-09 18:05:56 -05:00
Ben Word
9e1ecfa4e1 Update to Bootstrap 2.0.4 2012-06-03 12:26:22 -06:00
Ben Word
88fd827d04 Default header should use pill nav if not using topbar 2012-05-29 21:25:02 -06:00
Scott Walkinshaw
8b20b47130 Nav walkers: match current_ and current- classes 2012-05-25 00:13:51 -03:00
Ben Word
f86965af51 Fix #457 - Remove unused action 2012-05-18 18:16:48 -06:00
Ben Word
e83cd008f3 More cleanup clean up 2012-05-17 22:36:14 -06:00
Scott Walkinshaw
0c1fa13494 Clean up cleanup 2012-05-17 23:29:30 -04:00
Ben Word
30484f027c Remove old admin notice for tagline 2012-05-17 20:59:33 -06:00
Ben Word
d2fc51e3d9 Remove default tagline admin notice, hide from feed
Rather than showing an admin notice if the tagline
is the default, let's just not return that default
tagline in the RSS feed.
2012-05-17 20:57:50 -06:00
Ben Word
decce5ae55 Move WP_POST_REVISIONS definition to config.php 2012-05-17 20:21:36 -06:00
Ben Word
e1331ab1cf Add Bootstrap alert styling to Google Chrome Frame prompt 2012-05-17 20:19:30 -06:00