Skip to content

Commit cfaaef8

Browse files
authored
Merge pull request #1248 from jim-parry/release/prep
Release prep part 1
2 parents f562cdd + cddddd9 commit cfaaef8

9 files changed

Lines changed: 116 additions & 455 deletions

File tree

admin/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ echo -e "${BOLD}Creating $which $branch to $action ${NORMAL}"
4747
git checkout develop
4848
git branch -d $branch # remove the branch if there
4949
git checkout -b $branch
50+
composer update
5051

5152
#---------------------------------------------------
5253
# Update version dependencies

system/View/Parser.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
*
4444
* ClassFormerlyKnownAsTemplateParser
4545
*
46-
* @todo Views\Parser_Test
47-
* @tofo Common::parse
48-
* @todo user guide
49-
* @todo options -> delimiters
50-
*
5146
* @package CodeIgniter\View
5247
*/
5348
class Parser extends View

tests/_support/HTTP/MockResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function setCookie(
4545
$_COOKIE[$prefix . $name] = $value;
4646

4747
/*
48-
TODO: Find a way to use setcookie()
48+
@todo: Find a way to use setcookie()
4949
without it throwing header issues.
5050
setcookie
5151
(

user_guide_src/autodoc.php

Lines changed: 0 additions & 333 deletions
This file was deleted.

user_guide_src/source/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Release Date: Not Released
99

1010
**Rewrite of the CodeIgniter framework**
1111

12+
Non-code changes:
13+
- User Guide adapted or rewritten
14+
- [System message translations repository](https://github.com/bcit-ci/CodeIgniter4-translations)
15+
- [Roadmap subforum](https://forum.codeigniter.com/forum-33.html) for more transparent planning
16+
1217
New core classes:
1318
- CodeIgniter (bootstrap)
1419
- Common (shared functions)
@@ -101,5 +106,3 @@ New packages:
101106
- \\ CreditCardRules, FileRules, FormatRules, Rules, Validation, ValidationInterface
102107
- View
103108
- \\ Cell, Filters, Parser, Plugins, RendererInterface, View
104-
105-
User Guide adapted or rewritten.

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ URI to the controller/method you wish to link to.
100100
"Extending" Helpers
101101
===================
102102

103-
TODO: Determine how these can be extended... namespaces, etc?
103+
@todo: Determine how these can be extended... namespaces, etc?
104104

105105
To "extend" Helpers, create a file in your **application/helpers/** folder
106106
with an identical name to the existing Helper, but prefixed with **MY\_**

user_guide_src/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Getting Started
1313
***************
1414

1515
.. toctree::
16-
:includehidden:
1716
:maxdepth: 2
1817
:titlesonly:
1918

0 commit comments

Comments
 (0)