Skip to content

Commit 4cb99e0

Browse files
authored
Merge pull request #6581 from kenjis/fix-docs-past-changelogs
docs: fix past changelogs format
2 parents 3878fec + a5dd737 commit 4cb99e0

21 files changed

+251
-86
lines changed

user_guide_src/source/changelogs/v4.0.0-alpha.1.rst

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,31 @@ Release Date: September 28, 2018
55

66
**Rewrite of the CodeIgniter framework**
77

8-
New packages list:
9-
- API
8+
.. contents::
9+
:local:
10+
:depth: 2
11+
12+
New Packages List
13+
-----------------
14+
15+
- API
1016
- \\ ResponseTrait
11-
- Autoloader
17+
- Autoloader
1218
- \\ AutoLoader, FileLocator
13-
- CLI
19+
- CLI
1420
- \\ BaseCommand, CLI, CommandRunner, Console
15-
- Cache
21+
- Cache
1622
- \\ CacheFactory, CacheInterface
1723
- \\ Handlers ... Dummy, File, Memcached, Predis, Redis, Wincache
18-
- Commands
24+
- Commands
1925
- \\ Help, ListCommands
2026
- \\ Database \\ CreateMigration, MigrateCurrent, MigrateLatest, MigrateRefresh,
2127
MigrateRollback, MigrateStatus, MigrateVersion, Seed
2228
- \\ Server \\ Serve
2329
- \\ Sessions \\ CreateMigration
2430
- \\ Utilities \\ Namespaces, Routes
25-
- Config
26-
- \\ AutoloadConfig, BaseConfig, BaseService, Config, DotEnv, ForeignCharacters,
31+
- Config
32+
- \\ AutoloadConfig, BaseConfig, BaseService, Config, DotEnv, ForeignCharacters,
2733
Routes, Services, View
2834
- Database
2935
- \\ BaseBuilder, BaseConnection, BasePreparedQuery, BaseResult, BaseUtils, Config,
@@ -42,18 +48,18 @@ New packages list:
4248
- Files
4349
- \\ File
4450
- Filters
45-
- \\ FilterInterface, Filters
51+
- \\ FilterInterface, Filters
4652
- Format
4753
- \\ FormatterInterface, JSONFormatter, XMLFormatter
4854
- HTTP
4955
- \\ CLIRequest, CURLRequest, ContentSecurityPolicy, Header,
5056
IncomingRequest, Message, Negotiate, Request, RequestInterface,
5157
Response, ResponseInterface, URI, UserAgent
5258
- \\ Files \\ FileCollection, UploadedFile, UploadedFileInterface
53-
- Helpers
59+
- Helpers
5460
- ... array, cookie, date, filesystem, form, html, inflector, number,
5561
security, text, url
56-
- Honeypot
62+
- Honeypot
5763
- \\ Honeypot
5864
- I18n
5965
- \\ Time, TimeDifference
@@ -67,14 +73,14 @@ New packages list:
6773
- \\ Handlers ... Base, ChromeLogger, File, HandlerInterface
6874
- Pager
6975
- \\ Pager, PagerInterface, PagerRenderer
70-
- Router
76+
- Router
7177
- \\ RouteCollection, RouteCollectionInterface, Router, RouterInterface
72-
- Security
78+
- Security
7379
- \\ Security
7480
- Session
7581
- \\ Session, SessionInterface
7682
- \\ Handlers ... Base, File, Memcached, Redis
77-
- Test
83+
- Test
7884
- \\ CIDatabaseTestCase, CIUnitTestCase, FeatureResponse, FeatureTestCase, ReflectionHelper
7985
- \\ Filters \\ CITestStreamFilter
8086
- ThirdParty (bundled)

user_guide_src/source/changelogs/v4.0.0-alpha.2.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Release Date: Oct 26, 2018
55

66
**Second alpha release of CodeIgniter4**
77

8+
.. contents::
9+
:local:
10+
:depth: 2
11+
12+
Changed Files
13+
-------------
14+
815
The list of changed files follows, with PR numbers shown.
916

1017
application /
@@ -144,8 +151,8 @@ user_guide_src /source/
144151
/
145152
- spark #1305
146153

147-
PRs merged:
148-
-----------
154+
PRs merged
155+
----------
149156

150157
- #1361 Add timing assertion to CIUnitTestCase
151158
- #1312 Add headerEmitted assertions to CIUnitTestCase

user_guide_src/source/changelogs/v4.0.0-alpha.3.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Release Date: November 30, 2018
55

66
**Next alpha release of CodeIgniter4**
77

8+
.. contents::
9+
:local:
10+
:depth: 2
11+
12+
Changed Files
13+
-------------
14+
815
The list of changed files follows, with PR numbers shown.
916

1017
- admin/
@@ -242,8 +249,8 @@ The list of changed files follows, with PR numbers shown.
242249
- spark 2047b5a
243250
- .travis.yml #1394
244251

245-
PRs merged:
246-
-----------
252+
PRs merged
253+
----------
247254

248255
- #1554 Serviceinstances
249256
- #1553 Admin/scripts

user_guide_src/source/changelogs/v4.0.0-alpha.4.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ Release Date: Dec 15, 2018
55

66
**Next alpha release of CodeIgniter4**
77

8-
Highlights:
8+
.. contents::
9+
:local:
10+
:depth: 2
11+
12+
Highlights
13+
----------
914

1015
- Refactor for consistency: folder application renamed to app;
1116
constant BASEPATH renamed to SYSTEMPATH
1217
- Debug toolbar gets its own config, history collector
1318
- Numerous corrections and enhancements
1419

20+
Changed Files
21+
-------------
22+
1523
The list of changed files follows, with PR numbers shown.
1624

1725
- admin/
@@ -171,8 +179,8 @@ The list of changed files follows, with PR numbers shown.
171179
- spark #1579
172180
- Vagrantfile.dist #1459
173181

174-
PRs merged:
175-
-----------
182+
PRs merged
183+
----------
176184

177185
- #1610 Test, fix & enhance Language
178186
- #a0fc68 Clear binds after inserts, updates, and find queries

user_guide_src/source/changelogs/v4.0.0-alpha.5.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Release Date: Jan 30, 2019
55

66
**Next alpha release of CodeIgniter4**
77

8-
Highlights:
8+
.. contents::
9+
:local:
10+
:depth: 2
11+
12+
Highlights
13+
----------
914

1015
- added $maxQueries setting to app/Config/Toolbar.php
1116
- updated PHP dependency to 7.2
@@ -18,6 +23,9 @@ Highlights:
1823

1924
We hope this will be the last alpha, and that the next pre-release will be our first beta ... fingers crossed!
2025

26+
Changed Files
27+
-------------
28+
2129
The list of changed files follows, with PR numbers shown.
2230

2331
- admin/
@@ -200,8 +208,8 @@ The list of changed files follows, with PR numbers shown.
200208
- spark #1648
201209
- .travis.yml #1649, #1670
202210

203-
PRs merged:
204-
-----------
211+
PRs merged
212+
----------
205213

206214
- #1693 Docs/tutorial
207215
- #5951c3 Allow domain/sub-domain routes to overwrite existing routes

user_guide_src/source/changelogs/v4.0.0-beta.1.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,36 @@ Version 4.0.0-beta.1
33

44
Release Date: Mar 1, 2019
55

6-
Highlights:
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
Highlights
11+
----------
712

813
- New View Layouts provide simple way to create site site view templates.
914
- Fixed user guide CSS for proper wide table display
1015
- Converted UploadedFile to use system messages
1116
- Numerous database, migration & model bugs fixed
1217
- Refactored unit testing for appstarter & framework distributions
1318

14-
New messages:
19+
New Messages
20+
------------
1521

1622
- Database.tableNotFound
1723
- HTTP.uploadErr...
1824

19-
App changes:
25+
App Changes
26+
-----------
2027

2128
- app/Config/Cache has new setting: database
2229
- app/Views/welcome_message has logo tinted
2330
- composer.json has a case correction
2431
- env adds CI_ENVIRONMENT suggestion
2532

33+
Changed Files
34+
-------------
35+
2636
The list of changed files follows, with PR numbers shown.
2737

2838
- app/
@@ -134,8 +144,8 @@ The list of changed files follows, with PR numbers shown.
134144
- composer.json #1755
135145
- .env #1749
136146

137-
PRs merged:
138-
-----------
147+
PRs merged
148+
----------
139149

140150
- #1774 Housekeeping for beta.1
141151
- #1768 Helper changes - signatures & typos

user_guide_src/source/changelogs/v4.0.0-beta.2.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,35 @@ Version 4.0.0-beta.2
33

44
Release Date: April 4, 2019
55

6-
Highlights:
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
Highlights
11+
----------
712

813
- A number of fixes & improvements, importantly for the Model and testing classes
914
- Models now require a primary key
1015
- Generated API docs accessible at https://codeigniter4.github.io/api/
1116
- Validation rules have been enhanced
1217
- .htaccess beefed up
1318

14-
New messages:
19+
New messages
20+
------------
1521

1622
- Database.noPrimaryKey, forFindColumnHaveMultipleColumns, Database.forEmptyInputGiven
1723

18-
App changes:
24+
App Changes
25+
-----------
1926

2027
- updated app/Config/Events
2128
- added app/Controllers/BaseController
2229
- added tests/ folder for unit testing
2330
- added phpunit.xml.dist for unit testing configuration
2431

32+
Changed Files
33+
-------------
34+
2535
The list of changed files follows, with PR numbers shown.
2636

2737
- .htaccess #1900
@@ -187,8 +197,8 @@ The list of changed files follows, with PR numbers shown.
187197
- testing/
188198
- controllers #1848
189199

190-
PRs merged:
191-
-----------
200+
PRs merged
201+
----------
192202

193203
- #1913 More RouteCollection tests for overwriting. Closes #1692
194204
- #1912 Additional RouteCollectionTests

user_guide_src/source/changelogs/v4.0.0-beta.3.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,32 @@ Version 4.0.0-beta.3
33

44
Release Date: May 7, 2019
55

6-
Highlights:
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
Highlights
11+
----------
712

813
- Type hinting added throughout & typos corrected (see API docs)
914
- Fixed a number of model, database, validation & debug toolbar issues
1015

11-
New messages:
16+
New Messages
17+
------------
1218

1319
- Database.FieldNotExists
1420
- Validation.equals, not_equals
1521

16-
App changes:
22+
App Changes
23+
-----------
1724

1825
- Removed $salt config item in app/Config/App
1926
- Enabled migrations by default in app/Config/Migrations
2027
- Simplified public/.htaccess
2128

29+
Changed Files
30+
-------------
31+
2232
The list of changed files follows, with PR numbers shown.
2333

2434
- admin/
@@ -136,8 +146,8 @@ The list of changed files follows, with PR numbers shown.
136146
- composer.json #1935
137147
- phpdoc.dist.xml #1987
138148

139-
PRs merged:
140-
-----------
149+
PRs merged
150+
----------
141151

142152
- #1987 Correct API docblock problems for phpdocs
143153
- #1986 Update docblock version to 4.0.0

user_guide_src/source/changelogs/v4.0.0-beta.4.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,35 @@ Version 4.0.0-beta.4
33

44
Release Date: Jul 25, 2019
55

6-
Highlights:
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
Highlights
11+
----------
712

813
There are some breaking changes...
914

1015
- The Entity class has been refactored;
1116
- The Model class changing has been updated to better handle soft deletes
1217
- The routing has been beefed up
1318

14-
New messages:
19+
New Messages
20+
------------
1521

1622
- new translation key: Database/noDateFormat
1723

18-
App changes:
24+
App Changes
25+
-----------
1926

20-
Testing changes:
27+
Testing Changes
28+
---------------
2129

2230
- enhanced database & migration testing in tests/_support
2331

32+
Changed Files
33+
-------------
34+
2435
The list of changed files follows, with PR numbers shown.
2536

2637
- admin/
@@ -151,8 +162,8 @@ The list of changed files follows, with PR numbers shown.
151162
- testing/
152163
- database #2051, #2053
153164

154-
PRs merged:
155-
-----------
165+
PRs merged
166+
----------
156167

157168
- #2104 File & UploadFile Fixes
158169
- #2091 Timezone select

0 commit comments

Comments
 (0)