
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 1.85 KB | hits: 15 | expires: Never
/**
* @notes
*
* mkdir_recursive() should be replaced with mkdir($directory, $mode, TRUE)
* oyez_listdir() should be replaced with file_scan_directory()
* solar functions to custom_solar module
** oyez_apachesolr_update_index()
** oyez_apachesolr_modify_query()
** oyez_form_apachesolr_search_bias_form_alter()
** oyez_apachesolr_process_results()
* transcribler functions to custom_transcribler
* break oyez_nodeapi() into D7 style functions
** post save is particularly brutal. Need to break these out into node types I think
** rss item could maybe solved with views?
* break oyez_form_alter() into oyez_HOOK_FORM_ID_alter() where possible? Looks to be related to apachesolar anyway
* oyez_transcript_thumbnail() could be a performance concern. Look at doing this on the theme layer maybe- custom formater with the fall backs as needed
* see if oyez_get_oral_argument_node_for_case_nid() can be attached to node_load to make it easy to cache. Check to see where this is called from
* oyez_case_has_briefs() needs to use CCK API instead of SQL. Should be cachable
* oyez_get_case_briefs() needs to use CCK API instead of SQL. Should be cachable
* oyez_justice_image()
** Shoulde be merged with oyez_justice_image_small() - I think
** Needs to use CCK API
** These should be abstractable to use the imagecache definition
* oyez_justice_icon() needs to use CCK API
* oyez_court_image() needs to use CCK API - maybe able to merge with oyez_justice_icon()
* Big questions: oyez_bulk_upload_report() oyez_bulk_upload() oyez_bulk_brief_upload() oyez_bulk_docket_upload()
* oyez_diff() remplace with xdiff_string_diff()?
* we should probably have a player specific module
* oyez_get_speaker_label() would go into the player module
* oyez_clipper() has a potential security issue with $sMP3File coming from $_GET['file']
*/