• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed unused query (many thanks to Franz Penz for noting)

reduce frequent small SQL queries and streamline code

  1. … 2 more files in changeset.
allow calling apm_parameter_unregister without "parameter_id"

previously, it was allowed to call it with an empty parameter_id, but not without it

  1. … 1 more file in changeset.
Whitespace cleanup

  1. … 2 more files in changeset.
No need to force-cache the value of every parameter of every package instance

We are just adding a new parameter: this should in fact not exist and therefore no cache should be present and needed to be flushed. Furthermore, in most cases one would immediately restart the server, as this normally happens in the context of a package upgrade.

  1. … 1 more file in changeset.