Mercurial > hg > agora-ahsan
graph
-
Code Cleanup in templates and CSS files. draft default tipSun, 22 Sep 2013 04:16:20 +0500, by Ahsan Ali Shahid
-
Added JQuery Star Ratings module and its template modifications. draftSun, 22 Sep 2013 02:01:33 +0500, by Ahsan Ali Shahid
-
Fixed a subtle bug in snippet app. There was a mistake in the regulare expression of snippet app. Snippets should not show any error upon creation. draftTue, 10 Sep 2013 14:56:27 +0500, by Ahsan Ali Shahid
-
Moved CSS code from LESS file to normal CSS file so that newly added CSS can work. draftTue, 27 Aug 2013 06:00:18 +0500, by Ahsan Ali Shahid
-
Removed redundant code for ratings field and add a separate template file for ratings field. Now ratings will be handled by Jquery. draftWed, 21 Aug 2013 03:52:06 +0500, by Ahsan Ali Shahid
-
Updated snippet's template and views files to fix rating code collision which prevented posting new snippets. draftMon, 19 Aug 2013 20:30:19 +0500, by Ahsan Ali Shahid
-
Removed unnecessary whitespaces from the source draftFri, 19 Jul 2013 22:54:18 +0500, by Ahsan Ali Shahid
-
Added RatingField import and fixed an html tag in snippet template draftFri, 19 Jul 2013 22:40:25 +0500, by Ahsan Ali Shahid
-
modified settings.py file to add django-ratings and south into the installed apps draftFri, 19 Jul 2013 22:13:14 +0500, by Ahsan Ali Shahid
-
modified snippets model file to add rating field. This series of updates should be applied carefully and south should be used so that it can add additional fields into the database without resetting the database draftFri, 19 Jul 2013 22:11:52 +0500, by Ahsan Ali Shahid
-
Add necessary code to views and forms of snippet for Ratings draftFri, 19 Jul 2013 22:09:29 +0500, by Ahsan Ali Shahid
-
Added code for Ratings Module to snippets template file draftFri, 19 Jul 2013 21:55:04 +0500, by Ahsan Ali Shahid
-
Added django-ratings dependency in pip-file draftWed, 17 Jul 2013 22:45:18 +0500, by Ahsan Ali Shahid
-
Fixed redirection issue . User was redirected to a greeting page before. Now user will be redirected to the same page on which the user commented. draftThu, 04 Jul 2013 20:32:54 +0500, by Ahsan Ali Shahid
-
Removed extrawhitespaces and moved comments template files to templates folder draftThu, 04 Jul 2013 15:45:50 +0500, by Ahsan Ali Shahid
-
added code for the integration of comment system into bundles and snippets. draftTue, 02 Jul 2013 02:09:21 +0500, by ahsanalishahid
-
Added comment template files and customized comments app files draftTue, 02 Jul 2013 02:04:09 +0500, by ahsanalishahid
-
Added necessary css and Javascript code for the comment system draftTue, 02 Jul 2013 02:01:02 +0500, by ahsanalishahid
-
added treecomments app settings in settings.py draftTue, 02 Jul 2013 01:54:27 +0500, by ahsanalishahid
-
Changes: Now guest users cannot see revision history and they also cannot see snippets posted by registered users. To see snippets posted by registered users, one has to login. draftThu, 20 Jun 2013 17:17:16 +0500, by ahsanalishahid
-
Changed snippet template so that now anonymous user cannot see revision history. To see revision history you must login. draftTue, 18 Jun 2013 19:59:40 +0500, by ahsanalishahid
-
Use ugettext for octave_format help_text (bundle)Sat, 27 Oct 2012 16:26:54 -0400, by dellsystem
-
Added help_text to bundle description fieldSat, 27 Oct 2012 16:26:11 -0400, by dellsystem
-
Change order of some fields in bundle upload formSat, 27 Oct 2012 16:25:19 -0400, by dellsystem
-
Recompile CSSSat, 27 Oct 2012 16:19:24 -0400, by dellsystem
-
Use DESCRIPTION file for bundles (SCHEMA CHANGE)Sat, 27 Oct 2012 15:58:08 -0400, by dellsystem
-
Catch integrity error when creating bundlesSat, 27 Oct 2012 15:41:58 -0400, by dellsystem
-
Fix submit button text in bundle formSat, 27 Oct 2012 15:40:33 -0400, by dellsystem
-
Recompile CSSSun, 21 Oct 2012 00:14:43 -0400, by dellsystem
-
Hide bundle edit link from other usersSun, 21 Oct 2012 00:12:57 -0400, by dellsystem
-
Add whitelist for other text-like mimetypesSat, 20 Oct 2012 23:43:41 -0400, by dellsystem
-
Show list of bundle versions in reverse orderSat, 20 Oct 2012 23:33:00 -0400, by dellsystem
-
Add versioning to bundlesSat, 20 Oct 2012 23:28:50 -0400, by dellsystem
-
Make Bundle description optional (SCHEMA CHANGE)Sat, 20 Oct 2012 19:24:09 -0400, by dellsystem
-
Show number of views on snippet details pageSat, 20 Oct 2012 15:40:29 -0400, by dellsystem
-
Make 400, 500 error pages work againSat, 20 Oct 2012 13:07:44 -0400, by dellsystem
-
Add publish date, # views to snippet explore pageSat, 20 Oct 2012 00:38:23 -0400, by dellsystem
-
Make form field labels boldSat, 20 Oct 2012 00:30:17 -0400, by dellsystem
-
Add help_text to name field for bundlesSat, 20 Oct 2012 00:29:49 -0400, by dellsystem
-
Use correct template for bundle explore pageSat, 20 Oct 2012 00:20:22 -0400, by dellsystem
-
Merge Jordi's changesSat, 20 Oct 2012 00:19:52 -0400, by dellsystem
-
Fix bug in logging in with incorrect credentialsSat, 20 Oct 2012 00:16:38 -0400, by dellsystem
-
Okay, I think I caught all the with statements now...Wed, 17 Oct 2012 10:33:03 -0400, by Jordi Gutiérrez Hermoso
-
Oops, move 'from __future__ import' statement to top of the fileWed, 17 Oct 2012 10:30:26 -0400, by Jordi Gutiérrez Hermoso
-
Add from __future__ import with_statementWed, 17 Oct 2012 10:29:14 -0400, by Jordi Gutiérrez Hermoso
-
remove distribute from pip-requirementsWed, 17 Oct 2012 10:13:11 -0400, by Jordi Gutiérrez Hermoso
-
Update compiled CSSMon, 15 Oct 2012 02:43:30 -0400, by dellsystem
-
Added horizontal scroll to bundle file-browserMon, 15 Oct 2012 02:42:37 -0400, by dellsystem
-
Add word-wrap: break-word to diffsMon, 15 Oct 2012 02:28:11 -0400, by dellsystem
-
Fix bug in registrationMon, 15 Oct 2012 02:24:01 -0400, by dellsystem
-
Update compiled CSSMon, 15 Oct 2012 01:51:50 -0400, by dellsystem
-
Fix line-wrapping and whitespace for snippetsMon, 15 Oct 2012 01:51:22 -0400, by dellsystem
-
Change message shown for 0 bundles (code page)Mon, 15 Oct 2012 01:44:38 -0400, by dellsystem
-
Fix reference to snippet_new view on code pageMon, 15 Oct 2012 01:43:53 -0400, by dellsystem
-
Mention --distribute flag for virtualenv in readmeMon, 15 Oct 2012 01:33:06 -0400, by dellsystem
-
Add python-magic to pip-requirementsMon, 15 Oct 2012 01:06:17 -0400, by dellsystem
-
Fix django-celery version in pip-requirementsMon, 15 Oct 2012 01:00:39 -0400, by dellsystem