2009-02-14 Sverre Rabbelier Allow documents to be filtered by prefix and scope
2009-02-14 Sverre Rabbelier Developers have all roles
2009-02-14 Sverre Rabbelier Organization prefix was renamed to 'org'
2009-02-14 Sverre Rabbelier Force-check the 'agreed to admin agreement' field if applicable
2009-02-14 Sverre Rabbelier Fix a bug in group_app
2009-02-14 Sverre Rabbelier Add cleaning methods for document ACL
2009-02-14 Sverre Rabbelier Make document ACL's a constant
2009-02-14 Sverre Rabbelier Fix a bug if you have no roles at all
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-02-13 Sverre Rabbelier Fix ToS link
2009-02-13 Sverre Rabbelier Do access checks on the pick url for documents
2009-02-13 Sverre Rabbelier Convert the QueryDict to a regular dictionary
2009-02-13 Sverre Rabbelier Add prefix filtering and refactored program field generation
2009-02-13 Sverre Rabbelier We generate the select url ourselves, so it's safe
2009-02-13 Sverre Rabbelier Added a filter_fields parameter to the ReferenceField widget
2009-02-13 Sverre Rabbelier Factor out the hasMembership method from checkMembership
2009-02-13 Sverre Rabbelier Add a getMemberships method to logic/rights.py
2009-02-13 Sverre Rabbelier Fixes as requested by Leslie on behalf of the Legal team
2009-02-13 Lennard de Rijk Added number of applications and their type to the bulkaccept JSON object.
2009-02-13 Lennard de Rijk Implemented the 2nd part of bulk acceptance.
2009-02-13 Lennard de Rijk Document prefix in params now defaults to url_name.
2009-02-13 Lennard de Rijk Added bulk_accept view which returns a JSON object.
2009-02-13 Lennard de Rijk Only a club admin should see resign as club admin in the sidebar.
2009-02-12 Lennard de Rijk Fixed a bug in club and org logic.
2009-02-12 Lennard de Rijk Fixed a bug in group_app templates.
2009-02-12 Lennard de Rijk Brown Paper Bag Fix: L2R Appspot error logs.
2009-02-12 Lennard de Rijk Fixed a bug in group_app view.
2009-02-12 Lennard de Rijk Returning None instead of the empty to fix a bug on melange-demo instance.
2009-02-12 Lennard de Rijk Added check_field_is_empty decorator to cleaning.py.
2009-02-12 Lennard de Rijk Org App review page now shows accept and pre-accept button.
2009-02-12 Lennard de Rijk Fixed comment and typo in cleaning.py.
2009-02-12 Sverre Rabbelier Add ToS agreement to mentor application related forms.
2009-02-12 Sverre Rabbelier Add ToS agreement to org_admin application related forms.
2009-02-12 Sverre Rabbelier Do not attempt to render a field if it is disabled
2009-02-12 Sverre Rabbelier Program requires the filter to be set to __scoped__
2009-02-12 Sverre Rabbelier Disable clubs for now
2009-02-12 Pawel Solyga App Engine 1.1.9 update breaks django 1.0. Monkey patch django to only check for SVN revision number when not running using dev_appserver. On deployed version this doesn't apply since we use django from zipped file.
2009-02-12 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine into
2009-02-12 Sverre Rabbelier Removed unused argument in program.py
2009-02-12 Sverre Rabbelier Initial implementation of a ToS requirement in org_app
2009-02-12 Sverre Rabbelier Added an AgreementField widget
2009-02-11 Sverre Rabbelier Rename TinyMCE to FullTinyMCE and add TinyMCE widget
2009-02-11 Sverre Rabbelier Use the newly added __scoped__ and references for program's ToSes
2009-02-11 Sverre Rabbelier Added an agreed_to_admin_agreement property
2009-02-11 Sverre Rabbelier Add '__scoped__' as a special filter
2009-02-11 Sverre Rabbelier Fields are always safe, as we generate them ourselves
2009-02-11 Sverre Rabbelier Add an _editContext hook
2009-02-11 Sverre Rabbelier Resolve references if they are specified
2009-02-11 Sverre Rabbelier Make it possible to put fields at the end of the form
2009-02-11 Lennard de Rijk Changed the access checks for organization.
2009-02-11 Lennard de Rijk Added allowsidebar to checkIsDocumentReadable.
2009-02-11 Lennard de Rijk Added organization entity sidebar entries.
2009-02-11 Lennard de Rijk Fixed a bug in access.py that made it impossible to show featured documents in the sidebar.
2009-02-11 Lennard de Rijk Changed document to also filter on the prefix when getting the documents for a scope.
2009-02-11 Lennard de Rijk Fixed a typo in org_admin model.
2009-02-10 Lennard de Rijk Added Agreement properties to Program Model.
2009-02-09 Pawel Solyga Reset the RELEASE_TAG to None (unreleased) now that the 0.2-20090209 release candidate branch has been created.
2009-02-09 Pawel Solyga Set RELEASE_TAG to 0.2-20090209rc for release candidate.
2009-02-09 Lennard de Rijk Added a button to list all your org applications to a speficic program menu.
2009-02-08 Lennard de Rijk Put the tos extra_dynaexclude in presence_with_tos.py where it belongs.
2009-02-08 Lennard de Rijk Redone the listing in group_app.py.
2009-02-08 Lennard de Rijk Added new redirect for the new list views for group_app's.
2009-02-08 Sverre Rabbelier Fix bug in group_app
2009-02-08 Sverre Rabbelier Temp bug fix
2009-02-08 Augie Fackler Add myself to authors since I was missing.
2009-02-07 Sverre Rabbelier Fixed access checkers for orgs
2009-02-07 Sverre Rabbelier Remove unneeded stylesheet and js and fix notification area
2009-02-07 Sverre Rabbelier Rename checkHasActiveRole to checkHasActiveRoleForScope
2009-02-07 Sverre Rabbelier If there is no user account, don't show New Document link under Site
2009-02-07 Lennard de Rijk Fixing r1855 that was bugged by Tortoise ^_^.
2009-02-07 Sverre Rabbelier Fixed broken autocomplete due to wrongly named file
2009-02-07 Lennard de Rijk Should be part of r1855.
2009-02-07 Sverre Rabbelier Use short_name for the header title in a presence's home page
2009-02-07 Sverre Rabbelier Handle GAE account normalization
2009-02-07 Sverre Rabbelier Pimp TinyMCE widget.
2009-02-07 Sverre Rabbelier Always return a site singleton and fix Edit Site Settings
2009-02-07 Sverre Rabbelier Stylefixes in access.py and removal of self.deny calls
2009-02-07 Lennard de Rijk Added scoped group_app listing.
2009-02-07 Lennard de Rijk Added missing comment in access.py and removed excessive whitespace.
2009-02-07 Todd Larsen Hide all *.pyc files in trunk/.
2009-02-07 Todd Larsen Name .js and .css files more consistently with those previously present.
2009-02-07 Todd Larsen Add image that appears to be missing from the original thickbox patches.
2009-02-07 Todd Larsen Hide *.pyc files in trunk/ from 'svn status' output.
2009-02-06 Lennard de Rijk Added pre-accpeted status to group_app.
2009-02-06 Lennard de Rijk Added some help_text and clarifications to org_app model fields.
2009-02-05 Sverre Rabbelier Cleanup in org_app and replace ReferenceProperty with LinkProperty
2009-02-05 Sverre Rabbelier Refactored the picker so that it is more generic
2009-02-05 Sverre Rabbelier Added a ReferenceField widget
2009-02-05 Sverre Rabbelier Make picker work generically
2009-02-05 Sverre Rabbelier Fix broken document access checks
2009-02-05 Lennard de Rijk Org applications can now only be made by a user when a program allows it.
2009-02-05 Lennard de Rijk Added a new redirect for apply accesstype.
2009-02-05 Lennard de Rijk Added new access checks to deal with timeline for programs.
2009-02-05 Lennard de Rijk Updated docstrings and used keyfields where necessary in soc/logic/models/base.py
2009-02-05 Pawel Solyga Remove extra whitespaces in soc.views.models.organization module.
2009-02-05 Pawel Solyga Add missing blank line to soc.logic.helper.timeline module.
2009-02-05 Pawel Solyga Fix import sorting in soc.views.models.sponsor module.
2009-02-05 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
2009-02-05 Lennard de Rijk Reverted r1819 and making an application will now reserve the link_id indefinitely.
2009-02-04 Sverre Rabbelier Make the ToS text in-line and hook up thick-box in the help-text.
2009-02-04 Sverre Rabbelier Hook up the new jquery plugins in base.html and _as_table_row.html
2009-02-04 Sverre Rabbelier Include the field_id in the context of _as_table_helper
2009-02-04 Sverre Rabbelier Make toDict "dereference" the 'name' property if it is present
2009-02-04 Sverre Rabbelier Added jquery thickbox, ajaxQueue, autocomplete and bgiframe
2009-02-04 Lennard de Rijk Now calling block.super in timeline/edit.html template.
2009-02-04 Lennard de Rijk Added timezone clarification to the timeline edit form.
2009-02-04 Lennard de Rijk Specific program menu's now show a "Apply to become an Organization" entry when the program's timeline states that it's open.
2009-02-04 Lennard de Rijk Added new helper module for timelines.
2009-02-04 Lennard de Rijk Added missing table header for org_apps.
2009-02-03 Lennard de Rijk Refactored the application review template into group_app.
2009-02-03 Lennard de Rijk Added validate_new_group to cleaning and removed clean_new_club_link_id.
2009-02-03 Lennard de Rijk Fixed an error in group_app view that didnt let you create a new application.
2009-02-03 Lennard de Rijk Renamed checkHasRole to checkHasActiveRole.
2009-02-03 Lennard de Rijk Added removal of an existing group application when someone else is applying.
2009-02-03 Lennard de Rijk Added checkCanReviewGroupApp to acces.py.
2009-02-03 Lennard de Rijk Added checkCanEditGroupApp to access.py.
2009-02-03 Lennard de Rijk Fixed whitespace in /soc/models/group_app.py
2009-02-03 Lennard de Rijk Added some extra isUser checks to make sure that you have to accept the ToS before you can do anything concerning requests.
2009-02-03 Lennard de Rijk Fixes a bug where notifications can't be deleted.
2009-02-03 Lennard de Rijk Only do the update routine when the status changes for group_app's and role requests.
2009-02-03 Lennard de Rijk Fixed a bug where a GMAP error message would be displayed when the form was not valid.
2009-02-02 Todd Larsen The simplejson in Django is now used, so do not create a symlink in build.sh.
2009-02-02 Lennard de Rijk Fixed a typo in getForCurrentAccount comment.
2009-02-02 Lennard de Rijk Adds the possibility to exclude the user from the website.
2009-02-02 Lennard de Rijk Fixed default value for write_access in Document model.
2009-02-02 Lennard de Rijk Probably fixed a bug on the live instance.
2009-02-02 Sverre Rabbelier More access related fixes
2009-02-02 Pawel Solyga Reset the RELEASE_TAG to None (unreleased) now that the 0.2-20090202 release
2009-02-02 Pawel Solyga Set RELEASE_TAG to 0.2-20090202rc for release candidate 02/02/2009.
2009-02-02 Lennard de Rijk Fixed EOL errors.
2009-02-02 Lennard de Rijk Create org_application now shows select program view.
2009-02-02 Sverre Rabbelier Use .logic in checkIsAllowedToManageRole at the caller
2009-02-02 Sverre Rabbelier Make getForFields work with no filter
2009-02-02 Sverre Rabbelier Fixed EOL damage in org_app and access checks
2009-02-02 Lennard de Rijk Calling getForCurrentAccount where necessary.
2009-02-02 Sverre Rabbelier Fixed club_app
2009-02-02 Sverre Rabbelier Rewrite getForFields to use GQL instead of the Query API
2009-02-02 Lennard de Rijk Removed work flow field from the check in getExtraMenus for program.
2009-02-02 Sverre Rabbelier More access related fixes
2009-02-02 Sverre Rabbelier Fixed access related bugs
2009-02-02 Pawel Solyga Make longitude and latitude hidden fields not required in soc.views.models.role module.
2009-02-02 Pawel Solyga Fix broken Roles public templates. By mistake we used entity.user.public_name instead of entity.user.name.
2009-02-02 Pawel Solyga Changes in club_app and org_app public templates. Don't show email address in public template.
2009-02-02 Pawel Solyga Style fixes in soc.views.models.user module.
2009-02-02 Pawel Solyga Style fixes in soc.logic.models modules.
2009-02-02 Pawel Solyga Fix missing indention in css file.
2009-02-01 Lennard de Rijk Set the right field type in user_self to overcome confusion.
2009-02-01 Lennard de Rijk Adding a hidden agreed_to_tos field when the user has signed the ToS.
2009-02-01 Sverre Rabbelier Fix the JS but mentioned in the previous commit
2009-02-01 Sverre Rabbelier Fix get args construction when there are multiple lists on the page
2009-02-01 Sverre Rabbelier Unify 'getForFields' and 'getForLimitAndOffset'
2009-02-01 Lennard de Rijk User profile now shows the time on which you signed the ToS.
2009-02-01 Sverre Rabbelier Cleaned up access.py
2009-02-01 Sverre Rabbelier Do not return empty menu's in program.
2009-02-01 Lennard de Rijk This patch prohibits changing of agreed_to_tos and agreed_to_tos_on by the Logic module.
2009-02-01 Pawel Solyga Add publish_location boolean property to Role model. This field indicates whether the User has agreed to publish his location. It is not supported yet in any logic, views or templates but we won't want to change models later so it's being added now.
2009-02-01 Lennard de Rijk Fixes an error occurring when editing a User as Developer when the ToS have been signed.
2009-02-01 Lennard de Rijk ReadOnlyInput widget now shows text instead of a greyed-out input box.
2009-02-01 Lennard de Rijk Added status property to the user model.
2009-02-01 Lennard de Rijk Fixed EOL and whitespace in org_app templates
2009-02-01 Pawel Solyga Update error message that shows when Google Maps API key is missing.
2009-02-01 Lennard de Rijk Implement the last step in the org application process.
2009-02-01 Lennard de Rijk Refactored applicant from club view to group view.
2009-02-01 Pawel Solyga Add Google Maps integration for Role profiles create/edit views.
2009-02-01 Lennard de Rijk Added org_app view and templates.
2009-02-01 Lennard de Rijk Changed club_app review template to use key.name.
2009-02-01 Lennard de Rijk Changed some errors in the org_app model.
2009-02-01 Lennard de Rijk Added org_app logic.
2009-02-01 Lennard de Rijk Changed group_app to use scope_logic in constructor.
2009-02-01 Lennard de Rijk Changed getApplicantRedirect to use the key_name instead of just a link_id.
2009-02-01 Pawel Solyga Fix import sorting in soc.views.models.document module to comply with our style guide.
2009-02-01 Pawel Solyga Rename 'Create a new document' links to 'Create a New Document', also rename 'Create a new Program' to 'Create a New Program' in soc.views.models modules.
2009-02-01 Pawel Solyga Fix missing dots and blank lines to soc.logic modules.
2009-02-01 Pawel Solyga Fix missing dot and wrong import sorting in soc.views.helper.access module.
2009-02-01 Pawel Solyga Style fixes in soc.models.document module (adding of missing whitespaces).
2009-02-01 Pawel Solyga Style fixes in soc.logic.models modules (basically removing of extra whitespaces).
2009-02-01 Lennard de Rijk Changed the url regexpr for review and added 2 missing imports.
2009-02-01 Lennard de Rijk Refactored review and reviewoverview out of club_app.py
2009-02-01 Lennard de Rijk Added view for mentors.
2009-01-31 Sverre Rabbelier Added two forgotten comments in rights.Checker
2009-01-31 Sverre Rabbelier Hook up the ACL system for documents.
2009-01-31 Sverre Rabbelier Final changes to the document model
2009-01-31 Sverre Rabbelier Added a rights module
2009-01-31 Pawel Solyga Replace name_on_certificates property with name_on_documents, since mentors, club admins, hosts and org admins don't get certificates it's better to name it 'Name on documents' which can indicate any kind of documents including awards certificates. Also don't show name_on_documents in public Role profiles, instead show user public name in that place.
2009-01-31 Lennard de Rijk Changed display_name to name_on_certificates in models/role.py.
2009-01-31 Lennard de Rijk Added view and templates for mentors.
2009-01-31 Lennard de Rijk Fixed a bug in soc/views/models/role.py.
2009-01-31 Lennard de Rijk Added a view and templates for the organization admin.
2009-01-31 Lennard de Rijk Fixed two small errors.
2009-01-31 Lennard de Rijk Added organization view and templates.
2009-01-31 Lennard de Rijk Removed obsolete _editPost and _editGet in soc/views/models/club.py.
(0) -1000 -192 +192 +1000 tip