Commit Graph

704 Commits

Author SHA1 Message Date
Philip Arthur Moore 6264437ff9 Add braces around single-line conditionals. See http://make.wordpress.org/core/2013/11/13/proposed-coding-standards-change-always-require-braces/. 2013-11-14 19:49:50 +07:00
Philip Arthur Moore 73d72d6791 Apply a natural box layout model to all elements; see #341. 2013-11-14 19:36:33 +07:00
Takashi Irie aa0879e054 Merge pull request #339 from obenland/image.php
Remove `image.php` and related code.
2013-11-08 05:51:37 -08:00
obenland 7c1067eee3 _s: Remove `image.php` and related code. Image attachments will be
displayed by `single.php`. See
http://codex.wordpress.org/Template_Hierarchy
2013-11-07 15:59:02 -04:00
obenland 6f63a0b39a _s: Adhere to updated WordPress core code formatting.
* Update PHPDoc.
* Add periods to the end of comment sentences.
* Limit line length to 80 chars.
* Use C++-style PHP comments only for function and file documentation.
2013-11-07 15:41:41 -04:00
Takashi Irie a7ce5b6f47 Merge pull request #333 from aahan/patch_content-none
Use content-none.php instead of no-results.php for consistency.
2013-11-04 10:53:15 -08:00
Takashi Irie 92a4f73382 Merge pull request #335 from emiluzelac/patch-6
Remove html input from the button class.
2013-11-04 09:26:06 -08:00
Ian Stewart 57868b96a8 Merge pull request #326 from innerbot/fix_invalid_color_code
Fixes #325: bug where Appearance > Header hangs on Step 3 due to wpColorPicker error
2013-11-04 09:18:24 -08:00
Emil Uzelac a0eec6c63b html input
Proposing to remove html input from the button class. It overrides more than is needed. For example it will interfere with bbPress editor styles. It's safer to leave input[type="button"] as-is. Please see: http://i.imgur.com/Q98uqBH.png
2013-10-20 20:05:11 -05:00
obenland 628ec71614 _s: Simplify skip link markup. 2013-10-15 21:07:14 +02:00
Aahan Krish 73b67f4610 Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:41:18 +05:30
Aahan Krish bc3988db85 Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:38:48 +05:30
Aahan Krish 61f469bbdf Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:37:59 +05:30
Aahan Krish 148818220e Use content-none.php instead of no-results.php
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181); so let's make sure it's used.
2013-10-13 16:37:14 +05:30
Aahan Krish 5e8f3bbfe9 Rename no-results.php to content-none.php
Rename no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181).
2013-10-13 16:35:20 +05:30
Konstantin Obenland ea31bd462d Merge pull request #330 from aahan/patch-2
_s: Removed extra indentation on div#comments to align with closing element.
2013-10-11 06:54:01 -07:00
Aahan Krish 1e1fd565e1 Removed extra indentation on div#comments 2013-10-10 22:46:32 +05:30
Greg Johnson 50a539cd81 Wordpress custom-header functionality seems to require default-text-color to be a six-digit hex code. using less than six digits here causes Appearance > Header to hang on step 3 2013-10-08 14:59:35 -05:00
michiecat 4c6d950f14 Merge pull request #323 from davidakennedy/focusable-skip-link
Make skip link focusable
2013-10-07 09:50:27 -07:00
David A. Kennedy 3ae7a5e310 Make skip link focusable. 2013-10-01 21:30:53 -04:00
Konstantin Obenland 2927f7c59f Merge pull request #321 from vinodvdalvi/master
_s: Get spacing right.
2013-10-01 14:10:41 -07:00
Vinod Dalvi 430d379f4b Fixed minor WordPress coding standard issues. 2013-09-30 22:32:42 -07:00
obenland 54614ee763 _s: Update pot file to reflect recent changes in public strings. 2013-09-25 15:10:41 -07:00
obenland 543cae8bbf Merge branch 'master' of https://github.com/davidakennedy/_s into titles
Conflicts:
	image.php
	inc/custom-header.php
	searchform.php
2013-09-25 14:59:11 -07:00
obenland 083d8a580d _s: Simplify header image markup in admin appearance page. 2013-09-25 14:55:08 -07:00
obenland f572468099 _s: Simplify header image example markup.
`get_header_image()` will return the boolean false or an empty string if
there is no header image. Both will be evaluated as false by the if
statement.

Related: http://core.trac.wordpress.org/ticket/25156
2013-09-23 14:39:15 -07:00
Thomas Guillot 1ba6c9e1fe Merge pull request #311 from vinodvdalvi/master
CSS and Comments Changes
2013-09-16 09:50:52 -07:00
Vinod Dalvi e9908d3798 Corrected file name 2013-09-15 08:08:46 -07:00
Vinod Dalvi 320ac80768 Merge remote-tracking branch 'upstream/master' 2013-09-15 08:04:47 -07:00
Vinod Dalvi dbb5797ca5 Fixed some minor spacing issues. 2013-09-14 09:25:32 -07:00
Vinod Dalvi d295590742 Removed extra lines 2013-09-14 03:51:56 -07:00
Vinod Dalvi 1a60b6cf85 Corrected wrong comments. 2013-09-14 03:29:53 -07:00
Lance Willett 19fb31f4e5 Correctly escape attribute text in search form template. 2013-09-13 13:51:09 -07:00
Vinod Dalvi c7f8623716 Made Changes in CSS to Make it Adhere to WordPress CSS Coding Standards. 2013-09-12 14:15:25 -07:00
obenland dff92a0e9e _s: Be more specific about clearing elements.
(Introduced in b1d3b53)

While class attribute selectors are very powerful and might help in
keeping stylesheets concise and easier to maintain, they don't work very
well with a project like WordPress. Not only can third-party scripts
insert and rely on specific class names that get picked up by attribute
selectors for common class names. But more importantly WordPress passes
category and tag slugs on to post classes, which can result in
unpredictible results.

Fixes #284, fixes #309.
2013-09-12 13:11:38 +09:00
obenland 6e80d01bd0 _s: Make footer markup optional with edit post link. 2013-09-12 12:45:44 +09:00
Konstantin Obenland f804d4d3b2 Merge pull request #306 from sabreuse/patch-1
_s: Simplify comment labeling.
2013-09-11 20:43:38 -07:00
michiecat 7f4c689188 Merge pull request #293 from SnowDayGroup/code-comments-grammar
minor code comment comma grammar fixes
2013-09-02 21:12:05 -07:00
obenland 129c238239 _s: Define initial-scale for a better mobile experience when changing
device orientation. Fixes: #285.
2013-09-02 17:33:32 -07:00
Amy Hendrix d41371c9f9 Simplify comment labeling in image.php
The image template is the only one to label "comments and trackbacks are open" "comments are closed but trackbacks are open" etc. ad nauseam. Few people are using those options any more, and it's a lot of clutter on a template that (if anything) should be simpler and cleaner than all the rest - we should delete all that and match the comment presentation to the way it's done in page.php and single.php
2013-08-29 10:59:27 -04:00
Konstantin Obenland a224b393c4 Merge pull request #305 from andrewspittle/master
_s: Update small-menu.js reference in README.
2013-08-28 14:42:41 -07:00
Andrew Spittle b260e2906e Update small-menu reference in README
The old reference was to `js/small-menu.js` which no longer exists. Current file is `js/navigation.js`.
2013-08-28 14:38:11 -07:00
Konstantin Obenland d598324b67 Merge pull request #303 from thomasguillot/keyboard-image-navigation
_s: Fix element for left arrow key code.
2013-08-27 09:05:12 -07:00
Thomas Guillot f87479f70d _s: Fix element for left arrow key code
Previous one was deprecated
2013-08-27 10:29:46 +01:00
Konstantin Obenland 8495f99e2b Merge pull request #292 from SnowDayGroup/docfixes
_s: Add comma in docs.
2013-08-26 08:36:14 -07:00
Konstantin Obenland 14b6cd55fc Merge pull request #291 from SnowDayGroup/image-optimization
_s: Optimize screenshot.png.
2013-08-26 08:35:38 -07:00
David A. Kennedy 48ac0da4e1 Second round of removing title attributes. 2013-08-24 02:06:06 -04:00
David A. Kennedy 22e859857e Fix merge conflict. 2013-08-23 23:58:40 -04:00
David A. Kennedy 889491de53 First round of removing title attributes. 2013-08-23 23:48:19 -04:00
Brad Parbs bf6ecae7c4 minor code comment comma grammar fixes 2013-08-21 12:04:29 -05:00