You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions on the core development of the SilverStripe CMS and its modules: New and changed APIs, architecture and other complex issues requiring the attention of core developers.
This group is not a support forum. If are looking for help, please see http://silverstripe.org/forums/
|
|
|
Proposal to make GridFieldConfig decoratable
|
| |
Right now, GridFieldConfig objects are sort of second-class citizens in the sense that they live in isolation from the primary inheritance chain. I'm sure this is by design, but I think there would be value in making them descendants of Object in order to support decoration. If the GridFieldConfig_Base object were decoratable, for instance, then... more »
|
|
SS3 Too many open files in system (Debian server)
|
| |
Has anyone else run into this? I have a Silverstripe 3 site with medium traffic (about 600 visitors/day), which seems to cause "Too many open files in system" on the server (Debian). Log entries show up like: "Cannot open shared object file: Error 23" and "Too many open files in system" A reboot resolves the issue. The site doesn't use caching and "ulimit -H... more »
|
|
Stricter criteria on accepting core enhancement tickets
|
| |
Hello everybody,
tldr; The core bugtracker only accepts actionable enhancement tickets with an owner,
we'll start closing old tickets not matching these criteria in order to keep our bugtracker relevant.
We've successfully migrated our bugtracker from Trac to github (discussion).
The migration only included tickets from the last two years. We've marked... more »
|
|
Composer version constraints on your modules
|
| |
Hello!
tldr; Module authors will need to update their composer.json, otherwise users of the module on beta/rc releases will see errors.
We've been advocating the usage of composer to install modules for a while now (install instructions, module instructions).
This requires module authors to include a composer.json in their codebase, and declare... more »
|
|
Flaw in DataList#setDataQuery()?
|
| |
Is there a flaw in DataList#setDataQuery(), or am I just not understanding something basic?
Please see [link]
Shouldn't DataList#setDataQuery() also update the query's queriedColumns? Because it doesn't changing the DataList's DataQuery fails to update the query returned by DataQuery#getFinalisedQuery(), so it ends up having no effect.... more »
|
|
Rating in silverstripe
|
| |
Hi, I m a newbie. Please guide me for the following: "Ratings allows registered users to rate an item using a scale that you determine. By default it is 1 to 5. " I have used ssrating but its a bit clumsy type. Regards
|
|
Duplicate Feature in 3.1 beta 3 bug
|
| |
Hi, We are playing with the beta 3 of 3.1 and were excited to see the duplicate feature back. One problem we see though is that when we duplicate a page is creates a ghost page that we see after we refresh. Has anyone figured how to fix this? Thank you, Kevin
|
|
|