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.
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
Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
2011-01-15, by Madhusudan.C.S
Remove initial south migrations also during reset of the database.
2011-01-15, by Madhusudan.C.S
Modify the home page URL mapper to be consistent with other mappers.
2011-01-15, by Madhusudan.C.S
Removed this file since the utilities are no more used.
2011-01-15, by Madhusudan.C.S
Add reset_db script.
2011-01-15, by Madhusudan.C.S
Remove the unexisting import.
2011-01-15, by Madhusudan.C.S
Used reverse URL matching instead of hard coded URLs.
2011-01-15, by Madhusudan.C.S
Fix styling issue in URLConf.
2011-01-15, by Madhusudan.C.S
Make adjustment in import styling.
2011-01-15, by Madhusudan.C.S
Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
2011-01-15, by Madhusudan.C.S
Add name for each URL definition.
2011-01-15, by Madhusudan.C.S
Removed utils file whose only function is not required anymore.
2011-01-15, by Madhusudan.C.S
Add a fixture to maintain the Sites framework data settings.
2011-01-15, by Madhusudan.C.S
Change the admin media prefix to suit the server settings.
2011-01-15, by Madhusudan.C.S
Remove uniqkey field from every model.
2011-01-15, by Madhusudan.C.S
Add pytask as prefix to admin media and move SITE_ID to local settings
2011-01-15, by Madhusudan.C.S
Replace URL definition with the standard way of defining URLs.
2011-01-14, by Madhusudan.C.S
base.css: Changed font-family and font-size.
2011-01-14, by Puneeth Chaganti
Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
2011-01-14, by Madhusudan.C.S
Added south in installed apps.
2011-01-14, by Madhusudan.C.S
Adjusted the styling of the urls.py file.
2011-01-14, by Madhusudan.C.S
Add a DEVELOPMENT settings for URL mapping for static and media files.
2011-01-14, by Madhusudan.C.S
Fixed the path to use /pytask as the prefix.
2011-01-14, by Madhusudan.C.S
Added STATIC related variables.
2011-01-14, by Madhusudan.C.S
.installed.cfg from buildout should not be tracked.
2011-01-14, by Madhusudan.C.S
Reorganized settings file to use the current filesystem path than hard coded paths.
2011-01-14, by Madhusudan.C.S
Move local settings specific stuff out of settings.py to local.py.
2011-01-14, by Madhusudan.C.S
Add psycopg2 package for postgresql support.
2011-01-14, by Madhusudan.C.S
Updated the hgignore file to ignore all the unnecessary files.
2011-01-14, by Madhusudan.C.S
This branch is of no use too. Marking it as dead.
madhu
2011-01-14, by Madhusudan.C.S
fixed a bug where guest users were not able to view the page correctly
2011-01-12, by Nishanth Amuluru
fixed a few broken links to templates
2011-01-12, by Nishanth Amuluru
added all the buildout data to hgignore
2011-01-11, by Nishanth Amuluru
less
more
|
(0)
-120
tip