From 8c28f8b26eb3847226ec0c30868868744fe5b29a Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 3 Oct 2015 05:55:55 +0200 Subject: [PATCH] changed modes --- .gitignore | 0 Application.hs | 0 Foundation.hs | 0 Handler/Activate.hs | 0 Handler/Admin.hs | 0 Handler/AdminAlbumSettings.hs | 0 Handler/AdminComments.hs | 0 Handler/AdminMediumSettings.hs | 0 Handler/AdminProfileSettings.hs | 0 Handler/Album.hs | 0 Handler/AlbumSettings.hs | 0 Handler/Commons.hs | 0 Handler/Home.hs | 0 Handler/Login.hs | 0 Handler/Medium.hs | 0 Handler/MediumSettings.hs | 0 Handler/NewAlbum.hs | 0 Handler/Profile.hs | 0 Handler/ProfileDelete.hs | 0 Handler/ProfileSettings.hs | 0 Handler/Reactivate.hs | 0 Handler/RootFeed.hs | 0 Handler/Signup.hs | 0 Handler/Tag.hs | 0 Handler/Upload.hs | 0 Helper.hs | 0 Import.hs | 0 LICENSE.md | 0 Migrations/0.0.3-0.0.4/Migration.hs | 0 Model.hs | 0 README.md | 0 Settings.hs | 0 Settings/Development.hs | 0 Settings/StaticFiles.hs | 0 app/DevelMain.hs | 0 app/devel.hs | 0 app/main.hs | 0 config/keter.yaml | 0 config/models | 0 config/robots.txt | 0 config/routes | 0 config/settings.yml | 0 config/sqlite.yml | 0 deploy/Procfile | 0 devel.hs | 0 eidolon.cabal | 0 messages/en.msg | 0 static/css/bootstrap.css | 0 static/css/font-awesome.min.css | 0 static/css/ie/backgroundsize.min.htc | 0 static/css/ie/html5shiv.js | 0 static/css/ie/v8.css | 0 static/css/normalize.css | 0 static/css/style-desktop.css | 0 static/css/style-global.css | 0 static/css/style-mobile.css | 0 static/css/style-noscript.css | 0 static/css/style.css | 0 static/fonts/fontawesome-webfont.svg | 0 static/js/activate.js | 0 static/js/init.js | 0 static/js/jquery-1.11.3.js | 0 static/js/jquery.min.js | 0 static/js/jquery.poptrox.js | 0 static/js/jsSHA.js | 0 static/js/login.js | 0 static/js/picturefill.js | 0 static/js/signup.js | 0 static/js/skel.min.js | 0 static/js/skel.min.js.old | 0 templates/activate.hamlet | 0 templates/adminAlbumMedia.hamlet | 0 templates/adminAlbumSet.hamlet | 0 templates/adminAlbums.hamlet | 0 templates/adminBase.hamlet | 0 templates/adminComments.cassius | 0 templates/adminComments.hamlet | 0 templates/adminMedia.hamlet | 0 templates/adminMediumSet.hamlet | 0 templates/adminProfileSettings.hamlet | 0 templates/adminProfiles.hamlet | 0 templates/adminUserAlbums.hamlet | 0 templates/adminUserMedia.hamlet | 0 templates/album.hamlet | 0 templates/albumDelete.hamlet | 0 templates/albumSettings.hamlet | 0 templates/bulkUpload.hamlet | 0 templates/commentDelete.hamlet | 0 templates/commentReply.hamlet | 0 templates/copyrightFooter.hamlet | 0 templates/dUpload.hamlet | 0 templates/default-layout-wrapper.hamlet | 0 templates/default-layout.hamlet | 0 templates/default-widget.hamlet | 0 templates/form-widget.cassius | 0 templates/form-widget.hamlet | 0 templates/home.hamlet | 0 templates/login.hamlet | 0 templates/medium.cassius | 0 templates/medium.hamlet | 0 templates/mediumDelete.hamlet | 0 templates/mediumSettings.hamlet | 0 templates/newAlbum.hamlet | 0 templates/page.hamlet | 0 templates/profile.hamlet | 0 templates/profileDelete.hamlet | 0 templates/profileSettings.hamlet | 0 templates/reactivate.hamlet | 0 templates/signup.hamlet | 0 templates/tagMedia.hamlet | 0 tests/HomeTest.hs | 0 tests/TestImport.hs | 0 tests/main.hs | 0 113 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Application.hs mode change 100644 => 100755 Foundation.hs mode change 100644 => 100755 Handler/Activate.hs mode change 100644 => 100755 Handler/Admin.hs mode change 100644 => 100755 Handler/AdminAlbumSettings.hs mode change 100644 => 100755 Handler/AdminComments.hs mode change 100644 => 100755 Handler/AdminMediumSettings.hs mode change 100644 => 100755 Handler/AdminProfileSettings.hs mode change 100644 => 100755 Handler/Album.hs mode change 100644 => 100755 Handler/AlbumSettings.hs mode change 100644 => 100755 Handler/Commons.hs mode change 100644 => 100755 Handler/Home.hs mode change 100644 => 100755 Handler/Login.hs mode change 100644 => 100755 Handler/Medium.hs mode change 100644 => 100755 Handler/MediumSettings.hs mode change 100644 => 100755 Handler/NewAlbum.hs mode change 100644 => 100755 Handler/Profile.hs mode change 100644 => 100755 Handler/ProfileDelete.hs mode change 100644 => 100755 Handler/ProfileSettings.hs mode change 100644 => 100755 Handler/Reactivate.hs mode change 100644 => 100755 Handler/RootFeed.hs mode change 100644 => 100755 Handler/Signup.hs mode change 100644 => 100755 Handler/Tag.hs mode change 100644 => 100755 Handler/Upload.hs mode change 100644 => 100755 Helper.hs mode change 100644 => 100755 Import.hs mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 Migrations/0.0.3-0.0.4/Migration.hs mode change 100644 => 100755 Model.hs mode change 100644 => 100755 README.md mode change 100644 => 100755 Settings.hs mode change 100644 => 100755 Settings/Development.hs mode change 100644 => 100755 Settings/StaticFiles.hs mode change 100644 => 100755 app/DevelMain.hs mode change 100644 => 100755 app/devel.hs mode change 100644 => 100755 app/main.hs mode change 100644 => 100755 config/keter.yaml mode change 100644 => 100755 config/models mode change 100644 => 100755 config/robots.txt mode change 100644 => 100755 config/routes mode change 100644 => 100755 config/settings.yml mode change 100644 => 100755 config/sqlite.yml mode change 100644 => 100755 deploy/Procfile mode change 100644 => 100755 devel.hs mode change 100644 => 100755 eidolon.cabal mode change 100644 => 100755 messages/en.msg mode change 100644 => 100755 static/css/bootstrap.css mode change 100644 => 100755 static/css/font-awesome.min.css mode change 100644 => 100755 static/css/ie/backgroundsize.min.htc mode change 100644 => 100755 static/css/ie/html5shiv.js mode change 100644 => 100755 static/css/ie/v8.css mode change 100644 => 100755 static/css/normalize.css mode change 100644 => 100755 static/css/style-desktop.css mode change 100644 => 100755 static/css/style-global.css mode change 100644 => 100755 static/css/style-mobile.css mode change 100644 => 100755 static/css/style-noscript.css mode change 100644 => 100755 static/css/style.css mode change 100644 => 100755 static/fonts/fontawesome-webfont.svg mode change 100644 => 100755 static/js/activate.js mode change 100644 => 100755 static/js/init.js mode change 100644 => 100755 static/js/jquery-1.11.3.js mode change 100644 => 100755 static/js/jquery.min.js mode change 100644 => 100755 static/js/jquery.poptrox.js mode change 100644 => 100755 static/js/jsSHA.js mode change 100644 => 100755 static/js/login.js mode change 100644 => 100755 static/js/picturefill.js mode change 100644 => 100755 static/js/signup.js mode change 100644 => 100755 static/js/skel.min.js mode change 100644 => 100755 static/js/skel.min.js.old mode change 100644 => 100755 templates/activate.hamlet mode change 100644 => 100755 templates/adminAlbumMedia.hamlet mode change 100644 => 100755 templates/adminAlbumSet.hamlet mode change 100644 => 100755 templates/adminAlbums.hamlet mode change 100644 => 100755 templates/adminBase.hamlet mode change 100644 => 100755 templates/adminComments.cassius mode change 100644 => 100755 templates/adminComments.hamlet mode change 100644 => 100755 templates/adminMedia.hamlet mode change 100644 => 100755 templates/adminMediumSet.hamlet mode change 100644 => 100755 templates/adminProfileSettings.hamlet mode change 100644 => 100755 templates/adminProfiles.hamlet mode change 100644 => 100755 templates/adminUserAlbums.hamlet mode change 100644 => 100755 templates/adminUserMedia.hamlet mode change 100644 => 100755 templates/album.hamlet mode change 100644 => 100755 templates/albumDelete.hamlet mode change 100644 => 100755 templates/albumSettings.hamlet mode change 100644 => 100755 templates/bulkUpload.hamlet mode change 100644 => 100755 templates/commentDelete.hamlet mode change 100644 => 100755 templates/commentReply.hamlet mode change 100644 => 100755 templates/copyrightFooter.hamlet mode change 100644 => 100755 templates/dUpload.hamlet mode change 100644 => 100755 templates/default-layout-wrapper.hamlet mode change 100644 => 100755 templates/default-layout.hamlet mode change 100644 => 100755 templates/default-widget.hamlet mode change 100644 => 100755 templates/form-widget.cassius mode change 100644 => 100755 templates/form-widget.hamlet mode change 100644 => 100755 templates/home.hamlet mode change 100644 => 100755 templates/login.hamlet mode change 100644 => 100755 templates/medium.cassius mode change 100644 => 100755 templates/medium.hamlet mode change 100644 => 100755 templates/mediumDelete.hamlet mode change 100644 => 100755 templates/mediumSettings.hamlet mode change 100644 => 100755 templates/newAlbum.hamlet mode change 100644 => 100755 templates/page.hamlet mode change 100644 => 100755 templates/profile.hamlet mode change 100644 => 100755 templates/profileDelete.hamlet mode change 100644 => 100755 templates/profileSettings.hamlet mode change 100644 => 100755 templates/reactivate.hamlet mode change 100644 => 100755 templates/signup.hamlet mode change 100644 => 100755 templates/tagMedia.hamlet mode change 100644 => 100755 tests/HomeTest.hs mode change 100644 => 100755 tests/TestImport.hs mode change 100644 => 100755 tests/main.hs diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Application.hs b/Application.hs old mode 100644 new mode 100755 diff --git a/Foundation.hs b/Foundation.hs old mode 100644 new mode 100755 diff --git a/Handler/Activate.hs b/Handler/Activate.hs old mode 100644 new mode 100755 diff --git a/Handler/Admin.hs b/Handler/Admin.hs old mode 100644 new mode 100755 diff --git a/Handler/AdminAlbumSettings.hs b/Handler/AdminAlbumSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/AdminComments.hs b/Handler/AdminComments.hs old mode 100644 new mode 100755 diff --git a/Handler/AdminMediumSettings.hs b/Handler/AdminMediumSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/AdminProfileSettings.hs b/Handler/AdminProfileSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/Album.hs b/Handler/Album.hs old mode 100644 new mode 100755 diff --git a/Handler/AlbumSettings.hs b/Handler/AlbumSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/Commons.hs b/Handler/Commons.hs old mode 100644 new mode 100755 diff --git a/Handler/Home.hs b/Handler/Home.hs old mode 100644 new mode 100755 diff --git a/Handler/Login.hs b/Handler/Login.hs old mode 100644 new mode 100755 diff --git a/Handler/Medium.hs b/Handler/Medium.hs old mode 100644 new mode 100755 diff --git a/Handler/MediumSettings.hs b/Handler/MediumSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/NewAlbum.hs b/Handler/NewAlbum.hs old mode 100644 new mode 100755 diff --git a/Handler/Profile.hs b/Handler/Profile.hs old mode 100644 new mode 100755 diff --git a/Handler/ProfileDelete.hs b/Handler/ProfileDelete.hs old mode 100644 new mode 100755 diff --git a/Handler/ProfileSettings.hs b/Handler/ProfileSettings.hs old mode 100644 new mode 100755 diff --git a/Handler/Reactivate.hs b/Handler/Reactivate.hs old mode 100644 new mode 100755 diff --git a/Handler/RootFeed.hs b/Handler/RootFeed.hs old mode 100644 new mode 100755 diff --git a/Handler/Signup.hs b/Handler/Signup.hs old mode 100644 new mode 100755 diff --git a/Handler/Tag.hs b/Handler/Tag.hs old mode 100644 new mode 100755 diff --git a/Handler/Upload.hs b/Handler/Upload.hs old mode 100644 new mode 100755 diff --git a/Helper.hs b/Helper.hs old mode 100644 new mode 100755 diff --git a/Import.hs b/Import.hs old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/Migrations/0.0.3-0.0.4/Migration.hs b/Migrations/0.0.3-0.0.4/Migration.hs old mode 100644 new mode 100755 diff --git a/Model.hs b/Model.hs old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Settings.hs b/Settings.hs old mode 100644 new mode 100755 diff --git a/Settings/Development.hs b/Settings/Development.hs old mode 100644 new mode 100755 diff --git a/Settings/StaticFiles.hs b/Settings/StaticFiles.hs old mode 100644 new mode 100755 diff --git a/app/DevelMain.hs b/app/DevelMain.hs old mode 100644 new mode 100755 diff --git a/app/devel.hs b/app/devel.hs old mode 100644 new mode 100755 diff --git a/app/main.hs b/app/main.hs old mode 100644 new mode 100755 diff --git a/config/keter.yaml b/config/keter.yaml old mode 100644 new mode 100755 diff --git a/config/models b/config/models old mode 100644 new mode 100755 diff --git a/config/robots.txt b/config/robots.txt old mode 100644 new mode 100755 diff --git a/config/routes b/config/routes old mode 100644 new mode 100755 diff --git a/config/settings.yml b/config/settings.yml old mode 100644 new mode 100755 diff --git a/config/sqlite.yml b/config/sqlite.yml old mode 100644 new mode 100755 diff --git a/deploy/Procfile b/deploy/Procfile old mode 100644 new mode 100755 diff --git a/devel.hs b/devel.hs old mode 100644 new mode 100755 diff --git a/eidolon.cabal b/eidolon.cabal old mode 100644 new mode 100755 diff --git a/messages/en.msg b/messages/en.msg old mode 100644 new mode 100755 diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/static/css/font-awesome.min.css b/static/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/static/css/ie/backgroundsize.min.htc b/static/css/ie/backgroundsize.min.htc old mode 100644 new mode 100755 diff --git a/static/css/ie/html5shiv.js b/static/css/ie/html5shiv.js old mode 100644 new mode 100755 diff --git a/static/css/ie/v8.css b/static/css/ie/v8.css old mode 100644 new mode 100755 diff --git a/static/css/normalize.css b/static/css/normalize.css old mode 100644 new mode 100755 diff --git a/static/css/style-desktop.css b/static/css/style-desktop.css old mode 100644 new mode 100755 diff --git a/static/css/style-global.css b/static/css/style-global.css old mode 100644 new mode 100755 diff --git a/static/css/style-mobile.css b/static/css/style-mobile.css old mode 100644 new mode 100755 diff --git a/static/css/style-noscript.css b/static/css/style-noscript.css old mode 100644 new mode 100755 diff --git a/static/css/style.css b/static/css/style.css old mode 100644 new mode 100755 diff --git a/static/fonts/fontawesome-webfont.svg b/static/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/static/js/activate.js b/static/js/activate.js old mode 100644 new mode 100755 diff --git a/static/js/init.js b/static/js/init.js old mode 100644 new mode 100755 diff --git a/static/js/jquery-1.11.3.js b/static/js/jquery-1.11.3.js old mode 100644 new mode 100755 diff --git a/static/js/jquery.min.js b/static/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/static/js/jquery.poptrox.js b/static/js/jquery.poptrox.js old mode 100644 new mode 100755 diff --git a/static/js/jsSHA.js b/static/js/jsSHA.js old mode 100644 new mode 100755 diff --git a/static/js/login.js b/static/js/login.js old mode 100644 new mode 100755 diff --git a/static/js/picturefill.js b/static/js/picturefill.js old mode 100644 new mode 100755 diff --git a/static/js/signup.js b/static/js/signup.js old mode 100644 new mode 100755 diff --git a/static/js/skel.min.js b/static/js/skel.min.js old mode 100644 new mode 100755 diff --git a/static/js/skel.min.js.old b/static/js/skel.min.js.old old mode 100644 new mode 100755 diff --git a/templates/activate.hamlet b/templates/activate.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminAlbumMedia.hamlet b/templates/adminAlbumMedia.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminAlbumSet.hamlet b/templates/adminAlbumSet.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminAlbums.hamlet b/templates/adminAlbums.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminBase.hamlet b/templates/adminBase.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminComments.cassius b/templates/adminComments.cassius old mode 100644 new mode 100755 diff --git a/templates/adminComments.hamlet b/templates/adminComments.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminMedia.hamlet b/templates/adminMedia.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminMediumSet.hamlet b/templates/adminMediumSet.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminProfileSettings.hamlet b/templates/adminProfileSettings.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminProfiles.hamlet b/templates/adminProfiles.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminUserAlbums.hamlet b/templates/adminUserAlbums.hamlet old mode 100644 new mode 100755 diff --git a/templates/adminUserMedia.hamlet b/templates/adminUserMedia.hamlet old mode 100644 new mode 100755 diff --git a/templates/album.hamlet b/templates/album.hamlet old mode 100644 new mode 100755 diff --git a/templates/albumDelete.hamlet b/templates/albumDelete.hamlet old mode 100644 new mode 100755 diff --git a/templates/albumSettings.hamlet b/templates/albumSettings.hamlet old mode 100644 new mode 100755 diff --git a/templates/bulkUpload.hamlet b/templates/bulkUpload.hamlet old mode 100644 new mode 100755 diff --git a/templates/commentDelete.hamlet b/templates/commentDelete.hamlet old mode 100644 new mode 100755 diff --git a/templates/commentReply.hamlet b/templates/commentReply.hamlet old mode 100644 new mode 100755 diff --git a/templates/copyrightFooter.hamlet b/templates/copyrightFooter.hamlet old mode 100644 new mode 100755 diff --git a/templates/dUpload.hamlet b/templates/dUpload.hamlet old mode 100644 new mode 100755 diff --git a/templates/default-layout-wrapper.hamlet b/templates/default-layout-wrapper.hamlet old mode 100644 new mode 100755 diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet old mode 100644 new mode 100755 diff --git a/templates/default-widget.hamlet b/templates/default-widget.hamlet old mode 100644 new mode 100755 diff --git a/templates/form-widget.cassius b/templates/form-widget.cassius old mode 100644 new mode 100755 diff --git a/templates/form-widget.hamlet b/templates/form-widget.hamlet old mode 100644 new mode 100755 diff --git a/templates/home.hamlet b/templates/home.hamlet old mode 100644 new mode 100755 diff --git a/templates/login.hamlet b/templates/login.hamlet old mode 100644 new mode 100755 diff --git a/templates/medium.cassius b/templates/medium.cassius old mode 100644 new mode 100755 diff --git a/templates/medium.hamlet b/templates/medium.hamlet old mode 100644 new mode 100755 diff --git a/templates/mediumDelete.hamlet b/templates/mediumDelete.hamlet old mode 100644 new mode 100755 diff --git a/templates/mediumSettings.hamlet b/templates/mediumSettings.hamlet old mode 100644 new mode 100755 diff --git a/templates/newAlbum.hamlet b/templates/newAlbum.hamlet old mode 100644 new mode 100755 diff --git a/templates/page.hamlet b/templates/page.hamlet old mode 100644 new mode 100755 diff --git a/templates/profile.hamlet b/templates/profile.hamlet old mode 100644 new mode 100755 diff --git a/templates/profileDelete.hamlet b/templates/profileDelete.hamlet old mode 100644 new mode 100755 diff --git a/templates/profileSettings.hamlet b/templates/profileSettings.hamlet old mode 100644 new mode 100755 diff --git a/templates/reactivate.hamlet b/templates/reactivate.hamlet old mode 100644 new mode 100755 diff --git a/templates/signup.hamlet b/templates/signup.hamlet old mode 100644 new mode 100755 diff --git a/templates/tagMedia.hamlet b/templates/tagMedia.hamlet old mode 100644 new mode 100755 diff --git a/tests/HomeTest.hs b/tests/HomeTest.hs old mode 100644 new mode 100755 diff --git a/tests/TestImport.hs b/tests/TestImport.hs old mode 100644 new mode 100755 diff --git a/tests/main.hs b/tests/main.hs old mode 100644 new mode 100755