summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-31version 0.97 is all placesHEADmasterTzafrir Cohen
2009-05-31more documentation clarificationsTzafrir Cohen
2009-05-31Remove debugging code from t/array_hash.tTzafrir Cohen
2009-05-31ignore some more generated filesTzafrir Cohen
t/array_hash.t generates its own file so it can be safely ignored.
2009-05-31a test-case for fixes of latest commitsTzafrir Cohen
2009-05-31fix a warning on append to unsectionTzafrir Cohen
If you want to append above the existing sections you need an empty 'section' parameter. Thus fix silences a warning in that case.
2009-05-31fix truncation of parsed config to '0'Tzafrir Cohen
In some cases after a reload the parsed configuration would have been reduced to a mere '0'. Aparantly again because a reference was treated as a scalar.
2009-05-27Make non-script files non-executableTzafrir Cohen
2009-05-27Asteriskgui.pm - update users.conf for asterisk-guiTzafrir Cohen
Asteriskgui.pm is a plugin for dahdi_genconf (from dahdi-perl that is included in dahdi-tool) to updates users.conf and extensions.conf for detected DAHDI hardware for the asterisk-gui.
2009-05-25A few more minor documentation updatesTzafrir Cohen
2009-05-25fix assign_append of multi-line valueTzafrir Cohen
The output of _format_convert() was used in a scalar context in _do_append. This caused arrays or hashes (after being successfully dereferenced) to be listed simply as the number of items.
2009-05-24POD fixes and TODOsTzafrir Cohen
2009-05-24ignore generated filesTzafrir Cohen
2009-05-24Importing Asterisk::config 0.96 from tarballTzafrir Cohen