SiT! Bugs - SiT! |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001681 | SiT! | plugin hooks | public | 2011-08-11 10:48 | 2013-03-02 16:20 |
|
Reporter | ivan | |
Assigned To | ivan | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 3.90beta1 | Fixed in Version | Current GIT | |
|
Summary | 0001681: Make plugin hooks consistent |
Description | Use a consistent naming and placing scheme for plugin hooks to assist plugin developers and fix the mess of names that we have right now.
<page name> - Add content to the page in the most appropriate place for custom content
<page name>_form - Placed at the end of the form inside the form table but before the buttons
<page name>_form_more - Placed at the end of the collapsible form section (more/advanced), where there is one, inside the form table but before the buttons
<page name>_submitted - Placed after form data has been submitted (and validated) but before it is saved to the database or actioned upon
<page name>_saved - Placed after form data has been saved but before confirmation is output or the page is redirected
|
Steps To Reproduce | |
Additional Information | I'll add to this list if more standard names become obvious |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-11 10:48 | ivan | New Issue | |
2011-08-11 10:48 | ivan | Assigned To | => ivan |
2011-08-11 10:48 | ivan | Status | new => assigned |
2011-08-11 11:00 | ivan | Note Added: 0004196 | |
2011-08-11 11:03 | ivan | Description Updated | bug_revision_view_page.php?rev_id=237#r237 |
2011-08-11 11:04 | ivan | Description Updated | bug_revision_view_page.php?rev_id=238#r238 |
2011-08-11 11:05 | ivan | Description Updated | bug_revision_view_page.php?rev_id=239#r239 |
2013-02-23 14:53 | ivan | Note Added: 0004713 | |
2013-03-02 16:08 | ivan | Note Edited: 0004713 | bug_revision_view_page.php?bugnote_id=4713#r300 |
2013-03-02 16:09 | ivan | Note Edited: 0004713 | bug_revision_view_page.php?bugnote_id=4713#r301 |
2013-03-02 16:16 | ivan | Note Edited: 0004713 | bug_revision_view_page.php?bugnote_id=4713#r302 |
2013-03-02 16:17 | ivan | Note Added: 0004731 | |
2013-03-02 16:20 | ivan | Note Added: 0004732 | |
2013-03-02 16:20 | ivan | Status | assigned => resolved |
2013-03-02 16:20 | ivan | Fixed in Version | => Current GIT |
2013-03-02 16:20 | ivan | Resolution | open => fixed |
Notes |
|
(0004196)
|
ivan
|
2011-08-11 11:00
|
|
<table name>_table - Placed at the end of a table of data but before it is closed |
|
|
(0004713)
|
ivan
|
2013-02-23 14:53
(edited on: 2013-03-02 16:16) |
|
Outstanding:
billing_approve_form
holiday_chart_day_am
holiday_chart_day_pm
holiday_chart_cal
config_tab (perhaps just needs documenting, unsure)
holdingqueue_rowshade
holiday_ack > holiday_acknowledge_action
holiday_cancelled > holiday_cancelled_action
email_arrived > email_arrived_action
email-arrived_no_owner > email_stored_action
inboundemail_customer_visibility_update > email_update_setvisibility_action
incident_html_top_menu_open_incident
incident_html_top_menu_closed_incident
incident_details_menu
incident_details_*
incident_email_form1
incident_email_form2
incidents_content_between_my_and_expertise
templates_variables_content
|
|
|
(0004731)
|
ivan
|
2013-03-02 16:17
|
|
Git b104a6a adds some more standardisation. |
|
|
(0004732)
|
ivan
|
2013-03-02 16:20
|
|
I've done about as much work as I can on this for now, will keep chipping at it in future releases. |
|