[gallery/gallery3] b672aa: Fix form in admin/languages view.
GitHub <noreply-9UaJU3cA/F/[email protected]> Fri, 10 May 2013 04:41:15 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <518cdcdba1fe0_a3e59bdd4987f8@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: b672aaa7944c889d38a789dee6d0e1b543e2b0a8
https://github.com/gallery/gallery3/commit/b672aaa7944c889d38a789dee6d0e1b543e2b0a8
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/views/admin/languages.html.php
Log Message:
-----------
Fix form in admin/languages view.
Commit: f70e36449358817265db7de3d1000237d0ab5bfc
https://github.com/gallery/gallery3/commit/f70e36449358817265db7de3d1000237d0ab5bfc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/views/gallery/user_languages_block.html.php
Log Message:
-----------
Fix form in gallery/user_languages/block view.
Commit: f07b3b11b924474d72eee310ddcf8975e117fbf3
https://github.com/gallery/gallery3/commit/f07b3b11b924474d72eee310ddcf8975e117fbf3
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/views/gallery/l10n_client.html.php
Log Message:
-----------
Fix form in gallery/l10n_client view.
Commit: 5cc065fe487f7a290ccc2ca47428946d8f5652cc
https://github.com/gallery/gallery3/commit/5cc065fe487f7a290ccc2ca47428946d8f5652cc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/L10nClient.php
Log Message:
-----------
Big revision of L10nClient class - tested and works!
- changed to use K3 sub-requests instead of our Remote class.
- pulled many API constants out into const declarations.
- added comments for functions.
- made zero external API changes.
Commit: e32163d1924283a7b941662e3b6eb289cb620ba8
https://github.com/gallery/gallery3/commit/e32163d1924283a7b941662e3b6eb289cb620ba8
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
R modules/gallery/classes/Gallery/Remote.php
R modules/gallery/classes/Remote.php
Log Message:
-----------
Remove our Remote class - K3's sub-requests have replaced this functionality.
Commit: c2285398f28b07a669e3a6786879114a91f7ce26
https://github.com/gallery/gallery3/commit/c2285398f28b07a669e3a6786879114a91f7ce26
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
Log Message:
-----------
Convert Controller_Admin_Languages share translations to Formo.
- streamlined routes and extra functions for share translations.
- added some comments.
- left main language selection form alone for now - works, but doesn't use Formo
Commit: dbd20a147216b0d0fd87bb6d24c3a5440e12272d
https://github.com/gallery/gallery3/commit/dbd20a147216b0d0fd87bb6d24c3a5440e12272d
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/formo/classes/Formo/Core/Formo.php
Log Message:
-----------
Update Formo - make remove_rule(), remove_rules_fields(), and callback() return $this.
Commit: a55d43c0eb0ae9b710b95af4f18fc3b6a0771fd1
https://github.com/gallery/gallery3/commit/a55d43c0eb0ae9b710b95af4f18fc3b6a0771fd1
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/tests/Akismet_Test.php
Log Message:
-----------
Revise Akismet since K3 now adds the charset to the header of POST requests.
- remove the line from Akismet class.
- revise the unit test to execute as needed to get the correct header.
- revise the unit test to use the Akismet-recommended test author.
- add important notice about test author :-)
Commit: 2cf78eb78013cf7ee19a30b25d7e31cb88fea654
https://github.com/gallery/gallery3/commit/2cf78eb78013cf7ee19a30b25d7e31cb88fea654
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/L10nClient.php
Log Message:
-----------
Convert Controller_L10nClient::_l10n_client_search_form() to Formo.
The form is fine, but the JS isn't working for the search... likely a result
of the jQuery upgrade.
Commit: d40fec136b896306434c6343575b72e3cb2fa8da
https://github.com/gallery/gallery3/commit/d40fec136b896306434c6343575b72e3cb2fa8da
Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/tests/Akismet_Test.php
M modules/formo/classes/Formo/Core/Formo.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/L10nClient.php
R modules/gallery/classes/Gallery/Remote.php
R modules/gallery/classes/Remote.php
M modules/gallery/views/admin/languages.html.php
M modules/gallery/views/gallery/l10n_client.html.php
M modules/gallery/views/gallery/user_languages_block.html.php
Log Message:
-----------
Merge pull request #361 from shadlaws/fixes_20130510
Fixes 20130510
Compare: https://github.com/gallery/gallery3/compare/78f656c4abe0...d40fec136b89
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
__[ g a l l e r y - c h e c k i n s ]_________________________
[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]