constant HACKED_STATUS_HACKED in Hacked! 6.2
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_STATUS_HACKED
- 5 hacked.module \HACKED_STATUS_HACKED
- 6 hacked.module \HACKED_STATUS_HACKED
- 7.2 hacked.module \HACKED_STATUS_HACKED
7 uses of HACKED_STATUS_HACKED
- drush_hacked_details in ./
hacked.drush.inc - Drush command callback that shows the list of changes/unchanged files in a project.
- drush_hacked_list_projects in ./
hacked.drush.inc - Drush command callback that shows the listing of changed/unchanged projects.
- drush_hacked_lock_modified in ./
hacked.drush.inc - Lock all of the modified files so that pm-updatecode will not touch them.
- hackedProject::compute_details in includes/
hacked_project.inc - Return a nice detailed report.
- hackedProject::compute_report in includes/
hacked_project.inc - Return a nice report, a simple overview of the status of this project.
File
- ./
hacked.module, line 16 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_HACKED', 3);