log.txt 3.7 KB

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