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