- 2b700c8 Merge pull request #7 from BacLuc/add-ci by Bacluc · 2 years ago master
- 3f034c8 add code style check by BacLuc · 2 years ago
- 2c57574 bacluc_next_event_block: hack locale by BacLuc · 2 years, 6 months ago
- 62c3193 nextevent.php: use same xml structure for Cancel button by BacLuc · 2 years, 7 months ago
- 032d75c controller.php: only show action if blockId matches by BacLuc · 2 years, 7 months ago
- 2ac8ddd nextevent.php: show address by BacLuc · 2 years, 8 months ago
- 4dc4817 persistence: handle id fields which are named gID by BacLuc · 2 years, 8 months ago
- 1054a34 controller.php: uninstall bacluc_next_event_block by BacLuc · 2 years, 9 months ago
- 289f248 EntityManagerRepository: add order by to query by BacLuc · 2 years, 9 months ago
- 3d4f741 Concrete5(BlockConfig|Crud)Controller: use factory instead of instance by BacLuc · 2 years, 9 months ago
- 7ed7a3b controller: use trait to simplify crud actions of BlockController by BacLuc · 2 years, 9 months ago
- f2745fd controller: use trait to simplify BlockController by BacLuc · 2 years, 9 months ago
- d6fa27d table.php: add simple pagination by BacLuc · 2 years, 9 months ago
- 9a3bc69 table.php: add possibility to set pageSize by BacLuc · 2 years, 9 months ago
- b133398 table.php: show count of entries by BacLuc · 2 years, 9 months ago
- e20c51b EntityManagerRepository: implement offset and limit by BacLuc · 2 years, 9 months ago
- f6d09d1 ShowCancellations: add back button by BacLuc · 2 years, 10 months ago
- 4b5de06 BaclucEventBlock: add ShowCancellations Action by BacLuc · 2 years, 10 months ago
- 9df30d5 form: make submit and cancel actions configurable by BacLuc · 2 years, 10 months ago
- c674bdf ShowTable: extract ActionConfiguration and RowActionConfiguration by BacLuc · 2 years, 10 months ago
- a125477 bacluc_next_event_block: add PostCancelEventForm by BacLuc · 2 years, 10 months ago
- b665bb5 bacluc_next_event_block: add cancel event block by BacLuc · 2 years, 11 months ago
- ae20eda bacluc_next_event_block: rename (Next,)Event(.Action)RegistryFactory by BacLuc · 2 years, 11 months ago
- 89e7c46 bacluc_next_event_block: use seperate template by BacLuc · 2 years, 11 months ago
- 3e987ec Concrete5Renderer: allow packages to use their own view templates by BacLuc · 2 years, 11 months ago
- faa423d bacluc_next_event_block: use configured groups by BacLuc · 2 years, 11 months ago
- 4a71e1b Replace parameter blockId with BlockIdSupplier by BacLuc · 2 years, 11 months ago
- 955e126 add bacluc_next_event_block by BacLuc · 2 years, 11 months ago
- adc0a99 Group: implement WithUniqueStringRepresentation by BacLuc · 2 years, 11 months ago
- d8f02a3 Event: use groupId and eventId as JoinTable column names by BacLuc · 2 years, 11 months ago
- 8cb48d6 BlockControllers: don't redirect when delete action fails by BacLuc · 2 years, 11 months ago
- 9865d8a add BlockIdAwareActionProcessor by BacLuc · 2 years, 11 months ago
- c61680c Event: reference Group directly by BacLuc · 3 years ago
- 0f23359 setup block in new crud way by BacLuc · 3 years ago
- 0b1e47a Merge branch 'release/fix_annotation_and_filter_problem' by BacLuc · 6 years ago fix_annotation_and_filter_problem
- 5c9f6c8 fix problem with annotations with own loader function. by BacLuc · 6 years ago
- 41cf6ba Merge branch 'release/0.1.3' by BacLuc · 6 years ago 0.1.3
- bf0d5d5 Merge tag '0.1.3' into develop by BacLuc · 6 years ago
- 8a44b64 Merge branch 'feature/add_discriminator_entry' into develop by BacLuc · 6 years ago
- 4ef03b0 add comments by BacLuc · 6 years ago
- edde39f nearly got it, until array_values() expects parameter 1 to be array, null given by BacLuc · 6 years ago
- db452cc look that no invalid ids are given by BacLuc · 6 years ago
- e1b1c02 make entities extendable by BacLuc · 6 years ago
- 921a2dc Merge branch 'release/0.1' by BacLuc · 6 years ago 0.1
- 9533045 Merge tag '0.1' into develop by BacLuc · 6 years ago
- 5109917 change properties from private to protected to assure extendability by BacLuc · 6 years ago
- 695ec15 make title not nullable by BacLuc · 6 years ago
- b7cf9ae Merge tag '0.1' into develop by BacLuc · 6 years ago
- 2585c07 Merge branch 'release/0.1' by BacLuc · 6 years ago
- 8678ff8 fix error when no events are detected by BacLuc · 6 years ago
- 4260435 add trait EntityGetterSetter and use in every subclass of Entity by BacLuc · 6 years ago
- 1841ab6 added functionality that if the other date is empty, all dates are set by BacLuc · 6 years ago
- 97c8e23 add . not css class selector by BacLuc · 7 years ago
- 440fd1a Merge branch 'feature/next_event_block' into develop by BacLuc · 7 years ago
- 7102a71 finish next event block (first features) by BacLuc · 7 years ago
- b9dff68 now problem with not removing association entities and leading whitespaces solved. by BacLuc · 7 years ago
- 4565b02 solved problem with missing foreign key (problem was, that groups and eventgroups where not in the schema create tool at the same time.) by BacLuc · 7 years ago
- 52016e0 problem with associations, which don't get loaded. by BacLuc · 7 years ago
- a6671f6 fix inserting of groups. Problem was, that for the same task multiple entityManagers were used. now the basictablepackage and all its operations run in the basictablepackage entitymanager. if elsewhere db is used, they have their own entitymanager. Every blockcontroller has to add an own private $entityManager property by BacLuc · 7 years ago
- 48a5f5f everything rebuilt, but again doctrine is inserting entities, instead of just saving the link by BacLuc · 7 years ago
- 9561349 switch to pc by Lucius · 7 years ago
- 4d4c436 commit between by Lucius · 7 years ago
- 462049f hanging with persistency problem by BacLuc · 7 years ago
- 34870ba edit package controller by BacLuc · 7 years ago
- ff2d311 start feature by BacLuc · 7 years ago
- c087b79 readd next event block by Lucius · 7 years ago
- bc89fb2 Merge remote-tracking branch 'remotes/origin/newGryfiPage' by Lucius · 7 years ago
- ebb8fef Merge remote-tracking branch 'remotes/origin/newGryfiPage' by Lucius · 7 years ago
- bf51113 add gitignore by BacLuc · 7 years ago
- e4e43aa add example for adding blockoptions by BacLuc · 7 years ago
- 5b1c5bd add icon to package and block, add comments by BacLuc · 7 years ago
- 9149057 remove event??? by BacLuc · 7 years ago
- 6a5bbfc model has to be set, before parent::construct is called, that the session variables are set right. by BacLuc · 7 years ago
- ab3ad35 event block works now, except the file fields by BacLuc · 7 years ago
- 92a7ba3 Initial commit by Bacluc · 7 years ago