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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 18:41, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/forms (Moved to another site: content was: "==About== ''This page may be slightly out of date, e.g. class names may have changed.'' '''Forms''' in Ferreteria consist of several sets of classes that work together: * '''control''' classes render editable (and eventually non-editable) data fields * '''field''' classes handle translating values between internal storage and on-disk storage (database) ==Status== * This is versi...", and the only contributor was "Woozle" (...)
- 18:41, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/forms/creating (Moved to another site: content was: "How to create a form for editing record-based data: from {{vbzcart/code|dropins/orders/order.php#L1507}} (function PageForm()): <php> $oForm = new fcForm_DB($this); $oField = new fcFormField_<type>($oForm,'<field name>'); $oCtrl = new fcFormControl_HTML[_<type>]($oField,array(<HTML attributes>)); </php> The first line creates a Form object, the next line creates a...", and the only contributor was "Woozle" ([...)
- 18:41, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/forms/displaying (Moved to another site: content was: "==displaying a form== See {{l/vc/code|dropins/orders/order.php#L1178|order.php AdminPage_basic()}} for a working example of a full-page form, and {{l/vc/code|dropins/orders/order.php#L1313|order.php PageTemplate()}} for building a template. ===template example=== <source lang=php> private $tpPage; protected function PageTemplate() { if (empty($this->tpPage)) { $sTp...", and the only contributor was "Woozle" (...)
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/forms/v1 (Moved to another site: content was: "#REDIRECT Ferreteria/v1/usage/forms", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/login (Moved to another site: content was: "==Data== This uses essentially the same tables as VbzCart/tables#Users -- documentation to be moved here eventually. ==Code== ===log in with existing user/password=== '''clsPageLogin''' (see {{l/same|pages}}): <php> protected function DoLoginCheck() { $this->App()->Session()->UserLogin($this->LoginName(),$this->sPass); } </php> '''clsUserSession''': <php> /*----...", and the only contributor was "Woozle" ([...)
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/menus (Moved to another site: content was: "==About== '''Menus''' in {{l/ferreteria}} handle... several things. * display of hierarchical URL-based menus * conversion of URLs into selected menu items/options ==Files== * {{ferreteria/code|menu.php}} * {{ferreteria/code|menu-data.php}} * {{ferreteria/code|widgets/menu-helper.php}} * {{ferreteria/code|widgets/menu-action.php}} ==Classes== * '''clsMenuNode''' ({{ferreteria/cod...", and the only contributor was "Woozle" (...)
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/pages (Moved to another site: content was: "==About== '''Pages''' in Ferreteria handle execution of various processes to build a page, including form input handling and rendering of output. An application will generally create their own page class descended from one of these classes, depending on what functionality it wants. When URL translation is needed from a Page object (e.g. ParsePath()), the object passes the reque...", and the only contributor was "Woozle" (...)
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/usage/tree (Moved to another site: content was: "==About== The '''tree''' utility class handles hierarchical linked lists. ==File== * {{ferreteria/code|util/tree.php}} ==Class== * '''clsTreeNode'''", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3 (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRow", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRowDisplay (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRowDisplay", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRowMemory (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRowMemory", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRowStandard (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRowStandard", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRow internal (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRow internal", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cFieldRow sourced (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cFieldRow sourced", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORow", and the only contributor was "Woozle" (talk))
- 18:40, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORowDisplay (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORowDisplay", and the only contributor was "Woozle" (talk))
- 18:39, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORowMemory (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORowMemory", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORowStandard (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORowStandard", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORow internal (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORow internal", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIORow sourced (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIORow sourced", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource db (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource db", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource db keyed (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource db keyed", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource internal (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource internal", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource standard query (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource standard query", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cIOSource standard table (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cIOSource standard table", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cMakableFieldRow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cMakableFieldRow", and the only contributor was "Woozle" (talk))
- 18:38, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cMemoryRow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cMemoryRow", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cMemoryTable (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cMemoryTable", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cPortalRow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cPortalRow", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cPortalRow Table (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cPortalRow Table", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cPortalRow database (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cPortalRow database", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cPortalRow native (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cPortalRow native", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cPortalRow storage (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cPortalRow storage", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cStandardTable (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cStandardTable", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/cStandardRow (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/cStandardRow", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/fcDropInManager (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/fcDropInManager", and the only contributor was "Woozle" (talk))
- 18:37, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v3/class/fcrDropInModule (Moved to another site: content was: "#REDIRECT Ferreteria/v0.3/class/fcrDropInModule", and the only contributor was "Woozle" (talk))
- 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/ftRenderableTree (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|page/page.php}} * '''used by''': {{l/version|class|fcPage}} ==Code== <source lang=php> trait ftRenderableTree { protected function RenderNodes() { $out = NULL; if ($this->HasNodes()) { $out = $this->RenderBeforeNodes(); $ar = $this->GetNodes(); foreach ($ar as $name => $oNode) { $out .= $oNode->Render();...", and the only contributor was "Woozle" (...)
- 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/ftMultiKeyedTable (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|db/v2/db-tr-multikey.php}} * '''uses''': {{l/version|class|ftKeyedTable}} ==Functions== * public function '''GetSeparatorCharacter'''() ** RETURNS: character for separating multiple keys in a single string ** PUBLIC so recordset can access it * abstract public function '''GetKeyNames'''(); ** NEW ** PUBLIC so Records can acces...", and the only contributor was "Woozle" (...)
- 18:34, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v2/class/ftKeyedTable (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|db/v2/tables/db-table-keyed.php}} * '''uses''': ''none'' * '''used by''': {{l/version|class|ftMultiKeyedTable}}, {{l/version|class|ftSingleKeyedDBTable}} ==Functions== * abstract public function '''GetRecord_forKey'''($id); ** INPUT: $id = scalar containing the key value(s) for the wanted row", and the only contributor was "Woozle" (talk))
- 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...)