https://bugzilla.wikimedia.org/show_bug.cgi?id=37707
Matthias Mullie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Matthias Mullie <[email protected]> 2012-06-21 15:55:21 UTC --- "- When saving, if text > 255 bytes, save to new table and add link plus empty aa_response_text field to the db" -> I didn't put an empty response_text field, but truncated the text to 255 so we can also get a small part in that column. This would allow us to easily drop the join to this new table on overview pages, where we don't really need the full description. Other than that, executed as suggested (incl. update of existing large texts); on Gerrit (https://gerrit.wikimedia.org/r/#/c/12385/) & prototype. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
