Opened 13 years ago

Closed 13 years ago

#1129 closed Enhancement (fixed)

[PATCH] translatable files and deprecated functions

Reported by: Christian Beer Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Localization Version:
Keywords: Cc:

Description (last modified by Christian Beer)

  • made last of the files in user/ translatable (I hope at least)
  • replaced the deprecated strip_tags() with sanitize_tags()
  • replaced boinc_real_escape_string() with BoincDb::escape_string() where appropriate

I already made lots of the more trivial messages translatable and it's harder to make them untranslatable again, so I didn't change them again.

Attachments (3)

diff of user section.diff (129.7 KB) - added by Christian Beer 13 years ago.
Complete diff of the user/ folder
sanitize_tags-escape_string-in-inc.diff (7.4 KB) - added by Christian Beer 13 years ago.
Changes to files in inc/ folder
sanitize_tags-deprecation_notice-in-ops.diff (1.4 KB) - added by Christian Beer 13 years ago.
Changes to files in ops/ folder

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Christian Beer

Attachment: diff of user section.diff added

Complete diff of the user/ folder

Changed 13 years ago by Christian Beer

Changes to files in inc/ folder

Changed 13 years ago by Christian Beer

Changes to files in ops/ folder

comment:1 Changed 13 years ago by Christian Beer

Description: modified (diff)

comment:2 Changed 13 years ago by davea

Resolution: fixed
Status: newclosed

(In [24050]) - web: more fixes from Christian Beer. Fixes #1129

Note: See TracTickets for help on using tickets.