[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-24 Thread Robert Lyon
** Changed in: mahara/18.04
   Status: Fix Committed => Fix Released

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  Fix Released
Status in Mahara 18.04 series:
  Fix Released
Status in Mahara 18.10 series:
  Fix Released

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-24 Thread Cecilia Vela Gurovic
** Changed in: mahara/18.10
   Status: Fix Committed => Fix Released

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  Fix Released
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Released

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-22 Thread Cecilia Vela Gurovic
** Changed in: mahara/18.04
   Status: Confirmed => Fix Committed

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-19 Thread Kristina Hoeppner
** Also affects: mahara/18.04
   Importance: Undecided
   Status: New

** Changed in: mahara/18.04
   Status: New => Confirmed

** Changed in: mahara/18.04
   Importance: Undecided => High

** Changed in: mahara/18.04
Milestone: None => 18.04.3

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Confirmed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-17 Thread Robert Lyon
** No longer affects: mahara/19.04

** Changed in: mahara/18.10
   Status: In Progress => Fix Committed

** Changed in: mahara/18.10
Milestone: 18.10rc2 => 18.10.0

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1797812] Re: Privacy statements in logged out page should show latest version

2018-10-16 Thread Robert Lyon
** Changed in: mahara/18.10
Milestone: 18.10.0 => 18.10rc2

-- 
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/1797812

Title:
  Privacy statements in logged out page should show latest version

Status in Mahara:
  In Progress
Status in Mahara 18.10 series:
  In Progress
Status in Mahara 19.04 series:
  New

Bug description:
  in logged out page for privacy statement (/legal.php) the latest
  privacy should be displayed.

  Instead we order by version title, that could any string, and show the
  first result. It can be seen in this query

  SELECT s.content
  FROM site_content_version s
  WHERE s.institution = 'mahara'
  AND s.type = 'privacy'
  ORDER BY s.version DESC
  LIMIT 1;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1797812/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp