AUTHORS
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 07 Aug 2009 01:27:24 +0200
changeset 2736 8f3935f0f4ba
parent 2529 3f2484621f1c
permissions -rw-r--r--
Argument store added to updateEntityProperties. This argument determines if an entity should be stored in the data model after its properties are updated. It may be useful, for example, along with tasks (Task Queue API). One may want to make some modifications to an entity during execution of a task, but the developer is sure that at least one new task, which also wants to modify the entity, will be queued, so he or she can just update the entity without saving the changes to the data model, set the entity in memcache and the following task (which is to be executed very shortly) is to retrive the current entity from the memcache (without any expensive calls to the actual data model).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
# Please sort this file in alphabetical order by last (given) name.
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
# Please only include one name per line.  If an (optional) email address is
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
# Lines beginning with # can be stripped from the file, as can blank lines.
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
1022
118896aebfd1 Added Haoyu Bai to the AUTHORS file
Sverre Rabbelier <srabbelier@gmail.com>
parents: 961
diff changeset
     6
"Haoyu Bai" <baihaoyu@gmail.com>
2307
81c128f487e6 Fix ordering of names in AUTHORS file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 2299
diff changeset
     7
"Madhusudan C.S" <madhusudancs@gmail.com>
2529
3f2484621f1c Added Daniel Diniz and Zachary Voase to the AUTHORS file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2307
diff changeset
     8
"Daniel Diniz" <ajaksu@gmail.com>
1251
106e1b6e7199 Add myself to authors since I was missing.
Augie Fackler <durin42@gmail.com>
parents: 1022
diff changeset
     9
"Augie Fackler" <durin42@gmail.com>
816
9d61cbc9d013 Added Mario Ferraro to the AUTHORS list.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 609
diff changeset
    10
"Mario Ferraro" <fadinlight@gmail.com>
2087
9bdfbf0ad03c Brown paper bag fix, sort by last name in AUTHORS
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2086
diff changeset
    11
"Dmitri Gaskin" <dmitrig01@gmail.com>
2299
b0e67a2eafff Add Marcelo to AUTHORS file and fix typo
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2163
diff changeset
    12
"Marcelo de Sena Lacerda" <marceloslacerda@gmail.com>
5
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
"Todd Larsen" <tlarsen@google.com>
261
76c8de298e98 Add Allen (Chen Lunpeng) to trunk/AUTHORS, due to his several recent patches.
Todd Larsen <tlarsen@google.com>
parents: 79
diff changeset
    14
"Chen Lunpeng" <forever.clp@gmail.com>
7
5c72db822ebb Initial revision of the user.py module, containing the User Model, from the
Todd Larsen <tlarsen@google.com>
parents: 5
diff changeset
    15
"Sverre Rabbelier" <sverre@rabbelier.nl>
609
45bc26f48090 Fixed AUTHORS to comply with the specified format
Lennard de Rijk <ljvderijk@gmail.com>
parents: 604
diff changeset
    16
"Lennard de Rijk" <ljvderijk@gmail.com>
2163
37e27f161ca4 Added Joel Sherrill to the AUTHORS file
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2104
diff changeset
    17
"Joel Sherrill" <joel.sherrill@gmail.com>
1251
106e1b6e7199 Add myself to authors since I was missing.
Augie Fackler <durin42@gmail.com>
parents: 1022
diff changeset
    18
"Pawel Solyga" <pawel.solyga@gmail.com>
2529
3f2484621f1c Added Daniel Diniz and Zachary Voase to the AUTHORS file.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2307
diff changeset
    19
"Zachary Voase" <disturbyte@googlemail.com>
2299
b0e67a2eafff Add Marcelo to AUTHORS file and fix typo
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2163
diff changeset
    20
"Matthew Wilkes" <matthew@matthewwilkes.co.uk>