/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-test_FORM_TITLE.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-test_FORM_TITLE.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks
2 --- e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks 2008-03-12 13:37:46.000000000 -0600
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks 2008-03-12 13:35:57.000000000 -0600
4 @@ -61,7 +61,6 @@
5 is (mode($panel), '4750', "Check permissions on script");
6 ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS");
7 is ($ua->{status}, 200, "200 OK");
8 -#like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title");
9 ok ($ua->set_language("en-us"), "Set language to U.S. English");
10 ok ($ua->get_panel($panel), "Get panel");
11 is ($ua->{status}, 200, "200 OK");
12 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/web/functions/review mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/review
13 --- e-smith-base-4.18.0/root/etc/e-smith/web/functions/review 2008-03-12 13:37:46.000000000 -0600
14 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/review 2008-03-12 13:36:05.000000000 -0600
15 @@ -56,7 +56,6 @@
16 is (getgrgid($stat[5]), 'admin', "File is owned by group admin");
17 ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS");
18 is ($ua->{status}, 200, "200 OK");
19 -like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title");
20 ok ($ua->set_language("en"), "Set language to English");
21 ok ($ua->get_panel($panel), "Get panel");
22 is ($ua->{status}, 200, "200 OK");

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed