Commit Graph

27 Commits

Author SHA1 Message Date
Andrew Nacin 19e358a2c5 Affirm current credits timeout. see #17759.
git-svn-id: https://develop.svn.wordpress.org/trunk@18393 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-04 15:58:43 +00:00
Andrew Nacin 702409e5d9 Add missing translate() call.
git-svn-id: https://develop.svn.wordpress.org/trunk@18315 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-16 00:18:51 +00:00
Andrew Nacin dc3acebeb2 Revert [18243].
git-svn-id: https://develop.svn.wordpress.org/trunk@18246 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:01:52 +00:00
Andrew Nacin 7d45a7cdef s/Blue/Classic/
git-svn-id: https://develop.svn.wordpress.org/trunk@18243 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:37:14 +00:00
Andrew Nacin dabb39d410 Some more credits strings.
git-svn-id: https://develop.svn.wordpress.org/trunk@18242 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:27:14 +00:00
Andrew Nacin 942fb3838a Oops. Credits API version remain unchanged. see #17518.
git-svn-id: https://develop.svn.wordpress.org/trunk@18163 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:46:11 +00:00
Andrew Nacin a019dffcbb Credits screen redux. Add external libraries, gravatars for language validators. Backed by a new API. fixes #17518, fixes #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18162 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:38:29 +00:00
Ryan Boren 6e01eb6221 RTL fixes for credits.php. fixes #17602
git-svn-id: https://develop.svn.wordpress.org/trunk@18149 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 15:09:44 +00:00
Mark Jaquith 2de9f72e0d Tighten up the Credits page so it's not so spaced out.
git-svn-id: https://develop.svn.wordpress.org/trunk@18126 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 09:00:49 +00:00
Ryan Boren 52b2ca8189 RTL fixes for credits.php. Props BenChapman, rasheed. fixes #17602
git-svn-id: https://develop.svn.wordpress.org/trunk@18116 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 17:21:28 +00:00
Peter Westwood 7fa99c4253 Help Tab text updatates. Fixes #17312 prop dougwrites.
git-svn-id: https://develop.svn.wordpress.org/trunk@18092 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 15:37:04 +00:00
Andrew Nacin 40306508a3 String swap. see #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18007 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 18:32:17 +00:00
Peter Westwood 24aade313f Use context to tell the translators what to do and thereby remove a unused string.
Add a comment as to why we have translations after a return.
See #17532

git-svn-id: https://develop.svn.wordpress.org/trunk@18005 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 11:02:12 +00:00
Andrew Nacin 85d36b3db0 Add paragraph tags around the blocks of contributors. see #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18004 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:49:44 +00:00
Andrew Nacin 66de3a08a4 Prepare the Credits page to handle translators. see #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18002 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 05:33:33 +00:00
Andrew Nacin 891be1229a Update the Credits page for changes in the API. see #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@18001 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-23 00:08:51 +00:00
Andrew Nacin ae2bf93559 s/add_css/_wp_credits_add_css/. props dimadin, see #17532.
git-svn-id: https://develop.svn.wordpress.org/trunk@17980 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-21 14:01:03 +00:00
Peter Westwood 80f038c8e3 Move the codex link into a seperate translation so you don't have to translate it if you have not got a version in your language and you only have to translate it once. Fixes #17480
git-svn-id: https://develop.svn.wordpress.org/trunk@17967 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-19 08:11:10 +00:00
Andrew Nacin fa367e06a9 Allow Codex URLs to be translated. Don't offer wp.org/about/ URLs for translation. props zeo, xibe. fixes #17480.
git-svn-id: https://develop.svn.wordpress.org/trunk@17960 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 19:39:24 +00:00
Andrew Nacin 8429516045 Fix inverse logic in [17946].
git-svn-id: https://develop.svn.wordpress.org/trunk@17948 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 17:36:58 +00:00
Mark Jaquith d01abdea69 Even better poka-yoke on Credits page.
git-svn-id: https://develop.svn.wordpress.org/trunk@17946 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 17:14:08 +00:00
Mark Jaquith 738b6e2d2f Make sure we have an array on the Credits page. Handles situations where non-array data is sometimes cached.
git-svn-id: https://develop.svn.wordpress.org/trunk@17945 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 16:36:37 +00:00
Andrew Nacin 20012cc9f1 Credits page HTML closing tag and alt fix, props Utkarsh. Link gravatars to profiles. fixes #17384.
git-svn-id: https://develop.svn.wordpress.org/trunk@17942 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-17 05:58:40 +00:00
Andrew Nacin 217ce050a9 Use correct variable, see #17384.
git-svn-id: https://develop.svn.wordpress.org/trunk@17911 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 02:08:35 +00:00
Andrew Nacin adb6231174 Show display names from wp.org profiles on the credits page. see #17384.
git-svn-id: https://develop.svn.wordpress.org/trunk@17910 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 01:46:08 +00:00
Andrew Nacin 1a6371ea94 Add core contributors to credits page, first pass. see #17384.
git-svn-id: https://develop.svn.wordpress.org/trunk@17909 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-13 00:49:53 +00:00
Andrew Nacin f07e869196 Credits page. see #17384.
git-svn-id: https://develop.svn.wordpress.org/trunk@17877 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-12 01:36:05 +00:00