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)
  • 20:02, 15 April 2022 Woozle talk contribs deleted page W3TPL/history (Moved to another site: content was: "<pre> 0.01 (Wzl) Mainly proof-of-concept; 0.02 (Wzl) Kluge to let <xploop> pull #var value under MW <1.12 0.03 (Wzl) <func> and related tags seem to be working 0.04 (Wzl) Some debugging; now works with v1.12 {{#tag}} function and template parameters (but not very well) names are always lowercased because sometimes the parser does it for you names are always trimmed, beca...", and the only contributor was "Woozle" (...)
  • 20:02, 15 April 2022 Woozle talk contribs deleted page W3TPL/test suite (Moved to another site: content was: "==LET== ===code=== <syntaxhighlight lang=xml> <hide> <let name=thing1 val="stuff" /> <let name=thing2>other stuff</let> <let name=thing3>two</let> <let name=thing3 append> parts</let> <let name=thing4 copy=thing2 /> <let name=thing5 copy=thing2 /> <let name=thing5 append> </let> <let name=thing5 copy=thing3 append /> <let name=thing6[1] val="one" /> <let name=thing6 index=2 val="...", and the only contributor was "Woozle" (...)
  • 20:02, 15 April 2022 Woozle talk contribs deleted page W3TPL/sysdata (Moved to another site: content was: "==About== "Sysdata" syntax is a way of accessing various bits of information provided by the system under different circumstances. Any value prefixed with "@" will be treated as a reference to system data (yes, there are potential conflicts with this form... working on that; they are resolvable). ==Names== * @'''title''': information about the current page title ** .'''id''': the...", and the only contributor was "Woozle" (...)
  • 20:01, 15 April 2022 Woozle talk contribs deleted page Template:w3tpl/tag (Moved to another site: content was: "{{{2|<<span style="color: #000088;">[[W3TPL/tags/{{{1}}}|{{{1}}}]]</span>>}}}", and the only contributor was "Woozle" (talk))
  • 20:00, 15 April 2022 Woozle talk contribs deleted page W3TPL/tags/load (Moved to another site: content was: "==Parameters== * '''echo''' - if present, echo the page's parsed contents * '''let'''=''name of var to receive page's contents'' * '''local''' - if present, page is parsed in its own context rather than parent's * '''page'''=''name of wiki page to load'' ==Examples== 2019-12-31: This example may be obsolete. <syntaxhighlight lang=xml> <func ShowRecentLinks max> <let name=idx />...", and the only contributor was "Woozle" (...)
  • 20:00, 15 April 2022 Woozle talk contribs deleted page W3TPL/tags/let (Moved to another site: content was: "==About== '''Action''': Assigns a value to a variable. This page is based on a close examination of the code as it existed on 2022-04-11, after extended debugging and reworking. ==Tag Attributes== Each attribute is processed within a given stage, where stages are processed in essentially this order: * <code>GetTagInput()</code>: ** '''(input)''' = input stage (determining where...", and the only contributor was "Woozle" ([...)
  • 20:00, 15 April 2022 Woozle talk contribs deleted page W3TPL/tags/get (Moved to another site: content was: "==About== * '''Action''': Tag is replaced by the value of a variable or expression. * '''Options''': ** '''arg''': get value from http request named ''name'' instead of using stored variable *** Retrieves value from $wgRequest->getVal(''name'', ''default'') *** This is somewhat obsolete; it is better to use the sysdata syntax ** '''codes''': process with Sho...", and the only contributor was "Woozle" (...)
  • 20:00, 15 April 2022 Woozle talk contribs deleted page W3TPL/recipes (Moved to another site: content was: "==Pages and Categories== List all categorized Titles without defining any VIEWs: ===Wikitext=== <syntaxhighlight lang=xml> <hide> <for sql="SELECT * FROM categorylinks AS cl LEFT JOIN page AS p ON cl_from=page_id"> <let name=pg_title val=@row.page_title /> <let name=out append> * </let> <let name=out append copy=pg_title /> <let name=out append>|</let> <l...", and the only contributor was "Woozle" ([[...)
  • 19:59, 15 April 2022 Woozle talk contribs deleted page W3TPL/tags/func (Moved to another site: content was: "==About== * '''Action''': defines a global function. Functions are stored in the page properties table, but are not tied to specific pages. * '''Attributes''': ** '''name''': the name under which the function may be accessed by {{l/same|call}} tags ** Additional tag attributes become function parameters.", and the only contributor was "Woozle" (talk))
  • 19:59, 15 April 2022 Woozle talk contribs deleted page W3TPL/tags/call (Moved to another site: content was: "==About== * '''Action''': executes a w3tpl function and displays the return value * '''Attributes''': ** '''func''': deprecated - same as "name" ** '''name''': name of function to call ** Function parameters also become attributes. This documentation is preliminary.", and the only contributor was "Woozle" (talk))
  • 19:52, 15 April 2022 Woozle talk contribs moved page Nslookup to nslookup
  • 17:04, 15 April 2022 Woozle talk contribs deleted page MediaWiki/extensions/Special/MakePage/archive (No longer needed: content was: "==Code== <php><?php /* NAME: SpecialMakePage PURPOSE: Special page for creating a new page from a form Other extensions can do this, but they don't make it at all easy to base the title on variables which are substituted from fields on the form. AUTHOR: Woozle Staddon VERSION: 2007-11-23 (Wzl) Writing started 2007-11-24 (Wzl) More or less working; doesn't work with _POST...", and the only contributor was "Woozle" ([[User...)
  • 22:45, 13 April 2022 Woozle talk contribs created page PHP/trait/use (Created page with "==About== ''This sense of the '''use''' keyword is for including traits; there's another sense that only relates to namespaces.'' The '''use''' keyword allows a [[../|trait]]...")
  • 00:50, 12 April 2022 Woozle talk contribs created page Signal/question/6 (Created page with "* '''Question''': how do you add or edit contacts from the desktop app?")
  • 16:49, 10 April 2022 Woozle talk contribs created page PHP/function variable (Created page with "==About== A variable can store a reference to a function. The thing that isn't explained very well in the documentation is that this just consists of naming the function in a...")
  • 00:52, 8 April 2022 Woozle talk contribs created page COVID-19 (Created page with "{{seed}} ==Links== * '''current stats''': ** [https://delphi.cmu.edu/covidcast/ COVIDcast Dashboard] (Delphi Group at Carnegie Mellon University)")
  • 16:20, 1 April 2022 Woozle talk contribs created page Apache httpd/variables/Define (Created page with "==About== '''Defines''' are configuration variables which can be defined either in the command line or within configuration files. Within a config file, the {{xmltag|Define}}...")
  • 14:49, 1 April 2022 Woozle talk contribs moved page Apache web server/variables to Apache httpd/variables (more accurate)
  • 14:49, 1 April 2022 Woozle talk contribs moved page Apache web server/mod rewrite to Apache httpd/mod rewrite (more accurate)
  • 14:49, 1 April 2022 Woozle talk contribs moved page Apache web server/SSL to Apache httpd/SSL (more accurate)
  • 14:49, 1 April 2022 Woozle talk contribs moved page Apache web server/.htaccess to Apache httpd/.htaccess (more accurate)
  • 14:49, 1 April 2022 Woozle talk contribs moved page Apache web server to Apache httpd (more accurate)
  • 14:15, 1 April 2022 Woozle talk contribs created page Apache web server/variables (Created page with "==Notes== * There's a mention, at least, in [https://httpd.apache.org/docs/2.4/mod/core.html#define core: Define Directive]")
  • 21:34, 30 March 2022 Woozle talk contribs created page Ferreteria/v0.5/sql/user permit (Created page with "==SQL== <syntaxhighlight lang=mysql> CREATE TABLE `user_permit` ( `ID` int NOT NULL AUTO_INCREMENT, `Name` varchar(31) NOT NULL COMMENT 'name of perm...")
  • 14:58, 30 March 2022 Woozle talk contribs created page Ferreteria/v0.5/@cls/users/csLogin/IsLoggedIn() (Created page with "==About== * '''File''': {{l/ferreteria/code|login/status.php}} * '''Returns''': TRUE iff all of the following are: ** Session is valid ** Session's Account ID is set ** Sessio...")
  • 00:38, 30 March 2022 Woozle talk contribs created page Template:l/ver/method (Created page with "[[{{{project|{{#titleparts:{{PAGENAME}}|1|1}}}}}/{{{version|{{#titleparts:{{PAGENAME}}|1|2}}}}}/@cls/{{{1}}}|{{{2|{{{1}}}}}}]]")
  • 00:25, 30 March 2022 Woozle talk contribs created page Ferreteria/v0.5/@cls (Created page with "* /users/csLogin")
  • 00:25, 30 March 2022 Woozle talk contribs created page Ferreteria/v0.5/@cls/users/csLogin (Created page with "==Functions== * /TryLogin()")
  • 00:22, 30 March 2022 Woozle talk contribs created page Ferreteria/v0.5/@cls/users/csLogin/TryLogin() (Created page with "=users\csLogin\TryLogin(string $sUser,string $sPass) : bool= ==About== * '''File''': {{l/ferreteria/code|login/status.php}} * '''Returns''': TRUE iff the submitted credentials...")
  • 01:05, 28 March 2022 Woozle talk contribs created page semantic alias (Created page with "category:coding category:terminology ==About== A semantic alias, in Woozalian terminology, is a coding practice wherein a function is...")
  • 16:57, 27 March 2022 Woozle talk contribs created page Ferreteria/v0.5/sql (Created page with "==Tables== * /node * /user_account * /user_client * /user_session")
  • 16:56, 27 March 2022 Woozle talk contribs moved page Ferreteria/v0.5/login/data/session to Ferreteria/v0.5/sql/user session without leaving a redirect (where it belongs)
  • 16:55, 27 March 2022 Woozle talk contribs deleted page Ferreteria/v0.5/login/data/client (No longer needed: content was: "#REDIRECT Ferreteria/v0.5/sql/user client", and the only contributor was "Woozle" (talk))
  • 16:54, 27 March 2022 Woozle talk contribs moved page Ferreteria/v0.5/login/data/client to Ferreteria/v0.5/sql/user client (where it belongs)
  • 16:51, 27 March 2022 Woozle talk contribs moved page Ferreteria/v0.5/login/data/account to Ferreteria/v0.5/sql/user account (where it belongs)
  • 19:55, 26 March 2022 Woozle talk contribs created page Ferreteria/v0.5/data/space/archive (Created page with "==Retired bits== ===result.php=== * {{l/ferreteria/code|RETIRED/data/space/result.php}}: ** tResult *** PIECE: SQL() ** tSingleResult <- tResult *** SetIt(), GetIt(), HasIt(),...")
  • 17:53, 25 March 2022 Woozle talk contribs created page MediaWiki/skins (Created page with "==Related== * {{l/same|skin.json}} ==Links== * [https://skins.wmflabs.org/ Wikimedia Skins Lab]: browse existing skins or build your own, with live rendering")
  • 17:05, 25 March 2022 Woozle talk contribs created page MediaWiki/skin.json (Created page with "==Notes== * <code>"ValidSkinNames": { "{{{arg|display name}}": {...} ... }</code>: "display name" value is how the skin will be shown in the listing of available skins Illega...")
  • 16:57, 25 March 2022 Woozle talk contribs removed protection from MediaWiki (htyp is now approved-editors-only) (hist)
  • 16:52, 25 March 2022 Woozle talk contribs deleted page MediaWiki/files (No longer needed: content was: "* /index.php: the entrypoint * /LocalSettings.php: the main configuration file", and the only contributor was "Woozle" (talk))
  • 16:52, 25 March 2022 Woozle talk contribs deleted page MediaWiki/files/LocalSettings.php (No longer needed: outdated, and never had much info anyway)
  • 15:37, 24 March 2022 Woozle talk contribs created page Ferreteria/v0.5/login/submit (Created page with "==Process== This happens when the user submits a username and password. * Search for username in the Accounts table. * If found: ** Check password match ** If matched: *** (lo...")
  • 15:37, 24 March 2022 Woozle talk contribs created page Ferreteria/v0.5/login/logout (Created page with "==Process== * Check login object: are we currently logged in? * If yes: ** '''Login object bookkeeping''': note logged-out ** '''Event log''': user logged out * Else (not logg...")
  • 15:37, 24 March 2022 Woozle talk contribs created page Ferreteria/v0.5/login/session (Created page with "==Process== * If browser has a Session cookie: ** Search for Session matching the cookie ** If found: *** '''Session bookkeeping''': update WhenUsed *** '''Account bookkeeping...")
  • 15:46, 21 March 2022 Woozle talk contribs created page code review (Created page with "==Links== * '''2022-02-14''' [https://datto.engineering/post/looking-at-our-nitpicks Improving Code Review at Datto, Looking at our Nitpicks] ** discussion: [https://news.ycom...")
  • 13:39, 17 March 2022 Woozle talk contribs created page Ferreteria/v0.5/login/data/account (Created page with "==Notes== '''2022-03-17''' I feel like "UserName" is ambiguous. Maybe "AcctName"? "LoginName"? ==SQL== <syntaxhighlight lang=mysql> CREATE TABLE `user_account` ( `ID` int NO...")
  • 13:22, 16 March 2022 Woozle talk contribs created page Ferreteria/v0.5/data/space (Created page with "'''Folder''': {{l/ferreteria/code|data/space}} ==Files== The following was copied from code docs, and I need to remember what all of it means: * {{l/ferreteria/code|data/space...")
  • 21:59, 14 March 2022 Woozle talk contribs moved page Ferreteria/v0.5/sql/node leaf to Ferreteria/archive/v0.5/sql/node leaf (discarding)
  • 23:00, 9 March 2022 Woozle talk contribs created page Ferreteria/v0.5/portrow (Created page with "'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} ==About== Each PortRow object belongs to a {{l/ver|PortBank}} object. Each '''PortRow''' object contains a set of '''...")
  • 17:29, 9 March 2022 Woozle talk contribs moved page Ferreteria/v0.5/PortBank to Ferreteria/v0.5/portbank (lowercasing everything for easier reference)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)