summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-01Allow tags to have hyphen (-) in the tag view URL.Madhusudan.C.S
2011-02-01comma in the display list should not appear after last tag element.Madhusudan.C.S
2011-02-01Define a templatetag to display list of tags and make them linked.Madhusudan.C.S
2011-02-01Change the textbook list templatetag to task list template tag.Madhusudan.C.S
2011-02-01Add a view to list all items tagged with a given tag name.Madhusudan.C.S
2011-02-01The chapters link on view textbook page must use the new views.Madhusudan.C.S
2011-02-01Add edit and view chapters views.Madhusudan.C.S
2011-02-01Remove unused tags1 variable.Madhusudan.C.S
2011-02-01Add a base exception class and make unauthorization class a subclass.Madhusudan.C.S
2011-02-01Initial tags for the chapters should not contain Textbook as the keyword.Madhusudan.C.S
2011-02-01Add exception middleware and related files.Madhusudan.C.S
2011-02-01Create a package for taskapp views and break the views into task and textbook.Madhusudan.C.S
Now all the view functions common to any two entities along with all tasks related views sit in task module. Even if the view is not directly related to the task entity, it sits in the task module since task is the base for every other entity in the application.
2011-02-01Move the configuration module to the helpers package and adjust the imports.Madhusudan.C.S
2011-02-01Create a separate package to hold all the PyTask sitewide helpers.Madhusudan.C.S
2011-02-01Add a utility script with a function to remove Textbook from current ↵Madhusudan.C.S
textbook chapter tasks.
2011-01-31Change password reset email URL to hard coded URL.Madhusudan.C.S
2011-01-31Use django-registration module url reverse methods than the django's.Madhusudan.C.S
2011-01-31Use the form helpers templatetags instead of hard coding forms.Madhusudan.C.S
2011-01-31Change form related properties.Madhusudan.C.S
2011-01-30Display list of tasks related to a Textbook and allow coordinator to create ↵Madhusudan.C.S
them.
2011-01-30Style fixes.Madhusudan.C.S
2011-01-30Allow editing of tasks even to coordinators and mentors.Madhusudan.C.S
2011-01-30A task should be able to have sub tasks. So sub tasks are linked to their ↵Madhusudan.C.S
parents.
2011-01-30Add a view, form and related URL for chapter creation under textbook.Madhusudan.C.S
2011-01-30Chapters must be created from the Task model.Madhusudan.C.S
Textbook model don't exist anymore.
2011-01-30Fix the font size of the text in input boxes.Madhusudan.C.S
2011-01-30Make the forms box liquid. Don't use fixed width.Madhusudan.C.S
2011-01-30Disable Task creation and related activities for now.Madhusudan.C.S
2011-01-28Content of the email about workshop slides.Madhusudan.C.S
2011-01-28Override the username field provided by Registration app.Madhusudan.C.S
2011-01-28Use the release version of South than the latest version.Madhusudan.C.S
South is very critical for our application. So don't take any risk with the users data. Use the release version.
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