You can subscribe to this list here.
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(55) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
(20) |
Feb
(18) |
Mar
(39) |
Apr
(7) |
May
(4) |
Jun
(13) |
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(6) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(13) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <abh...@us...> - 2011-04-14 09:02:29
|
Revision: 310
http://pragyan.svn.sourceforge.net/pragyan/?rev=310&view=rev
Author: abhishekdelta
Date: 2011-04-14 09:02:23 +0000 (Thu, 14 Apr 2011)
Log Message:
-----------
Adding option to dynamically disable cKeditor
Modified Paths:
--------------
trunk/codebase/cms/modules/article.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-04-14 08:35:53
|
Revision: 309
http://pragyan.svn.sourceforge.net/pragyan/?rev=309&view=rev
Author: abhishekdelta
Date: 2011-04-14 08:35:47 +0000 (Thu, 14 Apr 2011)
Log Message:
-----------
Renaming of INSTALL folder after installation to avoid hacking #162
Modified Paths:
--------------
trunk/codebase/INSTALL/install.php
trunk/codebase/INSTALL/pragyan_inserts.sql
trunk/codebase/INSTALL/settingsform.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-04-13 06:58:56
|
If you're interested in Internship for this summer, take a look at the mail below. ---------- Forwarded message ---------- From: Aarushi Khanna <kha...@gm...> Date: Wed, Apr 13, 2011 at 12:12 PM Subject: Kindly forward the mail to concerned juniors. Thanks To: Abhishek Shrivastava <i.a...@gm...> Hey, India Innovation Labs located at Bangalore is offering summer internships for 2nd and 3rd years. The image attached to this mail contains details of the fields in which internships are available. If you're interested in applying for an internship at IIL please send a copy of your resume to kha...@gm... or aar...@in... Kindly contact the above for any queries as well. Regards, Aarushi -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |
|
From: <abh...@us...> - 2011-04-12 17:02:55
|
Revision: 308
http://pragyan.svn.sourceforge.net/pragyan/?rev=308&view=rev
Author: abhishekdelta
Date: 2011-04-12 17:02:49 +0000 (Tue, 12 Apr 2011)
Log Message:
-----------
Added option to disable cKeditor #139
Modified Paths:
--------------
trunk/codebase/cms/modules/article.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-04-09 17:17:17
|
Revision: 307
http://pragyan.svn.sourceforge.net/pragyan/?rev=307&view=rev
Author: abhishekdelta
Date: 2011-04-09 17:17:11 +0000 (Sat, 09 Apr 2011)
Log Message:
-----------
Disabling password reset for openid users #137
Modified Paths:
--------------
trunk/codebase/cms/login.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aka...@us...> - 2011-03-31 01:11:58
|
Revision: 306
http://pragyan.svn.sourceforge.net/pragyan/?rev=306&view=rev
Author: akash6190
Date: 2011-03-31 01:11:50 +0000 (Thu, 31 Mar 2011)
Log Message:
-----------
Small typo in searchstructure solved
Modified Paths:
--------------
trunk/codebase/INSTALL/searchStructure.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-03-27 17:09:44
|
Revision: 305
http://pragyan.svn.sourceforge.net/pragyan/?rev=305&view=rev
Author: abhishekdelta
Date: 2011-03-27 17:09:37 +0000 (Sun, 27 Mar 2011)
Log Message:
-----------
Added rating in gallery #64
Modified Paths:
--------------
trunk/codebase/cms/modules/gallery/highslide-with-gallery.js
trunk/codebase/cms/modules/gallery/highslide.css
trunk/codebase/cms/modules/gallery.lib.php
trunk/codebase/cms/pagesettings.lib.php
trunk/codebase/scripts/catfind.cc
Added Paths:
-----------
trunk/codebase/cms/modules/gallery/graphics/s0.gif
trunk/codebase/cms/modules/gallery/graphics/s1.gif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-03-27 16:55:35
|
Hello everyone, As you know there has been a recent patch involving the sql injection attack on pragyan cms. It was one of the biggest patches ever, changing almost all of the files of pragyan cms. Henceforth, from now on, please take care of following thing while writing sql queries : Put all the values within single quotes in sql queries, even if they are integers. For e.g. SELECT * FROM table WHERE id=5 AND name='jereme' ; works fine but is vulnerable. So instead use this : SELECT * FROM table WHERE id='5' AND name='jereme' ; i.e. even 5 is within single quotes. Similarly all parameters should be within single quotes irrespective of its datatype. This would make pragyan cms 100% secure to sql injection attacks. Thanks. -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |
|
From: <abh...@us...> - 2011-03-26 20:04:10
|
Revision: 304
http://pragyan.svn.sourceforge.net/pragyan/?rev=304&view=rev
Author: abhishekdelta
Date: 2011-03-26 20:04:04 +0000 (Sat, 26 Mar 2011)
Log Message:
-----------
Fixed a bug when opening integriti in chrome
Modified Paths:
--------------
trunk/codebase/cms/templates/integriti/index.php
trunk/codebase/cms/templates/integriti/styles/header.css
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-03-22 20:09:48
|
Guys, I just got the feedback from the GSoC admins regarding our application and its not something I expected. They said the ONLY reason our application got rejected was the Ideas list. Everything else was perfect. Our ideas list needed a lot of more work. Things like implementation ideas, difficulty level, required skills and potential mentors for each idea should have been mentioned (We should have compared our ideas list with other organizations like Geeklog). Popularity was not at all a factor in this GSoC selection so it didn't affect us in any way. We had everything required except the ideas list. GSoC accepted 50 new organizations this year and we could have been one of them. Its a mistake on our part and I hope we fix it next time. We missed a great opportunity because of lack of work on just 1 page. !#@#$#@$ damn ! -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |
|
From: <abh...@us...> - 2011-03-21 00:54:50
|
Revision: 303
http://pragyan.svn.sourceforge.net/pragyan/?rev=303&view=rev
Author: abhishekdelta
Date: 2011-03-21 00:54:42 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
Updating ckeditor to v3.5
Modified Paths:
--------------
trunk/codebase/cms/modules/article.lib.php
Added Paths:
-----------
trunk/codebase/cms/modules/article/ckeditor3.5/
trunk/codebase/cms/modules/article/ckeditor3.5/.htaccess
trunk/codebase/cms/modules/article/ckeditor3.5/CHANGES.html
trunk/codebase/cms/modules/article/ckeditor3.5/INSTALL.html
trunk/codebase/cms/modules/article/ckeditor3.5/LICENSE.html
trunk/codebase/cms/modules/article/ckeditor3.5/adapters/
trunk/codebase/cms/modules/article/ckeditor3.5/adapters/jquery.js
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor.asp
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor.js
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor.pack
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor.php
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor_basic.js
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor_basic_source.js
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor_php4.php
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor_php5.php
trunk/codebase/cms/modules/article/ckeditor3.5/ckeditor_source.js
trunk/codebase/cms/modules/article/ckeditor3.5/config.js
trunk/codebase/cms/modules/article/ckeditor3.5/contents.css
trunk/codebase/cms/modules/article/ckeditor3.5/images/
trunk/codebase/cms/modules/article/ckeditor3.5/images/spacer.gif
trunk/codebase/cms/modules/article/ckeditor3.5/lang/
trunk/codebase/cms/modules/article/ckeditor3.5/lang/en.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/dialogs/a11yhelp.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/lang/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/lang/en.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/a11yhelp/lang/he.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/about/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/about/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/about/dialogs/about.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/about/dialogs/logo_ckeditor.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/adobeair/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/adobeair/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/autogrow/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/autogrow/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/clipboard/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/clipboard/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/clipboard/dialogs/paste.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/colordialog/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/colordialog/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/colordialog/dialogs/colordialog.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/dialog/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/dialog/dialogDefinition.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/div/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/div/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/div/dialogs/div.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/find/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/find/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/find/dialogs/find.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/flash/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/flash/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/flash/dialogs/flash.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/flash/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/flash/images/placeholder.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/button.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/checkbox.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/form.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/hiddenfield.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/radio.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/select.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/textarea.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/dialogs/textfield.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/forms/images/hiddenfield.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/googlemaps/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/googlemaps/GoogleMaps.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/googlemaps/GoogleMaps2.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/googlemaps/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/googlemaps/tex.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframe/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframe/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframe/dialogs/iframe.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframe/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframe/images/placeholder.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframedialog/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/iframedialog/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/image/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/image/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/image/dialogs/image.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/dialogs/anchor.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/dialogs/link.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/link/images/anchor.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/liststyle/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/liststyle/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/liststyle/dialogs/liststyle.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pagebreak/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pagebreak/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pagebreak/images/pagebreak.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastefromword/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastefromword/filter/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastefromword/filter/default.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastetext/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastetext/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/pastetext/dialogs/pastetext.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/dialogs/placeholder.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/lang/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/lang/en.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/placeholder.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/placeholder/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/scayt/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/scayt/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/scayt/dialogs/options.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/scayt/dialogs/toolbar.css
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_address.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_blockquote.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_div.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h1.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h2.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h3.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h4.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h5.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_h6.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_p.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/showblocks/images/block_pre.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/dialogs/smiley.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/angel_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/angry_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/broken_heart.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/confused_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/cry_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/devil_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/embaressed_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/envelope.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/heart.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/kiss.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/lightbulb.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/omg_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/regular_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/sad_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/shades_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/teeth_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/thumbs_down.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/thumbs_up.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/tounge_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/whatchutalkingabout_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/smiley/images/wink_smile.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/specialchar/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/specialchar/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/specialchar/dialogs/specialchar.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/specialchar/lang/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/specialchar/lang/en.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/styles/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/styles/styles/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/styles/styles/default.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/table/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/table/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/table/dialogs/table.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tableresize/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tableresize/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tabletools/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tabletools/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tabletools/dialogs/tableCell.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/dialogs/templates.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/default.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/images/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/images/template1.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/images/template2.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/templates/templates/images/template3.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tex/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tex/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/tex/tex.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/dialogs/uicolor.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/lang/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/lang/en.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/lang/he.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/plugin.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/uicolor.gif
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/hue_bg.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/hue_thumb.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/picker_mask.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/picker_thumb.png
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/assets/yui.css
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/uicolor/yui/yui.js
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/dialogs/
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/dialogs/ciframe.html
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/dialogs/tmpFrameset.html
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/dialogs/wsc.css
trunk/codebase/cms/modules/article/ckeditor3.5/plugins/wsc/dialogs/wsc.js
trunk/codebase/cms/modules/article/ckeditor3.5/skins/
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/dialog.css
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/editor.css
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/icons.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/icons_rtl.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/dialog_sides.gif
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/dialog_sides.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/dialog_sides_rtl.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/mini.gif
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/noimage.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/sprites.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/sprites_ie6.png
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/images/toolbar_start.gif
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/skin.js
trunk/codebase/cms/modules/article/ckeditor3.5/skins/kama/templates.css
trunk/codebase/cms/modules/article/ckeditor3.5/themes/
trunk/codebase/cms/modules/article/ckeditor3.5/themes/default/
trunk/codebase/cms/modules/article/ckeditor3.5/themes/default/theme.js
Removed Paths:
-------------
trunk/codebase/cms/modules/article/ckeditor/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aka...@us...> - 2011-03-19 11:39:46
|
Revision: 302
http://pragyan.svn.sourceforge.net/pragyan/?rev=302&view=rev
Author: akash6190
Date: 2011-03-19 11:39:38 +0000 (Sat, 19 Mar 2011)
Log Message:
-----------
Changed latex to gd library for portability with windows
Modified Paths:
--------------
trunk/codebase/INSTALL/install.php
trunk/codebase/cms/modules/article.lib.php
trunk/codebase/cms/modules/quiz/quizedit.php
trunk/codebase/cms/modules/quiz/simplequiz.php
trunk/codebase/cms/modules/scrolltext.lib.php
trunk/codebase/index.php
Added Paths:
-----------
trunk/codebase/cms/pngRender.class.php
Removed Paths:
-------------
trunk/codebase/cms/latexRender.class.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-03-18 19:39:44
|
Hello everyone, Sad news, the results are out and Pragyan CMS didn't get through in GSoC 2011 in spite of everything we did. The specific reason I'll post once I receive the feedback from one of the GSoC admin I've mailed ( #carols ). The most important things missing in our organization were (according to me) : 1) Not enough popularity/awareness about pragyan cms 2) No big supporting organization to vouch for us 3) Small ideas list, unrevisioned application form, delayed setup of website. Anyways, lets hope all those issues are resolved by next year ( and Pragyan CMS v4 is out by then! ). Anyways, there is also some good news. Even though we got rejected, we have lots of awesome things in place right now just because of GSoC : 1) Pragyan project website is fully functional with lots of information for helping newcomers and even a Sandbox for pragyan cms 2) TRAC has about 20-25 new tickets 3) We have updated documentation and finished many of the stable release tickets by working overtime 4) We have our IRC #pragyan on freenode, pra...@in..., and a forum in our website for discussion. Doing all these things wouldn't have been possible for us in such a short time span if GSoC wasn't around. Thanks for all those who contributed and helped in every possible way ! Best of luck for next year :) Now lets get our priority straight and start working on the next important thing - Integriti ! :) Cheers. -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |
|
From: <abh...@us...> - 2011-03-18 14:04:52
|
Revision: 301
http://pragyan.svn.sourceforge.net/pragyan/?rev=301&view=rev
Author: abhishekdelta
Date: 2011-03-18 14:04:46 +0000 (Fri, 18 Mar 2011)
Log Message:
-----------
Adding automatic menu propagation to child pages #143
Modified Paths:
--------------
trunk/codebase/ChangeLog
trunk/codebase/cms/modules/scrolltext.lib.php
trunk/codebase/cms/pagesettings.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aka...@us...> - 2011-03-17 17:51:52
|
Revision: 300
http://pragyan.svn.sourceforge.net/pragyan/?rev=300&view=rev
Author: akash6190
Date: 2011-03-17 17:51:46 +0000 (Thu, 17 Mar 2011)
Log Message:
-----------
Fixed some typo bugs in quiz and hospi modules
Modified Paths:
--------------
trunk/codebase/cms/modules/hospi.lib.php
trunk/codebase/cms/modules/quiz/quizedit.php
trunk/codebase/cms/modules/quiz.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-03-17 08:09:59
|
Revision: 299
http://pragyan.svn.sourceforge.net/pragyan/?rev=299&view=rev
Author: abhishekdelta
Date: 2011-03-17 08:09:53 +0000 (Thu, 17 Mar 2011)
Log Message:
-----------
Fixed typo bugs in quiz and sitemap
Modified Paths:
--------------
trunk/codebase/cms/modules/quiz/quizedit.php
trunk/codebase/cms/modules/quiz.lib.php
trunk/codebase/cms/modules/sitemap.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-03-16 18:57:40
|
Revision: 298
http://pragyan.svn.sourceforge.net/pragyan/?rev=298&view=rev
Author: abhishekdelta
Date: 2011-03-16 18:57:34 +0000 (Wed, 16 Mar 2011)
Log Message:
-----------
Fixed a bug in escape function
Modified Paths:
--------------
trunk/codebase/cms/common.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <abh...@us...> - 2011-03-16 18:36:10
|
Revision: 297
http://pragyan.svn.sourceforge.net/pragyan/?rev=297&view=rev
Author: abhishekdelta
Date: 2011-03-16 18:36:04 +0000 (Wed, 16 Mar 2011)
Log Message:
-----------
Added another escape function which doesn't require mysql connection
Modified Paths:
--------------
trunk/codebase/INSTALL/install.php
trunk/codebase/INSTALL/pragyan_inserts.sql
trunk/codebase/cms/common.lib.php
trunk/codebase/cms/template.lib.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2011-03-16 16:46:04
|
Revision: 296
http://pragyan.svn.sourceforge.net/pragyan/?rev=296&view=rev
Author: chakradarraju
Date: 2011-03-16 16:45:58 +0000 (Wed, 16 Mar 2011)
Log Message:
-----------
Ticket #151: bug in Multiple Choice Question
Modified Paths:
--------------
trunk/codebase/cms/modules/quiz/quizedit.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aka...@us...> - 2011-03-16 12:52:55
|
Revision: 295
http://pragyan.svn.sourceforge.net/pragyan/?rev=295&view=rev
Author: akash6190
Date: 2011-03-16 12:52:49 +0000 (Wed, 16 Mar 2011)
Log Message:
-----------
Ticket #127 Sql injection in V3.0 resolved
Modified Paths:
--------------
trunk/codebase/cms/admin.lib.php
trunk/codebase/cms/authenticate.lib.php
trunk/codebase/cms/common.lib.php
trunk/codebase/cms/content.lib.php
trunk/codebase/cms/group.lib.php
trunk/codebase/cms/inheritedinfo.lib.php
trunk/codebase/cms/login.lib.php
trunk/codebase/cms/menu.lib.php
trunk/codebase/cms/modules/article.lib.php
trunk/codebase/cms/modules/book.lib.php
trunk/codebase/cms/modules/contest.lib.php
trunk/codebase/cms/modules/form/editform.php
trunk/codebase/cms/modules/form/editformelement.php
trunk/codebase/cms/modules/form/registrationformgenerate.php
trunk/codebase/cms/modules/form/registrationformsubmit.php
trunk/codebase/cms/modules/form/viewregistrants.php
trunk/codebase/cms/modules/form.lib.php
trunk/codebase/cms/modules/forum/bbparser.php
trunk/codebase/cms/modules/forum.lib.php
trunk/codebase/cms/modules/gallery.lib.php
trunk/codebase/cms/modules/hospi.lib.php
trunk/codebase/cms/modules/news.lib.php
trunk/codebase/cms/modules/newsletter.lib.php
trunk/codebase/cms/modules/pagelist.lib.php
trunk/codebase/cms/modules/poll.lib.php
trunk/codebase/cms/modules/pr.lib.php
trunk/codebase/cms/modules/qaos.lib.php
trunk/codebase/cms/modules/quiz/quizcorrect.php
trunk/codebase/cms/modules/quiz/quizedit.php
trunk/codebase/cms/modules/quiz/quizview.php
trunk/codebase/cms/modules/quiz/simplequiz.php
trunk/codebase/cms/modules/quiz.lib.php
trunk/codebase/cms/modules/safedit.lib.php
trunk/codebase/cms/modules/scrolltext.lib.php
trunk/codebase/cms/modules/share.lib.php
trunk/codebase/cms/modules/sitemap.lib.php
trunk/codebase/cms/modules/sqlquery.lib.php
trunk/codebase/cms/pagesettings.lib.php
trunk/codebase/cms/permission.lib.php
trunk/codebase/cms/profile.lib.php
trunk/codebase/cms/registration.lib.php
trunk/codebase/cms/template.lib.php
trunk/codebase/cms/tree.lib.php
trunk/codebase/cms/upload.lib.php
trunk/codebase/cms/users.lib.php
trunk/codebase/cms/widget.lib.php
trunk/codebase/cms/widgetFramework.class.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-03-15 13:24:15
|
Hello everyone, Thank you for contributing so many tickets, but please make sure that the milestone you give for all the new tickets is Version 3.1 instead of Stable 3.0, unless the ticket is extremely important that we cannot release stable without it. I don't want to further delay stable release, thats why. Thanks. -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |
|
From: Sahil A. <sah...@gm...> - 2011-03-14 12:39:06
|
Awesome work guys!!! Sahil Ahuja --Sent from HTC On 14-Mar-2011 6:43 AM, "Abhishek Shrivastava" <i.a...@gm...> wrote: > Hello everyone, > > This is a big day for us! Please visit http://pragyan.integriti.org.in > > In case you don't know, we're applying to Google Summer of Code 2011 as an > organization. Finally our application for GSoC is complete with the > completion of this website. > > We're calling the template name as "integriti" after the group name (new!). > The initial template was the creation of Boopathi and Dinesh. But then it > didn't look professional, it was more of a designer template, so a lot of > modifications were made by me and it led to what it is now. Thanks to Akash > Chauhan for putting much of the content in the website. > > Also thanks to Sumit Ranjan for making the Sandbox ( or Demo ) page of > Pragyan CMS on the website and to Jithin K. Rajeev and Bala Nivash for > contribution write-ups about Pragyan CMS. > > With this there's another great news. Pragyan CMS v3 Stable release will be > any day now. Just 1 ticket and packaging work left. I'll try to finish it > asap and release. Thanks to Chakradar Raju, Nivash, Shiva Nandan and Mohnish > for finishing stable release tickets so soon. > > Cheers. > > -- > Abhishek Shrivastava > Final Year, B.Tech > Electronics & Communications > National Institute of Technology Trichy, India |
|
From: Sahil A. <sah...@gm...> - 2011-03-14 12:34:57
|
Awesome work guys!!!! *Regards,* *Sahil Ahuja* Student, IIM Calcutta batch of 2012 Ph: 9674321267 On Mon, Mar 14, 2011 at 6:42 AM, Abhishek Shrivastava <i.a...@gm...>wrote: > Hello everyone, > > This is a big day for us! Please visit http://pragyan.integriti.org.in > > In case you don't know, we're applying to Google Summer of Code 2011 as an > organization. Finally our application for GSoC is complete with the > completion of this website. > > We're calling the template name as "integriti" after the group name (new!). > The initial template was the creation of Boopathi and Dinesh. But then it > didn't look professional, it was more of a designer template, so a lot of > modifications were made by me and it led to what it is now. Thanks to Akash > Chauhan for putting much of the content in the website. > > Also thanks to Sumit Ranjan for making the Sandbox ( or Demo ) page of > Pragyan CMS on the website and to Jithin K. Rajeev and Bala Nivash for > contribution write-ups about Pragyan CMS. > > With this there's another great news. Pragyan CMS v3 Stable release will be > any day now. Just 1 ticket and packaging work left. I'll try to finish it > asap and release. Thanks to Chakradar Raju, Nivash, Shiva Nandan and Mohnish > for finishing stable release tickets so soon. > > Cheers. > > -- > Abhishek Shrivastava > Final Year, B.Tech > Electronics & Communications > National Institute of Technology Trichy, India > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Pragyan-developers mailing list > Pra...@li... > https://lists.sourceforge.net/lists/listinfo/pragyan-developers > > |
|
From: <abh...@us...> - 2011-03-14 01:30:51
|
Revision: 294
http://pragyan.svn.sourceforge.net/pragyan/?rev=294&view=rev
Author: abhishekdelta
Date: 2011-03-14 01:30:45 +0000 (Mon, 14 Mar 2011)
Log Message:
-----------
Updating documentation
Modified Paths:
--------------
trunk/codebase/cms/content.lib.php
trunk/codebase/cms/templates/integriti/styles/header.css
trunk/codebase/docs/documentation.tar.bz2
trunk/codebase/index.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Abhishek S. <i.a...@gm...> - 2011-03-14 01:13:15
|
Hello everyone, This is a big day for us! Please visit http://pragyan.integriti.org.in In case you don't know, we're applying to Google Summer of Code 2011 as an organization. Finally our application for GSoC is complete with the completion of this website. We're calling the template name as "integriti" after the group name (new!). The initial template was the creation of Boopathi and Dinesh. But then it didn't look professional, it was more of a designer template, so a lot of modifications were made by me and it led to what it is now. Thanks to Akash Chauhan for putting much of the content in the website. Also thanks to Sumit Ranjan for making the Sandbox ( or Demo ) page of Pragyan CMS on the website and to Jithin K. Rajeev and Bala Nivash for contribution write-ups about Pragyan CMS. With this there's another great news. Pragyan CMS v3 Stable release will be any day now. Just 1 ticket and packaging work left. I'll try to finish it asap and release. Thanks to Chakradar Raju, Nivash, Shiva Nandan and Mohnish for finishing stable release tickets so soon. Cheers. -- Abhishek Shrivastava Final Year, B.Tech Electronics & Communications National Institute of Technology Trichy, India |