summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-24Content of the Email to be sent for Scilab workshop.Madhusudan.C.S
2011-01-24Added my name for the email sender address.Madhusudan.C.S
2011-01-23Add support for Pygments.Madhusudan.C.S
2011-01-23Style fix.Madhusudan.C.S
2011-01-23Fixed a bug related to using wrong ID in the template tag.Madhusudan.C.S
2011-01-22Adding contents of confusion resolver mail for the textbook project.Madhusudan.C.S
2011-01-21Modify the template of the mail.Madhusudan.C.S
2011-01-21Fixed the getting profile and name model property.Madhusudan.C.S
2011-01-21Templates for sending textbook project workshop remainder email.Madhusudan.C.S
2011-01-21Add a script for sending email to users.Madhusudan.C.S
2011-01-21Make the created by line use the new templatetag in tasks view page.Madhusudan.C.S
2011-01-21Add uberbar messages not to claim the task. This must be disabled once ↵Madhusudan.C.S
claiming is possible.
2011-01-21Fix styling issues.Madhusudan.C.S
2011-01-21Add support for sticky bar top bar.Madhusudan.C.S
2011-01-21Use the right URL reverse name for selecting claimed user.Madhusudan.C.S
2011-01-21Use the view_user_profile reverse view name for the profiles of non-logged ↵Madhusudan.C.S
in users.
2011-01-20Add a project specific configuration file, and create a template context ↵Madhusudan.C.S
processor to tell if tasks claim are enabled or not.
2011-01-20Change all the queries to Textbook model to Tasks.Madhusudan.C.S
Since Textbook model is deprecated now, implemented the changes in the views to query respected queries and make corresponding changes in the views.
2011-01-20Fix styling issues.Madhusudan.C.S
2011-01-20Give style to the main header text link of every html page.Madhusudan.C.S
2011-01-20Add a new templatetag to render modified on and by line in documents.Madhusudan.C.S
Add the necessary div tags, html templates, templatetag function and the CSS to give necessary layout and styling.
2011-01-20List each department textbooks separately for now, think of a clever way later.Madhusudan.C.S
2011-01-20Add templatetags for listing textbooks.Madhusudan.C.S
This templatetag must be refactored to be utilized for tasks also.
2011-01-20Textbooks list page should list all the tasks tagged with textbooks.Madhusudan.C.S
2011-01-20Added additional text message for the deprecated model.Madhusudan.C.S
2011-01-20Adding deprecation warning to Textbook model.Madhusudan.C.S
2011-01-20Add time to filenames generated for dumps.Madhusudan.C.S
2011-01-20Add last_modified field to most of the models and make other necessary model ↵Madhusudan.C.S
changes.
2011-01-20Approve the textbooks directly.Madhusudan.C.S
2011-01-20Return whatever context can be shown for non-logged in user for tasks browse.Madhusudan.C.S
2011-01-20Use the right url reverse name for profile views.Madhusudan.C.S
2011-01-20Change the path to dump data directory.Madhusudan.C.S
2011-01-20Remove the reset_db script. I should not be able to run it even in my dream.Madhusudan.C.S
2011-01-20Scripts for taskapp and profile apps south migrations.Madhusudan.C.S
2011-01-20A python script to load the data of tasks from CSV to database.Madhusudan.C.S
2011-01-20Adding a database dumpscript. It should be added to cron.Madhusudan.C.S
2011-01-20Adding a skeleton README file.Madhusudan.C.S
2011-01-20Add CSS for footer and add contact information to footer.Madhusudan.C.S
2011-01-20Added Calendar widget support from jQuery UI plugin for registration fields.Madhusudan.C.S
--HG-- extra : rebase_source : e484e7c6bedcd40a6ba74b36c0e1d68c72ab3cb2
2011-01-20Add additional div tags and use % based values for all properties instead of ↵Madhusudan.C.S
pixel based. The core ideas of using multiple containers among other things as commented in the CSS file are taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# giving them the due credits they deserve. Thank you very much guys. I was struggling to get a fully liquid three-column layout. I made some changes as per my ideas. --HG-- extra : rebase_source : a071d5e0518ec9b772ac7fc60581fd8412cfa7dd
2011-01-20Fix the styling and modify the help text to calendar field to use the ↵Madhusudan.C.S
conventional format. --HG-- extra : rebase_source : 890e5ed588ed4cc54b4bc68fa561099afad584e0
2011-01-20Modify the Form legend text (if we ever make it appear anywhere) to show ↵Madhusudan.C.S
Create Registration Form. --HG-- extra : rebase_source : f2dc86f1ff20341574991721d8944eaf87405266
2011-01-19Add about links to left sidebar which redirects to textbooks and fossee main ↵Madhusudan.C.S
pages.
2011-01-19Remove Proceed to login text from activate.html file.Madhusudan.C.S
2011-01-19Adding activate.html as required by the django-registration protocol.Madhusudan.C.S
2011-01-19Add a template page for server error config. HTTP 500.Madhusudan.C.S
2011-01-18Move the regbackend import to urls.py.Madhusudan.C.S
2011-01-18Add django-extensions app to the site INSTALLED_APPS.Madhusudan.C.S
2011-01-18Remove the remaining occurences of uniq_key.Madhusudan.C.S
2011-01-18import the signal connector module for profile creation in the models file ↵Madhusudan.C.S
since it is loaded when django starts the server.