log.txt 3.8 KB

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