log.txt 9.0 KB

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