2008-10-15 Pawel Solyga Add nameHomeSettings function to key_name module. Add HomeSettings logic.
2008-10-15 Pawel Solyga Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
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().
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>).
2008-10-14 Pawel Solyga Add underscore in two word div class names in templates (nick_name, short_name, partial_path).
2008-10-14 Todd Larsen Add is_featured boolean property to the Work model, so that Works can be
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.
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.
2008-10-14 Todd Larsen Add a third-party ReferenceListProperty class. This is going to be used to
2008-10-14 Pawel Solyga Fix some defects for lookup user view. More information about the patch can be found under the link below.
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).
2008-10-14 Pawel Solyga Load ../vendor/django into trunk/app/django.
2008-10-14 Pawel Solyga Fixed imports sorting based on comments for r751.
2008-10-14 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
2008-10-13 Pawel Solyga Some indentations fixes and ugettext_lazy() wrap up for DEF_DEV_LOGOUT_LOGIN_MSG_FMT in access.py.
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
2008-10-13 Pawel Solyga Fix typos in doc string in sponsor.py and settings.py
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.
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-13 Pawel Solyga Add missing blank lines between imports in access.py module.
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.
2008-10-13 Sverre Rabbelier Bugfixes to the latest revision
2008-10-13 Sverre Rabbelier Added missing models/__init__.py and removed empty logic/model directory
2008-10-12 Sverre Rabbelier Dictionaries need String values for keys
2008-10-12 Sverre Rabbelier Removed now-obsolete code from model.py and __init__.py
2008-10-12 Sverre Rabbelier Made the existing code use the new soc.logic.models
2008-10-12 Sverre Rabbelier Added invididual model logic files
2008-10-12 Sverre Rabbelier Also removed helper directory
2008-10-12 Sverre Rabbelier Removed obsolete logic directories and added one for model
2008-10-12 Sverre Rabbelier Minor style and import fixes
2008-10-12 Sverre Rabbelier Missing changes to soc.views.helper.access
2008-10-12 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
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.
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.
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.
2008-10-12 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
2008-10-12 Sverre Rabbelier Replace almost all occurences of linkname with link_name
2008-10-10 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine/ into
2008-10-10 Pawel Solyga Add missing __init__.py to soc/logic/helper folder (Caused home page not to work).
2008-10-09 Sverre Rabbelier Removed now-obsolete getAltResponse* methods from simple.py
2008-10-09 Sverre Rabbelier Refactor existing code to use the new access module
2008-10-09 Sverre Rabbelier Add an access control module
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.
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).
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.
2008-10-09 Pawel Solyga Add notification bar block in base.html template.
2008-10-09 Pawel Solyga Add #notice class declaration in soc.css for upcoming notification bar.
2008-10-09 Pawel Solyga Update indexes in index.yaml file.
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.
2008-10-05 Sverre Rabbelier Style fix, as requested by Todd to dict usage
2008-10-04 Todd Larsen Call soc.logic.site.map.getDjangoUrlPatterns() to construct the urlpatterns
2008-10-04 Todd Larsen Update soc/logic/site/sidebar.py to use parts of the "site map" in
2008-10-04 Todd Larsen A site layout ("site map") of the web application, including URL regular
2008-10-04 Todd Larsen Url and Page classes used to encapsulate the "site map" information (URL
2008-10-04 Todd Larsen urllib.quote() is needed by the soc/logic/site/map.py work, so import it from
2008-10-04 Todd Larsen Remove now-empty soc/views/helpers (everything has moved to soc/views/helper).
2008-10-04 Todd Larsen Add create() wrapper views that simply call the existing edit() views, to
2008-10-04 Todd Larsen Speed up average case by appending remainder of original choices list unchanged
2008-10-04 Todd Larsen Move helpers/html_menu.py to helper/html_menu.py, to clear out
2008-10-04 Todd Larsen A specialized SortedDict used by soc/logic/site/page.py.
(0) -300 -100 -60 +60 +100 +300 +1000 tip