2008-10-15 |
Pawel Solyga |
Add nameHomeSettings function to key_name module. Add HomeSettings logic.
|
changeset |
files
|
2008-10-15 |
Pawel Solyga |
Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Fix bug that caused Lookup user by User Account not to work properly. Basically wrong parameter to models.user.logic.getFromFields().
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Add deleted in r732 (don't know why) functionality that displays custom Error page when linkname in Developer User Profile url doesn't exist (/site/user/profile/<not_existing_linkname>).
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Add underscore in two word div class names in templates (nick_name, short_name, partial_path).
|
changeset |
files
|
2008-10-14 |
Todd Larsen |
Add is_featured boolean property to the Work model, so that Works can be
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Add missing blank lines, clean up the doc string and remove white spaces at the end of the lines in reflistprop.
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Move <div id='notice'> into notice block in base.html template. Change formatting of notice block to make it much easier to "parse" visually. This patch is based on comments to r722.
|
changeset |
files
|
2008-10-14 |
Todd Larsen |
Add a third-party ReferenceListProperty class. This is going to be used to
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Fix some defects for lookup user view. More information about the patch can be found under the link below.
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Load ../vendor/django into trunk/app/django.
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Fixed imports sorting based on comments for r751.
|
changeset |
files
|
2008-10-14 |
Pawel Solyga |
Some indentations fixes. Changed all the email=id function arguments to email=id.email().
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Some indentations fixes and ugettext_lazy() wrap up for DEF_DEV_LOGOUT_LOGIN_MSG_FMT in access.py.
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Rename soc/logic/models/settings.py to model site_settings.py and apply import name change to soc/views/site/home.py
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Fix typos in doc string in sponsor.py and settings.py
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Remove spaces between dict key name and colon. Fix some typos based on comments http://code.google.com/p/soc/source/detail?r=739.
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Add missing blank lines between imports and sort all of the imports.
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Add missing blank lines between imports in access.py module.
|
changeset |
files
|
2008-10-13 |
Pawel Solyga |
Rearrange imports in home.py so they apply to new discussed format (separate "from ..." and "import ..." blocks). Add Delete Document functionality.
|
changeset |
files
|
2008-10-13 |
Sverre Rabbelier |
Bugfixes to the latest revision
|
changeset |
files
|
2008-10-13 |
Sverre Rabbelier |
Added missing models/__init__.py and removed empty logic/model directory
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Dictionaries need String values for keys
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Removed now-obsolete code from model.py and __init__.py
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Made the existing code use the new soc.logic.models
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Added invididual model logic files
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Also removed helper directory
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Removed obsolete logic directories and added one for model
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Minor style and import fixes
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Missing changes to soc.views.helper.access
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Moved soc/logic/helper/access to soc/views/helper/access
|
changeset |
files
|
2008-10-12 |
Pawel Solyga |
Fix not working delete Sponsor functionality after recent commit. Add delete() method to Base class. Make soc.views.site.sponsor.delete() request handler use this method.
|
changeset |
files
|
2008-10-12 |
Pawel Solyga |
Fix not working isIdDeveloper() function after recent commit. There is still confusion within getFormFields method (email is not id), but this change doesn't address that problem.
|
changeset |
files
|
2008-10-12 |
Pawel Solyga |
Changed location of the svn command in svn_load_dirs.pl script from '/usr/bin/svn' to 'svn'. That makes the script more universal and it should work on Linux, Windows and Mac OS X if the svn is in the PATH.
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Refactor nearly all the soc.logic code to use the Base class
|
changeset |
files
|
2008-10-12 |
Sverre Rabbelier |
Replace almost all occurences of linkname with link_name
|
changeset |
files
|
2008-10-10 |
Pawel Solyga |
Load /Users/solydzajs/Downloads/google_appengine/ into
|
changeset |
files
|
2008-10-10 |
Pawel Solyga |
Add missing __init__.py to soc/logic/helper folder (Caused home page not to work).
|
changeset |
files
|
2008-10-09 |
Sverre Rabbelier |
Removed now-obsolete getAltResponse* methods from simple.py
|
changeset |
files
|
2008-10-09 |
Sverre Rabbelier |
Refactor existing code to use the new access module
|
changeset |
files
|
2008-10-09 |
Sverre Rabbelier |
Add an access control module
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Enable recently commited delete Sponsor request handler (added to map.py) and Delete button in Sponsor edit view. Still missing "Are you sure ?" question box.
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Create a submit_buttons blocks in all edit view templates and put submit buttons in separate html table (not as part of the fields table anymore).
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Create a submit_buttons block in group edit profile template so that submit buttons can be customized. Replace submit_message usage with new notice block (still work in progress in Lookup User views). Add customized edit profile template for Sponsor with delete button (not used yet, upcoming commit). Add delete Sponsor request handler.
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Add notification bar block in base.html template.
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Add #notice class declaration in soc.css for upcoming notification bar.
|
changeset |
files
|
2008-10-09 |
Pawel Solyga |
Update indexes in index.yaml file.
|
changeset |
files
|
2008-10-08 |
Pawel Solyga |
Fix typo in getSponsorFromLinkName (key_name variable name instead of sponsor_key_name). Add deleteSponsor function for deleting Sponsor entities from datastore.
|
changeset |
files
|
2008-10-05 |
Sverre Rabbelier |
Style fix, as requested by Todd to dict usage
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Call soc.logic.site.map.getDjangoUrlPatterns() to construct the urlpatterns
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Update soc/logic/site/sidebar.py to use parts of the "site map" in
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
A site layout ("site map") of the web application, including URL regular
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Url and Page classes used to encapsulate the "site map" information (URL
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
urllib.quote() is needed by the soc/logic/site/map.py work, so import it from
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Remove now-empty soc/views/helpers (everything has moved to soc/views/helper).
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Add create() wrapper views that simply call the existing edit() views, to
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Speed up average case by appending remainder of original choices list unchanged
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
Move helpers/html_menu.py to helper/html_menu.py, to clear out
|
changeset |
files
|
2008-10-04 |
Todd Larsen |
A specialized SortedDict used by soc/logic/site/page.py.
|
changeset |
files
|