Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:03:01 +0000] rev 1732
Add a no_pagination.html template
This template can be used to turn of pagination but still have the
blue 'bars' at the top and bottom show up.
Patch by: Sverre Rabbelier
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 08 Mar 2009 00:00:13 +0000] rev 1731
Add json2.js to repository under json folder, update build script and app.yaml.template files.
This is pretty useful set of functions for JSON manipulation in Javascript, we will mostly use stringify function. This code is on Public Domain license and comes from http://www.json.org/js.html.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 22:14:04 +0000] rev 1730
Important roles can now not resign if they are the last in their group.
Fixes Issue 288.
I've decided to do it outside of the logic because if the need arises to kick the last org admin out of a group we need the ability to do so.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:27:52 +0000] rev 1729
Have slots default to 0
Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com>