| by dg | WIP | | | |
| by dg | migrations: split global upgrade guides into per-package Upgrading pages Upgrade notes used to live in one global migrations/ directory, mixed across all packages, while database/ and utils/ already carried their own upgrading.texy. This consolidates everything on the per-package model, so the notes sit next to the package they describe. - add upgrading.texy to 15 packages (cs+en), sections ordered from the newest version down to the oldest - migrations/ becomes a lightweight hub: how to upgrade + links to the per-package pages; the migrations: URL keeps working - drop the pre-componentization guides (2.0-2.2). Nette split into separate packages in 2.2, so per-package notes start at 2.3 - drop the balast: minimum PHP versions, composer.json version blocks, composer-frontline.php and the cosmetic I-prefix interface renames - use the term "upgrading" rather than "migration"; migration now only means switching technology, as in Latte's cookbook - link Upgrading from the packages' left menus | | | |
| by dg | troubleshooting: cannot sent header | | | |
| by jeremy-step | assets: document Docker development and the Vite plugin host option (#1079) Incorporates the docs from #1079, verified against the plugin's "added host option and normalized dev server URL" change: host option, 0.0.0.0/true normalization to localhost, CORS/allowedHosts handling. | | | |
| by dg | meta: loosen versions to whole major (3.x, 4.x) | | | |
| by dg | nette/component-model 4.0.0 | | | |
| by dg | utils: fixes based on documentation audit against the code | | | |
| by dg | tracy: fixes based on documentation audit against the code | | | |
| by dg | tokenizer: fixes based on documentation audit against the code | | | |
| by dg | tester: fixes based on documentation audit against the code | | | |
| by dg | schema: fixes based on documentation audit against the code | | | |
| by dg | security: fixes based on documentation audit against the code | | | |
| by dg | safe-stream: fixes based on documentation audit against the code - fix Czech grammar "ve chvíli, kde" -> "kdy" and unify tab/záložka wording - use config.ini with parse_ini_file (NEON is not an INI format) - document limitations: non-isolated stat functions, unlink on Windows, write rollback | | | |
| by dg | robot-loader: fixes based on documentation audit against the code | | | |
| by dg | php-generator: fixes based on documentation audit against the code | | | |
| by dg | latte: fixes based on documentation audit against the code | | | |
| by dg | mail: fixes based on documentation audit against the code - fix SMTP TLS default port (code defaults to 25, not 587) - fix 'secure' description (deprecated alias of 'encryption', not value 'ssl') - cs: add 'localhost' fallback for clientHost default - document Message setters: addReplyTo(), setReturnPath(), setPriority() + priority constants - document addEmbeddedFile() and SendmailMailer::setEnvelopeSender() - expand FallbackMailer: $onFailure, addMailer(), FallbackMailerException - document redirect/debugger config options | | | |
| by dg | neon: fixes based on documentation audit against the code - decode(): parameter renamed $neon → $input to match the actual signature (Neon::decode(string $input)); the old name broke named arguments - string quoting: added the reserved backtick to the list of characters that require quoting (excluded by the lexer literal pattern) - neon-lint: documented the optional [--debug] flag shown in its usage | | | |
| by dg | http: fixes based on documentation audit against the code | | | |
| by dg | forms: fixes based on documentation audit against the code | | | |
| by dg | dependency-injection: fixes based on documentation audit against the code | | | |
| by dg | database: fixes based on documentation audit against the code | | | |
| by dg | component-model: fixes based on documentation audit against the code | | | |
| by dg | caching: fixes based on documentation audit against the code | | | |
| by dg | assets: fixes based on documentation audit against the code Corrected untrue claims (dev server detection, type=module, what can be loaded in production), broken examples (@s3mapper, extension option, {preload} outputs), split mixed PHP/Latte code blocks, and fixed Czech typos, mistranslations and broken links. | | | |
| by dg | application: fixes based on documentation audit against the code | | | |
| by dg | typos | | | |
| by dg | added nette/command-line Documentation for the nette/command-line package (v1.x): Parser for switches, options and positional arguments, and Console for colorful ANSI terminal output. Adds meta.json plus aligned en/ and cs/ @home.texy. | | | |
| by dg | latte sandbox: document implicit __toString() coercion is not policed | | | |
| by dg | latte: added headers | | | |
| by dg | nette/application 3.3.0 | | | |
| by dg | nette/forms - custom controls guide | | | |