log.txt 9.1 KB

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