[seam-commits] [pmuir/ticket-monster] e24d4a: first commit
GitHub
noreply at github.com
Tue May 8 06:21:05 EDT 2012
Branch: refs/heads/rename_TicketPriceCategory
Home: https://github.com/pmuir/ticket-monster
Commit: e24d4a2c82e41ad21baed6a14b9ae2c09bdca3a1
https://github.com/pmuir/ticket-monster/commit/e24d4a2c82e41ad21baed6a14b9ae2c09bdca3a1
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Changed paths:
A .classpath
A .factorypath
A .project
A .settings/.jsdtscope
A .settings/org.eclipse.core.resources.prefs
A .settings/org.eclipse.jdt.core.prefs
A .settings/org.eclipse.m2e.core.prefs
A .settings/org.eclipse.wst.common.component
A .settings/org.eclipse.wst.common.project.facet.core.prefs.xml
A .settings/org.eclipse.wst.common.project.facet.core.xml
A .settings/org.eclipse.wst.jsdt.ui.superType.container
A .settings/org.eclipse.wst.jsdt.ui.superType.name
A .settings/org.hibernate.eclipse.console.prefs
A pom.xml
A readme.html
A readme.md
A src/main/java/org/jboss/jdf/example/ticketmonster/action/BaseEventSearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/BookingManager.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/CategorySearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/DocumentResourceSearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/EventAction.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/EventBooking.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/EventDetail.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/EventSearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/LayoutAction.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueAction.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueLayoutSearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueSearch.java
A src/main/java/org/jboss/jdf/example/ticketmonster/dto/Availability.java
A src/main/java/org/jboss/jdf/example/ticketmonster/dto/RowAllocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/dto/SectionAllocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/jsf/CategoryConverter.java
A src/main/java/org/jboss/jdf/example/ticketmonster/jsf/SelectItems.java
A src/main/java/org/jboss/jdf/example/ticketmonster/jsf/VenueConverter.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Document.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/DocumentResource.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObject.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectCredential.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectCredentialType.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectRelationship.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectRelationshipType.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectType.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityPermission.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityRoleName.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Member.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Revision.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionRow.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/User.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
A src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/RowCache.java
A src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/SectionCache.java
A src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/SectionRowCache.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/JaxRsActivator.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/MemberService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/server/CategoryManagement.java
A src/main/java/org/jboss/jdf/example/ticketmonster/server/Crud.java
A src/main/java/org/jboss/jdf/example/ticketmonster/server/EventManagement.java
A src/main/java/org/jboss/jdf/example/ticketmonster/util/AvailabilityUtils.java
A src/main/java/org/jboss/jdf/example/ticketmonster/util/DocumentResourceServlet.java
A src/main/java/org/jboss/jdf/example/ticketmonster/util/Resources.java
A src/main/resources/META-INF/persistence.xml
A src/main/resources/import.sql
A src/main/webapp/WEB-INF/beans.xml
A src/main/webapp/WEB-INF/faces-config.xml
A src/main/webapp/WEB-INF/taglib.xml
A src/main/webapp/WEB-INF/templates/admin.xhtml
A src/main/webapp/WEB-INF/templates/default.xhtml
A src/main/webapp/WEB-INF/templates/simple.xhtml
A src/main/webapp/home.xhtml
A src/main/webapp/index.html
A src/main/webapp/m.index.html
A src/main/webapp/resources/css/images/ajax-loader.png
A src/main/webapp/resources/css/images/icons-18-black.png
A src/main/webapp/resources/css/images/icons-18-white.png
A src/main/webapp/resources/css/images/icons-36-black.png
A src/main/webapp/resources/css/images/icons-36-white.png
A src/main/webapp/resources/css/jquery.mobile-1.0rc2.min.css
A src/main/webapp/resources/css/m.screen.css
A src/main/webapp/resources/css/screen.css
A src/main/webapp/resources/gfx/banner.png
A src/main/webapp/resources/gfx/icon_large.png
A src/main/webapp/resources/gfx/icon_medium.png
A src/main/webapp/resources/gfx/icon_small.png
A src/main/webapp/resources/gfx/logo.png
A src/main/webapp/resources/js/app.js
A src/main/webapp/resources/js/jquery-1.6.4.min.js
A src/main/webapp/resources/js/jquery.mobile-1.0rc2.min.js
A src/main/webapp/script/easteregg.js
A src/main/webapp/style/admin.css
A src/main/webapp/style/background.png
A src/main/webapp/style/btn_next.png
A src/main/webapp/style/btn_previous.png
A src/main/webapp/style/buytickets.png
A src/main/webapp/style/curtains.png
A src/main/webapp/style/default.css
A src/main/webapp/style/menu_bg.png
A src/main/webapp/style/menu_highlight.png
A src/main/webapp/style/rawr.png
A src/main/webapp/style/sectionheader_bg.png
A src/main/webapp/style/table_header.png
A src/main/webapp/style/ticket.png
A src/main/webapp/viewevent.xhtml
A src/test/java/org/jboss/jdf/examples/test/MemberRegistrationTest.java
A src/test/qunit/index.html
A src/test/qunit/qunit/qunit.css
A src/test/qunit/qunit/qunit.js
A src/test/qunit/test/test.js
A src/test/resources/arquillian.xml
Log Message:
-----------
first commit
Commit: 9825198c78fed8c905783cccb5a01ab6174a0f6f
https://github.com/pmuir/ticket-monster/commit/9825198c78fed8c905783cccb5a01ab6174a0f6f
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Changed paths:
R .classpath
R .factorypath
R .project
R readme.html
Log Message:
-----------
removed unnecessary files
Commit: a0ae3e94c15b81e2ad3723e79c58a5602d90014d
https://github.com/pmuir/ticket-monster/commit/a0ae3e94c15b81e2ad3723e79c58a5602d90014d
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Changed paths:
R .settings/.jsdtscope
R .settings/org.eclipse.core.resources.prefs
R .settings/org.eclipse.jdt.core.prefs
R .settings/org.eclipse.m2e.core.prefs
R .settings/org.eclipse.wst.common.component
R .settings/org.eclipse.wst.common.project.facet.core.prefs.xml
R .settings/org.eclipse.wst.common.project.facet.core.xml
R .settings/org.eclipse.wst.jsdt.ui.superType.container
R .settings/org.eclipse.wst.jsdt.ui.superType.name
R .settings/org.hibernate.eclipse.console.prefs
Log Message:
-----------
removed .settings dir
Commit: e433f207ca762b1213395000af95e44944a30827
https://github.com/pmuir/ticket-monster/commit/e433f207ca762b1213395000af95e44944a30827
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Changed paths:
M readme.md
Log Message:
-----------
update readme title
Commit: fdd562e47bfdaf641d6b0907e951259f24b5e0a3
https://github.com/pmuir/ticket-monster/commit/fdd562e47bfdaf641d6b0907e951259f24b5e0a3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2011-12-07 (Wed, 07 Dec 2011)
Changed paths:
M pom.xml
Log Message:
-----------
Adding Solder
Commit: c3589ca87f323725128e61c3db55c7ff7f7eddda
https://github.com/pmuir/ticket-monster/commit/c3589ca87f323725128e61c3db55c7ff7f7eddda
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObject.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectCredential.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectCredentialType.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectRelationship.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectRelationshipType.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityObjectType.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityPermission.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/IdentityRoleName.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/User.java
R src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/RowCache.java
R src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/SectionCache.java
R src/main/java/org/jboss/jdf/example/ticketmonster/qualifier/SectionRowCache.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
A src/main/rebel.xml
A src/main/resources/rebel.xml
A src/main/webapp/event.xhtml
A src/main/webapp/resources/js/jquery-1.7.1.min.js
A src/main/webapp/resources/js/jquery-ui-1.8.14.custom.min.js
Log Message:
-----------
Intermediate work
Commit: 7b1e6d3ea803d0e2a033d1356d36a353156fc602
https://github.com/pmuir/ticket-monster/commit/7b1e6d3ea803d0e2a033d1356d36a353156fc602
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2011-12-29 (Thu, 29 Dec 2011)
Changed paths:
M pom.xml
M src/main/java/org/jboss/jdf/example/ticketmonster/action/BookingManager.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Revision.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/webapp/event.xhtml
Log Message:
-----------
Refactoring event/venue services - adding event page
Commit: 751f2d638a000a09edbde169c6f03a8f9f3ba83c
https://github.com/pmuir/ticket-monster/commit/751f2d638a000a09edbde169c6f03a8f9f3ba83c
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2011-12-29 (Thu, 29 Dec 2011)
Changed paths:
A .gitignore
Log Message:
-----------
Add Eclipse ignores
Commit: 3e8f9c05784a05587551468f101c7820cfb7e14d
https://github.com/pmuir/ticket-monster/commit/3e8f9c05784a05587551468f101c7820cfb7e14d
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2011-12-29 (Thu, 29 Dec 2011)
Changed paths:
M pom.xml
Log Message:
-----------
Use JBoss AS Deploy Plugin 7.1.0.Beta1b
Commit: d2bdf04f5deb1b18cf48588bfc00b7811471d892
https://github.com/pmuir/ticket-monster/commit/d2bdf04f5deb1b18cf48588bfc00b7811471d892
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-11 (Wed, 11 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/CategoryService.java
Log Message:
-----------
Adding category service
- new CategoryService endpoint
- add default implementation
Commit: 072c86f6569524c04ff1d77e62540cbdbc6fd658
https://github.com/pmuir/ticket-monster/commit/072c86f6569524c04ff1d77e62540cbdbc6fd658
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-12 (Thu, 12 Jan 2012)
Changed paths:
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/resources/import.sql
R src/main/webapp/event.xhtml
A src/main/webapp/events.html
A src/main/webapp/venues.html
Log Message:
-----------
Add event drill-down to details
Commit: 79263c0b194edcad0a0f7ec89b78996d589bb20b
https://github.com/pmuir/ticket-monster/commit/79263c0b194edcad0a0f7ec89b78996d589bb20b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-14 (Sat, 14 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/action/EventAction.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Document.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Revision.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/resources/import.sql
M src/main/webapp/events.html
M src/main/webapp/venues.html
Log Message:
-----------
Refactored domain model:
- removed revisions for documents
- introduced Show-Performance drilldown
Commit: e601173b6a96faf84f25bade0c2409442f4ac335
https://github.com/pmuir/ticket-monster/commit/e601173b6a96faf84f25bade0c2409442f4ac335
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-14 (Sat, 14 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
Log Message:
-----------
Add link back from Performance to Show
Commit: 14dbafc730e3b16e5bd617b6fd28e5946d9826e7
https://github.com/pmuir/ticket-monster/commit/14dbafc730e3b16e5bd617b6fd28e5946d9826e7
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-14 (Sat, 14 Jan 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
Remove duplicate inserts
Commit: 72177e4e3d69b3256b40cd7eb06591e630e924aa
https://github.com/pmuir/ticket-monster/commit/72177e4e3d69b3256b40cd7eb06591e630e924aa
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-16 (Mon, 16 Jan 2012)
Changed paths:
M src/main/webapp/events.html
Log Message:
-----------
Minor UI change
Commit: 499968212156e1dacf7aa139af2c146c696b2498
https://github.com/pmuir/ticket-monster/commit/499968212156e1dacf7aa139af2c146c696b2498
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/action/BaseEventSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/BookingManager.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/CategorySearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/DocumentResourceSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventBooking.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventDetail.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/LayoutAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueLayoutSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/Availability.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/RowAllocation.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/SectionAllocation.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Member.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/MemberService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/CategoryManagement.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/Crud.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/EventManagement.java
R src/main/resources/rebel.xml
M src/main/webapp/WEB-INF/faces-config.xml
R src/main/webapp/WEB-INF/templates/admin.xhtml
R src/main/webapp/WEB-INF/templates/default.xhtml
R src/main/webapp/WEB-INF/templates/simple.xhtml
R src/main/webapp/index.html
R src/main/webapp/m.index.html
R src/test/java/org/jboss/jdf/examples/test/MemberRegistrationTest.java
R src/test/qunit/index.html
R src/test/qunit/qunit/qunit.css
R src/test/qunit/qunit/qunit.js
R src/test/qunit/test/test.js
Log Message:
-----------
Cleanup: remove unusable classes
Commit: e3a4bd87d83c3e17521ee866eff5ad5fb84eb6ef
https://github.com/pmuir/ticket-monster/commit/e3a4bd87d83c3e17521ee866eff5ad5fb84eb6ef
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M readme.md
Log Message:
-----------
Removed content of readme.md - not applicable
Commit: efa3ff096507a4bbdf66a7047ed1fbe0c9bce23e
https://github.com/pmuir/ticket-monster/commit/efa3ff096507a4bbdf66a7047ed1fbe0c9bce23e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
R src/main/rebel.xml
Log Message:
-----------
Removed JRebel integration (for now)
Commit: 4a4794e93b8b027e7040d992b21e6a6b7d5e4bf4
https://github.com/pmuir/ticket-monster/commit/4a4794e93b8b027e7040d992b21e6a6b7d5e4bf4
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M src/main/webapp/venues.html
Log Message:
-----------
Minor UI
Commit: d96eef97268eefb7140654abf64b8302b98bb0cf
https://github.com/pmuir/ticket-monster/commit/d96eef97268eefb7140654abf64b8302b98bb0cf
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Added IntelliJ files to ignored index
Commit: f1fe819c9ae53bf8351e94e05f3d1ba03210e301
https://github.com/pmuir/ticket-monster/commit/f1fe819c9ae53bf8351e94e05f3d1ba03210e301
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
R src/main/webapp/resources/js/app.js
R src/main/webapp/resources/js/jquery-1.6.4.min.js
Log Message:
-----------
Removed unused JavaScript files
Commit: 61b1a8af1aafa9f98e9f58798d606ceca75001b9
https://github.com/pmuir/ticket-monster/commit/61b1a8af1aafa9f98e9f58798d606ceca75001b9
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
R src/main/webapp/viewevent.xhtml
Log Message:
-----------
Cleanup: remove remaining xhtml files
Commit: 1782684eda4f44066a1c69d7b7eb9b77a96ac11c
https://github.com/pmuir/ticket-monster/commit/1782684eda4f44066a1c69d7b7eb9b77a96ac11c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Customer.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Document.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/DocumentResource.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/util/DocumentResourceServlet.java
M src/main/resources/import.sql
Log Message:
-----------
Domain model rework:
-- elliminated Document and DocumentResource
-- introduced MediaItem
-- Event and Venue specify a description directly (removed RTF description text for events)
-- Event and Venue have an associated 'picture' property referencing a MediaItem
-- Added a JAX-RS MediaService for retrieving picture content
Commit: 3ea6c3e715b9d866d092e78fd9de0d4f8c34d90d
https://github.com/pmuir/ticket-monster/commit/3ea6c3e715b9d866d092e78fd9de0d4f8c34d90d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M .gitignore
M readme.md
R src/main/java/org/jboss/jdf/example/ticketmonster/action/BaseEventSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/BookingManager.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/CategorySearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/DocumentResourceSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventBooking.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventDetail.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/EventSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/LayoutAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueAction.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueLayoutSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/action/VenueSearch.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/Availability.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/RowAllocation.java
R src/main/java/org/jboss/jdf/example/ticketmonster/dto/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Customer.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Document.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/DocumentResource.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Member.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/MemberService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/CategoryManagement.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/Crud.java
R src/main/java/org/jboss/jdf/example/ticketmonster/server/EventManagement.java
R src/main/java/org/jboss/jdf/example/ticketmonster/util/DocumentResourceServlet.java
R src/main/rebel.xml
M src/main/resources/import.sql
R src/main/resources/rebel.xml
M src/main/webapp/WEB-INF/faces-config.xml
R src/main/webapp/WEB-INF/templates/admin.xhtml
R src/main/webapp/WEB-INF/templates/default.xhtml
R src/main/webapp/WEB-INF/templates/simple.xhtml
R src/main/webapp/index.html
R src/main/webapp/m.index.html
R src/main/webapp/resources/js/app.js
R src/main/webapp/resources/js/jquery-1.6.4.min.js
M src/main/webapp/venues.html
R src/main/webapp/viewevent.xhtml
R src/test/java/org/jboss/jdf/examples/test/MemberRegistrationTest.java
R src/test/qunit/index.html
R src/test/qunit/qunit/qunit.css
R src/test/qunit/qunit/qunit.js
R src/test/qunit/test/test.js
Log Message:
-----------
Merge branch 'feature/domain-refactor' into develop
Commit: 262bd73377bb01c5bcf061bcb02874af5f502f67
https://github.com/pmuir/ticket-monster/commit/262bd73377bb01c5bcf061bcb02874af5f502f67
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
Log Message:
-----------
Import cleanup
Commit: a1fae523c46b1777fb611ee1e9be1db1f772afb2
https://github.com/pmuir/ticket-monster/commit/a1fae523c46b1777fb611ee1e9be1db1f772afb2
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-17 (Tue, 17 Jan 2012)
Changed paths:
M src/main/resources/import.sql
M src/main/webapp/events.html
Log Message:
-----------
Data + minor UI changes
Commit: f51d5271a841842c225d0cd6d896b4bd3c66e492
https://github.com/pmuir/ticket-monster/commit/f51d5271a841842c225d0cd6d896b4bd3c66e492
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-18 (Wed, 18 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/webapp/events.html
Log Message:
-----------
Multiple fixes:
- domain model corrections (avoid circular mapping in JSON)
- rest services - refactored extraction of parameters
- UI added event drilldown and basic booking
Commit: ca26ef656effdf37eadc3190853eb85b5d8aa4e7
https://github.com/pmuir/ticket-monster/commit/ca26ef656effdf37eadc3190853eb85b5d8aa4e7
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-18 (Wed, 18 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/resources/import.sql
M src/main/webapp/events.html
Log Message:
-----------
Merge branch 'feature/event-drilldown' into develop
Commit: 565977bf231cbdf477124ee0763c2cfe85f099ba
https://github.com/pmuir/ticket-monster/commit/565977bf231cbdf477124ee0763c2cfe85f099ba
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Customer.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionRow.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Clean up persistence annotations - all should be placed on the fields now
Commit: 702a8678ed26f4a9397b60d49b9fbfa4e70a1988
https://github.com/pmuir/ticket-monster/commit/702a8678ed26f4a9397b60d49b9fbfa4e70a1988
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/events.html
Log Message:
-----------
Basic booking
Commit: b7ecfe4ce04a97107b8e518586e7a16415d0045b
https://github.com/pmuir/ticket-monster/commit/b7ecfe4ce04a97107b8e518586e7a16415d0045b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/events.html
Log Message:
-----------
Partial work
Commit: f4c350a4976c68e25a1785a4a31101719094889e
https://github.com/pmuir/ticket-monster/commit/f4c350a4976c68e25a1785a4a31101719094889e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/webapp/events.html
Log Message:
-----------
handle POST bookings and incoming answers correctly
Commit: 1ebcd9c0a9eaa430b4763d0c8e5ac3cf3b49ed9a
https://github.com/pmuir/ticket-monster/commit/1ebcd9c0a9eaa430b4763d0c8e5ac3cf3b49ed9a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/webapp/events.html
Log Message:
-----------
Minor - add Section to text
Commit: 1d1d04cf9fcdc9c4082c07dc3eaca6dcf97f275a
https://github.com/pmuir/ticket-monster/commit/1d1d04cf9fcdc9c4082c07dc3eaca6dcf97f275a
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M pom.xml
Log Message:
-----------
* Remove weird outputDirectory
* use project.artifactId as finalName for Eclipse wtp compatibility
* Reformat file
* Update jboss as to 7.1.0.CR1
Commit: 0fc79b7a0da5c0435bc1a1e23360a3fb37cb9567
https://github.com/pmuir/ticket-monster/commit/0fc79b7a0da5c0435bc1a1e23360a3fb37cb9567
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
A admin_layer.fsh
Log Message:
-----------
First version of Admin Layer generated by Forge
Commit: c32ed1ea4fb5b879c2b218b1a115053f7f70e287
https://github.com/pmuir/ticket-monster/commit/c32ed1ea4fb5b879c2b218b1a115053f7f70e287
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Update to newer version of Java EE spec BOM
Commit: bbd70d89143eca848bf93eff2ffc4499904b536d
https://github.com/pmuir/ticket-monster/commit/bbd70d89143eca848bf93eff2ffc4499904b536d
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Minor change to forge script
Commit: 8019cdbe68b0770b93428c2bf02b8ef36241f166
https://github.com/pmuir/ticket-monster/commit/8019cdbe68b0770b93428c2bf02b8ef36241f166
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/resources/import.sql
Log Message:
-----------
PriceCategory is now linked to a Show
Commit: 92886998d08b4e4d07d9b1762b618665bdfc8f2d
https://github.com/pmuir/ticket-monster/commit/92886998d08b4e4d07d9b1762b618665bdfc8f2d
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Clean up relationship
Commit: 5269a8d6220e19b020d1fc64efe753252b9bc1f4
https://github.com/pmuir/ticket-monster/commit/5269a8d6220e19b020d1fc64efe753252b9bc1f4
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
Log Message:
-----------
Add bi-directional relationships
Commit: 023579f35c1c430383854570292c002e7d25ff19
https://github.com/pmuir/ticket-monster/commit/023579f35c1c430383854570292c002e7d25ff19
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
JSON marshalling corrections:
- do not marshal layouts with venues
Commit: 6abc0386ecdd21d44b90651c2e33825fff73c4bb
https://github.com/pmuir/ticket-monster/commit/6abc0386ecdd21d44b90651c2e33825fff73c4bb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-20 (Fri, 20 Jan 2012)
Changed paths:
M src/main/webapp/events.html
Log Message:
-----------
Availability support
Commit: 3ea62f6d0de4102159b4c156cdfaedf51fc4ae76
https://github.com/pmuir/ticket-monster/commit/3ea62f6d0de4102159b4c156cdfaedf51fc4ae76
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-21 (Sat, 21 Jan 2012)
Changed paths:
M src/main/resources/META-INF/persistence.xml
Log Message:
-----------
Enable sql logging in persistence.xml
Commit: 21acda8fe4983b41447e8bf9ac77512737a83e50
https://github.com/pmuir/ticket-monster/commit/21acda8fe4983b41447e8bf9ac77512737a83e50
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-21 (Sat, 21 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
Log Message:
-----------
Add inverse mapping from Booking to Allocation
Commit: c821141d6407674e3f641c0f4bc5c89fa1ed68c8
https://github.com/pmuir/ticket-monster/commit/c821141d6407674e3f641c0f4bc5c89fa1ed68c8
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/webapp/events.html
Log Message:
-----------
Booking with price categories computed
Commit: 8b01e78e2c48af1ca2cc233b210c625bb5200a6f
https://github.com/pmuir/ticket-monster/commit/8b01e78e2c48af1ca2cc233b210c625bb5200a6f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategoryCount.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/DeleteRequest.java
M src/main/webapp/events.html
Log Message:
-----------
Booking enhancements: bookings store ticket type distributions + suport for booking deletion
Commit: ff43c33f41cfeb0063a3042bb96d6cc8e994ce07
https://github.com/pmuir/ticket-monster/commit/ff43c33f41cfeb0063a3042bb96d6cc8e994ce07
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategoryCount.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/DeleteRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/resources/META-INF/persistence.xml
M src/main/webapp/events.html
Log Message:
-----------
Merge branch 'feature/availability' into develop
Commit: c9d8e71fa814cfc78dfab350f588e7f7068183e2
https://github.com/pmuir/ticket-monster/commit/c9d8e71fa814cfc78dfab350f588e7f7068183e2
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
Log Message:
-----------
Spelling
Commit: 867c69f4460124c0cbd6593dd73c03de8a9b2de5
https://github.com/pmuir/ticket-monster/commit/867c69f4460124c0cbd6593dd73c03de8a9b2de5
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/AllocationTicketCategoryCount.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategoryCount.java
Log Message:
-----------
Rename TicketCategoryCount
Commit: 85aeccac6820e1e38532ae751303a2690919e0cf
https://github.com/pmuir/ticket-monster/commit/85aeccac6820e1e38532ae751303a2690919e0cf
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Rename TicketCategoryCount
Commit: 05823166d3fb9446337e3bfba802b32f5a5e6b51
https://github.com/pmuir/ticket-monster/commit/05823166d3fb9446337e3bfba802b32f5a5e6b51
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionRow.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/resources/import.sql
M src/main/webapp/events.html
Log Message:
-----------
Partial changes to the model:
- renamed Row;
- removed show-venue dependency (accessible through venuelayout)
Commit: c8c51eedd7dbf3f6b2c897f5f275d1433ffa756d
https://github.com/pmuir/ticket-monster/commit/c8c51eedd7dbf3f6b2c897f5f275d1433ffa756d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-22 (Sun, 22 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/resources/import.sql
M src/main/webapp/events.html
Log Message:
-----------
More domain model adjustments, add constrains
Commit: b9ecbc791cfe95c38c4220f65ba0914f941a1785
https://github.com/pmuir/ticket-monster/commit/b9ecbc791cfe95c38c4220f65ba0914f941a1785
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-23 (Mon, 23 Jan 2012)
Changed paths:
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/resources/import.sql
Log Message:
-----------
Set Address as embeddable entity
Commit: 746cabbee6fa7189b5881fc2657d39002002e867
https://github.com/pmuir/ticket-monster/commit/746cabbee6fa7189b5881fc2657d39002002e867
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Various fixes:
* Generate UI for all entities to avoid Forge/Metawidget bug
* Tidy up imports and remove * imports which Forge can't cope with
* Move default instantiation to entity
Commit: f8dfa8e12db899d4bce31975d2c3dd71e7e36962
https://github.com/pmuir/ticket-monster/commit/f8dfa8e12db899d4bce31975d2c3dd71e7e36962
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Merge pull request #3 from pmuir/various
Various
Commit: 1351ff362aee9756823ee865d1ac4f8292ba377a
https://github.com/pmuir/ticket-monster/commit/1351ff362aee9756823ee865d1ac4f8292ba377a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
Log Message:
-----------
Minor:
- correcting imports;
- change collections from Lists to Sets
Commit: f9a786c622b1c2393096e5b5b6b53d92dbf80f54
https://github.com/pmuir/ticket-monster/commit/f9a786c622b1c2393096e5b5b6b53d92dbf80f54
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Minor (2):
- more List to Set changes;
- adding collection initialization;
Commit: 65c5efa6ebea8691e4c7160dd48c0fd62dc04e38
https://github.com/pmuir/ticket-monster/commit/65c5efa6ebea8691e4c7160dd48c0fd62dc04e38
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Slipped
Commit: 02af1923363c1b37a6bbcd0834c894b05a6dde7d
https://github.com/pmuir/ticket-monster/commit/02af1923363c1b37a6bbcd0834c894b05a6dde7d
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
Log Message:
-----------
Use getters and setters so forge doesn't get confused
Commit: d0f1e710c6fbca708bbf1408b2043776dea81467
https://github.com/pmuir/ticket-monster/commit/d0f1e710c6fbca708bbf1408b2043776dea81467
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
Log Message:
-----------
Instantiate an empty address
Commit: edfc6cd0c5102696298e295463b4f5b79deffb8e
https://github.com/pmuir/ticket-monster/commit/edfc6cd0c5102696298e295463b4f5b79deffb8e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
Log Message:
-----------
Merge pull request #5 from pmuir/instantiate
Instantiate
Commit: 22067d5e55e2516720c3efff980704b8c7fa93b3
https://github.com/pmuir/ticket-monster/commit/22067d5e55e2516720c3efff980704b8c7fa93b3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Added equals()/hashcode() to all entitities, except the ones involved in Booking
Commit: fafa35b9239a90ff9cce086c98995201870f2db2
https://github.com/pmuir/ticket-monster/commit/fafa35b9239a90ff9cce086c98995201870f2db2
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Customer.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
More domain fixes:
- removed Customer (not needed for now)
- moved Allocation->performance relationship to Booking
- added hashcode()/equals for Allocation and Booking
Commit: 48ca2c4bf867d90febd35555f391f28f88c7e3ca
https://github.com/pmuir/ticket-monster/commit/48ca2c4bf867d90febd35555f391f28f88c7e3ca
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Revert allocation collection change from Set to List
Commit: 056aedfdda6be292fac3452a34d5198a2955db8f
https://github.com/pmuir/ticket-monster/commit/056aedfdda6be292fac3452a34d5198a2955db8f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
A src/main/webapp/resources/js/backbone-min.js
A src/main/webapp/resources/js/underscore-min.js
Log Message:
-----------
Add Backbone.js
Commit: 3d9a805c630225c1ede381d8808f9a6fbdb8b30e
https://github.com/pmuir/ticket-monster/commit/3d9a805c630225c1ede381d8808f9a6fbdb8b30e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/webapp/events.html
Log Message:
-----------
Add Backbone.js and css to the main page
Commit: ebefb673cadcc4fb713682cf7c69327969cdc1e8
https://github.com/pmuir/ticket-monster/commit/ebefb673cadcc4fb713682cf7c69327969cdc1e8
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/webapp/events.html
A src/main/webapp/index.html
Log Message:
-----------
Initial Backbone integration
Commit: 8d1b7ffa1d44e0a725d90a080317f40717b7eef8
https://github.com/pmuir/ticket-monster/commit/8d1b7ffa1d44e0a725d90a080317f40717b7eef8
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/webapp/index.html
A src/main/webapp/resources/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
A src/main/webapp/resources/css/images/ui-bg_flat_15_cd0a0a_40x100.png
A src/main/webapp/resources/css/images/ui-bg_glass_100_e4f1fb_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_50_3baae3_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_80_d7ebf9_1x400.png
A src/main/webapp/resources/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-hard_70_000000_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
A src/main/webapp/resources/css/images/ui-icons_2694e8_256x240.png
A src/main/webapp/resources/css/images/ui-icons_2e83ff_256x240.png
A src/main/webapp/resources/css/images/ui-icons_3d80b3_256x240.png
A src/main/webapp/resources/css/images/ui-icons_72a7cf_256x240.png
A src/main/webapp/resources/css/images/ui-icons_ffffff_256x240.png
A src/main/webapp/resources/css/jquery-ui.css
Log Message:
-----------
Basic events->detail drilldown
Commit: 5d05354f665051eec51f4dc7316f51fbeff18cb9
https://github.com/pmuir/ticket-monster/commit/5d05354f665051eec51f4dc7316f51fbeff18cb9
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/webapp/index.html
Log Message:
-----------
Advanced event-detail drilldown
Commit: 97b2411b90c281d979aeac4063de0cd046702df9
https://github.com/pmuir/ticket-monster/commit/97b2411b90c281d979aeac4063de0cd046702df9
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M src/main/webapp/index.html
Log Message:
-----------
Advanced event-detail drilldown
Commit: 6be32db764848ade9fca3a2377cbff6e94188e21
https://github.com/pmuir/ticket-monster/commit/6be32db764848ade9fca3a2377cbff6e94188e21
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/webapp/index.html
Log Message:
-----------
Fix single-event links
Commit: 718b1cd1621c7986f3b5c381c2aca77a493aa9e7
https://github.com/pmuir/ticket-monster/commit/718b1cd1621c7986f3b5c381c2aca77a493aa9e7
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Add toString() needed for CRUD
Commit: 467aee00269033375220526b988d355e3efa9669
https://github.com/pmuir/ticket-monster/commit/467aee00269033375220526b988d355e3efa9669
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Add RichFaces
Commit: 8aff611b0354b83e8b69d515166450bcf6a5a1b6
https://github.com/pmuir/ticket-monster/commit/8aff611b0354b83e8b69d515166450bcf6a5a1b6
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
Log Message:
-----------
Map explicitly as TIMESTAMP to help Scaffold
Commit: af9419c964a3f804c60e653b404a75ac3eb47dcf
https://github.com/pmuir/ticket-monster/commit/af9419c964a3f804c60e653b404a75ac3eb47dcf
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Use static imports and always cascade on one to many's (needed by CRUD)
Commit: 73df211c71eddbfadc7405249df391b1d720c3ee
https://github.com/pmuir/ticket-monster/commit/73df211c71eddbfadc7405249df391b1d720c3ee
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/webapp/index.html
Log Message:
-----------
Booking view added
Commit: 8cb6f1f480eba5331de646b3afbf707c6af3bd2c
https://github.com/pmuir/ticket-monster/commit/8cb6f1f480eba5331de646b3afbf707c6af3bd2c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Fixed issue with allocation persisting
Commit: 145d0204b73a144a277b1f9cb4454161f135d09b
https://github.com/pmuir/ticket-monster/commit/145d0204b73a144a277b1f9cb4454161f135d09b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/index.html
Log Message:
-----------
Delete booking
Commit: 2852e9387bdf2134d2a9018aa231d66afdf8281a
https://github.com/pmuir/ticket-monster/commit/2852e9387bdf2134d2a9018aa231d66afdf8281a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/events.html
A src/main/webapp/index.html
A src/main/webapp/resources/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
A src/main/webapp/resources/css/images/ui-bg_flat_15_cd0a0a_40x100.png
A src/main/webapp/resources/css/images/ui-bg_glass_100_e4f1fb_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_50_3baae3_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_80_d7ebf9_1x400.png
A src/main/webapp/resources/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-hard_70_000000_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png
A src/main/webapp/resources/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
A src/main/webapp/resources/css/images/ui-icons_2694e8_256x240.png
A src/main/webapp/resources/css/images/ui-icons_2e83ff_256x240.png
A src/main/webapp/resources/css/images/ui-icons_3d80b3_256x240.png
A src/main/webapp/resources/css/images/ui-icons_72a7cf_256x240.png
A src/main/webapp/resources/css/images/ui-icons_ffffff_256x240.png
A src/main/webapp/resources/css/jquery-ui.css
A src/main/webapp/resources/js/backbone-min.js
A src/main/webapp/resources/js/underscore-min.js
Log Message:
-----------
Merge branch 'feature/structure' into develop
Commit: 75802c4e9ac80cfe6091e2337245c0cbd4c0af61
https://github.com/pmuir/ticket-monster/commit/75802c4e9ac80cfe6091e2337245c0cbd4c0af61
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Merge branch 'richfaces' of https://github.com/pmuir/ticket-monster-1 into pmuir-richfaces
Commit: c3d6764b3ab72705d482f61ca286c343f4d3e20b
https://github.com/pmuir/ticket-monster/commit/c3d6764b3ab72705d482f61ca286c343f4d3e20b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
R src/main/webapp/index.html
A src/main/webapp/tm-index.html
Log Message:
-----------
Temporarily rename index.html to work properly with forge
Commit: c7b22122a2a6a181f54c6f4935c8a6d4e92ea11a
https://github.com/pmuir/ticket-monster/commit/c7b22122a2a6a181f54c6f4935c8a6d4e92ea11a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
Reset hibernate sequence to avoid issues with creating new items
Commit: f18686e46b1b517df38d9485b458335364a75475
https://github.com/pmuir/ticket-monster/commit/f18686e46b1b517df38d9485b458335364a75475
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix condition
Commit: b7f05a583bdeb59418910c91c1d3280af37f62bb
https://github.com/pmuir/ticket-monster/commit/b7f05a583bdeb59418910c91c1d3280af37f62bb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix calculations
Commit: 15e858acd1a51f8a1f586445afdbff0b0da5c465
https://github.com/pmuir/ticket-monster/commit/15e858acd1a51f8a1f586445afdbff0b0da5c465
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix condition
Commit: 0d9fafd13d40876a9ff3449287efde1e681853da
https://github.com/pmuir/ticket-monster/commit/0d9fafd13d40876a9ff3449287efde1e681853da
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-27 (Fri, 27 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Change ID generation strategy to identity
See http://seamspace.blogspot.com/2011/09/upgrade-hibernate-core-36-to-40.html for more
Commit: f8481aaab08a55ddf6340d2b98017567c3738dd8
https://github.com/pmuir/ticket-monster/commit/f8481aaab08a55ddf6340d2b98017567c3738dd8
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-27 (Fri, 27 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
Log Message:
-----------
Merge pull request #8 from pmuir/identity
Change ID generation strategy to identity
Commit: 3d39a16edf8d9ebc2fef29680025b49643f099ed
https://github.com/pmuir/ticket-monster/commit/3d39a16edf8d9ebc2fef29680025b49643f099ed
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-27 (Fri, 27 Jan 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
Removed sequence change
Commit: 4a650d91e94e111cb47b9fcdb3f378a3d7c43b8b
https://github.com/pmuir/ticket-monster/commit/4a650d91e94e111cb47b9fcdb3f378a3d7c43b8b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-27 (Fri, 27 Jan 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/VenueLayout.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/resources/import.sql
M src/main/webapp/tm-index.html
Log Message:
-----------
Remove VenueLayout:
- Venue references Sections directly
- Show references Venue directly
- sundry fixes to the main page
Commit: 9ee0e3676639dd4a1502ac9e9bd5ff3bb922f7fe
https://github.com/pmuir/ticket-monster/commit/9ee0e3676639dd4a1502ac9e9bd5ff3bb922f7fe
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/CategoryConverter.java
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/SelectItems.java
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/VenueConverter.java
Log Message:
-----------
Remove uneeded files
Commit: 5fc208faf99642aff2e7a71fadb00ee81f1afba2
https://github.com/pmuir/ticket-monster/commit/5fc208faf99642aff2e7a71fadb00ee81f1afba2
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/CategoryConverter.java
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/SelectItems.java
R src/main/java/org/jboss/jdf/example/ticketmonster/jsf/VenueConverter.java
Log Message:
-----------
Merge pull request #10 from pmuir/cleanup
Remove uneeded files
Commit: ebcbda99f630b6888d2e5602d81e9b60201cb7fa
https://github.com/pmuir/ticket-monster/commit/ebcbda99f630b6888d2e5602d81e9b60201cb7fa
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
R src/main/webapp/events.html
R src/main/webapp/venues.html
Log Message:
-----------
Remove unused files
Commit: a8ecc5563a981df93e4f6216dad88e997dbbc269
https://github.com/pmuir/ticket-monster/commit/a8ecc5563a981df93e4f6216dad88e997dbbc269
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
R src/main/webapp/home.xhtml
R src/main/webapp/script/easteregg.js
Log Message:
-----------
Further deletes
Commit: d8462749a2ca1529da22f1d379f4cf9888b2334c
https://github.com/pmuir/ticket-monster/commit/d8462749a2ca1529da22f1d379f4cf9888b2334c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M src/main/webapp/resources/js/backbone-min.js
A src/main/webapp/resources/js/tm-utils.js
R src/main/webapp/style/admin.css
R src/main/webapp/style/background.png
R src/main/webapp/style/btn_next.png
R src/main/webapp/style/btn_previous.png
R src/main/webapp/style/buytickets.png
R src/main/webapp/style/curtains.png
R src/main/webapp/style/default.css
R src/main/webapp/style/menu_bg.png
R src/main/webapp/style/menu_highlight.png
R src/main/webapp/style/rawr.png
R src/main/webapp/style/sectionheader_bg.png
R src/main/webapp/style/table_header.png
R src/main/webapp/style/ticket.png
M src/main/webapp/tm-index.html
Log Message:
-----------
Housekeeping
* extracting utilities in a separate JavaCript file
* removed unused files
* Upgrade to backbone.js 0.9
Commit: a4625c0c3daabd451488330e6deb52877205fc93
https://github.com/pmuir/ticket-monster/commit/a4625c0c3daabd451488330e6deb52877205fc93
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Extract submission as separate event
Commit: 84f9aec58b9400c369172075214ee13492d55a7d
https://github.com/pmuir/ticket-monster/commit/84f9aec58b9400c369172075214ee13492d55a7d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/tm-index.html
Log Message:
-----------
Refactoring the view
Commit: 02993a5f46a829e87e004e3d0f559026393dc82f
https://github.com/pmuir/ticket-monster/commit/02993a5f46a829e87e004e3d0f559026393dc82f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-02 (Thu, 02 Feb 2012)
Changed paths:
A src/main/webapp/resources/js/modernizr-2.0.6.js
M src/main/webapp/tm-index.html
A src/main/webapp/tm-mobile.html
Log Message:
-----------
Initial mobile
Commit: f6d97db929c6be1260df55832807dcd323f5c4db
https://github.com/pmuir/ticket-monster/commit/f6d97db929c6be1260df55832807dcd323f5c4db
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-06 (Mon, 06 Feb 2012)
Changed paths:
M src/main/webapp/resources/css/images/ui-icons_3d80b3_256x240.png
A src/main/webapp/resources/css/jquery-ui-1.8.17.custom.css
R src/main/webapp/resources/css/jquery-ui.css
Log Message:
-----------
Update stylesheets
Commit: 3affde03a3f32b734814fd0b9eb9d7ab2b3680f1
https://github.com/pmuir/ticket-monster/commit/3affde03a3f32b734814fd0b9eb9d7ab2b3680f1
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-06 (Mon, 06 Feb 2012)
Changed paths:
R src/main/webapp/resources/js/backbone-min.js
A src/main/webapp/resources/js/backbone.js
R src/main/webapp/resources/js/jquery-ui-1.8.14.custom.min.js
A src/main/webapp/resources/js/jquery-ui-1.8.17.custom.min.js
A src/main/webapp/resources/js/jquery.mobile-1.0.1.min.js
R src/main/webapp/resources/js/jquery.mobile-1.0rc2.min.js
A src/main/webapp/resources/js/jquery.mobile.router.js
A src/main/webapp/resources/js/underscore.js
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile.html
Log Message:
-----------
Update mobile and desktop pages
Commit: 27e9317daa3662d9babb5b5a0705502a6ec72f62
https://github.com/pmuir/ticket-monster/commit/27e9317daa3662d9babb5b5a0705502a6ec72f62
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-06 (Mon, 06 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
Log Message:
-----------
Return performances ordered by their time
Commit: 19d56cda0781dc6f6ee1c529f32e2386d69def4f
https://github.com/pmuir/ticket-monster/commit/19d56cda0781dc6f6ee1c529f32e2386d69def4f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M src/main/webapp/resources/css/screen.css
M src/main/webapp/resources/js/tm-utils.js
M src/main/webapp/tm-index.html
Log Message:
-----------
Introduce templates - part 1
Commit: e06398a5febb2698ffad2aa962600f9ce3c9c21d
https://github.com/pmuir/ticket-monster/commit/e06398a5febb2698ffad2aa962600f9ce3c9c21d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M src/main/webapp/resources/js/tm-utils.js
M src/main/webapp/tm-index.html
Log Message:
-----------
Further work in reorganizing code
Commit: 74a46cdb5a202ba8df256bfbec1f99f4f0f5d50d
https://github.com/pmuir/ticket-monster/commit/74a46cdb5a202ba8df256bfbec1f99f4f0f5d50d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Further work in reorganizing code
Commit: f6245a9b6e91483d554c43782917df8784012659
https://github.com/pmuir/ticket-monster/commit/f6245a9b6e91483d554c43782917df8784012659
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
renamed function
Commit: 45f8b52f763ba65b6bcc272d9c1f0e9dd53f0379
https://github.com/pmuir/ticket-monster/commit/45f8b52f763ba65b6bcc272d9c1f0e9dd53f0379
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-08 (Wed, 08 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile.html
Log Message:
-----------
Further changes
Commit: c19c77e046271bb191bdc76ea3bea3a95e992300
https://github.com/pmuir/ticket-monster/commit/c19c77e046271bb191bdc76ea3bea3a95e992300
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-09 (Thu, 09 Feb 2012)
Changed paths:
M src/main/webapp/resources/js/tm-utils.js
M src/main/webapp/tm-index.html
Log Message:
-----------
renamed function
Commit: f112afca4ad316029de0c7ae6066e2b289c4f122
https://github.com/pmuir/ticket-monster/commit/f112afca4ad316029de0c7ae6066e2b289c4f122
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-15 (Wed, 15 Feb 2012)
Changed paths:
A src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Extract templates from main document.
Commit: 37a24aaa76aa63219eda355ed2eba9b0f03e8de3
https://github.com/pmuir/ticket-monster/commit/37a24aaa76aa63219eda355ed2eba9b0f03e8de3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-15 (Wed, 15 Feb 2012)
Changed paths:
M pom.xml
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Further updates
Commit: 58e682b218af3bedff1e01014d4c50fdfb3a886b
https://github.com/pmuir/ticket-monster/commit/58e682b218af3bedff1e01014d4c50fdfb3a886b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-16 (Thu, 16 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
in progress
Commit: 0e5afb072d872b921be2b6bc35a2382a0f932e52
https://github.com/pmuir/ticket-monster/commit/0e5afb072d872b921be2b6bc35a2382a0f932e52
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-17 (Fri, 17 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Further changes
Commit: 635e08e2b15294678950462984d91b8efcb59646
https://github.com/pmuir/ticket-monster/commit/635e08e2b15294678950462984d91b8efcb59646
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
Log Message:
-----------
Changed visibility
Commit: 19480572086cad50efce114e73e254ee218277eb
https://github.com/pmuir/ticket-monster/commit/19480572086cad50efce114e73e254ee218277eb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
Log Message:
-----------
Fix imports
Commit: 730a5dd480f135dc28f12e7a9459012b872b0c47
https://github.com/pmuir/ticket-monster/commit/730a5dd480f135dc28f12e7a9459012b872b0c47
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
Log Message:
-----------
Imports, unused operations
Commit: 307b95f63588328677b66fa2e6ebfc3e8c0f51d6
https://github.com/pmuir/ticket-monster/commit/307b95f63588328677b66fa2e6ebfc3e8c0f51d6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
A src/main/webapp/resources/js/jquery-1.6.4.js
R src/main/webapp/resources/js/jquery-1.7.1.min.js
A src/main/webapp/resources/js/jquery-ui-1.8.17.custom.js
R src/main/webapp/resources/js/jquery-ui-1.8.17.custom.min.js
R src/main/webapp/resources/js/underscore-min.js
M src/main/webapp/tm-index.html
Log Message:
-----------
Use jQuery 1.6.4 for jQuery mobile compatibility
Commit: 1b69e9ba25e0c0ecdd74558d3c68dfbd111bd773
https://github.com/pmuir/ticket-monster/commit/1b69e9ba25e0c0ecdd74558d3c68dfbd111bd773
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/AllocationTicketCategoryCount.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/PriceCategory.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/RowAllocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/resources/import.sql
M src/main/webapp/tm-index.html
Log Message:
-----------
Mid-work, refactoring domain
- Changed allocation strategy - tickets are allocated individually now
Commit: e393aa1279229107a3b173ec8f94413fe358eaef
https://github.com/pmuir/ticket-monster/commit/e393aa1279229107a3b173ec8f94413fe358eaef
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/RowAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
Log Message:
-----------
Forgot ManyToOne relationship
Commit: bcff6390beb07f3e23f0c79a27f47132fa873cdb
https://github.com/pmuir/ticket-monster/commit/bcff6390beb07f3e23f0c79a27f47132fa873cdb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/RowAllocation.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/services/SeatAllocationService.java
M src/main/webapp/tm-index.html
Log Message:
-----------
Extracted SeatAllocationService, created Seat class to store data about allocated seats
Commit: e0cd4496c156ec11c08df7c5570703047126204a
https://github.com/pmuir/ticket-monster/commit/e0cd4496c156ec11c08df7c5570703047126204a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Added Booking detail view
Commit: 0c7cfde2b8c77cc5a3d9c5dadc2c1dbdf3f76fd5
https://github.com/pmuir/ticket-monster/commit/0c7cfde2b8c77cc5a3d9c5dadc2c1dbdf3f76fd5
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Elliminate global variables
Add venue navigation support
Commit: 7a95562334bca113d2c3bd4fa04cc5ae5bbda863
https://github.com/pmuir/ticket-monster/commit/7a95562334bca113d2c3bd4fa04cc5ae5bbda863
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix venue navigation
Commit: b739b5e9b2d555e15e95105988555fef1dcf9ae4
https://github.com/pmuir/ticket-monster/commit/b739b5e9b2d555e15e95105988555fef1dcf9ae4
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
Log Message:
-----------
Extract main view into templates
Commit: a86ae33ad02b048eae1eb5a0a329c8a8ecd074dc
https://github.com/pmuir/ticket-monster/commit/a86ae33ad02b048eae1eb5a0a329c8a8ecd074dc
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/resources/js/tm-utils.js
A src/main/webapp/resources/templates/templates-mobile.tmpl
M src/main/webapp/tm-index.html
A src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Basic mobile content
Commit: 2b924594a3fdf16f24d9a1a55d71466498b756c6
https://github.com/pmuir/ticket-monster/commit/2b924594a3fdf16f24d9a1a55d71466498b756c6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-20 (Mon, 20 Feb 2012)
Changed paths:
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix erroneously removed lines
Commit: 138a27791aab2515703c0d850aca06552d62de45
https://github.com/pmuir/ticket-monster/commit/138a27791aab2515703c0d850aca06552d62de45
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M src/main/webapp/resources/js/tm-utils.js
M src/main/webapp/resources/templates/templates-mobile.tmpl
M src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Some fixes
Commit: 1dc2e942abfe43fd948218fa7c7af8d828075717
https://github.com/pmuir/ticket-monster/commit/1dc2e942abfe43fd948218fa7c7af8d828075717
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-23 (Thu, 23 Feb 2012)
Changed paths:
M pom.xml
R src/main/java/org/jboss/jdf/example/ticketmonster/model/Row.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/RowAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/services/SeatAllocationService.java
M src/main/resources/import.sql
M src/main/webapp/resources/templates/templates.tmpl
Log Message:
-----------
Remove Row entity. Assume rectangular geometry for sections and implicit (i.e. sequential) row numbering
Commit: 57e39f92fa94674223250b9d322b69de780fd17b
https://github.com/pmuir/ticket-monster/commit/57e39f92fa94674223250b9d322b69de780fd17b
Author: Marius Bogoevici <marius at patricia-bogoevicis-macbook.local>
Date: 2012-02-27 (Mon, 27 Feb 2012)
Changed paths:
M src/main/resources/import.sql
A src/main/webapp/resources/css/jquery-ui-1.8.17.custom.css
R src/main/webapp/resources/css/jquery-ui-1.8.17.custom.css
A src/main/webapp/resources/css/jquery.mobile.datebox.css
A src/main/webapp/resources/js/jquery.mobile.datebox.js
M src/main/webapp/resources/js/tm-utils.js
M src/main/webapp/resources/templates/templates-mobile.tmpl
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Add datebox for picking up dates
Commit: 26b63180e144772c044fe9fd7c2f255d4cb0902a
https://github.com/pmuir/ticket-monster/commit/26b63180e144772c044fe9fd7c2f255d4cb0902a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-02-29 (Wed, 29 Feb 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
M src/main/java/org/jboss/jdf/example/ticketmonster/util/AvailabilityUtils.java
M src/main/webapp/WEB-INF/faces-config.xml
Log Message:
-----------
Fix various validation errors
Commit: c5ca2ad0c1f64143b342e9fae236249bfd126f3c
https://github.com/pmuir/ticket-monster/commit/c5ca2ad0c1f64143b342e9fae236249bfd126f3c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
Changed paths:
M src/main/webapp/WEB-INF/taglib.xml
Log Message:
-----------
Remove unused converters
Commit: 4509a2794266736d69d8d80d92c46820409357ea
https://github.com/pmuir/ticket-monster/commit/4509a2794266736d69d8d80d92c46820409357ea
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
Changed paths:
R src/main/webapp/WEB-INF/taglib.xml
Log Message:
-----------
Remove unused converters
Commit: 43979df681e4eae51c6a6a298b9bb67c546249a4
https://github.com/pmuir/ticket-monster/commit/43979df681e4eae51c6a6a298b9bb67c546249a4
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Add missing ;
Commit: 8eb2a6b5020963cd09a1805b7a0482f918af864d
https://github.com/pmuir/ticket-monster/commit/8eb2a6b5020963cd09a1805b7a0482f918af864d
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
Log Message:
-----------
Scaffold entities individually
Commit: 810b9f6434dd04f8579d8a0247a909e62e20ed1f
https://github.com/pmuir/ticket-monster/commit/810b9f6434dd04f8579d8a0247a909e62e20ed1f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
A src/main/webapp/resources/app/tm-utils.js
M src/main/webapp/resources/css/images/ajax-loader.png
M src/main/webapp/resources/css/images/icons-18-black.png
M src/main/webapp/resources/css/images/icons-18-white.png
M src/main/webapp/resources/css/images/icons-36-black.png
M src/main/webapp/resources/css/images/icons-36-white.png
A src/main/webapp/resources/css/jquery.mobile-1.1.0-rc.1.css
A src/main/webapp/resources/js/jquery.mobile-1.1.0-rc.1.js
R src/main/webapp/resources/js/tm-utils.js
A src/main/webapp/resources/templates/templates-mobile.html
R src/main/webapp/resources/templates/templates-mobile.tmpl
A src/main/webapp/resources/templates/templates.html
R src/main/webapp/resources/templates/templates.tmpl
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile-index.html
M src/main/webapp/tm-mobile.html
Log Message:
-----------
Mobile changes:
- upgrade to jQuery Mobile 1.1.0.CR1
- rename template files
- fix flow
Commit: be790fc7df8477bff5938a7b258f197b2a6d294a
https://github.com/pmuir/ticket-monster/commit/be790fc7df8477bff5938a7b258f197b2a6d294a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Update links to template files
Commit: ad233e962c57b5f91c3947cd408e3c0c3d502b49
https://github.com/pmuir/ticket-monster/commit/ad233e962c57b5f91c3947cd408e3c0c3d502b49
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
A src/main/webapp/resources/css/images/ajax-loader.gif
Log Message:
-----------
Add ajax-loader.gif
Commit: dd5647d7387a1cdaf14a8c465799aad7475c7f08
https://github.com/pmuir/ticket-monster/commit/dd5647d7387a1cdaf14a8c465799aad7475c7f08
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaType.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaManager.java
A src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaPath.java
A src/main/java/org/jboss/jdf/example/ticketmonster/util/Base64.java
A src/main/java/org/jboss/jdf/example/ticketmonster/util/Reflections.java
M src/main/java/org/jboss/jdf/example/ticketmonster/util/Resources.java
M src/main/resources/import.sql
A src/main/resources/not_available.jpg
A src/main/webapp/resources/tm/image.xhtml
Log Message:
-----------
Media management system
* Supports images only for now
Commit: 8ccf892f4aaa05db7af2ffdf536a5c61ab4ebe58
https://github.com/pmuir/ticket-monster/commit/8ccf892f4aaa05db7af2ffdf536a5c61ab4ebe58
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaManager.java
Log Message:
-----------
Fix MediaService:
- invoke the logic for actually retrieving remote artifacts
- encapsulate handling of MediaItems in MediaManager
Commit: a5db8ceb202db117de7a93778a88b8da4e8f57ab
https://github.com/pmuir/ticket-monster/commit/a5db8ceb202db117de7a93778a88b8da4e8f57ab
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/tm-index.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Reorganize mobile UI
Commit: e54d147ada5dcf87a1d8faa3b45a0c83647b1880
https://github.com/pmuir/ticket-monster/commit/e54d147ada5dcf87a1d8faa3b45a0c83647b1880
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-09 (Fri, 09 Mar 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
Log Message:
-----------
Removed unused EntityManager
Commit: 12f83adec81844be04a655719c305c94b43bde66
https://github.com/pmuir/ticket-monster/commit/12f83adec81844be04a655719c305c94b43bde66
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-11 (Sun, 11 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Mobile tweaks
Commit: a7a48da1eb4d2f84bc438130b671e4893dcb5c01
https://github.com/pmuir/ticket-monster/commit/a7a48da1eb4d2f84bc438130b671e4893dcb5c01
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-03-12 (Mon, 12 Mar 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaManager.java
Log Message:
-----------
Make /media serve based on entity id and /media/cache serve cached resources directly
Commit: fe97183b6679574476a44e751d94043713e85a50
https://github.com/pmuir/ticket-monster/commit/fe97183b6679574476a44e751d94043713e85a50
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-12 (Mon, 12 Mar 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaManager.java
Log Message:
-----------
Merge pull request #13 from pmuir/media-cache
Make /media serve based on entity id and /media/cache serve cached resou...
Commit: d32bd466e3bb472a9858ab71a6b6a7bcdfed31b3
https://github.com/pmuir/ticket-monster/commit/d32bd466e3bb472a9858ab71a6b6a7bcdfed31b3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/tm-mobile-index.html
R src/main/webapp/tm-mobile.html
Log Message:
-----------
Fix navigation by city
Commit: 1a9346ae6e907beb49aafbb80fa68d6bd06cb414
https://github.com/pmuir/ticket-monster/commit/1a9346ae6e907beb49aafbb80fa68d6bd06cb414
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Mobile changes
Commit: 11b25e6f148b16e245862bf283073179f96eb28d
https://github.com/pmuir/ticket-monster/commit/11b25e6f148b16e245862bf283073179f96eb28d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Mobile changes
Commit: 5ff5e1d12d52869267edb582fc3ee1259a683e02
https://github.com/pmuir/ticket-monster/commit/5ff5e1d12d52869267edb582fc3ee1259a683e02
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
Add more shows
Commit: ab1cfa32306fa9fe25325fe1dd3a6fa07becf185
https://github.com/pmuir/ticket-monster/commit/ab1cfa32306fa9fe25325fe1dd3a6fa07becf185
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M src/main/webapp/resources/app/tm-utils.js
A src/main/webapp/resources/bootstrap/css/bootstrap-responsive.css
A src/main/webapp/resources/bootstrap/css/bootstrap-responsive.min.css
A src/main/webapp/resources/bootstrap/css/bootstrap.css
A src/main/webapp/resources/bootstrap/css/bootstrap.min.css
A src/main/webapp/resources/bootstrap/img/glyphicons-halflings-white.png
A src/main/webapp/resources/bootstrap/img/glyphicons-halflings.png
A src/main/webapp/resources/bootstrap/js/bootstrap.js
A src/main/webapp/resources/bootstrap/js/bootstrap.min.js
M src/main/webapp/resources/css/screen.css
A src/main/webapp/resources/js/jquery-1.7.2.js
M src/main/webapp/resources/templates/templates.html
M src/main/webapp/tm-index.html
Log Message:
-----------
Switch to bootstrap
Commit: e2617d670702c855900093d3972deb5ff7df5697
https://github.com/pmuir/ticket-monster/commit/e2617d670702c855900093d3972deb5ff7df5697
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-29 (Thu, 29 Mar 2012)
Changed paths:
M src/main/resources/import.sql
M src/main/webapp/resources/css/screen.css
M src/main/webapp/resources/templates/templates.html
M src/main/webapp/tm-index.html
Log Message:
-----------
Add carousel
Commit: 7cc1223d018f97ee6b7b0d63566289777d2c67ac
https://github.com/pmuir/ticket-monster/commit/7cc1223d018f97ee6b7b0d63566289777d2c67ac
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-03-29 (Thu, 29 Mar 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
M src/main/webapp/tm-index.html
Log Message:
-----------
Fix forms
Commit: 8a12864de4c59bc2e9a56cd52846d3a0e582b65f
https://github.com/pmuir/ticket-monster/commit/8a12864de4c59bc2e9a56cd52846d3a0e582b65f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-01 (Sun, 01 Apr 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
More data
Commit: e72908046294d6fcc202802174c8042701a0a591
https://github.com/pmuir/ticket-monster/commit/e72908046294d6fcc202802174c8042701a0a591
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-01 (Sun, 01 Apr 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
More data
Commit: 52bfa2f025e6d6a5763760f195cb1cd34446623a
https://github.com/pmuir/ticket-monster/commit/52bfa2f025e6d6a5763760f195cb1cd34446623a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/resources/import.sql
M src/main/webapp/resources/templates/templates.html
M src/main/webapp/tm-index.html
Log Message:
-----------
Fixes
Commit: 4c22bf75863f1a5538dfbd7598ea257b33e587d7
https://github.com/pmuir/ticket-monster/commit/4c22bf75863f1a5538dfbd7598ea257b33e587d7
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
A src/main/webapp/resources/css/images/ui-bg_flat_0_aaaaaa_40x100.png
A src/main/webapp/resources/css/images/ui-bg_glass_55_fbf9ee_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_65_ffffff_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_75_dadada_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_75_e6e6e6_1x400.png
A src/main/webapp/resources/css/images/ui-bg_glass_75_ffffff_1x400.png
A src/main/webapp/resources/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
A src/main/webapp/resources/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png
A src/main/webapp/resources/css/images/ui-icons_222222_256x240.png
A src/main/webapp/resources/css/images/ui-icons_454545_256x240.png
A src/main/webapp/resources/css/images/ui-icons_888888_256x240.png
A src/main/webapp/resources/css/images/ui-icons_cd0a0a_256x240.png
A src/main/webapp/resources/css/images/ui-icons_f6cf3b_256x240.png
Log Message:
-----------
Missing images
Commit: 817ff594d256794a19716a7a8d496fe4c03769e6
https://github.com/pmuir/ticket-monster/commit/817ff594d256794a19716a7a8d496fe4c03769e6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Fix link
Commit: ff85a78351d1e661d9a58b8144aa1233a3a23444
https://github.com/pmuir/ticket-monster/commit/ff85a78351d1e661d9a58b8144aa1233a3a23444
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
Log Message:
-----------
Add aggregate information
Commit: eb23db44e935db0aa6a7d43eaa765232af525d69
https://github.com/pmuir/ticket-monster/commit/eb23db44e935db0aa6a7d43eaa765232af525d69
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
M src/main/webapp/tm-index.html
Log Message:
-----------
Clean up templates
Commit: 61880bc18dc871555d08920b78a022fc843ea18a
https://github.com/pmuir/ticket-monster/commit/61880bc18dc871555d08920b78a022fc843ea18a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Clean up templates
Commit: bb2e6f44f9c07158204a9ae2138d50fe6e1cf331
https://github.com/pmuir/ticket-monster/commit/bb2e6f44f9c07158204a9ae2138d50fe6e1cf331
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
A src/main/webapp/desktop-index.html
A src/main/webapp/index.html
A src/main/webapp/mobile-index.html
R src/main/webapp/tm-index.html
R src/main/webapp/tm-mobile-index.html
Log Message:
-----------
Add location redirection
Commit: 7367d623668ca20fc1d2078815efe2b3de2e7d17
https://github.com/pmuir/ticket-monster/commit/7367d623668ca20fc1d2078815efe2b3de2e7d17
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Minor comment adjustment
Commit: 2b51f622cc6fd53b01c8e971959f5ff686a39ad1
https://github.com/pmuir/ticket-monster/commit/2b51f622cc6fd53b01c8e971959f5ff686a39ad1
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/mobile-index.html
Log Message:
-----------
Remove whitespaces
Commit: d4f3cc20927b49522b52a2c1b4f1e7db31a080bb
https://github.com/pmuir/ticket-monster/commit/d4f3cc20927b49522b52a2c1b4f1e7db31a080bb
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Reorganize booking details
Commit: 2715a330d9a2c12ea99fb8b062d4219b6f29f099
https://github.com/pmuir/ticket-monster/commit/2715a330d9a2c12ea99fb8b062d4219b6f29f099
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Minor
Commit: 3728b54c4de73c438f2d0e7ee20cf4d75c63b605
https://github.com/pmuir/ticket-monster/commit/3728b54c4de73c438f2d0e7ee20cf4d75c63b605
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/webapp/resources/tm/image.xhtml
Log Message:
-----------
Fix to reference cached resources
Commit: e542166931e8b199c814b4f7b0d2ad51bfe0a2f5
https://github.com/pmuir/ticket-monster/commit/e542166931e8b199c814b4f7b0d2ad51bfe0a2f5
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
Log Message:
-----------
Adds toString() support
Commit: d6f0a6526ecb663edf5be5bbb0522cc203e0b58a
https://github.com/pmuir/ticket-monster/commit/d6f0a6526ecb663edf5be5bbb0522cc203e0b58a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Scaffolding TicketPriceCategory and MediaItem to get rid of errors.
Commit: c62c6a1f788eae1e9d156e660941f01ed2699b6b
https://github.com/pmuir/ticket-monster/commit/c62c6a1f788eae1e9d156e660941f01ed2699b6b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
Log Message:
-----------
Relax constraints: allow creating a Show without Performances or TicketCategories
Commit: 88d12e1655de3dd160879be6d9bff179519c5967
https://github.com/pmuir/ticket-monster/commit/88d12e1655de3dd160879be6d9bff179519c5967
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/resources/js/backbone.js
Log Message:
-----------
Update to backbone 0.9.2
Commit: 0a7cb9c2ac5c0b060343b8dd1ba3c1c53aa0016e
https://github.com/pmuir/ticket-monster/commit/0a7cb9c2ac5c0b060343b8dd1ba3c1c53aa0016e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/resources/css/screen.css
Log Message:
-----------
CSS updates
Commit: 36c12fd8a1c30435ffc388e14c9f0d788b0f0840
https://github.com/pmuir/ticket-monster/commit/36c12fd8a1c30435ffc388e14c9f0d788b0f0840
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Change layout to fluid
Commit: 4c0b5377ce7633da6694449a48cdeacb6c3976f3
https://github.com/pmuir/ticket-monster/commit/4c0b5377ce7633da6694449a48cdeacb6c3976f3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Reorganize event/venue pages
Commit: 046c52a9cc51c594d00010c1afc7d624f53aec3e
https://github.com/pmuir/ticket-monster/commit/046c52a9cc51c594d00010c1afc7d624f53aec3e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Reorganized 'create booking'
Commit: 83a73d2201da29a4bf2b0a5498602ba10dd0eb9c
https://github.com/pmuir/ticket-monster/commit/83a73d2201da29a4bf2b0a5498602ba10dd0eb9c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Reorganized booking confirmation
Commit: d1e96e31121384fbdb1dd9a0297714f9e2b3df9b
https://github.com/pmuir/ticket-monster/commit/d1e96e31121384fbdb1dd9a0297714f9e2b3df9b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-03 (Tue, 03 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Reorganized booking details
Commit: 6ce33722df9a8e956310a00f15eef9dcac887453
https://github.com/pmuir/ticket-monster/commit/6ce33722df9a8e956310a00f15eef9dcac887453
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/mobile-index.html
M src/main/webapp/resources/templates/templates-mobile.html
Log Message:
-----------
Adjustments to the mobile site
Commit: 4f80a9473740d3514ef86f42eb603f35affeb302
https://github.com/pmuir/ticket-monster/commit/4f80a9473740d3514ef86f42eb603f35affeb302
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Disable selectors until data is loaded
Fixed an issue with selecting events by venue
Commit: 8b12385ee1579ddbfde9584f3060ecbfa207bbaa
https://github.com/pmuir/ticket-monster/commit/8b12385ee1579ddbfde9584f3060ecbfa207bbaa
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/app/tm-utils.js
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Add support for adding and removing tickets from an outstanding request.
Commit: e8428902efc3a77804e23f971b9940cad9235041
https://github.com/pmuir/ticket-monster/commit/e8428902efc3a77804e23f971b9940cad9235041
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
Log Message:
-----------
Fix selection of events in venue detail
Commit: 02083c6d3328850a7a6621b6082f10fc8a2242e2
https://github.com/pmuir/ticket-monster/commit/02083c6d3328850a7a6621b6082f10fc8a2242e2
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
Log Message:
-----------
Fix an issue with booking deletion (wait for the server to respond before updating view)
Commit: 3995ddee8fd9a2d4090183a47405b52ef0afcb71
https://github.com/pmuir/ticket-monster/commit/3995ddee8fd9a2d4090183a47405b52ef0afcb71
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-04 (Wed, 04 Apr 2012)
Changed paths:
M src/main/webapp/mobile-index.html
M src/main/webapp/resources/css/m.screen.css
R src/main/webapp/resources/js/jquery.mobile.datebox.js
R src/main/webapp/resources/js/jquery.mobile.router.js
M src/main/webapp/resources/templates/templates-mobile.html
Log Message:
-----------
Mobile view improvements
Commit: ded06ef8643391cf546b4c42fe4df960f10b1b11
https://github.com/pmuir/ticket-monster/commit/ded06ef8643391cf546b4c42fe4df960f10b1b11
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-05 (Thu, 05 Apr 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Use targetDir to generate administration views
Commit: 3417d00414e91ce0d0dc1928c6113d4c361831b1
https://github.com/pmuir/ticket-monster/commit/3417d00414e91ce0d0dc1928c6113d4c361831b1
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
Changed paths:
M src/main/webapp/mobile-index.html
R src/main/webapp/resources/css/jquery.mobile-1.1.0-rc.1.css
R src/main/webapp/resources/js/jquery.mobile-1.1.0-rc.1.js
Log Message:
-----------
Switching to jQM 1.0.1
Commit: f9e03fc58e500e223e26826133c005130f109324
https://github.com/pmuir/ticket-monster/commit/f9e03fc58e500e223e26826133c005130f109324
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
R src/main/webapp/resources/tm/image.xhtml
Log Message:
-----------
Remove image.xhtml, make Ticket ctor public
Commit: a0de18ee060bf805bfcf4ab4e5bc19127fe36932
https://github.com/pmuir/ticket-monster/commit/a0de18ee060bf805bfcf4ab4e5bc19127fe36932
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
A admin_layer.patch
Log Message:
-----------
Add patch for manual changes required
Commit: 4d87850be310428808cbed3e59fae39ebff5d634
https://github.com/pmuir/ticket-monster/commit/4d87850be310428808cbed3e59fae39ebff5d634
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
M admin_layer.fsh
Log Message:
-----------
Make script prompt to apply manual changes
Commit: cf5d71f82a0a33c84604da414fa108cdd5c7babb
https://github.com/pmuir/ticket-monster/commit/cf5d71f82a0a33c84604da414fa108cdd5c7babb
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
Log Message:
-----------
Remove unused unused imports, suppress warnings
Commit: 8feaae322b83e76a3b03d3b3a71248c072a66be7
https://github.com/pmuir/ticket-monster/commit/8feaae322b83e76a3b03d3b3a71248c072a66be7
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaType.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaManager.java
A src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaPath.java
A src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaManager.java
R src/main/java/org/jboss/jdf/example/ticketmonster/services/MediaPath.java
R src/main/java/org/jboss/jdf/example/ticketmonster/services/SeatAllocationService.java
Log Message:
-----------
Clean up
* Most of javadoc done for model
* Rename services package to service
* Fix usage of serialVersionUID
* Extensive addition of JPA mapping annotations and BV annotations to match intent
Commit: 4c1f303dff9f478062bd2022d60cb1f96f695ab7
https://github.com/pmuir/ticket-monster/commit/4c1f303dff9f478062bd2022d60cb1f96f695ab7
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M src/main/resources/import.sql
Log Message:
-----------
Fix import.sql
Commit: ccd552d25dca256ccbf3c50bffcdfa68bc09bd34
https://github.com/pmuir/ticket-monster/commit/ccd552d25dca256ccbf3c50bffcdfa68bc09bd34
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaManager.java
R src/main/java/org/jboss/jdf/example/ticketmonster/util/AvailabilityUtils.java
M src/main/java/org/jboss/jdf/example/ticketmonster/util/Reflections.java
M src/main/java/org/jboss/jdf/example/ticketmonster/util/Resources.java
Log Message:
-----------
Javadoc for util and service
Commit: 01f1798831652f2aeb3e6469e5a2661206ece7f6
https://github.com/pmuir/ticket-monster/commit/01f1798831652f2aeb3e6469e5a2661206ece7f6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-16 (Mon, 16 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
Log Message:
-----------
Add counter for sold tickets
Commit: 9cf275107b7dd69aee80454d870247427ca30c89
https://github.com/pmuir/ticket-monster/commit/9cf275107b7dd69aee80454d870247427ca30c89
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-16 (Mon, 16 Apr 2012)
Changed paths:
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/CategoryService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/DeleteRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
Log Message:
-----------
Added javadoc comments on JAX-RS services (partially)
Commit: 19a13c576a022bed4444a42ab3348e2787e111cf
https://github.com/pmuir/ticket-monster/commit/19a13c576a022bed4444a42ab3348e2787e111cf
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-17 (Tue, 17 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Javadoc for BookingService
Commit: 713be4abcdd6483d4a5463e671f5a4be2a1b6b1e
https://github.com/pmuir/ticket-monster/commit/713be4abcdd6483d4a5463e671f5a4be2a1b6b1e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Ignore GWT and Errai files
Commit: d3707fa0a6c2266b619de88db5115bf93a230fa9
https://github.com/pmuir/ticket-monster/commit/d3707fa0a6c2266b619de88db5115bf93a230fa9
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Minor fixes
Commit: 87b4848bf2c98d6b02dc2b16cf0c25763f0497c3
https://github.com/pmuir/ticket-monster/commit/87b4848bf2c98d6b02dc2b16cf0c25763f0497c3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
Log Message:
-----------
Add counter for sold tickets
Commit: d430b8484c8849b73af47d6f08b8081418eabcb6
https://github.com/pmuir/ticket-monster/commit/d430b8484c8849b73af47d6f08b8081418eabcb6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
A .errai/BootstrapperImpl.java
A .errai/MarshallerFactoryImpl.java
A .errai/RpcProxyLoaderImpl.java
A .errai/ServerMarshallingFactoryImpl.java
A .errai/org_jboss_errai_bus_server_annotations_Remote.sha
A src/main/.gitignore
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/AvailabilityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/CategoryService.java
R src/main/java/org/jboss/jdf/example/ticketmonster/rest/DeleteRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
A src/main/webapp/WEB-INF/deploy/TicketMonsterAdmin/.gitignore
Log Message:
-----------
Added javadoc comments on JAX-RS services (partially)
Commit: bb0f7d37b9d007f30e6a826fac40992a04b8f53c
https://github.com/pmuir/ticket-monster/commit/bb0f7d37b9d007f30e6a826fac40992a04b8f53c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M .gitignore
Log Message:
-----------
Ignore GWT and Errai files
Commit: f336517485d8311cf22a31659831607cfab89579
https://github.com/pmuir/ticket-monster/commit/f336517485d8311cf22a31659831607cfab89579
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Minor fixes
Commit: a596878af95facec8a20f61884c3b0c2c2eef82a
https://github.com/pmuir/ticket-monster/commit/a596878af95facec8a20f61884c3b0c2c2eef82a
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Log Message:
-----------
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
Commit: 50da83dbba7623a60aba3a1f32570a9bf362d357
https://github.com/pmuir/ticket-monster/commit/50da83dbba7623a60aba3a1f32570a9bf362d357
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Minor: fix templates
Commit: 40654d56e46fbdac038f3936ca51d364238d2897
https://github.com/pmuir/ticket-monster/commit/40654d56e46fbdac038f3936ca51d364238d2897
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-20 (Fri, 20 Apr 2012)
Changed paths:
R .errai/BootstrapperImpl.java
R .errai/MarshallerFactoryImpl.java
R .errai/RpcProxyLoaderImpl.java
R .errai/ServerMarshallingFactoryImpl.java
R .errai/org_jboss_errai_bus_server_annotations_Remote.sha
R src/main/.gitignore
Log Message:
-----------
Cleanup - remove local files checked in by mistake
Commit: dcae117475c57e2e0a268170eb7ae3badb77c798
https://github.com/pmuir/ticket-monster/commit/dcae117475c57e2e0a268170eb7ae3badb77c798
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-20 (Fri, 20 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/index.html
M src/main/webapp/mobile-index.html
R src/main/webapp/resources/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
R src/main/webapp/resources/css/images/ui-bg_flat_0_aaaaaa_40x100.png
R src/main/webapp/resources/css/images/ui-bg_flat_15_cd0a0a_40x100.png
R src/main/webapp/resources/css/images/ui-bg_glass_100_e4f1fb_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_50_3baae3_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_55_fbf9ee_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_65_ffffff_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_75_dadada_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_75_e6e6e6_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_75_ffffff_1x400.png
R src/main/webapp/resources/css/images/ui-bg_glass_80_d7ebf9_1x400.png
R src/main/webapp/resources/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
R src/main/webapp/resources/css/images/ui-bg_highlight-hard_70_000000_1x100.png
R src/main/webapp/resources/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png
R src/main/webapp/resources/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
R src/main/webapp/resources/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
R src/main/webapp/resources/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png
R src/main/webapp/resources/css/images/ui-icons_222222_256x240.png
R src/main/webapp/resources/css/images/ui-icons_2694e8_256x240.png
R src/main/webapp/resources/css/images/ui-icons_2e83ff_256x240.png
R src/main/webapp/resources/css/images/ui-icons_3d80b3_256x240.png
R src/main/webapp/resources/css/images/ui-icons_454545_256x240.png
R src/main/webapp/resources/css/images/ui-icons_72a7cf_256x240.png
R src/main/webapp/resources/css/images/ui-icons_888888_256x240.png
R src/main/webapp/resources/css/images/ui-icons_cd0a0a_256x240.png
R src/main/webapp/resources/css/images/ui-icons_f6cf3b_256x240.png
R src/main/webapp/resources/css/images/ui-icons_ffffff_256x240.png
R src/main/webapp/resources/css/jquery-ui-1.8.17.custom.css
R src/main/webapp/resources/css/jquery.mobile-1.0rc2.min.css
A src/main/webapp/resources/css/jquery.mobile-1.1.0.css
R src/main/webapp/resources/css/jquery.mobile.datebox.css
R src/main/webapp/resources/js/jquery-1.6.4.js
A src/main/webapp/resources/js/jquery-1.7.1.js
R src/main/webapp/resources/js/jquery-1.7.2.js
R src/main/webapp/resources/js/jquery-ui-1.8.17.custom.js
R src/main/webapp/resources/js/jquery.mobile-1.0.1.min.js
A src/main/webapp/resources/js/jquery.mobile-1.1.0.js
M src/main/webapp/resources/templates/templates-mobile.html
Log Message:
-----------
Resource cleanup and bug fixes
- mobile version: fixed navigation by location
- using jQM 1.1 and jQuery 1.7.1 - latter for both mobile and desktop
Commit: b720b6fa1b300227b2e636989dfed22844bc0620
https://github.com/pmuir/ticket-monster/commit/b720b6fa1b300227b2e636989dfed22844bc0620
Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
Date: 2012-04-21 (Sat, 21 Apr 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/index.html
M src/main/webapp/mobile-index.html
R src/main/webapp/resources/app/tm-utils.js
A src/main/webapp/resources/js/app/tm-utils.js
R src/main/webapp/resources/js/backbone.js
R src/main/webapp/resources/js/jquery-1.7.1.js
R src/main/webapp/resources/js/jquery.mobile-1.1.0.js
A src/main/webapp/resources/js/libs/backbone.js
A src/main/webapp/resources/js/libs/jquery-1.7.1.js
A src/main/webapp/resources/js/libs/jquery.mobile-1.1.0.js
A src/main/webapp/resources/js/libs/modernizr-2.0.6.js
A src/main/webapp/resources/js/libs/require.js
A src/main/webapp/resources/js/libs/text.js
A src/main/webapp/resources/js/libs/underscore.js
A src/main/webapp/resources/js/main-desktop.js
R src/main/webapp/resources/js/modernizr-2.0.6.js
R src/main/webapp/resources/js/underscore.js
Log Message:
-----------
Add require.js support for desktop version (initial work)
Commit: b612efb073722509cbf88323654896f477252b17
https://github.com/pmuir/ticket-monster/commit/b612efb073722509cbf88323654896f477252b17
Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
Date: 2012-04-24 (Tue, 24 Apr 2012)
Changed paths:
M src/main/webapp/mobile-index.html
A src/main/webapp/resources/js/app/tm-utils-mobile.js
M src/main/webapp/resources/js/app/tm-utils.js
A src/main/webapp/resources/js/libs/order.js
M src/main/webapp/resources/js/main-desktop.js
A src/main/webapp/resources/js/main-mobile.js
M src/main/webapp/resources/templates/templates-mobile.html
Log Message:
-----------
Require.js part deux: basic support for mobile site
Commit: 138d4b10a7416a7431f8b5b36dea6bf6129028e9
https://github.com/pmuir/ticket-monster/commit/138d4b10a7416a7431f8b5b36dea6bf6129028e9
Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
Date: 2012-04-24 (Tue, 24 Apr 2012)
Changed paths:
A src/main/webapp/resources/js/app/desktop.js
A src/main/webapp/resources/js/app/mobile.js
R src/main/webapp/resources/js/app/tm-utils-mobile.js
R src/main/webapp/resources/js/app/tm-utils.js
A src/main/webapp/resources/js/app/utilities.js
M src/main/webapp/resources/js/main-desktop.js
M src/main/webapp/resources/js/main-mobile.js
Log Message:
-----------
Extracted utilities in a separated module
Commit: 9db74e9972342b8060a7e82d3ed34d94c0171b63
https://github.com/pmuir/ticket-monster/commit/9db74e9972342b8060a7e82d3ed34d94c0171b63
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M admin_layer.fsh
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
Log Message:
-----------
Minor changes
Commit: 28afbe2fd59ba4ab1e36f5154cac4b007084034c
https://github.com/pmuir/ticket-monster/commit/28afbe2fd59ba4ab1e36f5154cac4b007084034c
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
ws, remove unused arquillian profiles, add openshift profile
Commit: f72f45ca1a909f374b30669b0f6994dc66b3e341
https://github.com/pmuir/ticket-monster/commit/f72f45ca1a909f374b30669b0f6994dc66b3e341
Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
A src/main/webapp/resources/js/app/collections/bookings.js
A src/main/webapp/resources/js/app/collections/events.js
A src/main/webapp/resources/js/app/collections/sectionQuantities.js
A src/main/webapp/resources/js/app/collections/venues.js
M src/main/webapp/resources/js/app/desktop.js
A src/main/webapp/resources/js/app/models/booking.js
A src/main/webapp/resources/js/app/models/event.js
A src/main/webapp/resources/js/app/models/priceCategoryQuantity.js
A src/main/webapp/resources/js/app/models/venue.js
A src/main/webapp/resources/js/app/views/desktop/create-booking.js
A src/main/webapp/resources/js/app/views/desktop/event-detail.js
A src/main/webapp/resources/js/app/views/desktop/events.js
A src/main/webapp/resources/js/app/views/desktop/venue-detail.js
A src/main/webapp/resources/js/app/views/desktop/venues.js
Log Message:
-----------
Further modularization of models, views and collections
Commit: 476870ae4ccc993f625d5f669366e95ebba73cf7
https://github.com/pmuir/ticket-monster/commit/476870ae4ccc993f625d5f669366e95ebba73cf7
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
A src/main/webapp/resources/js/app/collections/section-quantities.js
R src/main/webapp/resources/js/app/collections/sectionQuantities.js
M src/main/webapp/resources/js/app/desktop.js
A src/main/webapp/resources/js/app/models/price-category.-quantity.js
R src/main/webapp/resources/js/app/models/priceCategoryQuantity.js
A src/main/webapp/resources/js/app/router/desktop/router.js
A src/main/webapp/resources/js/app/views/desktop/about.js
A src/main/webapp/resources/js/app/views/desktop/booking-detail.js
A src/main/webapp/resources/js/app/views/desktop/bookings.js
M src/main/webapp/resources/js/main-desktop.js
Log Message:
-----------
Partial work
Commit: 17e3004268575ed58a4a11e56b53c604d17f9a0d
https://github.com/pmuir/ticket-monster/commit/17e3004268575ed58a4a11e56b53c604d17f9a0d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M src/main/webapp/resources/js/app/collections/bookings.js
M src/main/webapp/resources/js/app/collections/events.js
A src/main/webapp/resources/js/app/collections/loader.js
M src/main/webapp/resources/js/app/collections/venues.js
R src/main/webapp/resources/js/app/desktop.js
M src/main/webapp/resources/js/app/models/booking.js
M src/main/webapp/resources/js/app/models/event.js
A src/main/webapp/resources/js/app/models/loader.js
A src/main/webapp/resources/js/app/models/price-category-quantity.js
R src/main/webapp/resources/js/app/models/price-category.-quantity.js
M src/main/webapp/resources/js/app/models/venue.js
M src/main/webapp/resources/js/app/router/desktop/router.js
M src/main/webapp/resources/js/app/views/desktop/about.js
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/desktop/event-detail.js
A src/main/webapp/resources/js/app/views/desktop/loader.js
M src/main/webapp/resources/js/app/views/desktop/venue-detail.js
M src/main/webapp/resources/js/main-desktop.js
Log Message:
-----------
Modularized desktop views - take 1
Commit: 79b13780acfd25f7961049c91ced2d41f856a12d
https://github.com/pmuir/ticket-monster/commit/79b13780acfd25f7961049c91ced2d41f856a12d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-27 (Fri, 27 Apr 2012)
Changed paths:
R src/main/webapp/resources/js/app/mobile.js
A src/main/webapp/resources/js/app/router/mobile/router.js
M src/main/webapp/resources/js/app/views/desktop/venue-detail.js
A src/main/webapp/resources/js/app/views/mobile/about.js
A src/main/webapp/resources/js/app/views/mobile/booking-detail.js
A src/main/webapp/resources/js/app/views/mobile/bookings.js
A src/main/webapp/resources/js/app/views/mobile/create-booking.js
A src/main/webapp/resources/js/app/views/mobile/event-detail.js
A src/main/webapp/resources/js/app/views/mobile/events.js
A src/main/webapp/resources/js/app/views/mobile/loader.js
A src/main/webapp/resources/js/app/views/mobile/venue-detail.js
A src/main/webapp/resources/js/app/views/mobile/venues.js
M src/main/webapp/resources/js/main-mobile.js
Log Message:
-----------
Modularized mobile views
Commit: 68d6a30a1888850926784f599d1d8c40ffe03430
https://github.com/pmuir/ticket-monster/commit/68d6a30a1888850926784f599d1d8c40ffe03430
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-29 (Sun, 29 Apr 2012)
Changed paths:
M src/main/webapp/resources/js/app/router/mobile/router.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
M src/main/webapp/resources/js/app/views/mobile/event-detail.js
M src/main/webapp/resources/js/app/views/mobile/events.js
M src/main/webapp/resources/js/app/views/mobile/venue-detail.js
M src/main/webapp/resources/js/app/views/mobile/venues.js
Log Message:
-----------
Fix issues with navigation in mobile views:
- organized page creation;
- isolated manual changePage events to listviews (where an explicit page switch required to render the actual views),
Commit: dfb24af514bd5ef601f65584eeaaf2d9be17aec3
https://github.com/pmuir/ticket-monster/commit/dfb24af514bd5ef601f65584eeaaf2d9be17aec3
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-29 (Sun, 29 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Jackson already provided by JBoss AS7
Commit: 37ec05f1e2b343c281f4819819c419a0364d6d81
https://github.com/pmuir/ticket-monster/commit/37ec05f1e2b343c281f4819819c419a0364d6d81
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-29 (Sun, 29 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Use jboss-javaee-web-6.0 BOM
Commit: a71a64953e5cdde4721dab32a46c8584d5dc4a2e
https://github.com/pmuir/ticket-monster/commit/a71a64953e5cdde4721dab32a46c8584d5dc4a2e
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Using jboss-javaee-6.0-with-tools and jboss-javaee-6.0-with-hibernate BOMs
Commit: c2601282cc6a1083fdf0d74236fdcc2432f85565
https://github.com/pmuir/ticket-monster/commit/c2601282cc6a1083fdf0d74236fdcc2432f85565
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Whitespace
Commit: 29e0e5877988dc97dfe2cdee5d33e7f85c5d10ca
https://github.com/pmuir/ticket-monster/commit/29e0e5877988dc97dfe2cdee5d33e7f85c5d10ca
Author: Christian Sadilek <christian.sadilek at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M .gitignore
M pom.xml
A src/main/java/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaType.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/BookingMonitor.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/PerformanceStatusWidget.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/ShowStatusWidget.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/BookingMonitorService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Cancelled.java
A src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Created.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
A src/main/java/org/jboss/jdf/example/ticketmonster/service/BookingMonitorServiceImpl.java
A src/main/resources/ErraiApp.properties
A src/main/resources/ErraiService.properties
M src/main/resources/import.sql
A src/main/resources/log4j.properties
A src/main/webapp/WEB-INF/jboss-deployment-structure.xml
A src/main/webapp/WEB-INF/web.xml
A src/main/webapp/booking-monitor.html
A src/main/webapp/resources/css/admin.css
Log Message:
-----------
Adding Booking-Monitor use case powered by Errai
Commit: 2c9f62dd2f4308136676da56e1fa3191c63ab662
https://github.com/pmuir/ticket-monster/commit/2c9f62dd2f4308136676da56e1fa3191c63ab662
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Use JBoss BOM and remove version overrides
Commit: fcf4d81fae6d0b75523821cc6837eca9b62ee42a
https://github.com/pmuir/ticket-monster/commit/fcf4d81fae6d0b75523821cc6837eca9b62ee42a
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M pom.xml
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaManager.java
M src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
Log Message:
-----------
Minor cleanup
Commit: 7d92e89bb73c98a1d2b1616793ba0a044b4e0d0b
https://github.com/pmuir/ticket-monster/commit/7d92e89bb73c98a1d2b1616793ba0a044b4e0d0b
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M readme.md
M src/main/webapp/resources/js/app/collections/bookings.js
M src/main/webapp/resources/js/app/collections/events.js
M src/main/webapp/resources/js/app/collections/loader.js
R src/main/webapp/resources/js/app/collections/section-quantities.js
M src/main/webapp/resources/js/app/models/loader.js
R src/main/webapp/resources/js/app/models/price-category-quantity.js
M src/main/webapp/resources/js/app/models/venue.js
M src/main/webapp/resources/js/app/utilities.js
M src/main/webapp/resources/js/app/views/desktop/about.js
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/bookings.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/mobile/about.js
M src/main/webapp/resources/js/app/views/mobile/booking-detail.js
M src/main/webapp/resources/js/app/views/mobile/bookings.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
Log Message:
-----------
Cleanup - removed unneeded models
Commit: 5fd54fac6240f19cf1b63e0814639fce5217d04c
https://github.com/pmuir/ticket-monster/commit/5fd54fac6240f19cf1b63e0814639fce5217d04c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M src/main/webapp/desktop-index.html
M src/main/webapp/index.html
M src/main/webapp/mobile-index.html
M src/main/webapp/resources/js/main-desktop.js
M src/main/webapp/resources/js/main-mobile.js
Log Message:
-----------
Some comments
Commit: e4bfb87644419e5442dae86ab044bce14e60a41c
https://github.com/pmuir/ticket-monster/commit/e4bfb87644419e5442dae86ab044bce14e60a41c
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/collections/bookings.js
M src/main/webapp/resources/js/app/collections/events.js
R src/main/webapp/resources/js/app/collections/loader.js
M src/main/webapp/resources/js/app/collections/venues.js
R src/main/webapp/resources/js/app/models/loader.js
M src/main/webapp/resources/js/app/router/desktop/router.js
M src/main/webapp/resources/js/app/router/mobile/router.js
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/desktop/event-detail.js
R src/main/webapp/resources/js/app/views/desktop/loader.js
M src/main/webapp/resources/js/app/views/mobile/about.js
M src/main/webapp/resources/js/app/views/mobile/booking-detail.js
M src/main/webapp/resources/js/app/views/mobile/bookings.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
R src/main/webapp/resources/js/app/views/mobile/loader.js
M src/main/webapp/resources/templates/templates-mobile.html
Log Message:
-----------
Remove loader modules, fix several bugs
Commit: 0bdb3dcdf2bc5eadd03e9294ed18b70bae7ba1de
https://github.com/pmuir/ticket-monster/commit/0bdb3dcdf2bc5eadd03e9294ed18b70bae7ba1de
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Updating POM with Marek's changes - moving all plugins except GWT in the pluginManagement section
Commit: 52ef8f8540d9c98cafa98a89ab2270c4d2376e12
https://github.com/pmuir/ticket-monster/commit/52ef8f8540d9c98cafa98a89ab2270c4d2376e12
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/bookings.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/desktop/event-detail.js
M src/main/webapp/resources/js/app/views/desktop/events.js
M src/main/webapp/resources/js/app/views/desktop/venue-detail.js
M src/main/webapp/resources/js/app/views/desktop/venues.js
M src/main/webapp/resources/js/main-desktop.js
Log Message:
-----------
Ensure that desktop modules are loaded deterministically
Commit: fbc85deeb4ea8cbb3af4620c5a4c0d0a511fbcb6
https://github.com/pmuir/ticket-monster/commit/fbc85deeb4ea8cbb3af4620c5a4c0d0a511fbcb6
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/router/mobile/router.js
M src/main/webapp/resources/js/app/utilities.js
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/bookings.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/desktop/event-detail.js
M src/main/webapp/resources/js/app/views/desktop/events.js
M src/main/webapp/resources/js/app/views/desktop/venue-detail.js
M src/main/webapp/resources/js/app/views/desktop/venues.js
M src/main/webapp/resources/js/app/views/mobile/booking-detail.js
M src/main/webapp/resources/js/app/views/mobile/bookings.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
M src/main/webapp/resources/js/app/views/mobile/event-detail.js
M src/main/webapp/resources/js/app/views/mobile/events.js
M src/main/webapp/resources/js/app/views/mobile/venue-detail.js
M src/main/webapp/resources/js/app/views/mobile/venues.js
A src/main/webapp/resources/templates/desktop/booking-confirmation.html
A src/main/webapp/resources/templates/desktop/booking-details.html
A src/main/webapp/resources/templates/desktop/booking-list.html
A src/main/webapp/resources/templates/desktop/booking-row.html
A src/main/webapp/resources/templates/desktop/booking-table.html
A src/main/webapp/resources/templates/desktop/category-title.html
A src/main/webapp/resources/templates/desktop/city.html
A src/main/webapp/resources/templates/desktop/create-booking.html
A src/main/webapp/resources/templates/desktop/event-carousel.html
A src/main/webapp/resources/templates/desktop/event-detail.html
A src/main/webapp/resources/templates/desktop/event-summary.html
A src/main/webapp/resources/templates/desktop/event-venue-description.html
A src/main/webapp/resources/templates/desktop/main-view.html
A src/main/webapp/resources/templates/desktop/media.html
A src/main/webapp/resources/templates/desktop/select-section.html
A src/main/webapp/resources/templates/desktop/ticket-entries.html
A src/main/webapp/resources/templates/desktop/ticket-entry.html
A src/main/webapp/resources/templates/desktop/ticket-request-summary.html
A src/main/webapp/resources/templates/desktop/ticket-summary-view.html
A src/main/webapp/resources/templates/desktop/venue-carousel.html
A src/main/webapp/resources/templates/desktop/venue-detail.html
A src/main/webapp/resources/templates/desktop/venue-event-description.html
A src/main/webapp/resources/templates/desktop/venue-summary.html
A src/main/webapp/resources/templates/mobile/booking-details.html
A src/main/webapp/resources/templates/mobile/booking-row.html
A src/main/webapp/resources/templates/mobile/category-title.html
A src/main/webapp/resources/templates/mobile/city.html
A src/main/webapp/resources/templates/mobile/confirm-booking.html
A src/main/webapp/resources/templates/mobile/create-booking.html
A src/main/webapp/resources/templates/mobile/event-detail.html
A src/main/webapp/resources/templates/mobile/event-summary.html
A src/main/webapp/resources/templates/mobile/event-venue-description.html
A src/main/webapp/resources/templates/mobile/home-view.html
A src/main/webapp/resources/templates/mobile/item-view.html
A src/main/webapp/resources/templates/mobile/select-section.html
A src/main/webapp/resources/templates/mobile/ticket-entries.html
A src/main/webapp/resources/templates/mobile/ticket-entry.html
A src/main/webapp/resources/templates/mobile/ticket-summary-view.html
A src/main/webapp/resources/templates/mobile/venue-detail.html
A src/main/webapp/resources/templates/mobile/venue-event-description.html
A src/main/webapp/resources/templates/mobile/venue-summary.html
Log Message:
-----------
Breaking down templates into individual files
Commit: 8da8ab6c222ec4f5f6863576082472a0339b6127
https://github.com/pmuir/ticket-monster/commit/8da8ab6c222ec4f5f6863576082472a0339b6127
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/collections/bookings.js
M src/main/webapp/resources/js/app/collections/events.js
M src/main/webapp/resources/js/app/collections/venues.js
M src/main/webapp/resources/js/app/models/booking.js
M src/main/webapp/resources/js/app/models/event.js
M src/main/webapp/resources/js/app/models/venue.js
M src/main/webapp/resources/js/app/router/desktop/router.js
M src/main/webapp/resources/js/app/router/mobile/router.js
M src/main/webapp/resources/js/app/utilities.js
M src/main/webapp/resources/js/app/views/desktop/about.js
M src/main/webapp/resources/js/app/views/desktop/booking-detail.js
M src/main/webapp/resources/js/app/views/desktop/bookings.js
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/desktop/event-detail.js
M src/main/webapp/resources/js/app/views/desktop/events.js
M src/main/webapp/resources/js/app/views/desktop/venue-detail.js
M src/main/webapp/resources/js/app/views/desktop/venues.js
M src/main/webapp/resources/js/app/views/mobile/about.js
M src/main/webapp/resources/js/app/views/mobile/booking-detail.js
M src/main/webapp/resources/js/app/views/mobile/bookings.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
M src/main/webapp/resources/js/app/views/mobile/event-detail.js
M src/main/webapp/resources/js/app/views/mobile/events.js
M src/main/webapp/resources/js/app/views/mobile/venue-detail.js
M src/main/webapp/resources/js/app/views/mobile/venues.js
M src/main/webapp/resources/js/main-desktop.js
M src/main/webapp/resources/js/main-mobile.js
M src/main/webapp/resources/templates/desktop/booking-confirmation.html
M src/main/webapp/resources/templates/desktop/booking-details.html
M src/main/webapp/resources/templates/desktop/create-booking.html
M src/main/webapp/resources/templates/desktop/event-carousel.html
M src/main/webapp/resources/templates/desktop/venue-carousel.html
Log Message:
-----------
Code cleanup, some comments
Commit: d6f4a98bf2ed49860634cdc51f468a5f6f2fff31
https://github.com/pmuir/ticket-monster/commit/d6f4a98bf2ed49860634cdc51f468a5f6f2fff31
Author: mikebrock <brockm at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M pom.xml
Log Message:
-----------
set draftCompile to true.
Commit: 0c5d4d7582a4dbac130670272eb3b198142b1c20
https://github.com/pmuir/ticket-monster/commit/0c5d4d7582a4dbac130670272eb3b198142b1c20
Author: mikebrock <brockm at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
Log Message:
-----------
Support IE8+, Webkit browsers and Firefox by default.
Commit: eae563a8152d1354881b3faadf753a6e6812ab1d
https://github.com/pmuir/ticket-monster/commit/eae563a8152d1354881b3faadf753a6e6812ab1d
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M pom.xml
M src/main/java/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
Log Message:
-----------
Merge pull request #2 from mikebrock/master
Set the GWT compile to draftMode by default, and limit to 3 permutations (IE8+, Firefox and Webkit)
Commit: dc300e631b397a7b10097eb6e0108b139cb50d74
https://github.com/pmuir/ticket-monster/commit/dc300e631b397a7b10097eb6e0108b139cb50d74
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/views/desktop/bookings.js
R src/main/webapp/resources/templates/desktop/booking-row.html
M src/main/webapp/resources/templates/desktop/booking-table.html
Log Message:
-----------
Simplification - collapse bookings in a single view
Commit: 38f11aad5da08a85be57d00d3595f1179c693f7f
https://github.com/pmuir/ticket-monster/commit/38f11aad5da08a85be57d00d3595f1179c693f7f
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/views/desktop/events.js
R src/main/webapp/resources/templates/desktop/category-title.html
R src/main/webapp/resources/templates/desktop/event-carousel.html
R src/main/webapp/resources/templates/desktop/event-summary.html
A src/main/webapp/resources/templates/desktop/events.html
Log Message:
-----------
Simplification of events view
Commit: 3ad0a8d24952e5e6fb760d81770a1420f00c7e67
https://github.com/pmuir/ticket-monster/commit/3ad0a8d24952e5e6fb760d81770a1420f00c7e67
Author: Marius Bogoevici <marius.bogoevici at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/main/webapp/resources/js/app/views/desktop/events.js
M src/main/webapp/resources/js/app/views/desktop/venues.js
R src/main/webapp/resources/templates/desktop/city.html
M src/main/webapp/resources/templates/desktop/events.html
R src/main/webapp/resources/templates/desktop/main-view.html
R src/main/webapp/resources/templates/desktop/venue-carousel.html
R src/main/webapp/resources/templates/desktop/venue-summary.html
A src/main/webapp/resources/templates/desktop/venues.html
Log Message:
-----------
Simplification of events and venues view
Commit: 6cdce526a18dbd17bd0784c4f0bd159441805f2b
https://github.com/pmuir/ticket-monster/commit/6cdce526a18dbd17bd0784c4f0bd159441805f2b
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-04 (Fri, 04 May 2012)
Changed paths:
M pom.xml
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
Log Message:
-----------
cleanup
Commit: 8e02a85d12c0b4b5ff7239d69f16e6e56b3da528
https://github.com/pmuir/ticket-monster/commit/8e02a85d12c0b4b5ff7239d69f16e6e56b3da528
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-04 (Fri, 04 May 2012)
Changed paths:
M src/main/webapp/resources/templates/desktop/booking-confirmation.html
M src/main/webapp/resources/templates/desktop/booking-details.html
Log Message:
-----------
Cleanup
Commit: fe3b51fb7c9a5277d880e1ab4f981ca1203ca854
https://github.com/pmuir/ticket-monster/commit/fe3b51fb7c9a5277d880e1ab4f981ca1203ca854
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
M src/main/resources/import.sql
M src/main/webapp/resources/templates/desktop/event-detail.html
M src/main/webapp/resources/templates/desktop/events.html
M src/main/webapp/resources/templates/desktop/media.html
M src/main/webapp/resources/templates/desktop/venue-detail.html
M src/main/webapp/resources/templates/desktop/venues.html
M src/main/webapp/resources/templates/mobile/event-detail.html
M src/main/webapp/resources/templates/mobile/event-venue-description.html
M src/main/webapp/resources/templates/mobile/venue-detail.html
M src/main/webapp/resources/templates/mobile/venue-event-description.html
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
Rename picture -> mediaItem
Commit: 0c8840e57d6ef5bb9fcc40fc717a9c2280f1983e
https://github.com/pmuir/ticket-monster/commit/0c8840e57d6ef5bb9fcc40fc717a9c2280f1983e
Author: Pete Muir <pmuir at bleepbleep.org.uk>
Date: 2012-05-08 (Tue, 08 May 2012)
Changed paths:
M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
A src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPrice.java
R src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPriceCategory.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
M src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
M src/main/resources/import.sql
M src/main/webapp/resources/js/app/views/desktop/create-booking.js
M src/main/webapp/resources/js/app/views/mobile/create-booking.js
M src/main/webapp/resources/templates/desktop/ticket-entries.html
M src/main/webapp/resources/templates/desktop/ticket-entry.html
M src/main/webapp/resources/templates/desktop/ticket-request-summary.html
M src/main/webapp/resources/templates/mobile/ticket-entries.html
M src/main/webapp/resources/templates/mobile/ticket-entry.html
M src/main/webapp/resources/templates/mobile/ticket-summary-view.html
M src/main/webapp/resources/templates/templates-mobile.html
M src/main/webapp/resources/templates/templates.html
Log Message:
-----------
rename TicketPriceCategory to TicketPrice and all associated fields
Compare: https://github.com/pmuir/ticket-monster/compare/e24d4a2^...0c8840e
More information about the seam-commits
mailing list