log.txt 8.8 KB

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