log.txt 7.9 KB

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