Opened 13 years ago
Last modified 13 years ago
#1129 closed Enhancement
[PATCH] translatable files and deprecated functions — at Version 1
Reported by: | Christian Beer | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Localization | Version: | |
Keywords: | Cc: |
Description (last modified by )
- 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.
Change History (4)
Changed 13 years ago by
Attachment: | diff of user section.diff added |
---|
Changed 13 years ago by
Attachment: | sanitize_tags-escape_string-in-inc.diff added |
---|
Changes to files in inc/ folder
Changed 13 years ago by
Attachment: | sanitize_tags-deprecation_notice-in-ops.diff added |
---|
Changes to files in ops/ folder
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Complete diff of the user/ folder