Fri, 21 Jan 2011 19:48:33 +0530 Madhusudan.C.S Templates for sending textbook project workshop remainder email.
Fri, 21 Jan 2011 19:47:43 +0530 Madhusudan.C.S Add a script for sending email to users.
Fri, 21 Jan 2011 02:12:25 +0530 Madhusudan.C.S Make the created by line use the new templatetag in tasks view page.
Fri, 21 Jan 2011 02:11:59 +0530 Madhusudan.C.S Add uberbar messages not to claim the task. This must be disabled once claiming is possible.
Fri, 21 Jan 2011 02:11:25 +0530 Madhusudan.C.S Fix styling issues.
Fri, 21 Jan 2011 02:09:58 +0530 Madhusudan.C.S Add support for sticky bar top bar.
Fri, 21 Jan 2011 00:27:33 +0530 Madhusudan.C.S Use the right URL reverse name for selecting claimed user.
Fri, 21 Jan 2011 00:17:10 +0530 Madhusudan.C.S Use the view_user_profile reverse view name for the profiles of non-logged in users.
Thu, 20 Jan 2011 17:47:41 +0530 Madhusudan.C.S Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Thu, 20 Jan 2011 17:46:49 +0530 Madhusudan.C.S Change all the queries to Textbook model to Tasks.
Thu, 20 Jan 2011 17:45:39 +0530 Madhusudan.C.S Fix styling issues.
Thu, 20 Jan 2011 17:44:02 +0530 Madhusudan.C.S Give style to the main header text link of every html page.
Thu, 20 Jan 2011 17:42:46 +0530 Madhusudan.C.S Add a new templatetag to render modified on and by line in documents.
Thu, 20 Jan 2011 07:56:21 +0530 Madhusudan.C.S List each department textbooks separately for now, think of a clever way later.
Thu, 20 Jan 2011 07:55:38 +0530 Madhusudan.C.S Add templatetags for listing textbooks.
Thu, 20 Jan 2011 07:17:14 +0530 Madhusudan.C.S Textbooks list page should list all the tasks tagged with textbooks.
Thu, 20 Jan 2011 06:36:38 +0530 Madhusudan.C.S Added additional text message for the deprecated model.
Thu, 20 Jan 2011 06:31:18 +0530 Madhusudan.C.S Adding deprecation warning to Textbook model.
Thu, 20 Jan 2011 06:22:10 +0530 Madhusudan.C.S Add time to filenames generated for dumps.
Thu, 20 Jan 2011 06:13:40 +0530 Madhusudan.C.S Add last_modified field to most of the models and make other necessary model changes.
Thu, 20 Jan 2011 06:12:57 +0530 Madhusudan.C.S Approve the textbooks directly.
Thu, 20 Jan 2011 06:12:25 +0530 Madhusudan.C.S Return whatever context can be shown for non-logged in user for tasks browse.
Thu, 20 Jan 2011 06:02:34 +0530 Madhusudan.C.S Use the right url reverse name for profile views.
Thu, 20 Jan 2011 06:02:04 +0530 Madhusudan.C.S Change the path to dump data directory.
Thu, 20 Jan 2011 06:01:49 +0530 Madhusudan.C.S Remove the reset_db script. I should not be able to run it even in my dream.
Thu, 20 Jan 2011 06:00:17 +0530 Madhusudan.C.S Scripts for taskapp and profile apps south migrations.
Thu, 20 Jan 2011 05:59:47 +0530 Madhusudan.C.S A python script to load the data of tasks from CSV to database.
Thu, 20 Jan 2011 05:56:47 +0530 Madhusudan.C.S Adding a database dumpscript. It should be added to cron.
Thu, 20 Jan 2011 05:54:14 +0530 Madhusudan.C.S Adding a skeleton README file.
Thu, 20 Jan 2011 02:22:38 +0530 Madhusudan.C.S Add CSS for footer and add contact information to footer.
Thu, 20 Jan 2011 01:37:44 +0530 Madhusudan.C.S Added Calendar widget support from jQuery UI plugin for registration fields.
Thu, 20 Jan 2011 01:36:37 +0530 Madhusudan.C.S Add additional div tags and use % based values for all properties instead of pixel based.
Thu, 20 Jan 2011 01:33:41 +0530 Madhusudan.C.S Fix the styling and modify the help text to calendar field to use the conventional format.
Thu, 20 Jan 2011 01:32:49 +0530 Madhusudan.C.S Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
Wed, 19 Jan 2011 19:16:24 +0530 Madhusudan.C.S Add about links to left sidebar which redirects to textbooks and fossee main pages.
Wed, 19 Jan 2011 19:05:49 +0530 Madhusudan.C.S Remove Proceed to login text from activate.html file.
Wed, 19 Jan 2011 18:53:50 +0530 Madhusudan.C.S Adding activate.html as required by the django-registration protocol.
Wed, 19 Jan 2011 18:36:29 +0530 Madhusudan.C.S Add a template page for server error config. HTTP 500.
Tue, 18 Jan 2011 22:17:05 +0530 Madhusudan.C.S Move the regbackend import to urls.py.
Tue, 18 Jan 2011 22:02:35 +0530 Madhusudan.C.S Add django-extensions app to the site INSTALLED_APPS.
Tue, 18 Jan 2011 22:01:02 +0530 Madhusudan.C.S Remove the remaining occurences of uniq_key.
Tue, 18 Jan 2011 21:59:20 +0530 Madhusudan.C.S import the signal connector module for profile creation in the models file since it is loaded when django starts the server.
Tue, 18 Jan 2011 21:58:24 +0530 Madhusudan.C.S Replace the occurence of role to rights.
Tue, 18 Jan 2011 21:58:08 +0530 Madhusudan.C.S Remove all occurences of uniq_key.
Tue, 18 Jan 2011 21:57:41 +0530 Madhusudan.C.S Fix the style as per PEP8 guidelines.
Tue, 18 Jan 2011 21:55:13 +0530 Madhusudan.C.S Add support to werkzeug and the most sought after django command extensions app.
Tue, 18 Jan 2011 17:34:57 +0530 Madhusudan.C.S Redirect successful login to profile page if logged in from activation complete.
Tue, 18 Jan 2011 17:34:29 +0530 Madhusudan.C.S Make changes to the code style so that it is consistent across the code base.
Tue, 18 Jan 2011 15:36:07 +0530 Madhusudan.C.S Fix the site template variable used in the email for registrants.
Tue, 18 Jan 2011 14:54:24 +0530 Madhusudan.C.S This file was mistakenly deleted in the previous version. Reverting the delete.
Tue, 18 Jan 2011 14:47:26 +0530 Madhusudan.C.S Use the defined templatetag on profile registration form too.
Tue, 18 Jan 2011 14:37:54 +0530 Madhusudan.C.S Add tooltip support for form fields using qtip.
Tue, 18 Jan 2011 14:37:30 +0530 Madhusudan.C.S Add the error message to login template.
Tue, 18 Jan 2011 14:37:06 +0530 Madhusudan.C.S Handle all cases of login.
Tue, 18 Jan 2011 14:34:26 +0530 Madhusudan.C.S CSS Properties to render login form error.
Tue, 18 Jan 2011 14:33:54 +0530 Madhusudan.C.S Redirect the login to home page if the login is made from logout page.
Tue, 18 Jan 2011 01:47:55 +0530 Madhusudan.C.S Move LOGIN_REDIRECT_URL to local settings since it differs based on URLs on the local settings.
Tue, 18 Jan 2011 01:20:07 +0530 Madhusudan.C.S A new view for processing post login to give the right html to replace for user action right sidebar.
Tue, 18 Jan 2011 01:19:41 +0530 Madhusudan.C.S Replace all usage of context with RequestContext and use the imports in right form.
Tue, 18 Jan 2011 01:10:40 +0530 Madhusudan.C.S Replace all occurences of context with RequestContext in taskapp views.
Tue, 18 Jan 2011 01:08:32 +0530 Madhusudan.C.S Add the necessary Javascript to implement in place login functionality.
Tue, 18 Jan 2011 01:08:01 +0530 Madhusudan.C.S Move the user login template code to its own template file, so it can be reused.
Tue, 18 Jan 2011 01:06:21 +0530 Madhusudan.C.S Add the source to Javascript required to login users.
Tue, 18 Jan 2011 01:05:42 +0530 Madhusudan.C.S Replaces all occurences of context with RequestContext.
Mon, 17 Jan 2011 05:34:59 +0530 Madhusudan.C.S Add login properties to right menu.
Mon, 17 Jan 2011 05:34:48 +0530 Madhusudan.C.S Add CSS properties for login form.
Mon, 17 Jan 2011 05:34:26 +0530 Madhusudan.C.S Fix style issue in the profile model.
Mon, 17 Jan 2011 05:33:59 +0530 Madhusudan.C.S Use the correct choices variable for the role and status.
Mon, 17 Jan 2011 05:33:27 +0530 Madhusudan.C.S Use the right name for the profile role's values.
Mon, 17 Jan 2011 05:32:59 +0530 Madhusudan.C.S Update the reset db script to seed profile also.
Mon, 17 Jan 2011 04:37:07 +0530 Madhusudan.C.S Use the right form of names to be stored in the database.
Mon, 17 Jan 2011 04:06:21 +0530 Madhusudan.C.S Add support for right side menu.
Mon, 17 Jan 2011 04:06:06 +0530 Madhusudan.C.S Use the right names for the roles and all other choices.
Mon, 17 Jan 2011 02:58:27 +0530 Madhusudan.C.S Add label to the comment form field.
Mon, 17 Jan 2011 02:55:30 +0530 Madhusudan.C.S Add bottom margin to the main header.
Mon, 17 Jan 2011 02:53:11 +0530 Madhusudan.C.S Use the new forms tags and fix the styling.
Mon, 17 Jan 2011 02:52:42 +0530 Madhusudan.C.S Add a lot of CSS changes, I can't even remember how many and what are they.
Mon, 17 Jan 2011 02:51:55 +0530 Madhusudan.C.S Restructure the entire base template and move the left sidebar to another subtemplate.
Mon, 17 Jan 2011 02:50:58 +0530 Madhusudan.C.S Add two new buttons for approval.
Sun, 16 Jan 2011 23:17:13 +0530 Madhusudan.C.S Huh, please don't tell me I will have to refactor so much code again.
Sun, 16 Jan 2011 23:16:21 +0530 Madhusudan.C.S Use reverse function instead of hard coded URL.
Sun, 16 Jan 2011 20:56:58 +0530 Madhusudan.C.S Replace create template with edit template.
Sun, 16 Jan 2011 20:55:31 +0530 Madhusudan.C.S Remove the redundant function for suggesting tags and added the required import.
Sun, 16 Jan 2011 20:54:42 +0530 Madhusudan.C.S Move all the content from create form to edit form for tasks.
Sun, 16 Jan 2011 20:47:43 +0530 Madhusudan.C.S Remove redundant templates.
Sun, 16 Jan 2011 17:04:13 +0530 Madhusudan.C.S Restructured create form to use templatetags and use Javascript for autcomplete.
Sun, 16 Jan 2011 17:02:02 +0530 Madhusudan.C.S Add templatetags for form handling.
Sun, 16 Jan 2011 17:00:37 +0530 Madhusudan.C.S Add JQuery and JQuery UI files to the collection.
Sat, 15 Jan 2011 21:24:06 +0530 Madhusudan.C.S Change imports to be more readable.
Sat, 15 Jan 2011 21:23:47 +0530 Madhusudan.C.S Change the name of the addreviewer url mapper.
Sat, 15 Jan 2011 21:23:18 +0530 Madhusudan.C.S Use django shortcut for raising 404s.
Sat, 15 Jan 2011 21:22:56 +0530 Madhusudan.C.S Capitalize the name Notifications.
Sat, 15 Jan 2011 21:22:35 +0530 Madhusudan.C.S Add a new view method for specific users profile view.
Sat, 15 Jan 2011 21:21:49 +0530 Madhusudan.C.S Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
Sat, 15 Jan 2011 21:21:19 +0530 Madhusudan.C.S Remove initial south migrations also during reset of the database.
Sat, 15 Jan 2011 21:20:35 +0530 Madhusudan.C.S Modify the home page URL mapper to be consistent with other mappers.
Sat, 15 Jan 2011 21:20:01 +0530 Madhusudan.C.S Removed this file since the utilities are no more used.
Sat, 15 Jan 2011 04:18:57 +0530 Madhusudan.C.S Add reset_db script.
Sat, 15 Jan 2011 04:18:44 +0530 Madhusudan.C.S Remove the unexisting import.
Sat, 15 Jan 2011 04:06:45 +0530 Madhusudan.C.S Used reverse URL matching instead of hard coded URLs.
Sat, 15 Jan 2011 04:06:30 +0530 Madhusudan.C.S Fix styling issue in URLConf.
Sat, 15 Jan 2011 03:59:15 +0530 Madhusudan.C.S Make adjustment in import styling.
Sat, 15 Jan 2011 03:59:00 +0530 Madhusudan.C.S Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
Sat, 15 Jan 2011 03:58:06 +0530 Madhusudan.C.S Add name for each URL definition.
Sat, 15 Jan 2011 03:57:25 +0530 Madhusudan.C.S Removed utils file whose only function is not required anymore.
Sat, 15 Jan 2011 01:19:48 +0530 Madhusudan.C.S Add a fixture to maintain the Sites framework data settings.
Sat, 15 Jan 2011 01:16:17 +0530 Madhusudan.C.S Change the admin media prefix to suit the server settings.
Sat, 15 Jan 2011 00:41:50 +0530 Madhusudan.C.S Remove uniqkey field from every model.
Sat, 15 Jan 2011 00:37:46 +0530 Madhusudan.C.S Add pytask as prefix to admin media and move SITE_ID to local settings
Fri, 14 Jan 2011 05:29:44 +0530 Madhusudan.C.S Replace URL definition with the standard way of defining URLs.
Fri, 14 Jan 2011 22:53:18 +0530 Puneeth Chaganti base.css: Changed font-family and font-size.
Fri, 14 Jan 2011 04:25:03 +0530 Madhusudan.C.S Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Fri, 14 Jan 2011 04:18:16 +0530 Madhusudan.C.S Added south in installed apps.
Fri, 14 Jan 2011 04:18:03 +0530 Madhusudan.C.S Adjusted the styling of the urls.py file.
Fri, 14 Jan 2011 04:05:24 +0530 Madhusudan.C.S Add a DEVELOPMENT settings for URL mapping for static and media files.
Fri, 14 Jan 2011 04:05:05 +0530 Madhusudan.C.S Fixed the path to use /pytask as the prefix.
Fri, 14 Jan 2011 04:04:26 +0530 Madhusudan.C.S Added STATIC related variables.
Fri, 14 Jan 2011 02:28:59 +0530 Madhusudan.C.S .installed.cfg from buildout should not be tracked.
Fri, 14 Jan 2011 02:28:42 +0530 Madhusudan.C.S Reorganized settings file to use the current filesystem path than hard coded paths.
Fri, 14 Jan 2011 02:10:53 +0530 Madhusudan.C.S Move local settings specific stuff out of settings.py to local.py.
(0) -120 tip