Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.53 KB | None | 0 0
  1. commit f89957752330d768dd1b4925a7ce03ff5a791973
  2. Author: Ruiwen Chua <ruiwen@thoughtmonkeys.com>
  3. Date:   Tue Oct 26 17:32:28 2010 +0800
  4.  
  5.     Adding permissions checking to submitted answers
  6.  
  7. commit cb87cb7fd2d870ebfdeaff692bb32b01fbd8b595
  8. Author: Ruiwen Chua <ruiwen@thoughtmonkeys.com>
  9. Date:   Tue Oct 26 17:14:34 2010 +0800
  10.  
  11.     Setting the 'created' field on answers only if they weren't alread set previously
  12.  
  13. commit bd74bdd9a8742c96652bfbc3c282d9a06421bab4
  14. Author: Ruiwen Chua <ruiwen@thoughtmonkeys.com>
  15. Date:   Tue Oct 26 17:13:39 2010 +0800
  16.  
  17.    Cruft clean up in the answer controller
  18.  
  19. commit 18a7a562ff5ff58c991179676df1196ce3bfe37f
  20. Author: Ruiwen Chua <ruiwen@thoughtmonkeys.com>
  21. Date:   Tue Oct 26 17:09:28 2010 +0800
  22.  
  23.    Creating unique group for each user upon creation and adding said user to it
  24.  
  25. commit 0520c00444f06a547c9147186bb2d6c9254662a7
  26. Author: Luther Goh <luther@ubuntu-sb.(none)>
  27. Date:   Tue Oct 26 00:45:56 2010 +0800
  28.  
  29.    Removed old markup/code generating comments. It is now loaded via ajax
  30.  
  31. commit 0d48c5530345932b2e1e8bd110a10681378c3c05
  32. Author: Luther Goh <luther@ubuntu-sb.(none)>
  33. Date:   Tue Oct 26 00:40:21 2010 +0800
  34.  
  35.    Renamed controllers related to CRUD similar to CRUD. Eg. replaced items() with read(). read() returns comments list specific to a question.
  36.  
  37. commit 3b52fd8ab1ea9cff3f2bba2b795d41ee7cbdcd49
  38. Author: Luther Goh <luther@ubuntu-sb.(none)>
  39. Date:   Tue Oct 26 00:26:32 2010 +0800
  40.  
  41.    Added view that shows comment records. This view will be ajax loaded when appropriately called.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement