log.txt 6.2 KB

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