All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:41, 20 August 2023 Woozle talk contribs created page Category:Nextcloud (Created page with "items related to Nextcloud")
- 21:40, 20 August 2023 Woozle talk contribs created page File:2023-08-20-17-18-42-79.screen. 06ea656a9ba653ff96746f477f32d0f9.Nextcloud-stuck.jpg (category:screenshot category:mobile category:Nextcloud)
- 21:40, 20 August 2023 Woozle talk contribs uploaded File:2023-08-20-17-18-42-79.screen. 06ea656a9ba653ff96746f477f32d0f9.Nextcloud-stuck.jpg (category:screenshot category:mobile category:Nextcloud)
- 19:00, 20 August 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/tRenderableTree (Created page with "{{fmt/title|Ferreteria trait <code>[[../|ferret]]\{{l/ver/class|layout}}\tRenderableTree</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|tRenderableTwig}} | → | {{l/ver/class|tExecutableTree}}<br> {{l/ver/class|tRenderableTree}} | → | {{l/ver/class|cElement}} |} * '''file''': {{l/ferreteria/code|layout/elem/trait.php}}")
- 18:54, 20 August 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/tRenderableTwig (Created page with "{{fmt/title|Ferreteria trait <code>[[../|ferret]]\{{l/ver/class|layout}}\tRenderableTwig</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|tExecutableTwig}} → | {{l/ver/class|tExecutableTree}} | → {{l/ver/class|cElement}} |} * '''file''': {{l/ferreteria/code|layout/elem/trait.php}}")
- 17:13, 20 August 2023 Woozle talk contribs created page AI/LLM (Created page with "==Notes== * '''2023-05-24''' [https://www.vice.com/en/article/3akd7y/worried-about-sending-your-data-to-a-chatbot-privategpt-is-here Worried About Sending Your Data to a Chatbot? 'PrivateGPT' Is Here] ** code source: [https://github.com/imartinez/privateGPT privateGPT]")
- 16:23, 20 August 2023 Woozle talk contribs created page AI (Created page with "category:topic category:acronym This is a space-holder for notes on AI. See {{htyp|artificial intelligence}} for older notes. Pages: * /LLM: Large Language Model AI")
- 01:03, 20 August 2023 Woozle talk contribs created page Nextcloud (Created page with "category:review Nextcloud is a self-hosted file-sync application written in PHP. We've used it pretty heavily for many years now (and ownCloud, its predecessor, before that). Despite being a pretty nifty package in a lot of ways (especially as a concept), it increasingly has lots of little problems that are making it more and more difficult to use and maintain. ==Issues== In no particular order: ===Upgrade Button Unresponsive=== When there is an upgrade available...")
- 01:01, 20 August 2023 Woozle talk contribs created page File:2023-08-19 at 20-59-57.screen.Nextcloud start update button.png (category:screenshot category:nextcloud)
- 01:01, 20 August 2023 Woozle talk contribs uploaded File:2023-08-19 at 20-59-57.screen.Nextcloud start update button.png (category:screenshot category:nextcloud)
- 00:56, 20 August 2023 Woozle talk contribs created page Category:Pages using deprecated source tags (Created page with "These probably just need to have {{fmt/code|<source>}} tags changed to {{fmt/code|<syntaxhighlight>}} -- but, like, who thought ''that'' change was a good idea?")
- 00:52, 20 August 2023 Woozle talk contribs created page Category:Vbzcart (Created page with "items relating to VbzCart")
- 00:51, 20 August 2023 Woozle talk contribs created page File:2017-03-17 screenshot.VbzCart.admin.Supplier.LB.png (category:screenshot category:vbzcart '''what''': screenshot of VbzCart admin supplier page for Liquid Blue, showing departments menu item selected)
- 00:51, 20 August 2023 Woozle talk contribs uploaded File:2017-03-17 screenshot.VbzCart.admin.Supplier.LB.png (category:screenshot category:vbzcart '''what''': screenshot of VbzCart admin supplier page for Liquid Blue, showing departments menu item selected)
- 00:47, 20 August 2023 Woozle talk contribs created page Category:Commentary (Created page with "commentary on external articles/posts")
- 00:03, 25 June 2023 Woozle talk contribs created page SpecialPage (Created page with "{{fmt/title/classlike|SpecialPage|class}} * '''defined in''' [https://github.com/wikimedia/mediawiki/blob/master/includes/specialpage/SpecialPage.php [MediaWiki]/includes/specialpage/SpecialPage.php] * '''defined as''' <tt>class SpecialPage implements MessageLocalizer</tt> ** '''implements''' MessageLocalizer ([https://github.com/wikimedia/mediawiki/blob/master/includes/language/MessageLocalizer.php code])")
- 13:32, 24 June 2023 Woozle talk contribs created page MediaWiki/SpecialPage/SpecialPageFactory (Created page with "{{fmt/title/classlike|MediaWiki \ MediaWiki/SpecialPage \ MediaWiki/SpecialPage\SpecialPageFactory|class}} * '''defined in''' [https://github.com/wikimedia/mediawiki/blob/master/includes/specialpage/SpecialPageFactory.php /includes/specialpage/SpecialPageFactory.php] * '''defined as''' <tt>lass SpecialPageFactory { use DebugInfoTrait; ...: }</tt> ** '''uses''' {{l/nspace|Wikimedia\DebugInfo\DebugInfoTrait}}")
- 13:09, 24 June 2023 Woozle talk contribs created page Template:Fmt/title/classlike (Created page with "{| width=100% style="background: #efe; border: 1px solid #9f9;" |- | cellpadding=10 | <div style="font: bold 14pt">{{{1}}} <i>{{{2|}}}</i></div> |}")
- 13:01, 24 June 2023 Woozle talk contribs created page 2023/06/24 (Created page with "{{page/date}} ==Notes== * [https://github.com/wikimedia/mediawiki-libs-ObjectFactory/blob/3558d6630cefa60491e468965752651bc5bf3d3e/src/ObjectFactory.php#L152 ObjectFactory.php line 152] calls static::getObjectFromSpec( $spec, $options ); * [https://github.com/wikimedia/mediawiki-libs-ObjectFactory/blob/3558d6630cefa60491e468965752651bc5bf3d3e/src/ObjectFactory.php#L177 ObjectFactory.php line 177] calls static::validateSpec( $spec, $options ); * [https://github.com/wikime...")
- 12:47, 24 June 2023 Woozle talk contribs moved page 2023/06/23/notes to 2023/06/23 without leaving a redirect (easier navigation)
- 00:54, 24 June 2023 Woozle talk contribs created page 2023/06/23/notes (Created page with "{{subpage/date}} Trying to figure out why MediaWiki is spurning the extension-shell I've created... here's the error: /mw/Special:SpecialPages InvalidArgumentException: Provided specification is a string, not an array. Backtrace: <poem> from /var/www/site/mw/mediawiki-1.39.3/vendor/wikimedia/object-factory/src/ObjectFactory.php(302) #0 /var/www/site/mw/mediawiki-1.39.3/vendor/wikimedia/object-factory/src/ObjectFactory.php(177): {{l/nspace|Wikimedia\ObjectFactory\...")
- 00:54, 24 June 2023 Woozle talk contribs created page Template:Subpage/date (Created page with "<includeonly>{{c/date| {{#sub:{{PAGENAME}}|0|10}} }}</includeonly> <table class=wikitable align=right><tr> <td> [[ {{#time: Y/m/d | {{#sub:{{PAGENAME}}|0|10}} - 1 day}} ]] </td> <td> <b>[[ {{#time: Y/m/d | {{#sub:{{PAGENAME}}|0|10}} }} ]]</b> </td> <td> [[ {{#time: Y/m/d | {{#sub:{{PAGENAME}}|0|10}} + 1 day}} ]] </td> </table>")
- 00:38, 24 June 2023 Woozle talk contribs created page Wikimedia/ObjectFactory/ObjectFactory (Created page with "{{fmt/title|Wikimedia \ ObjectFactory \ ObjectFactory}} * '''defined in''' [https://github.com/wikimedia/mediawiki-libs-ObjectFactory/blob/master/src/ObjectFactory.php GitHub: MediaWiki: libs: ObjectFactory: /src/ObjectFactory.php]")
- 01:05, 5 June 2023 Woozle talk contribs created page Illuminate/Validation/Validator (Created page with "{{fmt/title|<u>Illuminate \ Validation \ Validator</u> class}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Validation/Validator.php GitHub: 10.x] * '''defined as''' <tt>class Validator implements ValidatorContract</tt> ** '''implements''' {{l/nspace|Illuminate\Contracts\Validation\Validator}} as ValidatorContract ** '''use''' *** {{l/nspace|Illuminate\Validation\Validator\Concerns\FormatsMessages}} *** {{l/nspace|Illuminate\Valid...")
- 00:49, 5 June 2023 Woozle talk contribs created page Illuminate/Validation (Created page with "{{fmt/title|<u>Illuminate\Validation</u> namespace}} ==Classes== * {{l/sub|Validator}}")
- 21:38, 4 June 2023 Woozle talk contribs created page Illuminate/Database/Schema/Builder (Created page with "{{fmt/title|<u>Illuminate \ Database \ Schema \ Builder</u> class}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Schema/Builder.php GitHub: 10.x] * '''defined as''' <tt>class Builder</tt>")
- 21:35, 4 June 2023 Woozle talk contribs created page Illuminate/Support/Facades/Facade (Created page with "{{fmt/title|<u>Illuminate\Support\Facades\Facade</u> abstract class}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Support/Facades/Facade.php GitHub: 10.x] * '''defined as''' <tt>abstract class Facade</tt>")
- 21:34, 4 June 2023 Woozle talk contribs created page Illuminate/Support/Facades/Schema (Created page with "{{fmt/title|<u>Illuminate\Support\Facades\Schema</u> class}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Support/Facades/Schema.php GitHub: 10.x] * '''defined as''' <tt>class Schema extends Facade</tt> ** '''extends''' {{l/nspace|Illuminate\Support\Facades\Facade}} * '''see also''' {{l/nspace|Illuminate\Database\Schema\Builder}} (...says a code comment) ==Methods== * public static function connection($name) * protected static functio...")
- 21:31, 4 June 2023 Woozle talk contribs created page Illuminate/Support/Facades (Created page with "{{fmt/title|<u>Illuminate\Support\Facades</u> namespace}} * '''files''': [https://github.com/laravel/framework/tree/10.x/src/Illuminate/Support/Facades GitHub: 10.x] ==Classes== * {{l/nspace|Illuminate\Support\Facades\Schema}}")
- 21:28, 4 June 2023 Woozle talk contribs created page Illuminate/Support (Created page with "{{fmt/title|<u>Illuminate\Support</u> namespace}} * '''files''': [https://github.com/laravel/framework/tree/10.x/src/Illuminate/Support GitHub: 10.x] ==Namespaces== * {{l/nspace|Illuminate\Support\Facades}}")
- 21:26, 4 June 2023 Woozle talk contribs created page Illuminate/Support/Traits/Conditionable (Created page with "{{fmt/title|<u>Illuminate\Support\Traits\Conditionable</u> trait}} * '''docs''': [https://laravel.com/api/10.x/Illuminate/Support/Traits/Conditionable.html official: 10.x] * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Conditionable/Traits/Conditionable.php GitHub: 10.x] * '''defined as''' <tt>trait Conditionable</tt> Purpose seems to be to allow environment-dependent logical conditions to be applied to callbacks.")
- 21:24, 4 June 2023 Woozle talk contribs created page Illuminate/Notifications/Messages/MailMessage (Created page with "{{fmt/title|<u>Illuminate/Notifications/Messages/MailMessage</u> class}} * '''documentation''': ** [https://laravel.com/api/10.x/Illuminate/Notifications/Messages/MailMessage.html 10.x class] *** [https://laravel.com/docs/10.x/notifications#queueing-notifications queueing] ** [https://laravel.com/docs/10.x/notifications#localizing-notifications Guide: Notifications] * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Notifications/Messages/M...")
- 21:13, 4 June 2023 Woozle talk contribs created page Illuminate/Notifications/Messages (Created page with "{{fmt/title|<u>Illuminate\Notifications\Messages</u> namespace}} * '''files''': [https://github.com/laravel/framework/tree/10.x/src/Illuminate/Notifications/Messages GitHub: 10.x] ==Classes== * {{l/nspace|Illuminate\Notifications\Messages\MailMessage}}")
- 21:11, 4 June 2023 Woozle talk contribs created page Illuminate/Notifications/Notifiable (Created page with "{{fmt/title|<u>Illuminate/Notifications/Notifiable</u> trait}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Notifications/Notifiable.php GitHub: 10.x] * '''defined as''' <tt>trait Notifiable</tt> ** '''use''': *** {{l/nspace|Illuminate\Notifications\HasDatabaseNotifications}} *** {{l/nspace|Illuminate\Notifications\RoutesNotifications}}")
- 21:04, 4 June 2023 Woozle talk contribs created page Illuminate/Notifications (Created page with "{{fmt/title|<u>Illuminate\Notifications</u> namespace}} * '''files**: [https://github.com/laravel/framework/tree/10.x/src/Illuminate/Notifications GitHub: 10.x] * '''Laravel docs''': ** [https://laravel.com/docs/10.x/notifications 10.x class docs] ** [https://laravel.com/docs/10.x/notifications#localizing-notifications Guide: Notifications] ==Traits== * {{l/nspace|Illuminate\Notifications\HasDatabaseNotifications}} * {{l/nspace|Illuminate\Notifications\Notifiable}} * {{l...")
- 20:57, 4 June 2023 Woozle talk contribs deleted page Template:PathToNSpace (No longer needed: content was: "{{#tag:phptag | $sPath="{{{1}}}"; $arPath = explode("/",$sPath); $out = NULL; foreach($arPath as $sSeg) { if (!is_null($out)) { $out .= '\\'; } $out .= $sSeg; } echo $out; }}", and the only contributor was "Woozle" (talk))
- 20:56, 4 June 2023 Woozle talk contribs deleted page Template:NSpaceToPath (No longer needed: content was: "{{#tag:phptag | $sPath="{{{1}}}"; $arPath = explode('\\',$sPath); $out = NULL; foreach($arPath as $sSeg) { if (!is_null($out)) { $out .= '/'; } $out .= $sSeg; } echo $out; }}", and the only contributor was "Woozle" (talk))
- 20:56, 4 June 2023 Woozle talk contribs created page Illuminate/Auth/Authenticatable (Created page with "{{fmt/title|<u>Illuminate\Auth\Authenticatable</u> trait}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Auth/Authenticatable.php GitHub: 10.x] * '''definition''': ** '''public methods''': *** public function {{l/sub|getAuthIdentifierName}}() *** public function getAuthIdentifier() *** public function getAuthIdentifierForBroadcasting() *** public function getAuthPassword() *** public function getRememberToken() *** public function setR...")
- 19:48, 4 June 2023 Woozle talk contribs created page Template:NSpaceToPath (Created page with "{{#tag:phptag | $sPath="{{{1}}}"; $arPath = explode('\\',$sPath); $out = NULL; foreach($arPath as $sSeg) { if (!is_null($out)) { $out .= '/'; } $out .= $sSeg; } echo $out; }}")
- 17:04, 4 June 2023 Woozle talk contribs created page Template:L/nspace (Created page with "[[{{{1}}}|{{PathToNSpace|{{{1}}}}}]]")
- 17:03, 4 June 2023 Woozle talk contribs created page Template:PathToNSpace (Created page with "<phptag> $sPath = '{{{1}}}'; $arPath = explode('/',$sPath); // I honestly don't know if this will work. $out = NULL; foreach($arPath as $sSeg) { if (!is_null($out)) { $out .= '\\'; } $out .= $sSeg; } echo $out; </phptag>")
- 16:25, 4 June 2023 Woozle talk contribs created page Illuminate/Foundation/Auth/User (Created page with "{{fmt/title|<u>Illuminate\Foundation\Auth\User</u> class}} * '''defined in''' [Illuminate/Foundation/Auth/User.php](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Foundation/Auth/User.php) * '''used by''' Domain\User\Models\User * '''definition''': ** '''extends''' Illuminate\Database\Eloquent\Model ** '''implements''' *** Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract *** Illuminate\Contracts\Auth\Access\Authorizable...")
- 16:20, 4 June 2023 Woozle talk contribs created page Illuminate/Foundation/Auth/Access/Authorizable (Created page with "{{fmt/title|<u>Illuminate\Foundation\Auth\Access\Authorizable</u> trait}} * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Foundation/Auth/Access/Authorizable.php GitHub: 10.x] * '''used by''' Illuminate\Foundation\Auth\User * '''definition''': ** '''public methods''': *** <syntaxhighlight lang=php inline>public function can($abilities, $arguments = [])</syntaxhighlight> *** <syntaxhighlight lang=php in...")
- 16:16, 4 June 2023 Woozle talk contribs created page Illuminate/Foundation/Auth/Access (Created page with "{{fmt/title|<u>Illuminate/Foundation/Auth/Access</u> namespace}} ==Traits== * /Authorizable")
- 16:15, 4 June 2023 Woozle talk contribs created page Illuminate/Foundation/Auth (Created page with "{{fmt/title|<u>Illuminate\Foundation\Auth</u> namespace}} ==Namespaces== * /Access ==Classes== * /User")
- 16:13, 4 June 2023 Woozle talk contribs created page Illuminate/Foundation (Created page with "{{fmt/title|<u>Illuminate\Foundation</u> namespace}} * '''files''': [https://github.com/laravel/framework/tree/10.x/src/Illuminate/Foundation GitHub (10.x)] ==Namespaces== * /Auth * /Support")
- 16:11, 4 June 2023 Woozle talk contribs created page Illuminate/Database/Eloquent/Model (Created page with "{{fmt/title|<u>Illuminate\Database\Eloquent\Model</u> class}} * '''defined in''': [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Model.php GitHub: 10.x] * '''defined as''': <syntaxhighlight lang=php inline>abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToString, HasBroadcastChannel, Jsonable, JsonSerializable, QueueableEntity, UrlRoutable</syntaxhighlight> * '''documentation''': ** [https://laravel.com/api/10...")
- 16:07, 4 June 2023 Woozle talk contribs created page Illuminate/Database/Eloquent (Created page with "{{fmt/title|<u>Illuminate\Database\Eloquent</u> namespace}} * '''documented in''' [https://laravel.com/docs/10.x/eloquent Laravel: 10.x] '''Eloquent''' is a sub-namespace used within Laravel's Illuminate\Database module, and also the ORM (object-relational mapper) subsystem within that module. ==Classes== * /Model")
- 16:03, 4 June 2023 Woozle talk contribs created page Illuminate/Database (Created page with "{{fmt/title|Illuminate\Database namespace}} ==Namespaces== * /Eloquent")
- 15:59, 4 June 2023 Woozle talk contribs created page Laravel (Created page with "Laravel is the provider of several PHP-oriented code packages, most notably the Laravel Framework. * Illuminate: the root namespace for Laravel Framework")