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