From a6c68a9cd159b7bce47645a9230f2147ffacb519 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 8 Feb 2014 20:01:02 +0100 Subject: [PATCH 1/2] Added CHANGELOG for 2.3 --- changelog.rst | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 changelog.rst diff --git a/changelog.rst b/changelog.rst new file mode 100644 index 00000000000..6a6a1cf8e68 --- /dev/null +++ b/changelog.rst @@ -0,0 +1,66 @@ +.. index:: + single: CHANGELOG + +The Documentation Changelog +=========================== + +This documentation is under current development: All new features needs new +documentation and bugs/typos get fixed. This article holds all important +changes of the documentation. + +.. tip:: + + Do you also want to participate in the Symfony Documentation? Take a look + at the ":doc:`/contributing/documentation`" article. + +January, 2014 +------------- + +New Documentation +~~~~~~~~~~~~~~~~~ + +No changes + +Fixed Documentation +~~~~~~~~~~~~~~~~~~~ + +- `e385d28 `_ #3503 file extension correction xfliff to xliff (nixilla) +- `7fe0de3 `_ #3475 Fixed doc for framework.session.cookie_lifetime refrence. (tyomo4ka) +- `8155e4c `_ #3473 Update proxy_examples.rst (AZielinski) +- `c205bc6 `_ #3468 enclose YAML string with double quotes to fix syntax highlighting (xabbuh) +- `89963cc `_ #3463 Fix typos in cookbook/testing/database (ifdattic) +- `e0a52ec `_ #3460 remove confusing outdated note on interactive rebasing (xabbuh) +- `6831b13 `_ #3455 [Contributing][Code] fix indentation so that the text is rendered properly (xabbuh) +- `ea5816f `_ #3433 [WIP][Reference][Form Types] Update "radio" form type (bicpi) +- `42c80d1 `_ #3448 Overridden tweak (weaverryan) +- `d9d7c58 `_ #3444 Fix issue #3442 (ifdattic) +- `9e2e64b `_ #3427 Removed code references to Symfony Standard Distribution (danielcsgomes) +- `26b8146 `_ #3415 [#3334] the data_class option was not introduced in 2.4 (xabbuh) +- `0b2a491 `_ #3414 add missing code-block directive (xabbuh) +- `4988118 `_ #3432 [Reference][Form Types] Add "max_length" option in form type (nykopol) +- `26a7b1b `_ #3423 [Session Configuration] add clarifying notes on session save handler proxies (cordoval) + +Minor Documentation Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- `1131247 `_ #3508 Add 'in XML' for additional clarity (ifdattic) +- `a650b93 `_ #3506 Nykopol overriden options (weaverryan) +- `ab10035 `_ #3505 replace Akamaï with Akamai (xabbuh) +- `7f56c20 `_ #3501 [Security] Fix markup (tyx) +- `80a90ba `_ #3500 Minimize horizontal scrolling in code blocks (improve readability) (ifdattic) +- `e5bc4ea `_ #3498 Remove second empty data (xabbuh) +- `d084d87 `_ #3485 [Cookbook][Assetic] Fix "javascripts" tag name typo (bicpi) +- `3250aba `_ #3481 Fix code block (minimise horizontal scrolling), typo in yaml (ifdattic) +- `f285d93 `_ #3451 some language tweaks (AE, third-person perspective) (xabbuh) +- `2b7e0f6 `_ #3497 Fix highlighting (WouterJ) +- `a535ae0 `_ #3471 Fixed `````versionadded````` inconsistencies in Symfony 2.3 (danielcsgomes) +- `f077a8e `_ #3465 change wording in versionadded example to be consistent with what we use... (xabbuh) +- `f9f7548 `_ #3462 Replace ... with etc (ifdattic) +- `65efcc4 `_ #3445 [Reference][Form Types] Add missing (but existing) options to "form" type (bicpi) +- `1d1b91d `_ #3431 [Config] add cautionary note on ini file loader limitation (cordoval) +- `f2eaf9b `_ #3419 doctrine file upload example uses dir -- caution added (cordoval) +- `72b53ad `_ #3404 [#3276] Trying to further clarify the session storage directory details (weaverryan) +- `67b7bbd `_ #3413 [Cookbook][Bundles] improve explanation of code block for bundle removal (cordoval) +- `7c5a914 `_ #3369 Indicate that Group Sequence Providers can use YAML (karptonite) +- `1e0311e `_ #3416 add empty_data option where required option is used (xabbuh) +- `2be3f52 `_ #3422 [Cookbook][Custom Authentication Provider] add a note of warning for when forbidding anonymous users (cordoval) From 401737bcb95d38e9be5883d0588c88f1926485a3 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sun, 16 Feb 2014 21:17:49 +0100 Subject: [PATCH 2/2] Applied comments from @xabbuh --- changelog.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.rst b/changelog.rst index 6a6a1cf8e68..5d29f89b0c2 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,17 +1,17 @@ .. index:: - single: CHANGELOG + single: CHANGELOG The Documentation Changelog =========================== -This documentation is under current development: All new features needs new -documentation and bugs/typos get fixed. This article holds all important -changes of the documentation. +This documentation is always changing: All new features need new documentation +and bugs/typos get fixed. This article holds all important changes of the +documentation. .. tip:: - Do you also want to participate in the Symfony Documentation? Take a look - at the ":doc:`/contributing/documentation`" article. + Do you also want to participate in the Symfony Documentation? Take a look + at the ":doc:`/contributing/documentation`" article. January, 2014 -------------