log.txt 8.6 KB

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