← Back to team overview

mahara-contributors team mailing list archive

[Bug 1252497] Re: editing a skin deletes the creation time from db

 

The fix needs to be forward-ported to 1.9.0

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

** Also affects: mahara/1.9
   Importance: High
     Assignee: Robert Lyon (robertl-9)
       Status: Fix Committed

** Also affects: mahara/1.8
   Importance: Undecided
       Status: New

** Changed in: mahara/1.8
    Milestone: None => 1.9.0

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

** Changed in: mahara/1.8
       Status: New => In Progress

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

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

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

Title:
  editing a skin deletes the creation time from db

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed

Bug description:
  To test:

  1) Create a new skin 
  2) Look at the database:
  > SELECT id, ctime, mtime FROM skin;

  you should see the new skin you made containing both ctime and mtime
  values (which should be the same)

  3) Edit skin
  4) Look at the database again:
  > SELECT id, ctime, mtime FROM skin;

  you should see the new skin you made only containing the new mtime,
  the ctime is not NULL

  this should be fixed soon as data is being lost

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


References