2009-02-19 |
Sverre Rabbelier |
Wording nitpick fix
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Rebased my double work on top of Todd recent commit
|
changeset |
files
|
2009-02-19 |
Todd Larsen |
Make it easier to support other extensions per-Model (such as .csv, etc.).
|
changeset |
files
|
2009-02-19 |
Todd Larsen |
Force browser to ask to save an Export, and provide a filename extension.
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Fixed blog on home view
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Clean the e-mail field
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Add a regular 'empty field cleaner'
|
changeset |
files
|
2009-02-19 |
Lennard de Rijk |
Bugfix in student view.
|
changeset |
files
|
2009-02-19 |
Pawel Solyga |
Reset the RELEASE_TAG to None (unreleased) now that the 0.3-20090219 release
|
changeset |
files
|
2009-02-19 |
Pawel Solyga |
Set RELEASE_TAG to 0.3-20090219rc for release candidate.
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Added a missing cleaner to org idea list
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Fixed a missing property in seed_db
|
changeset |
files
|
2009-02-19 |
Pawel Solyga |
Add noreply email property to Site model. Still missing cleaner method and changes in notifications module.
|
changeset |
files
|
2009-02-19 |
Lennard de Rijk |
Use the new program property in mentor and role for an access check.
|
changeset |
files
|
2009-02-18 |
Lennard de Rijk |
Added required program property to org_admin and mentor.
|
changeset |
files
|
2009-02-18 |
Lennard de Rijk |
Org admins can now send out invitations and users can now request to become a mentor.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Accidently left one addrole in student.py during my quest to refactor it into params.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Role overview membership is now determined by setting show_in_roles_overview param to true in the view.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Students now have a reference to school again.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Students can now only get a student role during the student signup period.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Fixed style error.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Added students to sidebar.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Added student view and accompanying templates.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Added new redirect to redirects helper.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Students can not become a mentor or org_admin in the same program.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Parameterized the role view manage redirect.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Added new access methods.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Redone student model and added student logic.
|
changeset |
files
|
2009-02-17 |
Lennard de Rijk |
Fixes the problem of <Entity> Saved not being
|
changeset |
files
|
2009-02-17 |
Sverre Rabbelier |
Fixed twoline style broken by recent 'form prettification' commit
|
changeset |
files
|
2009-02-17 |
Sverre Rabbelier |
Implemented simple group sorted using numerical ordering
|
changeset |
files
|
2009-02-17 |
Sverre Rabbelier |
Add a groupby method to dicts
|
changeset |
files
|
2009-02-17 |
Tim Ansell |
Make the web forms look a little nicer.
|
changeset |
files
|
2009-02-16 |
Pawel Solyga |
Typo fix in seed_db module which caused loaded organization applications not to work correctly (wrong keyname).
|
changeset |
files
|
2009-02-16 |
Pawel Solyga |
Style fixes in org-accept.js file.
|
changeset |
files
|
2009-02-16 |
Pawel Solyga |
Remove extra space from soc.views.helper.access module.
|
changeset |
files
|
2009-02-16 |
Pawel Solyga |
Fix a bug in group_app.py (not defined context was used).
|
changeset |
files
|
2009-02-16 |
Lennard de Rijk |
Update org bulk accept script.
|
changeset |
files
|
2009-02-16 |
Sverre Rabbelier |
Add GHOP as program and put 'Melange' under it
|
changeset |
files
|
2009-02-16 |
Sverre Rabbelier |
Seed in some orgs
|
changeset |
files
|
2009-02-16 |
Sverre Rabbelier |
Fixed a copy/paste bug in group.py
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Added grouping support to all forms, converted role as example
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Refactor various django templates to reuse other templates where possible
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Be modular when loading the various JS modules
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Prepare all views for a new modular approach to JS loading
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Make various JS methods into their own file
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Add a Home document to the seeded entities
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Fix import sorting in soc.logic.cleaning module.
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Add missing blank line in soc.logic.rights module.
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Fix import sorting in soc.views.models.program module and rename any "Org" in link names to "Organization".
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Change the message shown when org admin already agreed to agreement when creating org application.
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Add missing dots in messages in soc.views.helper.access module.
|
changeset |
files
|
2009-02-15 |
Pawel Solyga |
Hopefully fix json caching issues in IE7.
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Seed more roles and factor out common properties
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Rename current 'roles' view to 'request' and add a real roles view
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Keep a global list of all known Roles
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Fixed a bug in admin_form generation
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Redirect to the admin view in listPublic
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Add an admin view
|
changeset |
files
|