2009-02-17 Lennard de Rijk Fixes the problem of <Entity> Saved not being
2009-02-17 Sverre Rabbelier Fixed twoline style broken by recent 'form prettification' commit
2009-02-17 Sverre Rabbelier Implemented simple group sorted using numerical ordering
2009-02-17 Sverre Rabbelier Add a groupby method to dicts
2009-02-17 Tim Ansell Make the web forms look a little nicer.
2009-02-16 Pawel Solyga Typo fix in seed_db module which caused loaded organization applications not to work correctly (wrong keyname).
2009-02-16 Pawel Solyga Style fixes in org-accept.js file.
2009-02-16 Pawel Solyga Remove extra space from soc.views.helper.access module.
2009-02-16 Pawel Solyga Fix a bug in group_app.py (not defined context was used).
2009-02-16 Lennard de Rijk Update org bulk accept script.
2009-02-16 Sverre Rabbelier Add GHOP as program and put 'Melange' under it
2009-02-16 Sverre Rabbelier Seed in some orgs
2009-02-16 Sverre Rabbelier Fixed a copy/paste bug in group.py
2009-02-15 Sverre Rabbelier Added grouping support to all forms, converted role as example
2009-02-15 Sverre Rabbelier Refactor various django templates to reuse other templates where possible
2009-02-15 Sverre Rabbelier Be modular when loading the various JS modules
2009-02-15 Sverre Rabbelier Prepare all views for a new modular approach to JS loading
2009-02-15 Sverre Rabbelier Make various JS methods into their own file
2009-02-15 Sverre Rabbelier Add a Home document to the seeded entities
2009-02-15 Pawel Solyga Fix import sorting in soc.logic.cleaning module.
2009-02-15 Pawel Solyga Add missing blank line in soc.logic.rights module.
2009-02-15 Pawel Solyga Fix import sorting in soc.views.models.program module and rename any "Org" in link names to "Organization".
2009-02-15 Pawel Solyga Change the message shown when org admin already agreed to agreement when creating org application.
2009-02-15 Pawel Solyga Add missing dots in messages in soc.views.helper.access module.
2009-02-15 Pawel Solyga Hopefully fix json caching issues in IE7.
2009-02-15 Sverre Rabbelier Seed more roles and factor out common properties
2009-02-15 Sverre Rabbelier Rename current 'roles' view to 'request' and add a real roles view
2009-02-15 Sverre Rabbelier Keep a global list of all known Roles
2009-02-15 Sverre Rabbelier Fixed a bug in admin_form generation
2009-02-15 Sverre Rabbelier Redirect to the admin view in listPublic
2009-02-15 Sverre Rabbelier Hook up the admin view everywhere
2009-02-15 Sverre Rabbelier Add an admin view
2009-02-15 Sverre Rabbelier Add an as_readonly_table filter
2009-02-15 Sverre Rabbelier Add an admin redirect
2009-02-15 Sverre Rabbelier Make _constructResponsoe take an optional template
2009-02-15 Sverre Rabbelier Add an AdminForm that renders all fields as PTW's
2009-02-15 Sverre Rabbelier Add a PlainTextWidget
2009-02-15 Sverre Rabbelier Use entity.key.name instead of key_suffix
2009-02-15 Sverre Rabbelier Added melange as org.
2009-02-15 Lennard de Rijk Fixed a bug in access.py where a non-existing variable would have been called.
2009-02-15 Lennard de Rijk Added clean_user_is_current to cleaning and fixed some indentation.
2009-02-14 Sverre Rabbelier Add a script to (re)seed the datastore
2009-02-14 Lennard de Rijk Added no-cache headers to pick and bulk-accept views.
2009-02-14 Sverre Rabbelier Remove private data from club and org public templates
2009-02-14 Sverre Rabbelier Skip a field when it's value is not set
2009-02-14 Lennard de Rijk Added bulk acceptance and progress bar in review org applications view.
2009-02-14 Lennard de Rijk Now using the correct path to the loading animation in jquery-thickbox.
2009-02-14 Sverre Rabbelier Minor style fix
2009-02-14 Sverre Rabbelier Add a list_public view to organization
2009-02-14 Sverre Rabbelier Factor out the 'key fields without link_id' logic from document
2009-02-14 Sverre Rabbelier Add a getListRedirect and getListPublicRedirect function
2009-02-14 Sverre Rabbelier Add an idea list (url) property to organization
2009-02-14 Lennard de Rijk Fixed missing parameters in program view due to change in _getTimeDependentEntries in r1943.
2009-02-14 Sverre Rabbelier Include scope_path as django_args
2009-02-14 Sverre Rabbelier Disable the raw create and list link for documents
2009-02-14 Sverre Rabbelier Add custom access check for document listing
2009-02-14 Sverre Rabbelier Add a 'list documents' link everywhere
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 ^_^.
(0) -1000 -128 +128 +1000 tip