log.txt 6.9 KB

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