Ticket #1
Optional Breadcrumb Submenu
Reported by: abhishekdelta
Description: When the breadcrumbs are generated, there should be an
option for a submenu of breadcrumbs. That submenu should have links to
the child pages of the current pages. This was implemented in the
Pragyan 2010 website's top menu.
Ticket #2
Optional Breadcrumb Submenu
Reported by: abhishekdelta
Description : During installation, the settings form is not validated
before submissions. It should be validated i.e. no fields should be
empty, however fields like ADS, IMAP, LDAP details may be empty
provided the corresponding login method is disabled.
If anyone is willing to work in it, he/she can post appropriate mails
here/ or mail me privately. Also if anyone creates a new ticket, then
also print info about the ticket here.
And I request everyone to get registered on SOURCEFORGE.NET as SOON as
POSSIBLE ! And post your NICKNAMES on sourceforge in this group.
Try to write as secure and optimized codes as possible. By security,
I mean to make sure that any user-given input to the CMS is properly
filtered, like all types of input items in the forms (GET or POST)
should be checked for malicious codes having ', ", etc.. before
being processed. Also good codes with proper identation are
appreciated.
Happy coding :)
--
Abhishek Shrivastava
E.C.E., N.I.T. Trichy
Another option which might work around for the time being ( and which is
often adopted by many web communities ) is to separate out forum and
PragyanCMS, create a one to one link between the username of Forum and
username of Pragyan (might be the same username), and then integrate the
forum as a separate page. This way, we will have to administrate two
separate website (PragyanCMS main website and Forum). I am not speaking
about to create a different weblocation for Forum. Forum would be there
as a server side include.
This is a dirty and quick way to get things started.
[Siddhant Sanyam]