log.txt 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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. /* v1.09 updates */
  11. - added snippet to remove < p > from imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
  12. - added custom admin functions file
  13. - updated normalize
  14. - added site description < p > to the header
  15. - added page-ancestor class for nav to css
  16. - added facebook open graph and google+ meta info (plugins.php)
  17. - added a font-face example to stylesheet
  18. - removed extra < div > around search function
  19. - added role=article to article element
  20. - added tag & category examples to custom post type
  21. /*v1.08 release (hellz yea!) */
  22. - replaced default.css with normalize.css
  23. - added responsive.css
  24. - completely revamped styles & stylesheets
  25. - moved most design related styles to style.css
  26. - newer, cleaner default comment styles
  27. - refined grid system
  28. - added pubdate and time microformat to all templates
  29. - changed page navi from div to nav and from ul to ol
  30. - added Read More filter to replace the [...]
  31. - removed default "Bones" text in footer if you don't have a menu
  32. - updated modernizr to 2.0.6 & added FULL support (respond, load, ect)
  33. - updated jQuery to 1.6.2
  34. - added IE6 meta to remove toolbar
  35. - added IE9 meta for pinned sites
  36. - added viewport meta to help responsive designs
  37. - removed PNG fixes for IE6...(fuck 'em)
  38. - added prompt for IE6 users to install Google Chrome Frame
  39. - removed respond.js since it's called in modernizr
  40. - removed DOMAssistant for ancient IE users
  41. - removed flowplayer folder (lighten the load)
  42. - remove ie folder for IE scripts that are now gone
  43. - moved translation function to bones.php
  44. - removed overflow: hidden from some comment styles
  45. - cleaned up head with more removals
  46. - moved related posts & page navi plugin to bones.php
  47. - removing wp version from rss feed
  48. - removing useless wordpress dashboard widgets
  49. - organizing bones & functions for simplicity
  50. - removed analytics
  51. - added auto hyphens to normalize.css (http://blog.fontdeck.com/post/9037028497/hyphens)
  52. - removed the custom header image support
  53. - removed all the favicons & icons
  54. - added proper title tag
  55. - added google+ link to profile
  56. - added rel=me thanks to yoast's tutorial
  57. - added author.php template
  58. - removed html5 video shortcode
  59. /*v1.07 more changes */
  60. - updated selectivizr
  61. - compressed images
  62. /*v1.07 changes */
  63. - added modernizr 2.0 custom build
  64. - added IE=edge,chrome=1 for older, shitty browsers
  65. - removed iphone stuff ( you can add later if you want it )
  66. - changed h1 in the header to a p
  67. - removed *font-size: small; from default.css
  68. - removed empty selectors on default.css stylesheet
  69. - fixed errors on style.css (mostly removing example using parenthesis)
  70. - added jquery 1.6.1
  71. /*v1.07 w00t! */
  72. - changed clear to clearfix across the board
  73. - added 320 & Up Boilerplate Extension by Andy Clarke
  74. - renamed modernizr to the current version file
  75. - added all the different sized images & icons
  76. - updated DOMAssistant to newest version
  77. /*v1.06 More Updates */
  78. - added theme translation to all files
  79. - removed categories form page meta info
  80. - fixed confusing copyright issues
  81. - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
  82. /* v1.06 Updates */
  83. - changed name of default stylesheet to default so it's easier to
  84. debug. (having two stylesheets named style is confusing)
  85. - added clearing class to #inner-header and #inner-footer
  86. - added bones body class depending on what browser
  87. - changed the_author to the_author_posts_link in single.php and archive.php
  88. - changed the_author to the_author_posts_link in single-custom_type.php
  89. - added custom taxonomy template
  90. - added browser classes to style.css
  91. - removed lazy load (sorry, it sucked)
  92. - added twitter and facebook user profiles
  93. - added post formats to bones.php core
  94. - fixed menu system (thanks to Dom & Mattias)
  95. - added categories & tag info for custom post types
  96. - adding standard categories & tags to custom post type example
  97. /* v1.06 */
  98. - added custom post type and taxonomies file
  99. - created custom post type template
  100. - added readme.txt file (really for no reason at all)
  101. - fixed the margin on the comments title
  102. - removed duplicate text-align calls in css /* Thanks Dom */
  103. - added add_theme_support( 'automatic-feed-links' ) replacing
  104. the deprecated automatic_feed_links();
  105. - added the language_attributes(); to the html tag
  106. - replaced attribute_escape with esc_attr() in search.php
  107. - bloginfo('url') in header replaced with echo home_url()
  108. - using get_template_directory_uri() instead of bloginfo('template_directory')
  109. - using get_the_author_meta('display_name') instead of deprecated function
  110. - fixed error in bones.php for menu fallback /* thanks Mark */
  111. - creating thumbnail fallback functions
  112. - added header.js and moved modernizr & imgsizer in that file
  113. - added lazy load jquery plugin
  114. - moved dd_belatedpng.js inside the ie folder in the libs folder
  115. - changed class of main menu to .menu from .nav
  116. - added more css for menu
  117. - added additional selectors to the style.css in the root
  118. - removed the top margin of the footer menu
  119. /* v1.05 */
  120. - fixed typos in style.css file & logs
  121. - updated selectivizr to latest version
  122. - added "embed, ruby, output" to the reset stylesheet based on
  123. Eric Meyer's recent reset styles.
  124. - removed duplicate styles in reset & default stylesheet
  125. - fixed col460 and changed it to col480
  126. - added text-align styles to default stylesheet
  127. /* v1.04 Quick Fix */
  128. - fixed error with script call that was deprecated.
  129. /* v1.04 */
  130. - moved the custom script call and pngfix to the footer
  131. from the bones file so it's easier to see what's being
  132. called.
  133. - moved apple-touch-icon.png to the library/images folder so
  134. file locations are consistent.
  135. - added a log file to keep track of changes
  136. - fixed html5 video functionality & fallback (w00t!)
  137. - moved stylesheet call below the wp_head as an experiment.
  138. - added wp_titletag to the header
  139. - added pingback function to the header
  140. - fixed bug where page navi would show up even on pages
  141. with only one page of results.
  142. - changed the way page navi is called in the archives, search,
  143. and index pages.
  144. /* v1.03 */
  145. - public release!
  146. - added html5 video to plugins
  147. - added page navi to plugins
  148. - general fixes and optimization
  149. /* v1.02 */
  150. - html5 updates and semantic layout corrected
  151. - added search css & custom functions
  152. - added functionality from the html5boilerplate
  153. /* v1.01 */
  154. - added related posts functions
  155. - general css fixes
  156. /* v1.00 */
  157. - i thought "there must be a better way"
  158. - did something about it