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).
- 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")
- 15:58, 4 June 2023 Woozle talk contribs created page Illuminate (Created page with "==Namespaces== * /Auth * /Contracts * /Database * /Foundation * /Notifications * /Support * /Validation")
- 13:55, 4 June 2023 Woozle talk contribs created page 2023/06/04/config classes (Created page with "{{nav/codeblog}} I just figured out a thing which had been kind of muddy to me up to now, despite wrangling with it for a couple-few years. ==Background== I use classes for config stuff – unlike what Laravel does with array-per-file in a config folder, or what MediaWiki does with LocalSettings.php and global variables. This has multiple benefits, of which the main one is probably that you don't need any special loading mechanism and can refer to a config i...")
- 00:03, 11 May 2023 Woozle talk contribs moved page 2023/07/21/DataPorts redesign to 2023/05/01/DataPorts redesign without leaving a redirect (oops again, wow. brains?)
- 00:01, 11 May 2023 Woozle talk contribs moved page 2022/07/21/DataPorts redesign to 2023/07/21/DataPorts redesign without leaving a redirect (oopsy)
- 12:37, 2 May 2023 Woozle talk contribs created page 2022/07/21/DataPorts redesign (Created page with "{{nav/codeblog}} Thinking overnight about the current stashing problem, here's what I came up with: # Stash should be a Unit-type instead of a special object in the Feature. # Each Row should have both an input and output dataset. ("read" ops come from the input set, "write" ops go to the output) # The dataset should be in arrays in the Row objects; Units should be strictly for translation. I think there ''might'' have been one more, or maybe I...")
- 14:43, 2 April 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/login/csLogin/IsLoggedIn/var/$meth.name (Created page with "IsLoggedIn")
- 14:42, 2 April 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/login/csLogin/var/$cls.name (Created page with "csLogin")
- 14:41, 2 April 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/login/csLogin/var/$nspace.fmt (Created page with "login")
- 14:40, 2 April 2023 Woozle talk contribs moved page Ferreteria/v0.5/@cls/login/login/isloggedin to Ferreteria/v0.5/@cls/login/csLogin/IsLoggedIn without leaving a redirect (standards have changed)
- 18:26, 26 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/card/k1i/cStor/var/$cls.name (Created page with "cStor")
- 18:26, 26 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/card/k1i/cStor/var/$nspace.fmt (Created page with "data\card\k1i")
- 18:25, 26 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/card/k1i/cStor/DoUpdate/var/$meth.name (Created page with "DoUpdate")
- 18:49, 25 March 2023 Woozle talk contribs deleted page Ferreteria/v0.5/@cls/data/caCard (No longer needed: content was: "#REDIRECT Ferreteria/v0.5/@cls/data/card/caBase", and the only contributor was "Woozle" (talk))
- 18:04, 25 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/card/caBase/var/$cls.name (Created page with "caBase")
- 18:03, 25 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/card/caBase/var/$nspace.fmt (Created page with "{{l/ver/class|data}}\{{l/ver/class|data/card|card}}")
- 17:58, 25 March 2023 Woozle talk contribs moved page Ferreteria/v0.5/@cls/data/caCard to Ferreteria/v0.5/@cls/data/card/caBase (renamed/namespaced)
- 18:23, 24 March 2023 Woozle talk contribs moved page Ferreteria/v0.5/@cls/data/card/K1I/cStor/DoUpdate to Ferreteria/v0.5/@cls/data/card/k1i/cStor/DoUpdate without leaving a redirect
- 18:22, 24 March 2023 Woozle talk contribs moved page Ferreteria/v0.5/@cls/data/card/cK1I/cStor/DoUpdate to Ferreteria/v0.5/@cls/data/card/K1I/cStor/DoUpdate without leaving a redirect
- 18:21, 24 March 2023 Woozle talk contribs moved page Ferreteria/v0.5/@cls/data/card/cK1I/DoUpdate to Ferreteria/v0.5/@cls/data/card/cK1I/cStor/DoUpdate without leaving a redirect
- 19:06, 20 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/unit/calc/cStash (Created page with "{{page/ferret/class}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|ns=data/unit/calc|cObject}} | → | {{l/ver/class|ns=data/unit/calc|cStash}} |} * '''Source''': {{l/ferreteria/code|data/fields/unit/native/types.php}}")
- 19:06, 20 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/unit/calc/cTime (Created page with "{{page/ferret/class}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|ns=data/unit/calc|cObject}} | → | {{l/ver/class|ns=data/unit/calc|cTime}} |} * '''Source''': {{l/ferreteria/code|data/fields/unit/native/types.php}}")
- 19:06, 20 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/unit/calc/cTime/var/$cls.name (Created page with "cTime")
- 19:05, 20 March 2023 Woozle talk contribs created page Ferreteria/v0.5/@cls/data/unit/calc/cTime/var/$nspace.fmt (Created page with "data\unit\calc")