Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/view/DiffusionBrowseTableView.php
| Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | foreach ($this->paths as $path) { | ||||
| $history_path = $full_path; | $history_path = $full_path; | ||||
| } | } | ||||
| $history_link = $this->linkHistory($history_path); | $history_link = $this->linkHistory($history_path); | ||||
| $dict = array( | $dict = array( | ||||
| 'lint' => celerity_generate_unique_node_id(), | 'lint' => celerity_generate_unique_node_id(), | ||||
| 'date' => celerity_generate_unique_node_id(), | 'date' => celerity_generate_unique_node_id(), | ||||
| 'author' => celerity_generate_unique_node_id(), | |||||
| 'details' => celerity_generate_unique_node_id(), | 'details' => celerity_generate_unique_node_id(), | ||||
| ); | ); | ||||
| $need_pull[$full_path.$dir_slash] = $dict; | $need_pull[$full_path.$dir_slash] = $dict; | ||||
| foreach ($dict as $k => $uniq) { | foreach ($dict as $k => $uniq) { | ||||
| $dict[$k] = phutil_tag('span', array('id' => $uniq), ''); | $dict[$k] = phutil_tag('span', array('id' => $uniq), ''); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||