r53528@99-207-182-91: jesse | 2008-11-28 11:58:04 -0500 * Don't do the safe ipc hack for fastcgi if we're running with SpeedyCGI. Niko Tyni -
* fix update with multiple 'where' conditions in rt-validator
* add UseSQLForACLChecks option
* add sbin/rt-attributes-viewer that helps me sometimes fix problems
* in ACL collection we fill a cache, don't call methods as methods may build some objects and check ACls what slowdowns cache building and may result in additional SQL queries. We need somethin...
* rewrite displaying message stanza without recursion to avoid problems with deep recursion errors and improve performance
* change one record at once, updating whole table is too slow
r39487@kohr-ah: chmrr | 2008-11-24 16:09:01 -0500 * Allow %ARGS to set custom field values in SelfService
r39486@kohr-ah: chmrr | 2008-11-24 16:08:28 -0500 * Add a callback to possibly adjust the queue
r75892@onn: sartak | 2008-11-24 14:07:22 -0500 factory demands database and namespace, so die if we don't have them
* fix double BRs message stanzas, s/$//mg matches new line and end of scalar, so it always add a newline right at the end what is not correct
* call config with current user only once and don't do it in function that can be called many times during request
* file uploaded via web form may contain unicode characters
typo fix
fix non-text string to be treated as utf8