summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-10The textbook view page displays the Pynts next to each task.Madhusudan.C.S
2011-02-10Show the description of the textbook on textbook view page.Madhusudan.C.S
2011-02-10Display the number of Pynts assigned for a task on task view page.Madhusudan.C.S
2011-02-09Renaming README to have rst extension so that github renders properly.Madhusudan.C.S
2011-02-09Allow reviewers for the task, coordinators and admit to approve task claims.Madhusudan.C.S
Also fix styling issues.
2011-02-09Raise UnauthorizedAccess exception in such a violation instead of Http404.Madhusudan.C.S
2011-02-09UI Fix: Horizontal Ruler should separate About section in all cases.Madhusudan.C.S
2011-02-09Username displayed on the profile page should be of the accessed profile.Madhusudan.C.S
2011-02-09Merged the view_profile and view_user_profile views.Madhusudan.C.S
We also pass the context variables required to render the profile page's sensitive information.
2011-02-09Use profile_user for context variable since it conflicts with one provided ↵Madhusudan.C.S
by RequestContextProcessor.
2011-02-09Style fixes.Madhusudan.C.S
2011-02-09Get the tasks information per user from the user model.Madhusudan.C.S
2011-02-09Use profile instead of viewing_profile as the context variable.Madhusudan.C.S
Also make some style fixes.
2011-02-08Order the child tasks according to the date of creation.Madhusudan.C.S
The task that was created first will appear first.
2011-02-08Allow single quote in tags.Madhusudan.C.S
2011-02-08Define the files that git should not track.Madhusudan.C.S
2011-02-08List Civil Engineering Textbooks too on the list.Madhusudan.C.S
2011-02-07Remove sensitive profile information displayed to public.Madhusudan.C.S
2011-02-07Convert user_id to int before querying the database.Madhusudan.C.S
2011-02-07Style fixes.Madhusudan.C.S
2011-02-07Disable all the uber bar messages asking not to claim tasks.Madhusudan.C.S
2011-02-07Add the email content to announce opening of task claims.Madhusudan.C.S
2011-02-07Email helper takes a filter dict that can be used in Django queries.Madhusudan.C.S
2011-02-07Allow forward slash (/) in the tags.Madhusudan.C.S
2011-02-06Add source code repository URL and also switch to master branch.Madhusudan.C.S
This source code was originally maintained as a mercurial repository. With this revision it was ported to git. So we are switching to the default branch in git called master branch.
2011-02-06PyTask is Licensed under the terms of GNU Affero General Public LicenseMadhusudan.C.S
version 3 or (at the author's option) any later version.
2011-02-05Display Pynts on task/textbook description page.Madhusudan.C.S
Also make some style fixes.
2011-02-04Use the form helpers templatetag module in the addreviewer template.Madhusudan.C.S
2011-02-04Use Unauthorized exception for access checks.Madhusudan.C.S
2011-02-04Style fixes.Madhusudan.C.S
2011-02-04EditTextBook form should use Task model itself.Madhusudan.C.S
2011-02-04Update jQuery UI from 1.8.8 to 1.8.9.Madhusudan.C.S
2011-02-04Update jQuery to jQuery 1.5.Madhusudan.C.S
2011-02-02Add wsgi option and log file option.Madhusudan.C.S
2011-02-01Allow ampersands in tags.Madhusudan.C.S
2011-02-01Base views should take keyword arguments and should use them for URLs.Madhusudan.C.S
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