webgen 0.3.8 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +2565 -14
- data/README +4 -6
- data/Rakefile +207 -89
- data/TODO +175 -17
- data/VERSION +1 -1
- data/bin/webgen +1 -2
- data/data/webgen/gallery-creator/default.png +0 -0
- data/data/webgen/gallery_styles/default/README +6 -0
- data/data/webgen/gallery_styles/default/gallery_gallery.template +38 -0
- data/data/webgen/gallery_styles/default/gallery_image.template +30 -0
- data/data/webgen/gallery_styles/default/gallery_main.template +18 -0
- data/data/webgen/gallery_styles/slides/README +18 -0
- data/data/webgen/gallery_styles/slides/collage.rb +334 -0
- data/data/webgen/gallery_styles/slides/gallery_gallery.template +62 -0
- data/data/webgen/gallery_styles/slides/gallery_image.template +53 -0
- data/data/webgen/gallery_styles/slides/gallery_main.template +32 -0
- data/data/webgen/resources/images/generated_by_webgen.png +0 -0
- data/data/webgen/resources/images/webgen_logo.png +0 -0
- data/data/webgen/website_styles/1024px/README +10 -0
- data/data/webgen/website_styles/1024px/default.css +188 -0
- data/data/webgen/website_styles/1024px/default.template +62 -0
- data/data/webgen/website_styles/1024px/images/background.gif +0 -0
- data/data/webgen/website_styles/andreas00/README +10 -0
- data/data/webgen/website_styles/andreas00/default.css +290 -0
- data/data/webgen/website_styles/andreas00/default.template +62 -0
- data/data/webgen/website_styles/andreas00/images/bg.gif +0 -0
- data/data/webgen/website_styles/andreas00/images/front.jpg +0 -0
- data/data/webgen/website_styles/andreas00/images/menubg.gif +0 -0
- data/data/webgen/website_styles/andreas00/images/menubg2.gif +0 -0
- data/data/webgen/website_styles/andreas01/README +11 -0
- data/data/webgen/website_styles/andreas01/default.css +310 -0
- data/data/webgen/website_styles/andreas01/default.template +63 -0
- data/data/webgen/website_styles/andreas01/images/bg.gif +0 -0
- data/data/webgen/website_styles/andreas01/images/front.jpg +0 -0
- data/data/webgen/website_styles/andreas01/print.css +35 -0
- data/data/webgen/website_styles/andreas03/README +11 -0
- data/data/webgen/website_styles/andreas03/default.css +223 -0
- data/data/webgen/website_styles/andreas03/default.template +60 -0
- data/data/webgen/website_styles/andreas03/images/bodybg.png +0 -0
- data/data/webgen/website_styles/andreas03/images/contbg.png +0 -0
- data/data/webgen/website_styles/andreas03/images/footerbg.png +0 -0
- data/data/webgen/website_styles/andreas03/images/gradient1.png +0 -0
- data/data/webgen/website_styles/andreas03/images/gradient2.png +0 -0
- data/data/webgen/website_styles/andreas04/README +12 -0
- data/data/webgen/website_styles/andreas04/default.css +290 -0
- data/data/webgen/website_styles/andreas04/default.template +83 -0
- data/data/webgen/website_styles/andreas04/images/blinkarrow.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/bodybg.png +0 -0
- data/data/webgen/website_styles/andreas04/images/contentbg.png +0 -0
- data/data/webgen/website_styles/andreas04/images/entrybg.png +0 -0
- data/data/webgen/website_styles/andreas04/images/flash.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/flash2.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/globe.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/globebottom.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/linkarrow.gif +0 -0
- data/data/webgen/website_styles/andreas04/images/menuhover.png +0 -0
- data/data/webgen/website_styles/andreas05/README +11 -0
- data/data/webgen/website_styles/andreas05/default.css +33 -0
- data/data/webgen/website_styles/andreas05/default.template +42 -0
- data/data/webgen/website_styles/andreas05/images/bodybg.gif +0 -0
- data/data/webgen/website_styles/andreas05/images/front.png +0 -0
- data/data/webgen/website_styles/andreas06/README +11 -0
- data/data/webgen/website_styles/andreas06/default.css +353 -0
- data/data/webgen/website_styles/andreas06/default.template +72 -0
- data/data/webgen/website_styles/andreas06/images/bodybg.gif +0 -0
- data/data/webgen/website_styles/andreas06/images/boxbg.gif +0 -0
- data/data/webgen/website_styles/andreas06/images/greypx.gif +0 -0
- data/data/webgen/website_styles/andreas06/images/header.jpg +0 -0
- data/data/webgen/website_styles/andreas06/images/innerbg.gif +0 -0
- data/data/webgen/website_styles/andreas06/images/leaves.jpg +0 -0
- data/data/webgen/website_styles/andreas06/images/tabs.gif +0 -0
- data/data/webgen/website_styles/andreas07/README +12 -0
- data/data/webgen/website_styles/andreas07/browserfix.css +7 -0
- data/data/webgen/website_styles/andreas07/default.css +92 -0
- data/data/webgen/website_styles/andreas07/default.template +44 -0
- data/data/webgen/website_styles/andreas07/images/bodybg.gif +0 -0
- data/data/webgen/website_styles/andreas07/images/sidebarbg.gif +0 -0
- data/data/webgen/website_styles/andreas08/README +11 -0
- data/data/webgen/website_styles/andreas08/default.css +224 -0
- data/data/webgen/website_styles/andreas08/default.template +53 -0
- data/data/webgen/website_styles/andreas09/README +11 -0
- data/data/webgen/website_styles/andreas09/default.css +308 -0
- data/data/webgen/website_styles/andreas09/default.template +70 -0
- data/data/webgen/website_styles/andreas09/images/bodybg-black.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/bodybg-green.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/bodybg-orange.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/bodybg-purple.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/bodybg-red.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/bodybg.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/footerbg.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover-black.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover-green.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover-orange.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover-purple.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover-red.jpg +0 -0
- data/data/webgen/website_styles/andreas09/images/menuhover.jpg +0 -0
- data/data/webgen/website_styles/default/README +6 -0
- data/data/webgen/website_styles/default/default.css +1 -1
- data/data/webgen/website_styles/default/default.template +9 -3
- data/data/webgen/website_styles/plain/README +12 -0
- data/data/webgen/website_styles/plain/default.css +244 -0
- data/data/webgen/website_styles/plain/default.template +63 -0
- data/data/webgen/website_styles/plain/images/a_hover.jpg +0 -0
- data/data/webgen/website_styles/plain/images/desc.jpg +0 -0
- data/data/webgen/website_styles/plain/images/li.gif +0 -0
- data/data/webgen/website_styles/plain/images/mainbar.jpg +0 -0
- data/data/webgen/website_styles/plain/images/menu.jpg +0 -0
- data/data/webgen/website_styles/plain/images/submenua.gif +0 -0
- data/data/webgen/website_styles/plain/images/submenua_hover.jpg +0 -0
- data/data/webgen/website_templates/default/README +7 -5
- data/data/webgen/website_templates/personal_hp/README +7 -5
- data/data/webgen/website_templates/project/README +8 -6
- data/doc/config.yaml +2 -2
- data/doc/examples/website_styles/1024px/README +9 -0
- data/doc/examples/website_styles/1024px/config.yaml +2 -0
- data/doc/examples/website_styles/1024px/src/about.page +12 -0
- data/doc/examples/website_styles/1024px/src/default.css +188 -0
- data/doc/examples/website_styles/1024px/src/default.template +62 -0
- data/doc/examples/website_styles/1024px/src/download.page +15 -0
- data/doc/examples/website_styles/1024px/src/features.page +8 -0
- data/doc/examples/website_styles/1024px/src/images/background.gif +0 -0
- data/doc/examples/website_styles/1024px/src/index.page +9 -0
- data/doc/examples/website_styles/1024px/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas00/README +9 -0
- data/doc/examples/website_styles/andreas00/config.yaml +2 -0
- data/doc/examples/website_styles/andreas00/src/about.page +12 -0
- data/doc/examples/website_styles/andreas00/src/default.css +290 -0
- data/doc/examples/website_styles/andreas00/src/default.template +62 -0
- data/doc/examples/website_styles/andreas00/src/download.page +15 -0
- data/doc/examples/website_styles/andreas00/src/features.page +8 -0
- data/doc/examples/website_styles/andreas00/src/images/bg.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/images/front.jpg +0 -0
- data/doc/examples/website_styles/andreas00/src/images/menubg.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/images/menubg2.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/index.page +9 -0
- data/doc/examples/website_styles/andreas00/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas01/README +9 -0
- data/doc/examples/website_styles/andreas01/config.yaml +2 -0
- data/doc/examples/website_styles/andreas01/src/about.page +12 -0
- data/doc/examples/website_styles/andreas01/src/default.css +310 -0
- data/doc/examples/website_styles/andreas01/src/default.template +63 -0
- data/doc/examples/website_styles/andreas01/src/download.page +15 -0
- data/doc/examples/website_styles/andreas01/src/features.page +8 -0
- data/doc/examples/website_styles/andreas01/src/images/bg.gif +0 -0
- data/doc/examples/website_styles/andreas01/src/images/front.jpg +0 -0
- data/doc/examples/website_styles/andreas01/src/index.page +9 -0
- data/doc/examples/website_styles/andreas01/src/print.css +35 -0
- data/doc/examples/website_styles/andreas01/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas03/README +9 -0
- data/doc/examples/website_styles/andreas03/config.yaml +2 -0
- data/doc/examples/website_styles/andreas03/src/about.page +12 -0
- data/doc/examples/website_styles/andreas03/src/default.css +223 -0
- data/doc/examples/website_styles/andreas03/src/default.template +60 -0
- data/doc/examples/website_styles/andreas03/src/download.page +15 -0
- data/doc/examples/website_styles/andreas03/src/features.page +8 -0
- data/doc/examples/website_styles/andreas03/src/images/bodybg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/contbg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/footerbg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/gradient1.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/gradient2.png +0 -0
- data/doc/examples/website_styles/andreas03/src/index.page +9 -0
- data/doc/examples/website_styles/andreas03/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas04/README +9 -0
- data/doc/examples/website_styles/andreas04/config.yaml +2 -0
- data/doc/examples/website_styles/andreas04/src/about.page +12 -0
- data/doc/examples/website_styles/andreas04/src/default.css +290 -0
- data/doc/examples/website_styles/andreas04/src/default.template +83 -0
- data/doc/examples/website_styles/andreas04/src/download.page +15 -0
- data/doc/examples/website_styles/andreas04/src/features.page +8 -0
- data/doc/examples/website_styles/andreas04/src/images/blinkarrow.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/bodybg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/contentbg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/entrybg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/flash.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/flash2.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/globe.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/globebottom.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/linkarrow.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/menuhover.png +0 -0
- data/doc/examples/website_styles/andreas04/src/index.page +9 -0
- data/doc/examples/website_styles/andreas04/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas05/README +9 -0
- data/doc/examples/website_styles/andreas05/config.yaml +2 -0
- data/doc/examples/website_styles/andreas05/src/about.page +12 -0
- data/doc/examples/website_styles/andreas05/src/default.css +33 -0
- data/doc/examples/website_styles/andreas05/src/default.template +42 -0
- data/doc/examples/website_styles/andreas05/src/download.page +15 -0
- data/doc/examples/website_styles/andreas05/src/features.page +8 -0
- data/doc/examples/website_styles/andreas05/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas05/src/images/front.png +0 -0
- data/doc/examples/website_styles/andreas05/src/index.page +9 -0
- data/doc/examples/website_styles/andreas05/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas06/README +9 -0
- data/doc/examples/website_styles/andreas06/config.yaml +2 -0
- data/doc/examples/website_styles/andreas06/src/about.page +12 -0
- data/doc/examples/website_styles/andreas06/src/default.css +353 -0
- data/doc/examples/website_styles/andreas06/src/default.template +72 -0
- data/doc/examples/website_styles/andreas06/src/download.page +15 -0
- data/doc/examples/website_styles/andreas06/src/features.page +8 -0
- data/doc/examples/website_styles/andreas06/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/boxbg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/greypx.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/header.jpg +0 -0
- data/doc/examples/website_styles/andreas06/src/images/innerbg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/leaves.jpg +0 -0
- data/doc/examples/website_styles/andreas06/src/images/tabs.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/index.page +9 -0
- data/doc/examples/website_styles/andreas06/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas07/README +9 -0
- data/doc/examples/website_styles/andreas07/config.yaml +2 -0
- data/doc/examples/website_styles/andreas07/src/about.page +12 -0
- data/doc/examples/website_styles/andreas07/src/browserfix.css +7 -0
- data/doc/examples/website_styles/andreas07/src/default.css +92 -0
- data/doc/examples/website_styles/andreas07/src/default.template +44 -0
- data/doc/examples/website_styles/andreas07/src/download.page +15 -0
- data/doc/examples/website_styles/andreas07/src/features.page +8 -0
- data/doc/examples/website_styles/andreas07/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas07/src/images/sidebarbg.gif +0 -0
- data/doc/examples/website_styles/andreas07/src/index.page +9 -0
- data/doc/examples/website_styles/andreas07/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas08/README +9 -0
- data/doc/examples/website_styles/andreas08/config.yaml +2 -0
- data/doc/examples/website_styles/andreas08/src/about.page +12 -0
- data/doc/examples/website_styles/andreas08/src/default.css +224 -0
- data/doc/examples/website_styles/andreas08/src/default.template +53 -0
- data/doc/examples/website_styles/andreas08/src/download.page +15 -0
- data/doc/examples/website_styles/andreas08/src/features.page +8 -0
- data/doc/examples/website_styles/andreas08/src/index.page +9 -0
- data/doc/examples/website_styles/andreas08/src/screenshots.page +18 -0
- data/doc/examples/website_styles/andreas09/README +9 -0
- data/doc/examples/website_styles/andreas09/config.yaml +2 -0
- data/doc/examples/website_styles/andreas09/src/about.page +12 -0
- data/doc/examples/website_styles/andreas09/src/default.css +308 -0
- data/doc/examples/website_styles/andreas09/src/default.template +70 -0
- data/doc/examples/website_styles/andreas09/src/download.page +15 -0
- data/doc/examples/website_styles/andreas09/src/features.page +8 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-black.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-green.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-orange.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-purple.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-red.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/footerbg.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-black.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-green.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-orange.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-purple.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-red.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/index.page +9 -0
- data/doc/examples/website_styles/andreas09/src/screenshots.page +18 -0
- data/doc/examples/website_styles/default/README +9 -0
- data/doc/examples/website_styles/default/config.yaml +2 -0
- data/doc/examples/website_styles/default/src/about.page +12 -0
- data/doc/examples/website_styles/default/src/default.css +84 -0
- data/doc/examples/website_styles/default/src/default.template +38 -0
- data/doc/examples/website_styles/default/src/download.page +15 -0
- data/doc/examples/website_styles/default/src/features.page +8 -0
- data/doc/examples/website_styles/default/src/index.page +9 -0
- data/doc/examples/website_styles/default/src/screenshots.page +18 -0
- data/doc/examples/website_styles/plain/README +9 -0
- data/doc/examples/website_styles/plain/config.yaml +2 -0
- data/doc/examples/website_styles/plain/src/about.page +12 -0
- data/doc/examples/website_styles/plain/src/default.css +244 -0
- data/doc/examples/website_styles/plain/src/default.template +63 -0
- data/doc/examples/website_styles/plain/src/download.page +15 -0
- data/doc/examples/website_styles/plain/src/features.page +8 -0
- data/doc/examples/website_styles/plain/src/images/a_hover.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/desc.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/li.gif +0 -0
- data/doc/examples/website_styles/plain/src/images/mainbar.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/menu.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/submenua.gif +0 -0
- data/doc/examples/website_styles/plain/src/images/submenua_hover.jpg +0 -0
- data/doc/examples/website_styles/plain/src/index.page +9 -0
- data/doc/examples/website_styles/plain/src/screenshots.page +18 -0
- data/doc/examples/website_templates/default/README +8 -0
- data/doc/examples/website_templates/default/config.yaml +2 -0
- data/doc/examples/website_templates/default/src/default.css +84 -0
- data/doc/examples/website_templates/default/src/default.template +38 -0
- data/doc/examples/website_templates/default/src/index.page +8 -0
- data/doc/examples/website_templates/personal_hp/README +8 -0
- data/doc/examples/website_templates/personal_hp/config.yaml +2 -0
- data/doc/examples/website_templates/personal_hp/src/about.page +12 -0
- data/doc/examples/website_templates/personal_hp/src/default.css +84 -0
- data/doc/examples/website_templates/personal_hp/src/default.template +38 -0
- data/doc/examples/website_templates/personal_hp/src/index.page +9 -0
- data/doc/examples/website_templates/personal_hp/src/links.page +22 -0
- data/doc/examples/website_templates/personal_hp/src/projects.page +20 -0
- data/doc/examples/website_templates/project/README +9 -0
- data/doc/examples/website_templates/project/config.yaml +2 -0
- data/doc/examples/website_templates/project/src/about.page +12 -0
- data/doc/examples/website_templates/project/src/default.css +84 -0
- data/doc/examples/website_templates/project/src/default.template +38 -0
- data/doc/examples/website_templates/project/src/download.page +15 -0
- data/doc/examples/website_templates/project/src/features.page +8 -0
- data/doc/examples/website_templates/project/src/index.page +9 -0
- data/doc/examples/website_templates/project/src/screenshots.page +18 -0
- data/doc/metainfo.yaml +85 -0
- data/doc/plugin/emoticon.rb +19 -21
- data/doc/plugin/extension.rb +134 -55
- data/doc/plugin/gallery/slides/collage.rb +334 -0
- data/doc/plugin/listpluginparameters.rb +24 -26
- data/doc/plugin/resources.rb +20 -22
- data/doc/src/default.css +333 -154
- data/doc/src/default.template +92 -39
- data/doc/src/documentation/extending_webgen.page +1 -2
- data/doc/src/documentation/gettingstarted.page +161 -44
- data/doc/src/documentation/index.page +15 -28
- data/doc/src/documentation/plugins/contentconverter/default.page +15 -0
- data/doc/src/documentation/plugins/contentconverter/html.page +10 -0
- data/doc/src/documentation/plugins/contentconverter/markdown.page +21 -0
- data/doc/src/documentation/plugins/contentconverter/rdoc.page +11 -0
- data/doc/src/documentation/plugins/contentconverter/textile.page +21 -0
- data/doc/src/documentation/plugins/contentconverter/xmlbuilder.page +61 -0
- data/doc/src/documentation/plugins/core/configuration.page +11 -0
- data/doc/src/documentation/plugins/core/filehandler.page +214 -0
- data/doc/src/documentation/plugins/core/index.page +11 -0
- data/doc/src/documentation/plugins/core/resourcemanager.page +46 -0
- data/doc/src/documentation/plugins/core/tagprocessor.page +17 -0
- data/doc/src/documentation/plugins/file/copyhandler.page +26 -0
- data/doc/src/documentation/plugins/file/defaulthandler.page +15 -0
- data/doc/src/documentation/plugins/file/directoryhandler.page +37 -0
- data/doc/src/documentation/plugins/file/galleryhandler.page +181 -0
- data/doc/src/documentation/plugins/file/pagehandler.page +154 -0
- data/doc/src/documentation/plugins/file/templatehandler.page +34 -0
- data/doc/src/documentation/plugins/file/thumbnailwriter.page +39 -0
- data/doc/src/documentation/plugins/htmlvalidator/default.page +12 -0
- data/doc/src/documentation/plugins/htmlvalidator/xmllint.page +12 -0
- data/doc/src/documentation/plugins/index.page +32 -11
- data/doc/src/documentation/plugins/menustyle/default.page +19 -0
- data/doc/src/documentation/plugins/menustyle/horizontal.page +32 -0
- data/doc/src/documentation/plugins/{menustyles → menustyle}/horizontaldropdown.page +25 -19
- data/doc/src/documentation/plugins/menustyle/section.page +34 -0
- data/doc/src/documentation/plugins/menustyle/vertical.page +48 -0
- data/doc/src/documentation/plugins/menustyle/verticaldropdown.page +29 -0
- data/doc/src/documentation/plugins/misc/index.page +9 -0
- data/doc/src/documentation/plugins/{miscplugins → misc}/smileyreplacer.page +15 -14
- data/doc/src/documentation/plugins/misc/syntaxhighlighter.page +26 -0
- data/doc/src/documentation/plugins/tag/block.page +29 -0
- data/doc/src/documentation/plugins/tag/breadcrumbtrail.page +29 -0
- data/doc/src/documentation/plugins/tag/date.page +34 -0
- data/doc/src/documentation/plugins/tag/default.page +27 -0
- data/doc/src/documentation/plugins/tag/download.page +60 -0
- data/doc/src/documentation/plugins/tag/executecommand.page +29 -0
- data/doc/src/documentation/plugins/tag/includefile.page +30 -0
- data/doc/src/documentation/plugins/{tags → tag}/langbar.de.page +1 -1
- data/doc/src/documentation/plugins/tag/langbar.fr.page +6 -0
- data/doc/src/documentation/plugins/tag/langbar.page +41 -0
- data/doc/src/documentation/plugins/tag/menu.page +78 -0
- data/doc/src/documentation/plugins/{tags → tag}/meta.page +8 -7
- data/doc/src/documentation/plugins/tag/relocatable.page +46 -0
- data/doc/src/documentation/plugins/tag/resource.page +35 -0
- data/doc/src/documentation/plugins/tag/sitemap.page +35 -0
- data/doc/src/documentation/plugins/tag/wikilink.page +33 -0
- data/doc/src/documentation/references/index.page +0 -1
- data/doc/src/documentation/references/meta_info_reference.page +90 -13
- data/doc/src/documentation/references/parameter_reference.page +0 -1
- data/doc/src/documentation/references/webpage_format.page +249 -0
- data/doc/src/download.page +50 -21
- data/doc/src/examples/gallery_styles/default/default.gallery +78 -0
- data/doc/src/examples/gallery_styles/default/gallery_gallery.template +38 -0
- data/doc/src/examples/gallery_styles/default/gallery_image.template +30 -0
- data/doc/src/examples/gallery_styles/default/gallery_main.template +18 -0
- data/doc/src/examples/gallery_styles/index.page +22 -0
- data/doc/src/examples/gallery_styles/slides/gallery_gallery.template +62 -0
- data/doc/src/examples/gallery_styles/slides/gallery_image.template +53 -0
- data/doc/src/examples/gallery_styles/slides/gallery_main.template +32 -0
- data/doc/src/examples/gallery_styles/slides/slides.gallery +79 -0
- data/doc/src/examples/images/image01.jpg +0 -0
- data/doc/src/examples/images/image02.jpg +0 -0
- data/doc/src/examples/images/image03.jpg +0 -0
- data/doc/src/examples/images/image04.jpg +0 -0
- data/doc/src/examples/images/image05.jpg +0 -0
- data/doc/src/examples/images/image06.jpg +0 -0
- data/doc/src/examples/images/image07.jpg +0 -0
- data/doc/src/examples/images/image08.jpg +0 -0
- data/doc/src/examples/images/image09.jpg +0 -0
- data/doc/src/examples/images/image10.jpg +0 -0
- data/doc/src/examples/images/image11.jpg +0 -0
- data/doc/src/examples/images/image12.jpg +0 -0
- data/doc/src/examples/images/image13.jpg +0 -0
- data/doc/src/examples/images/image14.jpg +0 -0
- data/doc/src/examples/images/image15.jpg +0 -0
- data/doc/src/examples/images/image16.jpg +0 -0
- data/doc/src/examples/images/image17.jpg +0 -0
- data/doc/src/examples/images/image18.jpg +0 -0
- data/doc/src/examples/index.page +18 -0
- data/doc/src/examples/website_styles/1024px.page +5 -0
- data/doc/src/examples/website_styles/andreas00.page +5 -0
- data/doc/src/examples/website_styles/andreas01.page +5 -0
- data/doc/src/examples/website_styles/andreas03.page +5 -0
- data/doc/src/examples/website_styles/andreas04.page +5 -0
- data/doc/src/examples/website_styles/andreas05.page +5 -0
- data/doc/src/examples/website_styles/andreas06.page +5 -0
- data/doc/src/examples/website_styles/andreas07.page +5 -0
- data/doc/src/examples/website_styles/andreas08.page +5 -0
- data/doc/src/examples/website_styles/andreas09.page +5 -0
- data/doc/src/examples/website_styles/default.page +5 -0
- data/doc/src/examples/website_styles/index.page +71 -0
- data/doc/src/examples/website_styles/plain.page +5 -0
- data/doc/src/examples/website_templates/default.page +5 -0
- data/doc/src/examples/website_templates/index.page +24 -0
- data/doc/src/examples/website_templates/personal_hp.page +5 -0
- data/doc/src/examples/website_templates/project.page +5 -0
- data/doc/src/features.page +16 -14
- data/doc/src/images/bodybg.jpg +0 -0
- data/doc/src/images/footerbg.jpg +0 -0
- data/doc/src/images/menuhover.jpg +0 -0
- data/doc/src/images/node_diagram.svg +7132 -0
- data/doc/src/images/thumb_example.jpg +0 -0
- data/doc/src/images/thumb_example_cropped.jpg +0 -0
- data/doc/src/images/thumb_example_normal.jpg +0 -0
- data/doc/src/index.page +14 -102
- data/doc/src/news.page +154 -0
- data/doc/src/plugin.template +10 -0
- data/lib/webgen/cli.rb +427 -0
- data/lib/webgen/composite.rb +11 -11
- data/lib/webgen/config.rb +52 -0
- data/lib/webgen/content.rb +172 -0
- data/lib/webgen/extcommand.rb +23 -0
- data/lib/webgen/languages.rb +110 -0
- data/lib/webgen/listener.rb +1 -1
- data/lib/webgen/node.rb +196 -124
- data/lib/webgen/plugin.rb +480 -144
- data/lib/webgen/plugins/{contenthandlers → contentconverters}/default.rb +10 -9
- data/lib/webgen/plugins/{contenthandlers → contentconverters}/html.rb +11 -8
- data/lib/webgen/plugins/contentconverters/markdown.rb +54 -0
- data/lib/webgen/plugins/{contenthandlers → contentconverters}/rdoc.rb +16 -12
- data/lib/webgen/plugins/{contenthandlers → contentconverters}/textile.rb +18 -13
- data/lib/webgen/plugins/contentconverters/xmlbuilder.rb +58 -0
- data/lib/webgen/plugins/coreplugins/configuration.rb +11 -102
- data/lib/webgen/plugins/coreplugins/resourcemanager.rb +95 -74
- data/lib/webgen/plugins/filehandlers/copy.rb +41 -19
- data/lib/webgen/plugins/filehandlers/directory.rb +52 -50
- data/lib/webgen/plugins/filehandlers/filehandler.rb +370 -123
- data/lib/webgen/plugins/filehandlers/gallery.rb +368 -117
- data/lib/webgen/plugins/filehandlers/page.rb +160 -146
- data/lib/webgen/plugins/filehandlers/template.rb +65 -52
- data/lib/webgen/plugins/htmlvalidators/default.rb +9 -7
- data/lib/webgen/plugins/htmlvalidators/xmllint.rb +17 -33
- data/lib/webgen/plugins/menustyles/default.rb +27 -25
- data/lib/webgen/plugins/menustyles/horizontal.rb +22 -41
- data/lib/webgen/plugins/menustyles/horizontal_dropdown.rb +25 -39
- data/lib/webgen/plugins/menustyles/section.rb +68 -0
- data/lib/webgen/plugins/menustyles/vertical.rb +36 -56
- data/lib/webgen/plugins/menustyles/vertical_dropdown.rb +24 -32
- data/lib/webgen/plugins/miscplugins/smileyreplacer.rb +20 -17
- data/lib/webgen/plugins/miscplugins/syntax_highlighter.rb +72 -0
- data/lib/webgen/plugins/miscplugins/treewalker.rb +9 -36
- data/lib/webgen/plugins/tags/block.rb +65 -0
- data/lib/webgen/plugins/tags/breadcrumbtrail.rb +15 -11
- data/lib/webgen/plugins/tags/date.rb +11 -7
- data/lib/webgen/plugins/tags/download.rb +38 -38
- data/lib/webgen/plugins/tags/executecommand.rb +30 -15
- data/lib/webgen/plugins/tags/includefile.rb +26 -13
- data/lib/webgen/plugins/tags/langbar.rb +23 -18
- data/lib/webgen/plugins/tags/menu.rb +49 -70
- data/lib/webgen/plugins/tags/meta.rb +12 -9
- data/lib/webgen/plugins/tags/relocatable.rb +41 -13
- data/lib/webgen/plugins/tags/sitemap.rb +32 -28
- data/lib/webgen/plugins/tags/tag_processor.rb +279 -0
- data/lib/webgen/plugins/tags/wikilink.rb +25 -20
- data/lib/webgen/test.rb +202 -0
- data/lib/webgen/website.rb +310 -0
- data/test/fixtures/sample_site/src/chained.template +3 -0
- data/test/fixtures/sample_site/src/default.template +3 -0
- data/test/fixtures/sample_site/src/dir1/dir11/file111.de.page +3 -0
- data/test/fixtures/sample_site/src/dir1/dir11/file111.page +3 -0
- data/test/fixtures/sample_site/src/dir1/dir11/index.page +3 -0
- data/test/fixtures/sample_site/src/dir1/file11.page +3 -0
- data/test/fixtures/sample_site/src/dir2/file21.page +3 -0
- data/test/fixtures/sample_site/src/embedded.rhtml +1 -0
- data/test/fixtures/sample_site/src/file1.page +8 -0
- data/test/fixtures/sample_site/src/file2.de.page +6 -0
- data/test/fixtures/sample_site/src/index.de.page +4 -0
- data/test/fixtures/sample_site/src/index.en.page +1 -0
- data/test/fixtures/sample_site/src/invalid.template +3 -0
- data/test/fixtures/sample_site/src/test.jpg +1 -0
- data/test/fixtures/sample_site/src/test.template +3 -0
- data/test/fixtures/tc_content/blocks.yaml +40 -0
- data/test/fixtures/tc_content/correct.yaml +65 -0
- data/test/fixtures/tc_content/incorrect.yaml +42 -0
- data/test/fixtures/tc_filehandler_filehandler/backing/metainfo.yaml +9 -0
- data/test/fixtures/tc_filehandler_filehandler/backing_empty/metainfo.yaml +6 -0
- data/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb +49 -0
- data/test/fixtures/tc_filehandler_filehandler/unmodified +0 -0
- data/test/fixtures/tc_filehandler_gallery/test.gallery +2 -0
- data/test/fixtures/tc_filehandler_gallery/test1.gallery +2 -0
- data/test/fixtures/tc_filehandler_gallery/test1.jpg +0 -0
- data/test/fixtures/tc_filehandler_gallery/test2.jpg +0 -0
- data/test/fixtures/tc_filehandler_gallery/test3.jpg +0 -0
- data/test/fixtures/tc_filehandler_gallery/test4.jpg +0 -0
- data/test/fixtures/tc_filehandler_page/testdata.yaml +10 -0
- data/test/fixtures/tc_menustyles_default/menustyle.rb +7 -0
- data/test/fixtures/tc_node/nodes.yaml +64 -0
- data/test/fixtures/tc_plugin/handlerplugin.rb +15 -0
- data/test/fixtures/tc_plugin/plugin1.rb +33 -0
- data/test/fixtures/tc_plugin/plugin2.rb +8 -0
- data/test/fixtures/tc_tags_includefile/testfile +1 -0
- data/test/fixtures/tc_tags_tag_processor/test_file1 +1 -0
- data/test/fixtures/tc_tags_tag_processor/testtag.rb +17 -0
- data/test/fixtures/tc_website/correct.yaml +6 -0
- data/test/fixtures/tc_website/incorrect_structure.yaml +2 -0
- data/test/fixtures/tc_website/incorrect_yaml.yaml +5 -0
- data/test/fixtures/tc_website/meta_info_test.yaml +10 -0
- data/test/fixtures/tc_website/testdir/README +1 -0
- data/test/fixtures/tc_website/testdir/falsedir/README +1 -0
- data/test/runtests.rb +2 -0
- data/test/unittests/tc_composite.rb +82 -0
- data/test/unittests/tc_config.rb +18 -0
- data/test/unittests/tc_content.rb +88 -0
- data/test/unittests/tc_contentconverters_default.rb +13 -0
- data/test/unittests/tc_contentconverters_html.rb +16 -0
- data/test/unittests/tc_contentconverters_markdown.rb +22 -0
- data/test/unittests/tc_contentconverters_rdoc.rb +16 -0
- data/test/unittests/tc_contentconverters_textile.rb +22 -0
- data/test/unittests/tc_contentconverters_xmlbuilder.rb +22 -0
- data/test/unittests/tc_filehandler_copy.rb +65 -0
- data/test/unittests/tc_filehandler_directory.rb +134 -0
- data/test/unittests/tc_filehandler_filehandler.rb +294 -0
- data/test/unittests/tc_filehandler_gallery.rb +165 -0
- data/test/unittests/tc_filehandler_page.rb +183 -0
- data/test/unittests/tc_filehandler_template.rb +60 -0
- data/test/unittests/tc_htmlvalidators_default.rb +12 -0
- data/test/unittests/tc_htmlvalidators_xmllint.rb +19 -0
- data/test/unittests/tc_languages.rb +57 -0
- data/test/unittests/tc_listener.rb +72 -0
- data/test/unittests/tc_menustyles_default.rb +51 -0
- data/test/unittests/tc_menustyles_horizontal.rb +18 -0
- data/test/unittests/tc_menustyles_horizontal_dropdown.rb +18 -0
- data/test/unittests/tc_menustyles_section.rb +59 -0
- data/test/unittests/tc_menustyles_vertical.rb +79 -0
- data/test/unittests/tc_menustyles_vertical_dropdown.rb +18 -0
- data/test/unittests/tc_node.rb +202 -0
- data/test/unittests/tc_plugin.rb +214 -0
- data/test/unittests/tc_resourcemanager.rb +42 -0
- data/test/unittests/tc_smileyreplacer.rb +25 -0
- data/test/unittests/tc_syntax_highlighter.rb +30 -0
- data/test/unittests/tc_tags_block.rb +27 -0
- data/test/unittests/tc_tags_breadcrumbtrail.rb +22 -0
- data/test/unittests/tc_tags_date.rb +15 -0
- data/test/unittests/tc_tags_download.rb +32 -0
- data/test/unittests/tc_tags_executecommand.rb +37 -0
- data/test/unittests/tc_tags_includefile.rb +53 -0
- data/test/unittests/tc_tags_langbar.rb +42 -0
- data/test/unittests/tc_tags_menu.rb +50 -0
- data/test/unittests/tc_tags_meta.rb +19 -0
- data/test/unittests/tc_tags_relocatable.rb +66 -0
- data/test/unittests/tc_tags_sitemap.rb +33 -0
- data/test/unittests/tc_tags_tag_processor.rb +107 -0
- data/test/unittests/tc_tags_wikilink.rb +22 -0
- data/test/unittests/tc_treewalker.rb +44 -0
- data/test/unittests/tc_website.rb +188 -0
- metadata +829 -312
- data/bin/webgen-gallery-editor +0 -654
- data/bin/webgen-gui +0 -10
- data/data/webgen/website_templates/default/config.yaml +0 -2
- data/doc/plugin/clidesc.rb +0 -46
- data/doc/plugin/source.rb +0 -21
- data/doc/src/about.page +0 -22
- data/doc/src/documentation/cli.page +0 -12
- data/doc/src/documentation/plugins/contenthandlers/html.page +0 -11
- data/doc/src/documentation/plugins/contenthandlers/index.page +0 -7
- data/doc/src/documentation/plugins/contenthandlers/markdown.page +0 -11
- data/doc/src/documentation/plugins/contenthandlers/rdoc.page +0 -11
- data/doc/src/documentation/plugins/contenthandlers/textile.page +0 -11
- data/doc/src/documentation/plugins/coreplugins/configuration.page +0 -12
- data/doc/src/documentation/plugins/coreplugins/index.page +0 -7
- data/doc/src/documentation/plugins/coreplugins/logging.page +0 -13
- data/doc/src/documentation/plugins/coreplugins/resourcemanager.page +0 -34
- data/doc/src/documentation/plugins/filehandlers/backing.page +0 -46
- data/doc/src/documentation/plugins/filehandlers/copy.page +0 -12
- data/doc/src/documentation/plugins/filehandlers/directoryhandler.page +0 -35
- data/doc/src/documentation/plugins/filehandlers/gallery.page +0 -86
- data/doc/src/documentation/plugins/filehandlers/index.page +0 -34
- data/doc/src/documentation/plugins/filehandlers/page.page +0 -170
- data/doc/src/documentation/plugins/filehandlers/template.page +0 -21
- data/doc/src/documentation/plugins/gallerylayouters/index.page +0 -18
- data/doc/src/documentation/plugins/htmlvalidators/index.page +0 -6
- data/doc/src/documentation/plugins/htmlvalidators/xmllint.page +0 -14
- data/doc/src/documentation/plugins/menustyles/horizontal.page +0 -21
- data/doc/src/documentation/plugins/menustyles/index.page +0 -12
- data/doc/src/documentation/plugins/menustyles/partial.page +0 -27
- data/doc/src/documentation/plugins/menustyles/vertical.page +0 -32
- data/doc/src/documentation/plugins/menustyles/verticaldropdown.page +0 -23
- data/doc/src/documentation/plugins/miscplugins/index.page +0 -7
- data/doc/src/documentation/plugins/tags/breadcrumbtrail.page +0 -20
- data/doc/src/documentation/plugins/tags/date.page +0 -19
- data/doc/src/documentation/plugins/tags/download.page +0 -23
- data/doc/src/documentation/plugins/tags/executecommand.page +0 -18
- data/doc/src/documentation/plugins/tags/includefile.page +0 -15
- data/doc/src/documentation/plugins/tags/index.page +0 -44
- data/doc/src/documentation/plugins/tags/langbar.page +0 -27
- data/doc/src/documentation/plugins/tags/menu.de.page +0 -12
- data/doc/src/documentation/plugins/tags/menu.page +0 -19
- data/doc/src/documentation/plugins/tags/multilang.de.page +0 -4
- data/doc/src/documentation/plugins/tags/multilang.fr.page +0 -4
- data/doc/src/documentation/plugins/tags/multilang.page +0 -4
- data/doc/src/documentation/plugins/tags/relocatable.page +0 -16
- data/doc/src/documentation/plugins/tags/resource.page +0 -22
- data/doc/src/documentation/plugins/tags/sitemap.page +0 -17
- data/doc/src/documentation/plugins/tags/wikilink.page +0 -18
- data/doc/src/documentation/webgen_gallery_editor.page +0 -82
- data/doc/src/images/screenshots/wge-image.png +0 -0
- data/doc/src/images/screenshots/wge-layout-preview.png +0 -0
- data/doc/src/images/screenshots/wge-main-disabled.png +0 -0
- data/doc/src/images/screenshots/wge-main.png +0 -0
- data/doc/src/meta.info +0 -30
- data/doc/src/screenshots.gallery +0 -33
- data/install.rb +0 -19
- data/lib/webgen.rb +0 -277
- data/lib/webgen/plugins/contenthandlers/markdown.rb +0 -50
- data/lib/webgen/plugins/coreplugins/logging.rb +0 -101
- data/lib/webgen/plugins/filehandlers/backing.rb +0 -159
- data/lib/webgen/plugins/gallerylayouters/default.rb +0 -152
- data/lib/webgen/plugins/menustyles/partial.rb +0 -95
- data/lib/webgen/plugins/tags/tags.rb +0 -254
data/ChangeLog
CHANGED
@@ -1,18 +1,2569 @@
|
|
1
1
|
------------------------------------------------------------------------
|
2
|
-
|
3
|
-
Changed paths:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
*
|
2
|
+
r582 | thomas | 2007-01-05 11:12:50 +0100 (Fri, 05 Jan 2007) | 1 line
|
3
|
+
Changed paths:
|
4
|
+
M /trunk/webgen/doc/src/default.template
|
5
|
+
|
6
|
+
* last TODO fixed
|
7
|
+
------------------------------------------------------------------------
|
8
|
+
r581 | thomas | 2007-01-05 11:07:08 +0100 (Fri, 05 Jan 2007) | 2 lines
|
9
|
+
Changed paths:
|
10
|
+
M /trunk/webgen/Rakefile
|
11
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/README
|
12
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/collage.rb
|
13
|
+
M /trunk/webgen/doc/src/news.page
|
14
|
+
|
15
|
+
* fixed Rakefile sothat gem is installable under Windows
|
16
|
+
* added better credits for gallery style slide
|
17
|
+
------------------------------------------------------------------------
|
18
|
+
r580 | thomas | 2007-01-04 22:41:53 +0100 (Thu, 04 Jan 2007) | 1 line
|
19
|
+
Changed paths:
|
20
|
+
M /trunk/webgen/doc/src/default.template
|
21
|
+
M /trunk/webgen/doc/src/documentation/plugins/index.page
|
22
|
+
M /trunk/webgen/doc/src/news.page
|
23
|
+
|
24
|
+
* updated the dates
|
25
|
+
------------------------------------------------------------------------
|
26
|
+
r579 | thomas | 2007-01-04 21:48:43 +0100 (Thu, 04 Jan 2007) | 1 line
|
27
|
+
Changed paths:
|
28
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
29
|
+
|
30
|
+
* better config file checking
|
31
|
+
------------------------------------------------------------------------
|
32
|
+
r578 | thomas | 2007-01-04 21:35:37 +0100 (Thu, 04 Jan 2007) | 2 lines
|
33
|
+
Changed paths:
|
34
|
+
M /trunk/webgen/Rakefile
|
35
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
36
|
+
|
37
|
+
* small changes to the API doc
|
38
|
+
* removed unnecessary parts from Rakefile
|
39
|
+
------------------------------------------------------------------------
|
40
|
+
r577 | thomas | 2007-01-04 21:09:28 +0100 (Thu, 04 Jan 2007) | 1 line
|
41
|
+
Changed paths:
|
42
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
43
|
+
|
44
|
+
* small bug fix
|
45
|
+
------------------------------------------------------------------------
|
46
|
+
r576 | thomas | 2007-01-03 20:41:12 +0100 (Wed, 03 Jan 2007) | 2 lines
|
47
|
+
Changed paths:
|
48
|
+
M /trunk/webgen/Rakefile
|
49
|
+
M /trunk/webgen/TODO
|
50
|
+
M /trunk/webgen/doc/metainfo.yaml
|
51
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
52
|
+
D /trunk/webgen/doc/src/about.page
|
53
|
+
M /trunk/webgen/doc/src/default.css
|
54
|
+
M /trunk/webgen/doc/src/default.template
|
55
|
+
M /trunk/webgen/doc/src/documentation/extending_webgen.page
|
56
|
+
M /trunk/webgen/doc/src/documentation/gettingstarted.page
|
57
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/filehandler.page
|
58
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/resourcemanager.page
|
59
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/tagprocessor.page
|
60
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/directoryhandler.page
|
61
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler.page
|
62
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/pagehandler.page
|
63
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/templatehandler.page
|
64
|
+
A /trunk/webgen/doc/src/documentation/plugins/menustyle/default.page (from /trunk/webgen/doc/src/documentation/plugins/menustyle/index.page:574)
|
65
|
+
D /trunk/webgen/doc/src/documentation/plugins/menustyle/index.page
|
66
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/block.page
|
67
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/date.page
|
68
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/menu.page
|
69
|
+
M /trunk/webgen/doc/src/documentation/references/meta_info_reference.page
|
70
|
+
M /trunk/webgen/doc/src/documentation/references/parameter_reference.page
|
71
|
+
A /trunk/webgen/doc/src/documentation/references/webpage_format.page
|
72
|
+
M /trunk/webgen/doc/src/download.page
|
73
|
+
M /trunk/webgen/doc/src/index.page
|
74
|
+
A /trunk/webgen/doc/src/news.page
|
75
|
+
M /trunk/webgen/lib/webgen/content.rb
|
76
|
+
M /trunk/webgen/lib/webgen/node.rb
|
77
|
+
M /trunk/webgen/lib/webgen/website.rb
|
78
|
+
|
79
|
+
* added documentation for WebPage Format
|
80
|
+
* many smaller updates to the documentation
|
81
|
+
------------------------------------------------------------------------
|
82
|
+
r575 | thomas | 2006-12-31 10:51:11 +0100 (Sun, 31 Dec 2006) | 1 line
|
83
|
+
Changed paths:
|
84
|
+
M /trunk/webgen/doc/src/default.css
|
85
|
+
M /trunk/webgen/doc/src/documentation/gettingstarted.page
|
86
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/directoryhandler.page
|
87
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler.page
|
88
|
+
M /trunk/webgen/doc/src/documentation/references/meta_info_reference.page
|
89
|
+
|
90
|
+
* updated some more documentation
|
91
|
+
------------------------------------------------------------------------
|
92
|
+
r574 | thomas | 2006-12-31 09:59:20 +0100 (Sun, 31 Dec 2006) | 1 line
|
93
|
+
Changed paths:
|
94
|
+
M /trunk/webgen/doc/src/documentation/gettingstarted.page
|
95
|
+
M /trunk/webgen/doc/src/documentation/index.page
|
96
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/filehandler.page
|
97
|
+
M /trunk/webgen/doc/src/download.page
|
98
|
+
M /trunk/webgen/doc/src/examples/index.page
|
99
|
+
M /trunk/webgen/doc/src/features.page
|
100
|
+
|
101
|
+
* further updates to the documentation
|
102
|
+
------------------------------------------------------------------------
|
103
|
+
r573 | thomas | 2006-12-31 09:58:49 +0100 (Sun, 31 Dec 2006) | 1 line
|
104
|
+
Changed paths:
|
105
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
106
|
+
|
107
|
+
* updated API doc
|
108
|
+
------------------------------------------------------------------------
|
109
|
+
r572 | thomas | 2006-12-31 09:19:56 +0100 (Sun, 31 Dec 2006) | 2 lines
|
110
|
+
Changed paths:
|
111
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/README
|
112
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
113
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
114
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
115
|
+
|
116
|
+
* updated API doc
|
117
|
+
* updated gallery style slide info
|
118
|
+
------------------------------------------------------------------------
|
119
|
+
r571 | thomas | 2006-12-30 10:45:29 +0100 (Sat, 30 Dec 2006) | 2 lines
|
120
|
+
Changed paths:
|
121
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
122
|
+
A /trunk/webgen/doc/src/documentation/plugins/contentconverter/xmlbuilder.page
|
123
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/xmlbuilder.rb
|
124
|
+
|
125
|
+
* added documentation for ContentConverter/XmlBuilder
|
126
|
+
* fixed missing display of handler name
|
127
|
+
------------------------------------------------------------------------
|
128
|
+
r570 | thomas | 2006-12-29 22:36:05 +0100 (Fri, 29 Dec 2006) | 1 line
|
129
|
+
Changed paths:
|
130
|
+
M /trunk/webgen/README
|
131
|
+
M /trunk/webgen/Rakefile
|
132
|
+
M /trunk/webgen/TODO
|
133
|
+
M /trunk/webgen/doc/metainfo.yaml
|
134
|
+
A /trunk/webgen/doc/src/examples
|
135
|
+
A /trunk/webgen/doc/src/examples/images
|
136
|
+
A /trunk/webgen/doc/src/examples/images/image01.jpg
|
137
|
+
A /trunk/webgen/doc/src/examples/images/image02.jpg
|
138
|
+
A /trunk/webgen/doc/src/examples/images/image03.jpg
|
139
|
+
A /trunk/webgen/doc/src/examples/images/image04.jpg
|
140
|
+
A /trunk/webgen/doc/src/examples/images/image05.jpg
|
141
|
+
A /trunk/webgen/doc/src/examples/images/image06.jpg
|
142
|
+
A /trunk/webgen/doc/src/examples/images/image07.jpg
|
143
|
+
A /trunk/webgen/doc/src/examples/images/image08.jpg
|
144
|
+
A /trunk/webgen/doc/src/examples/images/image09.jpg
|
145
|
+
A /trunk/webgen/doc/src/examples/images/image10.jpg
|
146
|
+
A /trunk/webgen/doc/src/examples/images/image11.jpg
|
147
|
+
A /trunk/webgen/doc/src/examples/images/image12.jpg
|
148
|
+
A /trunk/webgen/doc/src/examples/images/image13.jpg
|
149
|
+
A /trunk/webgen/doc/src/examples/images/image14.jpg
|
150
|
+
A /trunk/webgen/doc/src/examples/images/image15.jpg
|
151
|
+
A /trunk/webgen/doc/src/examples/images/image16.jpg
|
152
|
+
A /trunk/webgen/doc/src/examples/images/image17.jpg
|
153
|
+
A /trunk/webgen/doc/src/examples/images/image18.jpg
|
154
|
+
A /trunk/webgen/doc/src/examples/index.page
|
155
|
+
|
156
|
+
* added examples section to documentation including sample images for gallery styles
|
157
|
+
------------------------------------------------------------------------
|
158
|
+
r569 | thomas | 2006-12-29 21:11:21 +0100 (Fri, 29 Dec 2006) | 2 lines
|
159
|
+
Changed paths:
|
160
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_image.template
|
161
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/gallery_image.template
|
162
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
163
|
+
|
164
|
+
* fixed previously added methods to ThumbnailWriter
|
165
|
+
* optimized gallery style image templates
|
166
|
+
------------------------------------------------------------------------
|
167
|
+
r568 | thomas | 2006-12-29 20:20:20 +0100 (Fri, 29 Dec 2006) | 1 line
|
168
|
+
Changed paths:
|
169
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
170
|
+
|
171
|
+
* fixed bug: when thumbnailResizeMethod was invalid, no resizing was done
|
172
|
+
------------------------------------------------------------------------
|
173
|
+
r567 | thomas | 2006-12-29 14:59:12 +0100 (Fri, 29 Dec 2006) | 1 line
|
174
|
+
Changed paths:
|
175
|
+
M /trunk/webgen/doc/src/documentation/plugins/index.page
|
176
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/horizontal.page
|
177
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/horizontaldropdown.page
|
178
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/verticaldropdown.page
|
179
|
+
M /trunk/webgen/doc/src/documentation/plugins/misc/syntaxhighlighter.page
|
180
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/download.page
|
181
|
+
|
182
|
+
* added some more documentation
|
183
|
+
------------------------------------------------------------------------
|
184
|
+
r566 | thomas | 2006-12-29 14:55:42 +0100 (Fri, 29 Dec 2006) | 2 lines
|
185
|
+
Changed paths:
|
186
|
+
M /trunk/webgen/data/webgen/website_styles/andreas03/default.template
|
187
|
+
D /trunk/webgen/data/webgen/website_templates/default/config.yaml
|
188
|
+
|
189
|
+
* fixed some typos
|
190
|
+
* removed unnecessary file
|
191
|
+
------------------------------------------------------------------------
|
192
|
+
r565 | thomas | 2006-12-29 13:33:00 +0100 (Fri, 29 Dec 2006) | 1 line
|
193
|
+
Changed paths:
|
194
|
+
M /trunk/webgen/lib/webgen/website.rb
|
195
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
196
|
+
|
197
|
+
* fixed bug: webgen aborted when configuration file invalid
|
198
|
+
------------------------------------------------------------------------
|
199
|
+
r564 | thomas | 2006-12-29 10:01:05 +0100 (Fri, 29 Dec 2006) | 1 line
|
200
|
+
Changed paths:
|
201
|
+
D /trunk/webgen/doc/src/documentation/cli.page
|
202
|
+
|
203
|
+
* removed unnecessary CLI docu page
|
204
|
+
------------------------------------------------------------------------
|
205
|
+
r563 | thomas | 2006-12-29 09:59:41 +0100 (Fri, 29 Dec 2006) | 3 lines
|
206
|
+
Changed paths:
|
207
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/download.page
|
208
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/executecommand.page
|
209
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/includefile.page
|
210
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/langbar.de.page
|
211
|
+
A /trunk/webgen/doc/src/documentation/plugins/tag/langbar.fr.page
|
212
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/langbar.page
|
213
|
+
D /trunk/webgen/doc/src/documentation/plugins/tag/menu.de.page
|
214
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/menu.page
|
215
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/meta.page
|
216
|
+
D /trunk/webgen/doc/src/documentation/plugins/tag/multilang.de.page
|
217
|
+
D /trunk/webgen/doc/src/documentation/plugins/tag/multilang.fr.page
|
218
|
+
D /trunk/webgen/doc/src/documentation/plugins/tag/multilang.page
|
219
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/relocatable.page
|
220
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/resource.page
|
221
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/sitemap.page
|
222
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/wikilink.page
|
223
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
224
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
225
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
226
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
227
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
228
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
229
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
230
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
231
|
+
M /trunk/webgen/lib/webgen/plugins/tags/sitemap.rb
|
232
|
+
M /trunk/webgen/lib/webgen/plugins/tags/wikilink.rb
|
233
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
234
|
+
M /trunk/webgen/test/unittests/tc_resourcemanager.rb
|
235
|
+
M /trunk/webgen/test/unittests/tc_tags_download.rb
|
236
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
237
|
+
M /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
238
|
+
M /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
239
|
+
M /trunk/webgen/test/unittests/tc_tags_menu.rb
|
240
|
+
M /trunk/webgen/test/unittests/tc_tags_meta.rb
|
241
|
+
M /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
242
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
243
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
244
|
+
M /trunk/webgen/test/unittests/tc_tags_wikilink.rb
|
245
|
+
|
246
|
+
* fixed documenation and renaming of the rest of the tags
|
247
|
+
* removed old invalid files
|
248
|
+
* fixed test cases because of plugin renaming
|
249
|
+
------------------------------------------------------------------------
|
250
|
+
r562 | thomas | 2006-12-28 09:00:37 +0100 (Thu, 28 Dec 2006) | 2 lines
|
251
|
+
Changed paths:
|
252
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/date.page
|
253
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/default.page
|
254
|
+
M /trunk/webgen/lib/webgen/plugins/tags/date.rb
|
255
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
256
|
+
M /trunk/webgen/test/unittests/tc_tags_date.rb
|
257
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
258
|
+
|
259
|
+
* renamed Tag/Date and updated documentation for it
|
260
|
+
* fixed naming of Tag/Default
|
261
|
+
------------------------------------------------------------------------
|
262
|
+
r561 | thomas | 2006-12-28 08:41:28 +0100 (Thu, 28 Dec 2006) | 2 lines
|
263
|
+
Changed paths:
|
264
|
+
M /trunk/webgen/doc/metainfo.yaml
|
265
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/breadcrumbtrail.page
|
266
|
+
A /trunk/webgen/doc/src/documentation/plugins/tag/default.page (from /trunk/webgen/doc/src/documentation/plugins/tag/index.page:560)
|
267
|
+
D /trunk/webgen/doc/src/documentation/plugins/tag/index.page
|
268
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
269
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
270
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
271
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
272
|
+
|
273
|
+
* fixed documentation for Tag/Default and Tag/BreadcrumbTrail
|
274
|
+
* changed plugin names for Tag/Default and Tag/BreadcrumbTrail
|
275
|
+
------------------------------------------------------------------------
|
276
|
+
r560 | thomas | 2006-12-27 21:44:16 +0100 (Wed, 27 Dec 2006) | 2 lines
|
277
|
+
Changed paths:
|
278
|
+
A /trunk/webgen/doc/src/documentation/plugins/tag (from /trunk/webgen/doc/src/documentation/plugins/tags:557)
|
279
|
+
A /trunk/webgen/doc/src/documentation/plugins/tag/block.page
|
280
|
+
M /trunk/webgen/doc/src/documentation/plugins/tag/index.page
|
281
|
+
D /trunk/webgen/doc/src/documentation/plugins/tags
|
282
|
+
|
283
|
+
* added documentation for Tag/Block
|
284
|
+
* renamed directory to confirm with plugin naming
|
285
|
+
------------------------------------------------------------------------
|
286
|
+
r559 | thomas | 2006-12-27 21:43:28 +0100 (Wed, 27 Dec 2006) | 2 lines
|
287
|
+
Changed paths:
|
288
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
289
|
+
M /trunk/webgen/test/unittests/tc_tags_block.rb
|
290
|
+
|
291
|
+
* renamed block tag plugin to Tag/Block
|
292
|
+
* renamed Tag/Block:block to Tag/Block:blockName
|
293
|
+
------------------------------------------------------------------------
|
294
|
+
r558 | thomas | 2006-12-27 21:11:05 +0100 (Wed, 27 Dec 2006) | 2 lines
|
295
|
+
Changed paths:
|
296
|
+
M /trunk/webgen/doc/plugin/emoticon.rb
|
297
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/configuration.page
|
298
|
+
A /trunk/webgen/doc/src/documentation/plugins/misc (from /trunk/webgen/doc/src/documentation/plugins/miscplugins:557)
|
299
|
+
M /trunk/webgen/doc/src/documentation/plugins/misc/index.page
|
300
|
+
M /trunk/webgen/doc/src/documentation/plugins/misc/smileyreplacer.page
|
301
|
+
A /trunk/webgen/doc/src/documentation/plugins/misc/syntaxhighlighter.page
|
302
|
+
D /trunk/webgen/doc/src/documentation/plugins/miscplugins
|
303
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
304
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
305
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
306
|
+
|
307
|
+
* updated documentation for SmileyReplacer and added it for SyntaxHighlighter
|
308
|
+
* small API doc fix for Plugin.depends_on
|
309
|
+
------------------------------------------------------------------------
|
310
|
+
r557 | thomas | 2006-12-27 20:40:29 +0100 (Wed, 27 Dec 2006) | 1 line
|
311
|
+
Changed paths:
|
312
|
+
D /trunk/webgen/doc/src/documentation/plugins/menustyle/partial.page
|
313
|
+
A /trunk/webgen/doc/src/documentation/plugins/menustyle/section.page (from /trunk/webgen/doc/src/documentation/plugins/menustyle/partial.page:556)
|
314
|
+
|
315
|
+
* renamed file for correct plugin reference
|
316
|
+
------------------------------------------------------------------------
|
317
|
+
r556 | thomas | 2006-12-27 20:39:54 +0100 (Wed, 27 Dec 2006) | 1 line
|
318
|
+
Changed paths:
|
319
|
+
M /trunk/webgen/TODO
|
320
|
+
M /trunk/webgen/doc/src/default.css
|
321
|
+
M /trunk/webgen/doc/src/documentation/plugins/contentconverter/default.page
|
322
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/thumbnailwriter.page
|
323
|
+
M /trunk/webgen/doc/src/documentation/plugins/htmlvalidator/default.page
|
324
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/horizontal.page
|
325
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/horizontaldropdown.page
|
326
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/index.page
|
327
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/partial.page
|
328
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/vertical.page
|
329
|
+
M /trunk/webgen/doc/src/documentation/plugins/menustyle/verticaldropdown.page
|
330
|
+
|
331
|
+
* updated documentation of menu styles
|
332
|
+
------------------------------------------------------------------------
|
333
|
+
r555 | thomas | 2006-12-27 16:40:14 +0100 (Wed, 27 Dec 2006) | 1 line
|
334
|
+
Changed paths:
|
335
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
336
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
337
|
+
A /trunk/webgen/test/fixtures/tc_menustyles_default
|
338
|
+
A /trunk/webgen/test/fixtures/tc_menustyles_default/menustyle.rb
|
339
|
+
M /trunk/webgen/test/unittests/tc_menustyles_default.rb
|
340
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
341
|
+
|
342
|
+
* referencing parent plugin params through options hash now really works
|
343
|
+
------------------------------------------------------------------------
|
344
|
+
r554 | thomas | 2006-12-26 15:34:43 +0100 (Tue, 26 Dec 2006) | 1 line
|
345
|
+
Changed paths:
|
346
|
+
A /trunk/webgen/doc/src/documentation/plugins/menustyle (from /trunk/webgen/doc/src/documentation/plugins/menustyles:553)
|
347
|
+
D /trunk/webgen/doc/src/documentation/plugins/menustyles
|
348
|
+
|
349
|
+
* renamed to correct name
|
350
|
+
------------------------------------------------------------------------
|
351
|
+
r553 | thomas | 2006-12-24 11:15:24 +0100 (Sun, 24 Dec 2006) | 1 line
|
352
|
+
Changed paths:
|
353
|
+
D /trunk/webgen/doc/src/documentation/plugins/gallerylayouters
|
354
|
+
|
355
|
+
* removed old directory
|
356
|
+
------------------------------------------------------------------------
|
357
|
+
r552 | thomas | 2006-12-24 11:13:54 +0100 (Sun, 24 Dec 2006) | 2 lines
|
358
|
+
Changed paths:
|
359
|
+
A /trunk/webgen/doc/src/documentation/plugins/contentconverter/default.page (from /trunk/webgen/doc/src/documentation/plugins/contentconverter/index.page:551)
|
360
|
+
M /trunk/webgen/doc/src/documentation/plugins/contentconverter/html.page
|
361
|
+
D /trunk/webgen/doc/src/documentation/plugins/contentconverter/index.page
|
362
|
+
M /trunk/webgen/doc/src/documentation/plugins/contentconverter/markdown.page
|
363
|
+
M /trunk/webgen/doc/src/documentation/plugins/contentconverter/rdoc.page
|
364
|
+
M /trunk/webgen/doc/src/documentation/plugins/contentconverter/textile.page
|
365
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler.page
|
366
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/pagehandler.page
|
367
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/thumbnailwriter.page
|
368
|
+
|
369
|
+
* fixed the documentation for all content converters
|
370
|
+
* added some other documentation
|
371
|
+
------------------------------------------------------------------------
|
372
|
+
r551 | thomas | 2006-12-24 10:31:46 +0100 (Sun, 24 Dec 2006) | 1 line
|
373
|
+
Changed paths:
|
374
|
+
M /trunk/webgen/doc/metainfo.yaml
|
375
|
+
A /trunk/webgen/doc/src/documentation/plugins/contentconverter (from /trunk/webgen/doc/src/documentation/plugins/contenthandlers:548)
|
376
|
+
D /trunk/webgen/doc/src/documentation/plugins/contenthandlers
|
377
|
+
|
378
|
+
* renamed directory
|
379
|
+
------------------------------------------------------------------------
|
380
|
+
r550 | thomas | 2006-12-23 17:16:57 +0100 (Sat, 23 Dec 2006) | 1 line
|
381
|
+
Changed paths:
|
382
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/thumbnailwriter.page
|
383
|
+
A /trunk/webgen/doc/src/images/thumb_example.jpg
|
384
|
+
A /trunk/webgen/doc/src/images/thumb_example_cropped.jpg
|
385
|
+
A /trunk/webgen/doc/src/images/thumb_example_normal.jpg
|
386
|
+
|
387
|
+
* added documentation for File/ThumbnailWriter
|
388
|
+
------------------------------------------------------------------------
|
389
|
+
r549 | thomas | 2006-12-23 15:47:11 +0100 (Sat, 23 Dec 2006) | 3 lines
|
390
|
+
Changed paths:
|
391
|
+
M /trunk/webgen/doc/metainfo.yaml
|
392
|
+
M /trunk/webgen/doc/src/about.page
|
393
|
+
M /trunk/webgen/doc/src/documentation/cli.page
|
394
|
+
M /trunk/webgen/doc/src/documentation/extending_webgen.page
|
395
|
+
M /trunk/webgen/doc/src/documentation/gettingstarted.page
|
396
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/directoryhandler.page
|
397
|
+
A /trunk/webgen/doc/src/documentation/plugins/htmlvalidator (from /trunk/webgen/doc/src/documentation/plugins/htmlvalidators:534)
|
398
|
+
A /trunk/webgen/doc/src/documentation/plugins/htmlvalidator/default.page (from /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/default.page:548)
|
399
|
+
D /trunk/webgen/doc/src/documentation/plugins/htmlvalidator/index.page
|
400
|
+
R /trunk/webgen/doc/src/documentation/plugins/htmlvalidator/xmllint.page (from /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/xmllint.page:548)
|
401
|
+
D /trunk/webgen/doc/src/documentation/plugins/htmlvalidators
|
402
|
+
M /trunk/webgen/doc/src/documentation/plugins/index.page
|
403
|
+
M /trunk/webgen/doc/src/documentation/references/index.page
|
404
|
+
|
405
|
+
* moved the orderInfo keys to the metainfo file for better overview
|
406
|
+
* moved html validator pages to correct directory
|
407
|
+
* removed now old section from File/DirectoryHandler documentation
|
408
|
+
------------------------------------------------------------------------
|
409
|
+
r548 | thomas | 2006-12-23 15:45:53 +0100 (Sat, 23 Dec 2006) | 2 lines
|
410
|
+
Changed paths:
|
411
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
412
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
413
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
414
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
415
|
+
|
416
|
+
* orderInfo of directory nodes now behaves exactly like orderInfo for all other nodes - old behaviour was bad
|
417
|
+
* more flexibility for specifying paths in the source backing section of the meta info file now possible - paths are normalized after reading in the section
|
418
|
+
------------------------------------------------------------------------
|
419
|
+
r547 | thomas | 2006-12-23 15:00:00 +0100 (Sat, 23 Dec 2006) | 2 lines
|
420
|
+
Changed paths:
|
421
|
+
M /trunk/webgen/doc/metainfo.yaml
|
422
|
+
A /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/default.page (from /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/index.page:534)
|
423
|
+
D /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/index.page
|
424
|
+
M /trunk/webgen/doc/src/documentation/plugins/htmlvalidators/xmllint.page
|
425
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
426
|
+
|
427
|
+
* updated documentation for HtmlValidator/Default and HtmlValidator/xmllint
|
428
|
+
* fixed bug in Plugin.ancestor_classes
|
429
|
+
------------------------------------------------------------------------
|
430
|
+
r546 | thomas | 2006-12-23 11:04:53 +0100 (Sat, 23 Dec 2006) | 5 lines
|
431
|
+
Changed paths:
|
432
|
+
M /trunk/webgen/TODO
|
433
|
+
M /trunk/webgen/doc/src/default.css
|
434
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/page.page
|
435
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/pagehandler.page (from /trunk/webgen/doc/src/documentation/plugins/file/page.page:535)
|
436
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
437
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
438
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
439
|
+
M /trunk/webgen/lib/webgen/test.rb
|
440
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
441
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
442
|
+
|
443
|
+
* updated API documentation of FileHandler and PageHandler
|
444
|
+
* updated File/PageHandler documentation
|
445
|
+
* fixed some styling issues
|
446
|
+
* fixed GalleryHandler test case and added a new PageHandler#analyze_filename test case
|
447
|
+
* fixed test.rb sothat API doc generation via rdoc works again
|
448
|
+
------------------------------------------------------------------------
|
449
|
+
r545 | thomas | 2006-12-21 14:35:03 +0100 (Thu, 21 Dec 2006) | 1 line
|
450
|
+
Changed paths:
|
451
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler.page
|
452
|
+
|
453
|
+
* corrected invalid param names
|
454
|
+
------------------------------------------------------------------------
|
455
|
+
r544 | thomas | 2006-12-20 21:28:56 +0100 (Wed, 20 Dec 2006) | 3 lines
|
456
|
+
Changed paths:
|
457
|
+
M /trunk/webgen/TODO
|
458
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/gallery.page
|
459
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler
|
460
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/galleryhandler.page (from /trunk/webgen/doc/src/documentation/plugins/file/gallery.page:535)
|
461
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
462
|
+
|
463
|
+
* removed old gallery handler documentation files
|
464
|
+
* updated API documentation
|
465
|
+
* updated documentation page of File/GalleryHandler
|
466
|
+
------------------------------------------------------------------------
|
467
|
+
r543 | thomas | 2006-12-20 20:10:15 +0100 (Wed, 20 Dec 2006) | 1 line
|
468
|
+
Changed paths:
|
469
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
470
|
+
|
471
|
+
* added option for forcing webgen to overwrite existing files
|
472
|
+
------------------------------------------------------------------------
|
473
|
+
r542 | thomas | 2006-12-19 09:29:39 +0100 (Tue, 19 Dec 2006) | 3 lines
|
474
|
+
Changed paths:
|
475
|
+
M /trunk/webgen/TODO
|
476
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
477
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/filehandler.page
|
478
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/copyhandler.page
|
479
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/defaulthandler.page
|
480
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/template.page
|
481
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/templatehandler.page (from /trunk/webgen/doc/src/documentation/plugins/file/template.page:535)
|
482
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
483
|
+
|
484
|
+
* updated documentation for File/TemplateHandler
|
485
|
+
* fixed other documentation
|
486
|
+
* added checking and validation code to plugin and param tags
|
487
|
+
------------------------------------------------------------------------
|
488
|
+
r541 | thomas | 2006-12-18 20:57:19 +0100 (Mon, 18 Dec 2006) | 2 lines
|
489
|
+
Changed paths:
|
490
|
+
M /trunk/webgen/data/webgen/resources/images/generated_by_webgen.png
|
491
|
+
M /trunk/webgen/data/webgen/resources/images/webgen_logo.png
|
492
|
+
M /trunk/webgen/doc/src/default.template
|
493
|
+
M /trunk/webgen/otherdata/logo.svg
|
494
|
+
|
495
|
+
* create a new >>webgen logo<< and a >>generated by webgen<< image
|
496
|
+
* added webgen images to documentation pages
|
497
|
+
------------------------------------------------------------------------
|
498
|
+
r540 | thomas | 2006-12-18 10:21:52 +0100 (Mon, 18 Dec 2006) | 2 lines
|
499
|
+
Changed paths:
|
500
|
+
M /trunk/webgen/TODO
|
501
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
502
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/directoryhandler.page
|
503
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
504
|
+
|
505
|
+
* fixed documentation for File/DirectoryHandler
|
506
|
+
* fixed output of default meta information for file handler plugins
|
507
|
+
------------------------------------------------------------------------
|
508
|
+
r539 | thomas | 2006-12-18 09:54:11 +0100 (Mon, 18 Dec 2006) | 1 line
|
509
|
+
Changed paths:
|
510
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/copy.page
|
511
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/copyhandler.page (from /trunk/webgen/doc/src/documentation/plugins/file/copy.page:538)
|
512
|
+
|
513
|
+
* renamed copy page to reflect plugin name correctly
|
514
|
+
------------------------------------------------------------------------
|
515
|
+
r538 | thomas | 2006-12-18 09:52:02 +0100 (Mon, 18 Dec 2006) | 4 lines
|
516
|
+
Changed paths:
|
517
|
+
M /trunk/webgen/doc/src/default.template
|
518
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/configuration.page
|
519
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/index.page
|
520
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/resourcemanager.page
|
521
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/tagprocessor.page
|
522
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/backing.page
|
523
|
+
M /trunk/webgen/doc/src/documentation/plugins/file/copy.page
|
524
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
525
|
+
|
526
|
+
* page menu now only appears if it is not empty
|
527
|
+
* added documentation for File/CopyHandler
|
528
|
+
* removed superfluous documentation of BackingFileHandler
|
529
|
+
* added anchors for inpage menu to already fixed documentation pages
|
530
|
+
------------------------------------------------------------------------
|
531
|
+
r537 | thomas | 2006-12-16 15:09:20 +0100 (Sat, 16 Dec 2006) | 4 lines
|
532
|
+
Changed paths:
|
533
|
+
M /trunk/webgen/doc/metainfo.yaml
|
534
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
535
|
+
M /trunk/webgen/doc/src/default.css
|
536
|
+
M /trunk/webgen/doc/src/default.template
|
537
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/filehandler.page
|
538
|
+
A /trunk/webgen/doc/src/documentation/plugins/file/defaulthandler.page (from /trunk/webgen/doc/src/documentation/plugins/file/index.page:535)
|
539
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/index.page
|
540
|
+
A /trunk/webgen/doc/src/images/node_diagram.svg
|
541
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
542
|
+
|
543
|
+
* renamed index page for file plugins section
|
544
|
+
* updated documentation on Core/FileHandler and File/DefaultHandler
|
545
|
+
* updated the default template to include a page menu, added css styles for it
|
546
|
+
* updated the documentation plugins
|
547
|
+
------------------------------------------------------------------------
|
548
|
+
r536 | thomas | 2006-12-16 14:28:26 +0100 (Sat, 16 Dec 2006) | 1 line
|
549
|
+
Changed paths:
|
550
|
+
M /trunk/webgen/data/webgen/website_styles/default/default.css
|
551
|
+
|
552
|
+
* fixed bug #6553: typo
|
553
|
+
------------------------------------------------------------------------
|
554
|
+
r535 | thomas | 2006-11-23 19:19:02 +0100 (Thu, 23 Nov 2006) | 1 line
|
555
|
+
Changed paths:
|
556
|
+
A /trunk/webgen/doc/src/documentation/plugins/file (from /trunk/webgen/doc/src/documentation/plugins/filehandlers:461)
|
557
|
+
R /trunk/webgen/doc/src/documentation/plugins/file/index.page (from /trunk/webgen/doc/src/documentation/plugins/filehandlers/index.page:534)
|
558
|
+
R /trunk/webgen/doc/src/documentation/plugins/file/page.page (from /trunk/webgen/doc/src/documentation/plugins/filehandlers/page.page:534)
|
559
|
+
D /trunk/webgen/doc/src/documentation/plugins/file/pagehandler
|
560
|
+
D /trunk/webgen/doc/src/documentation/plugins/filehandlers
|
561
|
+
|
562
|
+
* renamed filehandler directory to file to support automatic plugin documentation lookup
|
563
|
+
------------------------------------------------------------------------
|
564
|
+
r534 | thomas | 2006-11-23 19:16:11 +0100 (Thu, 23 Nov 2006) | 5 lines
|
565
|
+
Changed paths:
|
566
|
+
M /trunk/webgen/TODO
|
567
|
+
M /trunk/webgen/doc/config.yaml
|
568
|
+
A /trunk/webgen/doc/metainfo.yaml
|
569
|
+
D /trunk/webgen/doc/plugin/clidesc.rb
|
570
|
+
M /trunk/webgen/doc/plugin/emoticon.rb
|
571
|
+
M /trunk/webgen/doc/plugin/extension.rb
|
572
|
+
M /trunk/webgen/doc/plugin/listpluginparameters.rb
|
573
|
+
M /trunk/webgen/doc/plugin/resources.rb
|
574
|
+
D /trunk/webgen/doc/plugin/source.rb
|
575
|
+
M /trunk/webgen/doc/src/default.css
|
576
|
+
M /trunk/webgen/doc/src/default.template
|
577
|
+
A /trunk/webgen/doc/src/documentation/plugins/core (from /trunk/webgen/doc/src/documentation/plugins/coreplugins:461)
|
578
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/configuration.page
|
579
|
+
A /trunk/webgen/doc/src/documentation/plugins/core/filehandler.page
|
580
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/index.page
|
581
|
+
D /trunk/webgen/doc/src/documentation/plugins/core/logging.page
|
582
|
+
M /trunk/webgen/doc/src/documentation/plugins/core/resourcemanager.page
|
583
|
+
A /trunk/webgen/doc/src/documentation/plugins/core/tagprocessor.page
|
584
|
+
D /trunk/webgen/doc/src/documentation/plugins/coreplugins
|
585
|
+
M /trunk/webgen/doc/src/documentation/plugins/filehandlers/index.page
|
586
|
+
M /trunk/webgen/doc/src/documentation/plugins/filehandlers/page.page
|
587
|
+
D /trunk/webgen/doc/src/documentation/plugins/filehandlers/pagehandler
|
588
|
+
M /trunk/webgen/doc/src/documentation/plugins/tags/index.page
|
589
|
+
D /trunk/webgen/doc/src/documentation/webgen_gallery_editor.page
|
590
|
+
D /trunk/webgen/doc/src/images/screenshots
|
591
|
+
D /trunk/webgen/doc/src/meta.info
|
592
|
+
A /trunk/webgen/doc/src/plugin.template
|
593
|
+
D /trunk/webgen/doc/src/screenshots.gallery
|
594
|
+
|
595
|
+
* removed old and unnecessary documentation pages
|
596
|
+
* updated the documentation for the core plugins
|
597
|
+
* rewrote all plugins to work again
|
598
|
+
* removed everything related to the gallery editor as it will not be supported anymore
|
599
|
+
* updated TODO file
|
600
|
+
------------------------------------------------------------------------
|
601
|
+
r533 | thomas | 2006-11-23 07:24:04 +0100 (Thu, 23 Nov 2006) | 3 lines
|
602
|
+
Changed paths:
|
603
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
604
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
605
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
606
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
607
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
608
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
609
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
610
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
611
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
612
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
613
|
+
M /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
614
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
615
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
616
|
+
|
617
|
+
* added new param DefaultHandler:linkToCurrentPage, added and adjusted test cases
|
618
|
+
* updated langbar tag to use new :resolve_lang_node symbol
|
619
|
+
* updates to PageHandler and DirectoryHandler to handle new :resolve_lang_node directive
|
620
|
+
------------------------------------------------------------------------
|
621
|
+
r532 | thomas | 2006-11-19 16:26:15 +0100 (Sun, 19 Nov 2006) | 3 lines
|
622
|
+
Changed paths:
|
623
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
624
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
625
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
626
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
627
|
+
|
628
|
+
* fixed test cases
|
629
|
+
* added more documentation to ResourceManager and its support classes
|
630
|
+
* moved default plugin loading mechanism into method
|
631
|
+
------------------------------------------------------------------------
|
632
|
+
r531 | thomas | 2006-11-17 18:56:14 +0100 (Fri, 17 Nov 2006) | 1 line
|
633
|
+
Changed paths:
|
634
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/README
|
635
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/collage.rb
|
636
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
637
|
+
M /trunk/webgen/lib/webgen/config.rb
|
638
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/default.rb
|
639
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/html.rb
|
640
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/markdown.rb
|
641
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/rdoc.rb
|
642
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/textile.rb
|
643
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/xmlbuilder.rb
|
644
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
645
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
646
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
647
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
648
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
649
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
650
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
651
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
652
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/default.rb
|
653
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/xmllint.rb
|
654
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
655
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
656
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
657
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/section.rb
|
658
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
659
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
660
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
661
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
662
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/treewalker.rb
|
663
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
664
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
665
|
+
M /trunk/webgen/lib/webgen/plugins/tags/date.rb
|
666
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
667
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
668
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
669
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
670
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
671
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
672
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
673
|
+
M /trunk/webgen/lib/webgen/plugins/tags/sitemap.rb
|
674
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
675
|
+
M /trunk/webgen/lib/webgen/plugins/tags/wikilink.rb
|
676
|
+
|
677
|
+
* added author info to all plugins
|
678
|
+
------------------------------------------------------------------------
|
679
|
+
r530 | thomas | 2006-11-17 18:30:09 +0100 (Fri, 17 Nov 2006) | 1 line
|
680
|
+
Changed paths:
|
681
|
+
M /trunk/webgen/TODO
|
682
|
+
M /trunk/webgen/dev_notes
|
683
|
+
|
684
|
+
* just checking in to show the progress...
|
685
|
+
------------------------------------------------------------------------
|
686
|
+
r529 | thomas | 2006-11-17 18:28:26 +0100 (Fri, 17 Nov 2006) | 2 lines
|
687
|
+
Changed paths:
|
688
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
689
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
690
|
+
|
691
|
+
* fixed syntax highlighter to use new coderay syntax
|
692
|
+
* updated GalleryHandler: custom layouter plugin can now be used, fixed variable names, enhanced ThumbnailWriter plugin, fixed exif bug, modified gallery info data structure
|
693
|
+
------------------------------------------------------------------------
|
694
|
+
r528 | thomas | 2006-11-17 16:23:44 +0100 (Fri, 17 Nov 2006) | 2 lines
|
695
|
+
Changed paths:
|
696
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
697
|
+
M /trunk/webgen/lib/webgen/website.rb
|
698
|
+
|
699
|
+
* added output of plugin author to show config command
|
700
|
+
* enhanced gallery styles insofar that they can now specify which files are plugins and not templates in the README file
|
701
|
+
------------------------------------------------------------------------
|
702
|
+
r527 | thomas | 2006-11-17 16:20:43 +0100 (Fri, 17 Nov 2006) | 1 line
|
703
|
+
Changed paths:
|
704
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/gallery_gallery.template
|
705
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/gallery_image.template
|
706
|
+
M /trunk/webgen/data/webgen/gallery_styles/slides/gallery_main.template
|
707
|
+
|
708
|
+
* added check to prevent errors when option layouter is not set to slides
|
709
|
+
------------------------------------------------------------------------
|
710
|
+
r526 | thomas | 2006-11-12 10:35:03 +0100 (Sun, 12 Nov 2006) | 1 line
|
711
|
+
Changed paths:
|
712
|
+
M /trunk/webgen/README
|
713
|
+
M /trunk/webgen/Rakefile
|
714
|
+
M /trunk/webgen/bin/webgen
|
715
|
+
|
716
|
+
* small changes
|
717
|
+
------------------------------------------------------------------------
|
718
|
+
r525 | thomas | 2006-11-12 10:31:12 +0100 (Sun, 12 Nov 2006) | 2 lines
|
719
|
+
Changed paths:
|
720
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/README
|
721
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides
|
722
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides/README
|
723
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides/collage.rb
|
724
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides/gallery_gallery.template
|
725
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides/gallery_image.template
|
726
|
+
A /trunk/webgen/data/webgen/gallery_styles/slides/gallery_main.template
|
727
|
+
M /trunk/webgen/data/webgen/website_styles/1024px/README
|
728
|
+
M /trunk/webgen/data/webgen/website_styles/andreas00/README
|
729
|
+
M /trunk/webgen/data/webgen/website_styles/andreas01/README
|
730
|
+
M /trunk/webgen/data/webgen/website_styles/andreas03/README
|
731
|
+
M /trunk/webgen/data/webgen/website_styles/andreas04/README
|
732
|
+
M /trunk/webgen/data/webgen/website_styles/andreas05/README
|
733
|
+
M /trunk/webgen/data/webgen/website_styles/andreas06/README
|
734
|
+
M /trunk/webgen/data/webgen/website_styles/andreas07/README
|
735
|
+
M /trunk/webgen/data/webgen/website_styles/andreas08/README
|
736
|
+
M /trunk/webgen/data/webgen/website_styles/andreas09/README
|
737
|
+
M /trunk/webgen/data/webgen/website_styles/default/README
|
738
|
+
M /trunk/webgen/data/webgen/website_styles/plain/README
|
739
|
+
M /trunk/webgen/data/webgen/website_templates/default/README
|
740
|
+
M /trunk/webgen/data/webgen/website_templates/personal_hp/README
|
741
|
+
M /trunk/webgen/data/webgen/website_templates/project/README
|
742
|
+
|
743
|
+
* added a new gallery style
|
744
|
+
* updated README files to use author key instead of creator key
|
745
|
+
------------------------------------------------------------------------
|
746
|
+
r524 | thomas | 2006-10-18 08:30:43 +0200 (Wed, 18 Oct 2006) | 8 lines
|
747
|
+
Changed paths:
|
748
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
749
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
750
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/default.rb
|
751
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/html.rb
|
752
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/markdown.rb
|
753
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/rdoc.rb
|
754
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/textile.rb
|
755
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/xmlbuilder.rb
|
756
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
757
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
758
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
759
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
760
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
761
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
762
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
763
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
764
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/default.rb
|
765
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/xmllint.rb
|
766
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
767
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
768
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
769
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/section.rb
|
770
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
771
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
772
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
773
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
774
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
775
|
+
M /trunk/webgen/lib/webgen/test.rb
|
776
|
+
M /trunk/webgen/lib/webgen/website.rb
|
777
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
778
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
779
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
780
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
781
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
782
|
+
|
783
|
+
* modified Plugin.plugin_name: can only be used to return the plugin name
|
784
|
+
* plugin name can now be set via infos[:name]
|
785
|
+
* updated all plugins and test cases to use the new scheme
|
786
|
+
* modified PluginManager#param_for_plugin and PluginManager#plugin_class_for_name to only accept strings and not classes anymore
|
787
|
+
* redid plugin param handling: now no exceptions are raised if a value is not set in a plugin config but a standardized value is passed
|
788
|
+
* added caching of param values, but currently not activated
|
789
|
+
* removed all TODO items in source files
|
790
|
+
* added some API documentation
|
791
|
+
------------------------------------------------------------------------
|
792
|
+
r523 | thomas | 2006-10-18 07:32:32 +0200 (Wed, 18 Oct 2006) | 2 lines
|
793
|
+
Changed paths:
|
794
|
+
M /trunk/webgen/lib/webgen/node.rb
|
795
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
796
|
+
|
797
|
+
* modified Node to precalculate the full_path, absolute_path and to_url when the path or the parent changes - gives a huge speed boost
|
798
|
+
* fixed a typo in the test case
|
799
|
+
------------------------------------------------------------------------
|
800
|
+
r522 | thomas | 2006-10-07 14:38:58 +0200 (Sat, 07 Oct 2006) | 6 lines
|
801
|
+
Changed paths:
|
802
|
+
M /trunk/webgen/lib/webgen/node.rb
|
803
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
804
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
805
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
806
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
807
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
808
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
809
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
810
|
+
|
811
|
+
* fixed Node#resolve_node to also work with absolute URLs (like http://...)
|
812
|
+
* fixed menu tree generation to also include nodes that have no meta info lang but inMenu set to true
|
813
|
+
* added a description of how to achieve a <<static menu>> with webgen
|
814
|
+
* updated menu styles: removed direct use of node_info[:node] where not necessary
|
815
|
+
* updated FileHandler: extracted node checking into own method
|
816
|
+
* fixed handling of output backing section in FileHandler: now it is tried to resolve the URL first, so that correct output file is referenced
|
817
|
+
------------------------------------------------------------------------
|
818
|
+
r521 | thomas | 2006-10-06 22:01:59 +0200 (Fri, 06 Oct 2006) | 1 line
|
819
|
+
Changed paths:
|
820
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
821
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/backing_empty
|
822
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/backing_empty/metainfo.yaml
|
823
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
824
|
+
|
825
|
+
* fixed handling of empty sections in meta info backing file
|
826
|
+
------------------------------------------------------------------------
|
827
|
+
r520 | thomas | 2006-10-05 18:47:26 +0200 (Thu, 05 Oct 2006) | 1 line
|
828
|
+
Changed paths:
|
829
|
+
M /trunk/webgen/lib/webgen/node.rb
|
830
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
831
|
+
|
832
|
+
* updated Node#route_to so that it handles .. and . better
|
833
|
+
------------------------------------------------------------------------
|
834
|
+
r519 | thomas | 2006-09-30 19:44:25 +0200 (Sat, 30 Sep 2006) | 1 line
|
835
|
+
Changed paths:
|
836
|
+
M /trunk/webgen/lib/webgen/content.rb
|
837
|
+
|
838
|
+
* now the compiled ERB template is stored for faster evaluation in HtmlBlock#render_with_erb
|
839
|
+
------------------------------------------------------------------------
|
840
|
+
r518 | thomas | 2006-09-30 18:47:43 +0200 (Sat, 30 Sep 2006) | 2 lines
|
841
|
+
Changed paths:
|
842
|
+
M /trunk/webgen/lib/webgen/content.rb
|
843
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
844
|
+
M /trunk/webgen/test/unittests/tc_content.rb
|
845
|
+
|
846
|
+
* changed my mind: textile should stay default content format
|
847
|
+
* simplified blocks meta info, is now array of arrays
|
848
|
+
------------------------------------------------------------------------
|
849
|
+
r517 | thomas | 2006-09-30 18:23:32 +0200 (Sat, 30 Sep 2006) | 2 lines
|
850
|
+
Changed paths:
|
851
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
852
|
+
|
853
|
+
* added new commands: <check config> and <check libs>
|
854
|
+
* updated CliUtils and Color to make their use easier
|
855
|
+
------------------------------------------------------------------------
|
856
|
+
r516 | thomas | 2006-09-30 18:21:00 +0200 (Sat, 30 Sep 2006) | 5 lines
|
857
|
+
Changed paths:
|
858
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
859
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/markdown.rb
|
860
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/textile.rb
|
861
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/xmlbuilder.rb
|
862
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
863
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
864
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
865
|
+
M /trunk/webgen/lib/webgen/test.rb
|
866
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
867
|
+
M /trunk/webgen/test/unittests/tc_syntax_highlighter.rb
|
868
|
+
|
869
|
+
* added support for exif data in image galleries
|
870
|
+
* added method PluginManager#optional_part to easily get the options for an optional plugin part
|
871
|
+
* fixed loading optional plugin parts by using the new load_optional_part method
|
872
|
+
* changed default content format to html as textile is optional
|
873
|
+
* updated test cases
|
874
|
+
------------------------------------------------------------------------
|
875
|
+
r515 | thomas | 2006-09-30 11:34:57 +0200 (Sat, 30 Sep 2006) | 1 line
|
876
|
+
Changed paths:
|
877
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
878
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
879
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
880
|
+
|
881
|
+
* modified loading of optional parts so that they get registered by a PluginLoader
|
882
|
+
------------------------------------------------------------------------
|
883
|
+
r514 | thomas | 2006-09-30 10:18:08 +0200 (Sat, 30 Sep 2006) | 1 line
|
884
|
+
Changed paths:
|
885
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
886
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
887
|
+
A /trunk/webgen/test/fixtures/sample_site/src/embedded.rhtml
|
888
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
889
|
+
|
890
|
+
* added handling of files which should be preprocessed by ERB like .rhtml and .rcss
|
891
|
+
------------------------------------------------------------------------
|
892
|
+
r513 | thomas | 2006-09-30 09:30:51 +0200 (Sat, 30 Sep 2006) | 1 line
|
893
|
+
Changed paths:
|
894
|
+
A /trunk/webgen/lib/webgen/plugins/contentconverters/xmlbuilder.rb
|
895
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_xmlbuilder.rb
|
896
|
+
|
897
|
+
* implemented new content converter using the builder library and added tests
|
898
|
+
------------------------------------------------------------------------
|
899
|
+
r512 | thomas | 2006-09-18 16:56:12 +0200 (Mon, 18 Sep 2006) | 1 line
|
900
|
+
Changed paths:
|
901
|
+
M /trunk/webgen/lib/webgen/website.rb
|
902
|
+
M /trunk/webgen/test/fixtures/tc_website/correct.yaml
|
903
|
+
A /trunk/webgen/test/fixtures/tc_website/meta_info_test.yaml
|
904
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
905
|
+
|
906
|
+
* updated format of configuration file so that the default meta information for file handlers can be set easily
|
907
|
+
------------------------------------------------------------------------
|
908
|
+
r511 | thomas | 2006-09-18 11:23:48 +0200 (Mon, 18 Sep 2006) | 1 line
|
909
|
+
Changed paths:
|
910
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
911
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
912
|
+
|
913
|
+
* fixed bug which was found when running test suite on windows
|
914
|
+
------------------------------------------------------------------------
|
915
|
+
r510 | thomas | 2006-09-18 09:26:52 +0200 (Mon, 18 Sep 2006) | 1 line
|
916
|
+
Changed paths:
|
917
|
+
M /trunk/webgen/test/fixtures/sample_site/src/default.template
|
918
|
+
M /trunk/webgen/test/fixtures/sample_site/src/file2.de.page
|
919
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
920
|
+
|
921
|
+
* implemented test for PageHandler#render_node
|
922
|
+
------------------------------------------------------------------------
|
923
|
+
r509 | thomas | 2006-09-18 09:07:24 +0200 (Mon, 18 Sep 2006) | 3 lines
|
924
|
+
Changed paths:
|
925
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
926
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/section.rb
|
927
|
+
M /trunk/webgen/test/unittests/tc_menustyles_horizontal.rb
|
928
|
+
M /trunk/webgen/test/unittests/tc_menustyles_horizontal_dropdown.rb
|
929
|
+
M /trunk/webgen/test/unittests/tc_menustyles_section.rb
|
930
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical_dropdown.rb
|
931
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
932
|
+
|
933
|
+
* updated section menu style
|
934
|
+
* modified the loading process of the basic plugin classes sothat testing gets easier
|
935
|
+
* updated WebSite and section menu style test case
|
936
|
+
------------------------------------------------------------------------
|
937
|
+
r508 | thomas | 2006-09-16 21:42:17 +0200 (Sat, 16 Sep 2006) | 1 line
|
938
|
+
Changed paths:
|
939
|
+
M /trunk/webgen/data/webgen/website_styles/andreas01/default.css
|
940
|
+
|
941
|
+
* fixed spelling bug
|
942
|
+
------------------------------------------------------------------------
|
943
|
+
r507 | thomas | 2006-09-16 21:32:20 +0200 (Sat, 16 Sep 2006) | 1 line
|
944
|
+
Changed paths:
|
945
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
946
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
947
|
+
|
948
|
+
* added possibility of adding attributes to links
|
949
|
+
------------------------------------------------------------------------
|
950
|
+
r506 | thomas | 2006-09-16 20:56:11 +0200 (Sat, 16 Sep 2006) | 1 line
|
951
|
+
Changed paths:
|
952
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
953
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
954
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
955
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
956
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
957
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
958
|
+
M /trunk/webgen/lib/webgen/website.rb
|
959
|
+
|
960
|
+
* updated logging statements of level info
|
961
|
+
------------------------------------------------------------------------
|
962
|
+
r505 | thomas | 2006-09-11 12:55:53 +0200 (Mon, 11 Sep 2006) | 1 line
|
963
|
+
Changed paths:
|
964
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
965
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
966
|
+
M /trunk/webgen/lib/webgen/website.rb
|
967
|
+
|
968
|
+
* added optional rendering of specified files instead of all files
|
969
|
+
------------------------------------------------------------------------
|
970
|
+
r504 | thomas | 2006-09-11 10:17:23 +0200 (Mon, 11 Sep 2006) | 4 lines
|
971
|
+
Changed paths:
|
972
|
+
M /trunk/webgen/data/webgen/website_styles/1024px/default.template
|
973
|
+
M /trunk/webgen/data/webgen/website_styles/andreas03/default.template
|
974
|
+
M /trunk/webgen/data/webgen/website_styles/andreas04/default.template
|
975
|
+
M /trunk/webgen/data/webgen/website_styles/andreas05/default.template
|
976
|
+
M /trunk/webgen/data/webgen/website_styles/andreas06/default.css
|
977
|
+
M /trunk/webgen/data/webgen/website_styles/andreas06/default.template
|
978
|
+
M /trunk/webgen/data/webgen/website_styles/andreas07/default.template
|
979
|
+
M /trunk/webgen/data/webgen/website_styles/andreas08/default.template
|
980
|
+
M /trunk/webgen/data/webgen/website_styles/andreas09/default.template
|
981
|
+
M /trunk/webgen/data/webgen/website_styles/plain/default.css
|
982
|
+
M /trunk/webgen/data/webgen/website_styles/plain/default.template
|
983
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
984
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/section.rb
|
985
|
+
M /trunk/webgen/lib/webgen/website.rb
|
986
|
+
|
987
|
+
* fixed usage of old subtreeLevel param for vertical menu in templates
|
988
|
+
* enhanced the plain and andreas06 website styles to include a submenu
|
989
|
+
* the CLI now prints the copied/created files if the verbosity level is set to 0 or 1
|
990
|
+
* changed the parameter name MenuStyle/Section:subtreeLevel to MenuStyle/Section:maxLevels
|
991
|
+
------------------------------------------------------------------------
|
992
|
+
r503 | thomas | 2006-09-10 21:27:56 +0200 (Sun, 10 Sep 2006) | 4 lines
|
993
|
+
Changed paths:
|
994
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
995
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
996
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
997
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
998
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
999
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
1000
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir2
|
1001
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir2/file21.page
|
1002
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1003
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
1004
|
+
M /trunk/webgen/test/unittests/tc_tags_menu.rb
|
1005
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1006
|
+
|
1007
|
+
* removed pure styling entries form webgen-css resource
|
1008
|
+
* fixed statements in PluginManager, TagProcessor and FileHandler where old class.name instead of new class.plugin_name was used
|
1009
|
+
* feature enhanced the vertical menu style with a new parameter startLevel, renamed other parameters
|
1010
|
+
* had to fix some test cases as I added a new directory and file to the sample site
|
1011
|
+
------------------------------------------------------------------------
|
1012
|
+
r502 | thomas | 2006-09-10 08:50:19 +0200 (Sun, 10 Sep 2006) | 1 line
|
1013
|
+
Changed paths:
|
1014
|
+
A /trunk/webgen/data/webgen/website_styles/plain
|
1015
|
+
A /trunk/webgen/data/webgen/website_styles/plain/README
|
1016
|
+
A /trunk/webgen/data/webgen/website_styles/plain/default.css
|
1017
|
+
A /trunk/webgen/data/webgen/website_styles/plain/default.template
|
1018
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images
|
1019
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/a_hover.jpg
|
1020
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/desc.jpg
|
1021
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/li.gif
|
1022
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/mainbar.jpg
|
1023
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/menu.jpg
|
1024
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/submenua.gif
|
1025
|
+
A /trunk/webgen/data/webgen/website_styles/plain/images/submenua_hover.jpg
|
1026
|
+
|
1027
|
+
* added opensource website style plain
|
1028
|
+
------------------------------------------------------------------------
|
1029
|
+
r501 | thomas | 2006-09-09 19:25:43 +0200 (Sat, 09 Sep 2006) | 4 lines
|
1030
|
+
Changed paths:
|
1031
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
1032
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1033
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/default.rb
|
1034
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/html.rb
|
1035
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/markdown.rb
|
1036
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/rdoc.rb
|
1037
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/textile.rb
|
1038
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
1039
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1040
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
1041
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1042
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1043
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1044
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1045
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1046
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/default.rb
|
1047
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/xmllint.rb
|
1048
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
1049
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
1050
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
1051
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/section.rb
|
1052
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
1053
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
1054
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
1055
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
1056
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
1057
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
1058
|
+
M /trunk/webgen/lib/webgen/plugins/tags/date.rb
|
1059
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
1060
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1061
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
1062
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
1063
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
1064
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
1065
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
1066
|
+
M /trunk/webgen/lib/webgen/plugins/tags/sitemap.rb
|
1067
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
1068
|
+
M /trunk/webgen/lib/webgen/plugins/tags/wikilink.rb
|
1069
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1070
|
+
M /trunk/webgen/lib/webgen/website.rb
|
1071
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
1072
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
1073
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin2.rb
|
1074
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_default.rb
|
1075
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_html.rb
|
1076
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_markdown.rb
|
1077
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_rdoc.rb
|
1078
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_textile.rb
|
1079
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
1080
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1081
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1082
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1083
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1084
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1085
|
+
M /trunk/webgen/test/unittests/tc_htmlvalidators_default.rb
|
1086
|
+
M /trunk/webgen/test/unittests/tc_htmlvalidators_xmllint.rb
|
1087
|
+
M /trunk/webgen/test/unittests/tc_menustyles_default.rb
|
1088
|
+
M /trunk/webgen/test/unittests/tc_menustyles_horizontal.rb
|
1089
|
+
M /trunk/webgen/test/unittests/tc_menustyles_horizontal_dropdown.rb
|
1090
|
+
M /trunk/webgen/test/unittests/tc_menustyles_section.rb
|
1091
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
1092
|
+
M /trunk/webgen/test/unittests/tc_menustyles_vertical_dropdown.rb
|
1093
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
1094
|
+
M /trunk/webgen/test/unittests/tc_resourcemanager.rb
|
1095
|
+
M /trunk/webgen/test/unittests/tc_smileyreplacer.rb
|
1096
|
+
M /trunk/webgen/test/unittests/tc_syntax_highlighter.rb
|
1097
|
+
M /trunk/webgen/test/unittests/tc_tags_block.rb
|
1098
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1099
|
+
M /trunk/webgen/test/unittests/tc_tags_date.rb
|
1100
|
+
M /trunk/webgen/test/unittests/tc_tags_download.rb
|
1101
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1102
|
+
M /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
1103
|
+
M /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
1104
|
+
M /trunk/webgen/test/unittests/tc_tags_menu.rb
|
1105
|
+
M /trunk/webgen/test/unittests/tc_tags_meta.rb
|
1106
|
+
M /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
1107
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1108
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
1109
|
+
M /trunk/webgen/test/unittests/tc_tags_wikilink.rb
|
1110
|
+
M /trunk/webgen/test/unittests/tc_treewalker.rb
|
1111
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
1112
|
+
|
1113
|
+
* implemented new plugin naming scheme which is independent from class name
|
1114
|
+
* fixed bug where loading of a website was not completely encapsulated, now every plugin is loaded into a module to avoid polluting the global namespace, reloading of a website without restarting possible
|
1115
|
+
* refactored the code for site specific command plugins sothat they are available again
|
1116
|
+
* some other minor fixes were also incorporated
|
1117
|
+
------------------------------------------------------------------------
|
1118
|
+
r500 | thomas | 2006-09-07 20:07:31 +0200 (Thu, 07 Sep 2006) | 1 line
|
1119
|
+
Changed paths:
|
1120
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09
|
1121
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/README
|
1122
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/default.css
|
1123
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/default.template
|
1124
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images
|
1125
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg-black.jpg
|
1126
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg-green.jpg
|
1127
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg-orange.jpg
|
1128
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg-purple.jpg
|
1129
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg-red.jpg
|
1130
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/bodybg.jpg
|
1131
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/footerbg.jpg
|
1132
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover-black.jpg
|
1133
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover-green.jpg
|
1134
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover-orange.jpg
|
1135
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover-purple.jpg
|
1136
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover-red.jpg
|
1137
|
+
A /trunk/webgen/data/webgen/website_styles/andreas09/images/menuhover.jpg
|
1138
|
+
|
1139
|
+
* added website style andreas09
|
1140
|
+
------------------------------------------------------------------------
|
1141
|
+
r499 | thomas | 2006-09-07 18:55:45 +0200 (Thu, 07 Sep 2006) | 1 line
|
1142
|
+
Changed paths:
|
1143
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06
|
1144
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/README
|
1145
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/default.css
|
1146
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/default.template
|
1147
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images
|
1148
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/bodybg.gif
|
1149
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/boxbg.gif
|
1150
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/greypx.gif
|
1151
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/header.jpg
|
1152
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/innerbg.gif
|
1153
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/leaves.jpg
|
1154
|
+
A /trunk/webgen/data/webgen/website_styles/andreas06/images/tabs.gif
|
1155
|
+
|
1156
|
+
* added website style andreas06
|
1157
|
+
------------------------------------------------------------------------
|
1158
|
+
r498 | thomas | 2006-09-07 14:34:40 +0200 (Thu, 07 Sep 2006) | 2 lines
|
1159
|
+
Changed paths:
|
1160
|
+
M /trunk/webgen/data/webgen/website_styles/andreas05/default.css
|
1161
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07
|
1162
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/README
|
1163
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/browserfix.css
|
1164
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/default.css
|
1165
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/default.template
|
1166
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/images
|
1167
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/images/bodybg.gif
|
1168
|
+
A /trunk/webgen/data/webgen/website_styles/andreas07/images/sidebarbg.gif
|
1169
|
+
|
1170
|
+
* added website style andreas07
|
1171
|
+
* fixed CSS file for website style andreas05
|
1172
|
+
------------------------------------------------------------------------
|
1173
|
+
r497 | thomas | 2006-09-07 12:39:32 +0200 (Thu, 07 Sep 2006) | 1 line
|
1174
|
+
Changed paths:
|
1175
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05
|
1176
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/README
|
1177
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/default.css
|
1178
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/default.template
|
1179
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/images
|
1180
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/images/bodybg.gif
|
1181
|
+
A /trunk/webgen/data/webgen/website_styles/andreas05/images/front.png
|
1182
|
+
|
1183
|
+
* added new website style andreas05
|
1184
|
+
------------------------------------------------------------------------
|
1185
|
+
r496 | thomas | 2006-09-06 20:43:27 +0200 (Wed, 06 Sep 2006) | 2 lines
|
1186
|
+
Changed paths:
|
1187
|
+
M /trunk/webgen/data/webgen/website_styles/andreas01/README
|
1188
|
+
M /trunk/webgen/data/webgen/website_styles/andreas01/default.template
|
1189
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03
|
1190
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/README
|
1191
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/default.css
|
1192
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/default.template
|
1193
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images
|
1194
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images/bodybg.png
|
1195
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images/contbg.png
|
1196
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images/footerbg.png
|
1197
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images/gradient1.png
|
1198
|
+
A /trunk/webgen/data/webgen/website_styles/andreas03/images/gradient2.png
|
1199
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04
|
1200
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/README
|
1201
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/default.css
|
1202
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/default.template
|
1203
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images
|
1204
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/blinkarrow.gif
|
1205
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/bodybg.png
|
1206
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/contentbg.png
|
1207
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/entrybg.png
|
1208
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/flash.gif
|
1209
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/flash2.gif
|
1210
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/globe.gif
|
1211
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/globebottom.gif
|
1212
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/linkarrow.gif
|
1213
|
+
A /trunk/webgen/data/webgen/website_styles/andreas04/images/menuhover.png
|
1214
|
+
A /trunk/webgen/data/webgen/website_styles/andreas08
|
1215
|
+
A /trunk/webgen/data/webgen/website_styles/andreas08/README
|
1216
|
+
A /trunk/webgen/data/webgen/website_styles/andreas08/default.css
|
1217
|
+
A /trunk/webgen/data/webgen/website_styles/andreas08/default.template
|
1218
|
+
|
1219
|
+
* added website style andreas08, andreas03 and andreas04
|
1220
|
+
* correctly indented andreas01 default.template
|
1221
|
+
------------------------------------------------------------------------
|
1222
|
+
r495 | thomas | 2006-09-06 16:44:31 +0200 (Wed, 06 Sep 2006) | 1 line
|
1223
|
+
Changed paths:
|
1224
|
+
M /trunk/webgen/data/webgen/website_styles/andreas00/default.template
|
1225
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01
|
1226
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/README
|
1227
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/default.css
|
1228
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/default.template
|
1229
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/images
|
1230
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/images/bg.gif
|
1231
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/images/front.jpg
|
1232
|
+
A /trunk/webgen/data/webgen/website_styles/andreas01/print.css
|
1233
|
+
|
1234
|
+
* added new website style andreas01
|
1235
|
+
------------------------------------------------------------------------
|
1236
|
+
r494 | thomas | 2006-09-06 12:56:35 +0200 (Wed, 06 Sep 2006) | 2 lines
|
1237
|
+
Changed paths:
|
1238
|
+
M /trunk/webgen/data/webgen/website_styles/1024px/README
|
1239
|
+
M /trunk/webgen/data/webgen/website_styles/1024px/default.template
|
1240
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00
|
1241
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/README
|
1242
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/default.css
|
1243
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/default.template
|
1244
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/images
|
1245
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/images/bg.gif
|
1246
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/images/front.jpg
|
1247
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/images/menubg.gif
|
1248
|
+
A /trunk/webgen/data/webgen/website_styles/andreas00/images/menubg2.gif
|
1249
|
+
M /trunk/webgen/data/webgen/website_styles/default/default.template
|
1250
|
+
|
1251
|
+
* added new website style andreas00
|
1252
|
+
* updated other styles for more conformity
|
1253
|
+
------------------------------------------------------------------------
|
1254
|
+
r493 | thomas | 2006-09-06 06:33:44 +0200 (Wed, 06 Sep 2006) | 2 lines
|
1255
|
+
Changed paths:
|
1256
|
+
D /trunk/webgen/data/webgen/website_styles/1024px/1024px.css
|
1257
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/default.css (from /trunk/webgen/data/webgen/website_styles/1024px/1024px.css:492)
|
1258
|
+
M /trunk/webgen/data/webgen/website_styles/1024px/default.template
|
1259
|
+
M /trunk/webgen/data/webgen/website_styles/default/default.template
|
1260
|
+
|
1261
|
+
* modified website style 1024px to include breadcrumb trail and language bar and the webgen-css resource
|
1262
|
+
* modified website style default to comply with new tag parameters and added meta tags in header
|
1263
|
+
------------------------------------------------------------------------
|
1264
|
+
r492 | thomas | 2006-09-05 16:34:58 +0200 (Tue, 05 Sep 2006) | 1 line
|
1265
|
+
Changed paths:
|
1266
|
+
A /trunk/webgen/data/webgen/website_styles/1024px
|
1267
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/1024px.css
|
1268
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/README
|
1269
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/default.template
|
1270
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/images
|
1271
|
+
A /trunk/webgen/data/webgen/website_styles/1024px/images/background.gif
|
1272
|
+
|
1273
|
+
* added opensource website style 1024px by Andreas Viklund
|
1274
|
+
------------------------------------------------------------------------
|
1275
|
+
r491 | thomas | 2006-09-04 13:16:28 +0200 (Mon, 04 Sep 2006) | 2 lines
|
1276
|
+
Changed paths:
|
1277
|
+
M /trunk/webgen/data/webgen/website_templates/default/README
|
1278
|
+
M /trunk/webgen/data/webgen/website_templates/personal_hp/README
|
1279
|
+
M /trunk/webgen/data/webgen/website_templates/project/README
|
1280
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
1281
|
+
|
1282
|
+
* new method CliUtils.dirinfo_output which is used to print dir info entries
|
1283
|
+
* fixed README files sothat the note is not in the DirectoryInfo#infos hash
|
1284
|
+
------------------------------------------------------------------------
|
1285
|
+
r490 | thomas | 2006-09-04 12:03:15 +0200 (Mon, 04 Sep 2006) | 4 lines
|
1286
|
+
Changed paths:
|
1287
|
+
M /trunk/webgen/bin/webgen
|
1288
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
1289
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1290
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1291
|
+
M /trunk/webgen/lib/webgen/website.rb
|
1292
|
+
D /trunk/webgen/lib/webgen.rb
|
1293
|
+
|
1294
|
+
* moved contents of lib/webgen.rb to lib/webgen/cli.rb
|
1295
|
+
* reimplemented the CLI, removed the clean command and added the use command
|
1296
|
+
* I have tried to line wrap most of the output of the CLI at 100 cols
|
1297
|
+
* updated WebSite class and its helpers
|
1298
|
+
------------------------------------------------------------------------
|
1299
|
+
r489 | thomas | 2006-09-04 11:18:58 +0200 (Mon, 04 Sep 2006) | 6 lines
|
1300
|
+
Changed paths:
|
1301
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/README
|
1302
|
+
M /trunk/webgen/lib/webgen/config.rb
|
1303
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1304
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
1305
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1306
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
1307
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
1308
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1309
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1310
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1311
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1312
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1313
|
+
|
1314
|
+
* added constants Webgen::SRC_DIR and Webgen::PLUGIN_DIR
|
1315
|
+
* updated all literal occurences of src with the Webgen::SRC_DIR constant
|
1316
|
+
* fixed error in GalleryFileHandler and warning in DefaultMenuStyle
|
1317
|
+
* fixed spelling error in MetaTag param description
|
1318
|
+
* updated description of CorePlugins::Configuration:srcDir param
|
1319
|
+
* updated default gallery style readme file
|
1320
|
+
------------------------------------------------------------------------
|
1321
|
+
r488 | thomas | 2006-09-02 13:58:38 +0200 (Sat, 02 Sep 2006) | 6 lines
|
1322
|
+
Changed paths:
|
1323
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1324
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1325
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1326
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
1327
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1328
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
1329
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1330
|
+
M /trunk/webgen/test/unittests/tc_languages.rb
|
1331
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1332
|
+
M /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
1333
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
1334
|
+
|
1335
|
+
* modified hook names and parameters of FileHandlers::FileHandler
|
1336
|
+
* modified hook name of FileHandlers::PageFileHandler
|
1337
|
+
* fixed some bugs in ResourceManager
|
1338
|
+
* updated used hook name in SmileyReplacer
|
1339
|
+
* added syntax highlighting capabilities to ExecuteCommandTag and IncludeFileTag
|
1340
|
+
* updated test files according to changes
|
1341
|
+
------------------------------------------------------------------------
|
1342
|
+
r487 | thomas | 2006-09-02 13:48:28 +0200 (Sat, 02 Sep 2006) | 1 line
|
1343
|
+
Changed paths:
|
1344
|
+
A /trunk/webgen/lib/webgen/plugins/miscplugins/syntax_highlighter.rb
|
1345
|
+
A /trunk/webgen/test/unittests/tc_syntax_highlighter.rb
|
1346
|
+
|
1347
|
+
* added SyntaxHighlighter plugin
|
1348
|
+
------------------------------------------------------------------------
|
1349
|
+
r486 | thomas | 2006-09-02 10:10:25 +0200 (Sat, 02 Sep 2006) | 3 lines
|
1350
|
+
Changed paths:
|
1351
|
+
M /trunk/webgen/lib/webgen/website.rb
|
1352
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
1353
|
+
|
1354
|
+
* fixed spelling errors in WebSite
|
1355
|
+
* fixed param_for_plugin so that exception is raised if param value not found
|
1356
|
+
* added setting of the value for the Configuration:websiteDir param
|
1357
|
+
------------------------------------------------------------------------
|
1358
|
+
r485 | thomas | 2006-09-02 10:07:02 +0200 (Sat, 02 Sep 2006) | 4 lines
|
1359
|
+
Changed paths:
|
1360
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1361
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1362
|
+
|
1363
|
+
* fixed create_node_from_data so that meta_info values have precedence over all other values
|
1364
|
+
* fixed render_node spelling errors and added dummy template
|
1365
|
+
* speed up for node_for_lang
|
1366
|
+
* added additional parameter lang to analyse_file_name method
|
1367
|
+
------------------------------------------------------------------------
|
1368
|
+
r484 | thomas | 2006-09-02 09:55:59 +0200 (Sat, 02 Sep 2006) | 5 lines
|
1369
|
+
Changed paths:
|
1370
|
+
M /trunk/webgen/lib/webgen/languages.rb
|
1371
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1372
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1373
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1374
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
1375
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1376
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
1377
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1378
|
+
M /trunk/webgen/test/unittests/tc_languages.rb
|
1379
|
+
M /trunk/webgen/test/unittests/tc_tags_tag_processor.rb
|
1380
|
+
|
1381
|
+
* usage of param method minimized in TemplateFileHandler, BlockTag and ExecuteCommandTag
|
1382
|
+
* implemented caching for TagProcessor#registered_tags
|
1383
|
+
* fixed bug in LanguageManager where nil keys were set
|
1384
|
+
* added check for correct language in FileHandler#create_node
|
1385
|
+
* implemented caching for HandlerPlugin#registered_handlers
|
1386
|
+
------------------------------------------------------------------------
|
1387
|
+
r483 | thomas | 2006-09-01 19:15:44 +0200 (Fri, 01 Sep 2006) | 4 lines
|
1388
|
+
Changed paths:
|
1389
|
+
M /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
1390
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
1391
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
1392
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb
|
1393
|
+
|
1394
|
+
* fixed bug in BlockTag where ERB exception were not caught
|
1395
|
+
* changed handling of mandatory parameters in DefaultTag: it is only checked if all mandatory parameters have a value, not if they are set by the user
|
1396
|
+
* fixed spelling error in MetaTag
|
1397
|
+
* fixed MenuTag to also handle invalid menu styles and empty menu trees
|
1398
|
+
------------------------------------------------------------------------
|
1399
|
+
r482 | thomas | 2006-09-01 18:50:28 +0200 (Fri, 01 Sep 2006) | 1 line
|
1400
|
+
Changed paths:
|
1401
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1402
|
+
|
1403
|
+
* fixed some bugs
|
1404
|
+
------------------------------------------------------------------------
|
1405
|
+
r481 | thomas | 2006-09-01 18:26:14 +0200 (Fri, 01 Sep 2006) | 1 line
|
1406
|
+
Changed paths:
|
1407
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1408
|
+
|
1409
|
+
* missed this file in last check in
|
1410
|
+
------------------------------------------------------------------------
|
1411
|
+
r480 | thomas | 2006-09-01 18:25:50 +0200 (Fri, 01 Sep 2006) | 4 lines
|
1412
|
+
Changed paths:
|
1413
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1414
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
1415
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
1416
|
+
|
1417
|
+
* set param Configuration:websiteDir in test base class
|
1418
|
+
* Plugin.depends_on now only accepts strings as parameter
|
1419
|
+
* removed param change_handler from Plugin.param method
|
1420
|
+
* updated Plugin test cases
|
1421
|
+
------------------------------------------------------------------------
|
1422
|
+
r479 | thomas | 2006-09-01 17:31:18 +0200 (Fri, 01 Sep 2006) | 1 line
|
1423
|
+
Changed paths:
|
1424
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1425
|
+
|
1426
|
+
* fixed get_default_template so that no endless recursion occurs
|
1427
|
+
------------------------------------------------------------------------
|
1428
|
+
r478 | thomas | 2006-09-01 17:28:48 +0200 (Fri, 01 Sep 2006) | 1 line
|
1429
|
+
Changed paths:
|
1430
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1431
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1432
|
+
|
1433
|
+
* set node_info[:src] on directory nodes
|
1434
|
+
------------------------------------------------------------------------
|
1435
|
+
r477 | thomas | 2006-09-01 15:15:35 +0200 (Fri, 01 Sep 2006) | 1 line
|
1436
|
+
Changed paths:
|
1437
|
+
D /trunk/webgen/lib/webgen/plugins/filehandlers/backing.rb
|
1438
|
+
|
1439
|
+
* deleted old file
|
1440
|
+
------------------------------------------------------------------------
|
1441
|
+
r476 | thomas | 2006-09-01 15:14:48 +0200 (Fri, 01 Sep 2006) | 2 lines
|
1442
|
+
Changed paths:
|
1443
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1444
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1445
|
+
|
1446
|
+
* added VirtualFileHandler#write_node stub to fix error
|
1447
|
+
* added possibility to set meta info on existing files using data from the output backing section of the backing file
|
1448
|
+
------------------------------------------------------------------------
|
1449
|
+
r475 | thomas | 2006-09-01 14:16:53 +0200 (Fri, 01 Sep 2006) | 1 line
|
1450
|
+
Changed paths:
|
1451
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_gallery.template
|
1452
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_image.template
|
1453
|
+
|
1454
|
+
* made gallery templates XHTML compatible
|
1455
|
+
------------------------------------------------------------------------
|
1456
|
+
r474 | thomas | 2006-09-01 11:02:12 +0200 (Fri, 01 Sep 2006) | 3 lines
|
1457
|
+
Changed paths:
|
1458
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
1459
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1460
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/backing
|
1461
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/backing/metainfo.yaml
|
1462
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
1463
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1464
|
+
|
1465
|
+
* added parameter Configuration:websiteDir which gets automatically initialized with the website directory
|
1466
|
+
* added loading of the backing file and handling of the source and output backing sections
|
1467
|
+
* all hooks are now spelled with lowercase letters, added hooks before_create_node, after_create_node, before_all_written
|
1468
|
+
------------------------------------------------------------------------
|
1469
|
+
r473 | thomas | 2006-09-01 10:04:03 +0200 (Fri, 01 Sep 2006) | 1 line
|
1470
|
+
Changed paths:
|
1471
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
1472
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
1473
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
1474
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
1475
|
+
|
1476
|
+
* corrected spelling errors
|
1477
|
+
------------------------------------------------------------------------
|
1478
|
+
r472 | thomas | 2006-08-31 21:12:00 +0200 (Thu, 31 Aug 2006) | 5 lines
|
1479
|
+
Changed paths:
|
1480
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_gallery.template
|
1481
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_image.template
|
1482
|
+
M /trunk/webgen/data/webgen/gallery_styles/default/gallery_main.template
|
1483
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1484
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1485
|
+
|
1486
|
+
* updated default gallery style templates
|
1487
|
+
* added a class for managing the main page of a gallery
|
1488
|
+
* refactored gallery info classes (created a super class with common methods)
|
1489
|
+
* fixed some issues with the naming of gallery page files
|
1490
|
+
* updated the test cases for GalleryFileHandler and GalleryInfo
|
1491
|
+
------------------------------------------------------------------------
|
1492
|
+
r471 | thomas | 2006-08-30 16:30:17 +0200 (Wed, 30 Aug 2006) | 2 lines
|
1493
|
+
Changed paths:
|
1494
|
+
M /trunk/webgen/lib/webgen/content.rb
|
1495
|
+
A /trunk/webgen/lib/webgen/plugins/tags/block.rb
|
1496
|
+
M /trunk/webgen/test/fixtures/sample_site/src/index.en.page
|
1497
|
+
M /trunk/webgen/test/fixtures/tc_content/correct.yaml
|
1498
|
+
M /trunk/webgen/test/unittests/tc_content.rb
|
1499
|
+
A /trunk/webgen/test/unittests/tc_tags_block.rb
|
1500
|
+
|
1501
|
+
* implemented the block tag for rendering content blocks
|
1502
|
+
* changed the precedence for the name and format of content blocks
|
1503
|
+
------------------------------------------------------------------------
|
1504
|
+
r470 | thomas | 2006-08-25 12:41:22 +0200 (Fri, 25 Aug 2006) | 11 lines
|
1505
|
+
Changed paths:
|
1506
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
1507
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1508
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1509
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1510
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1511
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1512
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
1513
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
1514
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1515
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1516
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1517
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1518
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1519
|
+
|
1520
|
+
* added parameter FileHandlers::FileHandler:defaultMetaInfo
|
1521
|
+
* redid FileHandler#create_node which has to be used for node creation by all plugins now, central place to create node
|
1522
|
+
* added FileHandler#meta_info_for method for retrieving default meta info for nodes for a file handler
|
1523
|
+
* DefaultFileHandler#create_node got a third mandatory parameter: default meta info
|
1524
|
+
* updated all file handlers and test files according to above changes
|
1525
|
+
* removed parameter FileHandlers::DirectoryHandler:indexFile as this can now be done via default meta info
|
1526
|
+
* fixed bug in DirNode#process_dir_index and DirNode#[] where a null dir index file was not recognized correctly
|
1527
|
+
* DirectoryHandler#recursive_create_path now creates nodes using FileHandler#create_node
|
1528
|
+
* GalleryFileHandler now creates all nodes using FileHandler#create_node
|
1529
|
+
* removed parameter FileHandlers::PageFileHandler:defaultPageMetaData as this can now be done via default meta info
|
1530
|
+
* added test cases for ThumbnailWriter class
|
1531
|
+
------------------------------------------------------------------------
|
1532
|
+
r469 | thomas | 2006-08-22 19:50:12 +0200 (Tue, 22 Aug 2006) | 1 line
|
1533
|
+
Changed paths:
|
1534
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
1535
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1536
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1537
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1538
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1539
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1540
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
1541
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1542
|
+
|
1543
|
+
* renamed handle_extension and handle_path_pattern to register_extension and register_path_pattern for more consistence
|
1544
|
+
------------------------------------------------------------------------
|
1545
|
+
r468 | thomas | 2006-08-22 19:41:38 +0200 (Tue, 22 Aug 2006) | 1 line
|
1546
|
+
Changed paths:
|
1547
|
+
M /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1548
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1549
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1550
|
+
|
1551
|
+
* fixed invalid tests which still had parameters for create_root_node
|
1552
|
+
------------------------------------------------------------------------
|
1553
|
+
r467 | thomas | 2006-08-22 19:38:27 +0200 (Tue, 22 Aug 2006) | 2 lines
|
1554
|
+
Changed paths:
|
1555
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1556
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1557
|
+
|
1558
|
+
* a rank can now be used with a file handler pattern to specify the order in which nodes are created
|
1559
|
+
* adapted test cases for new pattern rank
|
1560
|
+
------------------------------------------------------------------------
|
1561
|
+
r466 | thomas | 2006-08-21 09:23:43 +0200 (Mon, 21 Aug 2006) | 1 line
|
1562
|
+
Changed paths:
|
1563
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/treewalker.rb
|
1564
|
+
A /trunk/webgen/test/unittests/tc_treewalker.rb
|
1565
|
+
|
1566
|
+
* refactored TreeWalker plugin and added test case for it
|
1567
|
+
------------------------------------------------------------------------
|
1568
|
+
r465 | thomas | 2006-08-19 19:21:44 +0200 (Sat, 19 Aug 2006) | 1 line
|
1569
|
+
Changed paths:
|
1570
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1571
|
+
|
1572
|
+
* constants under module Webgen are now also removed if dynamically loaded in #setup
|
1573
|
+
------------------------------------------------------------------------
|
1574
|
+
r464 | thomas | 2006-08-19 18:45:40 +0200 (Sat, 19 Aug 2006) | 2 lines
|
1575
|
+
Changed paths:
|
1576
|
+
M /trunk/webgen/lib/webgen/plugins/miscplugins/smileyreplacer.rb
|
1577
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1578
|
+
A /trunk/webgen/test/unittests/tc_smileyreplacer.rb
|
1579
|
+
|
1580
|
+
* refactored plugin SmileyReplacer and added test cases for it
|
1581
|
+
* fixed Webgen::PluginTestCase class to catch errors while loading plugin files
|
1582
|
+
------------------------------------------------------------------------
|
1583
|
+
r463 | thomas | 2006-08-19 17:27:41 +0200 (Sat, 19 Aug 2006) | 1 line
|
1584
|
+
Changed paths:
|
1585
|
+
D /trunk/webgen/test/unittests/tc_tags_tags.rb
|
1586
|
+
|
1587
|
+
* missed this file in previous check-in
|
1588
|
+
------------------------------------------------------------------------
|
1589
|
+
r462 | thomas | 2006-08-19 17:23:42 +0200 (Sat, 19 Aug 2006) | 1 line
|
1590
|
+
Changed paths:
|
1591
|
+
M /trunk/webgen/doc/src/documentation/gettingstarted.page
|
1592
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1593
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
1594
|
+
M /trunk/webgen/lib/webgen/plugins/tags/date.rb
|
1595
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
1596
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1597
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
1598
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
1599
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
1600
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
1601
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
1602
|
+
M /trunk/webgen/lib/webgen/plugins/tags/sitemap.rb
|
1603
|
+
A /trunk/webgen/lib/webgen/plugins/tags/tag_processor.rb (from /trunk/webgen/lib/webgen/plugins/tags/tags.rb:459)
|
1604
|
+
D /trunk/webgen/lib/webgen/plugins/tags/tags.rb
|
1605
|
+
M /trunk/webgen/lib/webgen/plugins/tags/wikilink.rb
|
1606
|
+
A /trunk/webgen/test/fixtures/tc_tags_tag_processor (from /trunk/webgen/test/fixtures/tc_tags_tags:427)
|
1607
|
+
A /trunk/webgen/test/fixtures/tc_tags_tag_processor/test_file1 (from /trunk/webgen/test/fixtures/tc_tags_tags/test_file1:461)
|
1608
|
+
D /trunk/webgen/test/fixtures/tc_tags_tags
|
1609
|
+
A /trunk/webgen/test/unittests/tc_tags_tag_processor.rb (from /trunk/webgen/test/unittests/tc_tags_tags.rb:459)
|
1610
|
+
|
1611
|
+
* renamed tags/tags.rb to tags/tag_processor.rb and updated all test files and references
|
1612
|
+
------------------------------------------------------------------------
|
1613
|
+
r461 | thomas | 2006-08-14 14:02:58 +0200 (Mon, 14 Aug 2006) | 2 lines
|
1614
|
+
Changed paths:
|
1615
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
1616
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery
|
1617
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test.gallery
|
1618
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test1.gallery
|
1619
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test1.jpg
|
1620
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test2.jpg
|
1621
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test3.jpg
|
1622
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_gallery/test4.jpg
|
1623
|
+
A /trunk/webgen/test/unittests/tc_filehandler_gallery.rb
|
1624
|
+
|
1625
|
+
* refactored GalleryFileHandler to use new plugin framework and templates instead of ruby style files
|
1626
|
+
* added test cases and fixtures for GalleryFileHandler
|
1627
|
+
------------------------------------------------------------------------
|
1628
|
+
r460 | thomas | 2006-08-14 13:53:58 +0200 (Mon, 14 Aug 2006) | 3 lines
|
1629
|
+
Changed paths:
|
1630
|
+
M /trunk/webgen/doc/src/screenshots.gallery
|
1631
|
+
A /trunk/webgen/test/fixtures/tc_tags_tags/test_file1
|
1632
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
1633
|
+
|
1634
|
+
* removed unneeded require line in FileCopyHandler test case
|
1635
|
+
* added missing test file for TagProcessor#process test case
|
1636
|
+
* updated gallery file for documentation
|
1637
|
+
------------------------------------------------------------------------
|
1638
|
+
r459 | thomas | 2006-08-14 13:50:48 +0200 (Mon, 14 Aug 2006) | 2 lines
|
1639
|
+
Changed paths:
|
1640
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1641
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
1642
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tags.rb
|
1643
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1644
|
+
M /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
1645
|
+
M /trunk/webgen/test/unittests/tc_tags_tags.rb
|
1646
|
+
|
1647
|
+
* fixed bugs in ExecuteCommandTag and IncludeFileTag and added tests for them
|
1648
|
+
* added test for TagProcessor#process and fixed found bugs
|
1649
|
+
------------------------------------------------------------------------
|
1650
|
+
r458 | thomas | 2006-08-14 13:44:39 +0200 (Mon, 14 Aug 2006) | 1 line
|
1651
|
+
Changed paths:
|
1652
|
+
A /trunk/webgen/data/webgen/gallery_styles
|
1653
|
+
A /trunk/webgen/data/webgen/gallery_styles/default
|
1654
|
+
A /trunk/webgen/data/webgen/gallery_styles/default/README
|
1655
|
+
A /trunk/webgen/data/webgen/gallery_styles/default/gallery_gallery.template
|
1656
|
+
A /trunk/webgen/data/webgen/gallery_styles/default/gallery_image.template
|
1657
|
+
A /trunk/webgen/data/webgen/gallery_styles/default/gallery_main.template
|
1658
|
+
D /trunk/webgen/lib/webgen/plugins/gallerylayouters
|
1659
|
+
|
1660
|
+
* removed old gallery layouter files and added new gallery style templates
|
1661
|
+
------------------------------------------------------------------------
|
1662
|
+
r457 | thomas | 2006-08-14 10:19:19 +0200 (Mon, 14 Aug 2006) | 1 line
|
1663
|
+
Changed paths:
|
1664
|
+
M /trunk/webgen/lib/webgen/node.rb
|
1665
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
1666
|
+
|
1667
|
+
* added method #absolute_path which returns the absolute path for a node without the root dir path
|
1668
|
+
------------------------------------------------------------------------
|
1669
|
+
r456 | thomas | 2006-08-09 07:56:47 +0200 (Wed, 09 Aug 2006) | 2 lines
|
1670
|
+
Changed paths:
|
1671
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal.rb
|
1672
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/horizontal_dropdown.rb
|
1673
|
+
D /trunk/webgen/lib/webgen/plugins/menustyles/partial.rb
|
1674
|
+
A /trunk/webgen/lib/webgen/plugins/menustyles/section.rb (from /trunk/webgen/lib/webgen/plugins/menustyles/partial.rb:405)
|
1675
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical.rb
|
1676
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/vertical_dropdown.rb
|
1677
|
+
M /trunk/webgen/test/fixtures/sample_site/src/file1.page
|
1678
|
+
A /trunk/webgen/test/unittests/tc_menustyles_horizontal.rb
|
1679
|
+
A /trunk/webgen/test/unittests/tc_menustyles_horizontal_dropdown.rb
|
1680
|
+
A /trunk/webgen/test/unittests/tc_menustyles_section.rb
|
1681
|
+
A /trunk/webgen/test/unittests/tc_menustyles_vertical.rb
|
1682
|
+
A /trunk/webgen/test/unittests/tc_menustyles_vertical_dropdown.rb
|
1683
|
+
|
1684
|
+
* refactored all menu style plugins to use new plugin framework and added test stubs for them
|
1685
|
+
* renamed partial menu style to section menu style
|
1686
|
+
------------------------------------------------------------------------
|
1687
|
+
r455 | thomas | 2006-08-03 17:06:50 +0200 (Thu, 03 Aug 2006) | 2 lines
|
1688
|
+
Changed paths:
|
1689
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1690
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1691
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1692
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1693
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1694
|
+
M /trunk/webgen/test/unittests/tc_menustyles_default.rb
|
1695
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1696
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1697
|
+
M /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
1698
|
+
M /trunk/webgen/test/unittests/tc_tags_menu.rb
|
1699
|
+
M /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
1700
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1701
|
+
|
1702
|
+
* made execute command tag tests work
|
1703
|
+
* updated test framework so that it works without redcloth
|
1704
|
+
------------------------------------------------------------------------
|
1705
|
+
r454 | thomas | 2006-07-16 12:28:06 +0200 (Sun, 16 Jul 2006) | 2 lines
|
1706
|
+
Changed paths:
|
1707
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
1708
|
+
M /trunk/webgen/test/unittests/tc_tags_download.rb
|
1709
|
+
|
1710
|
+
* renamed class to DownloadTagTest sothat the test cases get executed correctly
|
1711
|
+
|
1712
|
+
------------------------------------------------------------------------
|
1713
|
+
r453 | thomas | 2006-07-16 10:17:58 +0200 (Sun, 16 Jul 2006) | 1 line
|
1714
|
+
Changed paths:
|
1715
|
+
M /trunk/webgen/lib/webgen/plugins/tags/download.rb
|
1716
|
+
A /trunk/webgen/test/fixtures/sample_site/src/test.jpg
|
1717
|
+
A /trunk/webgen/test/unittests/tc_tags_download.rb
|
1718
|
+
|
1719
|
+
* refactored plugin DownloadTag to use new framework and added test cases and fixtures for it
|
1720
|
+
------------------------------------------------------------------------
|
1721
|
+
r452 | thomas | 2006-07-14 17:17:08 +0200 (Fri, 14 Jul 2006) | 2 lines
|
1722
|
+
Changed paths:
|
1723
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1724
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/resourcemanager.rb
|
1725
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1726
|
+
A /trunk/webgen/test/unittests/tc_resourcemanager.rb
|
1727
|
+
|
1728
|
+
* refactored plugin ResourceManager to use new framework and added test cases
|
1729
|
+
* fixed docu in plugin.rb
|
1730
|
+
------------------------------------------------------------------------
|
1731
|
+
r451 | thomas | 2006-07-13 19:24:59 +0200 (Thu, 13 Jul 2006) | 1 line
|
1732
|
+
Changed paths:
|
1733
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
1734
|
+
|
1735
|
+
* fixed DefaultMenuStyle#param method to only allow params in options hash which sub plugin has defined
|
1736
|
+
------------------------------------------------------------------------
|
1737
|
+
r450 | thomas | 2006-07-13 18:44:49 +0200 (Thu, 13 Jul 2006) | 1 line
|
1738
|
+
Changed paths:
|
1739
|
+
M /trunk/webgen/lib/webgen/plugins/menustyles/default.rb
|
1740
|
+
A /trunk/webgen/test/unittests/tc_menustyles_default.rb
|
1741
|
+
|
1742
|
+
* refactored DefaultMenuStyle plugin and added test cases for it
|
1743
|
+
------------------------------------------------------------------------
|
1744
|
+
r449 | thomas | 2006-07-13 11:16:26 +0200 (Thu, 13 Jul 2006) | 2 lines
|
1745
|
+
Changed paths:
|
1746
|
+
M /trunk/webgen/lib/webgen/plugins/tags/menu.rb
|
1747
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11/file111.de.page
|
1748
|
+
M /trunk/webgen/test/fixtures/sample_site/src/file2.de.page
|
1749
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1750
|
+
A /trunk/webgen/test/unittests/tc_tags_menu.rb
|
1751
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1752
|
+
|
1753
|
+
* refactored MenuTag plugin to use new framework and added test files and test cases for it
|
1754
|
+
* fixed test cases for SitemapTag and BreadcrumbTrailTag because files in false languages where resolved
|
1755
|
+
------------------------------------------------------------------------
|
1756
|
+
r448 | thomas | 2006-07-12 20:33:44 +0200 (Wed, 12 Jul 2006) | 2 lines
|
1757
|
+
Changed paths:
|
1758
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1759
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1760
|
+
M /trunk/webgen/test/unittests/tc_tags_date.rb
|
1761
|
+
M /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1762
|
+
M /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
1763
|
+
M /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
1764
|
+
M /trunk/webgen/test/unittests/tc_tags_meta.rb
|
1765
|
+
M /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
1766
|
+
M /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1767
|
+
M /trunk/webgen/test/unittests/tc_tags_wikilink.rb
|
1768
|
+
|
1769
|
+
* added base class for tag plugin test classes
|
1770
|
+
* adapted all tag plugin test cases to use new base class
|
1771
|
+
------------------------------------------------------------------------
|
1772
|
+
r447 | thomas | 2006-07-12 20:22:51 +0200 (Wed, 12 Jul 2006) | 1 line
|
1773
|
+
Changed paths:
|
1774
|
+
M /trunk/webgen/lib/webgen/plugins/tags/wikilink.rb
|
1775
|
+
M /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11/index.page
|
1776
|
+
A /trunk/webgen/test/unittests/tc_tags_wikilink.rb
|
1777
|
+
|
1778
|
+
* refactored WikiLinkTag to use new framework and added test cases for it
|
1779
|
+
------------------------------------------------------------------------
|
1780
|
+
r446 | thomas | 2006-07-12 19:59:36 +0200 (Wed, 12 Jul 2006) | 2 lines
|
1781
|
+
Changed paths:
|
1782
|
+
M /trunk/webgen/lib/webgen/plugins/tags/sitemap.rb
|
1783
|
+
M /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11/file111.page
|
1784
|
+
M /trunk/webgen/test/fixtures/sample_site/src/dir1/file11.page
|
1785
|
+
A /trunk/webgen/test/unittests/tc_tags_sitemap.rb
|
1786
|
+
|
1787
|
+
* refactored SitemapTag to use new framework and added test cases for it
|
1788
|
+
* adapted sample site files for SitemapTag test cases
|
1789
|
+
------------------------------------------------------------------------
|
1790
|
+
r445 | thomas | 2006-07-12 19:57:33 +0200 (Wed, 12 Jul 2006) | 3 lines
|
1791
|
+
Changed paths:
|
1792
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1793
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1794
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1795
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1796
|
+
|
1797
|
+
* fixed lower case directory titles (now titles are capitalized) and added test case for this bug
|
1798
|
+
* adapted test cases
|
1799
|
+
* removed not needed lines from test.rb
|
1800
|
+
------------------------------------------------------------------------
|
1801
|
+
r444 | thomas | 2006-07-12 11:31:54 +0200 (Wed, 12 Jul 2006) | 3 lines
|
1802
|
+
Changed paths:
|
1803
|
+
M /trunk/webgen/lib/webgen/node.rb
|
1804
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
1805
|
+
M /trunk/webgen/test/fixtures/tc_node/nodes.yaml
|
1806
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1807
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
1808
|
+
|
1809
|
+
* new methods Node#<=> and Node#order_info which are used for sorting nodes
|
1810
|
+
* added tests for new Node methods
|
1811
|
+
* added DirNode#order_info because DirNodes need special behaviour and added test cases for it
|
1812
|
+
------------------------------------------------------------------------
|
1813
|
+
r443 | thomas | 2006-07-11 11:45:31 +0200 (Tue, 11 Jul 2006) | 1 line
|
1814
|
+
Changed paths:
|
1815
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1816
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tags.rb
|
1817
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1818
|
+
|
1819
|
+
* modified debug output in DefaultTag#set_cur_config to include value for param
|
1820
|
+
------------------------------------------------------------------------
|
1821
|
+
r442 | thomas | 2006-07-11 11:44:16 +0200 (Tue, 11 Jul 2006) | 1 line
|
1822
|
+
Changed paths:
|
1823
|
+
M /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
1824
|
+
|
1825
|
+
* added test cases for invalid paths
|
1826
|
+
------------------------------------------------------------------------
|
1827
|
+
r441 | thomas | 2006-07-11 11:36:32 +0200 (Tue, 11 Jul 2006) | 1 line
|
1828
|
+
Changed paths:
|
1829
|
+
D /trunk/webgen/doc/src/documentation/plugins/tags/lang.de.page
|
1830
|
+
D /trunk/webgen/doc/src/documentation/plugins/tags/lang.page
|
1831
|
+
|
1832
|
+
* removed old unnecessary page files
|
1833
|
+
------------------------------------------------------------------------
|
1834
|
+
r440 | thomas | 2006-07-11 11:36:12 +0200 (Tue, 11 Jul 2006) | 1 line
|
1835
|
+
Changed paths:
|
1836
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
1837
|
+
|
1838
|
+
* refactored implementation of RelocatableTag
|
1839
|
+
------------------------------------------------------------------------
|
1840
|
+
r439 | thomas | 2006-07-11 11:25:29 +0200 (Tue, 11 Jul 2006) | 2 lines
|
1841
|
+
Changed paths:
|
1842
|
+
M /trunk/webgen/lib/webgen/plugins/tags/relocatable.rb
|
1843
|
+
A /trunk/webgen/test/unittests/tc_tags_relocatable.rb
|
1844
|
+
|
1845
|
+
* refactored RelocatableTag class to work with new framework
|
1846
|
+
* added test cases for RelocatableTag
|
1847
|
+
------------------------------------------------------------------------
|
1848
|
+
r438 | thomas | 2006-07-11 11:22:50 +0200 (Tue, 11 Jul 2006) | 2 lines
|
1849
|
+
Changed paths:
|
1850
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11/index.page
|
1851
|
+
M /trunk/webgen/test/fixtures/sample_site/src/file1.page
|
1852
|
+
A /trunk/webgen/test/fixtures/sample_site/src/file2.de.page
|
1853
|
+
M /trunk/webgen/test/fixtures/sample_site/src/index.de.page
|
1854
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1855
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
1856
|
+
M /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1857
|
+
|
1858
|
+
* added some test files and adjusted test cases
|
1859
|
+
* new test cases for Node#resolve_node which test fragment resolution
|
1860
|
+
------------------------------------------------------------------------
|
1861
|
+
r437 | thomas | 2006-07-06 10:10:06 +0200 (Thu, 06 Jul 2006) | 2 lines
|
1862
|
+
Changed paths:
|
1863
|
+
M /trunk/webgen/lib/webgen/plugins/tags/langbar.rb
|
1864
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_markdown.rb
|
1865
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_textile.rb
|
1866
|
+
A /trunk/webgen/test/unittests/tc_tags_langbar.rb
|
1867
|
+
|
1868
|
+
* refactored LangbarTag and added test case for it
|
1869
|
+
* fixed two minor bugs in test cases when run on Windows
|
1870
|
+
------------------------------------------------------------------------
|
1871
|
+
r436 | thomas | 2006-07-06 09:50:47 +0200 (Thu, 06 Jul 2006) | 1 line
|
1872
|
+
Changed paths:
|
1873
|
+
M /trunk/webgen/lib/webgen/languages.rb
|
1874
|
+
M /trunk/webgen/test/unittests/tc_languages.rb
|
1875
|
+
|
1876
|
+
* languages are now sorted by their display string and not their 3char representation
|
1877
|
+
------------------------------------------------------------------------
|
1878
|
+
r435 | thomas | 2006-07-04 11:11:16 +0200 (Tue, 04 Jul 2006) | 2 lines
|
1879
|
+
Changed paths:
|
1880
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
1881
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1882
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
1883
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
1884
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
1885
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1886
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1887
|
+
A /trunk/webgen/test/unittests/tc_tags_breadcrumbtrail.rb
|
1888
|
+
|
1889
|
+
* refactored BreadcrumbTrailTag and added test case for it
|
1890
|
+
* moved methods of FileHandlerTestCase to PluginTestCase sothat all plugin test cases can use the sample site and removed class FileHandlerTestCase
|
1891
|
+
------------------------------------------------------------------------
|
1892
|
+
r434 | thomas | 2006-07-04 10:44:14 +0200 (Tue, 04 Jul 2006) | 2 lines
|
1893
|
+
Changed paths:
|
1894
|
+
M /trunk/webgen/lib/webgen/config.rb
|
1895
|
+
M /trunk/webgen/test/unittests/tc_content.rb
|
1896
|
+
|
1897
|
+
* added test for HtmlBlock#render_with_erb
|
1898
|
+
* removed unnecessary condition from Configuration.data_dir
|
1899
|
+
------------------------------------------------------------------------
|
1900
|
+
r433 | thomas | 2006-07-04 10:42:41 +0200 (Tue, 04 Jul 2006) | 1 line
|
1901
|
+
Changed paths:
|
1902
|
+
M /trunk/webgen/lib/webgen/plugins/tags/includefile.rb
|
1903
|
+
A /trunk/webgen/test/fixtures/tc_tags_includefile
|
1904
|
+
A /trunk/webgen/test/fixtures/tc_tags_includefile/testfile
|
1905
|
+
A /trunk/webgen/test/unittests/tc_tags_includefile.rb
|
1906
|
+
|
1907
|
+
* refactored IncludeFileTag and added test case and fixtures for it
|
1908
|
+
------------------------------------------------------------------------
|
1909
|
+
r432 | thomas | 2006-07-04 10:24:20 +0200 (Tue, 04 Jul 2006) | 1 line
|
1910
|
+
Changed paths:
|
1911
|
+
M /trunk/webgen/lib/webgen/plugins/tags/meta.rb
|
1912
|
+
A /trunk/webgen/test/unittests/tc_tags_meta.rb
|
1913
|
+
|
1914
|
+
* refactored class MetaTag and added test case for it
|
1915
|
+
------------------------------------------------------------------------
|
1916
|
+
r431 | thomas | 2006-07-04 10:22:23 +0200 (Tue, 04 Jul 2006) | 2 lines
|
1917
|
+
Changed paths:
|
1918
|
+
M /trunk/webgen/lib/webgen/plugins/tags/executecommand.rb
|
1919
|
+
A /trunk/webgen/test/unittests/tc_tags_executecommand.rb
|
1920
|
+
|
1921
|
+
* refactored ExecuteCommandTag and added test case for it
|
1922
|
+
* fixed bug where unsuccessful command was not noticed
|
1923
|
+
------------------------------------------------------------------------
|
1924
|
+
r430 | thomas | 2006-07-04 10:20:29 +0200 (Tue, 04 Jul 2006) | 1 line
|
1925
|
+
Changed paths:
|
1926
|
+
M /trunk/webgen/lib/webgen/plugins/tags/date.rb
|
1927
|
+
A /trunk/webgen/test/unittests/tc_tags_date.rb
|
1928
|
+
|
1929
|
+
* refactored DateTag plugin and added test case for it
|
1930
|
+
------------------------------------------------------------------------
|
1931
|
+
r429 | thomas | 2006-07-04 10:19:04 +0200 (Tue, 04 Jul 2006) | 2 lines
|
1932
|
+
Changed paths:
|
1933
|
+
M /trunk/webgen/lib/webgen/test.rb
|
1934
|
+
M /trunk/webgen/test/runtests.rb
|
1935
|
+
M /trunk/webgen/test/unittests/tc_tags_tags.rb
|
1936
|
+
|
1937
|
+
* moved Dummy class to test.rb for use in other test cases
|
1938
|
+
* fixed runtests.rb so that only Ruby .rb files get required
|
1939
|
+
------------------------------------------------------------------------
|
1940
|
+
r428 | thomas | 2006-07-04 10:17:03 +0200 (Tue, 04 Jul 2006) | 1 line
|
1941
|
+
Changed paths:
|
1942
|
+
A /trunk/webgen/lib/webgen/extcommand.rb
|
1943
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/xmllint.rb
|
1944
|
+
|
1945
|
+
* moved class ExtendendCommand to its own file
|
1946
|
+
------------------------------------------------------------------------
|
1947
|
+
r427 | thomas | 2006-06-27 08:44:40 +0200 (Tue, 27 Jun 2006) | 2 lines
|
1948
|
+
Changed paths:
|
1949
|
+
M /trunk/webgen/lib/webgen/plugins/tags/tags.rb
|
1950
|
+
A /trunk/webgen/test/fixtures/tc_tags_tags
|
1951
|
+
A /trunk/webgen/test/fixtures/tc_tags_tags/testtag.rb
|
1952
|
+
A /trunk/webgen/test/unittests/tc_tags_tags.rb
|
1953
|
+
|
1954
|
+
* renamed Tags::Tags to Tags::TagProcessor and refactored it to conform to new framework
|
1955
|
+
* added tests and fixtures for Tags::TagProcessor and Tags::DefaultTag
|
1956
|
+
------------------------------------------------------------------------
|
1957
|
+
r426 | thomas | 2006-06-27 08:41:15 +0200 (Tue, 27 Jun 2006) | 5 lines
|
1958
|
+
Changed paths:
|
1959
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
1960
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/default.rb
|
1961
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
1962
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
1963
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
1964
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/default.rb
|
1965
|
+
M /trunk/webgen/test/unittests/tc_contentconverters_default.rb
|
1966
|
+
M /trunk/webgen/test/unittests/tc_filehandler_page.rb
|
1967
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
1968
|
+
M /trunk/webgen/test/unittests/tc_htmlvalidators_default.rb
|
1969
|
+
|
1970
|
+
* removed unneeded test case for DefaultContentConverter and DefaultHtmlValidator
|
1971
|
+
* fixed bug: DefaultContentConverter and DefaultHtmlValidator plugins now get instantiated to access #registered_handlers method
|
1972
|
+
* updated PageFileHandler, TemplateFileHandler and their tests to use new name ContentConverters::DefaultContentConverter instead of ContentFormatters::Default
|
1973
|
+
* fixed bug in PluginManager#log_msg where a non-nil value was returned
|
1974
|
+
* removed old code from PageFileHandler#create_node_from_data and refactored its #write_node method to work with new framework
|
1975
|
+
------------------------------------------------------------------------
|
1976
|
+
r425 | thomas | 2006-06-22 08:48:43 +0200 (Thu, 22 Jun 2006) | 2 lines
|
1977
|
+
Changed paths:
|
1978
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/default.rb
|
1979
|
+
D /trunk/webgen/lib/webgen/plugins/htmlvalidators/defaulthtmlvalidator.rb
|
1980
|
+
M /trunk/webgen/lib/webgen/plugins/htmlvalidators/xmllint.rb
|
1981
|
+
A /trunk/webgen/test/unittests/tc_htmlvalidators_default.rb
|
1982
|
+
A /trunk/webgen/test/unittests/tc_htmlvalidators_xmllint.rb
|
1983
|
+
|
1984
|
+
* refactored html validators to use new framework
|
1985
|
+
* added unit tests for html validators
|
1986
|
+
------------------------------------------------------------------------
|
1987
|
+
r424 | thomas | 2006-06-22 08:24:54 +0200 (Thu, 22 Jun 2006) | 1 line
|
1988
|
+
Changed paths:
|
1989
|
+
M /trunk/webgen/TODO
|
1990
|
+
|
1991
|
+
* sorted out completed entries from TODO file
|
1992
|
+
------------------------------------------------------------------------
|
1993
|
+
r423 | thomas | 2006-06-21 19:32:15 +0200 (Wed, 21 Jun 2006) | 3 lines
|
1994
|
+
Changed paths:
|
1995
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/default.rb
|
1996
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/html.rb
|
1997
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/markdown.rb
|
1998
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/rdoc.rb
|
1999
|
+
M /trunk/webgen/lib/webgen/plugins/contentconverters/textile.rb
|
2000
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_default.rb
|
2001
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_html.rb
|
2002
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_markdown.rb
|
2003
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_rdoc.rb
|
2004
|
+
A /trunk/webgen/test/unittests/tc_contentconverters_textile.rb
|
2005
|
+
|
2006
|
+
* renamed content handlers to content converters
|
2007
|
+
* refactored content converters to use new framework
|
2008
|
+
* added tests for all content converters
|
2009
|
+
------------------------------------------------------------------------
|
2010
|
+
r422 | thomas | 2006-06-21 18:45:57 +0200 (Wed, 21 Jun 2006) | 2 lines
|
2011
|
+
Changed paths:
|
2012
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2013
|
+
A /trunk/webgen/test/fixtures/tc_plugin/handlerplugin.rb
|
2014
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2015
|
+
|
2016
|
+
* added HandlerPlugin class and test cases for it
|
2017
|
+
* now if a plugin specifies :is_base_plugin for the infos hash, the class is not loaded but not included in PluginLoader#plugins
|
2018
|
+
------------------------------------------------------------------------
|
2019
|
+
r421 | thomas | 2006-06-20 18:25:14 +0200 (Tue, 20 Jun 2006) | 1 line
|
2020
|
+
Changed paths:
|
2021
|
+
A /trunk/webgen/lib/webgen/plugins/contentconverters (from /trunk/webgen/lib/webgen/plugins/contenthandlers:405)
|
2022
|
+
D /trunk/webgen/lib/webgen/plugins/contentconverters/defaultcontenthandler.rb
|
2023
|
+
D /trunk/webgen/lib/webgen/plugins/contenthandlers
|
2024
|
+
|
2025
|
+
* renamed dir contenthandlers to contentconverters
|
2026
|
+
------------------------------------------------------------------------
|
2027
|
+
r420 | thomas | 2006-06-19 20:39:55 +0200 (Mon, 19 Jun 2006) | 6 lines
|
2028
|
+
Changed paths:
|
2029
|
+
M /trunk/webgen/TODO
|
2030
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/page.rb
|
2031
|
+
M /trunk/webgen/test/fixtures/sample_site/src/index.de.page
|
2032
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
2033
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_page
|
2034
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_page/testdata.yaml
|
2035
|
+
A /trunk/webgen/test/unittests/tc_filehandler_page.rb (from /trunk/webgen/test/unittests/tc_filehandlers_page.rb:405)
|
2036
|
+
D /trunk/webgen/test/unittests/tc_filehandlers_page.rb
|
2037
|
+
|
2038
|
+
* renamed test case for PageFileHandler
|
2039
|
+
* added fixtures for PageFileHandler test cases
|
2040
|
+
* fixed sample_plugin.rb to work with new DirectoryHandler:indexFile
|
2041
|
+
* update index.de.page to conform to the WebPage Description Format
|
2042
|
+
* updated PageFileHandler to conform to new core implementation
|
2043
|
+
* added test cases for FragmentNode, PageNode and most PageFileHandler methods
|
2044
|
+
------------------------------------------------------------------------
|
2045
|
+
r419 | thomas | 2006-06-19 20:17:37 +0200 (Mon, 19 Jun 2006) | 1 line
|
2046
|
+
Changed paths:
|
2047
|
+
M /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
2048
|
+
|
2049
|
+
* added test case for #get_default_template
|
2050
|
+
------------------------------------------------------------------------
|
2051
|
+
r418 | thomas | 2006-06-19 20:07:57 +0200 (Mon, 19 Jun 2006) | 6 lines
|
2052
|
+
Changed paths:
|
2053
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
2054
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
2055
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/template.rb
|
2056
|
+
M /trunk/webgen/lib/webgen/test.rb
|
2057
|
+
A /trunk/webgen/test/fixtures/sample_site/src/chained.template
|
2058
|
+
A /trunk/webgen/test/fixtures/sample_site/src/default.template
|
2059
|
+
A /trunk/webgen/test/fixtures/sample_site/src/invalid.template
|
2060
|
+
A /trunk/webgen/test/fixtures/sample_site/src/test.template
|
2061
|
+
M /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
2062
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
2063
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
2064
|
+
A /trunk/webgen/test/unittests/tc_filehandler_template.rb
|
2065
|
+
|
2066
|
+
* updated log messages in FileHandler
|
2067
|
+
* fixed param DirectoryHandler:indexFile to work with PageFileHandler and simplified create_node method
|
2068
|
+
* updated TemplateFileHandler to conform to new core implementation
|
2069
|
+
* refactored test framework and moved some methods from the test cases to the test classes
|
2070
|
+
* log messages now get printed out to the console when $VERBOSE is set (e.g. by specifing -W2)
|
2071
|
+
* added test case, fixtures and needed files in sample site for TemplateFileHandler
|
2072
|
+
------------------------------------------------------------------------
|
2073
|
+
r415 | thomas | 2006-06-09 19:43:49 +0200 (Fri, 09 Jun 2006) | 2 lines
|
2074
|
+
Changed paths:
|
2075
|
+
M /trunk/webgen/lib/webgen/content.rb
|
2076
|
+
M /trunk/webgen/test/fixtures/tc_content/correct.yaml
|
2077
|
+
M /trunk/webgen/test/unittests/tc_content.rb
|
2078
|
+
|
2079
|
+
* changed WebPageData#initialize: now using a default formatters hash
|
2080
|
+
* added HtmlBlock#render_with_erb
|
2081
|
+
------------------------------------------------------------------------
|
2082
|
+
r414 | thomas | 2006-05-31 19:49:12 +0200 (Wed, 31 May 2006) | 1 line
|
2083
|
+
Changed paths:
|
2084
|
+
M /trunk/webgen/lib/webgen/languages.rb
|
2085
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2086
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2087
|
+
M /trunk/webgen/test/fixtures/tc_website/incorrect_yaml.yaml
|
2088
|
+
M /trunk/webgen/test/unittests/tc_languages.rb
|
2089
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2090
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
2091
|
+
|
2092
|
+
* updated files and tests after running rcov and ruby with debug mode
|
2093
|
+
------------------------------------------------------------------------
|
2094
|
+
r413 | thomas | 2006-05-28 10:14:03 +0200 (Sun, 28 May 2006) | 1 line
|
2095
|
+
Changed paths:
|
2096
|
+
M /trunk/webgen/lib/webgen/content.rb
|
2097
|
+
M /trunk/webgen/test/fixtures/tc_content/correct.yaml
|
2098
|
+
M /trunk/webgen/test/unittests/tc_content.rb
|
2099
|
+
|
2100
|
+
* added new param default_meta_info for WebPageData.new and tests for it
|
2101
|
+
------------------------------------------------------------------------
|
2102
|
+
r412 | thomas | 2006-05-27 08:14:12 +0200 (Sat, 27 May 2006) | 3 lines
|
2103
|
+
Changed paths:
|
2104
|
+
A /trunk/webgen/lib/webgen/content.rb (from /trunk/webgen/lib/webgen/webpage.rb:405)
|
2105
|
+
D /trunk/webgen/lib/webgen/webpage.rb
|
2106
|
+
A /trunk/webgen/test/fixtures/tc_content (from /trunk/webgen/test/fixtures/tc_webpage:405)
|
2107
|
+
A /trunk/webgen/test/fixtures/tc_content/blocks.yaml
|
2108
|
+
M /trunk/webgen/test/fixtures/tc_content/correct.yaml
|
2109
|
+
M /trunk/webgen/test/fixtures/tc_content/incorrect.yaml
|
2110
|
+
D /trunk/webgen/test/fixtures/tc_webpage
|
2111
|
+
A /trunk/webgen/test/unittests/tc_content.rb (from /trunk/webgen/test/unittests/tc_webpage.rb:405)
|
2112
|
+
D /trunk/webgen/test/unittests/tc_webpage.rb
|
2113
|
+
|
2114
|
+
* renamed webpage.rb to content.rb
|
2115
|
+
* added parsing of sections to HtmlBlock
|
2116
|
+
* added tests for new classes/methods
|
2117
|
+
------------------------------------------------------------------------
|
2118
|
+
r406 | thomas | 2006-05-19 12:23:10 +0200 (Fri, 19 May 2006) | 1 line
|
2119
|
+
Changed paths:
|
2120
|
+
A /trunk/webgen/dev_notes
|
2121
|
+
M /trunk/webgen/doc/src/default.css
|
2122
|
+
M /trunk/webgen/doc/src/default.template
|
2123
|
+
A /trunk/webgen/doc/src/images/bodybg.jpg
|
2124
|
+
A /trunk/webgen/doc/src/images/footerbg.jpg
|
2125
|
+
A /trunk/webgen/doc/src/images/menuhover.jpg
|
2126
|
+
|
2127
|
+
* website redesigned using a template from Andreas Viklund
|
2128
|
+
------------------------------------------------------------------------
|
2129
|
+
r405 | thomas | 2006-05-01 12:23:43 +0200 (Mon, 01 May 2006) | 2 lines
|
2130
|
+
Changed paths:
|
2131
|
+
M /trunk/webgen/TODO
|
2132
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/copy.rb
|
2133
|
+
A /trunk/webgen/test/unittests/tc_filehandler_copy.rb
|
2134
|
+
M /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
2135
|
+
|
2136
|
+
* reimplented FileCopyHandler
|
2137
|
+
* added tests for FileCopyHandler
|
2138
|
+
------------------------------------------------------------------------
|
2139
|
+
r404 | thomas | 2006-05-01 09:49:21 +0200 (Mon, 01 May 2006) | 46 lines
|
2140
|
+
Changed paths:
|
2141
|
+
M /trunk/webgen/TODO
|
2142
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2143
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2144
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
2145
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
2146
|
+
M /trunk/webgen/lib/webgen/test.rb
|
2147
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2148
|
+
A /trunk/webgen/test/fixtures/sample_site/src/index.de.page
|
2149
|
+
A /trunk/webgen/test/fixtures/sample_site/src/index.en.page
|
2150
|
+
M /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
2151
|
+
A /trunk/webgen/test/fixtures/tc_website/testdir
|
2152
|
+
A /trunk/webgen/test/fixtures/tc_website/testdir/README
|
2153
|
+
A /trunk/webgen/test/fixtures/tc_website/testdir/falsedir
|
2154
|
+
A /trunk/webgen/test/fixtures/tc_website/testdir/falsedir/README
|
2155
|
+
M /trunk/webgen/test/runtests.rb
|
2156
|
+
A /trunk/webgen/test/unittests/tc_filehandler_directory.rb
|
2157
|
+
M /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
2158
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
2159
|
+
|
2160
|
+
* lib/webgen/plugin.rb
|
2161
|
+
- fixed docu
|
2162
|
+
|
2163
|
+
* lib/webgen/node.rb
|
2164
|
+
- fixed docu and param name
|
2165
|
+
|
2166
|
+
* lib/webgen/website.rb
|
2167
|
+
- fixed DirectoryInfo methods to not use Pathname
|
2168
|
+
- fixed bug in DirectoryInfo#initialize
|
2169
|
+
- added Website#param_for_plugin to fix bug with srcDir and outDir
|
2170
|
+
- refactored plugin config stuff to Website#set_plugin_config
|
2171
|
+
|
2172
|
+
* lib/webgen/test.rb
|
2173
|
+
- fixed docu
|
2174
|
+
- added base class FileHandlerTestCase
|
2175
|
+
- fixed bug in PluginTestCase #setup/#teardown where some required files where not unrequired
|
2176
|
+
- base fixture path now available to test cases
|
2177
|
+
|
2178
|
+
* lib/webgen/plugins/filehandlers/filehandler.rb
|
2179
|
+
- fixed bug in FileHandler#create_node: full path now supplied to handler.create_node
|
2180
|
+
- simplified impl of DefaultFileHandler#node_for_lang and docu
|
2181
|
+
- fixed docu for DefaultFileHandler#link_from
|
2182
|
+
|
2183
|
+
* lib/webgen/plugins/filehandlers/directory.rb
|
2184
|
+
- reimplemented all the code and fixed docu
|
2185
|
+
|
2186
|
+
* test/fixtures/tc_website/testdir
|
2187
|
+
* test/fixtures/sample_site/src/index.en.page
|
2188
|
+
* test/fixtures/sample_site/src/index.de.page
|
2189
|
+
- added new test data
|
2190
|
+
|
2191
|
+
* test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
2192
|
+
- extended impl of SampleHandler to support new tests
|
2193
|
+
|
2194
|
+
* test/runtests.rb
|
2195
|
+
- fixed to allow file being executed from anywhere
|
2196
|
+
|
2197
|
+
* test/unittests/tc_website.rb
|
2198
|
+
- added tests for DirectoryInfo
|
2199
|
+
|
2200
|
+
* test/unittests/tc_filehandler_filehandler.rb
|
2201
|
+
- updated test code
|
2202
|
+
|
2203
|
+
* test/unittests/tc_filehandler_directory.rb
|
2204
|
+
- added file and implemented all tests for DirectoryHandler
|
2205
|
+
|
2206
|
+
------------------------------------------------------------------------
|
2207
|
+
r403 | thomas | 2006-04-24 06:34:48 +0200 (Mon, 24 Apr 2006) | 3 lines
|
2208
|
+
Changed paths:
|
2209
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2210
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2211
|
+
|
2212
|
+
* new method Node#=~ for matching a path, can be overridden in subclasses for <better> matching
|
2213
|
+
* adjusted Node#resolve_node to use new match method
|
2214
|
+
* adjusted unittest for Node
|
2215
|
+
------------------------------------------------------------------------
|
2216
|
+
r402 | thomas | 2006-04-07 17:21:41 +0200 (Fri, 07 Apr 2006) | 1 line
|
2217
|
+
Changed paths:
|
2218
|
+
M /trunk/webgen/lib/webgen/composite.rb
|
2219
|
+
M /trunk/webgen/test/unittests/tc_composite.rb
|
2220
|
+
|
2221
|
+
* Composite objects do not take nil objects as children
|
2222
|
+
------------------------------------------------------------------------
|
2223
|
+
r401 | thomas | 2006-04-07 17:16:19 +0200 (Fri, 07 Apr 2006) | 1 line
|
2224
|
+
Changed paths:
|
2225
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2226
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2227
|
+
|
2228
|
+
* When using Node#parent= the node is now also added as child to the given parent
|
2229
|
+
------------------------------------------------------------------------
|
2230
|
+
r400 | thomas | 2006-04-07 10:16:24 +0200 (Fri, 07 Apr 2006) | 3 lines
|
2231
|
+
Changed paths:
|
2232
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/directory.rb
|
2233
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/filehandler.rb
|
2234
|
+
A /trunk/webgen/test/fixtures/sample_site
|
2235
|
+
A /trunk/webgen/test/fixtures/sample_site/src
|
2236
|
+
A /trunk/webgen/test/fixtures/sample_site/src/.dir2
|
2237
|
+
A /trunk/webgen/test/fixtures/sample_site/src/.dir2/.file22.page
|
2238
|
+
A /trunk/webgen/test/fixtures/sample_site/src/.dir2/file21.page
|
2239
|
+
A /trunk/webgen/test/fixtures/sample_site/src/.file2.page
|
2240
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1
|
2241
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/.file12.page
|
2242
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11
|
2243
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/dir11/file111.page
|
2244
|
+
A /trunk/webgen/test/fixtures/sample_site/src/dir1/file11.page
|
2245
|
+
A /trunk/webgen/test/fixtures/sample_site/src/file1.page
|
2246
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler
|
2247
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/sample_plugin.rb
|
2248
|
+
A /trunk/webgen/test/fixtures/tc_filehandler_filehandler/unmodified
|
2249
|
+
A /trunk/webgen/test/unittests/tc_filehandler_filehandler.rb
|
2250
|
+
|
2251
|
+
* revised FileHandler class and some of DirectoryHandler to work with new system
|
2252
|
+
* updated documentation
|
2253
|
+
* added tests
|
2254
|
+
------------------------------------------------------------------------
|
2255
|
+
r399 | thomas | 2006-04-07 10:02:17 +0200 (Fri, 07 Apr 2006) | 3 lines
|
2256
|
+
Changed paths:
|
2257
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2258
|
+
M /trunk/webgen/test/fixtures/tc_node/nodes.yaml
|
2259
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2260
|
+
|
2261
|
+
* fixed some documentation parts
|
2262
|
+
* fixed Node#to_url to not use root path but a simply / instead
|
2263
|
+
* updated the Node tests
|
2264
|
+
------------------------------------------------------------------------
|
2265
|
+
r395 | thomas | 2006-03-27 21:04:16 +0200 (Mon, 27 Mar 2006) | 2 lines
|
2266
|
+
Changed paths:
|
2267
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2268
|
+
M /trunk/webgen/lib/webgen/test.rb
|
2269
|
+
|
2270
|
+
* plugin.rb: fixed spelling
|
2271
|
+
* test.rb: added new base test class for plugin tests
|
2272
|
+
------------------------------------------------------------------------
|
2273
|
+
r394 | thomas | 2006-03-27 07:08:35 +0200 (Mon, 27 Mar 2006) | 1 line
|
2274
|
+
Changed paths:
|
2275
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2276
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2277
|
+
|
2278
|
+
* modified PluginManager#param_for_plugin to not accept plugin classes which it is not responsible for
|
2279
|
+
------------------------------------------------------------------------
|
2280
|
+
r393 | thomas | 2006-03-11 12:29:30 +0100 (Sat, 11 Mar 2006) | 3 lines
|
2281
|
+
Changed paths:
|
2282
|
+
M /trunk/webgen/lib/webgen/config.rb
|
2283
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2284
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
2285
|
+
|
2286
|
+
* added missing require statement to config.rb
|
2287
|
+
* changed :no_instantiation to :instantiate for plugin information
|
2288
|
+
* changed Plugin#get_param to Plugin#param and interface to allow retrieving any parameter
|
2289
|
+
------------------------------------------------------------------------
|
2290
|
+
r392 | thomas | 2006-03-08 16:33:22 +0100 (Wed, 08 Mar 2006) | 1 line
|
2291
|
+
Changed paths:
|
2292
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2293
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2294
|
+
|
2295
|
+
* alterted behaviour of Node#route_to when dest_file=src_file
|
2296
|
+
------------------------------------------------------------------------
|
2297
|
+
r391 | thomas | 2006-03-07 16:03:21 +0100 (Tue, 07 Mar 2006) | 1 line
|
2298
|
+
Changed paths:
|
2299
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2300
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2301
|
+
|
2302
|
+
* Node objects now delegate missing methods to a processor object
|
2303
|
+
------------------------------------------------------------------------
|
2304
|
+
r390 | thomas | 2006-03-06 18:04:02 +0100 (Mon, 06 Mar 2006) | 2 lines
|
2305
|
+
Changed paths:
|
2306
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
2307
|
+
|
2308
|
+
* added a new class WebPageData for representing page files
|
2309
|
+
* added default set of tests for WebPageData
|
2310
|
+
------------------------------------------------------------------------
|
2311
|
+
r389 | thomas | 2006-03-06 18:02:31 +0100 (Mon, 06 Mar 2006) | 2 lines
|
2312
|
+
Changed paths:
|
2313
|
+
A /trunk/webgen/lib/webgen/webpage.rb
|
2314
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2315
|
+
A /trunk/webgen/test/fixtures/tc_webpage
|
2316
|
+
A /trunk/webgen/test/fixtures/tc_webpage/correct.yaml
|
2317
|
+
A /trunk/webgen/test/fixtures/tc_webpage/incorrect.yaml
|
2318
|
+
A /trunk/webgen/test/unittests/tc_webpage.rb
|
2319
|
+
|
2320
|
+
* added a new class WebPageData for representing page files
|
2321
|
+
* added default set of tests for WebPageData
|
2322
|
+
------------------------------------------------------------------------
|
2323
|
+
r388 | thomas | 2006-02-26 22:13:14 +0100 (Sun, 26 Feb 2006) | 1 line
|
2324
|
+
Changed paths:
|
2325
|
+
M /trunk/webgen/lib/webgen/composite.rb
|
2326
|
+
|
2327
|
+
* small fix
|
2328
|
+
------------------------------------------------------------------------
|
2329
|
+
r387 | thomas | 2006-02-25 23:44:43 +0100 (Sat, 25 Feb 2006) | 4 lines
|
2330
|
+
Changed paths:
|
2331
|
+
M /trunk/webgen/lib/webgen/cli.rb
|
2332
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2333
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2334
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2335
|
+
|
2336
|
+
* updated PluginManager so that logger can get assigned by WebSite
|
2337
|
+
* updated WebSite code
|
2338
|
+
* updated plugin Configuration (removed unneeded methods, updated params)
|
2339
|
+
* added some more chunks of code to cli.rb
|
2340
|
+
------------------------------------------------------------------------
|
2341
|
+
r386 | thomas | 2006-02-25 12:50:48 +0100 (Sat, 25 Feb 2006) | 4 lines
|
2342
|
+
Changed paths:
|
2343
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2344
|
+
M /trunk/webgen/lib/webgen/test.rb
|
2345
|
+
M /trunk/webgen/test/unittests/tc_listener.rb
|
2346
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2347
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2348
|
+
|
2349
|
+
* added test for default plugin loader
|
2350
|
+
* fixed lines that caused ruby warnings
|
2351
|
+
* fixed NodeTest to use fixture_path provided by Webgen::TestCase
|
2352
|
+
* removed PluginLoader#reset and made implementation of load_from_file easier
|
2353
|
+
------------------------------------------------------------------------
|
2354
|
+
r385 | thomas | 2006-02-25 11:39:32 +0100 (Sat, 25 Feb 2006) | 1 line
|
2355
|
+
Changed paths:
|
2356
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2357
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
2358
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2359
|
+
|
2360
|
+
* changed plugin info key :instantiate to :no_instantiation
|
2361
|
+
------------------------------------------------------------------------
|
2362
|
+
r384 | thomas | 2006-02-25 11:34:35 +0100 (Sat, 25 Feb 2006) | 1 line
|
2363
|
+
Changed paths:
|
2364
|
+
M /trunk/webgen/lib/webgen/languages.rb
|
2365
|
+
|
2366
|
+
* parsing language file without CSV library now -> 10 times faster!
|
2367
|
+
------------------------------------------------------------------------
|
2368
|
+
r383 | thomas | 2006-02-24 19:49:18 +0100 (Fri, 24 Feb 2006) | 1 line
|
2369
|
+
Changed paths:
|
2370
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2371
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
2372
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2373
|
+
|
2374
|
+
* plugin instantiation can now be controlled via the infos hash
|
2375
|
+
------------------------------------------------------------------------
|
2376
|
+
r382 | thomas | 2006-02-18 23:53:06 +0100 (Sat, 18 Feb 2006) | 9 lines
|
2377
|
+
Changed paths:
|
2378
|
+
A /trunk/webgen/lib/webgen/cli.rb
|
2379
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2380
|
+
D /trunk/webgen/lib/webgen/plugins/coreplugins/logging.rb
|
2381
|
+
A /trunk/webgen/lib/webgen/test.rb
|
2382
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2383
|
+
M /trunk/webgen/test/fixtures/tc_plugin/plugin2.rb
|
2384
|
+
A /trunk/webgen/test/fixtures/tc_website
|
2385
|
+
A /trunk/webgen/test/fixtures/tc_website/correct.yaml
|
2386
|
+
A /trunk/webgen/test/fixtures/tc_website/incorrect_structure.yaml
|
2387
|
+
A /trunk/webgen/test/fixtures/tc_website/incorrect_yaml.yaml
|
2388
|
+
D /trunk/webgen/test/setup.rb
|
2389
|
+
M /trunk/webgen/test/unittests/tc_composite.rb
|
2390
|
+
M /trunk/webgen/test/unittests/tc_config.rb
|
2391
|
+
M /trunk/webgen/test/unittests/tc_filehandlers_page.rb
|
2392
|
+
M /trunk/webgen/test/unittests/tc_languages.rb
|
2393
|
+
M /trunk/webgen/test/unittests/tc_listener.rb
|
2394
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2395
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2396
|
+
M /trunk/webgen/test/unittests/tc_website.rb
|
2397
|
+
|
2398
|
+
* removed test/setup.rb as it is not necessary anymore
|
2399
|
+
* updated unit tests to use Webgen::TestCase as base class
|
2400
|
+
* added tests for Webgen::ConfigurationFile
|
2401
|
+
* updated existing tests in tc_website.rb
|
2402
|
+
* restructured logging facility: logging in plugins is now done via PluginManager, class and method in which log event occured are shown
|
2403
|
+
* removed Logging plugin (I think it is not really useful/used in webgen)
|
2404
|
+
* added file test.rb which houses test related classes
|
2405
|
+
* added class ConfigurationFile which is responsible for loading and providing the config values of config files
|
2406
|
+
* added file cli.rb (currently nothing in there, will contain everything which is CLI related)
|
2407
|
+
------------------------------------------------------------------------
|
2408
|
+
r381 | thomas | 2006-02-13 08:35:00 +0100 (Mon, 13 Feb 2006) | 2 lines
|
2409
|
+
Changed paths:
|
2410
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2411
|
+
M /trunk/webgen/test/unittests/tc_plugin.rb
|
2412
|
+
|
2413
|
+
* update PluginManager methods for getting param values
|
2414
|
+
* added tests for PluginManager#param_for_plugin when used with a plugin config object
|
2415
|
+
------------------------------------------------------------------------
|
2416
|
+
r380 | thomas | 2006-02-12 16:17:29 +0100 (Sun, 12 Feb 2006) | 3 lines
|
2417
|
+
Changed paths:
|
2418
|
+
M /trunk/webgen/Rakefile
|
2419
|
+
M /trunk/webgen/TODO
|
2420
|
+
M /trunk/webgen/lib/webgen/node.rb
|
2421
|
+
M /trunk/webgen/lib/webgen/plugins/tags/breadcrumbtrail.rb
|
2422
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2423
|
+
A /trunk/webgen/test/fixtures/tc_node
|
2424
|
+
A /trunk/webgen/test/fixtures/tc_node/nodes.yaml
|
2425
|
+
M /trunk/webgen/test/unittests/tc_node.rb
|
2426
|
+
|
2427
|
+
* updated Node class and added test cases
|
2428
|
+
* small doc changes for WebSite class
|
2429
|
+
* minor syntax fix in BreadcrumbTrail class
|
2430
|
+
------------------------------------------------------------------------
|
2431
|
+
r379 | thomas | 2006-01-02 11:53:21 +0100 (Mon, 02 Jan 2006) | 6 lines
|
2432
|
+
Changed paths:
|
2433
|
+
A /trunk/webgen/lib/webgen/config.rb (from /trunk/webgen/lib/webgen/version.rb:372)
|
2434
|
+
M /trunk/webgen/lib/webgen/languages.rb
|
2435
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2436
|
+
D /trunk/webgen/lib/webgen/version.rb
|
2437
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2438
|
+
M /trunk/webgen/test/runtests.rb
|
2439
|
+
A /trunk/webgen/test/unittests/tc_config.rb
|
2440
|
+
D /trunk/webgen/test/unittests/tc_configuration.rb
|
2441
|
+
M /trunk/webgen/test/unittests/tc_filehandlers_page.rb
|
2442
|
+
D /trunk/webgen/test/unittests/tc_webgen.rb
|
2443
|
+
|
2444
|
+
* removed unnecessary unittests
|
2445
|
+
* added unit test for config.rb
|
2446
|
+
* moved webgen/version.rb to webgen/config.rb
|
2447
|
+
* moved data directory resolver method to webgen/config.rb
|
2448
|
+
* updated website.rb, languages.rb to refer to Webgen.data_dir now
|
2449
|
+
* removed unnecessary methods from CorePlugins::Configuration
|
2450
|
+
------------------------------------------------------------------------
|
2451
|
+
r378 | thomas | 2006-01-02 10:33:40 +0100 (Mon, 02 Jan 2006) | 1 line
|
2452
|
+
Changed paths:
|
2453
|
+
M /trunk/webgen/TODO
|
2454
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2455
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/logging.rb
|
2456
|
+
|
2457
|
+
* changed now invalid plugin class commands to valid ones
|
2458
|
+
------------------------------------------------------------------------
|
2459
|
+
r377 | thomas | 2006-01-02 10:32:59 +0100 (Mon, 02 Jan 2006) | 1 line
|
2460
|
+
Changed paths:
|
2461
|
+
M /trunk/webgen/lib/webgen/website.rb
|
2462
|
+
M /trunk/webgen/lib/webgen.rb
|
2463
|
+
|
2464
|
+
* moved methods for rendering and creating a website to the Website class
|
2465
|
+
------------------------------------------------------------------------
|
2466
|
+
r376 | thomas | 2006-01-02 10:31:58 +0100 (Mon, 02 Jan 2006) | 2 lines
|
2467
|
+
Changed paths:
|
2468
|
+
M /trunk/webgen/lib/webgen/plugin.rb
|
2469
|
+
A /trunk/webgen/test/fixtures/tc_plugin
|
2470
|
+
A /trunk/webgen/test/fixtures/tc_plugin/plugin1.rb
|
2471
|
+
A /trunk/webgen/test/fixtures/tc_plugin/plugin2.rb
|
2472
|
+
A /trunk/webgen/test/unittests/tc_plugin.rb
|
2473
|
+
|
2474
|
+
* added test and fixtures for classes/modules in plugin.rb
|
2475
|
+
* updated plugin.rb: added PluginLoader, PluginManager classes, plugins only hold static data now
|
2476
|
+
------------------------------------------------------------------------
|
2477
|
+
r374 | thomas | 2005-12-27 16:13:55 +0100 (Tue, 27 Dec 2005) | 5 lines
|
2478
|
+
Changed paths:
|
2479
|
+
M /trunk/webgen/TODO
|
2480
|
+
A /trunk/webgen/data/webgen/website_styles/default/README
|
2481
|
+
M /trunk/webgen/data/webgen/website_templates/default/README
|
2482
|
+
M /trunk/webgen/data/webgen/website_templates/personal_hp/README
|
2483
|
+
M /trunk/webgen/data/webgen/website_templates/project/README
|
2484
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2485
|
+
A /trunk/webgen/lib/webgen/website.rb
|
2486
|
+
M /trunk/webgen/lib/webgen.rb
|
2487
|
+
A /trunk/webgen/test/unittests/tc_website.rb
|
2488
|
+
|
2489
|
+
* added new classes for managing web site templates and styles
|
2490
|
+
* added test cases for new classes
|
2491
|
+
* updated CLI to use new classes
|
2492
|
+
* updated README files in template and style directories to conform to new syntax
|
2493
|
+
* updated CorePlugins::Configuration.data_dir to work in more cases
|
2494
|
+
------------------------------------------------------------------------
|
2495
|
+
r373 | thomas | 2005-12-27 11:16:16 +0100 (Tue, 27 Dec 2005) | 1 line
|
2496
|
+
Changed paths:
|
2497
|
+
A /trunk/webgen/lib/webgen/languages.rb
|
2498
|
+
A /trunk/webgen/test/unittests/tc_languages.rb
|
2499
|
+
|
2500
|
+
* added classes for managing languages and tests for them
|
2501
|
+
------------------------------------------------------------------------
|
2502
|
+
r372 | thomas | 2005-12-26 19:02:38 +0100 (Mon, 26 Dec 2005) | 2 lines
|
2503
|
+
Changed paths:
|
2504
|
+
M /trunk/webgen/Rakefile
|
2505
|
+
M /trunk/webgen/TODO
|
2506
|
+
M /trunk/webgen/lib/webgen/composite.rb
|
2507
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2508
|
+
A /trunk/webgen/lib/webgen/version.rb
|
2509
|
+
|
2510
|
+
* moved version definition to version.rb
|
2511
|
+
* fixed style issues in composite.rb
|
2512
|
+
------------------------------------------------------------------------
|
2513
|
+
r371 | thomas | 2005-12-26 18:48:36 +0100 (Mon, 26 Dec 2005) | 1 line
|
2514
|
+
Changed paths:
|
2515
|
+
A /trunk/webgen/test/unittests/tc_composite.rb (from /trunk/webgen/test/unittests/util/tc_composite.rb:370)
|
2516
|
+
A /trunk/webgen/test/unittests/tc_configuration.rb (from /trunk/webgen/test/unittests/webgen/tc_configuration.rb:370)
|
2517
|
+
A /trunk/webgen/test/unittests/tc_filehandlers_page.rb (from /trunk/webgen/test/unittests/webgen/filehandlers/tc_page.rb:370)
|
2518
|
+
A /trunk/webgen/test/unittests/tc_listener.rb (from /trunk/webgen/test/unittests/util/tc_listener.rb:370)
|
2519
|
+
A /trunk/webgen/test/unittests/tc_node.rb (from /trunk/webgen/test/unittests/webgen/tc_node.rb:370)
|
2520
|
+
A /trunk/webgen/test/unittests/tc_webgen.rb (from /trunk/webgen/test/unittests/webgen/tc_webgen.rb:370)
|
2521
|
+
D /trunk/webgen/test/unittests/util
|
2522
|
+
D /trunk/webgen/test/unittests/webgen
|
2523
|
+
|
2524
|
+
* moved all test cases from sub dirs into main dir
|
2525
|
+
------------------------------------------------------------------------
|
2526
|
+
r370 | thomas | 2005-12-26 18:43:53 +0100 (Mon, 26 Dec 2005) | 2 lines
|
2527
|
+
Changed paths:
|
2528
|
+
A /trunk/webgen/test/fixtures
|
2529
|
+
A /trunk/webgen/test/unittests
|
2530
|
+
A /trunk/webgen/test/unittests/util (from /trunk/webgen/test/util:360)
|
2531
|
+
M /trunk/webgen/test/unittests/util/tc_composite.rb
|
2532
|
+
A /trunk/webgen/test/unittests/webgen (from /trunk/webgen/test/webgen:360)
|
2533
|
+
D /trunk/webgen/test/util
|
2534
|
+
D /trunk/webgen/test/webgen
|
2535
|
+
|
2536
|
+
* created directory for text fixtures
|
2537
|
+
* moved unit tests in separate unittests directory
|
2538
|
+
------------------------------------------------------------------------
|
2539
|
+
r368 | thomas | 2005-12-23 22:48:22 +0100 (Fri, 23 Dec 2005) | 3 lines
|
2540
|
+
Changed paths:
|
2541
|
+
M /trunk/webgen/TODO
|
2542
|
+
M /trunk/webgen/doc/src/index.page
|
2543
|
+
M /trunk/webgen/lib/webgen/plugins/coreplugins/configuration.rb
|
2544
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
2545
|
+
M /trunk/webgen/lib/webgen.rb
|
2546
|
+
|
2547
|
+
* bumped version number
|
2548
|
+
* fixed bug in CleanCommand
|
2549
|
+
* fixed bug in GalleryFileHandler#call_layouter (problem with YAML)
|
2550
|
+
------------------------------------------------------------------------
|
2551
|
+
r366 | thomas | 2005-12-10 16:58:39 +0100 (Sat, 10 Dec 2005) | 1 line
|
2552
|
+
Changed paths:
|
2553
|
+
M /trunk/webgen/data/webgen/gallery-creator/default.png
|
2554
|
+
M /trunk/webgen/doc/src/index.page
|
2555
|
+
M /trunk/webgen/otherdata/web-for-gallery-pics/create_pictures.rb
|
2556
|
+
M /trunk/webgen/otherdata/web-for-gallery-pics/plugin/gallery.rb
|
2557
|
+
M /trunk/webgen/otherdata/web-for-gallery-pics/src/gallery.sample
|
2558
|
+
|
2559
|
+
* last changes for 0.3.7 version
|
2560
|
+
------------------------------------------------------------------------
|
2561
|
+
r361 | thomas | 2005-11-25 15:17:13 +0100 (Fri, 25 Nov 2005) | 1 line
|
2562
|
+
Changed paths:
|
2563
|
+
M /trunk/webgen/TODO
|
2564
|
+
M /trunk/webgen/lib/webgen/plugins/filehandlers/gallery.rb
|
2565
|
+
|
2566
|
+
* fixed bug #2860: generated gallery page content missed ---\n at the beginning
|
16
2567
|
------------------------------------------------------------------------
|
17
2568
|
r360 | thomas | 2005-11-02 09:24:26 +0100 (Wed, 02 Nov 2005) | 5 lines
|
18
2569
|
Changed paths:
|