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:03, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/DataScript (Moved to another site: content was: "==About== '''DataScript''' is what I came up with when I needed to simulate a set of database interactions (reads, writes) without actually making changes to the data. * /data-script.php ===versus Transactions=== In theory, using transactions could work for this, but it has the following disadvantages: * I can't find clear documentation on what happens...", and the only contributor was "Woozle" (...)
  • 18:03, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/DataScript/data-script.php (Moved to another site: content was: "==Requires== * data.php ==Code== <php><?php /* =========================== *** DATA UTILITY CLASSES *** AUTHOR: Woozle (Nick) Staddon TODO: This needs to be descended from clsTreeNode (tree.php) so all the tree-management fx can be removed HISTORY: 2011-09-24 Data Scripting classes started (in data.php) 2011-10-07 extracted from data.php...", and the only contributor was "Woozle" ([[U...)
  • 18:03, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/StringTemplate.php (Moved to another site: content was: "==Requires== {{l/same|strings.php}} ==Version== * '''2011-03-27''' last known update; current as of 2012-01-15 ==Code== <php><?php abstract class clsStringTemplate { // Abstract version public $Value; protected $strStMark; protected $strFiMark; function __construct($iStartMark, $iFinishMark) { $this->strStMark = $iStartMark; $this->strFiMark = $iFinishMark; } abstract...", and the only contributor was "Woozle" ([...)
  • 18:02, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/admin.php (Moved to another site: content was: "==About== * '''Purpose''': classes useful for writing administration SpecialPages, i.e. pages that interact heavily with database tables. * '''Edits''': ** '''2013-01-04''' This should be the latest version, but copy on HostGator may have some tweaks to be merged. ==Code== <php><?php /* LIBRARY: admin.php - some classes useful for administration functions in MW extensions GLO...", and the only contributor was "Woozle" (...)
  • 18:02, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/changes (Moved to another site: content was: "This is an index to documentation of code changes that may have nonlocal effects. * /1: clsForm_recs::Save() * '''clsForm_recs''' has been either renamed or replaced by '''fcForm_DB''' (forms/form-data.php) Note to self: if the number of changes ever looks like it might exceed 10, add more than one zero to the change numbers.", and the only contributor was "Woozle" (talk))
  • 18:02, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/changes/1 (Moved to another site: content was: "<hide> affects piece::forms subject::parameter change to clsForm_recs.Save() </hide> '''Change to''': form-data.php:clsForm recs::Save() (see {{l/ferreteria/|pieces/forms|forms}}) ==Existing situation== Save() formerly expected two optional parameters, <code>$iNotes</code> and <code>array $arRedir=NULL</code>. At the time of the change, there were a small percentage of ca...", and the only contributor was "Woozle" (...)
  • 18:02, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/data.php (Moved to another site: content was: "==About== Database abstraction classes; used by VbzCart, SpamFerret, AudioFerret, WorkFerret ==History== * '''2013-01-25''' Working version from HostGator 1: seems to have added the data-engine-handling classes * '''2013-01-27''' Working version from Rizzo: minor changes to handle indirect access to database engine better ==Code== <syntaxhighlight lang=php><?php /...", and the only contributor was "Woozle" (...)
  • 18:02, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/datamgr.php (Moved to another site: content was: "==About== This is essentially a data cache manager. It was written for VbzCart, but could be used in any other project where certain queries are slow and only need to be run when their source tables are updated. ==Code== <syntaxhighlight lang=php> <?php /* ============================= *** TABLE UPDATE MANAGEMENT *** DOCUMENTATION: http://htyp.org/User:Woozle/datamgr.php HI...", and the only contributor was "Woozle" (...)
  • 18:01, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/events.php (Moved to another site: content was: "==About== * '''Depends on''': {{l/same|data.php}} ==Code== <php> <?php /* FILE: events.php -- handling of generalized event logging Originally written to work with FinanceFerret, but should be compatible with standard event tables. Any app-specific code should be moved out into descendant classes. HISTORY: 2010-10-25 clsLogger_DataSet extracted from menu.php 2...", and the only contributor was "Woozle" (...)
  • 18:01, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/menu.php (Moved to another site: content was: "==Examples== Shows a set of toggles. Library code currently does not properly highlight active options. <php> global $vgPage; $vgPage->UseHTML(); $objPage = new clsWikiFormatter($vgPage); $objSection = new clsWikiSection_std_page($objPage,'Orders',3); //$objSection->ArgsToKeep(array('show','page','id')); $objSection->PageKeys(array('page','id')); //$objSection->ToggleAd...", and the only contributor was "Woozle" (...)
  • 18:01, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/mw-base.php (Moved to another site: content was: "==Code== <php> <?php PURPOSE: MediaWiki interface functions/classes -- functionality that MW forgot to include HISTORY: 2013-01-03 created for MWX_User 2013-01-24 extracted clsMWData and clsDataResult_MW from smw-base.php: %%%% PURPOSE: clsDatabase that uses MediaWiki's db: abstract class clsMWData extends clsDatabase_abstract { protected $mwDB; public fun...", and the only contributor was "Woozle" (...)
  • 18:01, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/smw-base-v2.php (Moved to another site: content was: "==Code== <php> <?php /* **** FILE: smw-base-v2.php PURPOSE: Semantic MediaWiki interface classes for SMW schema version 2 I'm calling it version 2 (instead of version 1) because there's evidence of at least one prior db schema version. It seems to apply to SMW versions prior to 1.18 or possibly 1.19. I will probably not be maintaining it any further. REQUIRES: d...", and the only contributor was "Woozle" (...)
  • 18:01, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/smw-base.php (Moved to another site: content was: "==Notes== * '''Requires''': {{l/same|smw-base-v2.php}} or {{l/same|smw-base-v3.php}}, depending on what version of SMW is in use ==Code== <php> <?php /* PURPOSE: Semantic MediaWiki interface classes The existing class library is poorly documented, lacking a stable API, and difficult to use. This class set goes directly to the data structures -- which may change over tim...", and the only contributor was "Woozle" (...)
  • 18:00, 22 May 2022 Woozle talk contribs deleted page Ferreteria/archive/v0.5/sql/node leaf (Moved to another site: content was: "'''versions''': {{l/ferreteria/|v0.41/sql/node_leaf|0.41}}, {{l/ferreteria/|v0.42/sql/node_leaf|0.42}}, {{l/ferreteria/|v0.5/sql/node_leaf|0.5}} ==About== * '''Purpose''': Values for nodes ==Concept== Every '''leaf''': * has ** a name (unique within the node) ** a value * is like a single field in a single record ==Fields== ==History== * '''2017-08-03''' Started, because the need...", and the only contributor was "Woozle" (...)
  • 17:59, 22 May 2022 Woozle talk contribs deleted page Ferreteria/errors (Moved to another site: content was: "This page should eventually be a list of all error messages that Ferreteria can generate. ==Details== Errors with documentation: * /need to define ListItem_Value", and the only contributor was "Woozle" (talk))
  • 17:59, 22 May 2022 Woozle talk contribs deleted page Ferreteria/errors/need to define ListItem Value (Moved to another site: content was: "'''Error text''': need to define method "ListItem_Value()" for class clsDataSet, or create a descendant. Dropdown lists in Ferreteria {{l/ferreteria/|pieces/forms|forms}} require three callbacks so that they know what the recordset should display: * '''ListItem_Value()''' - native value (typically an integer, but can be anything that could be used as a key) * '''ListItem_Text()'...", and the only contributor was "Woozle" (...)
  • 17:59, 22 May 2022 Woozle talk contribs deleted page Ferreteria/install (Moved to another site: content was: "==Summary== * Clone the [https://gitlab.com/woozalia/ferreteria Ferreteria Git repository] into a folder of your choice, which we'll call {{arg|ferreteria base}}. ** My standard location for this is <code>/home/{{arg|user}}/site/git/ferreteria/</code>. * Copy the <code>{{arg|ferreteria base}}/config</code> folder to a location outside of <code>[ferr...", and the only contributor was "Woozle" (...)
  • 17:59, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules (Moved to another site: content was: "{{hdr/status/obsolete|Many of the links on this page need to be moved to version-specific titles. Most are outdated.}} ==Components== * /forms: input form management ==Dropins== ===General Utility=== * /content: wiki * /users: user security - manages logins and privileges * /files: file repository management", and the only contributor was "Woozle" (talk))
  • 17:56, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/content (Moved to another site: content was: "#REDIRECT Ferreteria/v0.41/odata/draft", and the only contributor was "Woozle" (talk))
  • 17:56, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.41/odata/draft (Moved to another site: content was: "This was an early draft of [[../|v0.41/odata]]. ==Tables== * {{l/ferreteria/table|tf_node}} * {{l/ferreteria/table|tf_leaf}}: index of all leafs, regardless of format * Leaf formats: ** {{l/ferreteria/table|tf_leaf_text}}: string/text ** {{l/ferreteria/table|tf_leaf_time}}: date or timestamp ==History== * '''2017-07-28''' Let's call "values" "leafs" instead (not "leaves" because...", and the only contributor was "Woozle" ([...)
  • 17:55, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/files (Moved to another site: content was: "==About== RepoFerret is a Ferreteria module for handling code-managed file repositories. It is still under construction. rf_folder may turn out to be unnecessary. ==Tables== * /rf_node * /rf_folder * /rf_image", and the only contributor was "Woozle" (talk))
  • 17:55, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/files/rf folder (Moved to another site: content was: "==About== * '''Meaning''': a {{l/same|rf_node}} that is a folder ==History== * '''2017-07-24''' preliminary table design (surely it needs more fields...) ==SQL== <mysql> CREATE TABLE `rf_folder` ( ID_Node INT NOT NULL COMMENT "ID of rf_node", PRIMARY KEY(`ID_Node`) ) ENGINE = InnoDB;</mysql>", and the only contributor was "Woozle" (talk))
  • 17:55, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/files/rf node (Moved to another site: content was: "==About== * '''Meaning''': can represent any filesystem entity * '''Purpose''': for code-managed repositories * '''Notes''': ** directory size optimization - For now, we'll just set use a constant and set it to a best-guess limit, probably 1000. ** maximum URL length is somewhere around 1024 characters (varies by browser and server; presumably there is an official limit...", and the only contributor was "Woozle" ([...)
  • 17:55, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/forms (Moved to another site: content was: "==Related== * {{l/ferreteria/|usage/forms|usage}} ==Requirements== The '''forms''' component needs to be able to do the following: * represent all the different types of input control that can be rendered in a browser, especially without using JS * translate values between the following formats: ** display: text for rendering in browser (in both editable and read-only formats) **...", and the only contributor was "Woozle" (...)
  • 17:55, 22 May 2022 Woozle talk contribs deleted page Ferreteria/modules/users (Moved to another site: content was: "==Tables== ===core functionality=== * {{l/ferreteria/table|user_account}} * {{l/ferreteria/table|user_token}} * {{l/ferreteria/table|user_client}} * {{l/ferreteria/table|user_session}} * {{l/ferreteria/table|user_group}} * {{l/ferreteria/table|user_permit}} * {{l/ferreteria/table|uacct_x_ugroup}} * {{l/ferreteria/table|ugroup_x_upermit}} ===Function: User Data=== This doesn't act...", and the only contributor was "Woozle" (...)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/global depot (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/URI data (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/db (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/node (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/sql/node (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/sql/node leaf (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/registry (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/table (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/table/spec (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/registry/table (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/registry/feature (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/portrow (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/data/space (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/login/data/account (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/login/session (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/login/logout (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/login/submit (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/data/space/archive (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/sql (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/@cls/users/csLogin/TryLogin() (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/@cls/users/csLogin (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/@cls (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/@cls/users/csLogin/IsLoggedIn() (Moved to wooz.dev)
  • 17:54, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.5/sql/user permit (Moved to wooz.dev)
  • 14:22, 16 May 2022 Woozle talk contribs created page Brother/HL-3045CN (Created page with "{{seed}} ==Manual== 600px")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)