Fri, 20 Mar 2009 14:37:52 +0000 |
Pawel Solyga |
Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data.
|
changeset |
files
|
Fri, 20 Mar 2009 14:18:07 +0000 |
Lennard de Rijk |
Fixed copy/paste fail in docstring.
|
changeset |
files
|
Fri, 20 Mar 2009 14:17:10 +0000 |
Lennard de Rijk |
Only show valid roles on user roles page.
|
changeset |
files
|
Fri, 20 Mar 2009 14:07:57 +0000 |
Lennard de Rijk |
Added "How did you hear about this program?" to Student Profile.
|
changeset |
files
|
Fri, 20 Mar 2009 14:04:57 +0000 |
Lennard de Rijk |
Fixed double sending of notifications on creating a new invite.
|
changeset |
files
|
Fri, 20 Mar 2009 11:49:12 +0000 |
Lennard de Rijk |
Fixed redirect after creating/rejecting a request/invite.
|
changeset |
files
|
Fri, 20 Mar 2009 10:57:54 +0000 |
Pawel Solyga |
Set new Melange version number to 0-5-20090320 in app.yaml.template.
|
changeset |
files
|
Fri, 20 Mar 2009 09:58:23 +0000 |
Sverre Rabbelier |
Moved and updated seed_many documentation
|
changeset |
files
|
Fri, 20 Mar 2009 09:09:48 +0000 |
Sverre Rabbelier |
Minor style fixes
|
changeset |
files
|
Fri, 20 Mar 2009 08:11:59 +0000 |
Daniel Bentley |
A script for writing the application name into an app.yaml based on an app.yaml.template.
|
changeset |
files
|
Thu, 19 Mar 2009 23:25:34 +0000 |
Sverre Rabbelier |
Verbiage fix in Mentor list heading
|
changeset |
files
|
Thu, 19 Mar 2009 17:30:17 +0000 |
Lennard de Rijk |
Explicitly added access check for public profile page view.
|
changeset |
files
|
Thu, 19 Mar 2009 17:11:03 +0000 |
Sverre Rabbelier |
Verbiage fix
|
changeset |
files
|
Thu, 19 Mar 2009 17:10:26 +0000 |
Sverre Rabbelier |
Allow everyone to view an org app public page
|
changeset |
files
|
Thu, 19 Mar 2009 08:53:52 +0000 |
Lennard de Rijk |
Minor whitespace fix.
|
changeset |
files
|
Thu, 19 Mar 2009 08:52:55 +0000 |
Lennard de Rijk |
Added the users' public name to the process_request page.
|
changeset |
files
|
Thu, 19 Mar 2009 08:38:01 +0000 |
Lennard de Rijk |
Added basic student project view.
|
changeset |
files
|
Thu, 19 Mar 2009 08:37:16 +0000 |
Lennard de Rijk |
Added new Student Project cleaning method.
|
changeset |
files
|
Thu, 19 Mar 2009 08:31:15 +0000 |
Lennard de Rijk |
Added basic Student Project templates.
|
changeset |
files
|
Thu, 19 Mar 2009 08:30:06 +0000 |
Lennard de Rijk |
Added StudentProject logic.
|
changeset |
files
|
Thu, 19 Mar 2009 08:27:47 +0000 |
Lennard de Rijk |
Added StudentProject model.
|
changeset |
files
|
Thu, 19 Mar 2009 08:04:07 +0000 |
Lennard de Rijk |
Org applications can now be deleted up to the deadline.
|
changeset |
files
|
Thu, 19 Mar 2009 00:12:59 +0000 |
Sverre Rabbelier |
Rename 'orgs' to 'organizations' in page title
|
changeset |
files
|
Thu, 19 Mar 2009 00:12:35 +0000 |
Sverre Rabbelier |
Added missing status to seeded orgs
|
changeset |
files
|
Wed, 18 Mar 2009 17:18:19 +0000 |
Lennard de Rijk |
The org list proposals page now shows the amount of assigned slots.
|
changeset |
files
|
Wed, 18 Mar 2009 17:17:20 +0000 |
Lennard de Rijk |
Added a new custom class and fixed the base template css reference.
|
changeset |
files
|
Wed, 18 Mar 2009 17:12:25 +0000 |
Lennard de Rijk |
Added list_info helper module.
|
changeset |
files
|
Wed, 18 Mar 2009 17:07:33 +0000 |
Lennard de Rijk |
Renamed .css file to facilitate todays changes.
|
changeset |
files
|
Wed, 18 Mar 2009 16:21:19 +0000 |
Lennard de Rijk |
Always show the accepted organizations list even when there are None.
|
changeset |
files
|
Wed, 18 Mar 2009 16:15:32 +0000 |
Lennard de Rijk |
Added missing access check for listing of accepted orgs.
|
changeset |
files
|
Wed, 18 Mar 2009 16:14:29 +0000 |
Lennard de Rijk |
Added new access method that can check if a given event has taken place already.
|
changeset |
files
|
Wed, 18 Mar 2009 15:29:25 +0000 |
Pawel Solyga |
Set new Melange version number to 0-5-20090318 in app.yaml.template.
|
changeset |
files
|
Wed, 18 Mar 2009 12:41:59 +0000 |
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
|
Tue, 17 Mar 2009 22:03:00 +0000 |
Lennard de Rijk |
Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
|
changeset |
files
|
Tue, 17 Mar 2009 20:51:07 +0000 |
Lennard de Rijk |
Cleaned up the proposal data that gets put into a JSON object.
|
changeset |
files
|
Tue, 17 Mar 2009 20:24:59 +0000 |
Lennard de Rijk |
Fixed a bug where giving a limit but no offset would cause a 505.
|
changeset |
files
|
Tue, 17 Mar 2009 18:03:31 +0000 |
Lennard de Rijk |
Fixed layout for StudentProposal reviews.
|
changeset |
files
|
Tue, 17 Mar 2009 18:02:11 +0000 |
Lennard de Rijk |
Renamed .css file to facilitate todays changes.
|
changeset |
files
|
Tue, 17 Mar 2009 17:35:12 +0000 |
Lennard de Rijk |
Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page.
|
changeset |
files
|
Tue, 17 Mar 2009 17:19:30 +0000 |
Sverre Rabbelier |
Added missing ','.
|
changeset |
files
|
Tue, 17 Mar 2009 16:54:50 +0000 |
Pawel Solyga |
Add organization name to organization application acceptance/rejection email templates.
|
changeset |
files
|
Tue, 17 Mar 2009 13:28:06 +0000 |
Sverre Rabbelier |
Added a Assign Slots link to sidebar for Hosts
|
changeset |
files
|
Tue, 17 Mar 2009 13:25:55 +0000 |
Sverre Rabbelier |
Added an assign slots redirects
|
changeset |
files
|
Tue, 17 Mar 2009 13:22:00 +0000 |
Sverre Rabbelier |
Make accepted org list redirect to public page
|
changeset |
files
|
Mon, 16 Mar 2009 23:55:28 +0000 |
Sverre Rabbelier |
Added a seed_db.html
|
changeset |
files
|
Mon, 16 Mar 2009 23:55:04 +0000 |
Sverre Rabbelier |
Added org app seeding to seed_many
|
changeset |
files
|
Mon, 16 Mar 2009 23:54:33 +0000 |
Sverre Rabbelier |
Added StudentProposal to clean_db
|
changeset |
files
|
Mon, 16 Mar 2009 23:54:07 +0000 |
Sverre Rabbelier |
Added seed student proposal support to seed_many
|
changeset |
files
|
Mon, 16 Mar 2009 23:53:41 +0000 |
Sverre Rabbelier |
Add seed mentor support to seed_many
|
changeset |
files
|
Mon, 16 Mar 2009 23:53:14 +0000 |
Sverre Rabbelier |
Added seed org support to seed_many
|
changeset |
files
|
Mon, 16 Mar 2009 23:52:49 +0000 |
Sverre Rabbelier |
Added seed user to seed many
|
changeset |
files
|
Mon, 16 Mar 2009 23:52:22 +0000 |
Sverre Rabbelier |
Added a seed_many url
|
changeset |
files
|
Mon, 16 Mar 2009 23:51:46 +0000 |
Sverre Rabbelier |
Factor out ensureUser and add Error class in seed_db
|
changeset |
files
|
Mon, 16 Mar 2009 23:51:20 +0000 |
Sverre Rabbelier |
Added format and containsAll to the dicts module
|
changeset |
files
|
Mon, 16 Mar 2009 21:18:20 +0000 |
Lennard de Rijk |
Hook up the new template tag for StudentProposal reviews.
|
changeset |
files
|
Mon, 16 Mar 2009 21:17:04 +0000 |
Lennard de Rijk |
Added a new template tag to serve up background color for StudentProposals Reviews.
|
changeset |
files
|
Mon, 16 Mar 2009 21:14:55 +0000 |
Lennard de Rijk |
Added background color for StudentProposal reviews to the .css file.
|
changeset |
files
|
Mon, 16 Mar 2009 19:08:50 +0000 |
Lennard de Rijk |
Notifications will not be sent out to the reviewer.
|
changeset |
files
|
Mon, 16 Mar 2009 18:05:08 +0000 |
Lennard de Rijk |
Send out a message on a new StudentProposal review to all followers.
|
changeset |
files
|
Mon, 16 Mar 2009 18:02:01 +0000 |
Lennard de Rijk |
Added sendNewReviewNotification to the notifications helper.
|
changeset |
files
|
Mon, 16 Mar 2009 18:00:39 +0000 |
Lennard de Rijk |
Added new_review template.
|
changeset |
files
|
Mon, 16 Mar 2009 17:58:55 +0000 |
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
|
Mon, 16 Mar 2009 16:27:21 +0000 |
Lennard de Rijk |
Increased the length of the timebased link_id to handle more items at once.
|
changeset |
files
|
Mon, 16 Mar 2009 15:33:27 +0000 |
Lennard de Rijk |
Use site_name if the system sends a message.
|
changeset |
files
|