[seam-commits] [pmuir/ticket-monster] eddbf9: Import cleanup

GitHub noreply at github.com
Thu Aug 2 13:54:29 EDT 2012


  Branch: refs/heads/cordova-ios
  Home:   https://github.com/pmuir/ticket-monster
  Commit: eddbf9a755d98b1d8305ecd4e421565a4f494320
      https://github.com/pmuir/ticket-monster/commit/eddbf9a755d98b1d8305ecd4e421565a4f494320
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 74e2e2b11e4215ee0d7b0b420982b1a2b64d18f7
      https://github.com/pmuir/ticket-monster/commit/74e2e2b11e4215ee0d7b0b420982b1a2b64d18f7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql
    M src/main/webapp/events.html

  Log Message:
  -----------
  Data + minor UI changes


  Commit: 7d6cbd21de1b890d337f8400ce6d21b1c4175fd7
      https://github.com/pmuir/ticket-monster/commit/7d6cbd21de1b890d337f8400ce6d21b1c4175fd7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: d2e405cbefe91189c5cb4bd8cde03ad3757bcf82
      https://github.com/pmuir/ticket-monster/commit/d2e405cbefe91189c5cb4bd8cde03ad3757bcf82
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: e7b37ae5ff1d73e95cd61d035d900a6836086b1a
      https://github.com/pmuir/ticket-monster/commit/e7b37ae5ff1d73e95cd61d035d900a6836086b1a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ab323014330506c2cc010d84ea3272d9c2f1a48c
      https://github.com/pmuir/ticket-monster/commit/ab323014330506c2cc010d84ea3272d9c2f1a48c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 46745ec71600ac8758ac76b015cb1edc5d06f00a
      https://github.com/pmuir/ticket-monster/commit/46745ec71600ac8758ac76b015cb1edc5d06f00a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/events.html

  Log Message:
  -----------
  handle POST bookings and incoming answers correctly


  Commit: a9d5868aa3d8bc7d4eb65185144d8f140a4364ed
      https://github.com/pmuir/ticket-monster/commit/a9d5868aa3d8bc7d4eb65185144d8f140a4364ed
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/events.html

  Log Message:
  -----------
  Minor - add Section to text


  Commit: aefa2f3d34d85aefe8943bbb01ad0cda8afe34dd
      https://github.com/pmuir/ticket-monster/commit/aefa2f3d34d85aefe8943bbb01ad0cda8afe34dd
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: cef82f8c8f1c0cb8901a9589047f756735bb2b7a
      https://github.com/pmuir/ticket-monster/commit/cef82f8c8f1c0cb8901a9589047f756735bb2b7a
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A admin_layer.fsh

  Log Message:
  -----------
  First version of Admin Layer generated by Forge


  Commit: b0f1370d2acbebc6a483ddadf69f17d4ceffced6
      https://github.com/pmuir/ticket-monster/commit/b0f1370d2acbebc6a483ddadf69f17d4ceffced6
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to newer version of Java EE spec BOM


  Commit: 27866bbacc3caf3afa98ad23c832dc1f3f33fe0b
      https://github.com/pmuir/ticket-monster/commit/27866bbacc3caf3afa98ad23c832dc1f3f33fe0b
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Minor change to forge script


  Commit: 931a6342eae327692badee16bebf93cccdd5b32c
      https://github.com/pmuir/ticket-monster/commit/931a6342eae327692badee16bebf93cccdd5b32c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 4177ed59fc0e4c307bf47a1502ba7a117b6d3610
      https://github.com/pmuir/ticket-monster/commit/4177ed59fc0e4c307bf47a1502ba7a117b6d3610
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: ae50790075d332205aed07ad598421d345d248f8
      https://github.com/pmuir/ticket-monster/commit/ae50790075d332205aed07ad598421d345d248f8
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java

  Log Message:
  -----------
  Add bi-directional relationships


  Commit: 8bab9f20e4b4e894240ee1aa4bf0be5b62156c96
      https://github.com/pmuir/ticket-monster/commit/8bab9f20e4b4e894240ee1aa4bf0be5b62156c96
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 197580de8537f1f11b1bd98487dd305628c42ed4
      https://github.com/pmuir/ticket-monster/commit/197580de8537f1f11b1bd98487dd305628c42ed4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/events.html

  Log Message:
  -----------
  Availability support


  Commit: 7c239037d639d2546405cbfd6364cbf5798ee011
      https://github.com/pmuir/ticket-monster/commit/7c239037d639d2546405cbfd6364cbf5798ee011
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/META-INF/persistence.xml

  Log Message:
  -----------
  Enable sql logging in persistence.xml


  Commit: 8192e803ba5446eefacf7364981f0bc14ea38c15
      https://github.com/pmuir/ticket-monster/commit/8192e803ba5446eefacf7364981f0bc14ea38c15
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 08d815fd2cc70c6ecb7bc1915d6601efc9f48da9
      https://github.com/pmuir/ticket-monster/commit/08d815fd2cc70c6ecb7bc1915d6601efc9f48da9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 928d6245dd3c3690eb6a06ce83ee8ed0a08cca0a
      https://github.com/pmuir/ticket-monster/commit/928d6245dd3c3690eb6a06ce83ee8ed0a08cca0a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: bc0b4f5beca06bdbc6dbc28a7dff10bd505893c3
      https://github.com/pmuir/ticket-monster/commit/bc0b4f5beca06bdbc6dbc28a7dff10bd505893c3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java

  Log Message:
  -----------
  Spelling


  Commit: 7fb3bbf7236e03bbf06273658a7e5a73d06de963
      https://github.com/pmuir/ticket-monster/commit/7fb3bbf7236e03bbf06273658a7e5a73d06de963
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 9e7c61c408a50521c8ba2af627163280d1cc00ba
      https://github.com/pmuir/ticket-monster/commit/9e7c61c408a50521c8ba2af627163280d1cc00ba
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java

  Log Message:
  -----------
  Rename TicketCategoryCount


  Commit: 97bb24eb333fde7fa82d728aad7cccbc793be5e4
      https://github.com/pmuir/ticket-monster/commit/97bb24eb333fde7fa82d728aad7cccbc793be5e4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 63bdcc5b69a4bf7e220c622b61fc5e17ab5f050b
      https://github.com/pmuir/ticket-monster/commit/63bdcc5b69a4bf7e220c622b61fc5e17ab5f050b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 73270a85fa79e8f09f945ca03a95f1a8b6e0f819
      https://github.com/pmuir/ticket-monster/commit/73270a85fa79e8f09f945ca03a95f1a8b6e0f819
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: efbd2d95fe8dff46445460fd28ed340ccaae3bdc
      https://github.com/pmuir/ticket-monster/commit/efbd2d95fe8dff46445460fd28ed340ccaae3bdc
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 3ad7a6bdeaf5bc5ba64c40ebff716f8d0080b310
      https://github.com/pmuir/ticket-monster/commit/3ad7a6bdeaf5bc5ba64c40ebff716f8d0080b310
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: e966ff7f551ac56ddfe4c7795522b2daa8f09564
      https://github.com/pmuir/ticket-monster/commit/e966ff7f551ac56ddfe4c7795522b2daa8f09564
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: bebdfde8e0bcecbd899d34745bf6e601c257e87e
      https://github.com/pmuir/ticket-monster/commit/bebdfde8e0bcecbd899d34745bf6e601c257e87e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java

  Log Message:
  -----------
  Slipped


  Commit: 0ff15ae519d50320a5b92cf4770539c9e01f549b
      https://github.com/pmuir/ticket-monster/commit/0ff15ae519d50320a5b92cf4770539c9e01f549b
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 281fbb0d72df18438105b14a1592f0108a393e35
      https://github.com/pmuir/ticket-monster/commit/281fbb0d72df18438105b14a1592f0108a393e35
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java

  Log Message:
  -----------
  Instantiate an empty address


  Commit: 29957f655ebfee4a11e634953fb1189cd915cb26
      https://github.com/pmuir/ticket-monster/commit/29957f655ebfee4a11e634953fb1189cd915cb26
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 02c3d41816e5aa82a4cc2ca12e0f5dc543fb1702
      https://github.com/pmuir/ticket-monster/commit/02c3d41816e5aa82a4cc2ca12e0f5dc543fb1702
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ea141c8e92342a069d63994429996018bd5ee99e
      https://github.com/pmuir/ticket-monster/commit/ea141c8e92342a069d63994429996018bd5ee99e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 110a447835b3d5f10809d2646a5cb6717fa85936
      https://github.com/pmuir/ticket-monster/commit/110a447835b3d5f10809d2646a5cb6717fa85936
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: f62584a0d3263e2188ebd9116b0a0b4a67c244f3
      https://github.com/pmuir/ticket-monster/commit/f62584a0d3263e2188ebd9116b0a0b4a67c244f3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/events.html

  Log Message:
  -----------
  Add Backbone.js and css to the main page


  Commit: 6ca84db936834acf4543957c96f9fb27197f25c9
      https://github.com/pmuir/ticket-monster/commit/6ca84db936834acf4543957c96f9fb27197f25c9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/events.html
    A src/main/webapp/index.html

  Log Message:
  -----------
  Initial Backbone integration


  Commit: 6e5f66ce0a63e94e8ed9d913580f4a14510820d8
      https://github.com/pmuir/ticket-monster/commit/6e5f66ce0a63e94e8ed9d913580f4a14510820d8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: a5dc722787f7552f8927cc806184eb8325292337
      https://github.com/pmuir/ticket-monster/commit/a5dc722787f7552f8927cc806184eb8325292337
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/index.html

  Log Message:
  -----------
  Advanced event-detail drilldown


  Commit: 157a6bd75d0842abe0b942f619b8487221c2521c
      https://github.com/pmuir/ticket-monster/commit/157a6bd75d0842abe0b942f619b8487221c2521c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/index.html

  Log Message:
  -----------
  Advanced event-detail drilldown


  Commit: 22778517800959407fec9a03b854fbda353de2c0
      https://github.com/pmuir/ticket-monster/commit/22778517800959407fec9a03b854fbda353de2c0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/index.html

  Log Message:
  -----------
  Fix single-event links


  Commit: 21bda007cade47502692f61c87a18839b499de65
      https://github.com/pmuir/ticket-monster/commit/21bda007cade47502692f61c87a18839b499de65
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/index.html

  Log Message:
  -----------
  Booking view added


  Commit: e91e19448d68d7d3caaecd0b58abc0798892e233
      https://github.com/pmuir/ticket-monster/commit/e91e19448d68d7d3caaecd0b58abc0798892e233
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: b1874f01e38f45a9d3037d9e2e647c862da24a15
      https://github.com/pmuir/ticket-monster/commit/b1874f01e38f45a9d3037d9e2e647c862da24a15
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 1231e218423535569f83531b09c16fe045306842
      https://github.com/pmuir/ticket-monster/commit/1231e218423535569f83531b09c16fe045306842
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: b0d5050dfb1f0fda389afad88a41a9609ae6f85f
      https://github.com/pmuir/ticket-monster/commit/b0d5050dfb1f0fda389afad88a41a9609ae6f85f
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Add RichFaces


  Commit: fc03299fa6eb16d4a70a4b4d3d804b0c3178c423
      https://github.com/pmuir/ticket-monster/commit/fc03299fa6eb16d4a70a4b4d3d804b0c3178c423
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 524a7d0313e57de7218f70034debe3c167ff59ac
      https://github.com/pmuir/ticket-monster/commit/524a7d0313e57de7218f70034debe3c167ff59ac
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 0a9bc84d25b1cf1b2bf2e5adc2884c54f700bcb3
      https://github.com/pmuir/ticket-monster/commit/0a9bc84d25b1cf1b2bf2e5adc2884c54f700bcb3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 1d59d7e1571bd9c0c29f64ea54d3a662595b73c4
      https://github.com/pmuir/ticket-monster/commit/1d59d7e1571bd9c0c29f64ea54d3a662595b73c4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  Reset hibernate sequence to avoid issues with creating new items


  Commit: a9ea62ddc455f1affec6472b0b999c3449385c49
      https://github.com/pmuir/ticket-monster/commit/a9ea62ddc455f1affec6472b0b999c3449385c49
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix condition


  Commit: c80d2a281f875f954a17424ed787e9aea1db76a3
      https://github.com/pmuir/ticket-monster/commit/c80d2a281f875f954a17424ed787e9aea1db76a3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix calculations


  Commit: cd5babae87569593fccdb845f8561e06fab3926d
      https://github.com/pmuir/ticket-monster/commit/cd5babae87569593fccdb845f8561e06fab3926d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix condition


  Commit: 7300f844e09a9d6f4ff5e57a21d5bfe2c92d169e
      https://github.com/pmuir/ticket-monster/commit/7300f844e09a9d6f4ff5e57a21d5bfe2c92d169e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: a78236b7171a524b429068e3483dc0d174ae5527
      https://github.com/pmuir/ticket-monster/commit/a78236b7171a524b429068e3483dc0d174ae5527
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  Removed sequence change


  Commit: bbdfbe36c2ec9bc3c9b26dd4896fa7e6e403bca9
      https://github.com/pmuir/ticket-monster/commit/bbdfbe36c2ec9bc3c9b26dd4896fa7e6e403bca9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 1abd6a563f395de0fcc0526e9f87d1804f22ba16
      https://github.com/pmuir/ticket-monster/commit/1abd6a563f395de0fcc0526e9f87d1804f22ba16
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 572b74e0080c9846d4d6bd05c9c3daf4dc4d8990
      https://github.com/pmuir/ticket-monster/commit/572b74e0080c9846d4d6bd05c9c3daf4dc4d8990
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R src/main/webapp/events.html
    R src/main/webapp/venues.html

  Log Message:
  -----------
  Remove unused files


  Commit: 584cad8f53814ebe0032072baeaf73db34f9e6f5
      https://github.com/pmuir/ticket-monster/commit/584cad8f53814ebe0032072baeaf73db34f9e6f5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R src/main/webapp/home.xhtml
    R src/main/webapp/script/easteregg.js

  Log Message:
  -----------
  Further deletes


  Commit: c0da45be7b6cf47b7db1835366ca8b920a69485f
      https://github.com/pmuir/ticket-monster/commit/c0da45be7b6cf47b7db1835366ca8b920a69485f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 8414d73378c576ca4bcf8461a747b35aa4353d24
      https://github.com/pmuir/ticket-monster/commit/8414d73378c576ca4bcf8461a747b35aa4353d24
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Extract submission as separate event


  Commit: 96457a5ea65309ff7684b68bb74a590d3ca7d45e
      https://github.com/pmuir/ticket-monster/commit/96457a5ea65309ff7684b68bb74a590d3ca7d45e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: dbce105195292fe15e159d8814944d973b5e80b0
      https://github.com/pmuir/ticket-monster/commit/dbce105195292fe15e159d8814944d973b5e80b0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ee214b883ead76e5cf0b11993fd1397a6f6e7049
      https://github.com/pmuir/ticket-monster/commit/ee214b883ead76e5cf0b11993fd1397a6f6e7049
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: e4f8a6bd662ecade2a3afef1bab4ef5f3af143d1
      https://github.com/pmuir/ticket-monster/commit/e4f8a6bd662ecade2a3afef1bab4ef5f3af143d1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: b2f793506a2db68b3a31ecb88f0c760b3db28e01
      https://github.com/pmuir/ticket-monster/commit/b2f793506a2db68b3a31ecb88f0c760b3db28e01
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java

  Log Message:
  -----------
  Return performances ordered by their time


  Commit: f30880a7d4d8cec7d7f457849f3f91eb190c237c
      https://github.com/pmuir/ticket-monster/commit/f30880a7d4d8cec7d7f457849f3f91eb190c237c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: c78585857bec65e2e2ec002940c3e5fce32d32c5
      https://github.com/pmuir/ticket-monster/commit/c78585857bec65e2e2ec002940c3e5fce32d32c5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: d2bd1b5249f9b09656d4acfce02c6cceecde363d
      https://github.com/pmuir/ticket-monster/commit/d2bd1b5249f9b09656d4acfce02c6cceecde363d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Further work in reorganizing code


  Commit: fade3bc6aef9f63308ab19339d61a967daa331fd
      https://github.com/pmuir/ticket-monster/commit/fade3bc6aef9f63308ab19339d61a967daa331fd
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  renamed function


  Commit: 7821c8e41545d63674a4528858520206416311b1
      https://github.com/pmuir/ticket-monster/commit/7821c8e41545d63674a4528858520206416311b1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 59077d0e8921203a6e81651c25440f4db0c319e8
      https://github.com/pmuir/ticket-monster/commit/59077d0e8921203a6e81651c25440f4db0c319e8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/tm-utils.js
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  renamed function


  Commit: 6fc5255fbee124edd22b716bc254142fa4d48e64
      https://github.com/pmuir/ticket-monster/commit/6fc5255fbee124edd22b716bc254142fa4d48e64
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: cce56db519db2e4e0d762e61dbfb27612ca7f859
      https://github.com/pmuir/ticket-monster/commit/cce56db519db2e4e0d762e61dbfb27612ca7f859
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: d14d09cea68efe2cf8873cac35e8928372dfab89
      https://github.com/pmuir/ticket-monster/commit/d14d09cea68efe2cf8873cac35e8928372dfab89
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ee249af4c39989e3aa4c022b4bfd6e1e804958f3
      https://github.com/pmuir/ticket-monster/commit/ee249af4c39989e3aa4c022b4bfd6e1e804958f3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ed6a5dfa723cdbe2f08749cdcb043757c90b914a
      https://github.com/pmuir/ticket-monster/commit/ed6a5dfa723cdbe2f08749cdcb043757c90b914a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Allocation.java

  Log Message:
  -----------
  Changed visibility


  Commit: 894f677367afd121eb08ccae0a0045688959962a
      https://github.com/pmuir/ticket-monster/commit/894f677367afd121eb08ccae0a0045688959962a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: c7b24995a3653d5c1120dbe610ec38acc8e29037
      https://github.com/pmuir/ticket-monster/commit/c7b24995a3653d5c1120dbe610ec38acc8e29037
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 3199373d332cd3bff229622f1b641fa406c99b91
      https://github.com/pmuir/ticket-monster/commit/3199373d332cd3bff229622f1b641fa406c99b91
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: f888cdc3dacdf2e2c2b73de024665e951a8bad21
      https://github.com/pmuir/ticket-monster/commit/f888cdc3dacdf2e2c2b73de024665e951a8bad21
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 0817152488d7571537127a3206fa957395c1895d
      https://github.com/pmuir/ticket-monster/commit/0817152488d7571537127a3206fa957395c1895d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 42fc50e0c91c231ec4ad1c748fc365833b87222e
      https://github.com/pmuir/ticket-monster/commit/42fc50e0c91c231ec4ad1c748fc365833b87222e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 4ac83bd7149b1cc161eae3ef4cbece41219e7e0c
      https://github.com/pmuir/ticket-monster/commit/4ac83bd7149b1cc161eae3ef4cbece41219e7e0c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 1d7a323144264ac27e73c0122561deaa6a35ee96
      https://github.com/pmuir/ticket-monster/commit/1d7a323144264ac27e73c0122561deaa6a35ee96
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 99c8413e2ac781d29b812ee01673f79da756064a
      https://github.com/pmuir/ticket-monster/commit/99c8413e2ac781d29b812ee01673f79da756064a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.tmpl
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix venue navigation


  Commit: 2c69ae3aba37c5aad4fc7c949f96eedf3c32b7ac
      https://github.com/pmuir/ticket-monster/commit/2c69ae3aba37c5aad4fc7c949f96eedf3c32b7ac
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: a5c9b08cdab5bf53863ad65538d311814ed70001
      https://github.com/pmuir/ticket-monster/commit/a5c9b08cdab5bf53863ad65538d311814ed70001
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: eb07b3ea803b5cf153ceec6daa9879a2a67ce92b
      https://github.com/pmuir/ticket-monster/commit/eb07b3ea803b5cf153ceec6daa9879a2a67ce92b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix erroneously removed lines


  Commit: 4d1f92441e28614fddffa68bcb5fe7b48757f87a
      https://github.com/pmuir/ticket-monster/commit/4d1f92441e28614fddffa68bcb5fe7b48757f87a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 5b06f42fdac40cc4c78d7f741ec0eba84679985d
      https://github.com/pmuir/ticket-monster/commit/5b06f42fdac40cc4c78d7f741ec0eba84679985d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 559dba3e6b1233fffc6b6dcc20e8096cf1686832
      https://github.com/pmuir/ticket-monster/commit/559dba3e6b1233fffc6b6dcc20e8096cf1686832
  Author: Marius Bogoevici <marius at patricia-bogoevicis-macbook.local>
  Date:   2012-05-28 (Mon, 28 May 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: dda225d3f8181497dbc70d39aa6be6a70f2e0264
      https://github.com/pmuir/ticket-monster/commit/dda225d3f8181497dbc70d39aa6be6a70f2e0264
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 35a3732109de2f539d03662b8b927886d1bcfdf9
      https://github.com/pmuir/ticket-monster/commit/35a3732109de2f539d03662b8b927886d1bcfdf9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/WEB-INF/taglib.xml

  Log Message:
  -----------
  Remove unused converters


  Commit: f855c1284db54525de3ad3dbf785d882f9eb9fb0
      https://github.com/pmuir/ticket-monster/commit/f855c1284db54525de3ad3dbf785d882f9eb9fb0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R src/main/webapp/WEB-INF/taglib.xml

  Log Message:
  -----------
  Remove unused converters


  Commit: f5eafaa2dfb207d416cbd7b4bc6095b1f245ff50
      https://github.com/pmuir/ticket-monster/commit/f5eafaa2dfb207d416cbd7b4bc6095b1f245ff50
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Add missing ;


  Commit: c1b63bec915cfa69484b2f4c7d64de415cc81fe8
      https://github.com/pmuir/ticket-monster/commit/c1b63bec915cfa69484b2f4c7d64de415cc81fe8
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 143c336611672bc7033a856c21cb2501f1b9130a
      https://github.com/pmuir/ticket-monster/commit/143c336611672bc7033a856c21cb2501f1b9130a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 90d38df88695633babf9bc4bc61a59c196918684
      https://github.com/pmuir/ticket-monster/commit/90d38df88695633babf9bc4bc61a59c196918684
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 970eecc0b2c3b020a96c8aa13bbb3cbd04fea38d
      https://github.com/pmuir/ticket-monster/commit/970eecc0b2c3b020a96c8aa13bbb3cbd04fea38d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A src/main/webapp/resources/css/images/ajax-loader.gif

  Log Message:
  -----------
  Add ajax-loader.gif


  Commit: 247788dce54453c56628180cfc6624e18c2ac574
      https://github.com/pmuir/ticket-monster/commit/247788dce54453c56628180cfc6624e18c2ac574
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 0373b71f86aa5a3838047d979d4ed21b25b9adf5
      https://github.com/pmuir/ticket-monster/commit/0373b71f86aa5a3838047d979d4ed21b25b9adf5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 72cfbf3df8075b03d20ce49696b9c0919781d44b
      https://github.com/pmuir/ticket-monster/commit/72cfbf3df8075b03d20ce49696b9c0919781d44b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 27af7e1c786012dfa2e2dd061fb3bf471fe3bbb1
      https://github.com/pmuir/ticket-monster/commit/27af7e1c786012dfa2e2dd061fb3bf471fe3bbb1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java

  Log Message:
  -----------
  Removed unused EntityManager


  Commit: 8e7b8708896f3733bf12a67db98b76878c975cf4
      https://github.com/pmuir/ticket-monster/commit/8e7b8708896f3733bf12a67db98b76878c975cf4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: fe34da522507724917366f2c0def71def6604e24
      https://github.com/pmuir/ticket-monster/commit/fe34da522507724917366f2c0def71def6604e24
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 239c3a11ecb06057d6e927f277d1ca1335f5fe45
      https://github.com/pmuir/ticket-monster/commit/239c3a11ecb06057d6e927f277d1ca1335f5fe45
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 70ee48728bcd02e5c457f2fab9f23d8d3ad74768
      https://github.com/pmuir/ticket-monster/commit/70ee48728bcd02e5c457f2fab9f23d8d3ad74768
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: fe5b81dc8b96a858268ed2f2b5de49f32b35f60d
      https://github.com/pmuir/ticket-monster/commit/fe5b81dc8b96a858268ed2f2b5de49f32b35f60d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 542fa99d81f4cfdf057a421ecf3aea80d917456d
      https://github.com/pmuir/ticket-monster/commit/542fa99d81f4cfdf057a421ecf3aea80d917456d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  Add more shows


  Commit: c499f62bb948b6e94fc546d1047a3174a50c5592
      https://github.com/pmuir/ticket-monster/commit/c499f62bb948b6e94fc546d1047a3174a50c5592
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 50464209dd9eba796d2e8fcad44791672ee292eb
      https://github.com/pmuir/ticket-monster/commit/50464209dd9eba796d2e8fcad44791672ee292eb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: ef82cdedcece60d2f1e02ec986b19fdcecb3b219
      https://github.com/pmuir/ticket-monster/commit/ef82cdedcece60d2f1e02ec986b19fdcecb3b219
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Fix forms


  Commit: d14b6f36f9b38665eb124f3569c19bf2b8f46527
      https://github.com/pmuir/ticket-monster/commit/d14b6f36f9b38665eb124f3569c19bf2b8f46527
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  More data


  Commit: 2d0fc7ebcc657d6fb66d3ca59f15284b519d2ceb
      https://github.com/pmuir/ticket-monster/commit/2d0fc7ebcc657d6fb66d3ca59f15284b519d2ceb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  More data


  Commit: b0219a469c3536ad7b9f999dbfccfff1e31149f7
      https://github.com/pmuir/ticket-monster/commit/b0219a469c3536ad7b9f999dbfccfff1e31149f7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 5efb4349dbc942654532a4731a9a981d9a3fc0a5
      https://github.com/pmuir/ticket-monster/commit/5efb4349dbc942654532a4731a9a981d9a3fc0a5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: f53ea7391c51ee0a8ca7f0c353d871487a174a45
      https://github.com/pmuir/ticket-monster/commit/f53ea7391c51ee0a8ca7f0c353d871487a174a45
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Fix link


  Commit: 8d54dfa6199820902b58e0a02646ddda880bc03e
      https://github.com/pmuir/ticket-monster/commit/8d54dfa6199820902b58e0a02646ddda880bc03e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java

  Log Message:
  -----------
  Add aggregate information


  Commit: 18057cf851c003efef3a7de87ef989cda8d5c97d
      https://github.com/pmuir/ticket-monster/commit/18057cf851c003efef3a7de87ef989cda8d5c97d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html
    M src/main/webapp/tm-index.html

  Log Message:
  -----------
  Clean up templates


  Commit: 0f25b24f0a37575f17d9d5b5a36bcd2e70c2e467
      https://github.com/pmuir/ticket-monster/commit/0f25b24f0a37575f17d9d5b5a36bcd2e70c2e467
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Clean up templates


  Commit: 580b4630768721da1da25b6dbab71c550535a837
      https://github.com/pmuir/ticket-monster/commit/580b4630768721da1da25b6dbab71c550535a837
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 79a0ab65246b3d54f372ebb056b8acffc1343b4f
      https://github.com/pmuir/ticket-monster/commit/79a0ab65246b3d54f372ebb056b8acffc1343b4f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Minor comment adjustment


  Commit: 9ca510143995aae11eb230128628246f43be9ca3
      https://github.com/pmuir/ticket-monster/commit/9ca510143995aae11eb230128628246f43be9ca3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/mobile-index.html

  Log Message:
  -----------
  Remove whitespaces


  Commit: bb0af6005e4a9e12145b5cda5d5aa3965845cdf7
      https://github.com/pmuir/ticket-monster/commit/bb0af6005e4a9e12145b5cda5d5aa3965845cdf7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Reorganize booking details


  Commit: 8e00cbee98e62623272d517cb597a5923db162f9
      https://github.com/pmuir/ticket-monster/commit/8e00cbee98e62623272d517cb597a5923db162f9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Minor


  Commit: 012dbeec3cc07fc982e56245fcfd35265648e621
      https://github.com/pmuir/ticket-monster/commit/012dbeec3cc07fc982e56245fcfd35265648e621
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/tm/image.xhtml

  Log Message:
  -----------
  Fix to reference cached resources


  Commit: 18c3d74fde9e850b1cb007ea2df16d2fb018bb3b
      https://github.com/pmuir/ticket-monster/commit/18c3d74fde9e850b1cb007ea2df16d2fb018bb3b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java

  Log Message:
  -----------
  Adds toString() support


  Commit: 01f82fa003c5f48a4b1f887b3b03edc0d65cfac1
      https://github.com/pmuir/ticket-monster/commit/01f82fa003c5f48a4b1f887b3b03edc0d65cfac1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Scaffolding TicketPriceCategory and MediaItem to get rid of errors.


  Commit: f57398c3c2f5fa93ed17f1f0ccc293a09e6c5e53
      https://github.com/pmuir/ticket-monster/commit/f57398c3c2f5fa93ed17f1f0ccc293a09e6c5e53
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 5d2a475ea3631fc68295ecc8bfc565fce1d31635
      https://github.com/pmuir/ticket-monster/commit/5d2a475ea3631fc68295ecc8bfc565fce1d31635
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/backbone.js

  Log Message:
  -----------
  Update to backbone 0.9.2


  Commit: e5bf63a3eb83406cb9289acf2429e7f182368322
      https://github.com/pmuir/ticket-monster/commit/e5bf63a3eb83406cb9289acf2429e7f182368322
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  CSS updates


  Commit: 724323f297958330c2bd8611b6cabed97f53bd3a
      https://github.com/pmuir/ticket-monster/commit/724323f297958330c2bd8611b6cabed97f53bd3a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: c5fcf4f226443ab5bb9bc8541b840ab1e7bbdaf8
      https://github.com/pmuir/ticket-monster/commit/c5fcf4f226443ab5bb9bc8541b840ab1e7bbdaf8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: c1b4ac4f38a1bda1a6de0702d9a77582b68faf79
      https://github.com/pmuir/ticket-monster/commit/c1b4ac4f38a1bda1a6de0702d9a77582b68faf79
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Reorganized 'create booking'


  Commit: 5fd103363aaa7367ffc98de94baa93d5269ff7f1
      https://github.com/pmuir/ticket-monster/commit/5fd103363aaa7367ffc98de94baa93d5269ff7f1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Reorganized booking confirmation


  Commit: 90008861682792db408e7c086e88e075d8fb6adb
      https://github.com/pmuir/ticket-monster/commit/90008861682792db408e7c086e88e075d8fb6adb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Reorganized booking details


  Commit: d64e36c34e2e21b7090a1a9816c17b519a5de0d0
      https://github.com/pmuir/ticket-monster/commit/d64e36c34e2e21b7090a1a9816c17b519a5de0d0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 1bdb8edd99ce6fe443c896a617590edd07ebc59b
      https://github.com/pmuir/ticket-monster/commit/1bdb8edd99ce6fe443c896a617590edd07ebc59b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: acaf142e3f3f6960cae976bbceeccdff2098ceaf
      https://github.com/pmuir/ticket-monster/commit/acaf142e3f3f6960cae976bbceeccdff2098ceaf
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: a21dfd821b55ceb59864743c9a8790ba6513a440
      https://github.com/pmuir/ticket-monster/commit/a21dfd821b55ceb59864743c9a8790ba6513a440
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html

  Log Message:
  -----------
  Fix selection of events in venue detail


  Commit: 0605d76faf59a6222f21851dddebe1030e50841d
      https://github.com/pmuir/ticket-monster/commit/0605d76faf59a6222f21851dddebe1030e50841d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: d8028d832321f5d1679a92c78eac5fae6c9450f4
      https://github.com/pmuir/ticket-monster/commit/d8028d832321f5d1679a92c78eac5fae6c9450f4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: d8e348a31b2bf40d660da8142102c7e58b98976e
      https://github.com/pmuir/ticket-monster/commit/d8e348a31b2bf40d660da8142102c7e58b98976e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Use targetDir to generate administration views


  Commit: 395733bcf9b17e8d9ecc8c40c9e97d8db67b4584
      https://github.com/pmuir/ticket-monster/commit/395733bcf9b17e8d9ecc8c40c9e97d8db67b4584
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 5169b2b5d43950b987f9215e4a5925ee72a67225
      https://github.com/pmuir/ticket-monster/commit/5169b2b5d43950b987f9215e4a5925ee72a67225
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: 994886c9b53289e03bb3d2f65cec9e7b745c6791
      https://github.com/pmuir/ticket-monster/commit/994886c9b53289e03bb3d2f65cec9e7b745c6791
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A admin_layer.patch

  Log Message:
  -----------
  Add patch for manual changes required


  Commit: b08a6cea0b142f098a5a59449e0fea741871de8e
      https://github.com/pmuir/ticket-monster/commit/b08a6cea0b142f098a5a59449e0fea741871de8e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh

  Log Message:
  -----------
  Make script prompt to apply manual changes


  Commit: fac3dd5e036173a0a20fb6db493db7d8c05594b1
      https://github.com/pmuir/ticket-monster/commit/fac3dd5e036173a0a20fb6db493db7d8c05594b1
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: f73cfafbcdf0063680c22eba3d487bdd4de7f780
      https://github.com/pmuir/ticket-monster/commit/f73cfafbcdf0063680c22eba3d487bdd4de7f780
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: cbee33065395b9b7c3a216d5f72dfb35dd3eab86
      https://github.com/pmuir/ticket-monster/commit/cbee33065395b9b7c3a216d5f72dfb35dd3eab86
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  Fix import.sql


  Commit: 8976dc7de37eeaee3fce87116c7651afdd4b30cd
      https://github.com/pmuir/ticket-monster/commit/8976dc7de37eeaee3fce87116c7651afdd4b30cd
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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: d130aca4f7a85998e8ef8b38b6b2e5606b5a8730
      https://github.com/pmuir/ticket-monster/commit/d130aca4f7a85998e8ef8b38b6b2e5606b5a8730
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java

  Log Message:
  -----------
  Javadoc for BookingService


  Commit: 9610133b0c9f2a764bbc1afae4525a7538e5068d
      https://github.com/pmuir/ticket-monster/commit/9610133b0c9f2a764bbc1afae4525a7538e5068d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java

  Log Message:
  -----------
  Add counter for sold tickets


  Commit: 1e437eebe537fb18128bba6d339545b467cb0c48
      https://github.com/pmuir/ticket-monster/commit/1e437eebe537fb18128bba6d339545b467cb0c48
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 0fabd50e1a780520af59c475f368f0a98020d010
      https://github.com/pmuir/ticket-monster/commit/0fabd50e1a780520af59c475f368f0a98020d010
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore GWT and Errai files


  Commit: e0f44542375efc9be0380bf3b78d8d9185be9b0e
      https://github.com/pmuir/ticket-monster/commit/e0f44542375efc9be0380bf3b78d8d9185be9b0e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Minor fixes


  Commit: bba2dceeb21145d10ca04f6f0c6e4aad8f79676c
      https://github.com/pmuir/ticket-monster/commit/bba2dceeb21145d10ca04f6f0c6e4aad8f79676c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Minor: fix templates


  Commit: fc842182861b00777fbbb504702c52d1e08a9f50
      https://github.com/pmuir/ticket-monster/commit/fc842182861b00777fbbb504702c52d1e08a9f50
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 69932b70335881d10cd50e7cb7656c4f4d95b58b
      https://github.com/pmuir/ticket-monster/commit/69932b70335881d10cd50e7cb7656c4f4d95b58b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 2eb8408ff421a016ba34f47d97a6f394611405a9
      https://github.com/pmuir/ticket-monster/commit/2eb8408ff421a016ba34f47d97a6f394611405a9
  Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: a0a4ff486ace71f5098ff9ecb645b78e0675b975
      https://github.com/pmuir/ticket-monster/commit/a0a4ff486ace71f5098ff9ecb645b78e0675b975
  Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: e4f32f9b2b622a3e320c2370df8162cd8c38ddef
      https://github.com/pmuir/ticket-monster/commit/e4f32f9b2b622a3e320c2370df8162cd8c38ddef
  Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 0d2c021bbfe324c3e5a9ef785f6346da475a4793
      https://github.com/pmuir/ticket-monster/commit/0d2c021bbfe324c3e5a9ef785f6346da475a4793
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M admin_layer.fsh
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java

  Log Message:
  -----------
  Minor changes


  Commit: dfc281cff281d410857e200032387a8e3be546f0
      https://github.com/pmuir/ticket-monster/commit/dfc281cff281d410857e200032387a8e3be546f0
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  ws, remove unused arquillian profiles, add openshift profile


  Commit: 51bae4c6a68c5190f54b235c1c4edba9d8a9619f
      https://github.com/pmuir/ticket-monster/commit/51bae4c6a68c5190f54b235c1c4edba9d8a9619f
  Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 3fe28d0abecc239eef6b61e5a5d95f840ea41912
      https://github.com/pmuir/ticket-monster/commit/3fe28d0abecc239eef6b61e5a5d95f840ea41912
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: f03b569a0bc94d4eef1930f9a8457eb95f146a6c
      https://github.com/pmuir/ticket-monster/commit/f03b569a0bc94d4eef1930f9a8457eb95f146a6c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 71363eeca133443e82009380a21b80348ab8de6d
      https://github.com/pmuir/ticket-monster/commit/71363eeca133443e82009380a21b80348ab8de6d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: b4587359e54e9b8f3401a0f65e647ba791310133
      https://github.com/pmuir/ticket-monster/commit/b4587359e54e9b8f3401a0f65e647ba791310133
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 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: 26eb16d39273a069e6fa0641929d610117d657ab
      https://github.com/pmuir/ticket-monster/commit/26eb16d39273a069e6fa0641929d610117d657ab
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Jackson already provided by JBoss AS7


  Commit: 0cf6154d13e88b9a3c7cf679784dbbd6ad0e17f7
      https://github.com/pmuir/ticket-monster/commit/0cf6154d13e88b9a3c7cf679784dbbd6ad0e17f7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use jboss-javaee-web-6.0 BOM


  Commit: cc9b3bd366938c56e4662614cfd0fead616eef76
      https://github.com/pmuir/ticket-monster/commit/cc9b3bd366938c56e4662614cfd0fead616eef76
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Using jboss-javaee-6.0-with-tools and jboss-javaee-6.0-with-hibernate BOMs


  Commit: d09e99f23381b44ebcb60440891c79307ff76d93
      https://github.com/pmuir/ticket-monster/commit/d09e99f23381b44ebcb60440891c79307ff76d93
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Whitespace


  Commit: 92646c9e2d1e883b32f4151a15271c880e9f92d9
      https://github.com/pmuir/ticket-monster/commit/92646c9e2d1e883b32f4151a15271c880e9f92d9
  Author: Christian Sadilek <christian.sadilek at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 5db415dba8f19d64552ae553f65c0f8b10e82713
      https://github.com/pmuir/ticket-monster/commit/5db415dba8f19d64552ae553f65c0f8b10e82713
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use JBoss BOM and remove version overrides


  Commit: 1bcb637c2954378783a86d35882df45b65db3e32
      https://github.com/pmuir/ticket-monster/commit/1bcb637c2954378783a86d35882df45b65db3e32
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 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: ccaf4bea5523e61bbf83b99d9f277fce7cba070f
      https://github.com/pmuir/ticket-monster/commit/ccaf4bea5523e61bbf83b99d9f277fce7cba070f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 3896f9017ecf491aa8b49f7d43c60554b3644a17
      https://github.com/pmuir/ticket-monster/commit/3896f9017ecf491aa8b49f7d43c60554b3644a17
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 8366cfa00ff778fdaa5ac44beecc22b3f3411ac3
      https://github.com/pmuir/ticket-monster/commit/8366cfa00ff778fdaa5ac44beecc22b3f3411ac3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 921411c8d0a53b304aef0296072dcf60ebbc765b
      https://github.com/pmuir/ticket-monster/commit/921411c8d0a53b304aef0296072dcf60ebbc765b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: c77224032f8bce280e2fe75962bb1c42ca12a6c3
      https://github.com/pmuir/ticket-monster/commit/c77224032f8bce280e2fe75962bb1c42ca12a6c3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: c98bf2def81899713838ea25a52518ab521aeecb
      https://github.com/pmuir/ticket-monster/commit/c98bf2def81899713838ea25a52518ab521aeecb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 1b10e4486919fb0ef97830f5f9932310fe9b91c1
      https://github.com/pmuir/ticket-monster/commit/1b10e4486919fb0ef97830f5f9932310fe9b91c1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 044ce9f44c42bb3e150a89878af0574429c8b404
      https://github.com/pmuir/ticket-monster/commit/044ce9f44c42bb3e150a89878af0574429c8b404
  Author: mikebrock <brockm at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  set draftCompile to true.


  Commit: 41a46dba971a6a83c5ca0b6c0e020a24252dcde6
      https://github.com/pmuir/ticket-monster/commit/41a46dba971a6a83c5ca0b6c0e020a24252dcde6
  Author: mikebrock <brockm at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: d2028645ebf2a47d2cb17a409da7699d7f79d8e2
      https://github.com/pmuir/ticket-monster/commit/d2028645ebf2a47d2cb17a409da7699d7f79d8e2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: bd2b616a3bff1b7898aefcfeb62c6ed91cf42d20
      https://github.com/pmuir/ticket-monster/commit/bd2b616a3bff1b7898aefcfeb62c6ed91cf42d20
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 93391da1ee544388c3720fcb07d81e07ac02d5e8
      https://github.com/pmuir/ticket-monster/commit/93391da1ee544388c3720fcb07d81e07ac02d5e8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 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: 3af1e5c4a3f27508381e0aa90531a3e57a7fa337
      https://github.com/pmuir/ticket-monster/commit/3af1e5c4a3f27508381e0aa90531a3e57a7fa337
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java

  Log Message:
  -----------
  cleanup


  Commit: 394f1062f27fd67e04bc664ae6363ba487f1a306
      https://github.com/pmuir/ticket-monster/commit/394f1062f27fd67e04bc664ae6363ba487f1a306
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 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: f4b9e64e22fcc24e37d2953c086b187bf6ec6885
      https://github.com/pmuir/ticket-monster/commit/f4b9e64e22fcc24e37d2953c086b187bf6ec6885
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/app/views/desktop/event-detail.js
    M src/main/webapp/resources/templates/desktop/event-detail.html

  Log Message:
  -----------
  Minor template stuff


  Commit: d2ea8b978c1695754cd1e06896f6a9aa5aec6775
      https://github.com/pmuir/ticket-monster/commit/d2ea8b978c1695754cd1e06896f6a9aa5aec6775
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/app/views/desktop/create-booking.js
    M src/main/webapp/resources/templates/desktop/create-booking.html
    R src/main/webapp/resources/templates/desktop/select-section.html
    A src/main/webapp/resources/templates/desktop/ticket-categories.html
    R src/main/webapp/resources/templates/desktop/ticket-entries.html
    R src/main/webapp/resources/templates/desktop/ticket-entry.html
    R src/main/webapp/resources/templates/desktop/ticket-request-summary.html
    M src/main/webapp/resources/templates/desktop/ticket-summary-view.html

  Log Message:
  -----------
  Simplify desktop-create-booking


  Commit: de5ccd484c27b99f8b2686b03da122b526b40805
      https://github.com/pmuir/ticket-monster/commit/de5ccd484c27b99f8b2686b03da122b526b40805
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/app/router/mobile/router.js
    M src/main/webapp/resources/js/app/views/mobile/events.js
    M src/main/webapp/resources/js/app/views/mobile/venues.js
    R src/main/webapp/resources/templates/mobile/category-title.html
    R src/main/webapp/resources/templates/mobile/city.html
    A src/main/webapp/resources/templates/mobile/events.html
    R src/main/webapp/resources/templates/mobile/item-view.html
    R src/main/webapp/resources/templates/mobile/venue-summary.html
    A src/main/webapp/resources/templates/mobile/venues.html

  Log Message:
  -----------
  Simplify mobile event and venue list.


  Commit: b2da6ef9fb83c85a3cc970a56bfe13053ed428d7
      https://github.com/pmuir/ticket-monster/commit/b2da6ef9fb83c85a3cc970a56bfe13053ed428d7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/app/views/mobile/create-booking.js
    M src/main/webapp/resources/templates/mobile/create-booking.html
    R src/main/webapp/resources/templates/mobile/select-section.html
    M src/main/webapp/resources/templates/mobile/ticket-entries.html
    R src/main/webapp/resources/templates/mobile/ticket-entry.html

  Log Message:
  -----------
  Simplify booking creation on mobile


  Commit: 115d586b1d51f7313f8d269fa68b0caf0a2f1a87
      https://github.com/pmuir/ticket-monster/commit/115d586b1d51f7313f8d269fa68b0caf0a2f1a87
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  Fix import.sql file after removing 'major' attribute of events


  Commit: 9c80be8a74b8f327d13496b6b58c490eaebf91ce
      https://github.com/pmuir/ticket-monster/commit/9c80be8a74b8f327d13496b6b58c490eaebf91ce
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 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: 253f371f1768db299068034e8c8efa859bbed3a0
      https://github.com/pmuir/ticket-monster/commit/253f371f1768db299068034e8c8efa859bbed3a0
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 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-categories.html
    M src/main/webapp/resources/templates/desktop/ticket-summary-view.html
    M src/main/webapp/resources/templates/mobile/ticket-entries.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


  Commit: ba9e68c9e17fbea07bc2ebda735d80e692636860
      https://github.com/pmuir/ticket-monster/commit/ba9e68c9e17fbea07bc2ebda735d80e692636860
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 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/Venue.java

  Log Message:
  -----------
  Use JPA defaults a bit better


  Commit: a2eb508e95198806efd02cae26a139ba91c6032a
      https://github.com/pmuir/ticket-monster/commit/a2eb508e95198806efd02cae26a139ba91c6032a
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/META-INF/persistence.xml
    A src/main/webapp/WEB-INF/ticketmonster-ds.xml

  Log Message:
  -----------
  Switch to a deployable datasource


  Commit: 3cec510f0146e5a25f9b23e463d5a7d9ab1b4fa0
      https://github.com/pmuir/ticket-monster/commit/3cec510f0146e5a25f9b23e463d5a7d9ab1b4fa0
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A src/main/webapp/WEB-INF/ticket-monster-ds.xml
    R src/main/webapp/WEB-INF/ticketmonster-ds.xml

  Log Message:
  -----------
  Minor rename


  Commit: 217df81292cae6e079737a04471e73b43b9bc7bf
      https://github.com/pmuir/ticket-monster/commit/217df81292cae6e079737a04471e73b43b9bc7bf
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
    M src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
    M src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.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/TicketRequest.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/TicketMonsterDeployment.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/BookingServiceTest.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/EventServiceTest.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/RESTDeployment.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/ShowServiceTest.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/VenueServiceTest.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/CollectionAssert.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/ForwardingMap.java
    A src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/MockMultivaluedMap.java
    A src/test/resources/META-INF/test-persistence.xml
    M src/test/resources/arquillian.xml
    A src/test/resources/test-ds.xml

  Log Message:
  -----------
  Add Arquillian tests for rest services


  Commit: 7cab929a8eb2c6c936854c08fd39ec232abf2315
      https://github.com/pmuir/ticket-monster/commit/7cab929a8eb2c6c936854c08fd39ec232abf2315
  Author: Christian Sadilek <christian.sadilek at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/PerformanceStatusWidget.java
    M src/main/webapp/booking-monitor.html
    R src/main/webapp/resources/css/admin.css
    M src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  moved all styles into screen.css


  Commit: d94bd4c6d759283919350f331e5a38ccba6d34a2
      https://github.com/pmuir/ticket-monster/commit/d94bd4c6d759283919350f331e5a38ccba6d34a2
  Author: Christian Sadilek <christian.sadilek at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  fixing style for sold tickets progressbar


  Commit: 466e46011c5ff88eebdc1307099cc4cb61b922d0
      https://github.com/pmuir/ticket-monster/commit/466e46011c5ff88eebdc1307099cc4cb61b922d0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/js/app/collections/events.js
    M src/main/webapp/resources/js/app/utilities.js
    M src/main/webapp/resources/templates/mobile/events.html

  Log Message:
  -----------
  Some comments and formatting


  Commit: 12a3a84e80288843e0c1368c75501af0ce9a9aee
      https://github.com/pmuir/ticket-monster/commit/12a3a84e80288843e0c1368c75501af0ce9a9aee
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    R src/main/webapp/resources/bootstrap/css/bootstrap-responsive.css
    R src/main/webapp/resources/bootstrap/css/bootstrap-responsive.min.css
    R src/main/webapp/resources/bootstrap/css/bootstrap.css
    R src/main/webapp/resources/bootstrap/css/bootstrap.min.css
    R src/main/webapp/resources/bootstrap/img/glyphicons-halflings-white.png
    R src/main/webapp/resources/bootstrap/img/glyphicons-halflings.png
    R src/main/webapp/resources/bootstrap/js/bootstrap.js
    R src/main/webapp/resources/bootstrap/js/bootstrap.min.js
    A src/main/webapp/resources/css/bootstrap-responsive.css
    A src/main/webapp/resources/css/bootstrap.css
    M src/main/webapp/resources/css/screen.css
    R src/main/webapp/resources/gfx/banner.png
    R src/main/webapp/resources/gfx/icon_large.png
    R src/main/webapp/resources/gfx/icon_medium.png
    R src/main/webapp/resources/gfx/icon_small.png
    R src/main/webapp/resources/gfx/logo.png
    A src/main/webapp/resources/img/banner.png
    A src/main/webapp/resources/img/glyphicons-halflings-white.png
    A src/main/webapp/resources/img/glyphicons-halflings.png
    A src/main/webapp/resources/img/logo.png
    A src/main/webapp/resources/js/libs/bootstrap.js
    M src/main/webapp/resources/js/main-desktop.js
    M src/main/webapp/resources/templates/desktop/create-booking.html
    M src/main/webapp/resources/templates/desktop/event-detail.html

  Log Message:
  -----------
  Consolidated resource structure


  Commit: 35bbd8d5bb7b9e1b1da731a4c78909567c5b1fb4
      https://github.com/pmuir/ticket-monster/commit/35bbd8d5bb7b9e1b1da731a4c78909567c5b1fb4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M .gitignore
    A .settings/.jsdtscope

  Log Message:
  -----------
  Add resource exclusion configuration to prevent JSDT errors.


  Commit: 219f93c9496d08c51314c984afd9a5d0167ba547
      https://github.com/pmuir/ticket-monster/commit/219f93c9496d08c51314c984afd9a5d0167ba547
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/booking-monitor.html
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/js/app/collections/events.js
    M src/main/webapp/resources/js/app/models/event.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/events.js
    M src/main/webapp/resources/js/app/views/desktop/venues.js
    M src/main/webapp/resources/js/app/views/mobile/create-booking.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/create-booking.html
    M src/main/webapp/resources/templates/desktop/ticket-categories.html
    M src/main/webapp/resources/templates/desktop/ticket-summary-view.html

  Log Message:
  -----------
  Cleanup, comments, etc.


  Commit: 9d3d12df30f2c86ba60fbc12a73d6df6cedc6b59
      https://github.com/pmuir/ticket-monster/commit/9d3d12df30f2c86ba60fbc12a73d6df6cedc6b59
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/js/app/views/desktop/events.js
    M src/main/webapp/resources/js/app/views/mobile/events.js

  Log Message:
  -----------
  Fixes an issue where categories are rendered duplicate


  Commit: 31a3c698eb7c86e409be4da4afc79aebf3d6e5a1
      https://github.com/pmuir/ticket-monster/commit/31a3c698eb7c86e409be4da4afc79aebf3d6e5a1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/resources/templates/desktop/events.html

  Log Message:
  -----------
  Wrong link


  Commit: 4a7c156aa408f9e99c646320e32d7c0e402a9aab
      https://github.com/pmuir/ticket-monster/commit/4a7c156aa408f9e99c646320e32d7c0e402a9aab
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R src/main/java/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
    A src/main/resources/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml

  Log Message:
  -----------
  Move module definition to resources.


  Commit: 4be60482d4cce84d66d1316e7ec732d483a2fbcf
      https://github.com/pmuir/ticket-monster/commit/4be60482d4cce84d66d1316e7ec732d483a2fbcf
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/resources/import.sql

  Log Message:
  -----------
  More event data


  Commit: a6a6910ee0a28c6e83f49bfe2adcf6ef8064513d
      https://github.com/pmuir/ticket-monster/commit/a6a6910ee0a28c6e83f49bfe2adcf6ef8064513d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/mobile-index.html
    M src/main/webapp/resources/js/app/router/mobile/router.js
    M src/main/webapp/resources/js/app/views/mobile/events.js
    M src/main/webapp/resources/templates/mobile/create-booking.html
    M src/main/webapp/resources/templates/mobile/ticket-entries.html
    R src/main/webapp/resources/templates/templates-mobile.html
    R src/main/webapp/resources/templates/templates.html

  Log Message:
  -----------
  Cleanup


  Commit: 55f7c7b5d3f969ae3c63f8e8e55515a16a8958be
      https://github.com/pmuir/ticket-monster/commit/55f7c7b5d3f969ae3c63f8e8e55515a16a8958be
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/css/bootstrap.css
    A src/main/webapp/resources/css/custom.css
    M src/main/webapp/resources/css/screen.css
    M src/main/webapp/resources/img/banner.png
    A src/main/webapp/resources/img/bg-dark.png
    A src/main/webapp/resources/img/bg-red.png
    A src/main/webapp/resources/img/bg.png
    A src/main/webapp/resources/img/btn-pink-hvr.png
    A src/main/webapp/resources/img/btn-pink.png
    A src/main/webapp/resources/img/nav-bg-dark.png
    A src/main/webapp/resources/img/nav-bg.png
    M src/main/webapp/resources/templates/desktop/events.html

  Log Message:
  -----------
  New style


  Commit: 82c00765292a4b1af67e8fe14c25b433da62c83b
      https://github.com/pmuir/ticket-monster/commit/82c00765292a4b1af67e8fe14c25b433da62c83b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java

  Log Message:
  -----------
  Code formatting


  Commit: aadb1c7b9f5113346a67b1ab37a9339507bdffa4
      https://github.com/pmuir/ticket-monster/commit/aadb1c7b9f5113346a67b1ab37a9339507bdffa4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/css/custom.css
    A src/main/webapp/resources/img/dualbrand_as7eap.png
    M src/main/webapp/resources/js/app/views/desktop/about.js
    M src/main/webapp/resources/templates/desktop/booking-table.html
    M src/main/webapp/resources/templates/desktop/create-booking.html
    M src/main/webapp/resources/templates/desktop/event-detail.html
    M src/main/webapp/resources/templates/desktop/venue-detail.html
    M src/main/webapp/resources/templates/desktop/venues.html

  Log Message:
  -----------
  New styles


  Commit: a0ff2e55b58e568588265a2194802d5354dea6c8
      https://github.com/pmuir/ticket-monster/commit/a0ff2e55b58e568588265a2194802d5354dea6c8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Revert changes


  Commit: 550de368d9a0ad8df70e8b62862a9870e6acbbe1
      https://github.com/pmuir/ticket-monster/commit/550de368d9a0ad8df70e8b62862a9870e6acbbe1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M src/main/webapp/booking-monitor.html
    M src/main/webapp/desktop-index.html
    M src/main/webapp/resources/css/custom.css
    M src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  Adding some styling to Errai component


  Commit: 77c8178c8242077abd4de6d9bb22665bb4c137f0
      https://github.com/pmuir/ticket-monster/commit/77c8178c8242077abd4de6d9bb22665bb4c137f0
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R admin_layer.fsh
    R admin_layer.patch
    A demo/admin_layer.fsh
    A demo/admin_layer.patch
    A demo/pom.xml
    A demo/readme.md
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaType.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPrice.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/BookingMonitor.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/PerformanceStatusWidget.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/ShowStatusWidget.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/BookingMonitorService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Cancelled.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Created.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/JaxRsActivator.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BookingMonitorServiceImpl.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaManager.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaPath.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/Base64.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/Reflections.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/Resources.java
    A demo/src/main/resources/ErraiApp.properties
    A demo/src/main/resources/ErraiService.properties
    A demo/src/main/resources/META-INF/persistence.xml
    A demo/src/main/resources/import.sql
    A demo/src/main/resources/log4j.properties
    A demo/src/main/resources/not_available.jpg
    A demo/src/main/resources/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
    A demo/src/main/webapp/WEB-INF/beans.xml
    A demo/src/main/webapp/WEB-INF/deploy/TicketMonsterAdmin/.gitignore
    A demo/src/main/webapp/WEB-INF/faces-config.xml
    A demo/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
    A demo/src/main/webapp/WEB-INF/ticket-monster-ds.xml
    A demo/src/main/webapp/WEB-INF/web.xml
    A demo/src/main/webapp/booking-monitor.html
    A demo/src/main/webapp/desktop-index.html
    A demo/src/main/webapp/index.html
    A demo/src/main/webapp/mobile-index.html
    A demo/src/main/webapp/resources/css/bootstrap-responsive.css
    A demo/src/main/webapp/resources/css/bootstrap.css
    A demo/src/main/webapp/resources/css/custom.css
    A demo/src/main/webapp/resources/css/images/ajax-loader.gif
    A demo/src/main/webapp/resources/css/images/ajax-loader.png
    A demo/src/main/webapp/resources/css/images/icons-18-black.png
    A demo/src/main/webapp/resources/css/images/icons-18-white.png
    A demo/src/main/webapp/resources/css/images/icons-36-black.png
    A demo/src/main/webapp/resources/css/images/icons-36-white.png
    A demo/src/main/webapp/resources/css/jquery.mobile-1.1.0.css
    A demo/src/main/webapp/resources/css/m.screen.css
    A demo/src/main/webapp/resources/css/screen.css
    A demo/src/main/webapp/resources/img/banner.png
    A demo/src/main/webapp/resources/img/bg-dark.png
    A demo/src/main/webapp/resources/img/bg-red.png
    A demo/src/main/webapp/resources/img/bg.png
    A demo/src/main/webapp/resources/img/btn-pink-hvr.png
    A demo/src/main/webapp/resources/img/btn-pink.png
    A demo/src/main/webapp/resources/img/dualbrand_as7eap.png
    A demo/src/main/webapp/resources/img/glyphicons-halflings-white.png
    A demo/src/main/webapp/resources/img/glyphicons-halflings.png
    A demo/src/main/webapp/resources/img/logo.png
    A demo/src/main/webapp/resources/img/nav-bg-dark.png
    A demo/src/main/webapp/resources/img/nav-bg.png
    A demo/src/main/webapp/resources/js/app/collections/bookings.js
    A demo/src/main/webapp/resources/js/app/collections/events.js
    A demo/src/main/webapp/resources/js/app/collections/venues.js
    A demo/src/main/webapp/resources/js/app/models/booking.js
    A demo/src/main/webapp/resources/js/app/models/event.js
    A demo/src/main/webapp/resources/js/app/models/venue.js
    A demo/src/main/webapp/resources/js/app/router/desktop/router.js
    A demo/src/main/webapp/resources/js/app/router/mobile/router.js
    A demo/src/main/webapp/resources/js/app/utilities.js
    A demo/src/main/webapp/resources/js/app/views/desktop/about.js
    A demo/src/main/webapp/resources/js/app/views/desktop/booking-detail.js
    A demo/src/main/webapp/resources/js/app/views/desktop/bookings.js
    A demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js
    A demo/src/main/webapp/resources/js/app/views/desktop/event-detail.js
    A demo/src/main/webapp/resources/js/app/views/desktop/events.js
    A demo/src/main/webapp/resources/js/app/views/desktop/venue-detail.js
    A demo/src/main/webapp/resources/js/app/views/desktop/venues.js
    A demo/src/main/webapp/resources/js/app/views/mobile/about.js
    A demo/src/main/webapp/resources/js/app/views/mobile/booking-detail.js
    A demo/src/main/webapp/resources/js/app/views/mobile/bookings.js
    A demo/src/main/webapp/resources/js/app/views/mobile/create-booking.js
    A demo/src/main/webapp/resources/js/app/views/mobile/event-detail.js
    A demo/src/main/webapp/resources/js/app/views/mobile/events.js
    A demo/src/main/webapp/resources/js/app/views/mobile/venue-detail.js
    A demo/src/main/webapp/resources/js/app/views/mobile/venues.js
    A demo/src/main/webapp/resources/js/libs/backbone.js
    A demo/src/main/webapp/resources/js/libs/bootstrap.js
    A demo/src/main/webapp/resources/js/libs/jquery-1.7.1.js
    A demo/src/main/webapp/resources/js/libs/jquery.mobile-1.1.0.js
    A demo/src/main/webapp/resources/js/libs/modernizr-2.0.6.js
    A demo/src/main/webapp/resources/js/libs/order.js
    A demo/src/main/webapp/resources/js/libs/require.js
    A demo/src/main/webapp/resources/js/libs/text.js
    A demo/src/main/webapp/resources/js/libs/underscore.js
    A demo/src/main/webapp/resources/js/main-desktop.js
    A demo/src/main/webapp/resources/js/main-mobile.js
    A demo/src/main/webapp/resources/templates/desktop/booking-confirmation.html
    A demo/src/main/webapp/resources/templates/desktop/booking-details.html
    A demo/src/main/webapp/resources/templates/desktop/booking-list.html
    A demo/src/main/webapp/resources/templates/desktop/booking-table.html
    A demo/src/main/webapp/resources/templates/desktop/create-booking.html
    A demo/src/main/webapp/resources/templates/desktop/event-detail.html
    A demo/src/main/webapp/resources/templates/desktop/event-venue-description.html
    A demo/src/main/webapp/resources/templates/desktop/events.html
    A demo/src/main/webapp/resources/templates/desktop/media.html
    A demo/src/main/webapp/resources/templates/desktop/ticket-categories.html
    A demo/src/main/webapp/resources/templates/desktop/ticket-summary-view.html
    A demo/src/main/webapp/resources/templates/desktop/venue-detail.html
    A demo/src/main/webapp/resources/templates/desktop/venue-event-description.html
    A demo/src/main/webapp/resources/templates/desktop/venues.html
    A demo/src/main/webapp/resources/templates/mobile/booking-details.html
    A demo/src/main/webapp/resources/templates/mobile/booking-row.html
    A demo/src/main/webapp/resources/templates/mobile/confirm-booking.html
    A demo/src/main/webapp/resources/templates/mobile/create-booking.html
    A demo/src/main/webapp/resources/templates/mobile/event-detail.html
    A demo/src/main/webapp/resources/templates/mobile/event-summary.html
    A demo/src/main/webapp/resources/templates/mobile/event-venue-description.html
    A demo/src/main/webapp/resources/templates/mobile/events.html
    A demo/src/main/webapp/resources/templates/mobile/home-view.html
    A demo/src/main/webapp/resources/templates/mobile/ticket-entries.html
    A demo/src/main/webapp/resources/templates/mobile/ticket-summary-view.html
    A demo/src/main/webapp/resources/templates/mobile/venue-detail.html
    A demo/src/main/webapp/resources/templates/mobile/venue-event-description.html
    A demo/src/main/webapp/resources/templates/mobile/venues.html
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/TicketMonsterDeployment.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/BookingServiceTest.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/EventServiceTest.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/RESTDeployment.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/ShowServiceTest.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/VenueServiceTest.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/CollectionAssert.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/ForwardingMap.java
    A demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/MockMultivaluedMap.java
    A demo/src/test/resources/META-INF/test-persistence.xml
    A demo/src/test/resources/arquillian.xml
    A demo/src/test/resources/test-ds.xml
    R pom.xml
    R readme.md
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Address.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Booking.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Event.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/EventCategory.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaItem.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/MediaType.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Seat.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Section.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Show.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Ticket.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketCategory.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/TicketPrice.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/model/Venue.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/BookingMonitor.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/PerformanceStatusWidget.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/ShowStatusWidget.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/BookingMonitorService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Cancelled.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/Created.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/JaxRsActivator.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/TicketRequest.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/service/BookingMonitorServiceImpl.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaManager.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/service/MediaPath.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/util/Base64.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/util/Reflections.java
    R src/main/java/org/jboss/jdf/example/ticketmonster/util/Resources.java
    R src/main/resources/ErraiApp.properties
    R src/main/resources/ErraiService.properties
    R src/main/resources/META-INF/persistence.xml
    R src/main/resources/import.sql
    R src/main/resources/log4j.properties
    R src/main/resources/not_available.jpg
    R src/main/resources/org/jboss/jdf/example/ticketmonster/BookingMonitor.gwt.xml
    R src/main/webapp/WEB-INF/beans.xml
    R src/main/webapp/WEB-INF/deploy/TicketMonsterAdmin/.gitignore
    R src/main/webapp/WEB-INF/faces-config.xml
    R src/main/webapp/WEB-INF/jboss-deployment-structure.xml
    R src/main/webapp/WEB-INF/ticket-monster-ds.xml
    R src/main/webapp/WEB-INF/web.xml
    R src/main/webapp/booking-monitor.html
    R src/main/webapp/desktop-index.html
    R src/main/webapp/index.html
    R src/main/webapp/mobile-index.html
    R src/main/webapp/resources/css/bootstrap-responsive.css
    R src/main/webapp/resources/css/bootstrap.css
    R src/main/webapp/resources/css/custom.css
    R src/main/webapp/resources/css/images/ajax-loader.gif
    R src/main/webapp/resources/css/images/ajax-loader.png
    R src/main/webapp/resources/css/images/icons-18-black.png
    R src/main/webapp/resources/css/images/icons-18-white.png
    R src/main/webapp/resources/css/images/icons-36-black.png
    R src/main/webapp/resources/css/images/icons-36-white.png
    R src/main/webapp/resources/css/jquery.mobile-1.1.0.css
    R src/main/webapp/resources/css/m.screen.css
    R src/main/webapp/resources/css/screen.css
    R src/main/webapp/resources/img/banner.png
    R src/main/webapp/resources/img/bg-dark.png
    R src/main/webapp/resources/img/bg-red.png
    R src/main/webapp/resources/img/bg.png
    R src/main/webapp/resources/img/btn-pink-hvr.png
    R src/main/webapp/resources/img/btn-pink.png
    R src/main/webapp/resources/img/dualbrand_as7eap.png
    R src/main/webapp/resources/img/glyphicons-halflings-white.png
    R src/main/webapp/resources/img/glyphicons-halflings.png
    R src/main/webapp/resources/img/logo.png
    R src/main/webapp/resources/img/nav-bg-dark.png
    R src/main/webapp/resources/img/nav-bg.png
    R src/main/webapp/resources/js/app/collections/bookings.js
    R src/main/webapp/resources/js/app/collections/events.js
    R src/main/webapp/resources/js/app/collections/venues.js
    R src/main/webapp/resources/js/app/models/booking.js
    R src/main/webapp/resources/js/app/models/event.js
    R src/main/webapp/resources/js/app/models/venue.js
    R src/main/webapp/resources/js/app/router/desktop/router.js
    R src/main/webapp/resources/js/app/router/mobile/router.js
    R src/main/webapp/resources/js/app/utilities.js
    R src/main/webapp/resources/js/app/views/desktop/about.js
    R src/main/webapp/resources/js/app/views/desktop/booking-detail.js
    R src/main/webapp/resources/js/app/views/desktop/bookings.js
    R src/main/webapp/resources/js/app/views/desktop/create-booking.js
    R src/main/webapp/resources/js/app/views/desktop/event-detail.js
    R src/main/webapp/resources/js/app/views/desktop/events.js
    R src/main/webapp/resources/js/app/views/desktop/venue-detail.js
    R src/main/webapp/resources/js/app/views/desktop/venues.js
    R src/main/webapp/resources/js/app/views/mobile/about.js
    R src/main/webapp/resources/js/app/views/mobile/booking-detail.js
    R src/main/webapp/resources/js/app/views/mobile/bookings.js
    R src/main/webapp/resources/js/app/views/mobile/create-booking.js
    R src/main/webapp/resources/js/app/views/mobile/event-detail.js
    R src/main/webapp/resources/js/app/views/mobile/events.js
    R src/main/webapp/resources/js/app/views/mobile/venue-detail.js
    R src/main/webapp/resources/js/app/views/mobile/venues.js
    R src/main/webapp/resources/js/libs/backbone.js
    R src/main/webapp/resources/js/libs/bootstrap.js
    R src/main/webapp/resources/js/libs/jquery-1.7.1.js
    R src/main/webapp/resources/js/libs/jquery.mobile-1.1.0.js
    R src/main/webapp/resources/js/libs/modernizr-2.0.6.js
    R src/main/webapp/resources/js/libs/order.js
    R src/main/webapp/resources/js/libs/require.js
    R src/main/webapp/resources/js/libs/text.js
    R src/main/webapp/resources/js/libs/underscore.js
    R src/main/webapp/resources/js/main-desktop.js
    R src/main/webapp/resources/js/main-mobile.js
    R src/main/webapp/resources/templates/desktop/booking-confirmation.html
    R src/main/webapp/resources/templates/desktop/booking-details.html
    R src/main/webapp/resources/templates/desktop/booking-list.html
    R src/main/webapp/resources/templates/desktop/booking-table.html
    R src/main/webapp/resources/templates/desktop/create-booking.html
    R src/main/webapp/resources/templates/desktop/event-detail.html
    R src/main/webapp/resources/templates/desktop/event-venue-description.html
    R src/main/webapp/resources/templates/desktop/events.html
    R src/main/webapp/resources/templates/desktop/media.html
    R src/main/webapp/resources/templates/desktop/ticket-categories.html
    R src/main/webapp/resources/templates/desktop/ticket-summary-view.html
    R src/main/webapp/resources/templates/desktop/venue-detail.html
    R src/main/webapp/resources/templates/desktop/venue-event-description.html
    R src/main/webapp/resources/templates/desktop/venues.html
    R src/main/webapp/resources/templates/mobile/booking-details.html
    R src/main/webapp/resources/templates/mobile/booking-row.html
    R src/main/webapp/resources/templates/mobile/confirm-booking.html
    R src/main/webapp/resources/templates/mobile/create-booking.html
    R src/main/webapp/resources/templates/mobile/event-detail.html
    R src/main/webapp/resources/templates/mobile/event-summary.html
    R src/main/webapp/resources/templates/mobile/event-venue-description.html
    R src/main/webapp/resources/templates/mobile/events.html
    R src/main/webapp/resources/templates/mobile/home-view.html
    R src/main/webapp/resources/templates/mobile/ticket-entries.html
    R src/main/webapp/resources/templates/mobile/ticket-summary-view.html
    R src/main/webapp/resources/templates/mobile/venue-detail.html
    R src/main/webapp/resources/templates/mobile/venue-event-description.html
    R src/main/webapp/resources/templates/mobile/venues.html
    R src/test/java/org/jboss/jdf/ticketmonster/test/TicketMonsterDeployment.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/BookingServiceTest.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/EventServiceTest.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/RESTDeployment.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/ShowServiceTest.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/VenueServiceTest.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/CollectionAssert.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/ForwardingMap.java
    R src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/MockMultivaluedMap.java
    R src/test/resources/META-INF/test-persistence.xml
    R src/test/resources/arquillian.xml
    R src/test/resources/test-ds.xml

  Log Message:
  -----------
  Move code to demo in prep for merge


  Commit: 71cd65cca42d255cc718df1bba7f74cc3afb0d05
      https://github.com/pmuir/ticket-monster/commit/71cd65cca42d255cc718df1bba7f74cc3afb0d05
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/AdminJSF.textile
    A tutorial/BusinessLogic.textile
    A tutorial/DataPersistence.textile
    A tutorial/HybridUI.textile
    A tutorial/README.md
    A tutorial/UserFrontEnd.textile
    A tutorial/Writer Guidelines.textile	

  Log Message:
  -----------
  Initial commit


  Commit: fef0f2c2e987105019e51ea08ea106852badd266
      https://github.com/pmuir/ticket-monster/commit/fef0f2c2e987105019e51ea08ea106852badd266
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.textile
    M tutorial/BusinessLogic.textile
    M tutorial/DataPersistence.textile
    M tutorial/HybridUI.textile
    M tutorial/UserFrontEnd.textile

  Log Message:
  -----------
  Adding lead-ins and aligning description structure


  Commit: 29d2a0bf73b58662c8f1f570a375c7f4b49d7fb4
      https://github.com/pmuir/ticket-monster/commit/29d2a0bf73b58662c8f1f570a375c7f4b49d7fb4
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/Intro.textile

  Log Message:
  -----------
  Add the introduction description


  Commit: b3d2597cbb785b1aba7c88c77bc4833090a85da5
      https://github.com/pmuir/ticket-monster/commit/b3d2597cbb785b1aba7c88c77bc4833090a85da5
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Intro.textile

  Log Message:
  -----------
  Call out Forge


  Commit: 030e4bc45feb222c9d8b429e5d817531be7f01b5
      https://github.com/pmuir/ticket-monster/commit/030e4bc45feb222c9d8b429e5d817531be7f01b5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Expanding README.md


  Commit: eae7262cfb03822f2b6ded7d640127797d3409cc
      https://github.com/pmuir/ticket-monster/commit/eae7262cfb03822f2b6ded7d640127797d3409cc
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Add link


  Commit: e9f6d7ba4b588147f58f02c0c955a3129e4f2822
      https://github.com/pmuir/ticket-monster/commit/e9f6d7ba4b588147f58f02c0c955a3129e4f2822
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Add link


  Commit: 296346bba50b112a2b238664a507eb2ab8cd4a5b
      https://github.com/pmuir/ticket-monster/commit/296346bba50b112a2b238664a507eb2ab8cd4a5b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Add all links


  Commit: 81411664f6ea0fb29c63c7d3dbacd7991ba6e83b
      https://github.com/pmuir/ticket-monster/commit/81411664f6ea0fb29c63c7d3dbacd7991ba6e83b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Fix links to conform github structure


  Commit: b520f86b3a25ee374ed0affbcebeafd31a919120
      https://github.com/pmuir/ticket-monster/commit/b520f86b3a25ee374ed0affbcebeafd31a919120
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.textile
    M tutorial/BusinessLogic.textile
    M tutorial/DataPersistence.textile
    M tutorial/HybridUI.textile
    M tutorial/Intro.textile
    M tutorial/UserFrontEnd.textile

  Log Message:
  -----------
  Updates based on review from Dan.


  Commit: 053fbfcbeba6cf6174c975f710f0d5dd75905478
      https://github.com/pmuir/ticket-monster/commit/053fbfcbeba6cf6174c975f710f0d5dd75905478
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/HybridUI.textile

  Log Message:
  -----------
  Cleared out content list for Hybrid until clarified


  Commit: ae7b336f53323e8c950ff388ea72ab09d594e811
      https://github.com/pmuir/ticket-monster/commit/ae7b336f53323e8c950ff388ea72ab09d594e811
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.textile

  Log Message:
  -----------
  Update UserFrontEnd.textile


  Commit: 7226759444f3b0b288963454d9693683a8436b7e
      https://github.com/pmuir/ticket-monster/commit/7226759444f3b0b288963454d9693683a8436b7e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/HybridUI.textile

  Log Message:
  -----------
  Update HybridUI.textile


  Commit: 71804ade8dbf423e713c6797f330e623443e855b
      https://github.com/pmuir/ticket-monster/commit/71804ade8dbf423e713c6797f330e623443e855b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/DashboardGWT.textile

  Log Message:
  -----------
  Dashboard


  Commit: 49c09d63950cbc65b6e9a4da2bc08b0179419d0e
      https://github.com/pmuir/ticket-monster/commit/49c09d63950cbc65b6e9a4da2bc08b0179419d0e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/CONTRIBUTING.md
    A tutorial/generate.sh

  Log Message:
  -----------
  Script to generate xhtml11 output


  Commit: 50ddacb09e1ac2a5c4b5341c58e61cdfaddea54e
      https://github.com/pmuir/ticket-monster/commit/50ddacb09e1ac2a5c4b5341c58e61cdfaddea54e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R tutorial/AdminJSF.textile
    A tutorial/AdminJSF.txt
    A tutorial/gfx/forge-project-list-facets.png
    A tutorial/gfx/forge-richfaces-setup.png
    A tutorial/gfx/forge-scaffold-setup.png

  Log Message:
  -----------
  Initial version of AdminJSF


  Commit: 25b8be3585798ca769fa52b5f40ddec16fef244d
      https://github.com/pmuir/ticket-monster/commit/25b8be3585798ca769fa52b5f40ddec16fef244d
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/.gitignore

  Log Message:
  -----------
  Add ignores


  Commit: aa5d522fb2dacf38e2e39fb84aed8354f5635702
      https://github.com/pmuir/ticket-monster/commit/aa5d522fb2dacf38e2e39fb84aed8354f5635702
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/AdminJSF.asciidoc
    R tutorial/AdminJSF.txt
    M tutorial/generate.sh

  Log Message:
  -----------
  Rename to .asciidoc for github


  Commit: 6abd45490252d0dde23db3ca80f4a61862d65d13
      https://github.com/pmuir/ticket-monster/commit/6abd45490252d0dde23db3ca80f4a61862d65d13
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.asciidoc

  Log Message:
  -----------
  Update based on actual code generated ;-)


  Commit: 5fc097c008fa4760eab932c1c202b2817a5c4b55
      https://github.com/pmuir/ticket-monster/commit/5fc097c008fa4760eab932c1c202b2817a5c4b55
  Author: Marius Bogoevici <Marius Bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/collateral/TicketMonster-diagrams.graffle

  Log Message:
  -----------
  Add diagram sources


  Commit: 89f6130cc142fbf4866f50b247a4db5fd2ffc374
      https://github.com/pmuir/ticket-monster/commit/89f6130cc142fbf4866f50b247a4db5fd2ffc374
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R tutorial/UserFrontEnd.textile

  Log Message:
  -----------
  POH5 tutorial - start


  Commit: bfe6e943ad6685faa4725d148ed6e2eaabd9027b
      https://github.com/pmuir/ticket-monster/commit/bfe6e943ad6685faa4725d148ed6e2eaabd9027b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/collateral/TicketMonster architecture.graffle	
    A tutorial/collateral/TicketMonster-POH5.graffle

  Log Message:
  -----------
  Adding more diagrams


  Commit: 8948e6dce5d6d25a0681885fd59d0da38c0049f6
      https://github.com/pmuir/ticket-monster/commit/8948e6dce5d6d25a0681885fd59d0da38c0049f6
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/UserFrontEnd.asciidoc
    A tutorial/gfx/single-page-app.png

  Log Message:
  -----------
  POH5 tutorial - start


  Commit: fb11a50cbdc79c31e7b2229fd7b0c97706ad9ba1
      https://github.com/pmuir/ticket-monster/commit/fb11a50cbdc79c31e7b2229fd7b0c97706ad9ba1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/collateral/TicketMonster architecture.graffle	
    M tutorial/generate.sh

  Log Message:
  -----------
  More updates to POH5 tutorial


  Commit: a3eed36e4628ce6d872f33f40c7279233b83e1d8
      https://github.com/pmuir/ticket-monster/commit/a3eed36e4628ce6d872f33f40c7279233b83e1d8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  POH5 continued


  Commit: 5728aca2eeccff9fec8a8294a742975b75d09f99
      https://github.com/pmuir/ticket-monster/commit/5728aca2eeccff9fec8a8294a742975b75d09f99
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    A tutorial/gfx/backbone-usage.png

  Log Message:
  -----------
  Adding missing image


  Commit: 371e9bf7196f6e5f762c86aa0a2c45cb16ef1954
      https://github.com/pmuir/ticket-monster/commit/371e9bf7196f6e5f762c86aa0a2c45cb16ef1954
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/collateral/TicketMonster-diagrams.graffle

  Log Message:
  -----------
  POH5 expanded


  Commit: 8c6f0960258f95dd067f41335644881c222ac8f3
      https://github.com/pmuir/ticket-monster/commit/8c6f0960258f95dd067f41335644881c222ac8f3
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/collateral/TicketMonster-diagrams.graffle

  Log Message:
  -----------
  Add code highlighting, grey out bits not ready from diagram


  Commit: f97c276b3d88450f36b7d18371cb6b952552b767
      https://github.com/pmuir/ticket-monster/commit/f97c276b3d88450f36b7d18371cb6b952552b767
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/collateral/TicketMonster architecture.graffle	

  Log Message:
  -----------
  Some diagrams


  Commit: 35465117a401642146ad8b404bd1cfa08b6927c6
      https://github.com/pmuir/ticket-monster/commit/35465117a401642146ad8b404bd1cfa08b6927c6
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/DataPersistence.asciidoc
    R tutorial/DataPersistence.textile
    A tutorial/gfx/eclipse-generate-hashcode-equals-2.png
    A tutorial/gfx/eclipse-generate-hashcode-equals.png

  Log Message:
  -----------
  First entity


  Commit: 362dc3383b0645d6fed9a7f130299407fa64cb7d
      https://github.com/pmuir/ticket-monster/commit/362dc3383b0645d6fed9a7f130299407fa64cb7d
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Entity walkthrough complete


  Commit: 08c345920c4613bf3d7851c12a3a53ac986dc281
      https://github.com/pmuir/ticket-monster/commit/08c345920c4613bf3d7851c12a3a53ac986dc281
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/generate-guides.sh
    R tutorial/generate.sh
    A tutorial/gfx/database-design.png

  Log Message:
  -----------
  Rebuild script


  Commit: f2c29c8a9e5f690ab4ef2d705bb9a166b63d8797
      https://github.com/pmuir/ticket-monster/commit/f2c29c8a9e5f690ab4ef2d705bb9a166b63d8797
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  whitespace


  Commit: 2303daaebbcb9deb9a2e1a11da9396749e5646fd
      https://github.com/pmuir/ticket-monster/commit/2303daaebbcb9deb9a2e1a11da9396749e5646fd
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/CONTRIBUTING.md

  Log Message:
  -----------
  change script name


  Commit: 209828b65fa96ea48754ea6cf31297cdd294cf11
      https://github.com/pmuir/ticket-monster/commit/209828b65fa96ea48754ea6cf31297cdd294cf11
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/CONTRIBUTING.md

  Log Message:
  -----------
  Fix extension


  Commit: 4a57b5d0c4bc850091a2b6ea17ed3b399b59426b
      https://github.com/pmuir/ticket-monster/commit/4a57b5d0c4bc850091a2b6ea17ed3b399b59426b
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Add configuration and import


  Commit: 523e310d02c26df58fdabfb7c34bcf6e14a15c7b
      https://github.com/pmuir/ticket-monster/commit/523e310d02c26df58fdabfb7c34bcf6e14a15c7b
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  Improve canonicalisation


  Commit: 7369dc1d2bd10d1153dd0ec938cecc473ed2eace
      https://github.com/pmuir/ticket-monster/commit/7369dc1d2bd10d1153dd0ec938cecc473ed2eace
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/CONTRIBUTING.md
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  Improve contribution instructions


  Commit: 521dc40cbfe1dca5b546e82e7bfb49431d1be73d
      https://github.com/pmuir/ticket-monster/commit/521dc40cbfe1dca5b546e82e7bfb49431d1be73d
  Author: Bruno Oliveira <bruno at abstractj.org>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Fixing broken urls


  Commit: b8eff78215d73ab9142a6f6ce97e54f6c97c58d4
      https://github.com/pmuir/ticket-monster/commit/b8eff78215d73ab9142a6f6ce97e54f6c97c58d4
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/gfx/Introduction.asciidoc
    A tutorial/gfx/introduction/as_eap_found.png
    A tutorial/gfx/introduction/event_service_copy_paste.png
    A tutorial/gfx/introduction/forge_added_name.png
    A tutorial/gfx/introduction/forge_console.png
    A tutorial/gfx/introduction/forge_console_tab.png
    A tutorial/gfx/introduction/forge_event_entity.png
    A tutorial/gfx/introduction/forge_event_entity_created.png
    A tutorial/gfx/introduction/forge_is_not_running.png
    A tutorial/gfx/introduction/forge_ls.png
    A tutorial/gfx/introduction/full_publish.png
    A tutorial/gfx/introduction/generate_getters_setters.png
    A tutorial/gfx/introduction/getter_setter_dialog.png
    A tutorial/gfx/introduction/h2console_deployments.png
    A tutorial/gfx/introduction/h2console_in_browser.png
    A tutorial/gfx/introduction/h2console_select_from_event.png
    A tutorial/gfx/introduction/hibernate_add_jpa_annotations.png
    A tutorial/gfx/introduction/hibernate_add_jpa_annotations_step2.png
    A tutorial/gfx/introduction/installer_wizard_page1.png
    A tutorial/gfx/introduction/jbds5_mobile_browsersim.png
    A tutorial/gfx/introduction/jboss_dev_studio_jboss_central.png
    A tutorial/gfx/introduction/jboss_tools_runtime_detection.png
    A tutorial/gfx/introduction/jboss_tools_runtime_detection_after.png
    A tutorial/gfx/introduction/jquery_mobile_results.png
    A tutorial/gfx/introduction/jquery_mobile_template.png
    A tutorial/gfx/introduction/json_event_results.png
    A tutorial/gfx/introduction/mobile_browsersim.png
    A tutorial/gfx/introduction/mobile_browsersim_bofa_source.png
    A tutorial/gfx/introduction/mobile_browsersim_custom_devices.png
    A tutorial/gfx/introduction/mobile_browsersim_devices_menu.png
    A tutorial/gfx/introduction/mobile_browsersim_in_toolbar.png
    A tutorial/gfx/introduction/mobile_browsersim_windows_menu.png
    A tutorial/gfx/introduction/new_class_eventservice.png
    A tutorial/gfx/introduction/new_html_file.png
    A tutorial/gfx/introduction/new_html_file_correct_location.png
    A tutorial/gfx/introduction/new_html_file_m2e_wtp.png
    A tutorial/gfx/introduction/new_project_example_step_2.png
    A tutorial/gfx/introduction/new_project_wizard.png
    A tutorial/gfx/introduction/newly_generated_project_explorer.png
    A tutorial/gfx/introduction/organize_imports_1.png
    A tutorial/gfx/introduction/organize_imports_2.png
    A tutorial/gfx/introduction/organize_imports_3.png
    A tutorial/gfx/introduction/organize_imports_4.png
    A tutorial/gfx/introduction/organize_imports_5.png
    A tutorial/gfx/introduction/organize_imports_6.png
    A tutorial/gfx/introduction/outline_of_event.png
    A tutorial/gfx/introduction/pom_xml_tabs.png
    A tutorial/gfx/introduction/project_explorer_java_packages.png
    A tutorial/gfx/introduction/project_explorer_jax_rs_services.png
    A tutorial/gfx/introduction/project_explorer_resources.png
    A tutorial/gfx/introduction/prompt_for_readme.png
    A tutorial/gfx/introduction/quickstarts_directory_layout.png
    A tutorial/gfx/introduction/result_run_on_server.png
    A tutorial/gfx/introduction/run_as_run_on_server.png
    A tutorial/gfx/introduction/runtime_open_dialog.png
    A tutorial/gfx/introduction/save_modified_resources.png
    A tutorial/gfx/introduction/searching_for_runtimes_dialog.png
    A tutorial/gfx/introduction/select_html_template.png
    A tutorial/gfx/introduction/show_in_forge_console.png
    A tutorial/gfx/introduction/source_organize_imports.png
    A tutorial/gfx/introduction/venue_after_getters_setters.png
    A tutorial/gfx/introduction/visual_page_editor.png
    A tutorial/gfx/introduction/web.xml_editor.png

  Log Message:
  -----------
  Adding Introduction


  Commit: 37486c7cd742a3af117d1307a604bb0b502d4a23
      https://github.com/pmuir/ticket-monster/commit/37486c7cd742a3af117d1307a604bb0b502d4a23
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R tutorial/gfx/Introduction.asciidoc

  Log Message:
  -----------
  moved introducution.asciidoc


  Commit: 7ae6186bc12d5b8c093b4df492049defb2fac199
      https://github.com/pmuir/ticket-monster/commit/7ae6186bc12d5b8c093b4df492049defb2fac199
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/Introduction.asciidoc

  Log Message:
  -----------
  added introduction.asciioc in correct location


  Commit: a2cb98f9018ec2b68c2d8a31c159b736d55d3544
      https://github.com/pmuir/ticket-monster/commit/a2cb98f9018ec2b68c2d8a31c159b736d55d3544
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    A tutorial/gfx/ui-create-booking.png
    A tutorial/gfx/ui-event-details.png
    A tutorial/gfx/ui-file-structure.png

  Log Message:
  -----------
  User front end - final draft


  Commit: 4b143d485eafe649dfb58b85aed96f3bf6ab326d
      https://github.com/pmuir/ticket-monster/commit/4b143d485eafe649dfb58b85aed96f3bf6ab326d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Minor


  Commit: dc8f733f5727db0ce76a183f0ff7e21908e1009d
      https://github.com/pmuir/ticket-monster/commit/dc8f733f5727db0ce76a183f0ff7e21908e1009d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/collateral/TicketMonster architecture.graffle	

  Log Message:
  -----------
  Image


  Commit: a9d624412578c72f40934ed96fcb31531fabad92
      https://github.com/pmuir/ticket-monster/commit/a9d624412578c72f40934ed96fcb31531fabad92
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/BusinessLogic.asciidoc
    R tutorial/BusinessLogic.textile
    A tutorial/DashboardGWT.asciidoc
    R tutorial/DashboardGWT.textile
    A tutorial/HybridUI.asciidoc
    R tutorial/HybridUI.textile
    R tutorial/Intro.textile
    A tutorial/Writer Guidelines.asciidoc	
    R tutorial/Writer Guidelines.textile	

  Log Message:
  -----------
  move remaining files to asciidoc


  Commit: cf76b2680c5672f1f18af666b257b9eced0b8241
      https://github.com/pmuir/ticket-monster/commit/cf76b2680c5672f1f18af666b257b9eced0b8241
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R tutorial/Writer Guidelines.asciidoc
    A tutorial/WriterGuidelines.md

  Log Message:
  -----------
  Make WriterGuidelines a markdown file


  Commit: a099fccf8a029da822eb04b163b94aed1b5da075
      https://github.com/pmuir/ticket-monster/commit/a099fccf8a029da822eb04b163b94aed1b5da075
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Add mobile content


  Commit: a61df8d4632eaf7446b397138a8060ad1ca54d8c
      https://github.com/pmuir/ticket-monster/commit/a61df8d4632eaf7446b397138a8060ad1ca54d8c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc
    M tutorial/collateral/TicketMonster architecture.graffle	

  Log Message:
  -----------
  Business services (partial)


  Commit: c2b7a3a7d94a0f8c14e1982d8afa6879852ea30f
      https://github.com/pmuir/ticket-monster/commit/c2b7a3a7d94a0f8c14e1982d8afa6879852ea30f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc

  Log Message:
  -----------
  Business services and testing complete


  Commit: f4b3dfce72cc683e00d8b8d17cb6c9e2db7d94f9
      https://github.com/pmuir/ticket-monster/commit/f4b3dfce72cc683e00d8b8d17cb6c9e2db7d94f9
  Author: Dan Allen <dan.j.allen at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Fix link to Introduction page.


  Commit: 50d98d63f1566ec0b2c0ceff211d5362c479f6c4
      https://github.com/pmuir/ticket-monster/commit/50d98d63f1566ec0b2c0ceff211d5362c479f6c4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    A tutorial/WhatIsTicketMonster.asciidoc
    A tutorial/gfx/ticket-monster-administration-user-cases.png
    A tutorial/gfx/ticket-monster-architecture.png
    A tutorial/gfx/ticket-monster-user-use-cases.png

  Log Message:
  -----------
  Added TM description


  Commit: 1a9fd70a28f169b33a7a9e9f385a14ffb2aeb00c
      https://github.com/pmuir/ticket-monster/commit/1a9fd70a28f169b33a7a9e9f385a14ffb2aeb00c
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/README.md

  Log Message:
  -----------
  Improve readme


  Commit: d3cd2fc9e21cdefff98bd627c303588ee6e3509e
      https://github.com/pmuir/ticket-monster/commit/d3cd2fc9e21cdefff98bd627c303588ee6e3509e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  Generate html first as I think this improves error reporting


  Commit: 9838bd3b749473b24238f62be7659136755eec4b
      https://github.com/pmuir/ticket-monster/commit/9838bd3b749473b24238f62be7659136755eec4b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Fix image rendering issues


  Commit: e1cec4deefda83c444a25d1fb9d3e3a78434bf05
      https://github.com/pmuir/ticket-monster/commit/e1cec4deefda83c444a25d1fb9d3e3a78434bf05
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc
    M tutorial/collateral/TicketMonster architecture.graffle	
    M tutorial/collateral/TicketMonster-diagrams.graffle

  Log Message:
  -----------
  Errai (partial)


  Commit: 908ad4a0c8735d4cb25e4110c6ac50ecbec2dcc6
      https://github.com/pmuir/ticket-monster/commit/908ad4a0c8735d4cb25e4110c6ac50ecbec2dcc6
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc

  Log Message:
  -----------
  Errai (content complete)


  Commit: 129844981a7c5f808d36c44ed207f35947eb5270
      https://github.com/pmuir/ticket-monster/commit/129844981a7c5f808d36c44ed207f35947eb5270
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  removed conclusion section


  Commit: 7c35bcf45a0199c5ce0ef919255e170002658a88
      https://github.com/pmuir/ticket-monster/commit/7c35bcf45a0199c5ce0ef919255e170002658a88
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  more tweaks to introduction.asciidoc


  Commit: e1f770e96e35926134fef98ec491d5a4865f1ba3
      https://github.com/pmuir/ticket-monster/commit/e1f770e96e35926134fef98ec491d5a4865f1ba3
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  scaled images, formatting tweaks


  Commit: db0ddfa734790d15c4d3ce9837be0edd63b61ec2
      https://github.com/pmuir/ticket-monster/commit/db0ddfa734790d15c4d3ce9837be0edd63b61ec2
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  additional formatting tweaks


  Commit: 7f4c256c50b746f0341868b7602f0e5c9665da0a
      https://github.com/pmuir/ticket-monster/commit/7f4c256c50b746f0341868b7602f0e5c9665da0a
  Author: Burr Sutter <burrsutter at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  last formatting tweaks


  Commit: 4383c68b2a3c8199d85829ea33b811a52ca7cd8c
      https://github.com/pmuir/ticket-monster/commit/4383c68b2a3c8199d85829ea33b811a52ca7cd8c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc

  Log Message:
  -----------
  Fixed issues with PDF rendering


  Commit: 712116f858f6712725c52402021a935ba3b2fc35
      https://github.com/pmuir/ticket-monster/commit/712116f858f6712725c52402021a935ba3b2fc35
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Removed JavaScript source highlighting temporarily, PDF does not rendering with it


  Commit: 197b1b3d0e4cf51e76101b7116cca12d8e7ceb34
      https://github.com/pmuir/ticket-monster/commit/197b1b3d0e4cf51e76101b7116cca12d8e7ceb34
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.asciidoc
    M tutorial/BusinessLogic.asciidoc
    M tutorial/DashboardGWT.asciidoc
    M tutorial/DataPersistence.asciidoc
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Structure improvements

- Uniform introductory section for each tutorial ('What will you learn here?')
- Capitalization corrections (partial)
- Grammar corrections
- Flow corrections (GWT chapter)


  Commit: 84353bed81301416bb919d0221fe6820c5e431a3
      https://github.com/pmuir/ticket-monster/commit/84353bed81301416bb919d0221fe6820c5e431a3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  What is TM - revisited


  Commit: e6276171303b67be22851de65017216eba1f4695
      https://github.com/pmuir/ticket-monster/commit/e6276171303b67be22851de65017216eba1f4695
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Data persistence - some corrections and tweaks


  Commit: 40e6cd53034435dd88dde7f61864ab71494476ca
      https://github.com/pmuir/ticket-monster/commit/40e6cd53034435dd88dde7f61864ab71494476ca
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc

  Log Message:
  -----------
  Business services - some corrections and tweaks


  Commit: e7f1161025707597d5760be9f47869d12ef47c13
      https://github.com/pmuir/ticket-monster/commit/e7f1161025707597d5760be9f47869d12ef47c13
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.asciidoc

  Log Message:
  -----------
  Forge - just title


  Commit: 6d7c5525318dd2a135bc7f0fe6aeafb8af1d9673
      https://github.com/pmuir/ticket-monster/commit/6d7c5525318dd2a135bc7f0fe6aeafb8af1d9673
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  DataPersistence - some stuff left out


  Commit: 2f37bf4b0852487b17a78f8c42e38fd3fe124aab
      https://github.com/pmuir/ticket-monster/commit/2f37bf4b0852487b17a78f8c42e38fd3fe124aab
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc

  Log Message:
  -----------
  GWT fixes


  Commit: a10f498e19800adb1303cf59ff43bbdcd8b709f2
      https://github.com/pmuir/ticket-monster/commit/a10f498e19800adb1303cf59ff43bbdcd8b709f2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  GWT fixes


  Commit: e43536bc532b4f807e88d312b0743093623f7ad8
      https://github.com/pmuir/ticket-monster/commit/e43536bc532b4f807e88d312b0743093623f7ad8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.asciidoc
    M tutorial/BusinessLogic.asciidoc
    M tutorial/DashboardGWT.asciidoc
    M tutorial/DataPersistence.asciidoc
    M tutorial/Introduction.asciidoc
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Added author tags for the document


  Commit: 555db7d0c34c04d9364f592deed0980ef27c29e5
      https://github.com/pmuir/ticket-monster/commit/555db7d0c34c04d9364f592deed0980ef27c29e5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc
    M tutorial/DashboardGWT.asciidoc
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Removed @author tags from code


  Commit: 84ce313943dd53f1500e05536578f0d60ec979b0
      https://github.com/pmuir/ticket-monster/commit/84ce313943dd53f1500e05536578f0d60ec979b0
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Fix various bugs identified by Burr


  Commit: 8c0e6e8b33150eca3f96ddb0d10df8ccc60d52da
      https://github.com/pmuir/ticket-monster/commit/8c0e6e8b33150eca3f96ddb0d10df8ccc60d52da
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/AdminJSF.asciidoc
    M tutorial/BusinessLogic.asciidoc
    M tutorial/DashboardGWT.asciidoc
    M tutorial/DataPersistence.asciidoc
    M tutorial/Introduction.asciidoc
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Add author info


  Commit: 2259386391b3b97c00485d91bc3ef0baa8f69580
      https://github.com/pmuir/ticket-monster/commit/2259386391b3b97c00485d91bc3ef0baa8f69580
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Fix author info


  Commit: 41af4b5cc057b96371541dffe2f8115015a607f1
      https://github.com/pmuir/ticket-monster/commit/41af4b5cc057b96371541dffe2f8115015a607f1
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Use real admonitions


  Commit: a81bff32c49195cb107ef4379813fd9ec934a19b
      https://github.com/pmuir/ticket-monster/commit/a81bff32c49195cb107ef4379813fd9ec934a19b
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Use tip


  Commit: 9b0d66d0c964df6826c1d564a608ec8240b8c7ff
      https://github.com/pmuir/ticket-monster/commit/9b0d66d0c964df6826c1d564a608ec8240b8c7ff
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  Start to improve formatting of Introduction


  Commit: b50f228334abb144a450bc969dbe7147cf7d41f6
      https://github.com/pmuir/ticket-monster/commit/b50f228334abb144a450bc969dbe7147cf7d41f6
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/DashboardGWT.asciidoc

  Log Message:
  -----------
  oops


  Commit: 9b91badd73f5d933905fc9a060af6c02157f7d8a
      https://github.com/pmuir/ticket-monster/commit/9b91badd73f5d933905fc9a060af6c02157f7d8a
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc
    M tutorial/gfx/introduction/installer_wizard_page1.png
    M tutorial/gfx/introduction/jbds5_mobile_browsersim.png
    M tutorial/gfx/introduction/jboss_dev_studio_jboss_central.png

  Log Message:
  -----------
  Continue to update Introduction


  Commit: 01fc0ca7dbb229b01e1517c415d4f92bff6a156e
      https://github.com/pmuir/ticket-monster/commit/01fc0ca7dbb229b01e1517c415d4f92bff6a156e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M .gitignore
    R tutorial/.gitignore

  Log Message:
  -----------
  merge ignores


  Commit: f3951e1d7a44342ffc148bfaf0eb5ba771fde757
      https://github.com/pmuir/ticket-monster/commit/f3951e1d7a44342ffc148bfaf0eb5ba771fde757
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    R .settings/.jsdtscope
    A demo/.settings/.jsdtscope

  Log Message:
  -----------
  Moved Eclipse settings to 'demo' folder


  Commit: d6fc8ed5ebccb44837838793977973ffb032333d
      https://github.com/pmuir/ticket-monster/commit/d6fc8ed5ebccb44837838793977973ffb032333d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java

  Log Message:
  -----------
  Fix variable names


  Commit: 211cc33fe44010a8becb9f0035f4f647e1ad366b
      https://github.com/pmuir/ticket-monster/commit/211cc33fe44010a8becb9f0035f4f647e1ad366b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M demo/admin_layer.fsh
    A demo/admin_layer_functional.patch
    A demo/admin_layer_graphics.patch

  Log Message:
  -----------
  Fix patches, including visual and functional changes


  Commit: a827a807e7afa242a33cf328877c54ba4e9561cc
      https://github.com/pmuir/ticket-monster/commit/a827a807e7afa242a33cf328877c54ba4e9561cc
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M demo/admin_layer.fsh
    R demo/admin_layer.patch

  Log Message:
  -----------
  Changed script wording


  Commit: f9fed3a133a2c1ba68f888e9b85f04da45a41540
      https://github.com/pmuir/ticket-monster/commit/f9fed3a133a2c1ba68f888e9b85f04da45a41540
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc

  Log Message:
  -----------
  Fixes for some of the comments raised by Burr


  Commit: 7ea3b2668be929a01d9e54ee380eac19b096abb3
      https://github.com/pmuir/ticket-monster/commit/7ea3b2668be929a01d9e54ee380eac19b096abb3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    A tutorial/10 - WhatIsTicketMonster.asciidoc
    A tutorial/20 - Introduction.asciidoc
    A tutorial/30 - DataPersistence.asciidoc
    A tutorial/40 - BusinessLogic.asciidoc
    A tutorial/50 - UserFrontEnd.asciidoc
    A tutorial/60 - AdminJSF.asciidoc
    A tutorial/70 - DashboardGWT.asciidoc
    R tutorial/AdminJSF.asciidoc
    R tutorial/BusinessLogic.asciidoc
    R tutorial/DashboardGWT.asciidoc
    R tutorial/DataPersistence.asciidoc
    R tutorial/Introduction.asciidoc
    R tutorial/UserFrontEnd.asciidoc
    R tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Numbered files for proper ordering


  Commit: d4e98908af1120b96813f5db4c903ff094a1c5ca
      https://github.com/pmuir/ticket-monster/commit/d4e98908af1120b96813f5db4c903ff094a1c5ca
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/20 - Introduction.asciidoc	
    M tutorial/gfx/introduction/as_eap_found.png
    M tutorial/gfx/introduction/jboss_tools_runtime_detection.png
    M tutorial/gfx/introduction/jboss_tools_runtime_detection_after.png
    M tutorial/gfx/introduction/new_project_example_step_2.png
    M tutorial/gfx/introduction/new_project_wizard.png
    M tutorial/gfx/introduction/newly_generated_project_explorer.png
    M tutorial/gfx/introduction/prompt_for_readme.png
    M tutorial/gfx/introduction/runtime_open_dialog.png
    M tutorial/gfx/introduction/searching_for_runtimes_dialog.png
    M tutorial/gfx/introduction/visual_page_editor.png

  Log Message:
  -----------
  Continue to tidy up Introduction


  Commit: 7d70d13cc880b466701ea18640912bdcb87a6e4e
      https://github.com/pmuir/ticket-monster/commit/7d70d13cc880b466701ea18640912bdcb87a6e4e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  Use globbing


  Commit: 2ed40ca154465a0f37dba772baf77116beb49ff5
      https://github.com/pmuir/ticket-monster/commit/2ed40ca154465a0f37dba772baf77116beb49ff5
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    R tutorial/10 - WhatIsTicketMonster.asciidoc
    A tutorial/10-WhatIsTicketMonster.asciidoc
    R tutorial/20 - Introduction.asciidoc	
    A tutorial/20-Introduction.asciidoc
    R tutorial/30 - DataPersistence.asciidoc
    A tutorial/30-DataPersistence.asciidoc
    R tutorial/40 - BusinessLogic.asciidoc
    A tutorial/40-BusinessLogic.asciidoc
    R tutorial/50 - UserFrontEnd.asciidoc
    A tutorial/50-UserFrontEnd.asciidoc
    R tutorial/60 - AdminJSF.asciidoc
    A tutorial/60-AdminJSF.asciidoc
    R tutorial/70 - DashboardGWT.asciidoc
    A tutorial/70-DashboardGWT.asciidoc
    R tutorial/HybridUI.asciidoc
    A tutorial/future/HybridUI.asciidoc
    M tutorial/gfx/introduction/event_service_copy_paste.png
    M tutorial/gfx/introduction/forge_added_name.png
    M tutorial/gfx/introduction/forge_console.png
    M tutorial/gfx/introduction/forge_console_tab.png
    M tutorial/gfx/introduction/forge_event_entity.png
    M tutorial/gfx/introduction/forge_event_entity_created.png
    M tutorial/gfx/introduction/forge_is_not_running.png
    M tutorial/gfx/introduction/forge_ls.png
    M tutorial/gfx/introduction/full_publish.png
    M tutorial/gfx/introduction/generate_getters_setters.png
    M tutorial/gfx/introduction/getter_setter_dialog.png
    M tutorial/gfx/introduction/h2console_in_browser.png
    M tutorial/gfx/introduction/h2console_select_from_event.png
    M tutorial/gfx/introduction/hibernate_add_jpa_annotations.png
    M tutorial/gfx/introduction/hibernate_add_jpa_annotations_step2.png
    M tutorial/gfx/introduction/jquery_mobile_results.png
    M tutorial/gfx/introduction/jquery_mobile_template.png
    M tutorial/gfx/introduction/json_event_results.png
    M tutorial/gfx/introduction/mobile_browsersim.png
    M tutorial/gfx/introduction/mobile_browsersim_bofa_source.png
    M tutorial/gfx/introduction/mobile_browsersim_custom_devices.png
    M tutorial/gfx/introduction/mobile_browsersim_devices_menu.png
    M tutorial/gfx/introduction/mobile_browsersim_in_toolbar.png
    M tutorial/gfx/introduction/mobile_browsersim_windows_menu.png
    M tutorial/gfx/introduction/new_class_eventservice.png
    M tutorial/gfx/introduction/new_html_file.png
    M tutorial/gfx/introduction/new_html_file_correct_location.png
    M tutorial/gfx/introduction/organize_imports_1.png
    M tutorial/gfx/introduction/organize_imports_2.png
    M tutorial/gfx/introduction/organize_imports_3.png
    M tutorial/gfx/introduction/organize_imports_4.png
    M tutorial/gfx/introduction/organize_imports_5.png
    M tutorial/gfx/introduction/organize_imports_6.png
    M tutorial/gfx/introduction/outline_of_event.png
    M tutorial/gfx/introduction/project_explorer_jax_rs_services.png
    M tutorial/gfx/introduction/result_run_on_server.png
    M tutorial/gfx/introduction/run_as_run_on_server.png
    M tutorial/gfx/introduction/save_modified_resources.png
    M tutorial/gfx/introduction/select_html_template.png
    M tutorial/gfx/introduction/show_in_forge_console.png
    M tutorial/gfx/introduction/source_organize_imports.png
    M tutorial/gfx/introduction/venue_after_getters_setters.png

  Log Message:
  -----------
  Fix up Burr's brain dump and remove spaces from file names


  Commit: 5b475c192e1a2e0ccc8e1ccac8657ef141f104d4
      https://github.com/pmuir/ticket-monster/commit/5b475c192e1a2e0ccc8e1ccac8657ef141f104d4
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/20-Introduction.asciidoc

  Log Message:
  -----------
  Fix errant images


  Commit: 04e36089f481a8ad948eabe4317fcec4bee39b13
      https://github.com/pmuir/ticket-monster/commit/04e36089f481a8ad948eabe4317fcec4bee39b13
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/70-DashboardGWT.asciidoc

  Log Message:
  -----------
  Minor tweaks to Errai docs


  Commit: 02b9474a86533ddea64399b887869dcb229e22a3
      https://github.com/pmuir/ticket-monster/commit/02b9474a86533ddea64399b887869dcb229e22a3
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M tutorial/20-Introduction.asciidoc

  Log Message:
  -----------
  Various typos


  Commit: 33c4ff908588865fee06d35f8283567290c66500
      https://github.com/pmuir/ticket-monster/commit/33c4ff908588865fee06d35f8283567290c66500
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M tutorial/40-BusinessLogic.asciidoc
    A tutorial/gfx/eclipse-green-bar.png
    A tutorial/gfx/eclipse-maven-profile-update.png

  Log Message:
  -----------
  Business Logic - corrected, expanded


  Commit: 8246e36384211f34530da9fd8028155ee7b64c95
      https://github.com/pmuir/ticket-monster/commit/8246e36384211f34530da9fd8028155ee7b64c95
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M tutorial/40-BusinessLogic.asciidoc

  Log Message:
  -----------
  Minor - wording - business services


  Commit: 15e4a4eff755bdd054acd827d6efbe7b2a073e06
      https://github.com/pmuir/ticket-monster/commit/15e4a4eff755bdd054acd827d6efbe7b2a073e06
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M tutorial/generate-guides.sh
    A tutorial/ticket-monster.asciidoc

  Log Message:
  -----------
  A single book that contains all parts of the tutorial


  Commit: b5c49854e656e0c451913c430d184c38cb9f3a55
      https://github.com/pmuir/ticket-monster/commit/b5c49854e656e0c451913c430d184c38cb9f3a55
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    R tutorial/10-WhatIsTicketMonster.asciidoc
    R tutorial/20-Introduction.asciidoc
    R tutorial/30-DataPersistence.asciidoc
    R tutorial/40-BusinessLogic.asciidoc
    R tutorial/50-UserFrontEnd.asciidoc
    R tutorial/60-AdminJSF.asciidoc
    R tutorial/70-DashboardGWT.asciidoc
    A tutorial/AdminJSF.asciidoc
    A tutorial/BusinessLogic.asciidoc
    A tutorial/DashboardGWT.asciidoc
    A tutorial/DataPersistence.asciidoc
    A tutorial/Introduction.asciidoc
    A tutorial/UserFrontEnd.asciidoc
    A tutorial/WhatIsTicketMonster.asciidoc
    M tutorial/generate-guides.sh
    M tutorial/ticket-monster.asciidoc

  Log Message:
  -----------
  Rename files without ordering, finish off single book output


  Commit: 0448f68a3a814c323c5b0e80416f290ab12e8d34
      https://github.com/pmuir/ticket-monster/commit/0448f68a3a814c323c5b0e80416f290ab12e8d34
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M demo/src/main/resources/import.sql

  Log Message:
  -----------
  Align case of tables with classes (MySQL is case-sensitive)


  Commit: 08305ff04cfc58aaab5bd51a1b0e92df7a53b0f7
      https://github.com/pmuir/ticket-monster/commit/08305ff04cfc58aaab5bd51a1b0e92df7a53b0f7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M demo/pom.xml
    A demo/src/main/resources-postgresql-openshift/META-INF/persistence.xml

  Log Message:
  -----------
  Add 'postgresql-openshift' profile


  Commit: 3392cab15b87ce1b2a9c90c2b628ae9f015746fe
      https://github.com/pmuir/ticket-monster/commit/3392cab15b87ce1b2a9c90c2b628ae9f015746fe
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Disable surefire plugin in the openshift profile as well


  Commit: aa6daa1e1e9d3b4757c38a755ae2d314ac4c8542
      https://github.com/pmuir/ticket-monster/commit/aa6daa1e1e9d3b4757c38a755ae2d314ac4c8542
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M demo/src/main/webapp/booking-monitor.html
    M demo/src/main/webapp/desktop-index.html
    M demo/src/main/webapp/resources/css/custom.css
    M demo/src/main/webapp/resources/css/screen.css
    A demo/src/main/webapp/resources/img/jdf_logo_450px.png
    A demo/src/main/webapp/resources/img/jdf_mark_100px.png
    M demo/src/main/webapp/resources/js/app/router/desktop/router.js
    R demo/src/main/webapp/resources/js/app/views/desktop/about.js
    A demo/src/main/webapp/resources/js/app/views/desktop/home.js
    A demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Splash page for the application


  Commit: a6c0587d071c62667fc92f147387ecc21bb97096
      https://github.com/pmuir/ticket-monster/commit/a6c0587d071c62667fc92f147387ecc21bb97096
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc
    M tutorial/generate-guides.sh

  Log Message:
  -----------
  JavaScript highlighting


  Commit: 55378693eeaebf94d78dea57cfe85e1a01bf4178
      https://github.com/pmuir/ticket-monster/commit/55378693eeaebf94d78dea57cfe85e1a01bf4178
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Splash page - text


  Commit: 8ec913f0918ad00b8e658dbd6439e793fe9605f6
      https://github.com/pmuir/ticket-monster/commit/8ec913f0918ad00b8e658dbd6439e793fe9605f6
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/mobile/home-view.html

  Log Message:
  -----------
  Fix logo


  Commit: 5768c3f19c9bbd4581d1190e165aafd4183422a1
      https://github.com/pmuir/ticket-monster/commit/5768c3f19c9bbd4581d1190e165aafd4183422a1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/bootstrap.css

  Log Message:
  -----------
  Fix Bootstrap (stylesheet changes)


  Commit: 2fed089ce599d8591199569771b342e18b9a75ef
      https://github.com/pmuir/ticket-monster/commit/2fed089ce599d8591199569771b342e18b9a75ef
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    A demo/src/main/webapp/resources/img/jdf_mark_50px.png
    A demo/src/main/webapp/resources/img/jdf_mark_75px.png
    A demo/src/main/webapp/resources/img/splash-ticketmonster.png
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Splash page - with image


  Commit: 33dadbd34e67ff6037b309c752d816f059018fa3
      https://github.com/pmuir/ticket-monster/commit/33dadbd34e67ff6037b309c752d816f059018fa3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Missing JavaScript


  Commit: 1c8226497ad6cf6d8aac51b983a26a8b226304da
      https://github.com/pmuir/ticket-monster/commit/1c8226497ad6cf6d8aac51b983a26a8b226304da
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Wording


  Commit: f912406831b931b26acdc63c2f32c69244bf9b51
      https://github.com/pmuir/ticket-monster/commit/f912406831b931b26acdc63c2f32c69244bf9b51
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    A tutorial/custom-asciidoc-dblatex.sty

  Log Message:
  -----------
  oops


  Commit: 9e93f547042057895f0646ff4e6d7fc0ee15389e
      https://github.com/pmuir/ticket-monster/commit/9e93f547042057895f0646ff4e6d7fc0ee15389e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M demo/admin_layer_graphics.patch
    M demo/src/main/webapp/booking-monitor.html
    M demo/src/main/webapp/desktop-index.html
    M demo/src/main/webapp/resources/css/screen.css
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Adjust menu


  Commit: c78b25824a0bb38636bc4ccf255106497f00e083
      https://github.com/pmuir/ticket-monster/commit/c78b25824a0bb38636bc4ccf255106497f00e083
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js

  Log Message:
  -----------
  Fixes an issue with removing  ticket requests from an order


  Commit: 8145342cf3fbaf46691a0b27f685572fe91d9683
      https://github.com/pmuir/ticket-monster/commit/8145342cf3fbaf46691a0b27f685572fe91d9683
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M demo/admin_layer_graphics.patch

  Log Message:
  -----------
  Removed bootstrap.css changes


  Commit: 640a39010fe4ee4a8234c3e55f95772455891ce3
      https://github.com/pmuir/ticket-monster/commit/640a39010fe4ee4a8234c3e55f95772455891ce3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java

  Log Message:
  -----------
  Correct ordering while retrieving entities


  Commit: 435a090a3fcf17b31d2ad4088b37485cf076db6f
      https://github.com/pmuir/ticket-monster/commit/435a090a3fcf17b31d2ad4088b37485cf076db6f
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc
    A tutorial/gfx/octocat_social.png

  Log Message:
  -----------
  Minor changes to be a bit less wordy.


  Commit: 90322f9016457753fc12d9e134651789c43d6da1
      https://github.com/pmuir/ticket-monster/commit/90322f9016457753fc12d9e134651789c43d6da1
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M tutorial/DataPersistence.asciidoc

  Log Message:
  -----------
  Fix capitalisation of DataPersistence


  Commit: 500ceb45033b7d7ef96516290308fd5ab3c14a1a
      https://github.com/pmuir/ticket-monster/commit/500ceb45033b7d7ef96516290308fd5ab3c14a1a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/router/desktop/router.js
    M demo/src/main/webapp/resources/js/app/utilities.js
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js
    M demo/src/main/webapp/resources/js/app/views/desktop/event-detail.js
    M demo/src/main/webapp/resources/js/app/views/desktop/venue-detail.js

  Log Message:
  -----------
  Fix zombie views in the desktop UI, causing  events to be handled incorrectly.


  Commit: c441a834c5e626806de8e823de1191f683d54c11
      https://github.com/pmuir/ticket-monster/commit/c441a834c5e626806de8e823de1191f683d54c11
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/router/mobile/router.js
    M demo/src/main/webapp/resources/js/app/views/desktop/bookings.js
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js
    M demo/src/main/webapp/resources/js/app/views/desktop/event-detail.js
    M demo/src/main/webapp/resources/js/app/views/desktop/events.js
    M demo/src/main/webapp/resources/js/app/views/desktop/home.js
    M demo/src/main/webapp/resources/js/app/views/desktop/venue-detail.js
    M demo/src/main/webapp/resources/js/app/views/desktop/venues.js
    M demo/src/main/webapp/resources/js/app/views/mobile/about.js
    M demo/src/main/webapp/resources/js/app/views/mobile/event-detail.js
    M demo/src/main/webapp/resources/js/app/views/mobile/events.js
    M demo/src/main/webapp/resources/js/app/views/mobile/venue-detail.js
    M demo/src/main/webapp/resources/js/app/views/mobile/venues.js

  Log Message:
  -----------
  Fix zombie views in the mobile UI.

- close views when switching;
- ensure that all render() methods return the view (so that they can be chained)


  Commit: b6c49d51623bad4a650cd430e66ed5df489391df
      https://github.com/pmuir/ticket-monster/commit/b6c49d51623bad4a650cd430e66ed5df489391df
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/events.html
    M demo/src/main/webapp/resources/templates/desktop/venues.html

  Log Message:
  -----------
  Escape event/venue descriptions in attributes,


  Commit: a11bdb96ff09c0345ddfc010b96fd0ba5eabd418
      https://github.com/pmuir/ticket-monster/commit/a11bdb96ff09c0345ddfc010b96fd0ba5eabd418
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

  Changed paths:
    A demo/src/main/webapp/resources/img/GitHub_Logo.png
    A demo/src/main/webapp/resources/img/glyphicons_019_cogwheel.png
    A demo/src/main/webapp/resources/img/glyphicons_163_iphone.png
    A demo/src/main/webapp/resources/img/glyphicons_232_cloud.png
    A demo/src/main/webapp/resources/img/glyphicons_351_book_open.png
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Add icons on landing page


  Commit: ec977cef52db651af502f03712ce7aab95f086cf
      https://github.com/pmuir/ticket-monster/commit/ec977cef52db651af502f03712ce7aab95f086cf
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/bootstrap-responsive.css
    M demo/src/main/webapp/resources/css/bootstrap.css
    M demo/src/main/webapp/resources/img/glyphicons-halflings-white.png
    M demo/src/main/webapp/resources/img/glyphicons-halflings.png
    M demo/src/main/webapp/resources/js/libs/bootstrap.js

  Log Message:
  -----------
  Upgrade to Twitter Bootstrap 2.0.4


  Commit: 79504e5e798b871bc1a1d510c9578a8e17315a58
      https://github.com/pmuir/ticket-monster/commit/79504e5e798b871bc1a1d510c9578a8e17315a58
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/bootstrap-responsive.css
    M demo/src/main/webapp/resources/css/bootstrap.css
    M demo/src/main/webapp/resources/img/glyphicons-halflings-white.png
    M demo/src/main/webapp/resources/img/glyphicons-halflings.png
    M demo/src/main/webapp/resources/js/libs/bootstrap.js

  Log Message:
  -----------
  Revert Bootstrap upgrade - creates layout issues


  Commit: 1c8a318410ecdf00517d57a1d77b072a03eadeb9
      https://github.com/pmuir/ticket-monster/commit/1c8a318410ecdf00517d57a1d77b072a03eadeb9
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M demo/admin_layer_functional.patch

  Log Message:
  -----------
  Update functional patch with workarounds for FORGE-587,FORGE-589


  Commit: 80c0c31eba7d77b23018873cefde78bc83d93375
      https://github.com/pmuir/ticket-monster/commit/80c0c31eba7d77b23018873cefde78bc83d93375
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/admin_layer.fsh
    A demo/admin_layer_fixes.patch
    M demo/admin_layer_functional.patch

  Log Message:
  -----------
  Move fixes to a separate patch


  Commit: 3c28ae262e13bc2e6304e1d9d2976744c48522a8
      https://github.com/pmuir/ticket-monster/commit/3c28ae262e13bc2e6304e1d9d2976744c48522a8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/admin_layer.fsh

  Log Message:
  -----------
  Fix message


  Commit: c708bc9df77cae97fe607d3035c27d7aac514798
      https://github.com/pmuir/ticket-monster/commit/c708bc9df77cae97fe607d3035c27d7aac514798
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/resources/import.sql

  Log Message:
  -----------
  Since we use identity, let databases autoassign IDs - avoids conflicts in postgresql


  Commit: c0cad4c3326438fb14cfb6b5791054d44c056b91
      https://github.com/pmuir/ticket-monster/commit/c0cad4c3326438fb14cfb6b5791054d44c056b91
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/resources/import.sql

  Log Message:
  -----------
  Remove nulls, it does not agree with PSQL


  Commit: 743a789bb318809f800d23a6108f1ba753fed51c
      https://github.com/pmuir/ticket-monster/commit/743a789bb318809f800d23a6108f1ba753fed51c
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Edit UserFrontEnd


  Commit: af3877bd31abba10943653a314208f277bfe1706
      https://github.com/pmuir/ticket-monster/commit/af3877bd31abba10943653a314208f277bfe1706
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc
    M tutorial/Introduction.asciidoc
    A tutorial/collateral/TicketMonster-HTML5.graffle
    R tutorial/collateral/TicketMonster-POH5.graffle
    M tutorial/collateral/TicketMonster-diagrams.graffle
    M tutorial/gfx/ticket-monster-architecture.png

  Log Message:
  -----------
  Change POH5 -> HTML5


  Commit: 5edd1b7fd931f95ed42ba21f667b3cb2b5a99ce4
      https://github.com/pmuir/ticket-monster/commit/5edd1b7fd931f95ed42ba21f667b3cb2b5a99ce4
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/pom.xml
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Change POH5 -> HTML5 in app


  Commit: 640014ea5a3a07ec1f97f5c222077f70bf2795d4
      https://github.com/pmuir/ticket-monster/commit/640014ea5a3a07ec1f97f5c222077f70bf2795d4
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Mention Aerogear as a place to learn more


  Commit: aba96bdf3fef63bb363e5319664f56408ca698f2
      https://github.com/pmuir/ticket-monster/commit/aba96bdf3fef63bb363e5319664f56408ca698f2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  JBoss Developer Framework bullet


  Commit: 32f6821e7413bae2bd82a75c4cebd100be5fbe72
      https://github.com/pmuir/ticket-monster/commit/32f6821e7413bae2bd82a75c4cebd100be5fbe72
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  Fix some image links


  Commit: e08eb8e7e09d0eeb134ef0c93da1f0c74f073a85
      https://github.com/pmuir/ticket-monster/commit/e08eb8e7e09d0eeb134ef0c93da1f0c74f073a85
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/booking-confirmation.html

  Log Message:
  -----------
  Title on confirmation


  Commit: d005408c8a74af68e03ee3d21788e11b2a875842
      https://github.com/pmuir/ticket-monster/commit/d005408c8a74af68e03ee3d21788e11b2a875842
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    R demo/src/main/webapp/resources/templates/desktop/booking-list.html

  Log Message:
  -----------
  Not used


  Commit: b7cc31b6214391f2f31a65c9a3bb14c9ded27bf0
      https://github.com/pmuir/ticket-monster/commit/b7cc31b6214391f2f31a65c9a3bb14c9ded27bf0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/booking-table.html
    M demo/src/main/webapp/resources/templates/desktop/ticket-categories.html

  Log Message:
  -----------
  Fix background on booking list


  Commit: a12d412d17cde31ca9446fc2fdac29c011a4bc31
      https://github.com/pmuir/ticket-monster/commit/a12d412d17cde31ca9446fc2fdac29c011a4bc31
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java

  Log Message:
  -----------
  Fix booking deletion

- make sure that allocated seats are deallocated when bookings are deleted


  Commit: 8e2a9d2dcb675ec1e304407c88a1a8d69936b0e9
      https://github.com/pmuir/ticket-monster/commit/8e2a9d2dcb675ec1e304407c88a1a8d69936b0e9
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M .gitignore
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/Performance.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/BotService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/BotCreated.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/ForwardingMap.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/MultivaluedHashMap.java
    M demo/src/main/webapp/booking-monitor.html

  Log Message:
  -----------
  Add bot


  Commit: dd454f40cf19eb6e8575bf56446ce705c6ea4233
      https://github.com/pmuir/ticket-monster/commit/dd454f40cf19eb6e8575bf56446ce705c6ea4233
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/BotService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java

  Log Message:
  -----------
  Add delete all button


  Commit: 32113a3d7636fcd4fe172a4c13e5f45cc764e6f5
      https://github.com/pmuir/ticket-monster/commit/32113a3d7636fcd4fe172a4c13e5f45cc764e6f5
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  Fix odd asciidoc formatting


  Commit: fade544ab85dcbcfdcde7c5efcefed0a30f01918
      https://github.com/pmuir/ticket-monster/commit/fade544ab85dcbcfdcde7c5efcefed0a30f01918
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  Improve layout of booking-manager


  Commit: a6f981c749c76969fcbad4d3f87efabf4d885836
      https://github.com/pmuir/ticket-monster/commit/a6f981c749c76969fcbad4d3f87efabf4d885836
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/booking-details.html

  Log Message:
  -----------
  Fix title


  Commit: 0b28b52c334c5af187ecd0d72ab7bc72982510c3
      https://github.com/pmuir/ticket-monster/commit/0b28b52c334c5af187ecd0d72ab7bc72982510c3
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc

  Log Message:
  -----------
  Edit of BussinessLogic


  Commit: 467c16c23aa4581383b97324cb88d5e300998cba
      https://github.com/pmuir/ticket-monster/commit/467c16c23aa4581383b97324cb88d5e300998cba
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java
    M demo/src/main/webapp/booking-monitor.html
    M demo/src/main/webapp/resources/css/custom.css
    M demo/src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  Style the bot


  Commit: 08f7669f04e6eaa4aab7db0bb590f39ed8af2220
      https://github.com/pmuir/ticket-monster/commit/08f7669f04e6eaa4aab7db0bb590f39ed8af2220
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/PerformanceStatusWidget.java
    M demo/src/main/webapp/resources/css/screen.css

  Log Message:
  -----------
  Replace div progress bars with Bootstrap progress bars


  Commit: ad31c53403dab55464a9dc1d85b5a94b96c57610
      https://github.com/pmuir/ticket-monster/commit/ad31c53403dab55464a9dc1d85b5a94b96c57610
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/resources/import.sql

  Log Message:
  -----------
  Correcting capacity information


  Commit: f4670655ec5e3fc0057adced8d7bdebb0a5fb11b
      https://github.com/pmuir/ticket-monster/commit/f4670655ec5e3fc0057adced8d7bdebb0a5fb11b
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/mobile/home-view.html

  Log Message:
  -----------
  Adjust image size (needs reconsideration for media queries)


  Commit: c1220fb447abc41c6807cd23439f13ad0dc71226
      https://github.com/pmuir/ticket-monster/commit/c1220fb447abc41c6807cd23439f13ad0dc71226
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Add links to the main page


  Commit: a3a86e411285393e0dd9158205bea5e1467f1210
      https://github.com/pmuir/ticket-monster/commit/a3a86e411285393e0dd9158205bea5e1467f1210
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Update ignores


  Commit: d9ed4a30b530ae5468dc2ee0fda912a8edd0c4bb
      https://github.com/pmuir/ticket-monster/commit/d9ed4a30b530ae5468dc2ee0fda912a8edd0c4bb
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Use more normal version no


  Commit: a26da45fb3569933f1d79eadd68994e7e1cceb7d
      https://github.com/pmuir/ticket-monster/commit/a26da45fb3569933f1d79eadd68994e7e1cceb7d
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    A dist/release-utils.sh
    A dist/release.sh

  Log Message:
  -----------
  First pass at release script


  Commit: 12c8841cb80582fa97e9c63f5a5148f1bdb0199f
      https://github.com/pmuir/ticket-monster/commit/12c8841cb80582fa97e9c63f5a5148f1bdb0199f
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for 1.0.0.Final release


  Commit: efb67cdfac86295f61c50cbd1b75d03218c99ff4
      https://github.com/pmuir/ticket-monster/commit/efb67cdfac86295f61c50cbd1b75d03218c99ff4
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for development of 1.0.1-SNAPSHOT


  Commit: 9c5513d2414fa2d29b1ed3ecc8cc203b36fa06cc
      https://github.com/pmuir/ticket-monster/commit/9c5513d2414fa2d29b1ed3ecc8cc203b36fa06cc
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Use 1.0.0.Final version for the BOMs


  Commit: 3f16eadf5a6f7224134f2cbc04d39bba76bfe0ad
      https://github.com/pmuir/ticket-monster/commit/3f16eadf5a6f7224134f2cbc04d39bba76bfe0ad
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java

  Log Message:
  -----------
  Bot enhancement - limit log size


  Commit: 9d8270b62f70225de25fcfece59c57c5badee0fc
      https://github.com/pmuir/ticket-monster/commit/9d8270b62f70225de25fcfece59c57c5badee0fc
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java

  Log Message:
  -----------
  Fix timer creation logic - avoid creating the timer multiple times


  Commit: d87b4ad852f2c625b94c288866d89b3230a8578a
      https://github.com/pmuir/ticket-monster/commit/d87b4ad852f2c625b94c288866d89b3230a8578a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/templates/desktop/home.html

  Log Message:
  -----------
  Add "Fork me on GitHub" ribbon


  Commit: 26ac070fb2a7c61506db5a422d941994a2f05e3a
      https://github.com/pmuir/ticket-monster/commit/26ac070fb2a7c61506db5a422d941994a2f05e3a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java
    R demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/BotCreated.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/shared/qualifier/BotMessage.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/CircularBuffer.java

  Log Message:
  -----------
  Use a circular buffer for storing the log. Display start/stop log messages.


  Commit: e9f3b2fe9038e8f938633f78429159da8a9c220e
      https://github.com/pmuir/ticket-monster/commit/e9f3b2fe9038e8f938633f78429159da8a9c220e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M dist/release-utils.sh
    M dist/release.sh

  Log Message:
  -----------
  Split out doc publishing


  Commit: 8bcfc5b2f05c7f8d6e40581dc2f2393ecbcbde26
      https://github.com/pmuir/ticket-monster/commit/8bcfc5b2f05c7f8d6e40581dc2f2393ecbcbde26
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  Fix typo, thanks to Robertral 


  Commit: 1d4042a323cca5d7dd3e675cdb8e1b0bab78276a
      https://github.com/pmuir/ticket-monster/commit/1d4042a323cca5d7dd3e675cdb8e1b0bab78276a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js

  Log Message:
  -----------
  Prevent double bookings - disable button


  Commit: 9b331e35cffd00c50e89994bdd6667ec592f300e
      https://github.com/pmuir/ticket-monster/commit/9b331e35cffd00c50e89994bdd6667ec592f300e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/CircularBuffer.java

  Log Message:
  -----------
  Fix CircularBuffer


  Commit: e69d317a56c848d10824039f347fb3994c1448cd
      https://github.com/pmuir/ticket-monster/commit/e69d317a56c848d10824039f347fb3994c1448cd
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java

  Log Message:
  -----------
  Stop bot when initiating a delete


  Commit: e64d5f437e87646997f50241febf724f322367b2
      https://github.com/pmuir/ticket-monster/commit/e64d5f437e87646997f50241febf724f322367b2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/EventServiceTest.java

  Log Message:
  -----------
  Fix EventServiceTest assertions


  Commit: 21dc8c0bd1111a56a002cde6d87e791c5996b79a
      https://github.com/pmuir/ticket-monster/commit/21dc8c0bd1111a56a002cde6d87e791c5996b79a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/BotServiceImpl.java

  Log Message:
  -----------
  Make messages clearer, fire events after action is complete


  Commit: 11b2385b5fca75cccba8b0aa77d2c9e3c937ce55
      https://github.com/pmuir/ticket-monster/commit/11b2385b5fca75cccba8b0aa77d2c9e3c937ce55
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java

  Log Message:
  -----------
  Improve messaging


  Commit: c35c92d3acf0fbc3ab3334e8ebdb189feb64b76f
      https://github.com/pmuir/ticket-monster/commit/c35c92d3acf0fbc3ab3334e8ebdb189feb64b76f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js

  Log Message:
  -----------
  Fix button enable/disable


  Commit: 7bd89b82448619f8a079e72ef6654c280959497c
      https://github.com/pmuir/ticket-monster/commit/7bd89b82448619f8a079e72ef6654c280959497c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/monitor/client/local/Bot.java

  Log Message:
  -----------
  Add labels


  Commit: 965aab7a95a61fe85a5696572b1e6d73e01f114c
      https://github.com/pmuir/ticket-monster/commit/965aab7a95a61fe85a5696572b1e6d73e01f114c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java

  Log Message:
  -----------
  JAX-RS service must throw exceptions instead of returning error messages, otherwise there is no rollback.


  Commit: 38138e56829f05f0823946a03d1d498c35edeeaf
      https://github.com/pmuir/ticket-monster/commit/38138e56829f05f0823946a03d1d498c35edeeaf
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BaseEntityService.java

  Log Message:
  -----------
  Add support for counting entities, fix pagination


  Commit: b49c4f513d95d717a3cbbd9f325d371b1bde0441
      https://github.com/pmuir/ticket-monster/commit/b49c4f513d95d717a3cbbd9f325d371b1bde0441
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/custom.css
    M demo/src/main/webapp/resources/js/app/router/desktop/router.js
    M demo/src/main/webapp/resources/js/app/views/desktop/bookings.js
    M demo/src/main/webapp/resources/templates/desktop/booking-table.html

  Log Message:
  -----------
  Add pagination for the views


  Commit: 5c47a7778c45770b5ee1aa03bcef4a53abfd2c2d
      https://github.com/pmuir/ticket-monster/commit/5c47a7778c45770b5ee1aa03bcef4a53abfd2c2d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/WEB-INF/ticket-monster-ds.xml

  Log Message:
  -----------
  Fix H2 datasource definition

* prevent DB shutdown when connections are closed


  Commit: fd1296dc9fdab3e1b1c64f0749d526df2e407b73
      https://github.com/pmuir/ticket-monster/commit/fd1296dc9fdab3e1b1c64f0749d526df2e407b73
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/router/desktop/router.js
    M demo/src/main/webapp/resources/js/app/views/desktop/bookings.js

  Log Message:
  -----------
  Fix pagination and deletion issues


  Commit: b326312c930f4d311cd0cb655702939c5c2e5cfb
      https://github.com/pmuir/ticket-monster/commit/b326312c930f4d311cd0cb655702939c5c2e5cfb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/readme.md

  Log Message:
  -----------
  Add readme file for TicketMonster


  Commit: ab961d505517e2fcee640181d11e7fe472f21df8
      https://github.com/pmuir/ticket-monster/commit/ab961d505517e2fcee640181d11e7fe472f21df8
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    A demo/README.md
    R demo/readme.md

  Log Message:
  -----------
  Changed case of readme file
name


  Commit: 6568a859f49f20fcf2bd3dbef9fb0961d083ff3a
      https://github.com/pmuir/ticket-monster/commit/6568a859f49f20fcf2bd3dbef9fb0961d083ff3a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/README.md

  Log Message:
  -----------
  Make connection to jdf clearer. Add note on admin site generation


  Commit: 6a97e84e800849778acdf8a767025f03a1774b70
      https://github.com/pmuir/ticket-monster/commit/6a97e84e800849778acdf8a767025f03a1774b70
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/README.md

  Log Message:
  -----------
  Fix formatting issues in GitHub


  Commit: 66c2a1159d2ca059897693ac65001f018fe7e72f
      https://github.com/pmuir/ticket-monster/commit/66c2a1159d2ca059897693ac65001f018fe7e72f
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    A README.md

  Log Message:
  -----------
  Adding top-level README


  Commit: daa5557d5d27152e5b9ff4948a9bde46d21ce9dd
      https://github.com/pmuir/ticket-monster/commit/daa5557d5d27152e5b9ff4948a9bde46d21ce9dd
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix link


  Commit: 5c2a7e11e9ecefc85109514ff899394e1af27435
      https://github.com/pmuir/ticket-monster/commit/5c2a7e11e9ecefc85109514ff899394e1af27435
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix wording


  Commit: 52f43199ffc20c41c41ddf5034994c7177bfd86e
      https://github.com/pmuir/ticket-monster/commit/52f43199ffc20c41c41ddf5034994c7177bfd86e
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/admin_layer_functional.patch
    A demo/src/main/webapp/admin/index.html

  Log Message:
  -----------
  Add splash page for JBoss Forge


  Commit: 0ea275f84f3950954f4686747dcc3ded4c862ee2
      https://github.com/pmuir/ticket-monster/commit/0ea275f84f3950954f4686747dcc3ded4c862ee2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/admin/index.html

  Log Message:
  -----------
  Minor tweaks to placeholder page


  Commit: fcdcee43668323732aaaae7e23c22ec6b490cace
      https://github.com/pmuir/ticket-monster/commit/fcdcee43668323732aaaae7e23c22ec6b490cace
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-15 (Fri, 15 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/admin/index.html

  Log Message:
  -----------
  Fix links in placeholder page


  Commit: fe2f7a6d1213efe7c4adf28b92dd19fde7ad03de
      https://github.com/pmuir/ticket-monster/commit/fe2f7a6d1213efe7c4adf28b92dd19fde7ad03de
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-16 (Sat, 16 Jun 2012)

  Changed paths:
    M demo/admin_layer.fsh
    M demo/admin_layer_functional.patch

  Log Message:
  -----------
  Fix Forge patching


  Commit: 348da2d6b316f8de07332272c172b317fd3e152a
      https://github.com/pmuir/ticket-monster/commit/348da2d6b316f8de07332272c172b317fd3e152a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Add ignores


  Commit: 7e9fcfa2bd7dd282778983616f43d7d9664015c4
      https://github.com/pmuir/ticket-monster/commit/7e9fcfa2bd7dd282778983616f43d7d9664015c4
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/README.md

  Log Message:
  -----------
  Add tutorial link from README.md


  Commit: ce9ae0e6ee49ae80a5cfce0bd6d3082686af7ca5
      https://github.com/pmuir/ticket-monster/commit/ce9ae0e6ee49ae80a5cfce0bd6d3082686af7ca5
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Fix diagram


  Commit: 107b390d6bd9c657279b46da0ffea0686db741d7
      https://github.com/pmuir/ticket-monster/commit/107b390d6bd9c657279b46da0ffea0686db741d7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    A tutorial/gfx/ticket-monster-administration-use-cases.png
    R tutorial/gfx/ticket-monster-administration-user-cases.png

  Log Message:
  -----------
  Renamed Administrator use cases figure


  Commit: 0b8911e18098a40556977790e81451c87c56a7cb
      https://github.com/pmuir/ticket-monster/commit/0b8911e18098a40556977790e81451c87c56a7cb
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Fix chapter headings


  Commit: 356d099367ed9bc1b5bdfb21596157da827998b6
      https://github.com/pmuir/ticket-monster/commit/356d099367ed9bc1b5bdfb21596157da827998b6
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/README.md

  Log Message:
  -----------
  Add URL info to readme


  Commit: bce15cfcafce5100270094beb2ed342e4e98f7e6
      https://github.com/pmuir/ticket-monster/commit/bce15cfcafce5100270094beb2ed342e4e98f7e6
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Add 'How to run' section


  Commit: e7f6c874971059d157aeb33ee28303d894f3040c
      https://github.com/pmuir/ticket-monster/commit/e7f6c874971059d157aeb33ee28303d894f3040c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/pom.xml
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingRequest.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/SectionComparator.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/AllocatedSeats.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/SeatAllocationService.java
    M demo/src/main/resources/import.sql
    M demo/src/main/webapp/resources/templates/desktop/booking-table.html

  Log Message:
  -----------
  Improve concurrency in REST services

- switch from EJB singleton, mainly because of its locking model
- use a two-phase allocation algorithm: find seats first and mark them as tickets are generated
- use pessimistic locking on SectionAllocation entities, so that invocations are serialized only when users try to book in the same section for the sam eperformance


  Commit: 3cb45929d0ff9ad9d3d28bd08458bd322f987b81
      https://github.com/pmuir/ticket-monster/commit/3cb45929d0ff9ad9d3d28bd08458bd322f987b81
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Revert pom changes


  Commit: 35a520f764412ec5ab8ba1b4c9305a287056b419
      https://github.com/pmuir/ticket-monster/commit/35a520f764412ec5ab8ba1b4c9305a287056b419
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/src/main/resources/import.sql

  Log Message:
  -----------
  Fix insertion of SectionAllocations in import.sql

- insert version
- identify referenced enties in import.sql


  Commit: b29a2ac279f2975dc80e5b9636922da6951ac1e7
      https://github.com/pmuir/ticket-monster/commit/b29a2ac279f2975dc80e5b9636922da6951ac1e7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SectionAllocation.java

  Log Message:
  -----------
  Minor: cleanup


  Commit: 457434a159a4c581b4b0818bf9b5a30815236d3a
      https://github.com/pmuir/ticket-monster/commit/457434a159a4c581b4b0818bf9b5a30815236d3a
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/EventService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/MediaService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/ShowService.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/VenueService.java

  Log Message:
  -----------
  JAX-RS services fix imports, comments


  Commit: e25d6d3256c2a3fe7bc92417309088302df0805d
      https://github.com/pmuir/ticket-monster/commit/e25d6d3256c2a3fe7bc92417309088302df0805d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M demo/admin_layer.fsh
    M demo/admin_layer_functional.patch

  Log Message:
  -----------
  Expand Forge script to include automatic insertion of SectionAllocations when inserting a Performance


  Commit: 8f87cf60abf563768a4b4d4c53ee7d971b360c23
      https://github.com/pmuir/ticket-monster/commit/8f87cf60abf563768a4b4d4c53ee7d971b360c23
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/css/custom.css
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js
    M demo/src/main/webapp/resources/templates/desktop/create-booking.html
    M demo/src/main/webapp/resources/templates/desktop/ticket-categories.html

  Log Message:
  -----------
  Improve warnings on "Create Booking" form


  Commit: a9ef88228b762ef82e51fede81ac7713116edfc2
      https://github.com/pmuir/ticket-monster/commit/a9ef88228b762ef82e51fede81ac7713116edfc2
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Update Business logic and User Front End tutorials to latest sources


  Commit: bed6dc6e4e2e1effb7cf4dce58f8325ec63edde1
      https://github.com/pmuir/ticket-monster/commit/bed6dc6e4e2e1effb7cf4dce58f8325ec63edde1
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/router/desktop/router.js
    M demo/src/main/webapp/resources/js/app/router/mobile/router.js

  Log Message:
  -----------
  Ensure that the rendering of the views is delegated to viewManager consistently


  Commit: 5a1b1d8d93319930ae5fca44bd3b758b6048f2c3
      https://github.com/pmuir/ticket-monster/commit/5a1b1d8d93319930ae5fca44bd3b758b6048f2c3
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/src/main/webapp/resources/js/app/views/desktop/create-booking.js

  Log Message:
  -----------
  Fix how the 'Add tickets' button reacts to input changes.


  Commit: 14eac2dc542e7863c54439127ab16774205ce183
      https://github.com/pmuir/ticket-monster/commit/14eac2dc542e7863c54439127ab16774205ce183
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc
    M tutorial/UserFrontEnd.asciidoc

  Log Message:
  -----------
  Update tutorial sources


  Commit: 4d244fe5e45e18e759635912769290c4afd4d82c
      https://github.com/pmuir/ticket-monster/commit/4d244fe5e45e18e759635912769290c4afd4d82c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for 1.0.1.Final release


  Commit: 880d5a753362790a96218c6117aafe51791ee26d
      https://github.com/pmuir/ticket-monster/commit/880d5a753362790a96218c6117aafe51791ee26d
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for development of 1.0.2-SNAPSHOT


  Commit: f008f9eb23eedb47da75316f287a9de475626089
      https://github.com/pmuir/ticket-monster/commit/f008f9eb23eedb47da75316f287a9de475626089
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Switch section level to fit docbook's expectations for a preface.


  Commit: 2f1db709cc0192c5826f7950ca2f3e376fd9ed82
      https://github.com/pmuir/ticket-monster/commit/2f1db709cc0192c5826f7950ca2f3e376fd9ed82
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Revert version to 1.0.1-SNAPSHOT before tagging


  Commit: d1e8e9dacbda29923d3df9893e0697a751984efd
      https://github.com/pmuir/ticket-monster/commit/d1e8e9dacbda29923d3df9893e0697a751984efd
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for 1.0.1.Final release


  Commit: 8af9fabf7393d2e9c4cba08268499b1e63759fa7
      https://github.com/pmuir/ticket-monster/commit/8af9fabf7393d2e9c4cba08268499b1e63759fa7
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for development of 1.0.2-SNAPSHOT


  Commit: 1870e8554b4680f515ea9f21ef334ed8e5297e18
      https://github.com/pmuir/ticket-monster/commit/1870e8554b4680f515ea9f21ef334ed8e5297e18
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-22 (Fri, 22 Jun 2012)

  Changed paths:
    M demo/README.md
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Corrected OpenShift deployment instructions


  Commit: 34cbe2f9a8b6faee29323dedf3afae12deafbd68
      https://github.com/pmuir/ticket-monster/commit/34cbe2f9a8b6faee29323dedf3afae12deafbd68
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-22 (Fri, 22 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for 1.0.2.Final release


  Commit: 11361efcd1a41895b195ca48d887b6a988cf5053
      https://github.com/pmuir/ticket-monster/commit/11361efcd1a41895b195ca48d887b6a988cf5053
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-06-22 (Fri, 22 Jun 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for development of 1.0.3-SNAPSHOT


  Commit: 16f4811470a5c77f417bd85f8fc079a3a379884d
      https://github.com/pmuir/ticket-monster/commit/16f4811470a5c77f417bd85f8fc079a3a379884d
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M tutorial/Introduction.asciidoc

  Log Message:
  -----------
  Fix error in javascript, thanks to Juraci Paixão Kröhling


  Commit: b4d8ee9df50f58196856c2301fe9b60caa6d66fe
      https://github.com/pmuir/ticket-monster/commit/b4d8ee9df50f58196856c2301fe9b60caa6d66fe
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-07-03 (Tue, 03 Jul 2012)

  Changed paths:
    M tutorial/WhatIsTicketMonster.asciidoc

  Log Message:
  -----------
  Fix link, thanks to Abhinav


  Commit: fba94aaf2ee726ec1f3472540586d0cdd2ceef1e
      https://github.com/pmuir/ticket-monster/commit/fba94aaf2ee726ec1f3472540586d0cdd2ceef1e
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-07-03 (Tue, 03 Jul 2012)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Update ignores


  Commit: 4ae099fe5bdd5d805d7795aadeec865eef2dae80
      https://github.com/pmuir/ticket-monster/commit/4ae099fe5bdd5d805d7795aadeec865eef2dae80
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-17 (Tue, 17 Jul 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Cleanup POM


  Commit: aed2cf50666cac30ec555927c3e4c3d92bff305c
      https://github.com/pmuir/ticket-monster/commit/aed2cf50666cac30ec555927c3e4c3d92bff305c
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-17 (Tue, 17 Jul 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/util/MultivaluedHashMap.java
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/BookingServiceTest.java
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/EventServiceTest.java
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/RESTDeployment.java
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/ShowServiceTest.java
    M demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/VenueServiceTest.java
    R demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/CollectionAssert.java
    R demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/ForwardingMap.java
    R demo/src/test/java/org/jboss/jdf/ticketmonster/test/rest/util/MockMultivaluedMap.java

  Log Message:
  -----------
  JDF-72: remove duplicate utility classes from the test package.


  Commit: 90757702f0d5169e1f11c612876bd581b0898595
      https://github.com/pmuir/ticket-monster/commit/90757702f0d5169e1f11c612876bd581b0898595
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M tutorial/BusinessLogic.asciidoc

  Log Message:
  -----------
  JDF-73: Align Business Logic chapter with latest changes in TicketMonster and fix tests


  Commit: 7698c3a9ae3446312d99de989bc009c95c4cbb28
      https://github.com/pmuir/ticket-monster/commit/7698c3a9ae3446312d99de989bc009c95c4cbb28
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for 1.0.5.Final release


  Commit: b127e35f6b01d5f81a09229051f0f1de879e9290
      https://github.com/pmuir/ticket-monster/commit/b127e35f6b01d5f81a09229051f0f1de879e9290
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M demo/pom.xml

  Log Message:
  -----------
  Prepare for development of 1.0.6-SNAPSHOT


  Commit: 001d997a37c0bd9623bf66dd6a6243284f7df6f0
      https://github.com/pmuir/ticket-monster/commit/001d997a37c0bd9623bf66dd6a6243284f7df6f0
  Author: Marius Bogoevici <marius.bogoevici at gmail.com>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/model/SeatAllocationException.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/BookingService.java
    A demo/src/main/java/org/jboss/jdf/example/ticketmonster/rest/RestServiceException.java
    M demo/src/main/java/org/jboss/jdf/example/ticketmonster/service/Bot.java

  Log Message:
  -----------
  JDF-77 Improve exceptions

* Mark SeatAllocationException as @ApplicationException and indicate the correct rollback strategy
* Add an ApplicationException subclass to WebApplicationException
* Both changes improve clarity as well and don't cause the container to log them as system exceptions


  Commit: 4a0993c2ec145e2b7d08e7d5884639561c397e20
      https://github.com/pmuir/ticket-monster/commit/4a0993c2ec145e2b7d08e7d5884639561c397e20
  Author: Pete Muir <pmuir at bleepbleep.org.uk>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    A demo/src/main/webapp/resources/js/libs/cordova-ios-2.0.0.js

  Log Message:
  -----------
  Add Cordova iOS


Compare: https://github.com/pmuir/ticket-monster/compare/eddbf9a755d9^...4a0993c2ec14


More information about the seam-commits mailing list