2008-11-21 |
Todd Larsen |
Refactor classes in soc/logic/models to make more use of inheritance. Add
|
changeset |
files
|
2008-11-21 |
Todd Larsen |
Replace HomeSettings with Presence Model class. Replace SiteSettings with
|
changeset |
files
|
2008-11-21 |
Todd Larsen |
Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
|
changeset |
files
|
2008-11-21 |
Lennard de Rijk |
Removed unnecesary lines according to comment on r1067
|
changeset |
files
|
2008-11-21 |
Todd Larsen |
Make editSelf() work by adding 'inheritance_line' to the list of excluded
|
changeset |
files
|
2008-11-21 |
Todd Larsen |
Remove imports of the soc.logic.key_name module, since it was deleted by r1071
|
changeset |
files
|
2008-11-21 |
Todd Larsen |
Replace nick_name and its variants with public_name. Remove the
|
changeset |
files
|
2008-11-20 |
Pawel Solyga |
Some indention and too long lines fixes in soc.views.models.
|
changeset |
files
|
2008-11-20 |
Pawel Solyga |
Delete some more not needed directories this time in soc/logic and soc/templates.
|
changeset |
files
|
2008-11-20 |
Pawel Solyga |
Remove not needed directories in soc/views.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Created a checkIsInvited method
|
changeset |
files
|
2008-11-20 |
Pawel Solyga |
Small comment fix in Linkable model.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Removed one more unneccesary module
|
changeset |
files
|
2008-11-20 |
Todd Larsen |
OK, this one file was missing from r1061 for some reason.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Minor improvements to roles page
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Split a too long line
|
changeset |
files
|
2008-11-20 |
Lennard de Rijk |
Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
|
changeset |
files
|
2008-11-20 |
Lennard de Rijk |
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.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Deleted unused files and files
|
changeset |
files
|
2008-11-20 |
Lennard de Rijk |
The list method in models/base.py can now use a filter to make a selection of entities to show.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Moved the last remnant of soc.views.user.profile to soc.views.models
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Move saved message to the base class
|
changeset |
files
|
2008-11-20 |
Todd Larsen |
Rename partial_path to scope_path, ignoring case, etc.
|
changeset |
files
|
2008-11-20 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
changeset |
files
|
2008-11-20 |
Todd Larsen |
Ignore "dot" directories like .hg and .svn by default.
|
changeset |
files
|
2008-11-20 |
Todd Larsen |
id() is a built-in function in Python, so rename the property to link_id. Add
|
changeset |
files
|
2008-11-20 |
Lennard de Rijk |
Adds the rights['edit'] to models/base.py wich was left out in r1049.
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Add a access.deny and access.allow method
|
changeset |
files
|
2008-11-20 |
Sverre Rabbelier |
Fold the _rights dictionary into params
|
changeset |
files
|
2008-11-19 |
Todd Larsen |
Fix bug where script fails when it encounters a socket (which is not a regular
|
changeset |
files
|
2008-11-19 |
Sverre Rabbelier |
Fix user key stuff
|
changeset |
files
|
2008-11-18 |
Pawel Solyga |
Fix not working request creation.
|
changeset |
files
|
2008-11-18 |
Todd Larsen |
Derive Linkable Model class from PolyModel.
|
changeset |
files
|
2008-11-17 |
Pawel Solyga |
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.
|
changeset |
files
|
2008-11-17 |
Pawel Solyga |
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.
|
changeset |
files
|
2008-11-17 |
Pawel Solyga |
Replace old page parameter doc string description with new one for page_name.
|
changeset |
files
|
2008-11-17 |
Pawel Solyga |
Fix missing dots in doc strings and some other doc string corrections.
|
changeset |
files
|
2008-11-17 |
Pawel Solyga |
Remove empty docs folder in soc/views.
|
changeset |
files
|
2008-11-17 |
Sverre Rabbelier |
Added a default _editSeed method
|
changeset |
files
|
2008-11-17 |
Sverre Rabbelier |
Temporary fix for creating a new user account
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Added basic 'invite' functionality
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Refactored SiteMap to be generic
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Refactor the sidebar to use Django templates
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Fixed redirection after creation to Just Work
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Improved public page link text
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Allow pre-seeding a create form
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Fixed typo in soc.views.models.host redirects
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Restored default Sponsor edit view
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Fixed a typo in soc.logic.models.base
|
changeset |
files
|
2008-11-16 |
Sverre Rabbelier |
Added a filter method to dicts
|
changeset |
files
|
2008-11-16 |
Pawel Solyga |
Change id to account in base.html template (without this change we couldn't signout using top right links and also couldn't display currently logged in account information on the left side of links). This patch is related to commit in revision r1022.
|
changeset |
files
|
2008-11-16 |
Pawel Solyga |
Add an e-mail dispatcher that can be used to send messages via the website. Add base and invitation templates that can be used with email dispatcher to send invitation emails. Please read the module doc string for more information how to use it.
|
changeset |
files
|
2008-11-15 |
Pawel Solyga |
Fix broken User link_name validations. Changes in r1014 still caused some problems so I came out with new idea to compare User accounts (previously called "id").
|
changeset |
files
|
2008-11-15 |
Sverre Rabbelier |
Factor out direct use of the page object
|
changeset |
files
|
2008-11-15 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
changeset |
files
|
2008-11-14 |
Todd Larsen |
For those times when sed isn't enough, but awk is too much, there's munge.py...
|
changeset |
files
|
2008-11-13 |
Pawel Solyga |
Make sure the user edit form has the complete mail adress in the user account field when opened. Replace confusing id field in form with email field. Editing the email adress of an existing user will still result in an error but that should be fixed soon.
|
changeset |
files
|
2008-11-13 |
Todd Larsen |
upload.py (customized for use with codereviews.googleopensourceprograms.com)
|
changeset |
files
|
2008-11-13 |
Sverre Rabbelier |
Moved from docs -> document
|
changeset |
files
|
2008-11-12 |
Sverre Rabbelier |
Fixed typo in docstring
|
changeset |
files
|
2008-11-12 |
Todd Larsen |
Copy the link_name regex patterns into linkable.py, in preparation for
|
changeset |
files
|
2008-11-11 |
Pawel Solyga |
Move all the properties from Person model to Role model. Update all the comments and docs according to the changes. Remove Person model.
|
changeset |
files
|
2008-11-11 |
Pawel Solyga |
Fix broken User link name (it was possible to change link name to one that was already used, validation was not working correctly).
|
changeset |
files
|
2008-11-11 |
Pawel Solyga |
Move "(required)" text to third column instead of second column in templatetags, it's much more user friendly that way. Add new version of as_table that support our current error messages format, information about required fields and tooltips.
|
changeset |
files
|