mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Update web test methods in 'web/tests/'. * Added an 'RDSchedCode' class in 'lib/rdschedcode.cpp' and 'lib/rdschedcode.h'. * Implemented the 'ListSchedCodes' web method in 'web/rdxport/schedcodes.cpp'. * Implemented the 'AssignSchedCode' web method in 'web/rdxport/schedcodes.cpp'. * Implemented the 'UnassignSchedCode' web method in 'web/rdxport/schedcodes.cpp'. * Implemented the 'ListCartSchedCodes' web method in 'web/rdxport/schedcodes.cpp'. * Extended 'RDGetWebTime()' and 'RDGetWebDateTime()' functions to support XML 'xs' namespace formats. * Implemented '*_POINT' fields in the 'EditCut' web method in 'web/rdxport/carts.cpp'. * Modified the 'RDCart::removeSchedCode()' method so as to treat scheduler codes in a case-insensitve manner. * Modified the return of the 'EditCut' web method to provide a full <cutList> record in 'web/rdxport/carts.cpp'.
This commit is contained in:
10
lib/rdweb.h
10
lib/rdweb.h
@@ -84,13 +84,17 @@ extern QString RDXmlField(const QString &tag,const QDateTime &value,
|
||||
extern QString RDXmlField(const QString &tag,const QTime &value,
|
||||
const QString &attrs="");
|
||||
extern QString RDXmlField(const QString &tag);
|
||||
extern QString RDXmlDate(const QDate &date);
|
||||
extern QString RDXmlTime(const QTime &time);
|
||||
extern QString RDXmlDateTime(const QDateTime &datetime);
|
||||
extern QString RDXmlTimeZoneSuffix();
|
||||
extern QString RDXmlEscape(const QString &str);
|
||||
extern QString RDXmlUnescape(const QString &str);
|
||||
extern QString RDUrlEscape(const QString &str);
|
||||
extern QString RDUrlUnescape(const QString &str);
|
||||
extern QString RDWebDateTime(const QDateTime &datetime);
|
||||
extern QDateTime RDGetWebDateTime(const QString &str);
|
||||
extern QTime RDGetWebTime(const QString &str);
|
||||
extern int RDGetWebMonth(const QString &str);
|
||||
extern QDateTime RDGetWebDateTime(const QString &str,bool *ok=NULL);
|
||||
extern QTime RDGetWebTime(const QString &str,bool *ok=NULL);
|
||||
extern int RDGetWebMonth(const QString &str,bool *ok=NULL);
|
||||
|
||||
#endif // RDWEB_H
|
||||
|
||||
Reference in New Issue
Block a user