1
0
mirror of https://github.com/php/phd.git synced 2026-03-24 07:02:07 +01:00

Commit Graph

  • e546e7b8d8 Fix rendering of attribute constants (#249) master Máté Kocsis 2026-03-19 22:08:18 +01:00
  • 0e43594305 Revert "Add explicit type declarations to class constants (PHP 8.3+) (#215)" Máté Kocsis 2026-03-04 08:43:09 +01:00
  • 8755a928aa Make <preface> not produce a new page by default (#242) Louis-Arnaud 2026-02-17 15:30:25 +01:00
  • 6b356b91b9 fix tests simpara-to-p-fixes Gina Peter Banyard 2026-02-17 00:50:11 +00:00
  • 85d8d9c310 Remove overriden <simpara> markup conversions Gina Peter Banyard 2026-02-17 00:43:41 +00:00
  • d7f7004639 Support <packagesynopsis> and <package> rendering for namespaced classes/enums (GH-194) (#241) Louis-Arnaud 2026-02-15 15:10:12 +01:00
  • 4eb564e1fb Fix GH-158: Replace empty() with strict string comparison for sdesc/ldesc (#238) Louis-Arnaud 2026-02-15 14:56:49 +01:00
  • e012bdf3c1 Fix GH-225 (#226) haszi 2026-02-05 22:25:12 +01:00
  • c65199393a Add explicit type declarations to class constants (PHP 8.3+) (#215) Louis-Arnaud 2026-02-05 21:45:10 +01:00
  • 5f10df173f Fix <function> with <replaceable> not rendering correctly (#235) Louis-Arnaud 2026-02-05 18:08:04 +01:00
  • 61ad3e7cb0 Support MathML (mml:*) elements for XHTML rendering (#236) Louis-Arnaud 2026-02-05 18:04:33 +01:00
  • 3572bd3dd2 removed the continue-on-error for PHP 8.5. lacatoire 2026-01-12 09:29:48 +01:00
  • 65b6eaf04a Replace deprecated SplObjectStorage::detach() with offsetUnset() lacatoire 2026-01-08 17:46:28 +01:00
  • 34f18a654b Replace deprecated SplObjectStorage::detach() with offsetUnset() lacatoire 2026-01-08 17:43:54 +01:00
  • f662181225 Fix deprecated null array offset usage in Reader_Partial lacatoire 2026-01-08 17:42:06 +01:00
  • 07973db68b CI: add PHP 8.5 to test matrix (allowed to fail) lacatoire 2026-01-08 17:33:47 +01:00
  • c9154020cd Add linking support for enumidentifier elements (#234) Louis-Arnaud 2026-02-03 19:24:21 +01:00
  • 94548d1031 Switch autoloading from PSR-0 to PSR-4 (#229) Louis-Arnaud 2026-01-11 21:34:35 +01:00
  • 91384413a2 Fix: Prevent using null as array offset in Package/PHP/Web (#228) Louis-Arnaud 2026-01-11 21:32:45 +01:00
  • 43855fa7b2 Fix deprecated fgetcsv usage by explicitly passing escape parameter (#232) Louis-Arnaud 2026-01-11 21:31:16 +01:00
  • b7b9b845e5 Fix deprecation in 8.5 Niels Dossche 2026-01-11 12:03:21 +01:00
  • d83871e6b5 docs: replace obsolete SVN references with Git workflows (#231) Louis-Arnaud 2026-01-09 03:12:30 +01:00
  • 7366bc9f2a refactor: replace trigger_error(E_USER_ERROR) with exceptions (PHP 8.4 compatibility) (#218) Louis-Arnaud 2026-01-09 03:09:58 +01:00
  • 5d705c2676 Replace deprecated SplObjectStorage::attach() usage for PHP 8.5 (#223) Louis-Arnaud 2025-12-12 19:21:31 +01:00
  • 3dc6e76d8f Bump actions/checkout from 5 to 6 (#224) dependabot[bot] 2025-12-01 09:25:20 +01:00
  • 39104278ea Add PHP 8.4 to test runner matrix (#220) haszi 2025-11-26 20:17:22 +01:00
  • 88e529bf29 Generate full index for partial rendering to avoid out of tree xref elements being swallowed by the renderer. (#221) haszi 2025-11-26 20:16:54 +01:00
  • ed86b82d16 Replace curly brace string offset with square bracket syntax (#222) haszi 2025-11-26 20:15:20 +01:00
  • 5b4703a5b7 Chunked XHTML with JS search (#204) AllenJB 2025-11-04 17:15:47 +00:00
  • 264c65b187 Fix missing pages in search indexes (#212) AllenJB 2025-11-04 06:19:18 +00:00
  • deb7d81c49 Remove references to PDF from docs and code comments Anna Filina 2025-10-21 16:22:36 -04:00
  • a798ac50e0 Update tests to sync with PDF removal Anna Filina 2025-10-21 16:21:32 -04:00
  • 610168e8aa Remove PDF formats from Package_PHP_Factory Anna Filina 2025-10-21 16:21:06 -04:00
  • ac29ade4b7 Remove PDF renderer classes Anna Filina 2025-10-21 16:20:03 -04:00
  • b9eb060be4 Make generated example IDs page specific (#210) AllenJB 2025-11-04 00:47:09 +00:00
  • 3264920aa1 Add a return type to render::make_reader Anna Filina 2025-10-16 19:33:36 -04:00
  • ae9107bcd8 Modify autoloader signature per spl_autoload_register docs Anna Filina 2025-10-16 19:11:45 -04:00
  • d2874c005c Add the long description (refpurpose) so that we can expose that in the meta information on the web site Derick Rethans 2025-08-28 18:53:26 +01:00
  • 5d0f203eff Add the long description (refpurpose) so that we can expose that in the meta information on the web site add-long-description Derick Rethans 2025-08-28 18:53:26 +01:00
  • 295283cf53 Bump actions/checkout from 2 to 5 (#200) dependabot[bot] 2025-08-13 18:17:57 +00:00
  • 43881399b0 Create dependabot.yml Tim Düsterhus 2025-08-13 20:12:26 +02:00
  • 10303e6e88 Decode HTML entities in descriptions (#196) Luffy 2025-04-22 10:20:55 +08:00
  • 40bc3ea30a Fix link to true and false types (#197) Jakub Vrána 2025-04-15 06:16:45 +02:00
  • b7d8f52b05 Allow for (nested) annotations elements Derick Rethans 2025-03-06 14:56:06 +00:00
  • b1e5ac3975 Fixed trailing spaces Derick Rethans 2025-03-06 14:53:52 +00:00
  • d603ec5441 Render enumitemdescription using single line comments (#192) Luffy 2025-03-06 20:34:37 +08:00
  • b09ca0b9da Support enum display version info (#191) Luffy 2025-03-06 20:33:05 +08:00
  • 0b690001ae Removed E_STRICT references as it's deprecated philip 2025-03-04 08:32:37 -08:00
  • 3c00a1a753 Add support enum links (#188) Saki Takamachi 2025-02-06 21:22:18 +09:00
  • b4c4bf8066 Explicitly cast values to the expected types haszi 2025-01-12 19:07:32 +01:00
  • 85aeccaf0d Pass missing parameter to constructor haszi 2025-01-12 19:01:08 +01:00
  • 7e4a232578 Fix incorrectly placed parenthesis haszi 2025-01-12 18:58:01 +01:00
  • 0525f61e85 Remove unnecessarily passed variables haszi 2025-01-12 18:57:18 +01:00
  • 996043bdca Remove unnecessary null coalescing operator haszi 2025-01-12 18:49:49 +01:00
  • 00743eb4af Instantiate Config object and use it in demo haszi 2025-01-12 18:47:24 +01:00
  • dc826beaac Remove duplicate array keys haszi 2025-01-12 18:45:29 +01:00
  • 7073c2f5ae Remove return statement haszi 2025-01-12 18:41:30 +01:00
  • d611e64fb1 Fix PHPDoc Return types haszi 2025-01-12 18:38:54 +01:00
  • e89333c222 Change PHPDoc return type of createLink haszi 2025-01-12 18:14:22 +01:00
  • c5491e4b36 Fix Config parameter types haszi 2025-01-12 18:08:50 +01:00
  • f6fcc078c1 Remove unnecessary ternary operators haszi 2025-01-12 18:06:22 +01:00
  • 9999f02ea7 Fix existing PHPDoc issues haszi 2025-01-12 17:34:50 +01:00
  • 92dd87abf8 Define undefined properties and variables (#186) haszi 2025-01-06 00:51:29 +01:00
  • c22feecbd0 Add FQN normalization to constants haszi 2025-01-05 17:48:29 +01:00
  • d7a81ebea6 Add FQN normalization to properties haszi 2025-01-05 17:41:53 +01:00
  • 6865785037 Add method for normalizing FQN haszi 2025-01-05 17:41:00 +01:00
  • ae255bca28 Fix Config property assignment haszi 2025-01-01 15:03:07 +01:00
  • b7c5282c88 Fix FQN class and method linking haszi 2025-01-01 14:57:34 +01:00
  • f1280799ef Fix property linking test haszi 2024-12-29 22:14:15 +01:00
  • b80ae36dba Change property names to camel case haszi 2024-12-29 13:12:56 +01:00
  • e66f34e029 Fix tests haszi 2024-12-22 19:53:28 +01:00
  • b8e817b6ff Replace method calls with property access haszi 2024-12-22 19:53:13 +01:00
  • 171b0e4dd1 Make constant explicitly public haszi 2024-12-22 19:50:45 +01:00
  • 32e6352556 Add PHP format related properties haszi 2024-12-22 19:49:36 +01:00
  • 12c6e240d0 Refactor copyright haszi 2024-12-22 19:47:23 +01:00
  • c220f9af5f Fix color output related methods haszi 2024-12-22 19:46:05 +01:00
  • 2ef82d78ce Refactor methods mass getting and setting options haszi 2024-12-22 19:43:36 +01:00
  • 3694750fa8 Replace method calls with property access haszi 2024-12-22 19:41:36 +01:00
  • e571634780 Convert array to properties haszi 2024-12-22 19:38:54 +01:00
  • 7f4079e98d Add property linking (#183) haszi 2024-12-29 17:42:51 +01:00
  • 9c76a0f6a0 Support enumsynopsis in the most minimal way (#179) Gina Peter Banyard 2024-11-20 16:42:46 +00:00
  • 15284136ff Separate regular PhD output from error handling (#176) haszi 2024-11-10 18:57:05 +01:00
  • b0c1f87202 Remove PHP 8.0 testing (#178) haszi 2024-11-10 18:52:53 +01:00
  • 99c70b7aaf Add links to constants with replaceable tags (#175) haszi 2024-11-03 15:05:25 +01:00
  • c578cc95d1 Fix search index for entries without parent book (#160) Lucas Azevedo 2024-11-03 11:02:44 -03:00
  • 0364e4f969 Use trigger_error for errors (#174) haszi 2024-10-29 15:11:27 +01:00
  • 59d1c60b3b Remove old handling for phd:args, it's no longer used (#173) Jim Winstead 2024-10-24 12:34:52 -07:00
  • 84859905a5 Don't invoke instance methods statically (#166) Kamil Tekiela 2024-10-24 13:12:39 +02:00
  • ec491540aa Bump minimum PHP version to 8.1 (#169) Kamil Tekiela 2024-10-23 00:03:15 +02:00
  • 23c6d3acfb Align parameter names Kamil Tekiela 2024-10-20 22:14:16 +01:00
  • 2188741eed Align parameter names Kamil Tekiela 2024-10-20 22:10:47 +01:00
  • 3e9a2014c3 Align parameter names Kamil Tekiela 2024-10-20 22:05:30 +01:00
  • 6de3ff754a Add proper types Kamil Tekiela 2024-10-20 17:25:34 +01:00
  • 01709360c3 Align parameter names Kamil Tekiela 2024-10-20 17:20:23 +01:00
  • 722c0d2585 Align parameter names Kamil Tekiela 2024-10-20 17:16:38 +01:00
  • 543bb5bf25 Move constant definitions to a dedicated file haszi 2024-10-20 17:13:37 +02:00
  • c4c8d21791 Remove unnecessary parameter and method call haszi 2024-10-20 14:59:05 +02:00
  • 03f9f1b110 Pass required parameter haszi 2024-10-20 14:58:49 +02:00
  • 2852b2756c Remove some dead code (#163) Kamil Tekiela 2024-10-20 13:34:46 +02:00
  • 8428f31cfd Bump PHP version to 8.0.0 (#162) Kamil Tekiela 2024-10-13 23:29:32 +02:00