mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #28205
[Bug 1476925] A change has been merged
Reviewed: https://reviews.mahara.org/5003
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/a8deec91f7cb7c9b53d7ffa9f16097d2bf11ba56
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit a8deec91f7cb7c9b53d7ffa9f16097d2bf11ba56
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date: Wed Jul 22 17:52:56 2015 +1200
Let get_string_ajax() work for logged-out users (Bug 1476925)
(behatnotneeded)
Change-Id: I0fb5a8cd2f35afbcfa86ed21560a72cf40112c72
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1476925
Title:
Make ajax get_string work for logged-out users
Status in Mahara:
Fix Committed
Bug description:
With Bug #1450995 We added a "get_string_ajax()" javascript method
which lets you load up Mahara language strings using Ajax, after the
page is done loading.
However, it only works for logged-in users. I think eventually this is
going to cause us some problems, because we're going to forget about
that limitation and use this method for some action which is also
accessible to logged-out users. So in the long run it's probably best
to make it work the same whether you're logged in or logged out.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1476925/+subscriptions
References