aertmann
(Aske Ertmann)
October 25, 2015, 9:01am
1
Team Unicorns specific activity log for all team related activity. For non-team related activity, please use the general activity log . Follow same guidelines as the general log.
This is to make team meeting more efficient and activity reporting asynchronous.
dfeyer
(Dominique Feyer)
October 26, 2015, 7:58am
2
Start working on https://jira.neos.io/browse/NEOS-683
First step, Dynamic tagging of TS ContentCache to keep track of links to nodes and assets:
https://github.com/neos/neos-development-collection/pull/157
dfeyer
(Dominique Feyer)
October 26, 2015, 8:10am
3
Write a RFC to merge the Media browser in Neos and keep the Media package as a “code only package”:
TL’DR: Currently the Media package contains the Media browser controllers and templates, this RCF will move all Media Browser related codes and template to the Neos package.
Team Unicorn will work on this
The Media package controllers and templates need some override to be uses in Neos. So adding a feature in Neos, need some modification and testing on the Media package and the Neos package. Keeping the raw Media browser module working and clean is pretty hard. Some templates in the Media pack…
christopher
(Christopher Hlubek)
October 26, 2015, 8:25am
4
Started working on https://jira.neos.io/browse/NEOS-1633
Pushed a WIP with:
https://github.com/neos/neos-development-collection/pull/156
The change needs further unit tests and more scenarios and we should think about a better SQL query to select the node data (this change adds a new subselect for now)
dfeyer
(Dominique Feyer)
October 26, 2015, 8:38am
5
dfeyer
(Dominique Feyer)
October 26, 2015, 10:07am
6
Try to help having this RFC on shape and running:
At the moment, the possibilities to configure assets in Neos are limited. Depending on the project, it can be necessary to store copyright information, author information or accessibility status for assets. While status information (like “is a accessible document” or “has to be reviewed”) could be handled via tagging, this is not possible for string properties.
As discussed in RFC: Media Package Search and Meta data , we could use nodes to store asset data, but this is a bigger project. I could …
dfeyer
(Dominique Feyer)
October 26, 2015, 10:59pm
7
A first WIP patch to move the Media Browser to a dedicated package:
neos:master
← dfeyer:task-mediabrowser-module
opened 10:52PM - 26 Oct 15 UTC
dfeyer
(Dominique Feyer)
October 27, 2015, 10:04am
8
Write a RFC to improve NodeSearchInterface:
TL;DR
Currently the NodeSearchServiceInterface allow to search by term (sql like in all properties), and limit the search by nodeType and context. It’s really limited and need to be extended in a flexible way to allow advanced search like in https://github.com/neos/neos-development-collection/pull/5
The current implementation do not enforce a limit, some query can return a huge amount of node and can hit the memory or time limit.
Goal
Allow more flexible search implementation (by specific pro…
And a small PR for the ES package:
Flowpack:master
← Flowpack:dfeyer-slim-dowm-handled-objects-1
opened 01:26PM - 27 Oct 15 UTC
aberl
(Alexander Berl)
October 27, 2015, 4:46pm
10
RFC:
TL;DR
Value Objects (VO) are a core building block of Domain Driven Design (DDD), but the implementation in Flow is currently pretty broken and makes VOs hard to use properly. This needs to change.
Goal
Value Objects have some core characteristics:
they have no identity, they are only referenced by their properties
they are immutable
These characteristics result in some consequences:
they need a constructor that takes all properties as parameters. There may be factory methods for syntactic…
Also digging out some old gerrit changes and moving them to github
sebastian
(Sebastian Kurfuerst)
October 30, 2015, 9:31pm
11
my work log:
added my input on various Discourse threads
reviewed some Neos and Flow changes, and merged some of these changes.
In the next weeks, I’ll continue having an eye on the review queue and discourse.
All the best,
Sebastian
dfeyer
(Dominique Feyer)
November 3, 2015, 9:15am
12
My last update is 7 days old, so it’s time to push an update:
Try to push the MetaData Handling RFC on shape, currently rephrase the RFC based on the current discussion (RFC: Adding additional properties to media assets )
Continue to work on the Neos.MediaBrowser package
Transition team meeting
A bunch of reviews
Some messages on discusss
Quiet calm on Slack (start to love async communication more)
dfeyer
(Dominique Feyer)
November 5, 2015, 8:45am
14
Continue to work on the MediaBrowser Package / MetaData RFC
Start a new RFC to collect informations about moving Asset to the CR (RFC: Move Asset storage to the CR ). It’s a wiki feel free to write down your ideas.
Personal notes: A bit less active this week, I have to start some urgent renovations in our house, due to some water infiltration and wood eater mushrooms attack (not a really good thing in a “swiss chalet”).
dfeyer
(Dominique Feyer)
November 20, 2015, 10:20am
19
Work with @aertmann to have those PR merged ASAP:
Work also on Trusted Proxies feature: https://jira.neos.io/browse/FLOW-414
aberl
(Alexander Berl)
December 6, 2015, 3:41pm
20
Mainly been doing reviews and getting old commits over from gerrit:
neos:2.3
← albe:composite_keys
opened 04:11PM - 03 Dec 15 UTC
neos:master
← albe:addremove_objectaccess
opened 02:44PM - 28 Oct 15 UTC
neos:3.0
← albe:cyclic_validator_chain
opened 05:21PM - 27 Oct 15 UTC
neos:master
← albe:ishas_access
opened 01:40PM - 27 Oct 15 UTC
There are still a few left, one of the major things being the JsonView change to have a common configuration for arrays and objects.
After that I’d like to get doctrine orm 2.5 going.