Thu, 20 Nov 2008 23:34:26 +0000 Delete some more not needed directories this time in soc/logic and soc/templates.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 20 Nov 2008 23:34:26 +0000] rev 527
Delete some more not needed directories this time in soc/logic and soc/templates. Patch by: Pawel Solyga
Thu, 20 Nov 2008 23:31:44 +0000 Remove not needed directories in soc/views.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 20 Nov 2008 23:31:44 +0000] rev 526
Remove not needed directories in soc/views. Patch by: Pawel Solyga
Thu, 20 Nov 2008 23:07:38 +0000 Created a checkIsInvited method
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 23:07:38 +0000] rev 525
Created a checkIsInvited method Patch by: Sverre Rabbelier
Thu, 20 Nov 2008 22:51:07 +0000 Small comment fix in Linkable model.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 20 Nov 2008 22:51:07 +0000] rev 524
Small comment fix in Linkable model. Patch by: Pawel Solyga
Thu, 20 Nov 2008 22:44:22 +0000 Removed one more unneccesary module
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 22:44:22 +0000] rev 523
Removed one more unneccesary module Last commit reminded me that this one is obsolete too.
Thu, 20 Nov 2008 22:33:18 +0000 OK, this one file was missing from r1061 for some reason.
Todd Larsen <tlarsen@google.com> [Thu, 20 Nov 2008 22:33:18 +0000] rev 522
OK, this one file was missing from r1061 for some reason. Patch by: Todd Larsen
Thu, 20 Nov 2008 21:57:25 +0000 Minor improvements to roles page
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 21:57:25 +0000] rev 521
Minor improvements to roles page Mainly not hard-coding the page name and showing all requests that are _accepted_, instead of the one's that aren't yet.
Thu, 20 Nov 2008 21:18:19 +0000 Split a too long line
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 21:18:19 +0000] rev 520
Split a too long line
Thu, 20 Nov 2008 21:14:37 +0000 Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 20 Nov 2008 21:14:37 +0000] rev 519
Adds the user's role page. Currently this only has an overview of the user's unhandled requests. Patch by: Lennard de Rijk
Thu, 20 Nov 2008 21:08:07 +0000 Changes the list template to use an instruction_text property that sets the text above the list. This makes the create_invite template unneeded. The instruction_text comes in handy when defining special lists.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 20 Nov 2008 21:08:07 +0000] rev 518
Changes the list template to use an instruction_text property that sets the text above the list. This makes the create_invite template unneeded. The instruction_text comes in handy when defining special lists. Patch by: Lennard de Rijk
Thu, 20 Nov 2008 21:06:21 +0000 Deleted unused files and files
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 21:06:21 +0000] rev 517
Deleted unused files and files
Thu, 20 Nov 2008 21:01:18 +0000 The list method in models/base.py can now use a filter to make a selection of entities to show.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 20 Nov 2008 21:01:18 +0000] rev 516
The list method in models/base.py can now use a filter to make a selection of entities to show. Patch by: Lennard de Rijk
Thu, 20 Nov 2008 20:59:10 +0000 Moved the last remnant of soc.views.user.profile to soc.views.models
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 20:59:10 +0000] rev 515
Moved the last remnant of soc.views.user.profile to soc.views.models Sadly, it is non-trivial to port this code to be generic enough to work with soc.views.models.base.edit. On the other hand, this will make customizing the editSelf code a lot easier.
Thu, 20 Nov 2008 20:58:46 +0000 Move saved message to the base class
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 20:58:46 +0000] rev 514
Move saved message to the base class This removes some duplicate code that was in all the child classes of soc.views.models.base.View.
Thu, 20 Nov 2008 19:43:31 +0000 Rename partial_path to scope_path, ignoring case, etc.
Todd Larsen <tlarsen@google.com> [Thu, 20 Nov 2008 19:43:31 +0000] rev 513
Rename partial_path to scope_path, ignoring case, etc. (Similar to the recent link_name => link_id change). Also, fix two missed "Linkname" column headers in some templates. Patch by: Todd Larsen
Thu, 20 Nov 2008 18:50:30 +0000 Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Todd Larsen <tlarsen@google.com> [Thu, 20 Nov 2008 18:50:30 +0000] rev 512
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME becomes LINK_ID, "link name" becomes "link id", etc.). Also, rename LINKNAME to LINK_ID. Patch by: Todd Larsen
Thu, 20 Nov 2008 18:06:43 +0000 Ignore "dot" directories like .hg and .svn by default.
Todd Larsen <tlarsen@google.com> [Thu, 20 Nov 2008 18:06:43 +0000] rev 511
Ignore "dot" directories like .hg and .svn by default. Patch by: Todd Larsen
Thu, 20 Nov 2008 17:54:51 +0000 id() is a built-in function in Python, so rename the property to link_id. Add
Todd Larsen <tlarsen@google.com> [Thu, 20 Nov 2008 17:54:51 +0000] rev 510
id() is a built-in function in Python, so rename the property to link_id. Add a scope_path StringProperty to cache the string representation of the transitive closure of the nested scopes of an entity. Patch by: Todd Larsen
Thu, 20 Nov 2008 16:07:40 +0000 Adds the rights['edit'] to models/base.py wich was left out in r1049.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 20 Nov 2008 16:07:40 +0000] rev 509
Adds the rights['edit'] to models/base.py wich was left out in r1049. Fixes two small typos in the comments in logic/mail_dispatcher.py
Thu, 20 Nov 2008 15:41:31 +0000 Add a access.deny and access.allow method
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 15:41:31 +0000] rev 508
Add a access.deny and access.allow method Respectively always deny, and always allow access to view a part of the site.
Thu, 20 Nov 2008 15:41:14 +0000 Fold the _rights dictionary into params
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 20 Nov 2008 15:41:14 +0000] rev 507
Fold the _rights dictionary into params
Wed, 19 Nov 2008 21:05:31 +0000 Fix bug where script fails when it encounters a socket (which is not a regular
Todd Larsen <tlarsen@google.com> [Wed, 19 Nov 2008 21:05:31 +0000] rev 506
Fix bug where script fails when it encounters a socket (which is not a regular file). Fix bug where exception is raised if error occurred before parser object was returned from _buildParser(). Add a --notext option, so that just the file paths will be output on matches (both find and find/replace); useful with xargs. Patch by: Todd Larsen
Wed, 19 Nov 2008 08:39:29 +0000 Fix user key stuff
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 19 Nov 2008 08:39:29 +0000] rev 505
Fix user key stuff Key field for user is now link_name, instead of account, as such the method's used by 'create new user' should be updated.
Tue, 18 Nov 2008 21:17:53 +0000 Fix not working request creation.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 18 Nov 2008 21:17:53 +0000] rev 504
Fix not working request creation. Patch by: Pawel Solyga
Tue, 18 Nov 2008 03:28:47 +0000 Derive Linkable Model class from PolyModel.
Todd Larsen <tlarsen@google.com> [Tue, 18 Nov 2008 03:28:47 +0000] rev 503
Derive Linkable Model class from PolyModel. Patch by: Todd Larsen
Mon, 17 Nov 2008 22:21:02 +0000 Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 17 Nov 2008 22:21:02 +0000] rev 502
Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes. Patch by: Pawel Solyga
Mon, 17 Nov 2008 22:12:34 +0000 Fix not working feed display for home settings public view. Modify blog javascript so that we can define how many feed entries we want to display. Change default number of entries to 3 as suggested by Leslie and Chris.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 17 Nov 2008 22:12:34 +0000] rev 501
Fix not working feed display for home settings public view. Modify blog javascript so that we can define how many feed entries we want to display. Change default number of entries to 3 as suggested by Leslie and Chris. Patch by: Pawel Solyga
Mon, 17 Nov 2008 12:18:09 +0000 Replace old page parameter doc string description with new one for page_name.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 17 Nov 2008 12:18:09 +0000] rev 500
Replace old page parameter doc string description with new one for page_name. Patch by: Pawel Solyga
Mon, 17 Nov 2008 10:36:35 +0000 Fix missing dots in doc strings and some other doc string corrections.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 17 Nov 2008 10:36:35 +0000] rev 499
Fix missing dots in doc strings and some other doc string corrections. Patch by: Pawel Solyga
Mon, 17 Nov 2008 10:34:21 +0000 Remove empty docs folder in soc/views.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 17 Nov 2008 10:34:21 +0000] rev 498
Remove empty docs folder in soc/views. Patch by: Pawel Solyga
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip