294842 Update `identity' functionality:

Authored and Committed by areguera 13 years ago
23 files changed. 209 lines added. 322 lines removed.
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Brands/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Fonts/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Models/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Backgrounds/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Concept/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Anaconda/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Firstboot/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gdm/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Grub/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gsplash/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Kdm/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Ksplash/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Rhgb/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Syslinux/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Releases/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/identity.sh
file modified
+6 -3
Scripts/Bash/Cli/Functions/Identity/identity_getConfig.sh
file modified
+2 -2
Scripts/Bash/Cli/Functions/Identity/identity_getDirOutput.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/identity_getDirTemplate.sh
file modified
+2 -2
Scripts/Bash/Cli/Functions/Identity/identity_render.sh
file modified
+181 -76
Scripts/Bash/Cli/Functions/Identity/identity_renderBase.sh
file removed
-221
    Update `identity' functionality:
    
        - Remove pre-rendition configuration script parsing from
          identity_render. Command-line options will be used instead, to
          control post-rendition and last-rendition actions.
    
        - Move identity_renderBase to identity_render and remove
          identity_renderBase.
    
        - Rename THEMEMODEL variable to FLAG_THEME_MODEL. Put its initial
          definition in identity.sh.