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
(0) -300 -100 -10 +10 +100 +300 +1000 tip