Documentation TYPO3 par Ameos |
Definition at line 54 of file class.tx_version_cm1.php.
|
Administrative links for a table / record
Definition at line 556 of file index.php. References $pageModule, t3lib_extMgm::extRelPath(), t3lib_extMgm::isLoaded(), and t3lib_BEfunc::isModuleSetInTBE_MODULES(). Referenced by versioningMgm(). |
|
Create visual difference view of two records. Using t3lib_diff library
Definition at line 1353 of file index.php. References $content, t3lib_BEfunc::getItemLabel(), t3lib_BEfunc::getProcessedValue(), t3lib_div::inList(), t3lib_div::loadTCA(), t3lib_div::makeInstance(), t3lib_BEfunc::thumbCode(), and t3lib_div::trimExplode(). Referenced by displayWorkspaceOverview_list(), and subElements_renderItem(). |
|
Rendering the overview of versions in the current workspace
Definition at line 688 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::blindUserNames(), displayWorkspaceOverview_list(), displayWorkspaceOverview_setInPageArray(), t3lib_BEfunc::getListGroupNames(), t3lib_BEfunc::getUserNames(), and t3lib_div::makeInstance(). Referenced by workspaceMgm(). |
|
Links to stage change of a version
Definition at line 936 of file index.php. Referenced by workspaceMgm(). |
|
Links to publishing etc of a version
Definition at line 1557 of file index.php. References t3lib_extMgm::extRelPath(). Referenced by displayWorkspaceOverview_list(). |
|
Links to publishing etc of a version
Definition at line 1627 of file index.php. References t3lib_extMgm::extRelPath(). Referenced by subElements_renderItem(). |
|
Rendering the content for the publish / review overview: (Made for internal recursive calling)
Definition at line 758 of file index.php. References createDiffView(), displayWorkspaceOverview_commandLinks(), displayWorkspaceOverview_stageCmd(), formatCount(), formatVerId(), formatWorkspace(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getRecordTitle(), subElements(), and versionsInOtherWS(). Referenced by displayWorkspaceOverview(). |
|
Building up of the $pArray (Internal)
Definition at line 923 of file index.php. Referenced by displayWorkspaceOverview(). |
|
Links to stage change of a version
Definition at line 1470 of file index.php. Referenced by displayWorkspaceOverview_list(). |
|
Format publishing count for version (lifecycle state)
Definition at line 1023 of file index.php. Referenced by displayWorkspaceOverview_list(). |
|
Formatting the version number for HTML output
Definition at line 986 of file index.php. Referenced by displayWorkspaceOverview_list(). |
|
Formatting workspace ID into a visual label
Definition at line 996 of file index.php. References t3lib_BEfunc::deleteClause(). Referenced by displayWorkspaceOverview_list(). |
|
Includes the [extDir]/locallang.php and returns the $LOCAL_LANG array found in that file.
Definition at line 111 of file class.tx_version_cm1.php. Referenced by main(). |
|
Look for number of versions of a record
Definition at line 539 of file index.php. References t3lib_BEfunc::selectVersionsOfRecord(). Referenced by pageSubContent(). |
|
Main function of the module. Write the content to $this->content
Definition at line 175 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::isModuleSetInTBE_MODULES(), t3lib_div::makeInstance(), t3lib_BEfunc::readPageAccess(), versioningMgm(), and workspaceMgm(). |
|
Main function, adding the item to input menuItems array
Definition at line 65 of file class.tx_version_cm1.php. References t3lib_extMgm::extRelPath(), and includeLL(). |
|
JavaScript code to mark up new records that are online (in sub element lists)
|
|
Initialize menu configuration
Reimplemented from t3lib_SCbase. Definition at line 138 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::deleteClause(), and t3lib_BEfunc::getModuleData(). |
|
Recursively look for children for page version with $pid
Definition at line 485 of file index.php. References $content, t3lib_BEfunc::deleteClause(), lookForOwnVersions(), and t3lib_div::removeArrayEntryByValue(). Referenced by versioningMgm(). |
|
Outputs accumulated module content to browser.
|
|
Will publish workspace if buttons are pressed
Definition at line 1683 of file index.php. References t3lib_div::_POST(), and t3lib_div::makeInstance(). Referenced by workspaceMgm(). |
|
Looks up stage changes for version and displays a formatted view on mouseover.
Definition at line 1080 of file index.php. References t3lib_SCbase::$id. |
|
Creates display of sub elements of a page when the swap mode is either "Page" or "Branch" (0 / ALL)
Definition at line 1129 of file index.php. References t3lib_BEfunc::getRecord(), t3lib_div::makeInstance(), subElements_getNonPageRecords(), and subElements_renderItem(). Referenced by displayWorkspaceOverview_list(). |
|
Select records from a table and add them to recList
Definition at line 1232 of file index.php. References t3lib_BEfunc::deleteClause(). Referenced by subElements(). |
|
Render a single item in a subelement list into a table row:
Definition at line 1262 of file index.php. References createDiffView(), displayWorkspaceOverview_commandLinksSub(), t3lib_iconWorks::getIconImage(), and t3lib_BEfunc::getRecordTitle(). Referenced by subElements(). |
|
Management of versions for record
Definition at line 322 of file index.php. References $content, t3lib_div::_POST(), adminLinks(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getProcessedValue(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getRecordTitle(), t3lib_div::inList(), t3lib_div::loadTCA(), t3lib_div::makeInstance(), pageSubContent(), and t3lib_BEfunc::selectVersionsOfRecord(). Referenced by main(). |
|
Looking for versions of a record in other workspaces than the current
Definition at line 1050 of file index.php. References t3lib_BEfunc::deleteClause(). Referenced by displayWorkspaceOverview_list(). |
|
Management of workspace for page ID Called when $this->id is set.
Definition at line 628 of file index.php. References t3lib_div::_POST(), displayWorkspaceOverview(), displayWorkspaceOverview_allStageCmd(), t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getFuncMenu(), t3lib_div::getIndpEnv(), and publishAction(). Referenced by main(). |
|
Generally used for accumulating the output content of backend modules Reimplemented from t3lib_SCbase. Definition at line 109 of file index.php. Referenced by createDiffView(), pageSubContent(), and versioningMgm(). |
|
Generally used to hold an instance of the 'template' class from typo3/template.php Reimplemented from t3lib_SCbase. |
|
Loaded with the global array $MCONF which holds some module configuration from the conf.php file of backend modules.
Reimplemented from t3lib_SCbase. |
|
The module menu items array. Each key represents a key for which values can range between the items in the array of that key.
Reimplemented from t3lib_SCbase. |
|
Current settings for the keys of the MOD_MENU array
Reimplemented from t3lib_SCbase. |