log.txt 3.6 KB

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