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:40, 1 May 2022 Woozle talk contribs deleted page WorkFerret/tables/charge (Moved to another site: content was: "==About== * '''Purpose''': Tracks charges to clients and amounts received in payment, making it possible to generate statements. ==History== * '''2016-10-18''' initial design * '''2016-10-19''' some more timestamps * '''2016-10-20''' void timestamp * '''2016-10-23''' Decided, for multiple reasons, that "owed to us" should be positive and "paid to us" should be negative. ** Reason...", and the only contributor was "Woozle" (...)
  • 20:40, 1 May 2022 Woozle talk contribs deleted page WorkFerret/tables/acct (Moved to another site: content was: "#REDIRECT WorkFerret/tables/client", and the only contributor was "Woozle" (talk))
  • 20:39, 1 May 2022 Woozle talk contribs deleted page WorkFerret/tables (Moved to another site: content was: "* /project * /session * /invoice ** /invc_line * /rate ** /rate_proj * /charge", and the only contributor was "Woozle" (talk))
  • 20:21, 1 May 2022 Woozle talk contribs deleted page SpamFerret/Special (Moved to another site: content was: "==Code== <php><?php /* NAME: SpecialSpamFerret PURPOSE: Special page for administering the SpamFerret database REQUIRES: SpamFerret (for now...) AUTHOR: Woozle (Nick) Staddon VERSION: 2009-08-04 0.0 (Wzl) Started writing 2009-10-01 0.1 (Wzl) incremental improvements; clsMenu now a separate file 2009-10-06 0.2 (Wzl) text-check now shows if matching filters are deactivated...", and the only contributor was "Woozle" ([...)
  • 20:21, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables (Moved to another site: content was: "==Tables== * /attempt * /client * /patterns ** /pattern - replaces patterns ** /pattern_archive - NOT IMPLEMENTED yet ** /pattern_log - NOT IMPLEMENTED yet * /text - NOT IMPLEMENTED yet ===obsolete=== * /sessions -- turned out not to be necessary ==History== * '''2009-08-05''' New tables: pattern_archive and pattern_log (necessary only for Special:...", and the only contributor was "Woozle" (...)
  • 20:20, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/attempt (Moved to another site: content was: "==About== * '''History''': ** '''2009-08-05''' Added '''ID_Archive''' ** '''2009-08-07''' Added '''Edit''' ** '''2009-08-08''' ID_Client -> Addr_Client ** '''2009-08-09''' Addr_Client must be a *string* * '''Fields''': ** '''Code''': *** ''NULL'' = normal filter match *** "'''AMP'''" = ampersandbot (to be eventually superceded by some kind of difference-pattern) *** "'''THR''...", and the only contributor was "Woozle" (...)
  • 20:20, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/client (Moved to another site: content was: "==About== * '''History''': ** '''2009-08-08''' Dropping "ID" field, because "Address" should be the key; renaming table to "client" *** This helps keep legacy code working (leaving "clients" table in place) while I try to get access to upgrade it * '''Fields''': ** '''Retries''': *** Each time a client submits spam, clients.Retries increments... *** ...unless clients.WhenLast was...", and the only contributor was "Woozle" (...)
  • 20:20, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/pattern (Moved to another site: content was: "==About== * '''Fields''': ** '''isURL''' is turning out to be rather useless, partly because it wasn't clear from the beginning exactly what it was for * '''History''': ** '''2009-07-14''' Adding attempts.diff and patterns.isDiff to enable more advanced filtering (e.g. bots which delete most of a section and replace it with a nonsense word) ** '''2009-08-05''' Adding ID_Archive f...", and the only contributor was "Woozle" (...)
  • 20:20, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/pattern archive (Moved to another site: content was: "==About== * '''History''': ** '''2009-08-05''' Created for Special:SpamFerret ** '''2011-02-03''' Substantial rework -- needed a field to store the text, for one thing. Decided not to collect any stats here, for another. ==SQL== <mysql>CREATE TABLE `pattern_archive` ( `ID` INT NOT NULL AUTO_INCREMENT, `Pattern` VARCHAR(255) NOT NULL COMMENT "pattern to match (regex or...", and the only contributor was "Woozle" ([...)
  • 20:19, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/pattern log (Moved to another site: content was: "==About== * '''Rules''': ** '''adding a new pattern''': **# if new pattern not in archive, add an entry for it **# log event: ID_Old=NULL, ID_New= new pattern **# add the pattern record to {{spamferret|table|patterns}} ** '''modifying a pattern''': **# if old pattern not in archive, add an entry for it **# if new pattern not in archive, add an entry for it **# log event: ID_Old=...", and the only contributor was "Woozle" ([...)
  • 20:19, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/patterns (Moved to another site: content was: "==About== * '''History''': ** '''2009-07-14''' Adding attempts.diff and patterns.isDiff to enable more advanced filtering (e.g. bots which delete most of a section and replace it with a nonsense word) ** '''2009-08-05''' Adding ID_Archive field (part of new pattern maintenance system) ** '''2009-10-06''' Adding Notes field (need to be able to make notes on a pattern's intent) ==S...", and the only contributor was "Woozle" (...)
  • 20:19, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/sessions (Moved to another site: content was: "==About== * '''Status''': NOT NEEDED ===Notes=== I added the <u>sessions</u> table when I thought the MediaWiki software wasn't recording IP addresses anywhere, but then it turns out that the IP address and username is stored in recentchanges for each edit (user ID = rc_user, user name = rc_user_text, IP address = rc_ip). It may turn out to be easier to use <u>sessions</u> for re...", and the only contributor was "Woozle" (...)
  • 20:19, 1 May 2022 Woozle talk contribs deleted page SpamFerret/tables/text (Moved to another site: content was: "==About== * '''Purpose''': for storing complete text of edit attempts and page contents * '''History''': ** '''2009-08-07''' Designed; not deployed yet ==SQL== <mysql>CREATE TABLE `text` ( `CRC` INT UNSIGNED NOT NULL COMMENT "crc32(text) for faster indexing", `ctext` MEDIUMBLOB COMMENT "compressed form of text", PRIMARY KEY(`CRC`) ) ENGINE = MYISAM;</mysql>", and the only contributor was "Woozle" ([[User t...)
  • 20:19, 1 May 2022 Woozle talk contribs deleted page SpamFerret/views (Moved to another site: content was: "==Views== * /AttemptsEx - quick-and-dirty report showing details of recent spam attempts * /ClientThrottle - used internally to determine if an IP address should be blocked", and the only contributor was "Woozle" (talk))
  • 20:18, 1 May 2022 Woozle talk contribs deleted page SpamFerret/views/AttemptsEx (Moved to another site: content was: "==About== *'''Purpose''': Eventually, a SpecialPage with reports would be nice, but for now you can see what's being blocked, and where the spam attempts are coming from, with this query conveniently packaged in a stored "view": ==SQL== <mysql>CREATE OR REPLACE VIEW `AttemptsEx` AS SELECT a.ID, a.`When` AS WhenDone, a.Code, a.ID_Pattern, p.Pattern, a.ID_...", and the only contributor was "Woozle" (...)
  • 20:18, 1 May 2022 Woozle talk contribs deleted page SpamFerret/views/ClientThrottle (Moved to another site: content was: "==About== * '''Purpose''': This view is for pre-screening {{spamferret|table|clients}} (IP addresses) -- includes a column showing how long since the last spam attempt (in seconds) and another to indicate whether a client is permanently blocked. * '''History''': ** '''2009-08-08''' created ClientThrottle2 as temporary measure until legacy code can be gotten rid of ==SQL== <my...", and the only contributor was "Woozle" (...)
  • 20:04, 1 May 2022 Woozle talk contribs moved page MediaWiki/extensions/Special/MakePage to MediaWiki/extension/Special/MakePage (The Diagram is telling me how to reorganize this. Must obey The Diagram.)
  • 20:04, 1 May 2022 Woozle talk contribs moved page MediaWiki/extensions to MediaWiki/extension (The Diagram is telling me how to reorganize this. Must obey The Diagram.)
  • 20:04, 1 May 2022 Woozle talk contribs deleted page MediaWiki/extension (Deleted to make way for move from "MediaWiki/extensions")
  • 18:48, 1 May 2022 Woozle talk contribs created page extension.json (Redirected page to MediaWiki/extensions) Tag: New redirect
  • 19:37, 28 April 2022 Woozle talk contribs created page File:76ba25e0a15a013aa4ad005056a9545d.gif (* '''what''': ''Non Sequitur'' comic on the subject of COVID-19 * '''retrieved''' from https://assets.amuniversal.com/76ba25e0a15a013aa4ad005056a9545d via https://www.gocomics.com/nonsequitur/2022/04/28 on 2022-04-28)
  • 19:37, 28 April 2022 Woozle talk contribs uploaded File:76ba25e0a15a013aa4ad005056a9545d.gif (* '''what''': ''Non Sequitur'' comic on the subject of COVID-19 * '''retrieved''' from https://assets.amuniversal.com/76ba25e0a15a013aa4ad005056a9545d via https://www.gocomics.com/nonsequitur/2022/04/28 on 2022-04-28)
  • 20:04, 15 April 2022 Woozle talk contribs deleted page W3TPL/archive (Moved to another site: content was: "category:archives Stuff that is no longer applicable: * /code: old version of the source code", and the only contributor was "Woozle" (talk))
  • 20:03, 15 April 2022 Woozle talk contribs deleted page W3TPL/archive/code (Moved to another site: content was: "==Preface== The source code for this will soon be moved to [https://github.com/woozalia/w3tpl GitHub]. It's got a lot of rough edges, but it is definitely usable -- and other people could be working on the rough edges. --Woozle 10:13, 25 July 2011 (EDT) * '''Requires''': StringTemplate.php, data.php * ''...", and the only contributor was "Woozle" (...)
  • 20:03, 15 April 2022 Woozle talk contribs deleted page W3TPL/archive/code/smw-links.php (Moved to another site: content was: "==History== * '''2013-02-11''' partially-working version, so I have a record of the commented-out code I'm about to hack off ==Code== <syntaxhighlight lang=php> /* PURPOSE: SMW listing management functions for w3tpl REQUIRES: filed-links.php TODO: w3f_SiteGroupListing() is currently hard-wired for Google+ HISTORY: 2011-10-16 w3tpl code started to get too ugly, so push...", and the only contributor was "Woozle" (...)
  • 20:03, 15 April 2022 Woozle talk contribs restored page Ferreteria/archive/StringTemplate.php (4 revisions) (accidental deletion (not ready yet))
  • 20:02, 15 April 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" ([...)
  • 20:02, 15 April 2022 Woozle talk contribs deleted page W3TPL/dev (Moved to another site: content was: "==Class Data== After discovering the existence of page_props I began to think that these tables might actually be unnecessary, but I'm keeping these table specs here in case I change my mind later. I think some PHP code was written to use these tables, but it never got to the point of being usable; it should probably be stripped out (maybe archive...", and the only contributor was "Woozle" ([...)
  • 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)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)