Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 1.85 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /**
  2.  * @notes
  3.  *
  4.  * mkdir_recursive() should be replaced with mkdir($directory, $mode, TRUE)
  5.  * oyez_listdir() should be replaced with file_scan_directory()
  6.  * solar functions to custom_solar module
  7.  ** oyez_apachesolr_update_index()
  8.  ** oyez_apachesolr_modify_query()
  9.  ** oyez_form_apachesolr_search_bias_form_alter()
  10.  ** oyez_apachesolr_process_results()
  11.  
  12.  * transcribler functions to custom_transcribler
  13.  * break oyez_nodeapi() into D7 style functions
  14.  ** post save is particularly brutal. Need to break these out into node types I think
  15.  ** rss item could maybe solved with views?
  16.  * break oyez_form_alter() into oyez_HOOK_FORM_ID_alter() where possible? Looks to be related to apachesolar anyway
  17.  * 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
  18.  * 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
  19.  * oyez_case_has_briefs() needs to use CCK API instead of SQL. Should be cachable
  20.  * oyez_get_case_briefs() needs to use CCK API instead of SQL. Should be cachable
  21.  * oyez_justice_image()
  22.  ** Shoulde be merged with oyez_justice_image_small() - I think
  23.  ** Needs to use CCK API
  24.  ** These should be abstractable to use the imagecache definition
  25.  * oyez_justice_icon() needs to use CCK API
  26.  * oyez_court_image() needs to use CCK API - maybe able to merge with oyez_justice_icon()
  27.  
  28.  * Big questions: oyez_bulk_upload_report() oyez_bulk_upload() oyez_bulk_brief_upload() oyez_bulk_docket_upload()
  29.  
  30.  * oyez_diff() remplace with xdiff_string_diff()?
  31.  
  32.  * we should probably have a player specific module
  33.  * oyez_get_speaker_label() would go into the player module
  34.  
  35.  * oyez_clipper() has a potential security issue with $sMP3File coming from $_GET['file']
  36.  
  37.  */