TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3-dev] Announcing 4.1 Release Candidate 1

This is a discussion on [TYPO3-dev] Announcing 4.1 Release Candidate 1 within the typo3-dev@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Dear users of TYPO3, the core team is proud to announce the first Release Candidate of TYPO3 4.1. The ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-dev@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 07.02.2007, 10:56
Ingmar Schlecht
Gast
 
Beiträge: n/a
Standard [TYPO3-dev] Announcing 4.1 Release Candidate 1

Dear users of TYPO3,

the core team is proud to announce the first Release Candidate of TYPO3
4.1. The 4.1 development is now feature frozen so only bugfixes will be
added until the final release.

The changes between 4.1 Beta 3 and RC 1 are mainly limited to bugfixes,
yet some smaller new features made it into this release as well.

The most notable changes are:
* PHP version requirement raised to PHP 4.3.0!
* New feature that allows to override TCA field configuration with
TSConfig (by Oliver Hader)
* Usability enhancement: Label tags have been added to many more
checkboxes so you can click the label to toggle them (by Ingo Renner)
* Prerequisites to use RealURL with IIS (by Martin Kutschker)
* Some database performance improvements (by Dmitry Dulepov)
* Moved prototype.js and scriptaculous to typo3/contrib/ and upgraded
them to their latest versions (by Oliver Hader)
* The install tool can now be enabled by creating a file called
typo3conf/ENABLE_INSTALL_TOOL instead of having to remove the die()
in typo3/install/index.php after each upgrade (by Michael Stucki)
* Added hook to tcemain that is executed on deletion of records
* Lots of important bugfixes related to M:M relation handling, PHP
5.2.0 compatibility, IRRE, indexed_search and the AJAX page tree

Thanks to the developers and all those who spotted bugs in the previous
Betas!

Please test this release as much as possible, getting feedback is
essential to ensure the quality of the new features. If you're using one
of the new features in a project of yours already and discover bugs,
please report them immediately to http://bugs.typo3.org/!

To increase the chances of your bugs to get fixed in the final release,
try to investigate the solution yourself, create a "unified diff" patch
(see [1]) out of your changes and attach it to the bug report.

For more info on the status of 4.1 projects, see the 4.1 development
wiki page [2]. We're currently estimating that one more RC is necessary
until the final release, which means 4.1 final can be released Monday,
26th February.

You can download the packages at http://typo3.org/download/packages/.

Important notice: The RC1 will already show the version number "4.1.0"
(without RC1 suffix), even if it's not yet the final version! You will
be able to distinguish between the RC1 and 4.1.0 by the different login
images.

MD5 Sums:
35b9ff27ba6be72d53ad4419509169a6 dummy-4.1RC1.tar.gz
1058da3ec9f34862b527cbd20fc30f3e dummy-4.1RC1.zip
c68b0089775d403ebcf809c574ef172d typo3_src-4.1RC1.tar.gz
99c1567a61ae3334b628f1bce358fbe9 typo3_src-4.1RC1.zip
9fa99dbf7e28cda1513721370334c174 typo3_src+dummy-4.1RC1.zip

Attached you'll find the full ChangeLog for RC1.

cheers
Ingmar

[1] Creating a "diff": http://typo3.org/teams/bug-fixing/diff-and-patch/
[2] 4.1 Development: http://wiki.typo3.org/index.php/4.1_Development


2007-02-07 Michael Stucki <michael (AT) typo3 (DOT) org>

* Release of TYPO3 4.1RC1
* Fixed bug #4883: mod_rewrite rules rewrite missing favicon.ico to index.php (thanks to Stefan Geith for this hint - notice that manual modification of existing .htaccess files might be neccessary)
* Added feature #4476: Allow limitation of config.linkVars
* Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel)

2007-02-06 Oliver Hader <oh (AT) inpublica (DOT) de>

* Fixed bug 3985: Wrong substitution for spamProtectEmailAddresses_atSubst/spamProtectEmailAddresses_lastDotSubst

2007-02-06 Martin Kutschker <martin.t.kutschker (AT) blackbox (DOT) net>

* Fixed bug #4742: link to user on User Admin page is following to wrong URL

2007-02-06 Michael Stucki <michael (AT) typo3 (DOT) org>

* Added feature #4592: Keep indexed_search tables consistent when deleting/hiding pages (Thanks to Michael Fritz)
* Fixed bug #4666: Use TYPO3 settings when formatting dates
* Fixed bug #4581: Duplicate entry on cache_pagesection on reloading twice. See bugtracker entry for details about this change.
* Added feature #4536: Add new property "additionalParams" to GMENU items / Cleanup in tslib_menu
* Fixed bug #3069 again: Ignore version check if no requirements are specified
* indexed_search: Turn off maxAge setting as this "feature" seems to make no sense at all
* Fixed bug #4689: Error in t3lib_tcemain while entering a number like 50 or 50.00 into a double2 field
* Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace

2007-02-05 Ingmar Schlecht <ingmar (AT) typo3 (DOT) org>

* Lots of <label> tags added to checkbox labels throughout the core (Thanks to Ingo Renner for this big patch!)

2007-02-05 Oliver Hader <oh (AT) inpublica (DOT) de>

* Bugfix for TSconfig overriding TCA field configuration
* Fixed bug 4758: Page with doktype 3 (external URL) and e-mail as URL could be shown directly

2007-02-04 Martin Kutschker <martin.t.kutschker (AT) blackbox (DOT) net>

* Added icon to edit record of page overlay for a translated page

2007-02-04 Michael Stucki <michael (AT) typo3 (DOT) org>

* Extended db_mountpoint and file_mountpoint fields into to 255 bytes size
* Fixed bug #3069: Extension manager crashed because of some PHP bug with version_compare() (thanks to Rainer Haertlein who discovered the solution to this problem)
* Changed t3lib_basicFileFunctions to use filemtime() instead of filectime()
* Fixed bug #4526: Add td-<number> to last table elements in CSS styled content (thanks to Dimitriy Simakov)
* !!! Enable $TYPO3_CONF_VARS[FE][pageNotFoundOnCHashError] by default. This should usually do no harm at all as long as the encryptionKey is not changed.
* Trigger a warning if the PHP setting "post_max_size" is lower than "max_upload_size"

2007-02-04 Oliver Hader <oh (AT) inpublica (DOT) de>

* Features & bugfixes for Inline Relational Record Editing (IRRE)
- Feature: hide new record link by appearance property
- Feature #4838: enabled element browser to be used as selector
- Bugfix #4839: use "size" parameter of parent table for record selector
- Bugfix: changed handling of required fields on nested child records

2007-02-04 Ingmar Schlecht <ingmar (AT) typo3 (DOT) org>

* Instant collapsing for pagetree: The pagetree now doesn't wait for the AJAX response any more when collapsing
* Fixed bug #4817: Clickmenu shows up at the wrong place (Thanks to Benjamin Mack for the patches)

2007-02-03 Oliver Hader <oh (AT) inpublica (DOT) de>

* Fixed feature request: TCEforms/IRRE - Allow TSconfig to override TCA field configuration

2007-02-02 Martin Kutschker <martin.t.kutschker (AT) blackbox (DOT) net>

* Changed class.t3lib_clipboard.php and class.db_list_extra.inc to use new mod.php?M=xMOD_tximpexp (instead old impexp/app/index.php)

2007-01-30 Martin Kutschker <martin.t.kutschker (AT) blackbox (DOT) net>

* Fixing oddities in recursive stdWraps (bugs #4312 and #4871)
* Fix bug #4678: t3lib_div::array2xml() may crash with PHP 5.2.0
* Fix bug #3648: ease use of tslib_cObj::getTreeList()
* Added SYS[requestURIvar] to get original value of REQUEST_URI (needed by some URL writers for IIS)

2007-01-30 Dmitry Dulepov <dmitry (AT) typo3 (DOT) org>

* Fixed never disappearing proposal to update database structure in Install>Database>COMPARE

2007-01-29 Dmitry Dulepov <dmitry (AT) typo3 (DOT) org>

* !!! Changed MySQL engine type for several database tables to InnoDB
* Added several new indexes

2007-01-28 Martin Kutschker <martin.t.kutschker (AT) blackbox (DOT) net>

* Added "html { height: 100% }" to stylesheet to make RTE wizard (rteHTMLarea) work in IE7
* Remove checks for PHP version earlier than 4.3

2007-01-24 Dmitry Dulepov <dmitry (AT) typo3 (DOT) org>

* Added "useCDATA" to a list of t3lib_div::array2xml() options to produce CDATA instead of entities

2007-01-26 Oliver Hader <oh (AT) inpublica (DOT) de>

* Fixed bug 4814: Umlauts error in AJAX Pagetree
* Updated prototype.js to version 1.5.0
* Updated script.aculo.us to version 1.7.0
* Created new directory for external contributions typo3/contrib/ and moved files:
- typo3/prototype.js -> typo3/contrib/prototype/prototype.js
- typo3/scriptaculous/* -> typo3/contrib/scriptaculous/*
- typo3/json.php -> typo3/contrib/json.php
* Changed paths to typo3/contrib in affected core files

2007-01-25 Ingmar Schlecht <ingmar (AT) typo3 (DOT) org>

* Added backwards compatibility to pagetree for non AJAX-capable browsers (by Benjamin Mack)

2007-01-24 Michael Stucki <michael (AT) typo3 (DOT) org>

* Install Tool: Network 192.168.0.0/255.255.0.0 was allowed to enter the Install Tool regardless of the die() presence in typo3/install/index.php. This exception has been removed, only 127.0.0.1 may now enter the Install Tool regardless of any other conditions.
* !!! Install Tool: Instead of modifying typo3/install/index.php to enable the Install Tool, a new file "typo3conf/ENABLE_INSTALL_TOOL" can be created to enable it. Shared hosting servers: If you want to turn this off, you have to change the condition in typo3/install/index.php, line 50. See comment above.
* Removed access for 192.168.0.0/255.255.0.0 in misc/phpcheck/incfile.php

2007-01-24 Dmitry Dulepov <dmitry (AT) typo3 (DOT) org>

* Fixed bug 4846: EM: inconsistent line ending

2007-01-24 Oliver Hader <oh (AT) inpublica (DOT) de>

* Fixed bug 4820: IRRE - Wrong character encoding in AJAX response
* Fixed feature request 4790: typolink.addQueryString - enable usage of merged POST and GET data
* Fixed bug 4824: typo3 not defined in jsfunc.tbe_editor.js
* Fixed bug 4809: require() in class.t3lib_tceforms_inline.php fails
* Fixed feature request 4780: TypoScript - add stdWrap to TMENU/GMENU
* Fixed bug 4827: Call to undefined method t3lib_BEfunc::getrecordtitleprep()

2007-01-23 Ingmar Schlecht <ingmar (AT) typo3 (DOT) org>

* Bugfix to mm-relation handling: writeMM() tried to set the "tablenames" field even for simple two-table relationships which then failed

2007-01-23 Michael Stucki <michael (AT) typo3 (DOT) org>

* Slightly changed the check for IE browsers in t3lib_div::clientInfo()
* !!! Removed function "netPrintApplication_offsiteLinkWrap" and TypoScript property "netprintApplicationLink" for IMGTEXT elements which were only used by one extension which is obsolete meanwhile...
* Fixed bug #4830: Right click in CM did not work anymore (thanks to Benjamin Mack)
* Fixed bug #4643: File Upload did not recognize BE-User option "defaultFileUploads" (thanks to Benjamin Mack)


_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 07.02.2007, 11:58
Elmar Hinz
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Am Wed, 07 Feb 2007 10:56:52 +0100 schrieb Ingmar Schlecht:

> Dear users of TYPO3,
>
> the core team is proud to announce the first Release Candidate of TYPO3
> 4.1. The 4.1 development is now feature frozen so only bugfixes will be
> added until the final release.
>


> * Some database performance improvements (by Dmitry Dulepov)


Hi,

I just tested RC1. The backend is that much faster on my old laptop.
That's really a pleasure.

Good work

Elmar





_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 07.02.2007, 16:18
Ingmar Schlecht
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Elmar Hinz wrote:
> Am Wed, 07 Feb 2007 10:56:52 +0100 schrieb Ingmar Schlecht:
>
>> Dear users of TYPO3,
>>
>> the core team is proud to announce the first Release Candidate of TYPO3
>> 4.1. The 4.1 development is now feature frozen so only bugfixes will be
>> added until the final release.
>>

>
>> * Some database performance improvements (by Dmitry Dulepov)

>
> Hi,
>
> I just tested RC1. The backend is that much faster on my old laptop.
> That's really a pleasure.
>
> Good work


Thanks, nice to hear!

cheers
Ingmar
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 08.02.2007, 09:00
Oliver Hader
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Hi Ingmar,

Ingmar Schlecht wrote:
> Dear users of TYPO3,
>
> the core team is proud to announce the first Release Candidate of TYPO3
> 4.1. The 4.1 development is now feature frozen so only bugfixes will be
> added until the final release.


Could you (or someone else with access) create the new version "4.1RC1"
in the bugtracker? Thanks in advance!


olly
--
Oliver Hader
http://inpublica.de/
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 08.02.2007, 10:04
Ingmar Schlecht
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Oliver Hader wrote:
> Could you (or someone else with access) create the new version "4.1RC1"
> in the bugtracker? Thanks in advance!



Done, thanks for reminding me.

cheers
Ingmar
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 08.02.2007, 15:09
Franz Koch
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Hi,

just did some testing with RC1. Looks quite good. Just a question if it the following is a bug or more a missing feature, or nothing at all.

I'm using current cal-SVN version with RC1. Cal records use mm-fields to f.e. add multiple fe-users as 'notification users' to events - just as other extensions use mm-fields. When editing the records everything looks and works quite fine.
But if I switch to list view and change the visible fields for the records to also show the content of some mm-fields, the content is always '0' - even if there are mm-records added in that field.
This is the same for other mm-fields. Is this behavior a bug or more a missing feature? Is there a way to display the mm-related records in list view? The TCA provides the necessary setup.

Would be cool if this would make it into 4.1 if you consider it as bug (which it is in my eyes, because the list view ignores the mm-relations).

Thanks.
--
Kind regards,
Franz Koch
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 08.02.2007, 16:35
Ingmar Schlecht
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Hi Franz,

Franz Koch schrieb:
> Hi,
>
> just did some testing with RC1. Looks quite good. Just a question if it
> the following is a bug or more a missing feature, or nothing at all.
>
> I'm using current cal-SVN version with RC1. Cal records use mm-fields to
> f.e. add multiple fe-users as 'notification users' to events - just as
> other extensions use mm-fields. When editing the records everything
> looks and works quite fine.
> But if I switch to list view and change the visible fields for the
> records to also show the content of some mm-fields, the content is
> always '0' - even if there are mm-records added in that field.
> This is the same for other mm-fields. Is this behavior a bug or more a
> missing feature? Is there a way to display the mm-related records in
> list view? The TCA provides the necessary setup.
>
> Would be cool if this would make it into 4.1 if you consider it as bug
> (which it is in my eyes, because the list view ignores the mm-relations).


Did this work with prior TYPO3 installations? If it is, then it's a bug.

cheers
Ingmar
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #8  
Alt 08.02.2007, 19:18
Franz Koch
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Hi Ingmar,

>> just did some testing with RC1. Looks quite good. Just a question if it
>> the following is a bug or more a missing feature, or nothing at all.
>>
>> I'm using current cal-SVN version with RC1. Cal records use mm-fields to
>> f.e. add multiple fe-users as 'notification users' to events - just as
>> other extensions use mm-fields. When editing the records everything
>> looks and works quite fine.
>> But if I switch to list view and change the visible fields for the
>> records to also show the content of some mm-fields, the content is
>> always '0' - even if there are mm-records added in that field.
>> This is the same for other mm-fields. Is this behavior a bug or more a
>> missing feature? Is there a way to display the mm-related records in
>> list view? The TCA provides the necessary setup.
>>
>> Would be cool if this would make it into 4.1 if you consider it as bug
>> (which it is in my eyes, because the list view ignores the mm-relations).

>
> Did this work with prior TYPO3 installations? If it is, then it's a bug.


I actually can't say for sure. I'll have a look.

--
Kind regards,
Franz Koch
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #9  
Alt 09.02.2007, 13:28
Ingmar Schlecht
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Franz Koch wrote:
>> Did this work with prior TYPO3 installations? If it is, then it's a bug.

>
> I actually can't say for sure. I'll have a look.


OK, when you've tested that and it worked in prior versions, please
report it on bugs.typo3.org and set the TYPO3 version number to 4.1, as
those bugs are prioritized.

cheers
Ingmar
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #10  
Alt 09.02.2007, 13:57
Franz Koch
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-dev] Announcing 4.1 Release Candidate 1

Hi Ingmar,

>>> Did this work with prior TYPO3 installations? If it is, then it's a bug.

>> I actually can't say for sure. I'll have a look.

>
> OK, when you've tested that and it worked in prior versions, please
> report it on bugs.typo3.org and set the TYPO3 version number to 4.1, as
> those bugs are prioritized.


Hmm, seemed never to work.
3.8.1 shows N/A all the way
4.0.4 shows the related record count like 4.1

so it's not a bug. Do you think it is useful to display the titles of the related items? I think it might be, but on the other side it can become a quite long (or too long) list of related records - depending on the usage of the mm-field (maybe thousand subscribers for something). So maybe it's anyway better as it currently is. Never said something - did you hear some? I even don't exist
--
Kind regards,
Franz Koch
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...info/typo3-dev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-announce] Announcing TYPO3 4.1 Release Candidate 1 Ingmar Schlecht typo3-announce@lists.netfielders.de 0 07.02.2007 11:04
[TYPO3-announce] Announcing TYPO3 4.0 Release Candidate 3 Ingmar Schlecht typo3-announce@lists.netfielders.de 0 04.04.2006 21:19
[TYPO3-announce] Announcing TYPO3 4.0 Release Candidate 3 Michael Stucki typo3-announce@lists.netfielders.de 0 04.04.2006 20:34
[TYPO3-announce] Announcing TYPO3 4.0 Release Candidate 2 Ingmar Schlecht typo3-announce@lists.netfielders.de 0 27.03.2006 13:05
[TYPO3-announce] Announcing TYPO3 4.0 Release Candidate 1 Kasper Skårhøj typo3-announce@lists.netfielders.de 0 10.03.2006 20:39


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:08 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74