2009-04-08 |
Sverre Rabbelier |
Add a temporary hack to allow filtering on org.key().name()
|
changeset |
files
|
2009-04-08 |
Sverre Rabbelier |
Drop the 'adjustement' part of slots allocation
|
changeset |
files
|
2009-04-08 |
Sverre Rabbelier |
Use slots allocated instead of adjustment in slots view
|
changeset |
files
|
2009-04-08 |
Sverre Rabbelier |
Use the new self._getAcceptedOrgsList in slots view
|
changeset |
files
|
2009-04-08 |
Sverre Rabbelier |
Factor out _getAcceptedOrgsList from acceptedOrgs
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Public page for StudentProjects now displays public info.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added public info as TinyMCE to the edit pages.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added public_info property to StudentProject model.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Student Project public page now shows feed entries.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added feed_url to StudentProject.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added list of projects to the organization home page.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Changed StudentProposal list to show the amount of pending mentors if none have been assigned.
|
changeset |
files
|
2009-04-07 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-04-07 |
Pawel Solyga |
Set new Melange version number to 0-5-20090407 in app.yaml.template.
|
changeset |
files
|
2009-04-07 |
Pawel Solyga |
Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module.
|
changeset |
files
|
2009-04-07 |
Pawel Solyga |
Add pylint: disable-msg=W0706 to soc.views.helper.access module.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Major update to the views concerning StudentProjects.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added new redirect method to be used for StudentProjects.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added two new templates for use in StudentProject views.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Added 2 new access checks to deal with StudentProjects.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Student Project listing now includes mentor column.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Change the dropdown menu to state Comment Visible to Student.
|
changeset |
files
|
2009-04-07 |
Lennard de Rijk |
Only show mentor name in the detailed list.
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Properly handle exports when there are multiple lists
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Make slots view available to hosts
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Use the new nr_applications and nr_mentors
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Add the amount of proposals and mentors to slots view
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Added Matthew Wilkes to the AUTHORS file
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Added key_order to student proposal to enable csv export
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Fixed wrong usage of twoline_field in proposal view
|
changeset |
files
|
2009-04-06 |
Sverre Rabbelier |
Fixed bug introduced by fixing a pylint error
|
changeset |
files
|
2009-04-06 |
Lennard de Rijk |
Added name column to all role lists.
|
changeset |
files
|
2009-04-06 |
Lennard de Rijk |
Added Mentor name column to StudentProposals list.
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
Fix too long line in soc.views.models.student_proposal module.
|
changeset |
files
|
2009-04-06 |
Lennard de Rijk |
Added simple listing (no score, rank) for Student Proposals you are a mentor for.
|
changeset |
files
|
2009-04-06 |
Lennard de Rijk |
Changed label and help_text for public review button on studentproposal review page.
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
Replace current favicon with the cleaned up one (smudges).
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
Indention fix in soc.views.models.organization module.
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
|
changeset |
files
|
2009-04-06 |
Pawel Solyga |
Make "Mark as Ineligible" reversable and make this feature available for mentors too.
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Add a script to subscribe someone to all updates
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Add the entities to the context too
|
changeset |
files
|
2009-04-05 |
Pawel Solyga |
Fix posting public comments as private in student proposals review.html template.
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Brown paper bag fix, sort by last name in AUTHORS
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Added Dmitri to the AUTHORS file
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Use different colors for public/private comment widget
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Fixed a missing variable declaration
|
changeset |
files
|
2009-04-05 |
Pawel Solyga |
Disable E1002 pylint error in soc.views.helper.dynaform module.
|
changeset |
files
|
2009-04-05 |
Sverre Rabbelier |
Fixed a 'stylefix' in DynaField that wasn't a style issue
|
changeset |
files
|
2009-04-04 |
Pawel Solyga |
Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.
|
changeset |
files
|
2009-04-03 |
Sverre Rabbelier |
Also show 'List my student proposals' after signup closes
|
changeset |
files
|
2009-04-03 |
Sverre Rabbelier |
Minor tweaks to orgStats
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Fix calling of super class __init__ method in out_of_band Error class (wrong number of parameters).
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.views.models.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Call super class in __init__ in soc.views.out_of_band module Error class.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Fix too long lines, style and remove unused imports in soc.models modules.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.logic modules.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.logic.models modules.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Remove unused imports soc.cache.base module and rename key variable to filter_key in soc.views.sitemap modules (access to outer scope names).
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Remove unused imports in soc.views.sitemap modules.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.logic.helper modules.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Add missing docstring url.py.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Add missing docstrings to main.py and settings.py.
|
changeset |
files
|
2009-04-03 |
Pawel Solyga |
Add license file and docstring to __init__.py files across different modules within Melange.
|
changeset |
files
|
2009-04-03 |
Lennard de Rijk |
Returning a JSON response on successfully storing the found duplicates.
|
changeset |
files
|
2009-04-03 |
Sverre Rabbelier |
Fixed a typo in stats.py
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Refactor getProps to use dateFetch
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Style fixes
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Add and use a getEntities method
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Make it possible to retrieve all properties in toDict
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Add dateFetch
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Make stats.py executable
|
changeset |
files
|
2009-04-02 |
Sverre Rabbelier |
Print how many entities have been retrieved
|
changeset |
files
|
2009-04-02 |
Lennard de Rijk |
Enable storing of the duplicate calculation results.
|
changeset |
files
|
2009-04-02 |
Lennard de Rijk |
Added ProposalDuplicates model and logic.
|
changeset |
files
|
2009-04-02 |
Pawel Solyga |
Replace "Founded by" with "Registered by" in soc.models.group module.
|
changeset |
files
|
2009-04-02 |
Pawel Solyga |
Add some additional functions for stats to stats.py script.
|
changeset |
files
|
2009-04-02 |
Pawel Solyga |
Make the mentor and organization admin comment submission on student proposal nicer. Now drop down box allows you to select comment type and based on selected type and your current Role shows you available comment options. Left TODO to put inline JS into separate JS file.
|
changeset |
files
|
2009-04-01 |
Lennard de Rijk |
"Where did you hear about this program"- can now be changed at any time.
|
changeset |
files
|
2009-04-01 |
Daniel Bentley |
Some fixes to lists helper to reduce mutation.
|
changeset |
files
|
2009-04-01 |
Daniel Bentley |
A new model for seeding the database that makes it easier to seed many entities.
|
changeset |
files
|
2009-04-01 |
Sverre Rabbelier |
Added a stats module to scripts
|
changeset |
files
|
2009-04-01 |
Sverre Rabbelier |
Factor out the setup() method in interactive
|
changeset |
files
|
2009-04-01 |
Sverre Rabbelier |
Fixed a typo in seed_db.html
|
changeset |
files
|
2009-03-31 |
Lennard de Rijk |
Now using GET request for getting the data.
|
changeset |
files
|
2009-03-31 |
Lennard de Rijk |
Missing template change from r2750.
|
changeset |
files
|
2009-03-31 |
Lennard de Rijk |
Renamed duplicate-slots.js to prepare for changes.
|
changeset |
files
|
2009-03-31 |
Pawel Solyga |
Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed.
|
changeset |
files
|
2009-03-31 |
Lennard de Rijk |
Added example text to birth_date.
|
changeset |
files
|
2009-03-31 |
Pawel Solyga |
Fix docstring in interactive.py script.
|
changeset |
files
|
2009-03-30 |
Pawel Solyga |
Set new Melange version number to 0-5-20090331 in app.yaml.template.
|
changeset |
files
|
2009-03-30 |
Sverre Rabbelier |
Added nr_applications and nr_mentors
|
changeset |
files
|
2009-03-30 |
Sverre Rabbelier |
Use ugettext and shorter variable names for inellegible list
|
changeset |
files
|
2009-03-30 |
Pawel Solyga |
Add listing of ineligible Student Proposals to "View all Students Proposals" view. Now mentors and org admin can see what application has been marked as ineligible or withdrawn by student.
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Fixed the duplicate slots view.
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Renamed duplicate-slots.js to prepare for changes.
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Added missing return to manage access check.
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Enforce the 500 character limit for abstracts.
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Fixed typo in docstring for logic/models/base.py
|
changeset |
files
|
2009-03-30 |
Lennard de Rijk |
Added clean_content_length method to clean content of a specific size.
|
changeset |
files
|
2009-03-29 |
Pawel Solyga |
This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible.
|
changeset |
files
|
2009-03-29 |
Tim Ansell |
Make test@example.com a mentor for one gsoc org and an admin (for a different) gsoc org.
|
changeset |
files
|
2009-03-28 |
Sverre Rabbelier |
Set fields to 100% width again
|
changeset |
files
|
2009-03-28 |
Sverre Rabbelier |
Remove two trailing comma's
|
changeset |
files
|
2009-03-28 |
Sverre Rabbelier |
Add a script to start an interactive shell with remote api
|
changeset |
files
|
2009-03-28 |
Sverre Rabbelier |
Enabled remote_api for admins only
|
changeset |
files
|
2009-03-27 |
Pawel Solyga |
Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected).
|
changeset |
files
|
2009-03-27 |
Chen Lunpeng |
Fixed some typo in app/soc/views/models/base.py
|
changeset |
files
|
2009-03-27 |
Lennard de Rijk |
Clarified docstring in access.py and changed edit access checks for role views.
|
changeset |
files
|
2009-03-27 |
Lennard de Rijk |
Fixed access check in club_member view.
|
changeset |
files
|
2009-03-27 |
Lennard de Rijk |
Added missing access checks to various roles.
|
changeset |
files
|
2009-03-26 |
Lennard de Rijk |
Added document_name alias for use on award certificates.
|
changeset |
files
|
2009-03-26 |
Lennard de Rijk |
Disabled CSV export for roles.
|
changeset |
files
|
2009-03-26 |
Lennard de Rijk |
Name alias now does not use the name_on_documents.
|
changeset |
files
|
2009-03-26 |
Pawel Solyga |
Add missing utf decode in html cleaner in soc.logic.cleaning module. This should fix all the 500 errors that we got. Remove extra blank line in soc.views.model.document.
|
changeset |
files
|
2009-03-25 |
Pawel Solyga |
Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Student Proposal Review template now has the right header_title.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Student Proposal Review page now has a title that contains the title and student name.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Made the Student Proposal review page more clear by separating the submit button from the other buttons.
|
changeset |
files
|
2009-03-25 |
Pawel Solyga |
Set new Melange version number to 0-5-20090325 in app.yaml.template.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Placing a public review via the review interface now also triggers the status change to pending.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Show additional info link on Student Proposal pages.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Added cleaning to student proposal content and the contents of the reviews.
|
changeset |
files
|
2009-03-25 |
Lennard de Rijk |
Removed leftover URL in duplicate-slots.js
|
changeset |
files
|
2009-03-24 |
Lennard de Rijk |
Added JS to the duplicate proposals page.
|
changeset |
files
|
2009-03-24 |
Lennard de Rijk |
Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument.
|
changeset |
files
|
2009-03-24 |
Pawel Solyga |
Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property.
|
changeset |
files
|
2009-03-24 |
Pawel Solyga |
Set new Melange version number to 0-5-20090324 in app.yaml.template.
|
changeset |
files
|
2009-03-24 |
Pawel Solyga |
Add csv export support for Roles. If needed we will add support for extra properties in Mentor, Org Admin and Students models later.
|
changeset |
files
|
2009-03-24 |
Lennard de Rijk |
Now showing student name in list proposal views.
|
changeset |
files
|
2009-03-23 |
Sverre Rabbelier |
Fixed a typo in proposal listing
|
changeset |
files
|
2009-03-23 |
Sverre Rabbelier |
Enable resizing in the TinyMCE widget
|
changeset |
files
|
2009-03-23 |
Lennard de Rijk |
Add "Edit my Student Profile" link to program menu.
|
changeset |
files
|
2009-03-23 |
Lennard de Rijk |
Added check to prevent students from submitting more proposals then allowed by the program settings.
|
changeset |
files
|
2009-03-23 |
Lennard de Rijk |
Fixed a typo in Organization model.
|
changeset |
files
|
2009-03-22 |
Pawel Solyga |
Set new Melange version number to 0-5-20090322 in app.yaml.template.
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Redirect to show if there is no home document
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Make _public return True iff public page should be shown
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Automagically convert '+' to '00' in phone numbers
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Added a 'Can we contact you' property
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Make sure the user has restricted rights to create a new document
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Add example text on t-shirt sizes
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Ensure that the link_id entered is the user's in edit_self
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Optionally return link_id in clean_user_is_current
|
changeset |
files
|
2009-03-22 |
Sverre Rabbelier |
Use getFromKeyFields instead of getForFields where possible
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Student proposal list now shows proper date and the normal list shows the organization name.
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Removes the Mentor from all Student Proposals possible mentor lists when resigning.
|
changeset |
files
|
2009-03-21 |
David Anderson |
Factor out input and file utils into io.py.
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Added fields requested in Issue 392 to Student Model.
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Push agreements to group 99 for Role forms.
|
changeset |
files
|
2009-03-21 |
Sverre Rabbelier |
Use the new as_email tag for user profile
|
changeset |
files
|
2009-03-21 |
Sverre Rabbelier |
Added an as_email template tag
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Fixed typo in variable name.
|
changeset |
files
|
2009-03-21 |
Pawel Solyga |
Fix broken list_msg that caused 500 errors on many pages that contain list. Also make sure not to display list_msg if it is None.
|
changeset |
files
|
2009-03-21 |
Pawel Solyga |
Set new Melange version number to 0-5-20090321 in app.yaml.template.
|
changeset |
files
|
2009-03-21 |
Pawel Solyga |
Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model.
|
changeset |
files
|
2009-03-21 |
Lennard de Rijk |
Mentors cant resign when mentoring a project/proposal.
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Only show 'Register as student' link student has a user profile
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Explain better what a link_id should look like
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Typo and thinko fix in accepted_orgs_msg
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Show the accepted_orgs_msg for the accepted orgs page
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Allow for a message to be displayed above the list view
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Add an non-required accepted_orgs_msg property to program profile
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Requests now link to a user's profile
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Added an as_user template tag
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Clean phone numbers to be numeric only
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Added a numeric_only cleaner
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Added example text to the phone number fields
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Removed formatting from TinyMCE that use the style tag
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Show all orgs in accepted org list view
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Made _getPickData more generic by supporting ordening
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Added a new index for accepted orgs listing
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Fixed docstring for canResign method.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Moved canResign check to role logic so subclasses can override.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Minor style fix.
|
changeset |
files
|
2009-03-20 |
Pawel Solyga |
Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js.
|
changeset |
files
|
2009-03-20 |
Pawel Solyga |
Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Fixed copy/paste fail in docstring.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Only show valid roles on user roles page.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Added "How did you hear about this program?" to Student Profile.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Fixed double sending of notifications on creating a new invite.
|
changeset |
files
|
2009-03-20 |
Lennard de Rijk |
Fixed redirect after creating/rejecting a request/invite.
|
changeset |
files
|
2009-03-20 |
Pawel Solyga |
Set new Melange version number to 0-5-20090320 in app.yaml.template.
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Moved and updated seed_many documentation
|
changeset |
files
|
2009-03-20 |
Sverre Rabbelier |
Minor style fixes
|
changeset |
files
|
2009-03-20 |
Daniel Bentley |
A script for writing the application name into an app.yaml based on an app.yaml.template.
|
changeset |
files
|
2009-03-19 |
Sverre Rabbelier |
Verbiage fix in Mentor list heading
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Explicitly added access check for public profile page view.
|
changeset |
files
|
2009-03-19 |
Sverre Rabbelier |
Verbiage fix
|
changeset |
files
|
2009-03-19 |
Sverre Rabbelier |
Allow everyone to view an org app public page
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Minor whitespace fix.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added the users' public name to the process_request page.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added basic student project view.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added new Student Project cleaning method.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added basic Student Project templates.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added StudentProject logic.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Added StudentProject model.
|
changeset |
files
|
2009-03-19 |
Lennard de Rijk |
Org applications can now be deleted up to the deadline.
|
changeset |
files
|
2009-03-19 |
Sverre Rabbelier |
Rename 'orgs' to 'organizations' in page title
|
changeset |
files
|
2009-03-19 |
Sverre Rabbelier |
Added missing status to seeded orgs
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
The org list proposals page now shows the amount of assigned slots.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Added a new custom class and fixed the base template css reference.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Added list_info helper module.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Renamed .css file to facilitate todays changes.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Always show the accepted organizations list even when there are None.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Added missing access check for listing of accepted orgs.
|
changeset |
files
|
2009-03-18 |
Lennard de Rijk |
Added new access method that can check if a given event has taken place already.
|
changeset |
files
|
2009-03-18 |
Pawel Solyga |
Set new Melange version number to 0-5-20090318 in app.yaml.template.
|
changeset |
files
|
2009-03-18 |
Pawel Solyga |
Change the order of student proposals lists for org admins and mentors. Now the new proposals list shows up at the top. Also don't show the list of new proposals if it's empty.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Cleaned up the proposal data that gets put into a JSON object.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Fixed a bug where giving a limit but no offset would cause a 505.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Fixed layout for StudentProposal reviews.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Renamed .css file to facilitate todays changes.
|
changeset |
files
|
2009-03-17 |
Lennard de Rijk |
Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page.
|
changeset |
files
|
2009-03-17 |
Sverre Rabbelier |
Added missing ','.
|
changeset |
files
|
2009-03-17 |
Pawel Solyga |
Add organization name to organization application acceptance/rejection email templates.
|
changeset |
files
|
2009-03-17 |
Sverre Rabbelier |
Added a Assign Slots link to sidebar for Hosts
|
changeset |
files
|
2009-03-17 |
Sverre Rabbelier |
Added an assign slots redirects
|
changeset |
files
|
2009-03-17 |
Sverre Rabbelier |
Make accepted org list redirect to public page
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added a seed_db.html
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added org app seeding to seed_many
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added StudentProposal to clean_db
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added seed student proposal support to seed_many
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Add seed mentor support to seed_many
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added seed org support to seed_many
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added seed user to seed many
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added a seed_many url
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Factor out ensureUser and add Error class in seed_db
|
changeset |
files
|
2009-03-16 |
Sverre Rabbelier |
Added format and containsAll to the dicts module
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Hook up the new template tag for StudentProposal reviews.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Added a new template tag to serve up background color for StudentProposals Reviews.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Added background color for StudentProposal reviews to the .css file.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Notifications will not be sent out to the reviewer.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Send out a message on a new StudentProposal review to all followers.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Added sendNewReviewNotification to the notifications helper.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Added new_review template.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Increased the length of the timebased link_id to handle more items at once.
|
changeset |
files
|
2009-03-16 |
Lennard de Rijk |
Use site_name if the system sends a message.
|
changeset |
files
|
2009-03-16 |
Pawel Solyga |
Style fixes for release modules.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Changed notifications helper to properly use the fact that from_user is not a required property.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Changed line-endings in notifications base template.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Fixed an Epic Fail in StudentProposal logic ^_^.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
The StudentProposal review view now also allow you to subscribe to public/private reviews.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Added the ReviewFollower logic module.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Added the ReviewFollower model.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Some minor style fixes.
|
changeset |
files
|
2009-03-15 |
Pawel Solyga |
Fix missing utf encoding of data when exporting lists to csv file.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Updated help text for email properties in Group model.
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Allow backup admins to edit org application
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Specify the type of Link ID used
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Some minor style fixes.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Added the Follower Logic Module.
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Added the Follower model.
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Replaced a '.' with '?' in org app
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Verbiage fix in ACL
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Verbiage fix in org app
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Updated the accepted organization email for GSoC 2009.
|
changeset |
files
|
2009-03-15 |
Pawel Solyga |
Set new Melange version number to 0-5-20090315 in app.yaml.template.
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Renamed "Idea page" to "Ideas page"
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Remove key_order from 'list accepted orgs' view
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Don't create csv export when no key_order is defined
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Added a 'accepted orgs' view to program
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Make an org's application visible to all logged in users
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Don't show possibly private info on org_app public page
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Added an getAcceptedOrgsRedirect to redirects
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Remove program id from org list
|
changeset |
files
|
2009-03-15 |
Sverre Rabbelier |
Show idea page instead of last modified date in org app
|
changeset |
files
|
2009-03-15 |
Lennard de Rijk |
Style fixes.
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Added a list of developers to the User menu
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Fixed a very obvious bug in slots()
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Don't return an empty dict when no allocation can be made
|
changeset |
files
|
2009-03-14 |
Lennard de Rijk |
Group StudentProposals under Students in the sidebar.
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Show 'list my org apps' only if you have org apps
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Pre-accepted or pre-rejected orgs should stay under 'needs review'
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Enable javascript in duplicate students view
|
changeset |
files
|
2009-03-14 |
David Anderson |
Factor out the Subversion wrapper to a separate module.
|
changeset |
files
|
2009-03-14 |
Sverre Rabbelier |
Show 'List my Organization Applications' link even after signup closed
|
changeset |
files
|
2009-03-13 |
David Anderson |
Followup to r2517: don't import threading in release.py
|
changeset |
files
|
2009-03-13 |
David Anderson |
Redirect stdout/stderr through the logging system.
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Fixed a thinko-fix in toDict
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Set the content type to text/csv for csv exports
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Add row headings to the csv export
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Added an identity function to dicts
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Don't override org view params
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Changed the workflow for students regarding their proposals.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Added example and help text to clarify the use of some fields on the proposal ranking.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Some textual changes for proposal reviewing.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Minor textual changes in the StudentProposal model.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
The rejected applications subsection now links to the public page for the list_self view.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Fix indentation to match Melange/Google style.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Add a log module to initialize and manage logging.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Add a decolorize() helper to undo the effects of colorize().
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Updated index.yaml to reflect changes necessary for the duplicate checking views.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Started with the view for showing students who have been assigned to multiple slots.
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Fixed whitespace in cache/base.py
|
changeset |
files
|
2009-03-13 |
Lennard de Rijk |
Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Move run() into the util module.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Followup to r2496. Fix obvious errors.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Move the Paths class to the util module.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Refactor ANSI colorization into a new utility module.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Fix the Melange version regular expression to detect patch versions.
|
changeset |
files
|
2009-03-13 |
David Anderson |
Create an error module containing the top-level error class.
|
changeset |
files
|
2009-03-13 |
Sverre Rabbelier |
Only show export link if list_key_order is set
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Display a warning if there are errors on the form
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Make the error message align with the input field
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Moved stylesheet to mitigate overenthousiastic browser caching.
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Add a style class for td.twolineformfielderrorlabel.
|
changeset |
files
|
2009-03-12 |
David Anderson |
Add the Google SoC release script to the Melange repository.
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Always convert newlines to linebreaks
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Some code re-use in templates
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Define a key order for document and org app
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Strip leading and trailing newlines from our responses
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Greatly simplify makeNewPaginationChoices
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Adhere to the DEF_... pattern for constants in lists
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Make it possible to specify the key order for csv export
|
changeset |
files
|
2009-03-12 |
Augie Fackler |
build.sh: bail if run in the wrong directory.
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Add an export link to all list views
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Added generic csv export to all list views
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Factor download functionality out of export()
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Keep the current list and row number
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Return "" when there is no info/action set
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Allow developers to specify a higher limit for a list view
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
Reinstate the 1k limit in pick()
|
changeset |
files
|
2009-03-12 |
Sverre Rabbelier |
If not running local, use ajax.googleapis to serve jquery
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Redirect to current page if the current request times out
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Use accounts.getCurrentAccount instead of users.get_current_user
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
isDebug now also checks melange version
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Allow for query caching in pick
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Added query caching
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Also clear RankerRoot and ranker from datastore
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Make it possible to only add users
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Make it possible to add an arbitrary amount of users
|
changeset |
files
|
2009-03-11 |
Sverre Rabbelier |
Make it possible to add more users and orgs with GET args
|
changeset |
files
|
2009-03-10 |
Sverre Rabbelier |
Retrieve all entities rather than just the first 1k
|
changeset |
files
|
2009-03-10 |
Sverre Rabbelier |
Return a HttpResponse in seed_db
|
changeset |
files
|
2009-03-10 |
Lennard de Rijk |
StudentProposal abstract is now a text property to support more then 500 bytes.
|
changeset |
files
|
2009-03-10 |
Lennard de Rijk |
Organization admins can now put a Student Proposal at a specific rank.
|
changeset |
files
|
2009-03-10 |
Lennard de Rijk |
Added getRankerFor method to student_proposal logic.
|
changeset |
files
|
2009-03-10 |
Sverre Rabbelier |
Use the correct timeline logic in edit()
|
changeset |
files
|
2009-03-10 |
Sverre Rabbelier |
Use params['logic'] instead of self._logic
|
changeset |
files
|
2009-03-10 |
Sverre Rabbelier |
Do not override fields in the model if they are already set
|
changeset |
files
|
2009-03-10 |
Lennard de Rijk |
checkIsApplicationAccepted now properly checks if the application is really from the applying user.
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Add TinyMCE widget for org apps
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Added a getFromKeyNameOr404 to base.Logic
|
changeset |
files
|
2009-03-09 |
Lennard de Rijk |
Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Open the agreement text in a new window
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Fix an access bug
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
|
changeset |
files
|
2009-03-09 |
Lennard de Rijk |
Removed star next to logo.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Set new Melange version number to 0-5-20090308 in app.yaml.template.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Remove some copy/pasted docstring in soc.views.models.comment module.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Typo fix in soc.logic.cleaning module.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Small text changes in process_request.html template.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Add indention in soc.views.models.organization module.
|
changeset |
files
|
2009-03-09 |
Pawel Solyga |
Add missing blank lines in test_utils module.
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Views should have a unique name
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Addressed comments by Pawel
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Use getFromKeyFieldsOr404 in slots() and allocateSlots()
|
changeset |
files
|
2009-03-09 |
Sverre Rabbelier |
Except and properly handle Errors in view decorator
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Hide 'slots' and add 'slots_desired'
|
changeset |
files
|
2009-03-08 |
Pawel Solyga |
Revert r2376 since it's not needed as discussed in Issue 188.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Some minor style fixes.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Some minor style fixes.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Made all links in e-mail verbatim to solve Issue 250.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Students who withdraw their proposal will now be removed from the ranker.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
The student proposal public page can now be used to place a public comment.
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Switch from actual applications to popularity
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Make use of groupDictBy in program.slots
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Add a groupDictBy to dicts
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Play nice with non-float allocations
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Provide the 'return_url' in the allocate slots view
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Add a getSlotsRedirect to redirects.py
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Don't override the params argument
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Treat the response from the server as a JSON object
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Restricted slots and assign_slots to dev-only for now
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Reviews are now sorted on their created date.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Public reviews are now shown on the public page for the student proposal.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Added a new method in the review logic to return all reviews for the given entity as scope.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Some style fixes for the student proposal review template.
|
changeset |
files
|
2009-03-08 |
Lennard de Rijk |
Proposal public page now properly renders HTML content.
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Support non-float slots
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Add and use the new and improved allocation scripts
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Update the slot allocation view and template
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Add a slot allocation script and template
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Hook up json2.js in base.html
|
changeset |
files
|
2009-03-08 |
Sverre Rabbelier |
Add a no_pagination.html template
|
changeset |
files
|
2009-03-08 |
Pawel Solyga |
Add json2.js to repository under json folder, update build script and app.yaml.template files.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Important roles can now not resign if they are the last in their group.
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Have slots default to 0
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Include IntegerProperty in the JSON object
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Added the spin jquery plugin
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Add a link to the full agreement text
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Make it possible to specify a link to the full text
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Students can not be kicked from a program by a organization admin.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Reverting part of r2378, since it's not ready yet.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Adjust the total_popularity after ranging
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Removed the street address from influencing the maps plug in.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Show the marker for the Google maps plug in by default.
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Added an pre-processing algorithm
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Added assigned mentors and amount of minimum slots per org
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Fixes banned people being able to create a new user entity.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Added the review capability to the student_proposal review page.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Moved some template tags out of forms_helpers into comments_helpers.py.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Added new template tag for a review.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Org Application contributors template is now marked safe.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Updated the docstring for the Comment model.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Added Logic for the Review Model.
|
changeset |
files
|
2009-03-07 |
Lennard de Rijk |
Redone the Review model.
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Add forgotten image
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Add the jquery-purr plugin
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Added a slots JSON call
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Added a slot allocation view
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Add slots to the organization model
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Factor out the 'json' part from pick
|
changeset |
files
|
2009-03-07 |
Sverre Rabbelier |
Minor style fixes
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Fixed more typos in Sponsor Menu.
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Clean document references
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Add a document ref cleaner
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Switch Program to regular presence
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Set the proper filter for the home document
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Small optimization in getForFields
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Fixed typo in Sponsor sidebar menu.
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Refactored part of getForFields into a getQueryForFields method.
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Add a link to an org's home page if appropriate
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Bump the default pagination from 10 to 50
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Add a very basic view test
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Set CURRENT_VERSION_ID in run.py
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Add path to MockRequest
|
changeset |
files
|
2009-03-06 |
Sverre Rabbelier |
Split out test_model model and logic into it's own module
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Removed commented property from comment model.
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Added created_on DateTime property to request.
|
changeset |
files
|
2009-03-06 |
Lennard de Rijk |
Added a rank column to the proposals list.
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Silence index.yaml
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Make org description use TinyMCE
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Make clean_document_content generic
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Fix some whitespace damadge
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Import user and site logic globals directly
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Add item info to the list iterator
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Added comment support, but don't enable it
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Make it possible to add some default values to the context
|
changeset |
files
|
2009-03-05 |
Lennard de Rijk |
Organization Proposals list now correctly sorts.
|
changeset |
files
|
2009-03-05 |
Sverre Rabbelier |
Added missing ranklist in build script
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Set new Melange version number to 0-4-20090305 in app.yaml.template.
|
changeset |
files
|
2009-03-04 |
Sverre Rabbelier |
Add a test to ensure that ordening and filtering works
|
changeset |
files
|
2009-03-04 |
Sverre Rabbelier |
Only show key_fields in error message
|
changeset |
files
|
2009-03-04 |
Sverre Rabbelier |
Don't redirect to non-existant /document/list after deleting
|
changeset |
files
|
2009-03-04 |
Sverre Rabbelier |
Fixed a bug discovered by excepting the proper exception
|
changeset |
files
|
2009-03-04 |
Sverre Rabbelier |
Fixed a bug in document logic
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
The organization proposal list has been significantly changed.
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Updated list to use the new order in getForFields.
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Mentor buttons only show up depending on if you are already on the possible mentors list.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines, remove unused imports and variables, rename too short variables, add missing docstring and fix style in soc.views.helper.templatetags.forms_helpers module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long line in soc.views.models.sponsor module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix the bug where undefined variable was used in _editPost method of soc.view.models.org_admin module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines soc.views.models.club_admin, club_app and club_member modules.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and remove unused imports in soc.views.models.host module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and remove unused variables in soc.views.models.role module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and fix the bug where undefined variable was used in _editPost method in soc.views.models.mentor module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and rename unused loop variables to _ in soc.views.models.base module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and indentions in soc.models.student_proposal module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused variable in soc.logic.validate module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Rename too short variable name in soc.logic.mail_dispatcher module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.logic.models.org_admin module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.models.ranker_root module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.logic.helper.timeline module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Comment out unused variables and add used but not declared class variables to __init__ method in soc.logic.allocations module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long line in soc.models.user module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Rename unused loop variables to _ in soc.views.helper.params module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused variables and imports, fix too long lines in soc.logic.helper.notifications module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Rename unused loop variable to _ in soc.views.models.user_self module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Style fixes plus removal of unused imports, add missing docstring and fix too long lines in soc.views.models.org_app module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Style fixes plus remove unused imports in soc.views.models.group_app module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines, remove unused variable, add missing docstring in soc.views.models.program module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Some style fixes and removal of unused imports in soc.views.models.document module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Some style fixes, removal of unused imports and add ugettext where it was missing in soc.views.models.organization module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and variable, plus some style fixes in soc.views.models.group module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.views.models.student_proposal module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines and some style fixes in soc.views.models.club module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.request module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.timeline module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.site module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.user_self module
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and rename too short variable names in soc.views.helper.decorators module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Style fixes and add ValueError exception catching to soc.views.helper.request module
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.views.helper.params module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.models.group_app module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.models.org_app module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Style and too long lines fixes in soc.models.role module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Add missing whitespace in soc.logic.models.role module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix too long lines in soc.logic.models.student_proposal module.
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Renamed rankerroot to ranker_root and made some changes due to comments.
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Fixed early line ending in StudentProposal model.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Add missing docstrings, fix indentions and too long lines in soc.logic.cleaning module.
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Added access check to student_proposal review.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Fix indention in _readonly_field_as_twoline_table_row.html template.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Remove unused imports from soc.views.sitemap.build module.
|
changeset |
files
|
2009-03-04 |
Pawel Solyga |
Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
|
changeset |
files
|
2009-03-04 |
Lennard de Rijk |
Changed delete rights due to comments on r2138.
|
changeset |
files
|
2009-03-03 |
Sverre Rabbelier |
Convert getForFields back to the Query API and add tests
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Added student proposal review page.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Keep the score within the allowed bounds via student_proposal logic.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Brown paper bag fix in student_proposal logic.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Update the ranker belonging to the org of a student_proposal when the score changes.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Create a new Ranker for each organization that is created.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Added a possible_mentors property to the StudentProposal.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Added RankerRoot model.
|
changeset |
files
|
2009-03-03 |
Pawel Solyga |
Fix the KeyError: 'scope_path' error in soc.views.helper.access module.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Fixed two bugs introduced in r2160.
|
changeset |
files
|
2009-03-03 |
Lennard de Rijk |
Two docstring fixes.
|
changeset |
files
|
2009-03-03 |
Sverre Rabbelier |
Add a script to normalize user accounts
|
changeset |
files
|
2009-03-03 |
Sverre Rabbelier |
Seed some users as well
|
changeset |
files
|
2009-03-03 |
Sverre Rabbelier |
Make it possible to work on all entities in a query
|
changeset |
files
|
2009-03-03 |
Sverre Rabbelier |
Fix access bug due to forgotten normalization
|
changeset |
files
|
2009-03-03 |
Augie Fackler |
Add myself to authors on this file, and allow my whitespace cleanup hook to cleanup whitespace.
|
changeset |
files
|
2009-03-03 |
Augie Fackler |
Fix a missing import reported in #melange.
|
changeset |
files
|
2009-03-02 |
Pawel Solyga |
Add google-app-engine-ranklist project to ranklist folder in app.
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Fixed a missing .logic in organization
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Fixed a typo in the example for network info
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Display a notice if the entity cannot be deleted
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Make the ToS field less high
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Add a maintenance end date
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Support HTML in the site-wide notice
|
changeset |
files
|
2009-03-02 |
Pawel Solyga |
Set new Melange version number to 0-4-20090302 in app.yaml.template.
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Use the new readonly_safe_field where appropriate
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Added a _readonly_safe_field_as_table_row template tag
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Make use of readonly_url_field where appropriate
|
changeset |
files
|
2009-03-02 |
Sverre Rabbelier |
Add a new template tag _readonly_url_field_as_table_row
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Make it possible to put the site in maintenance mode
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Added decorators
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Redirect to an error page when a GAE exception occurs
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Added a maintenance page
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Make it possible to use base.html to display simple messages
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Added a site-wide notice
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Turn off relative urls and removing of script hostname in TinyMCE
|
changeset |
files
|
2009-03-01 |
Pawel Solyga |
Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker.
|
changeset |
files
|
2009-03-01 |
Pawel Solyga |
Add missing thickbox file into soc/content/images and fix the url to this file in jquery-thickbox.css.
|
changeset |
files
|
2009-03-01 |
Pawel Solyga |
Fix wrong link to loadingAnimation.gif file in jquery-autocomplete.css.
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Fixed a bug in getFromKeyFieldsOr404
|
changeset |
files
|
2009-03-01 |
Lennard de Rijk |
Added missing comment to soc/logic/models/base.py.
|
changeset |
files
|
2009-03-01 |
Tim Ansell |
Small fix so that error fields get the same formatting as non-error fields.
|
changeset |
files
|
2009-03-01 |
Sverre Rabbelier |
Made description the last field on the org public page
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Improved Organization Application review overview and bulk reviewing.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Students who follow the submit your student proposal link will now see their org's proposal template when creating their own proposal.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
StudentProposal content is now a TextProperty.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Member template in organization is now called Contributor Template.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
contrib template in org_app is now a TextProperty.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Grammar fix in group_app list view.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
For links in a program to take effect there must be an active role.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Fixed site_entity not being assigned a value because site_logic was not defined.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Made mailing lists and IRC channel required for group/org applications.
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Replaced 'Melange' with site_name where appropriate
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Catch mail exceptions and use get_current_user
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Fixed issue 205.
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Fixed a comment typo
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Properly fixed host access now
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Flush the receiver's sidebar when sending a notification
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Do not modify django_args directly
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Fixed a brown paper bag bug in _checkHasActiveRoleFor
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Added sending of an email upon Organization Application acceptance or rejection.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Added accepted and rejected organization application mail templates.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
Fixed sending out email when no-reply is not set.
|
changeset |
files
|
2009-02-28 |
Lennard de Rijk |
getDefaultMailSender now returns a tuple (name, email adress).
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Removed updateEntityProperties's transactionality
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Denormalize accounts before trying to send e-mail
|
changeset |
files
|
2009-02-28 |
Sverre Rabbelier |
Added a denormalizeAccount
|
changeset |
files
|
2009-02-27 |
Lennard de Rijk |
Using getDefaultMailSender for welcome and notification messages.
|
changeset |
files
|
2009-02-27 |
Lennard de Rijk |
Added getDefaultMailSender method to mail_dispatcher.
|
changeset |
files
|
2009-02-27 |
Lennard de Rijk |
Fixed typo in soc/models/group_app.
|
changeset |
files
|
2009-02-27 |
Sverre Rabbelier |
Inform the user that the link_id cannot be changed
|
changeset |
files
|
2009-02-27 |
Sverre Rabbelier |
Made the ToS field higher
|
changeset |
files
|
2009-02-27 |
Sverre Rabbelier |
Removed double description field
|
changeset |
files
|
2009-02-27 |
Sverre Rabbelier |
Revert "Make the input values 100% width."
|
changeset |
files
|
2009-02-27 |
Tim Ansell |
Make the input values 100% width.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Changed access checks for group applications to allow reviewing of rejected applications.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Added bulk reject to org_app view.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Redone the review_overview template to show bulk reject button.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Renamed org-accept.js to bulk-review.js
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Fix for Issue 218.
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added a missing import
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fix alignment of twoline readonly table rows
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added some tests for user logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fixed a bug in student access check
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Allow to do 'checkHasActiveRole' checks for document access
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Simplify the account retrieval logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Convert everything to use the new access methods
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove direct uses of checkIsActive, replace with helper methods
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Make django_args optional where appropriate and whitespace fixes
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added an isDeveloper method to user logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Always normalize accounts, before even storing them
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Factor out the getForAccount logic in user
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add a normalizeAccount to logic.accounts
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove unused isAccountAvailable function
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add a _createField hook
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Pass _updateField the entity_properties dict instead of just the value
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Do not update newly created model properties
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Move the hooks in base.Logic to the bottom of the class
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Minor cleanups in base.Logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add argument validation to base.Logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove updateOrCreateFromFields and it's uses
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fix some whitespace damadge and a style fix
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove _silentUpdateEntityProperties
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Style fix in role.py
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added todo for Lennard
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Make it more explicit which argument is the key_fields
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Solved the JSON caching problem for bulk acceptance.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Add the ability to put GroupApplications into the pre-rejected state.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Added pre-rejected choice to GroupApplication.
|
changeset |
files
|
2009-02-26 |
Todd Larsen |
Remove the release.py module and just use the field in app.yaml.template.
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Make validate.isURLValid more robust
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Fixed broken 'Edit <entity name> Settings' for orgs
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Fix the delete button submitting the form
|
changeset |
files
|
2009-02-25 |
Lennard de Rijk |
Added proposal withdrawal for students.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Pass the seed to _constructResponse
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Allow the document lookup to be done by key name
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Removed double home page link in group public view
|
changeset |
files
|
2009-02-24 |
Pawel Solyga |
Reset the RELEASE_TAG to None (unreleased) now that the 0.4-20090224 release
|
changeset |
files
|
2009-02-24 |
Pawel Solyga |
Set RELEASE_TAG to 0.4-20090224rc for release candidate.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Textual change in program menu due to comment on r2113.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Style fixes in student_proposal and organization view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Textual changes in organization and program view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added view for organizations to list all proposals.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added list proposals redirect.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Added a checkHasAny method
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added redirect for the student proposal view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Changed the method and variable name in student_proposal to match the access type.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added link in program menu to the new list_orgs view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added view which lists all orgs a student can propose to.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Add missing comment to checkIsMyEntity
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Make all default URLS customizable
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Fix the user editing
|
changeset |
files
|
2009-02-23 |
Lennard de Rijk |
Moved google analytics to after the footer block as commented on r866.
|
changeset |
files
|
2009-02-23 |
Sverre Rabbelier |
Update the test suite to match the new signature of the cache methods
|
changeset |
files
|
2009-02-23 |
Sverre Rabbelier |
Be more lenient in what we accept in cache.get() and cache.put()
|
changeset |
files
|
2009-02-23 |
Sverre Rabbelier |
Make timeline a Linkable
|
changeset |
files
|
2009-02-23 |
Sverre Rabbelier |
Set proper scope_logic for program and timeline
|
changeset |
files
|
2009-02-23 |
Lennard de Rijk |
Changed the message displayed when no homepage is set to show the correct settings name.
|
changeset |
files
|
2009-02-23 |
Lennard de Rijk |
Textual change in cleaing.py.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Temp IE7 style fix for forms.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Added list my Student Proposals link to the program menu.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Added listing of your own student proposals.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Base view list method can now use kwargs.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Changed the access checks in student_proposal view to use the newly created checks.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Added several access checks for student proposals.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Updated student proposal templates.
|
changeset |
files
|
2009-02-22 |
Lennard de Rijk |
Fixed params used for list_action and list_description in user_self roles overview.
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Remove superfluous 'Org' in links
|
changeset |
files
|
2009-02-22 |
Pawel Solyga |
Fix datetimepicker so that it doesn't add trailing whitespaces.
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Convert student and org_admin to dynafield
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Don't show empty lists in /user/roles
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Make it possible not to generate empty lists
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Make it possible to display a message when there are no lists
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Make use of site_name where possible
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Specify example_text for backup admin link id
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Added a link to "Site Settings" for the GMaps API Key missing msg
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Add some missing useJavaScript calls
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Flush cache after seeding or clearing the datastore
|
changeset |
files
|
2009-02-22 |
Pawel Solyga |
Style fixes in jquery-ui.datetimepicker.js file.
|
changeset |
files
|
2009-02-22 |
Sverre Rabbelier |
Add generic datepicker support
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Use site name and noreply address when sending emails
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Fixed whitespace damadge and missing EOL
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added an 'are you sure' message to the delete button
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added a 'site name' property to site
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Use feedparser to sanitize HTML content for documents
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Forgotten import
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Make use of the new checkHasDocumentAccess method
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added a checkHasDocumentAccess method
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Specify how to walk the scope up to another scope
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Make use of default value
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Also pass the prefix in the document cleaning method
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Add a "Developer" tag in the top sidebar if appropriate
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Updated comments in access.py.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added several menu items to the program menu.
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Fix access bug in organization
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added support for having a format string as scope_path filter
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Fixed a bug in seed_db
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Convert mentor.py to use DynaFields as an example
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Hook up dynafields in params.py
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added DynaFields to the dynaform module
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Update seed_db as WTFPL is no longer an allowed license
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added student_proposals to the sitemap.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Scope is already set to entity.scope, so no need to overwrite in base._editPost().
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added student_proposal view.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added new cleaning method to validate a student proposal.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Since scope does not change we do not need to call getFromKeyName every time.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added student proposal view templates.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Added student_proposal logic.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Made some changes to StudentProposal.
|
changeset |
files
|
2009-02-21 |
Lennard de Rijk |
Fixed name method in soc/models/role.py
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Add caching to the homepage
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Compute the memcache_key only in get()
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Set and unset the home_for property if appropriate
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Add an home_for reference property
|
changeset |
files
|
2009-02-21 |
Sverre Rabbelier |
Added a document in the test user's user space
|
changeset |
files
|
2009-02-20 |
Lennard de Rijk |
Redone form field filling via request.GET to work on multiple fields.
|
changeset |
files
|
2009-02-20 |
Lennard de Rijk |
Removed obsolete import from sitemap/build.py.
|
changeset |
files
|
2009-02-20 |
Lennard de Rijk |
First go at the student proposal model.
|
changeset |
files
|
2009-02-20 |
Pawel Solyga |
Footer of melange now resizes properly.
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Fixed grouping and updated help text
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Make the heading line up with the input fields
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Deleted stale comment
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Fixed copy/paste fail
|
changeset |
files
|
2009-02-19 |
Lennard de Rijk |
List public view for organizations should be program limited.
|
changeset |
files
|
2009-02-19 |
Lennard de Rijk |
Added apply as a mentor view which lists all orgs for a given program.
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Added a link to the official OSI licenses list
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Make org_app use the new licenses set
|
changeset |
files
|
2009-02-19 |
Sverre Rabbelier |
Added OSI approved licenses
|
changeset |
files
|
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
|
2009-02-15 |
Sverre Rabbelier |
Add an as_readonly_table filter
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Add an admin redirect
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Make _constructResponsoe take an optional template
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Add an AdminForm that renders all fields as PTW's
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Add a PlainTextWidget
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Use entity.key.name instead of key_suffix
|
changeset |
files
|
2009-02-15 |
Sverre Rabbelier |
Added melange as org.
|
changeset |
files
|
2009-02-15 |
Lennard de Rijk |
Fixed a bug in access.py where a non-existing variable would have been called.
|
changeset |
files
|
2009-02-15 |
Lennard de Rijk |
Added clean_user_is_current to cleaning and fixed some indentation.
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add a script to (re)seed the datastore
|
changeset |
files
|
2009-02-14 |
Lennard de Rijk |
Added no-cache headers to pick and bulk-accept views.
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Remove private data from club and org public templates
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Skip a field when it's value is not set
|
changeset |
files
|
2009-02-14 |
Lennard de Rijk |
Added bulk acceptance and progress bar in review org applications view.
|
changeset |
files
|
2009-02-14 |
Lennard de Rijk |
Now using the correct path to the loading animation in jquery-thickbox.
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Minor style fix
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add a list_public view to organization
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Factor out the 'key fields without link_id' logic from document
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add a getListRedirect and getListPublicRedirect function
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add an idea list (url) property to organization
|
changeset |
files
|
2009-02-14 |
Lennard de Rijk |
Fixed missing parameters in program view due to change in _getTimeDependentEntries in r1943.
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Include scope_path as django_args
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Disable the raw create and list link for documents
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add custom access check for document listing
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add a 'list documents' link everywhere
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Allow documents to be filtered by prefix and scope
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Developers have all roles
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Organization prefix was renamed to 'org'
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Force-check the 'agreed to admin agreement' field if applicable
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Fix a bug in group_app
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Add cleaning methods for document ACL
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Make document ACL's a constant
|
changeset |
files
|
2009-02-14 |
Sverre Rabbelier |
Fix a bug if you have no roles at all
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Fix ToS link
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Do access checks on the pick url for documents
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Convert the QueryDict to a regular dictionary
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Add prefix filtering and refactored program field generation
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
We generate the select url ourselves, so it's safe
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Added a filter_fields parameter to the ReferenceField widget
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Factor out the hasMembership method from checkMembership
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Add a getMemberships method to logic/rights.py
|
changeset |
files
|
2009-02-13 |
Sverre Rabbelier |
Fixes as requested by Leslie on behalf of the Legal team
|
changeset |
files
|
2009-02-13 |
Lennard de Rijk |
Added number of applications and their type to the bulkaccept JSON object.
|
changeset |
files
|
2009-02-13 |
Lennard de Rijk |
Implemented the 2nd part of bulk acceptance.
|
changeset |
files
|
2009-02-13 |
Lennard de Rijk |
Document prefix in params now defaults to url_name.
|
changeset |
files
|
2009-02-13 |
Lennard de Rijk |
Added bulk_accept view which returns a JSON object.
|
changeset |
files
|
2009-02-13 |
Lennard de Rijk |
Only a club admin should see resign as club admin in the sidebar.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Fixed a bug in club and org logic.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Fixed a bug in group_app templates.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Brown Paper Bag Fix: L2R Appspot error logs.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Fixed a bug in group_app view.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Returning None instead of the empty to fix a bug on melange-demo instance.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Added check_field_is_empty decorator to cleaning.py.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Org App review page now shows accept and pre-accept button.
|
changeset |
files
|
2009-02-12 |
Lennard de Rijk |
Fixed comment and typo in cleaning.py.
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Add ToS agreement to mentor application related forms.
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Add ToS agreement to org_admin application related forms.
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Do not attempt to render a field if it is disabled
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Program requires the filter to be set to __scoped__
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Disable clubs for now
|
changeset |
files
|
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.
|
changeset |
files
|
2009-02-12 |
Pawel Solyga |
Load /Users/solydzajs/Downloads/google_appengine into
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Removed unused argument in program.py
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Initial implementation of a ToS requirement in org_app
|
changeset |
files
|
2009-02-12 |
Sverre Rabbelier |
Added an AgreementField widget
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Rename TinyMCE to FullTinyMCE and add TinyMCE widget
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Use the newly added __scoped__ and references for program's ToSes
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Added an agreed_to_admin_agreement property
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Add '__scoped__' as a special filter
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Fields are always safe, as we generate them ourselves
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Add an _editContext hook
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Resolve references if they are specified
|
changeset |
files
|
2009-02-11 |
Sverre Rabbelier |
Make it possible to put fields at the end of the form
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Changed the access checks for organization.
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Added allowsidebar to checkIsDocumentReadable.
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Added organization entity sidebar entries.
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Fixed a bug in access.py that made it impossible to show featured documents in the sidebar.
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Changed document to also filter on the prefix when getting the documents for a scope.
|
changeset |
files
|
2009-02-11 |
Lennard de Rijk |
Fixed a typo in org_admin model.
|
changeset |
files
|
2009-02-10 |
Lennard de Rijk |
Added Agreement properties to Program Model.
|
changeset |
files
|
2009-02-09 |
Pawel Solyga |
Reset the RELEASE_TAG to None (unreleased) now that the 0.2-20090209 release candidate branch has been created.
|
changeset |
files
|
2009-02-09 |
Pawel Solyga |
Set RELEASE_TAG to 0.2-20090209rc for release candidate.
|
changeset |
files
|
2009-02-09 |
Lennard de Rijk |
Added a button to list all your org applications to a speficic program menu.
|
changeset |
files
|
2009-02-08 |
Lennard de Rijk |
Put the tos extra_dynaexclude in presence_with_tos.py where it belongs.
|
changeset |
files
|
2009-02-08 |
Lennard de Rijk |
Redone the listing in group_app.py.
|
changeset |
files
|
2009-02-08 |
Lennard de Rijk |
Added new redirect for the new list views for group_app's.
|
changeset |
files
|
2009-02-08 |
Sverre Rabbelier |
Fix bug in group_app
|
changeset |
files
|
2009-02-08 |
Sverre Rabbelier |
Temp bug fix
|
changeset |
files
|
2009-02-08 |
Augie Fackler |
Add myself to authors since I was missing.
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Fixed access checkers for orgs
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Remove unneeded stylesheet and js and fix notification area
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
If there is no user account, don't show New Document link under Site
|
changeset |
files
|
2009-02-07 |
Lennard de Rijk |
Fixing r1855 that was bugged by Tortoise ^_^.
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Fixed broken autocomplete due to wrongly named file
|
changeset |
files
|
2009-02-07 |
Lennard de Rijk |
Should be part of r1855.
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Use short_name for the header title in a presence's home page
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Handle GAE account normalization
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Pimp TinyMCE widget.
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Always return a site singleton and fix Edit Site Settings
|
changeset |
files
|
2009-02-07 |
Sverre Rabbelier |
Stylefixes in access.py and removal of self.deny calls
|
changeset |
files
|
2009-02-07 |
Lennard de Rijk |
Added scoped group_app listing.
|
changeset |
files
|
2009-02-07 |
Lennard de Rijk |
Added missing comment in access.py and removed excessive whitespace.
|
changeset |
files
|
2009-02-07 |
Todd Larsen |
Hide all *.pyc files in trunk/.
|
changeset |
files
|