First commit
authorfelix <felix@a944a559-bf0e-0410-8ddc-85264b264b6c>
Mon, 6 Aug 2007 20:49:02 +0000 (20:49 +0000)
committerfelix <felix@a944a559-bf0e-0410-8ddc-85264b264b6c>
Mon, 6 Aug 2007 20:49:02 +0000 (20:49 +0000)
commitc7c7bd682427ab01f4aeab98fb306bb9b2a8f9bd
tree729689a12d62dfa22292b39df38bc5d9cfd0fd93
parent1c6a9305afc8a2495d65db673d1884292a47d667
First commit

git-svn-id: https://www.internetallee.de/svn/bytewurf@53 a944a559-bf0e-0410-8ddc-85264b264b6c
180 files changed:
projekte/cinemas/.classpath [new file with mode: 0644]
projekte/cinemas/.project [new file with mode: 0644]
projekte/cinemas/application.properties [new file with mode: 0644]
projekte/cinemas/build.xml [new file with mode: 0644]
projekte/cinemas/cinemas.launch [new file with mode: 0644]
projekte/cinemas/cinemas.tmproj [new file with mode: 0644]
projekte/cinemas/grails-app/conf/ApplicationBootStrap.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/conf/CinemasUrlMappings.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/conf/DevelopmentDataSource.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/conf/ProductionDataSource.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/conf/TestDataSource.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/conf/log4j.development.properties [new file with mode: 0644]
projekte/cinemas/grails-app/conf/log4j.production.properties [new file with mode: 0644]
projekte/cinemas/grails-app/conf/log4j.test.properties [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/AddressController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/AnnouncementController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/CineGroupController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/CinemaController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/CountryController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/DirectorController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/EventController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/HallController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/MovieController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/PersonController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/ScreeningController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/controllers/TagController.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Address.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Announcement.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/CineGroup.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Cinema.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Country.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Director.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Event.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Hall.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Movie.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Person.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Screening.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/domain/Tag.groovy [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_de.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_fr.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_it.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_ja.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_nl.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_ru.properties [new file with mode: 0644]
projekte/cinemas/grails-app/i18n/messages_zh_CN.properties [new file with mode: 0644]
projekte/cinemas/grails-app/views/error.gsp [new file with mode: 0644]
projekte/cinemas/grails-app/views/layouts/main.gsp [new file with mode: 0644]
projekte/cinemas/spring/resources.xml [new file with mode: 0644]
projekte/cinemas/test/integration/AddressTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/AnnouncementTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/CineGroupTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/CinemaTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/CountryTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/DirectorTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/EventTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/HallTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/MovieTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/PersonTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/ScreeningTests.groovy [new file with mode: 0644]
projekte/cinemas/test/integration/TagTests.groovy [new file with mode: 0644]
projekte/cinemas/web-app/css/main.css [new file with mode: 0644]
projekte/cinemas/web-app/css/tree/check/tree.css [new file with mode: 0644]
projekte/cinemas/web-app/css/tree/default/tree.css [new file with mode: 0644]
projekte/cinemas/web-app/css/tree/folders/tree.css [new file with mode: 0644]
projekte/cinemas/web-app/css/tree/menu/tree.css [new file with mode: 0644]
projekte/cinemas/web-app/images/grails_logo.jpg [new file with mode: 0644]
projekte/cinemas/web-app/images/spinner.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/bullet.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/check0.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/check1.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/check2.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/lm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/lmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/ln.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/loading.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/lp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/lph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/tm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/tmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/tn.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/tp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/tph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/check/vline.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/lm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/lmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/ln.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/loading.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/lp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/lph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/tm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/tmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/tn.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/tp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/tph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/default/vline.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/lm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/lmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/ln.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/loading.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/lp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/lph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/tm.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/tmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/tn.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/tp.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/tph.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/folders/vline.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/greybg.png [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/header.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/logo.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/collapse.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/collapseh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/collapseon.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/dash.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/expand.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/expandh.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/expandon.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/menu/loading.gif [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/navHover2.png [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/qbottom.png [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/qmiddle.png [new file with mode: 0644]
projekte/cinemas/web-app/images/tree/qtop.png [new file with mode: 0644]
projekte/cinemas/web-app/index.gsp [new file with mode: 0644]
projekte/cinemas/web-app/js/application.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/animation.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/builder.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/controls.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/dragdrop.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/effects.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/prototype.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/rico.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/scriptaculous.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/slider.js [new file with mode: 0644]
projekte/cinemas/web-app/js/prototype/unittest.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/animation-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/Thumbs.db [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/alrt16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/blck16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/calendar.css [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/callt.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/calrt.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/calx.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/close12_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/container.css [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/hlp16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/info16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/lm.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/lmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/ln.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/loading.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/lp.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/lph.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menu.css [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarodwn9_clk_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarodwn9_dim_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarodwn9_nrm_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarorght9_dim_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarorght9_hov_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/menuarorght9_nrm_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tip16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tm.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tmh.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tn.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tp.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tph.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/tree.css [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/vline.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/assets/warn16_1.gif [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/calendar-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/connection-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/container-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/container_core-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/dom-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/dragdrop-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/event-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/menu-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/slider-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/treeview-min.js [new file with mode: 0644]
projekte/cinemas/web-app/js/yahoo/yahoo-min.js [new file with mode: 0644]