Project

General

Profile

Actions

Task #40833

closed

Feature #39963: Add translation update module

Rebuild extension translation list in lang module

Added by Kai Vogel over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Language Manager (backend)
Target version:
-
Start date:
2012-09-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Rebuild extension translation list in lang module to fit TYPO3 backend style.


Files


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #41304: make Translations loadable for a single languageClosedKai Vogel2012-09-24

Actions
Related to TYPO3 Core - Feature #41302: make Translations loadable extension- and language wiseClosedKai Vogel2012-09-24

Actions
Related to TYPO3 Core - Bug #40940: Icon in module list missingRejectedKai Vogel2012-09-15

Actions
Actions #1

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #2

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #3

Updated by Gerrit Code Review over 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #4

Updated by Gerrit Code Review over 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #5

Updated by Gerrit Code Review over 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #6

Updated by Gerrit Code Review over 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #7

Updated by Gerrit Code Review over 11 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #8

Updated by Gerrit Code Review over 11 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #9

Updated by Gerrit Code Review over 11 years ago

Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #10

Updated by Gerrit Code Review over 11 years ago

Patch set 10 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #11

Updated by Kai Vogel over 11 years ago

  • Status changed from New to Under Review
Actions #12

Updated by Gerrit Code Review over 11 years ago

Patch set 11 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #13

Updated by Gerrit Code Review over 11 years ago

Patch set 12 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #14

Updated by Gerrit Code Review over 11 years ago

Patch set 13 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #15

Updated by Gerrit Code Review over 11 years ago

Patch set 14 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #16

Updated by Gerrit Code Review over 11 years ago

Patch set 15 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #17

Updated by Philipp Gampe over 11 years ago

Any reason why the lists are not using the full high in Chrome?

Actions #19

Updated by Kai Vogel over 11 years ago

@Philipp: Because the lists would then be too long and complex. Additionally the used the jQuery plugin "DataTables" needs a fixed height to be correctly displayed.

Update: The table height adjusts now automatically to fit the window size.

Actions #20

Updated by Gerrit Code Review over 11 years ago

Patch set 16 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #21

Updated by Gerrit Code Review over 11 years ago

Patch set 17 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #22

Updated by Gerrit Code Review over 11 years ago

Patch set 18 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14683

Actions #23

Updated by Kai Vogel over 11 years ago

Should we use the registry instead of the caching framework?

In my mind a registry behaves as a long-term memory and a cache like a short-term memory. Since the extension / language combinations are only deposited a short time (max. one day), they have to be stored into the cache, not the registry. And if it's stored in the registry, I have to take care myself that the entries are overwritten after a certain time with the new. Moreover, a backend user is then no longer be able to force a reload of the translation states by clearing the cache. And therefore, we should continue to use the caching framework.

Actions #24

Updated by Kai Vogel over 11 years ago

  • Status changed from Under Review to Closed

Patch is merged and task resolved.

Actions #25

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #26

Updated by Oliver Hader about 11 years ago

  • Project changed from 2315 to TYPO3 Core
Actions #27

Updated by Oliver Hader about 11 years ago

  • Category set to Language Manager (backend)
Actions #28

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions

Also available in: Atom PDF