Sat, 22 Nov 2008 20:54:42 +0000 Hide the 'home' field until we have a proper document selector
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 20:54:42 +0000] rev 564
Hide the 'home' field until we have a proper document selector Rather than having a confusing 'home' field that lists all Linkables (in other words, everything in the database), we're better off hiding it for now.
Sat, 22 Nov 2008 20:38:27 +0000 Fixed redirects to work consistently
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 20:38:27 +0000] rev 563
Fixed redirects to work consistently Revision 1133 broke 'Edit Site Settings' by relying on the fact that the url for create pages is '<entity>/create', which it is not for 'Edit Site Settings'.
Sat, 22 Nov 2008 20:10:43 +0000 Made Request use the new link_id and scope_path
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 20:10:43 +0000] rev 562
Made Request use the new link_id and scope_path This cleans a lot of weird user interface badness and demonstrates how Linkable can be used.
Sat, 22 Nov 2008 18:58:32 +0000 Added a requests overview using the new multi-list page.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 22 Nov 2008 18:58:32 +0000] rev 561
Added a requests overview using the new multi-list page. Renamed the roles page to Requests Overview. Patch by: Lennard de Rijk
Sat, 22 Nov 2008 18:22:36 +0000 Requests are almost working now
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 18:22:36 +0000] rev 560
Requests are almost working now You can accept a request by clicking on it in the roles view. Patch by: Sverre Rabbelier
Sat, 22 Nov 2008 18:16:42 +0000 Fix names of methods in soc.views.model.site.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 22 Nov 2008 18:16:42 +0000] rev 559
Fix names of methods in soc.views.model.site. Patch by: Pawel Solyga
Sat, 22 Nov 2008 18:15:58 +0000 Fix wrong comment format in request.py.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 22 Nov 2008 18:15:58 +0000] rev 558
Fix wrong comment format in request.py. Patch by: Pawel Solyga
Sat, 22 Nov 2008 18:12:00 +0000 Added missing import
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 22 Nov 2008 18:12:00 +0000] rev 557
Added missing import Patch by: Lennard de Rijk
Sat, 22 Nov 2008 15:11:59 +0000 Refactor requestSelf to be make use of the new split
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 15:11:59 +0000] rev 556
Refactor requestSelf to be make use of the new split Patch by: Sverre Rabbelier
Sat, 22 Nov 2008 14:53:23 +0000 Split the list view code up in three pieces
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 22 Nov 2008 14:53:23 +0000] rev 555
Split the list view code up in three pieces 1. getListContents which returns the required contents dictionary 2. _list which returns the response for a specified list of contents 3. list which constructs just one content dict and passes it to _list This way it is easier to do step 1 and 2 in other code than list(), which makes it possible to display multiple list pages (by calling getListContents multiple times and passing the result to _list).
(0) -300 -100 -10 +10 +100 +300 +1000 tip