log.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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/documentation/bones-documentation/
  6. Author: Eddie Machado
  7. /******************************************************************
  8. BONES CHANGE LOG & HISTORY
  9. ******************************************************************/
  10. /*v1.07 changes */
  11. - added modernizr 2.0 custom build
  12. - added IE=edge,chrome=1 for older, shitty browsers
  13. - removed iphone stuff ( you can add later if you want it )
  14. - changed h1 in the header to a p
  15. - removed *font-size: small; from default.css
  16. - removed empty selectors on default.css stylesheet
  17. - fixed errors on style.css (mostly removing example using parenthesis)
  18. - added jquery 1.6.1
  19. /*v1.07 w00t! */
  20. - changed clear to clearfix across the board
  21. - added 320 & Up Boilerplate Extension by Andy Clarke
  22. - renamed modernizr to the current version file
  23. - added all the different sized images & icons
  24. - updated DOMAssistant to newest version
  25. /*v1.06 More Updates */
  26. - added theme translation to all files
  27. - removed categories form page meta info
  28. - fixed confusing copyright issues
  29. - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
  30. /* v1.06 Updates */
  31. - changed name of default stylesheet to default so it's easier to
  32. debug. (having two stylesheets named style is confusing)
  33. - added clearing class to #inner-header and #inner-footer
  34. - added bones body class depending on what browser
  35. - changed the_author to the_author_posts_link in single.php and archive.php
  36. - changed the_author to the_author_posts_link in single-custom_type.php
  37. - added custom taxonomy template
  38. - added browser classes to style.css
  39. - removed lazy load (sorry, it sucked)
  40. - added twitter and facebook user profiles
  41. - added post formats to bones.php core
  42. - fixed menu system (thanks to Dom & Mattias)
  43. - added categories & tag info for custom post types
  44. - adding standard categories & tags to custom post type example
  45. /* v1.06 */
  46. - added custom post type and taxonomies file
  47. - created custom post type template
  48. - added readme.txt file (really for no reason at all)
  49. - fixed the margin on the comments title
  50. - removed duplicate text-align calls in css /* Thanks Dom */
  51. - added add_theme_support( 'automatic-feed-links' ) replacing
  52. the deprecated automatic_feed_links();
  53. - added the language_attributes(); to the html tag
  54. - replaced attribute_escape with esc_attr() in search.php
  55. - bloginfo('url') in header replaced with echo home_url()
  56. - using get_template_directory_uri() instead of bloginfo('template_directory')
  57. - using get_the_author_meta('display_name') instead of deprecated function
  58. - fixed error in bones.php for menu fallback /* thanks Mark */
  59. - creating thumbnail fallback functions
  60. - added header.js and moved modernizr & imgsizer in that file
  61. - added lazy load jquery plugin
  62. - moved dd_belatedpng.js inside the ie folder in the libs folder
  63. - changed class of main menu to .menu from .nav
  64. - added more css for menu
  65. - added additional selectors to the style.css in the root
  66. - removed the top margin of the footer menu
  67. /* v1.05 */
  68. - fixed typos in style.css file & logs
  69. - updated selectivizr to latest version
  70. - added "embed, ruby, output" to the reset stylesheet based on
  71. Eric Meyer's recent reset styles.
  72. - removed duplicate styles in reset & default stylesheet
  73. - fixed col460 and changed it to col480
  74. - added text-align styles to default stylesheet
  75. /* v1.04 Quick Fix */
  76. - fixed error with script call that was deprecated.
  77. /* v1.04 */
  78. - moved the custom script call and pngfix to the footer
  79. from the bones file so it's easier to see what's being
  80. called.
  81. - moved apple-touch-icon.png to the library/images folder so
  82. file locations are consistent.
  83. - added a log file to keep track of changes
  84. - fixed html5 video functionality & fallback (w00t!)
  85. - moved stylesheet call below the wp_head as an experiment.
  86. - added wp_titletag to the header
  87. - added pingback function to the header
  88. - fixed bug where page navi would show up even on pages
  89. with only one page of results.
  90. - changed the way page navi is called in the archives, search,
  91. and index pages.
  92. /* v1.03 */
  93. - public release!
  94. - added html5 video to plugins
  95. - added page navi to plugins
  96. - general fixes and optimization
  97. /* v1.02 */
  98. - html5 updates and semantic layout corrected
  99. - added search css & custom functions
  100. - added functionality from the html5boilerplate
  101. /* v1.01 */
  102. - added related posts functions
  103. - general css fixes
  104. /* v1.00 */
  105. - i thought "there must be a better way"
  106. - did something about it