Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated.
Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated.
adds ad_httpget which will returns status and last modified in addition to the page, makes util_httpget a call to ad_httpget bug 212 patch 77 Simon Carstensen
Added new_request to the documentation, and documented that with both edit_request and new_request, you just need to set the values as local variables, and ad_form will suck the values into the form. Then added the code for new_request to suck the values into the form.