Mercurial > hg > agora
graph
-
Remove requirement to be logged in to see comments default tipThu, 16 Jan 2014 10:59:05 -0500, by Jordi Gutiérrez Hermoso
-
Allow everyone to see snippets, not just registered usersThu, 16 Jan 2014 10:48:27 -0500, by Jordi Gutiérrez Hermoso
-
Merge in Wendy's changesWed, 21 Aug 2013 14:43:48 -0400, by Jordi Gutiérrez Hermoso
-
Create BundleVersion when uploading text bundlesTue, 19 Feb 2013 01:53:59 -0500, by dellsystem
-
Add ability to download filesSun, 17 Feb 2013 14:57:39 -0500, by dellsystem
-
Removed redundant code for ratings field and add a separate template file for ratings field. Now ratings will be handled by Jquery.Wed, 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.Mon, 19 Aug 2013 20:30:19 +0500, by Ahsan Ali Shahid
-
Removed unnecessary whitespaces from the sourceFri, 19 Jul 2013 22:54:18 +0500, by Ahsan Ali Shahid
-
Added RatingField import and fixed an html tag in snippet templateFri, 19 Jul 2013 22:40:25 +0500, by Ahsan Ali Shahid
-
modified settings.py file to add django-ratings and south into the installed appsFri, 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 databaseFri, 19 Jul 2013 22:11:52 +0500, by Ahsan Ali Shahid
-
Add necessary code to views and forms of snippet for RatingsFri, 19 Jul 2013 22:09:29 +0500, by Ahsan Ali Shahid
-
Added code for Ratings Module to snippets template fileFri, 19 Jul 2013 21:55:04 +0500, by Ahsan Ali Shahid
-
added Rating view URL for processingFri, 19 Jul 2013 21:51:16 +0500, by Ahsan Ali Shahid
-
Added South dependancyFri, 19 Jul 2013 21:45:25 +0500, by Ahsan Ali Shahid
-
Added django-ratings dependency in pip-fileWed, 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.Thu, 04 Jul 2013 20:32:54 +0500, by Ahsan Ali Shahid
-
Removed extrawhitespaces and moved comments template files to templates folderThu, 04 Jul 2013 15:45:50 +0500, by Ahsan Ali Shahid
-
added code for the integration of comment system into bundles and snippets.Tue, 02 Jul 2013 02:09:21 +0500, by ahsanalishahid
-
Added comment template files and customized comments app filesTue, 02 Jul 2013 02:04:09 +0500, by ahsanalishahid
-
Added necessary css and Javascript code for the comment systemTue, 02 Jul 2013 02:01:02 +0500, by ahsanalishahid
-
Added comments url to handle commentsTue, 02 Jul 2013 01:56:35 +0500, by ahsanalishahid
-
added treecomments app settings in settings.pyTue, 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.Thu, 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.Tue, 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
-
Show contributions (bundles, snippets) on profileMon, 15 Oct 2012 00:58:54 -0400, by dellsystem
-
Bundles! (basic functionality)Mon, 15 Oct 2012 00:52:00 -0400, by dellsystem
-
Convert some tabs to spaces in settings.pyMon, 15 Oct 2012 00:27:41 -0400, by dellsystem
-
Move syntax-highlighting JS to static/js/agora.jsMon, 15 Oct 2012 00:24:16 -0400, by dellsystem
-
Clean up snippet view HTML slightly (minor edit)Mon, 15 Oct 2012 00:23:04 -0400, by dellsystem
-
Remove unnecessary HTML in snippet diff viewMon, 15 Oct 2012 00:22:05 -0400, by dellsystem
-
Add top margin to #diff on snippet view pageSun, 14 Oct 2012 16:24:14 -0400, by dellsystem
-
Add horizontal scrollbar to snippet history boxSun, 14 Oct 2012 16:12:55 -0400, by dellsystem
-
Fix bug in raw snippet viewSat, 13 Oct 2012 17:42:22 -0400, by dellsystem
-
Add LESS compilation (toggled in settings)Fri, 12 Oct 2012 22:59:56 -0400, by dellsystem
-
Return false when clicking "Highlight code" linkFri, 12 Oct 2012 22:34:35 -0400, by dellsystem
-
Optimise Javascript for adding line numbersFri, 12 Oct 2012 22:13:04 -0400, by dellsystem
-
Fix height of login-popup boxSat, 06 Oct 2012 01:03:14 -0400, by dellsystem
-
Hide snippets created by anonymous usersSat, 29 Sep 2012 21:31:17 -0400, by dellsystem
-
Add "highlight code" link, to easily select codeSat, 29 Sep 2012 18:03:35 -0400, by dellsystem
-
Make line numbers work for realSat, 29 Sep 2012 18:03:07 -0400, by dellsystem
-
Show correct pygments stylesheet in dropdownSat, 29 Sep 2012 14:59:00 -0400, by dellsystem
-
Perform basic validation on snippet file uploadsSat, 22 Sep 2012 12:39:37 -0400, by dellsystem
-
Remove multiple 'RE: 's from default reply titleSat, 22 Sep 2012 12:38:44 -0400, by dellsystem
-
Add ability to upload a file to create a snippetSat, 22 Sep 2012 12:20:24 -0400, by dellsystem
-
Add default title for snippet children (Re: title)Sat, 22 Sep 2012 12:17:03 -0400, by dellsystem
-
Add text-wrapping for snippet diffsSat, 22 Sep 2012 12:12:13 -0400, by dellsystem
-
Add back ability to edit account settingsSat, 22 Sep 2012 11:18:23 -0400, by dellsystem
-
Add LOGIN_URL to settingsSat, 22 Sep 2012 11:12:30 -0400, by dellsystem
-
Convert free_license index URL into a named URLSat, 22 Sep 2012 11:11:46 -0400, by dellsystem
-
Add link to code page from Browse code icon/textSat, 22 Sep 2012 11:10:08 -0400, by dellsystem
-
Remove extra newline at end of urls.pySat, 22 Sep 2012 11:09:13 -0400, by dellsystem
-
Remove broken reference to jQuery in snippet_newFri, 14 Sep 2012 23:48:21 -0400, by dellsystem
-
Merge in changes from jordi's repoFri, 14 Sep 2012 22:49:34 -0400, by dellsystem
-
Add emacs pygments styleFri, 14 Sep 2012 22:23:09 -0400, by dellsystem
-
Use IDs instead of classes for the header iconsFri, 14 Sep 2012 22:18:49 -0400, by dellsystem
-
Remove extra closing </div> tagFri, 14 Sep 2012 22:14:04 -0400, by dellsystem
-
Rename <option> attr for pygments style selectFri, 14 Sep 2012 21:54:56 -0400, by dellsystem
-
Add type attribute to script tags on home pageFri, 14 Sep 2012 21:50:24 -0400, by dellsystem
-
Add (empty) alt attributes for images on homepageFri, 14 Sep 2012 21:48:43 -0400, by dellsystem
-
Make <img> for logo image self-closingFri, 14 Sep 2012 21:46:48 -0400, by dellsystem
-
Merge back againThu, 13 Sep 2012 14:09:31 -0400, by Jordi Gutiérrez Hermoso
-
Link to snippets from main pageThu, 13 Sep 2012 14:07:44 -0400, by Jordi Gutiérrez Hermoso
-
Merge back diff lexerThu, 13 Sep 2012 13:59:45 -0400, by Jordi Gutiérrez Hermoso
-
Add diffs to snippet lexeresThu, 13 Sep 2012 13:55:25 -0400, by Jordi Gutiérrez Hermoso
-
Fix typo in .disable-select LESS mixinWed, 12 Sep 2012 14:08:47 -0400, by dellsystem
-
Prevent selection of line numbers in snippet viewWed, 12 Sep 2012 13:48:07 -0400, by dellsystem
-
Add back basic user info to profile pageTue, 11 Sep 2012 21:09:04 -0400, by dellsystem
-
Add .git to .hgignoreTue, 11 Sep 2012 21:07:58 -0400, by dellsystem
-
Remove unnecessary import from snippet models.pyTue, 11 Sep 2012 20:50:06 -0400, by dellsystem
-
Add login popup boxTue, 11 Sep 2012 20:23:51 -0400, by dellsystem
-
Update "code" pageTue, 11 Sep 2012 18:06:01 -0400, by dellsystem
-
Adjust <p> paddingTue, 11 Sep 2012 17:59:27 -0400, by dellsystem
-
Add line-number alignment for snippet displayTue, 11 Sep 2012 17:42:32 -0400, by dellsystem
-
Upgrade Django version requirement to 1.3Fri, 31 Aug 2012 03:10:56 -0400, by dellsystem
-
Updates to snippet functionality (see details)Fri, 31 Aug 2012 02:53:22 -0400, by dellsystem
-
Reorder imports in some python filesFri, 31 Aug 2012 02:32:30 -0400, by dellsystem
-
Add a get_title() method to the Snippet modelFri, 31 Aug 2012 02:29:59 -0400, by dellsystem
-
Move choices for lexer field from SnippetForm to SnippetFri, 31 Aug 2012 02:28:57 -0400, by dellsystem
-
Fix extra whitespace issues in Python fileFri, 31 Aug 2012 02:26:22 -0400, by dellsystem
-
Change URL mapping from user/ to users/ for profile appFri, 31 Aug 2012 02:24:30 -0400, by dellsystem
-
Increase header size in snippet_diff templateFri, 31 Aug 2012 02:01:52 -0400, by dellsystem
-
Replace some filler text with lorem ipsumFri, 31 Aug 2012 02:01:02 -0400, by dellsystem
-
Remove trailing whitespace in a fileFri, 31 Aug 2012 01:56:22 -0400, by dellsystem