mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02:00
2021-08-03 Fred Gleason <fredg@paravelsystems.com>
* Added 'SYSTEM.LONG_DATE_FORMAT', 'SYSTEM.SHORT_DATE_FORMAT' and 'SYSTEM.TIME_FORMAT' fields to the database. * Incremented the database version to 351. * Added 'RDSystem::longDateFormat()', 'RDSystem'setLongDateFormat()', 'RDSystem::shortDateFormat()', 'RDSystem::setShortDateFormat()', 'RDSystem::timeFormat()' and 'RDSystem::setTimeFormat()' methods. * Added a 'Date/Time Formats' section to the 'System-Wide Settings' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -15,3 +15,6 @@ SHOW_USER_LIST enum('N','Y')
|
||||
NOTIFICATION_ADDRESS varchar(15)
|
||||
RSS_PROCESSOR_STATION varchar(64)
|
||||
ORIGIN_EMAIL_ADDRESS varchar(64)
|
||||
LONG_DATE_FORMAT varchar(32) Default 'dddd, MMMM d yyyy'
|
||||
SHORT_DATE_FORMAT varchar(32) Default 'MM/dd/yyyy'
|
||||
TIME_FORMAT varchar(32) Default 'hh:mm:ss'
|
||||
|
Reference in New Issue
Block a user