mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +01:00
2023-06-09 Fred Gleason <fredg@paravelsystems.com>
* Removed the '#define RD_DEFAULT_MAX_POST_LENGTH' statement from 'lib/rd.h'. * Added a '#define RD_MAX_POST_LENGTH' statement in 'lib/rd.h'. * Removed the 'RDSystem::maxPostLength()' and 'RDSystem::setMaxPostLength()' methods. * Removed the 'Maximum Remote Post Length' control from the 'System-Wide Settings' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,8 +36,6 @@ class RDSystem
|
||||
void setAllowDuplicateCartTitles(bool state) const;
|
||||
bool fixDuplicateCartTitles() const;
|
||||
void setFixDuplicateCartTitles(bool state) const;
|
||||
int64_t maxPostLength() const;
|
||||
void setMaxPostLength(int64_t bytes) const;
|
||||
QString isciXreferencePath() const;
|
||||
void setIsciXreferencePath(const QString &str) const;
|
||||
QString originEmailAddress() const;
|
||||
|
||||
Reference in New Issue
Block a user