log.txt 3.3 KB

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