All public logs

Jump to navigation Jump to search

Combined display of all available logs of HTYP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/ftExecutableTwig (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/version|file|page/page.php}} * '''uses''': nothing * '''used by''': ** {{l/version|class|ftExecutableTree}} ==Code== <source lang=php> // PURPOSE: So a node can respond to events (does not pass them down to subnodes) trait ftExecutableTwig { public function DoEvent($nEvent) { $this->OnEventDispatch($nEvent); } protected function...", and the only contributor was "Woozle" ([...)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/ftExecutableTree (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|page/page.php}} * '''uses''': {{l/version|class|ftExecutableTwig}} * '''used by''': ** {{l/version|class|fcContainerTag}} ** {{l/version|class|fcPageContent}} ** {{l/version|class|fcPage}} ==Code== <source lang=php> // PURPOSE: So an ExecutableTwig node will pass events down to its subnodes trait ftExecutableTree { use ftE...", and the only contributor was "Woozle" (...)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcTreeNode (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|util/tree.php}} * '''extends''': ''none'' * '''extender''': {{l/version|class|fcPageElement}} <source lang=php> class fcTreeNode { private $arSubs; // sub-nodes //protected $intRefs; // commented out 2016-11-11 // ++ SELF ++ // protected $sName; public function SetName($sName) { $this->sName = $sName;...", and the only contributor was "Woozle" ([[U...)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcToggleLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/items.php}} * '''extends''': {{l/version|class|fcDynamicLink}} <source lang=php> class fcToggleLink extends fcDynamicLink { ---- OVERRIDE - removes self from the URL when selected, so that clicking again un-toggles state: protected function GetLinkArray_figured() { $isSel = $this->GetIsSelected();...", and the only contributor was "Woozle" ([[...)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcTable keyed single (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|db/v2/tables/db-table-keyed.php}} * '''extends''': {{l/version|class|fcTable_keyed}} * '''uses''': {{l/version|class|ftSingleKeyedDBTable}} * '''used by''': {{l/version|class|fcTable_keyed_single_standard}} ==Functions== * public function '''Insert_andGet'''(array $arData) ==Code== <source lang=php>abstract class fcTable_keyed...", and the only contributor was "Woozle" (...)
  • 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcPageElement (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|page/page.php}} * '''extends''': {{l/version|class|fcTreeNode}} * '''extenders''': ** {{l/version|class|fcSectionHeader}} ** {{l/version|class|fcNavBase}} ** {{l/version|class|fcpeSimple}} ** {{l/version|class|fcHypertextTag}} ** {{l/version|class|fcPage}} ** {{l/version|class|vcNavElement_home|project=VbzCart|version=v1}} **...", and the only contributor was "Woozle" ([...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcPageContent/OnEventDispatch (Moved to another site: content was: "{{page/code/class/method}} * '''defined in''': {{l/version/method|ftExecutableTwig|OnEventDispatch}}($nEvent) ==Calls== * {{l/version/method|fcPageContent|OnEventBefore}}(2) calls... ** {{l/version/method|fcPageContent|OnEventDispatch}}, which calls... *** {{l/project/method|vcPageContent_ckout|OnRunCalculations|project=VbzCart|version=v1}}() [protected; events system]", and the only contributor was "Woozle" ([[User talk:Wo...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcPageContent (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/version|file|page/page.php}} * '''extends''': {{l/version|class|fcpeSimple}} * '''uses''': ** {{l/version|class|ftExecutableTree}} ** {{l/version|class|ftRenderableTree}} * '''extended by''': ** {{l/version|class|gcPageContent|project=Greenmine|version=v1}} ** {{l/version|class|vcPageContent|project=VbzCart|version=v1}} ==Calls== * <s>{{l/ver...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcPage (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|page/page.php}} * '''extends''': {{l/version|class|fcPageElement}} * '''uses''': ** {{l/version|class|ftRenderableTree}} ** {{l/version|class|ftExecutableTree}} * '''extenders''': ** {{l/version|class|fcHTMLPage}} ==Calls== * {{l/version/method|fcPage|DoBuilding}}() calls... ** {{l/version/method|fcPage|DoEvent}}(KI_NODE_EVEN...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcNavLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/nav.php}} * '''extends''': {{l/version|class|fcNavBase}} * '''extender''': {{l/version|class|fcMenuLink}} <source lang=php> /*:::: PURPOSE: a navigation link * permission-aware (from base) * defaults to having permission (from base) * does not define URL NOTE: It's tempting to make this a fcHypertextTag be...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcNavBase (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/nav.php}} * '''extends''': {{l/version|class|fcPageElement}} * '''extender''': {{l/version|class|fcNavLink}} * '''uses''': {{l/version|trait|ftExecutableTree}} <source lang=php> /*:::: PURPOSE: base class for links and folders ADDS event-passing and consumption to PageElements ABSTRACT: n/i = Render(), new = RenderC...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcMenuOptionLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/hdr.php}} * '''extends''': {{l/version|class|fcToggleLink}} * '''extender''': {{l/version|class|fcHeaderChoice}} <source lang=php> :::: PURPOSE: menu link that can be one of several mutually-exclusive options Designed for headers, but theoretically should work in vertical/hierarchical menus as well.: class fcMen...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcMenuLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/items.php}} * '''extends''': {{l/version|class|fcNavLink}} * '''extender''': {{l/version|class|fcLink_fromArray}} <source lang=php> /*:::: PURPOSE: base class for menu-links which are usage-aware Base class does not define how usage is determined. It is also still PASSIVE - status checks happen when rendering....", and the only contributor was "Woozle" ([[...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcLink fromArray (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/items.php}} * '''extends''': {{l/version|class|fcMenuLink}} * '''extender''': {{l/version|class|fcDynamicLink}} <source lang=php> class fcLink_fromArray extends fcMenuLink { ---- CEMENT: protected function GetLinkURL() { $arPath = $this->GetLinkArray(); $fpArgs = fcURL::FromArray($arPath); return...", and the only contributor was "Woozle" ([...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcFormResult/ReceiveControl (Moved to another site: content was: "==Calls== * calls {{l/version/method|fcFormControl|ReceiveForm}}(), which can be either of... ** {{l/version/method|fcFormControl_HTML|ReceiveForm}}() ** {{l/version/method|fcFormControl_HTML_CheckBox|ReceiveForm}}() ** and returns {{l/version|class|fcControlStatus}}", and the only contributor was "Woozle" (talk))
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcFormResult (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|forms/form.php}} * '''extends''': ''none'' * '''methods''': ** {{l/version/method|fcFormResult|ReceiveControl}}()", and the only contributor was "Woozle" (talk))
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/fcDynamicLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/items.php}} * '''extends''': {{l/version|class|fcLink_fromArray}} * '''extender''': {{l/version|class|fcToggleLink}} <source lang=php> :::: PURPOSE: selectable link that isn't dropin-specific ABSTRACT: n/i = GetLinkURL(): abstract class fcDynamicLink extends fcLink_fromArray { // ++ CALCULATIONS ++ //...", and the only contributor was "Woozle" ([[User t...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class (Moved to another site: content was: "{| |- ! alphabetical !! tree |- | valign=top | {{#ask: thing type::Ferreteria/class version::v2 |format=broadtable |limit=50 |offset=0 |link=all |sort= |order=asc |headers=show |searchlabel=... further results |class=sortable wikitable smwtable }} | ==Classes== * {{l/version|class|fcMenuKiosk}} ** {{l/version|class|fcMenuKiosk_admin}} * {{l/version|class|fcTreeNo...", and the only contributor was "Woozle" (...)
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2 (Moved to another site: content was: "==Pages== * {{l/sub|usage}} * {{l/sub|class}}es * {{l/sub|data}} ** {{l/sub|data/event}} ==Classes== * {{l/version|class|fcTreeNode}} ==Traits== * {{l/version|trait|ftExecutableTree}} * {{l/version|trait|ftExecutableTwig}}", and the only contributor was "Woozle" (talk))
  • 18:33, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/PortBank (Moved to another site: content was: "#REDIRECT Ferreteria/v0.5/portbank", and the only contributor was "Woozle" (talk))
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)