summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved title = app_name in base.htmlAamir Khan2012-06-244-8/+0
|
* Template refactoring: Rating now works on threads and message pageAamir Khan2012-06-245-59/+66
|
* modified voteup/votedown URLAamir Khan2012-06-242-2/+3
|
* Moved add_tag_form to templates/threads/Aamir Khan2012-06-242-6/+3
|
* Template refactoring: Fixing id of voteup/votedown linkAamir Khan2012-06-242-9/+8
|
* Templates refactoring : Added messages/ and threads/ template directoriesAamir Khan2012-06-225-127/+113
|
* Templates refactoring : added lists/list_nav.htmlAamir Khan2012-06-222-44/+49
|
* indenting template code using http://jsbeautifier.orgAamir Khan2012-06-201-92/+62
|
* removing all base_*.html template files. All templates now extends single ↵Aamir Khan2012-06-2010-262/+64
| | | | base.html
* changing template name to load add_tag_formAamir Khan2012-06-203-3/+5
|
* renaming simple_form.html to add_tag_form.htmlAamir Khan2012-06-201-4/+2
|
* Moving AddTagForm to thread.py from pages.pyAamir Khan2012-06-202-9/+9
|
* Adding thread.py for thread level viewsAamir Khan2012-06-202-3/+45
|
* changing url for message level votingAamir Khan2012-06-202-3/+4
|
* Removing mockup.py from views/Aamir Khan2012-06-201-152/+0
|
* Adding UserProfile ModelAamir Khan2012-06-201-0/+11
|
* README updatedAamir Khan2012-06-201-8/+9
|
* Moving views related to message to message.pyAamir Khan2012-06-202-60/+73
|
* removing debugging print statementsAamir Khan2012-06-201-5/+4
|
* messageid was getting truncated because of insufficient lengthAamir Khan2012-06-201-1/+1
|
* user should not be unique in ratings tableAamir Khan2012-06-201-1/+1
|
* Rating of messagesAamir Khan2012-06-185-5/+84
|
* temporary user profile pageAamir Khan2012-06-181-0/+3
|
* Login authentication - browser id fixAamir Khan2012-06-125-1/+25
|
* Login authenticationAamir Khan2012-06-124-3/+130
|
* settings.py changing app nameAamir Khan2012-06-111-1/+1
|
* Basic configuration stuffAamir Khan2012-06-113-8/+24
|
* Start on the add tag and add category bitsPierre-Yves Chibon2012-06-104-8/+122
|
* Fix the HTML of the search box at the top rightPierre-Yves Chibon2012-06-102-4/+8
|
* Layout the css link and work on the add tag bitsPierre-Yves Chibon2012-06-101-4/+6
|
* Update README to add dependenciesPierre-Yves Chibon2012-06-101-0/+2
|
* Fix documentationPierre-Yves Chibon2012-06-101-1/+1
|
* Little fix the 30 last days overview graphPierre-Yves Chibon2012-05-181-1/+1
|
* Adjust the template for the output of the searchPierre-Yves Chibon2012-05-171-11/+11
|
* Implement the search on the RDBMS backendPierre-Yves Chibon2012-05-171-16/+18
|
* Start re-working the templates to adjust them to the new data structurePierre-Yves Chibon2012-05-153-12/+12
|
* Adjust to new data structurePierre-Yves Chibon2012-05-151-5/+4
|
* Adjust templates to the new objectsPierre-Yves Chibon2012-05-154-32/+32
|
* Adjust settings to the name of the modulePierre-Yves Chibon2012-05-141-1/+1
|
* Update documentationPierre-Yves Chibon2012-05-141-5/+21
|
* Start implementing the relational database system branchPierre-Yves Chibon2012-05-141-4/+8
|
* Start implementing the relational database system branchPierre-Yves Chibon2012-05-141-32/+30
|
* Layout and add the information required by the KittyStore modulePierre-Yves Chibon2012-05-141-1/+2
|
* Integrate gravatar within the thread view on the left columnPierre-Yves Chibon2012-04-232-5/+5
|
* Even more improvement on the pagination systemPierre-Yves Chibon2012-04-231-1/+1
|
* Attempt to improve the detection of the page numberPierre-Yves Chibon2012-04-231-2/+9
|
* Ugly hack to get gravatar working -- should be fixed in the db level and ↵Pierre-Yves Chibon2012-04-231-0/+3
| | | | this commit should be reverted
* Add integration with gravatar in the template and adjust documentationPierre-Yves Chibon2012-04-237-9/+16
|
* Take out urlgrabber as the current code doesn't use itPierre-Yves Chibon2012-04-231-1/+1
|
* Let's convert the value to int if there is a value to convertPierre-Yves Chibon2012-04-231-4/+5
|