log.txt 9.7 KB

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