Mercurial
Mercurial
>
pytask
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Move the configuration module to the helpers package and adjust the imports.
2011-02-01, by Madhusudan.C.S
Create a separate package to hold all the PyTask sitewide helpers.
2011-02-01, by Madhusudan.C.S
Add a utility script with a function to remove Textbook from current textbook chapter tasks.
2011-02-01, by Madhusudan.C.S
Change password reset email URL to hard coded URL.
2011-01-31, by Madhusudan.C.S
Use django-registration module url reverse methods than the django's.
2011-01-31, by Madhusudan.C.S
Use the form helpers templatetags instead of hard coding forms.
2011-01-31, by Madhusudan.C.S
Change form related properties.
2011-01-31, by Madhusudan.C.S
Display list of tasks related to a Textbook and allow coordinator to create them.
2011-01-30, by Madhusudan.C.S
Style fixes.
2011-01-30, by Madhusudan.C.S
Allow editing of tasks even to coordinators and mentors.
2011-01-30, by Madhusudan.C.S
A task should be able to have sub tasks. So sub tasks are linked to their parents.
2011-01-30, by Madhusudan.C.S
Add a view, form and related URL for chapter creation under textbook.
2011-01-30, by Madhusudan.C.S
Chapters must be created from the Task model.
2011-01-30, by Madhusudan.C.S
Fix the font size of the text in input boxes.
2011-01-30, by Madhusudan.C.S
Make the forms box liquid. Don't use fixed width.
2011-01-30, by Madhusudan.C.S
Disable Task creation and related activities for now.
2011-01-30, by Madhusudan.C.S
Content of the email about workshop slides.
2011-01-28, by Madhusudan.C.S
Override the username field provided by Registration app.
2011-01-28, by Madhusudan.C.S
Use the release version of South than the latest version.
2011-01-28, by Madhusudan.C.S
Content of the Email to be sent for Scilab workshop.
2011-01-24, by Madhusudan.C.S
Added my name for the email sender address.
2011-01-24, by Madhusudan.C.S
Add support for Pygments.
2011-01-23, by Madhusudan.C.S
Style fix.
2011-01-23, by Madhusudan.C.S
Fixed a bug related to using wrong ID in the template tag.
2011-01-23, by Madhusudan.C.S
Adding contents of confusion resolver mail for the textbook project.
2011-01-22, by Madhusudan.C.S
Modify the template of the mail.
2011-01-21, by Madhusudan.C.S
Fixed the getting profile and name model property.
2011-01-21, by Madhusudan.C.S
Templates for sending textbook project workshop remainder email.
2011-01-21, by Madhusudan.C.S
Add a script for sending email to users.
2011-01-21, by Madhusudan.C.S
Make the created by line use the new templatetag in tasks view page.
2011-01-21, by Madhusudan.C.S
Add uberbar messages not to claim the task. This must be disabled once claiming is possible.
2011-01-21, by Madhusudan.C.S
Fix styling issues.
2011-01-21, by Madhusudan.C.S
Add support for sticky bar top bar.
2011-01-21, by Madhusudan.C.S
Use the right URL reverse name for selecting claimed user.
2011-01-21, by Madhusudan.C.S
Use the view_user_profile reverse view name for the profiles of non-logged in users.
2011-01-21, by Madhusudan.C.S
Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
2011-01-20, by Madhusudan.C.S
Change all the queries to Textbook model to Tasks.
2011-01-20, by Madhusudan.C.S
Fix styling issues.
2011-01-20, by Madhusudan.C.S
Give style to the main header text link of every html page.
2011-01-20, by Madhusudan.C.S
Add a new templatetag to render modified on and by line in documents.
2011-01-20, by Madhusudan.C.S
List each department textbooks separately for now, think of a clever way later.
2011-01-20, by Madhusudan.C.S
Add templatetags for listing textbooks.
2011-01-20, by Madhusudan.C.S
Textbooks list page should list all the tasks tagged with textbooks.
2011-01-20, by Madhusudan.C.S
Added additional text message for the deprecated model.
2011-01-20, by Madhusudan.C.S
Adding deprecation warning to Textbook model.
2011-01-20, by Madhusudan.C.S
Add time to filenames generated for dumps.
2011-01-20, by Madhusudan.C.S
Add last_modified field to most of the models and make other necessary model changes.
2011-01-20, by Madhusudan.C.S
Approve the textbooks directly.
2011-01-20, by Madhusudan.C.S
Return whatever context can be shown for non-logged in user for tasks browse.
2011-01-20, by Madhusudan.C.S
Use the right url reverse name for profile views.
2011-01-20, by Madhusudan.C.S
Change the path to dump data directory.
2011-01-20, by Madhusudan.C.S
Remove the reset_db script. I should not be able to run it even in my dream.
2011-01-20, by Madhusudan.C.S
Scripts for taskapp and profile apps south migrations.
2011-01-20, by Madhusudan.C.S
A python script to load the data of tasks from CSV to database.
2011-01-20, by Madhusudan.C.S
Adding a database dumpscript. It should be added to cron.
2011-01-20, by Madhusudan.C.S
Adding a skeleton README file.
2011-01-20, by Madhusudan.C.S
Add CSS for footer and add contact information to footer.
2011-01-20, by Madhusudan.C.S
Added Calendar widget support from jQuery UI plugin for registration fields.
2011-01-20, by Madhusudan.C.S
Add additional div tags and use % based values for all properties instead of pixel based.
2011-01-20, by Madhusudan.C.S
Fix the styling and modify the help text to calendar field to use the conventional format.
2011-01-20, by Madhusudan.C.S
Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
2011-01-20, by Madhusudan.C.S
Add about links to left sidebar which redirects to textbooks and fossee main pages.
2011-01-19, by Madhusudan.C.S
Remove Proceed to login text from activate.html file.
2011-01-19, by Madhusudan.C.S
Adding activate.html as required by the django-registration protocol.
2011-01-19, by Madhusudan.C.S
Add a template page for server error config. HTTP 500.
2011-01-19, by Madhusudan.C.S
Move the regbackend import to urls.py.
2011-01-18, by Madhusudan.C.S
Add django-extensions app to the site INSTALLED_APPS.
2011-01-18, by Madhusudan.C.S
Remove the remaining occurences of uniq_key.
2011-01-18, by Madhusudan.C.S
import the signal connector module for profile creation in the models file since it is loaded when django starts the server.
2011-01-18, by Madhusudan.C.S
Replace the occurence of role to rights.
2011-01-18, by Madhusudan.C.S
Remove all occurences of uniq_key.
2011-01-18, by Madhusudan.C.S
Fix the style as per PEP8 guidelines.
2011-01-18, by Madhusudan.C.S
Add support to werkzeug and the most sought after django command extensions app.
2011-01-18, by Madhusudan.C.S
Redirect successful login to profile page if logged in from activation complete.
2011-01-18, by Madhusudan.C.S
Make changes to the code style so that it is consistent across the code base.
2011-01-18, by Madhusudan.C.S
Fix the site template variable used in the email for registrants.
2011-01-18, by Madhusudan.C.S
This file was mistakenly deleted in the previous version. Reverting the delete.
2011-01-18, by Madhusudan.C.S
Use the defined templatetag on profile registration form too.
2011-01-18, by Madhusudan.C.S
Add tooltip support for form fields using qtip.
2011-01-18, by Madhusudan.C.S
Add the error message to login template.
2011-01-18, by Madhusudan.C.S
Handle all cases of login.
2011-01-18, by Madhusudan.C.S
CSS Properties to render login form error.
2011-01-18, by Madhusudan.C.S
Redirect the login to home page if the login is made from logout page.
2011-01-18, by Madhusudan.C.S
Move LOGIN_REDIRECT_URL to local settings since it differs based on URLs on the local settings.
2011-01-18, by Madhusudan.C.S
A new view for processing post login to give the right html to replace for user action right sidebar.
2011-01-18, by Madhusudan.C.S
Replace all usage of context with RequestContext and use the imports in right form.
2011-01-18, by Madhusudan.C.S
Replace all occurences of context with RequestContext in taskapp views.
2011-01-18, by Madhusudan.C.S
Add the necessary Javascript to implement in place login functionality.
2011-01-18, by Madhusudan.C.S
Move the user login template code to its own template file, so it can be reused.
2011-01-18, by Madhusudan.C.S
Add the source to Javascript required to login users.
2011-01-18, by Madhusudan.C.S
Replaces all occurences of context with RequestContext.
2011-01-18, by Madhusudan.C.S
Add login properties to right menu.
2011-01-17, by Madhusudan.C.S
Add CSS properties for login form.
2011-01-17, by Madhusudan.C.S
Fix style issue in the profile model.
2011-01-17, by Madhusudan.C.S
Use the correct choices variable for the role and status.
2011-01-17, by Madhusudan.C.S
Use the right name for the profile role's values.
2011-01-17, by Madhusudan.C.S
Update the reset db script to seed profile also.
2011-01-17, by Madhusudan.C.S
Use the right form of names to be stored in the database.
2011-01-17, by Madhusudan.C.S
Add support for right side menu.
2011-01-17, by Madhusudan.C.S
Use the right names for the roles and all other choices.
2011-01-17, by Madhusudan.C.S
Add label to the comment form field.
2011-01-17, by Madhusudan.C.S
Add bottom margin to the main header.
2011-01-17, by Madhusudan.C.S
Use the new forms tags and fix the styling.
2011-01-17, by Madhusudan.C.S
Add a lot of CSS changes, I can't even remember how many and what are they.
2011-01-17, by Madhusudan.C.S
Restructure the entire base template and move the left sidebar to another subtemplate.
2011-01-17, by Madhusudan.C.S
Add two new buttons for approval.
2011-01-17, by Madhusudan.C.S
Huh, please don't tell me I will have to refactor so much code again.
2011-01-16, by Madhusudan.C.S
Use reverse function instead of hard coded URL.
2011-01-16, by Madhusudan.C.S
Replace create template with edit template.
2011-01-16, by Madhusudan.C.S
Remove the redundant function for suggesting tags and added the required import.
2011-01-16, by Madhusudan.C.S
Move all the content from create form to edit form for tasks.
2011-01-16, by Madhusudan.C.S
Remove redundant templates.
2011-01-16, by Madhusudan.C.S
Restructured create form to use templatetags and use Javascript for autcomplete.
2011-01-16, by Madhusudan.C.S
Add templatetags for form handling.
2011-01-16, by Madhusudan.C.S
Add JQuery and JQuery UI files to the collection.
2011-01-16, by Madhusudan.C.S
Change imports to be more readable.
2011-01-15, by Madhusudan.C.S
Change the name of the addreviewer url mapper.
2011-01-15, by Madhusudan.C.S
Use django shortcut for raising 404s.
2011-01-15, by Madhusudan.C.S
Capitalize the name Notifications.
2011-01-15, by Madhusudan.C.S
Add a new view method for specific users profile view.
2011-01-15, by Madhusudan.C.S
less
more
|
(0)
-120
tip