diff options
author | unammx <unammx> | 2001-07-18 21:12:53 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-07-18 21:12:53 +0000 |
commit | 8ac069879faadb628a920e2bdd6df1f51931888a (patch) | |
tree | 169f0127e19591055eba02e8a8282d24c8bd1a67 /ChangeLog | |
parent | 0db91f1ea65c198fa318b7ecef39804aa3d28100 (diff) |
2001-07-18 Arturo Espinosa Aldama <arturo@ximian.com>
* users-conf.in (set): Call write_profiles.
(xml_parse): Call xml_parse_profiles.
(xml_parse_profiles): Get "profiles" tag contents from read
xml document and set it in "profiles" key of data hash.
(write_profiles): If $$hash{"profiles"} is not empty,
save it to profiles.xml location.
* xml.pl.in (xst_xml_scan_recurse): Removed use of global
array xst_xml_scan_list.
(xst_xml_scan): Now optionally receives a tool structure.
The read document is stored inside the tool structure.
* users-conf.in (add_user): mkdir -p the parent directories
of the new user.
(get): receive tool as argument. This structure is passed
to all directive handlers by xml_run_directive as the first
argument.
(set): same. Pass it to xml_parse.
(filter): same.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2001-07-18 Arturo Espinosa Aldama <arturo@ximian.com> + + * users-conf.in (set): Call write_profiles. + (xml_parse): Call xml_parse_profiles. + (xml_parse_profiles): Get "profiles" tag contents from read + xml document and set it in "profiles" key of data hash. + (write_profiles): If $$hash{"profiles"} is not empty, + save it to profiles.xml location. + + * xml.pl.in (xst_xml_scan_recurse): Removed use of global + array xst_xml_scan_list. + (xst_xml_scan): Now optionally receives a tool structure. + The read document is stored inside the tool structure. + + * users-conf.in (add_user): mkdir -p the parent directories + of the new user. + (get): receive tool as argument. This structure is passed + to all directive handlers by xml_run_directive as the first + argument. + (set): same. Pass it to xml_parse. + (filter): same. + 2001-07-18 Hans Petter Jansson <hpj@ximian.com> * replace.pl.in (xst_replace_alchemist): Implement. Top-level function |