Parley
view release on metacpan or search on metacpan
D - add license link to help/faq
D - add T&C editor/updater
D - add historic T&C view (for all users)
D - Minimising clicks - After password reset
D "After the password reset has been accepted a page indicating that change
D was successful appears with link to login. How about triggering the usual
D enter password page saying the same thing so remove the need to click."
D - add Message Preview to Create New Thread page (thread/add)
D - show more forum/thread information
D - see if it's possible to display the forum-name as the first
D entry for the popup menu
D - show more info in the recently update threads page; number of views/posts
D - sane T&C management
D - extra forumcode markup: quote/pre/code
D - message preview before posting
D - proper/better validation error hadling for AJAX field updates
D - user profile image uploads
D - factor out error setting, handling and displaying
D - install Proc::Daemon (etc) for email script
D - factor out DFV "equality" functions
D - factor out interval_ago() and _time_string()
root/static/yui/calendar/calendar-debug.js view on Meta::CPAN
/**
* @deprecated The old Calendar2up class is no longer necessary, since CalendarGroup renders in a 2up view by default.
*/
YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;
})();
/**
* The CalendarNavigator is used along with a Calendar/CalendarGroup to
* provide a Month/Year popup navigation control, allowing the user to navigate
* to a specific month/year in the Calendar/CalendarGroup without having to
* scroll through months sequentially
*
* @namespace YAHOO.widget
* @class CalendarNavigator
* @constructor
* @param {Calendar|CalendarGroup} cal The instance of the Calendar or CalendarGroup to which this CalendarNavigator should be attached.
*/
YAHOO.widget.CalendarNavigator = function(cal) {
this.init(cal);
root/static/yui/calendar/calendar.js view on Meta::CPAN
/**
* @deprecated The old Calendar2up class is no longer necessary, since CalendarGroup renders in a 2up view by default.
*/
YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;
})();
/**
* The CalendarNavigator is used along with a Calendar/CalendarGroup to
* provide a Month/Year popup navigation control, allowing the user to navigate
* to a specific month/year in the Calendar/CalendarGroup without having to
* scroll through months sequentially
*
* @namespace YAHOO.widget
* @class CalendarNavigator
* @constructor
* @param {Calendar|CalendarGroup} cal The instance of the Calendar or CalendarGroup to which this CalendarNavigator should be attached.
*/
YAHOO.widget.CalendarNavigator = function(cal) {
this.init(cal);
( run in 1.534 second using v1.01-cache-2.11-cpan-364913b4093 )