Sat, 11 Apr 2009 22:59:30 +0000 |
Sverre Rabbelier |
Lower ASCII fix
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 23:21:45 +0000 |
Sverre Rabbelier |
Explain better what a link_id should look like
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 23:18:39 +0000 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 22:36:45 +0000 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
Thu, 29 Jan 2009 09:33:50 +0000 |
Pawel Solyga |
Fix regexp for link id format validation. Link id needs to start with ASCII lowercase and not with digit, which caused User Profile view to crash.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 23:56:34 +0000 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 22:44:02 +0000 |
Pawel Solyga |
Remove inheritance from PolyModel in Answer and Linkable model. Replace PolyModel inheritance with base.ModelWithFieldAttributes.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 09:49:13 +0000 |
Todd Larsen |
Fix some broken help_text bubbles (they are truncated or not displayed if they
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 08:41:23 +0000 |
Todd Larsen |
Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 22:51:07 +0000 |
Pawel Solyga |
Small comment fix in Linkable model.
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 17:54:51 +0000 |
Todd Larsen |
id() is a built-in function in Python, so rename the property to link_id. Add
|
file |
diff |
annotate
|
Tue, 18 Nov 2008 03:28:47 +0000 |
Todd Larsen |
Derive Linkable Model class from PolyModel.
|
file |
diff |
annotate
|
Wed, 12 Nov 2008 07:28:12 +0000 |
Todd Larsen |
Copy the link_name regex patterns into linkable.py, in preparation for
|
file |
diff |
annotate
|
Mon, 10 Nov 2008 22:38:20 +0000 |
Pawel Solyga |
Fix typo in linkable model and add some missing comments.
|
file |
diff |
annotate
|
Mon, 10 Nov 2008 18:00:47 +0000 |
Todd Larsen |
Initial thoughts on a Linkable Model class. Please comment.
|
file |
diff |
annotate
|