Martin Schleußer
Martin Schleußer
I'd say a 400 would be ok for the dies in checkin.php, but a 500 more appropiate if an error occurs in the 'source'-handler. I personally don't care much about...
What about something like: ``` function plugin_lang_get_with_help( $p_name, $p_basename = null ) { $t_string = plugin_lang_get( $p_name, $p_basename ); $t_help_string = plugin_lang_get_defaulted( $p_name . "_help", "", $p_basename ); if( !empty(...
Apart from your more general remarks on how to introduce and handle help strings, my proposal was not meant to be a general purpose function. So naming it "plugin_lang_get_with_help" was...
@vboctor thanks for the review, will tackle your comments after we agree on common ground, especially on the questions/issue raised by @cproensa. From my point of view the rest api...
@dregad no, #25514 is correct.
I'd really like to move this forward. I tried to cover all possible cases in the command. That might be to much (not needed at all). But a rest api...
@cproensa leaving aside for a moment the question of representation (of the delivered data), your doubts begs the question what data any GET should deliver. In a broader sense this...