Commit Graph

434 Commits

Author SHA1 Message Date
Philip Arthur Moore a395e1f7a3 Merge pull request #110 from naokomc/tag-list-separator-branch-patch
Fix tag list separator i18n in content-single.php
2012-11-12 22:12:01 -08:00
Naoko McCracken ea03ecdca3 Fix tag list separator i18n in content-single.php 2012-11-13 15:08:42 +09:00
Michael Fields eb7fad1c77 Merge pull request #101 from bryanstedman/master
Remove extra word "for" in README.md. props @bryanstedman
2012-11-03 15:21:59 -07:00
Michael Fields 706f688b14 Merge pull request #102 from corvannoorloos/master
Add a space before colons. props @corvannoorloos
2012-11-03 15:20:16 -07:00
Cor van Noorloos 064daacda6 Space before colon
Minor formatting
2012-11-03 23:02:36 +01:00
Bryan Stedman de1dab1509 Fixed small typo in README 2012-11-03 08:50:24 -07:00
Takashi Irie 09a21f2e59 Added max-width to select elements in widgets to prevent it overflowing. This intends to fix a common issue - the dropdown in the category widget overflows when a blog has a long category name 2012-11-01 11:49:23 +09:00
Ian Stewart 152ae262eb Merge pull request #94 from sixhours/patch-1
Change .tag-links to .tags-links so it doesn't cause an edge-case conflict with posts tagged as "links".
2012-10-24 07:28:37 -07:00
sixhours c7f0e441b2 Change .tag-links to .tags-links
Using the class .tag-links may cause a rare formatting bug. To reproduce:

1. Publish a new post and tag it "links"
2. post_class() assigns the class .tag-links to the post
3. Any formatting applied to .tag-links in the theme's stylesheet will also apply to this post -- not good!

Changing the class name to something that won't conflict, like .tags-links, should solve this problem.
2012-10-24 11:06:42 -03:00
Kirk Wight ca76e89d0e Removed dangling pubdate attributes
The <time> attribute "pubdate" appears to no longer be part of the HTML5 spec, so remove them (they weren't being used anyways)
2012-10-11 18:02:14 -03:00
Philip Arthur Moore b242ebe349 Merge pull request #92 from iamtakashi/fix-typos-in-readme
Fixed typos in README.MD
2012-10-08 08:59:42 -07:00
Takashi Irie 999866c87a Fixed typos in README.MD 2012-10-08 16:34:22 +01:00
Michael Fields 21d3bb0c23 Merge pull request #90 from hugobaeta/patch-1
Update README.md
2012-10-06 16:30:50 -07:00
Michael Fields 6eb6c34820 Remove current_user_can() check from index.php. A similar conditional now exists in no-results.php. 2012-10-06 16:27:56 -07:00
Michael Fields b235c5a3e8 Merge branch 'master' of https://github.com/mjangda/_s into mjangda-master 2012-10-06 15:59:23 -07:00
Michael Fields 4d63631ecd Merge pull request #83 from kovshenin/patch-12
Rename translations to languages, see #73 and #50
2012-10-06 15:54:03 -07:00
Hugo Baeta a90489351a Update README.md
Edited some typos and improved some phrases.
2012-10-05 17:44:52 -07:00
pixolin 13efab7ac6 Corrected two typos
"don't" with &apos; should be more correct than &rsquot; (or is it better to escape it \' ?)
I personally find the line * translators: %1$s: smiley */ pretty confusing, but at least it should be singular (not smilies)
2012-09-18 11:48:12 +03:00
Konstantin Kovshenin 5ed2437705 Rename translations to languages, see #73 and #50 2012-09-17 12:07:40 +04:00
Konstantin Kovshenin 3517c7a36b Use a filter for wp_title instead of hard-coding things in header.php 2012-09-14 20:49:06 +04:00
Konstantin Kovshenin b01b14a467 Renaming inc/tweaks.php to inc/extras.php and including by default in functions.php 2012-09-14 20:43:20 +04:00
Ian Stewart 0b8fc2e601 Merge pull request #71 from philiparthurmoore/bugs/patch-1
Add 'site-navigation' class to image.php's image navigation container
2012-09-13 18:21:44 -07:00
Ian Stewart cbff04e6f0 Merge pull request #67 from kovshenin/patch-9
Fix default layouts broken by 752d08a
2012-09-13 18:20:53 -07:00
Ian Stewart 01203f73e7 Merge pull request #75 from ashfame/readme_git_style
Changed readme.txt into README.md for better readability on Github
2012-09-13 18:18:47 -07:00
Ian Stewart 11769b8bd7 Merge pull request #39 from hugobaeta/master
Simpler styles for default reset buttons and an updated readme.txt props @hugobaeta
2012-09-13 17:37:22 -07:00
Ian Stewart 46f6a664a9 Merge pull request #38 from kovshenin/patch-6
Don't print markup in _s_content_nav() when it is not needed. Fixes #28. props @kovshenin
2012-09-13 17:28:40 -07:00
Ian Stewart 5746881ac4 Merge pull request #73 from kovshenin/patch-10
Add a languages directory and a readme file to help get started with translations
2012-09-13 12:26:01 -07:00
Ashfame 1b1493f4f0 changed readme.txt into README.md for better readability on Github 2012-09-10 00:54:23 +05:30
Konstantin Kovshenin 1be531df93 Add a languages directory and a readme file to help get started with translations. props @pixolin 2012-09-05 21:45:15 +04:00
Philip Arthur Moore 3833150b44 _s: Add 'site-navigation' class to image.php's image navigation container. 2012-09-04 19:05:25 -04:00
Konstantin Kovshenin 3b013b5264 Layouts were broken by 752d08afd7. This commit fixes the layouts according to the new naming conventions. 2012-09-04 11:34:27 +04:00
Konstantin Kovshenin 22e1613bde Replace small-menu.js with navigation.js inspired by Twenty Twelve.
Doesn't use jQuery, slightly easier to understand, uses a media query for max-width, rather than JS events making it faster to respond.
2012-09-03 21:45:28 +04:00
Mohammad Jangda f00245be92 Only show publish promo to users that can publish
In our no-results template, there's no point in displaying a "publish your first post" promo to users that don't have the ability to publish posts since they can't act on it.
2012-08-31 17:43:21 -03:00
Michael Fields 7fef5cd2ec Merge pull request #64 from kovshenin/patch-7
Revert "Merge pull request #36 from kovshenin/patch-5" This will better match core practices for default themes as well as restore functionality of the 'the_author' filter. props @kovshenin
2012-08-30 23:20:20 -07:00
Konstantin Kovshenin 461976d48c Revert "Merge pull request #36 from kovshenin/patch-5"
This reverts commit 800b9ebcd1, reversing
changes made to ce4bef6129.
2012-08-31 08:54:22 +04:00
Michael Fields 2bfb5ef953 Merge pull request #63 from hugobaeta/readme
Include a reference to the _s generator at http://underscores.me in readme.txt. props @hugobaeta
2012-08-29 22:40:25 -07:00
Michael Fields 6a8d92661a Merge pull request #61 from obenland/sidebar-quotes
s/double/single quotes in register_sidebar args array. props @obenland
2012-08-29 22:37:34 -07:00
Hugo Baeta a266b8151a Edited readme.txt to include a reference to the _s generator at http://underscores.me 2012-08-29 17:25:11 -07:00
Hugo Baeta d88bf2aa3f Updated read me.txt to include information about http://underscores.me 2012-08-29 16:23:10 -07:00
Michael Fields c041ea2b48 Add todo tags to the DocBlocks of functions that contain backward compatibility with previous versions of WordPress stating when back compat should be removed. _s supports the current stable version of WordPress as well as two prior major releases. 2012-08-27 14:25:10 -07:00
Michael Fields 800b9ebcd1 Merge pull request #36 from kovshenin/patch-5
Use get_queried_object(); to retrieve author data in archive.php. This removes the need for the_post() and rewind_posts(). props @kovshenin fixes #36
2012-08-27 13:06:30 -07:00
kobenland d53dd41f28 s/double/single quotes in register_sidebar args array.
This is probably left over from a time when there was a line break
following the HTML tag.
2012-08-27 20:20:02 +02:00
Konstantin Kovshenin 103ae2cdf6 Correct use of get_queried_object() for author archives.
The ->data object (used previously) stores the author data, but the WP_User class has the __get magic method that grants access to that data, so using get_queried_object() without ->data is correct, and compatible with 3.2, which does not use magic methods. Also url-escapes get_author_posts_url.
2012-08-27 10:56:36 +04:00
Michael Fields ce4bef6129 Merge pull request #54 from joshbetz/patch-typo-1
Stop dancing the "Can-can" in readme.txt. s/can can/can. props @joshbetz. Fixes #47
2012-08-25 14:48:37 -07:00
Matias 3a75b8386d Update the main stylesheet to use the available classes
Avoid polluting the CSS specificity landscape with ids if we have
suitable classes
2012-08-25 14:06:33 -03:00
Matias 752d08afd7 Update the HTML "class" system
Improving on the naming convention of our classes with consistency
adjustments. Also creates a better hierarchy (matched pairs) for them.
2012-08-25 14:06:33 -03:00
Josh Betz 65919bb440 Fix typo in readme.txt 2012-08-24 14:00:56 -05:00
Michael Fields e8ebbf25fa Merge pull request #53 from joshbetz/patch-1
Remove unneeded call to rewind_posts() props joshbetz
2012-08-24 11:47:13 -07:00
Josh Betz a792ded32c No need to rewind posts if nothing has been queued up yet 2012-08-24 12:29:41 -05:00
Michael Fields 90429bf5b0 Merge pull request #32 from kovshenin/patch-1
Stop passing global $post->ID to wp_attachment_is_image() in _s_scripts() - It is not needed. fixes #32. props @kovshenin.
2012-08-15 14:22:23 -07:00