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 )
- 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)
Change History (5)
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) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Complete diff of the user/ folder