log.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. Bones - A Lightweight Wordpress Developer Template
  2. This theme is meant to make development easier & take
  3. advantage of modern web development & design techniques.
  4. For more information, please visit:
  5. http://themble.com/bones/
  6. Author: Eddie Machado
  7. /******************************************************************
  8. BONES CHANGE LOG & HISTORY
  9. ******************************************************************/
  10. /* 1.(I've lost track so I'm starting at)7 update */
  11. - reworked Sass files and broke them into partials
  12. - setup Sass syntax and new mixins / functions
  13. - added a ton of pull requests (thanks everyone)
  14. - developed a bro crush on everyone who's helped contribute, thanks guys
  15. - also lady crush since I don't want to leave out the helpful women
  16. - animal crush? Who knows, just thanks everyone
  17. - added pull paths for the includes in functions.php ( get_template_directory() )
  18. - renamed clearfix to cf (just cuz i feel like it)
  19. - removed custom search form since WordPress now supports HTML5 search form
  20. - moving bones ahoy function to main functions file
  21. - added content width and replaced css w/ the new markup for oembeds
  22. - put the nav link functions directly in the templates, no need for extra functions
  23. - removed navigation fallbacks, because really you never use those anyway
  24. - removed the_author_posts_link() for a better more native function
  25. - moved all the extra reset stuff to normalize, I mean these styles aren't changing so it's cool
  26. - added wp_link_pages for people who are evil and break articles up into multiple pages
  27. - worked out Theme Check issues
  28. /* 1.5 update */
  29. - sorted out new scss structure and cleaned up files
  30. - more pull requests and language translations
  31. - added some default form styles
  32. - added a bunch of new style options and variables
  33. /* 1.4 update */
  34. - updated Modernizr to 2.6.2
  35. - merged a ton of pull requests (thanks guys and gals!)
  36. - added windows 8 tile support
  37. - put LESS back in (too many requests)
  38. /* v1.3 update */
  39. - removed version number from scripts & styles (thanks James)
  40. - removed LESS (it's over Johnny, It's OVER!)
  41. - changed post-content to entry-content
  42. - added other changes to better align with Readability standards: http://www.readability.com/developers/guidelines (thanks @ChrisSki)
  43. - added comment gravatar variable
  44. - added fix for author name not showing in archive.php
  45. - removed unused css files (that were mistakingly compiled)
  46. - BORDER BOX ALL THE THINGS (http://paulirish.com/2012/box-sizing-border-box-ftw/)
  47. /* v1.25 update */
  48. - updated custom post type page for translation
  49. - added => to responsive jquery
  50. - cleaned up theme tags (which make NO sense, but are best practice, go figure)
  51. - updated html element to match hb5
  52. - fixed echo problem on admin.php
  53. - updated normalize (LESS also had some missing styles so I added them)
  54. - GetComputedStyle fix for IE (for responsive js)
  55. - cleaned up mixins (border radius)
  56. - added translations! (Chinese, Spanish)
  57. /* v1.2 HUGE update */
  58. - merge responsive version with classic
  59. - remove post title from read more link (it's way too long)
  60. - removed readme.txt (it was pointless)
  61. - organized info for each file called in on the functions page
  62. - added custom gravatar call in comments
  63. - i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
  64. - added translation folder
  65. - put everything inside stuff so it's easier to be translated
  66. - added an identifier in each 404 area so you know what template is showing
  67. - remove custom walker. I think that's better left for you guys to do
  68. - fixed some spelling errors
  69. - added some translation options in the comments file
  70. - added role=navigation to footer links
  71. - deleted image.php (who really uses that anyway)
  72. - added sidebar to search.php
  73. - added class to custom post type title
  74. - added link to custom meta box
  75. - removed selectivizr
  76. - updated html elements with new classes for IE
  77. - added new mobile meta tags
  78. - removed pinned site meta tag for IE9
  79. - merged base.css into style.css for one less call in the header
  80. - added styleguide page and styles (oh yea!)
  81. - added nav class to both menus
  82. - removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
  83. - added button class to submit comment button
  84. - removed html5 placeholder fallback (you should be using Gravity Forms)
  85. - added slug and rewrite to custom post type for easier urls
  86. - renamed the border radius mixins so they were easer to remember
  87. - removed duplicate box shadow mixin
  88. - deleted the plugins.php file
  89. - facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
  90. - rel=me can also be handled by SEO plugin or another plugin
  91. - removed author.php (you can use archive.php or add it yourself)
  92. /* v1.09 more updates */
  93. - updated admin.php to include custom widget examples, admin login styles, and admin footer
  94. - login.css added for custom login styles
  95. - custom login logo included
  96. /* v1.09 updates */
  97. - added snippet to remove < p > from imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
  98. - added custom admin functions file
  99. - updated normalize
  100. - added site description < p > to the header
  101. - added page-ancestor class for nav to css
  102. - added facebook open graph and google+ meta info (plugins.php)
  103. - added a font-face example to stylesheet
  104. - removed extra < div > around search function
  105. - added role=article to article element
  106. - added tag & category examples to custom post type
  107. /*v1.08 release (hellz yea!) */
  108. - replaced default.css with normalize.css
  109. - added responsive.css
  110. - completely revamped styles & stylesheets
  111. - moved most design related styles to style.css
  112. - newer, cleaner default comment styles
  113. - refined grid system
  114. - added pubdate and time microformat to all templates
  115. - changed page navi from div to nav and from ul to ol
  116. - added Read More filter to replace the [...]
  117. - removed default "Bones" text in footer if you don't have a menu
  118. - updated modernizr to 2.0.6 & added FULL support (respond, load, ect)
  119. - updated jQuery to 1.6.2
  120. - added IE6 meta to remove toolbar
  121. - added IE9 meta for pinned sites
  122. - added viewport meta to help responsive designs
  123. - removed PNG fixes for IE6...(fuck 'em)
  124. - added prompt for IE6 users to install Google Chrome Frame
  125. - removed respond.js since it's called in modernizr
  126. - removed DOMAssistant for ancient IE users
  127. - removed flowplayer folder (lighten the load)
  128. - remove ie folder for IE scripts that are now gone
  129. - moved translation function to bones.php
  130. - removed overflow: hidden from some comment styles
  131. - cleaned up head with more removals
  132. - moved related posts & page navi plugin to bones.php
  133. - removing wp version from rss feed
  134. - removing useless wordpress dashboard widgets
  135. - organizing bones & functions for simplicity
  136. - removed analytics
  137. - added auto hyphens to normalize.css (http://blog.fontdeck.com/post/9037028497/hyphens)
  138. - removed the custom header image support
  139. - removed all the favicons & icons
  140. - added proper title tag
  141. - added google+ link to profile
  142. - added rel=me thanks to yoast's tutorial
  143. - added author.php template
  144. - removed html5 video shortcode
  145. /*v1.07 more changes */
  146. - updated selectivizr
  147. - compressed images
  148. /*v1.07 changes */
  149. - added modernizr 2.0 custom build
  150. - added IE=edge,chrome=1 for older, shitty browsers
  151. - removed iphone stuff ( you can add later if you want it )
  152. - changed h1 in the header to a p
  153. - removed *font-size: small; from default.css
  154. - removed empty selectors on default.css stylesheet
  155. - fixed errors on style.css (mostly removing example using parenthesis)
  156. - added jquery 1.6.1
  157. /*v1.07 w00t! */
  158. - changed clear to clearfix across the board
  159. - added 320 & Up Boilerplate Extension by Andy Clarke
  160. - renamed modernizr to the current version file
  161. - added all the different sized images & icons
  162. - updated DOMAssistant to newest version
  163. /*v1.06 More Updates */
  164. - added theme translation to all files
  165. - removed categories form page meta info
  166. - fixed confusing copyright issues
  167. - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
  168. /* v1.06 Updates */
  169. - changed name of default stylesheet to default so it's easier to
  170. debug. (having two stylesheets named style is confusing)
  171. - added clearing class to #inner-header and #inner-footer
  172. - added bones body class depending on what browser
  173. - changed the_author to the_author_posts_link in single.php and archive.php
  174. - changed the_author to the_author_posts_link in single-custom_type.php
  175. - added custom taxonomy template
  176. - added browser classes to style.css
  177. - removed lazy load (sorry, it sucked)
  178. - added twitter and facebook user profiles
  179. - added post formats to bones.php core
  180. - fixed menu system (thanks to Dom & Mattias)
  181. - added categories & tag info for custom post types
  182. - adding standard categories & tags to custom post type example
  183. /* v1.06 */
  184. - added custom post type and taxonomies file
  185. - created custom post type template
  186. - added readme.txt file (really for no reason at all)
  187. - fixed the margin on the comments title
  188. - removed duplicate text-align calls in css /* Thanks Dom */
  189. - added add_theme_support( 'automatic-feed-links' ) replacing
  190. the deprecated automatic_feed_links();
  191. - added the language_attributes(); to the html tag
  192. - replaced attribute_escape with esc_attr() in search.php
  193. - bloginfo('url') in header replaced with echo home_url()
  194. - using get_template_directory_uri() instead of bloginfo('template_directory')
  195. - using get_the_author_meta('display_name') instead of deprecated function
  196. - fixed error in bones.php for menu fallback /* thanks Mark */
  197. - creating thumbnail fallback functions
  198. - added header.js and moved modernizr & imgsizer in that file
  199. - added lazy load jquery plugin
  200. - moved dd_belatedpng.js inside the ie folder in the libs folder
  201. - changed class of main menu to .menu from .nav
  202. - added more css for menu
  203. - added additional selectors to the style.css in the root
  204. - removed the top margin of the footer menu
  205. /* v1.05 */
  206. - fixed typos in style.css file & logs
  207. - updated selectivizr to latest version
  208. - added "embed, ruby, output" to the reset stylesheet based on
  209. Eric Meyer's recent reset styles.
  210. - removed duplicate styles in reset & default stylesheet
  211. - fixed col460 and changed it to col480
  212. - added text-align styles to default stylesheet
  213. /* v1.04 Quick Fix */
  214. - fixed error with script call that was deprecated.
  215. /* v1.04 */
  216. - moved the custom script call and pngfix to the footer
  217. from the bones file so it's easier to see what's being
  218. called.
  219. - moved apple-touch-icon.png to the library/images folder so
  220. file locations are consistent.
  221. - added a log file to keep track of changes
  222. - fixed html5 video functionality & fallback (w00t!)
  223. - moved stylesheet call below the wp_head as an experiment.
  224. - added wp_titletag to the header
  225. - added pingback function to the header
  226. - fixed bug where page navi would show up even on pages
  227. with only one page of results.
  228. - changed the way page navi is called in the archives, search,
  229. and index pages.
  230. /* v1.03 */
  231. - public release!
  232. - added html5 video to plugins
  233. - added page navi to plugins
  234. - general fixes and optimization
  235. /* v1.02 */
  236. - html5 updates and semantic layout corrected
  237. - added search css & custom functions
  238. - added functionality from the html5boilerplate
  239. /* v1.01 */
  240. - added related posts functions
  241. - general css fixes
  242. /* v1.00 */
  243. - i thought "there must be a better way"
  244. - did something about it