Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-128
+128
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Add nameHomeSettings function to key_name module. Add HomeSettings logic.
2008-10-15, by Pawel Solyga
Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
2008-10-15, by 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, by 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, by Pawel Solyga
Add underscore in two word div class names in templates (nick_name, short_name, partial_path).
2008-10-14, by Pawel Solyga
Add is_featured boolean property to the Work model, so that Works can be
2008-10-14, by Todd Larsen
Add missing blank lines, clean up the doc string and remove white spaces at the end of the lines in reflistprop.
2008-10-14, by 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, by Pawel Solyga
Add a third-party ReferenceListProperty class. This is going to be used to
2008-10-14, by Todd Larsen
Fix some defects for lookup user view. More information about the patch can be found under the link below.
2008-10-14, by 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, by Pawel Solyga
Load ../vendor/django into trunk/app/django.
2008-10-14, by Pawel Solyga
Fixed imports sorting based on comments for r751.
2008-10-14, by Pawel Solyga
Some indentations fixes. Changed all the email=id function arguments to email=id.email().
2008-10-14, by Pawel Solyga
Some indentations fixes and ugettext_lazy() wrap up for DEF_DEV_LOGOUT_LOGIN_MSG_FMT in access.py.
2008-10-13, by 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, by Pawel Solyga
Fix typos in doc string in sponsor.py and settings.py
2008-10-13, by 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, by Pawel Solyga
Add missing blank lines between imports and sort all of the imports.
2008-10-13, by Pawel Solyga
Add missing blank lines between imports in access.py module.
2008-10-13, by 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, by Pawel Solyga
Bugfixes to the latest revision
2008-10-13, by Sverre Rabbelier
Added missing models/__init__.py and removed empty logic/model directory
2008-10-13, by Sverre Rabbelier
Dictionaries need String values for keys
2008-10-12, by Sverre Rabbelier
Removed now-obsolete code from model.py and __init__.py
2008-10-12, by Sverre Rabbelier
Made the existing code use the new soc.logic.models
2008-10-12, by Sverre Rabbelier
Added invididual model logic files
2008-10-12, by Sverre Rabbelier
Also removed helper directory
2008-10-12, by Sverre Rabbelier
Removed obsolete logic directories and added one for model
2008-10-12, by Sverre Rabbelier
Minor style and import fixes
2008-10-12, by Sverre Rabbelier
Missing changes to soc.views.helper.access
2008-10-12, by Sverre Rabbelier
Moved soc/logic/helper/access to soc/views/helper/access
2008-10-12, by Sverre Rabbelier
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, by 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, by 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, by Pawel Solyga
Refactor nearly all the soc.logic code to use the Base class
2008-10-12, by Sverre Rabbelier
Replace almost all occurences of linkname with link_name
2008-10-12, by Sverre Rabbelier
Load /Users/solydzajs/Downloads/google_appengine/ into
2008-10-10, by Pawel Solyga
Add missing __init__.py to soc/logic/helper folder (Caused home page not to work).
2008-10-10, by Pawel Solyga
Removed now-obsolete getAltResponse* methods from simple.py
2008-10-09, by Sverre Rabbelier
Refactor existing code to use the new access module
2008-10-09, by Sverre Rabbelier
Add an access control module
2008-10-09, by Sverre Rabbelier
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, by 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, by 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, by Pawel Solyga
Add notification bar block in base.html template.
2008-10-09, by Pawel Solyga
Add #notice class declaration in soc.css for upcoming notification bar.
2008-10-09, by Pawel Solyga
Update indexes in index.yaml file.
2008-10-09, by 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-08, by Pawel Solyga
Style fix, as requested by Todd to dict usage
2008-10-05, by Sverre Rabbelier
Call soc.logic.site.map.getDjangoUrlPatterns() to construct the urlpatterns
2008-10-04, by Todd Larsen
Update soc/logic/site/sidebar.py to use parts of the "site map" in
2008-10-04, by Todd Larsen
A site layout ("site map") of the web application, including URL regular
2008-10-04, by Todd Larsen
Url and Page classes used to encapsulate the "site map" information (URL
2008-10-04, by Todd Larsen
urllib.quote() is needed by the soc/logic/site/map.py work, so import it from
2008-10-04, by Todd Larsen
Remove now-empty soc/views/helpers (everything has moved to soc/views/helper).
2008-10-04, by Todd Larsen
Add create() wrapper views that simply call the existing edit() views, to
2008-10-04, by Todd Larsen
Speed up average case by appending remainder of original choices list unchanged
2008-10-04, by Todd Larsen
Move helpers/html_menu.py to helper/html_menu.py, to clear out
2008-10-04, by Todd Larsen
A specialized SortedDict used by soc/logic/site/page.py.
2008-10-04, by Todd Larsen
Move helpers/forms_helpers.py to helper/forms.py.
2008-10-03, by Todd Larsen
Move helpers/templatetags to helper/templatetags.
2008-10-03, by Todd Larsen
Move helpers/response_helpers.py to helper/responses.py.
2008-10-03, by Todd Larsen
Replace helpers/custom_widgets.py with helper/widgets.py.
2008-10-03, by Todd Larsen
Move helpers/template_helpers.py to helper/templates.py.
2008-10-03, by Todd Larsen
Move helpers/request.py to helper/requests.py to avoid conflict with common
2008-10-03, by Todd Larsen
Move helpers/list.py to helper/lists.py to avoid conflict with built-in type
2008-10-03, by Todd Larsen
Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
2008-10-03, by Todd Larsen
Move soc/views/helpers/list_helpers.py to soc/views/helpers/list.py and change
2008-10-03, by Todd Larsen
List views should have a selectable pagination "page" length:
2008-10-03, by Todd Larsen
Change to imports to follow the style guide:
2008-10-03, by Todd Larsen
Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
2008-10-03, by Todd Larsen
Factor out an isIdAvailable() function from EditForm.clean_id() in
2008-10-02, by Todd Larsen
Add Allen (Chen Lunpeng) to trunk/AUTHORS, due to his several recent patches.
2008-10-02, by Todd Larsen
Fix typo in recent validate.py changes (r682).
2008-10-02, by Todd Larsen
Add basic Sponsors List, Create New Sponsor, Sponsor Public Profile views. Change all properties in Group model as required for now. Remaining TODO: write validation functions for Sponsor edit and create form fields that need additional validation (like address, phone number format).
2008-10-01, by Pawel Solyga
Add Sponsor logic functions.
2008-10-01, by Pawel Solyga
Add group templates that can be used by Sponsor, Organization, School, Club views. Right now only upcoming commit of Sponsor views is using it.
2008-10-01, by Pawel Solyga
Remove excluded field inheritance_line, since the User model does not inherit
2008-10-01, by Todd Larsen
Add colon at the of _readonly_field_as_table_row template tag label parameter. Replace hardcoded labels in User Public profile template with linkname_user.fields.<field_name>.label values.
2008-10-01, by Pawel Solyga
Fix missing blank line to follow PythonStyleGuide in model.py.
2008-10-01, by Pawel Solyga
Add links in sidebar for upcoming Sponsor views.
2008-10-01, by Pawel Solyga
Change key_name module usage to path_linkname module (fix to previous commit). Add comments about urls. Add Sponsor views urls for upcoming Sponsor views modules.
2008-10-01, by Pawel Solyga
Move path and link_name related functions and regex patterns to a new
2008-10-01, by Todd Larsen
Make form field components use a smaller font, without shrinking the font
2008-10-01, by Todd Larsen
Replace common module with validate module. Move validation function from feed module to validate module and remove feed.py. Correct any usage of validation functions from common and feed modules into validate module.
2008-10-01, by Pawel Solyga
Add missing blank line to follow PythonStyleGuide in document.py
2008-10-01, by Pawel Solyga
Fixed typo in DEF_CREATE_NEW_DOC_MSG.
2008-10-01, by Pawel Solyga
Shrink the sidebar menu separately from the main body text.
2008-10-01, by Todd Larsen
Moved isLinkNameFormatValid function out of id_user module to new common module. This function is going to be used by other form validation functions that require to validate linkname (different kind of Groups, Programs etc).
2008-10-01, by Pawel Solyga
Fixed models based on output from graph.py script and comments on
2008-10-01, by Pawel Solyga
Tool to graph the data model.
2008-10-01, by Tim Ansell
Some TODOs on access control that I didn't want to forget.
2008-10-01, by Todd Larsen
Matching just /docs created a very small namespace, since any other path parts
2008-10-01, by Todd Larsen
URL pattern changes that were missed by r671.
2008-10-01, by Todd Larsen
Some styles used by r671, the simplistic Document view.
2008-10-01, by Todd Larsen
A very simplistic Document viewer.
2008-10-01, by Todd Larsen
Implements a Site (Developer) generic Document editor form.
2008-10-01, by Todd Larsen
Changes to make breadcrumbs match page title. This is mostly to see how it
2008-10-01, by Todd Larsen
Start using "Site" instead of "Developer" in the UI.
2008-10-01, by Todd Larsen
Implement a Developer list view of all Documents.
2008-10-01, by Todd Larsen
Add missing all() __doc__ string comments: "Args:" and "Returns:" sections.
2008-10-01, by Todd Larsen
Fix some style guide issues: keyword arguments are supposed to always be
2008-10-01, by Todd Larsen
Directory for up-coming /site/docs/list and /site/docs/edit templates.
2008-10-01, by Todd Larsen
Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
2008-10-01, by Todd Larsen
Show link to /site/user/list on /site/user/lookup when User is not found.
2008-10-01, by Todd Larsen
Add placeholder for future (to-be-implemented) getPreferredListPagination()
2008-10-01, by Todd Larsen
Remove a TODO that should have been removed for r658.
2008-10-01, by Todd Larsen
Update some of the URL patterns to get their link_name parsing from the new
2008-10-01, by Todd Larsen
Add functions to soc/logic/document.py for dealing with partial_paths combined
2008-10-01, by Todd Larsen
Hide PolyModel inheritance_line bookkeeping property from the User Profile
2008-10-01, by Todd Larsen
Use the LINKNAME_PATTERN from its new home in key_name.py. Also, add some
2008-10-01, by Todd Larsen
Add lots of new functions to key_name.py, including path/link_name processing.
2008-10-01, by Todd Larsen
Add sidebar menu items for /site/docs/list and /site/docs/edit. They do not
2008-10-01, by Todd Larsen
Add partial_path property explicitly to the Work model.
2008-10-01, by Todd Larsen
Should have been part of the r650 commit.
2008-10-01, by Todd Larsen
Directory for upcoming /site/docs views.
2008-10-01, by Todd Larsen
Add "Last updated" footer to front page body text, using the modified Property
2008-09-30, by Todd Larsen
Change _readonly_field_as_table_row <td> tag class names to match those used in _field_as_table_row. That should actually go into previous commit.
2008-09-30, by Pawel Solyga
Clean up too long lines in profile.py. Add ReadOnlyInput widget to custom_widgets module, it can be used to display read-only form fields. Display read-only "Id" field in LookUp view if user has been found and in User Edit Developer view.
2008-09-30, by Pawel Solyga
Add polymodel folder to DEFAULT_APP_DIRS variable in make_release.sh script.
2008-09-30, by Pawel Solyga
Add key naming function for Sponsor, School, Organization, Club key_names.
2008-09-30, by Pawel Solyga
Add org ReferenceProperty to Administrator model (many:1 relationship associating Administrators with specific Organization). Update Organization model __doc__ string with information about the back-reference 'admins'.
2008-09-30, by Pawel Solyga
Made mce_settings class variable in TinyMCE widget a copy of default settings instead of reference.
2008-09-30, by Pawel Solyga
Replaced context.update call to simple value assignment in site.user.profile.create view function.
2008-09-30, by Pawel Solyga
Load ../../google_appengine/ into trunk/thirdparty/google_appengine.
2008-09-29, by Todd Larsen
Take advantage of the Model inheritance provided by polymodel.PolyModel to
2008-09-29, by Todd Larsen
Take advantage of the Model inheritance provided by polymodel.PolyModel to
2008-09-29, by Todd Larsen
less
more
|
(0)
-128
+128
+1000
tip