summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Collapse)AuthorFilesLines
2001-04-19#86095# Revised handling of TemplateProvider: User administration can use ↵Jörg Barfurth2-24/+19
SpecialTemplateProvider; ProviderImpl now provides a raw ITemplateProvider; TemplateProvider not stored in ApiProviders any more
2001-04-19Cleanup: Previous (gcc ?) patch was misleading (as was the original code)Jörg Barfurth1-4/+4
2001-04-19#86095# Revised handling of TemplateProvider: Can be fetched from the tree ↵Jörg Barfurth1-4/+5
and node for use in a SetElementFactory
2001-04-19#86095# Revised handling of TemplateProvider: Need not be passed when ↵Jörg Barfurth3-27/+11
adjusting to changes any more.
2001-04-19#86095# Revised handling of TemplateProvider for sets: The provider is now ↵Jörg Barfurth9-153/+140
stored in each set node (-Impl) and accordingly is not passed around any more
2001-04-19#86095# TemplateProvider for SetElementFactory is now fetched from the set nodeJörg Barfurth2-4/+22
2001-04-19#86095# Added Options to TemplateProvider (for localization support). Split ↵Jörg Barfurth4-98/+130
off SpecialTemplateProvider for Admin sessions
2001-04-18#65293# typeconversation expected (linux)Oliver Bolte1-4/+4
2001-04-18#65293# typeconversation expected (linux)Oliver Bolte1-3/+3
2001-04-18#65293# compile filehelper.cxx with exception flagOliver Bolte1-2/+3
2001-04-18Added missing exceptionVladimir Glazounov1-3/+3
2001-04-18Fix: backed out logic error in OIdPropagator introduced in rev 1.8Jörg Barfurth1-3/+3
2001-04-12Separator mismatchLars Langhans1-3/+3
2001-04-12Test environment extendedLars Langhans1-2/+13
2001-04-11#84021# failing update of async write now handled correct from proxyLars Langhans10-293/+883
2001-04-11#86000# CacheWriteScheduler now uses set instead of list to prevent ↵Jörg Barfurth2-14/+13
duplicates; Previously we could be left with an invalid iterator
2001-04-11Fix: Rewriting multi-locale values using single-locale options would strip ↵Jörg Barfurth1-26/+87
other locales
2001-04-11Added missing namespace prefix to allow compiling standalone.Jörg Barfurth1-3/+3
2001-04-10Added ability to set the 'get all locales' optionJörg Barfurth1-2/+5
2001-04-10Added helper to retrieve 'all-locales' string as OUStringJörg Barfurth2-4/+13
2001-04-09Improved whitespace handling when parsing listsJörg Barfurth1-19/+133
2001-04-09#85524# Added clearTasks to cancel scheduled updates; cleaned up lockingJörg Barfurth2-21/+46
2001-04-05Added helper actions to enable 'cloning' from one localized value model to ↵Jörg Barfurth3-5/+335
the other
2001-04-05Moved isLocalizedValueSet() from xmlformater to cmtreemodel (and public ↵Jörg Barfurth3-8/+35
headers); Added shallow copy constructor to class Subtree
2001-04-05Now using the Locale from connection settings as default (if present)Jörg Barfurth1-4/+2
2001-04-05Now support 'locale' and 'lazywrite' in sregistryrc and provider creation ↵Jörg Barfurth1-2/+9
arguments; admin mode now uses 'all locales' as default
2001-04-05changes in test environmentLars Langhans4-10/+1082
2001-04-05Completed support for localized values as sets; Fixed minor glitchesJörg Barfurth2-12/+24
2001-04-03Local AdministrationProvider now mapped to Setup-sessionJörg Barfurth11-182/+344
2001-04-03Moved from inc; Local AdministrationProvider now mapped to Setup-sessionJörg Barfurth4-0/+647
2001-04-03Corrected logic error in OIdPropagatorJörg Barfurth1-3/+3
2001-04-03Cleanup: Remove obsolete methodsJörg Barfurth2-51/+4
2001-04-03isValidName now reject empty namesFrank Schönheit1-2/+4
2001-03-29Merge 1.6.2.1 changes to HEAD and retag as OO625BSander Vesik1-2/+7
2001-03-29Fix: Duplicate Class OValueConverter in xml and miscJörg Barfurth1-3/+2
2001-03-27Attributes removed from configpathLars Langhans2-70/+27
2001-03-23Attributes moved to AttributeList and configuration::Attributes now in it's ↵Lars Langhans2-6/+9
own file.
2001-03-23new Directory structur for localsessionLars Langhans8-34/+45
2001-03-21OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner7-46/+46
2001-03-21OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner6-37/+37
2001-03-21OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner12-71/+74
2001-03-21OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner2-6/+6
2001-03-20Fixed errors with new format; now supressing template module if redundantJörg Barfurth1-4/+3
2001-03-20Changed TreeChangeList::pathToRoot to an ConfigurationName and added ↵Jörg Barfurth4-21/+37
getModuleName
2001-03-20Corrected return type of reset to voidJörg Barfurth1-3/+3
2001-03-20Made several ctors explicit to prevent unwanted conversionsJörg Barfurth2-6/+8
2001-03-16Added classes for new parsing/formatting/locale-handlingJörg Barfurth1-2/+7
2001-03-16Revised handling of localized value nodesJörg Barfurth2-0/+667
2001-03-16Support for better abstraction when building treesJörg Barfurth1-2/+3
2001-03-16Revised support for native type pseudo-templates; now includes the special ↵Jörg Barfurth4-22/+136
case of localized values as sets