log.txt 3.9 KB

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