Autor Thema: CMS (content management system) Software diverses  (Gelesen 56337 mal)

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Drupal 7.0 RC3
« Antwort #75 am: 23 Dezember, 2010, 11:57 »
Drupal 7.0 rc3, 2010-12-23
----------------------
- Database:
    * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
    * Support for master/slave replication, transactions, multi-insert queries,
      and other features.
    * Added support for the SQLite database engine.
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
      This offers increased scalability and data integrity.
- Security:
    * Protected cron.php -- cron will only run if the proper key is provided.
    * Implemented a pluggable password system and much stronger password hashes
      that are compatible with the Portable PHP password hashing framework.
    * Rate limited login attempts to prevent brute-force password guessing, and
      improved the flood control API to allow variable time windows and
      identifiers for limiting user access to resources.
    * Transformed the "Update status" module into the "Update manager" which
      can securely install or update modules and themes via a web interface.
- Usability:
    * Added contextual links (a.k.a. local tasks) to page elements, such as
      blocks, nodes, or comments, which allows to perform the most common tasks
      with a single click only.
    * Improved installer requirements check.
    * Improved support for integration of WYSIWYG editors.
    * Implemented drag-and-drop positioning for input format listings.
    * Implemented drag-and-drop positioning for language listing.
    * Implemented drag-and-drop positioning for poll options.
    * Provided descriptions and human-readable names for user permissions.
    * Removed comment controls for users.
    * Removed display order settings for comment module. Comment display
      order can now be customized using the Views module.
    * Removed the 'related terms' feature from taxonomy module since this can
      now be achieved with Field API.
    * Added additional features to the default install profile, and implemented
      a "slimmed down" install profile designed for developers.
    * Added a built-in, automated cron run feature, which is triggered by site
      visitors.
    * Added an administrator role which is assigned all permissions for
      installed modules automatically.
    * Image toolkits are now provided by modules (rather than requiring a
      manual file copy to the includes directory).
    * Added an edit tab to taxonomy term pages.
    * Redesigned password strength validator.
    * Redesigned the add content type screen.
    * Highlight duplicate URL aliases.
    * Renamed "input formats" to "text formats".
    * Moved text format permissions to the main permissions page.
    * Added configurable ability for users to cancel their own accounts.
    * Added "vertical tabs", a reusable interface component that features
      automatic summaries and increases usability.
    * Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
    * Improved performance on uncached page views by loading multiple core
      objects in a single database query.
    * Improved performance for logged-in users by reducing queries for path
      alias lookups.
    * Improved support for HTTP proxies (including reverse proxies), allowing
      anonymous page views to be served entirely from the proxy.
- Documentation:
    * Hook API documentation now included in Drupal core.
- News aggregator:
    * Added OPML import functionality for RSS feeds.
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
    * Added support for language-aware searches.
- Aggregator:
    * Introduced architecture that allows pluggable parsers and processors for
      syndicating RSS and Atom feeds.
    * Added options to suspend updating specific feeds and never discard feeds
      items.
- Testing:
    * Added test framework and tests.
- Improved time zone support:
    * Drupal now uses PHP's time zone database when rendering dates in local
      time. Site-wide and user-configured time zone offsets have been converted
      to time zone names, e.g. Africa/Abidjan.
    * In some cases the upgrade and install scripts do not choose the preferred
      site default time zone. The automatically-selected time zone can be
      corrected at admin/config/regional/settings.
    * If your site is being upgraded from Drupal 6 and you do not have the
      contributed date or event modules installed, user time zone settings will
      fallback to the system time zone and will have to be reconfigured by each user.
    * User-configured time zones now serve as the default time zone for PHP
      date/time functions.
- Filter system:
    * Revamped the filter API and text format storage.
    * Added support for default text formats to be assigned on a per-role basis.
    * Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
    * Added clean API functions for creating, loading, updating, and deleting
      user roles and permissions.
    * Refactored the "access rules" component of user module: The user module
      now provides a simple interface for blocking single IP addresses. The
      previous functionality in the user module for restricting certain e-mail
      addresses and usernames is now available as a contributed module. Further,
      IP address range blocking is no longer supported and should be implemented
      at the operating system level.
    * Removed per-user themes: Contributed modules with similar functionality
      are available.
- OpenID:
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
      now login with their user@domain.com identifier when domain.com is powered
      by Google.
    * Made the OpenID module more pluggable.
- Added code registry:
    * Using the registry, modules declare their includable files via their .info file,
      allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
      on as contributed themes (http://drupal.org/project/bluemarine,
      http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
    * Added Seven as the default administration theme.
    * Variable preprocessing of theme hooks prior to template rendering now goes
      through two phases: a 'preprocess' phase and a new 'process' phase. See
      http://api.drupal.org/api/function/theme/7 for details.
    * Theme hooks implemented as functions (rather than as templates) can now
      also have preprocess (and process) functions. See
      http://api.drupal.org/api/function/theme/7 for details.
    * Added Bartik as the default theme.
- File handling:
    * Files are now first class Drupal objects with file_load(), file_save(),
      and file_validate() functions and corresponding hooks.
    * The file_move(), file_copy() and file_delete() functions now operate on
      file objects and invoke file hooks so that modules are notified and can
      respond to changes.
    * For the occasions when only basic file manipulation are needed--such as
      uploading a site logo--that don't require the overhead of databases and
      hooks, the current unmanaged copy, move and delete operations have been
      preserved but renamed to file_unmanaged_*().
    * Rewrote file handling to use PHP stream wrappers to enable support for
      both public and private files and to support pluggable storage mechanisms
      and access to remote resources (e.g. S3 storage or Flickr photos).
    * The mime_extension_mapping variable has been removed. Modules that need to
      alter the default MIME type extension mappings should implement
      hook_file_mimetype_mapping_alter().
    * Added the hook_file_url_alter() hook, which makes it possible to serve
      files from a CDN.
    * Added a field specifically for uploading files, previously provided by
      the contributed module FileField.
- Image handling:
    * Improved image handling, including better support for add-on image
      libraries.
    * Added API and interface for creating advanced image thumbnails.
    * Inclusion of additional effects such as rotate and desaturate.
    * Added a field specifically for uploading images, previously provided by
      the contributed module ImageField.
- Added aliased multi-site support:
    * Added support for mapping domain names to sites directories.
- Added RDF support:
    * Modules can declare RDF namespaces which are serialized in the <html> tag
      for RDFa support.
    * Modules can specify how their data structure maps to RDF.
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
      their fields.
- Search engine optimization and web linking:
    * Added a rel="canonical" link on node and comment pages to prevent
      duplicate content indexing by search engines.
    * Added a default rel="shortlink" link on node and comment pages that
      advertises a short link as an alternative URL to third-party services.
    * Meta information is now alterable by all modules before rendering.
- Field API:
    * Custom data fields may be attached to nodes, users, comments and taxonomy
      terms.
    * Node bodies and teasers are now Field API fields instead of
      being a hard-coded property of node objects.
    * In addition, any other object type may register with Field API
      and allow custom data fields to be attached to itself.
    * Provides most of the features of the former Content Construction
      Kit (CCK) module.
    * Taxonomy terms are now Field API fields that can be added to any fieldable
      object.
- Installer:
    * Refactored the installer into an API that allows Drupal to be installed
      via a command line script.
- Page organization
    * Made the help text area a full featured region with blocks.
    * Site mission is replaced with the highlighted content block region and
      separate RSS feed description settings.
    * The footer message setting was removed in favor of custom blocks.
    * Made the main page content a block which can be moved and ordered
      with other blocks in the same region.
    * Blocks can now return structured arrays for later rendering just
      like page callbacks.
- Translation system
    * The translation system now supports message context (msgctxt).
    * Added support for translatable fields to Field API.
- JavaScript changes
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
    * Upgraded the jQuery Forms library to 2.49.
    * Added jQuery UI 1.8.6, which allows improvements to Drupal's user
      experience.
- Better module version support
    * Modules now can specify which version of another module they depend on.
- Removed modules from core
    * The following modules have been removed from core, because contributed
      modules with similar functionality are available:
      * Blog API module
      * Ping module
      * Throttle module
- Improved node access control system.
    * All modules may now influence the access to a node at runtime, not just
      the module that defined a node.
    * Users may now be allowed to bypass node access restrictions without giving
      them complete access to the site.
    * Access control affects both published and unpublished nodes.
    * Numerous other improvements to the node access system.
- Actions system
    * Simplified definitions of actions and triggers.
    * Removed dependency on the combination of hooks and operations. Triggers
      now directly map to module hooks.
- Task handling
    * Added a queue API to process many or long-running tasks.
    * Added queue API support to cron API.
    * Added a locking framework to coordinate long-running operations across
      requests.

http://drupal.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TYPO3 4.4.6
« Antwort #76 am: 29 Dezember, 2010, 22:40 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Drupal 7.0 RC4
« Antwort #77 am: 30 Dezember, 2010, 08:06 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP-Fusion 7.01.03 Final
« Antwort #78 am: 03 Januar, 2011, 09:46 »
PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.

Licence: Freeware

Infos zu dieser Version : http://www.php-fusion.co.uk/news.php?readmore=500

http://www.php-fusion.co.uk/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Drupal 7.0 veröffentlicht
« Antwort #79 am: 05 Januar, 2011, 12:27 »
Das freie Content Management System (CMS) Drupal ist nach rund drei Jahren Entwicklungszeit in der Version 7.0 erschienen. Sie soll sich vor allem durch bessere Usability auszeichnen und für Entwickler einfacher zu handhaben sein.

Um die Usability von Drupal zu verbessern, wurden Experten beauftragt, die auf Grundlage von Nutzertests zentrale Bereiche der Benutzeroberfläche überarbeiteten. So wurden die Navigation, das Bearbeiten von Inhalten sowie die Verwaltung von Bildern und Dateien vereinfacht. Drupal 7 wurde außerdem um 50 Standardmodule erweitert, so dass mehr Zusatzfunktionen wie die automatische Bildbearbeitung direkt enthalten sind.


Zudem wurde der Installationsprozess für Zusatzfunktionen drastisch vereinfacht: Neue Module können ab sofort per Klick auf einen Link direkt über die Benutzeroberfläche hinzugefügt werden.

Einfacher für Entwickler

Das vormals als Content Construction Kit (CCK) bekannte Feldersystem von Drupal wurde in der neuen Version in die Kerninstallation integriert und weiter ausgebaut. Es heißt jetzt "Field Module". Daneben wurde das API erweitert, so dass Entwickler mit weniger Aufwand in das System eingreifen können, um individuelle Anpassungen vorzunehmen. Zudem haben die Entwickler nach eigenen Angaben Standardaufgaben wie Updateprozesse weiter vereinfacht.

Programmierer können zudem durch Installationsprofile eine eigene Drupal-Distribution erstellen.

Große Websites sollen von einer verbesserten Leistung und Skalierbarkeit profitieren. Die Anbindung an externe Datenbanken erfolgt über eine neue Datenbankschnittstelle auf Basis von PHP Data Objects (PDO). Unterstützt werden MySQL ab 5.0.15, PostgreSQL ab Version 8.3 und SQLite 3.x von Hause aus, weitere Datenbanken können mit Hilfe von Zusatzmodulen verwendet werden.

Zudem ist der Code den Entwicklern zufolge stabiler und besser getestet als in den Vorgängerversionen. Dazu wurden CSS- und Javascript-Dateien zusammengefasst und das Cache-System weiterentwickelt. Für mehr Sicherheit soll ein automatisiertes Testsystem sorgen, das rund 30.000 Unittests umfasst.

Insgesamt flossen rund 6.000 Patches in die Entwicklung von Drupal 7 ein und unter dem Strich hat Drupal 7 doppelt so viele neue Funktionen wie der Vorgänger. Dazu zählen unter anderem ein Dashbord, eine Admin-Toolbar, vertikale Tabs und Shortcut-Buttons sowie die Unterstützung systemweiter semantischer Metadaten (RDF). Rund 800 Drupal-Module stehen zum Start für die Version 7 bereit, weitere werden auf die neue Version portiert.

Drupal 7 steht unter drupal.org/drupal-7.0 ab sofort zum Download bereit.

Quelle : www.golem.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Joomla 1.6 mit richtiger Benutzer- und Rechteverwaltung erschienen
« Antwort #80 am: 11 Januar, 2011, 11:11 »
Knapp drei Jahre nach dem Erscheinen der letzten größeren Version ist ein neues Release des Content-Management-Systems Joomla erschienen. Das CMS basiert in der neuen Version 1.6 auf PHP 5, genauer gesagt 5.2.x; den Support für PHP[ [4 stellen die Entwickler mit dem Erscheinen des neuen Releases ein. Darüber hinaus haben sie den Core von dem in Joomla 1.5 eingeführten Legacy-Code befreit, wodurch der Code zum einen übersichtlicher erscheint und er zum anderen um etwa 30 Prozent reduziert wurde.

Obgleich die Entwickler von hunderten neuer Funktionen sprechen, hat sich optisch im Vergleich zur Vorgängerversion nicht allzu viel getan, weswegen sich mit Joomla vertraute Anwender schnell zurechtfinden dürften. Hervorzuheben ist die sogenannte Access Control List (ACL), die die bisherige Benutzerverwaltung ersetzt. Letztere genügte nur eingeschränkt professionellen Ansprüchen. Administratoren können mit der neuen Benutzerverwaltung eigene Gruppen festlegen und Benutzerkonten beliebige Gruppen zuweisen. Für die Gruppen lassen sich eigene Zugriffsstufen bzw. Zugangsgrade bestimmen. Zudem können Administratoren zusätzlich zu den standardisiert vorgesehenen weitere Access Levels vorsehen.

Joomla, das auf Suaheli "alle zusammen" heißt, verfügt nun über neue Funktionen, die eine Mehrsprachigkeit gewährleisten sollen. An erster Stelle ist hierfür das Modul Language Switcher zu nennen, das im Frontend ein Auswahlfeld aller vorhandenen Sprachen anzeigt. Es ersetzt allerdings nicht das Übersetzungsmanagement JoomFish. Darüber hinaus wurde der integrierte Hilfebereich deutlich verbessert. Änderungen für die Entwicklung von Erweiterungen betreffen die Komponenten-View und den Module-Cache. Auch ist ein Update-Bereich hinzugekommen, über den sich die Erweiterungen automatisch aktualisieren lassen sollen.

Wer sich mit dem neuen Joomla vertraut machen möchte, findet neben einem Startpaket einen zum Release angelegten YouTube-Kanal, auf dem zahlreiche Videos auf die Neuerungen eingehen und unter anderem zeigen, wie sich ein System am besten auf die neue Version aktualisieren lässt.

Quelle : www.heise.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Orchard: Open-Source-CMS von Microsoft verfügbar
« Antwort #81 am: 15 Januar, 2011, 16:24 »
Die Entwickler aus dem Hause Microsoft haben die Version 1.0 der Open-Source-CMS-Plattform namens 'Orchard' offiziell zum Download freigegeben. Damit können interessierte Nutzer Webseiten erstellen und verwalten.

Zu diesem Zweck ist es nicht erforderlich, selbst am Quellcode zu arbeiten. Mit den zur Verfügung stehenden Bearbeitungswerkzeugen können die Nutzer die Inhalte nach ihren Wünschen selbst gestalten, heißt es von Microsoft.

Verschiedene Hintergrundinformationen zu diesem Thema hat der Corporate Vice President Scott Guthrie in Form von einem Blogbeitrag bekannt gegeben. Neben dem Release von Orchard wurden mehrere Veröffentlichungen von Webentwicklerwerkzeugen im Rahmen einer Entwicklermesse in Ohio bekannt gegeben.

Die Verantwortung für die Entwicklung hat Microsoft im Jahr 2009 an die CodePlex Foundation übergeben. Den damals veröffentlichten Informationen zufolge will man das Projekt für die Dauer von drei Jahren unterstützen.

Der Softwarekonzern Microsoft hat überdies kürzlich seinen Web-Editor WebMatrix zur Verfügung gestellt. Die Anwender sollen damit eine einfache Erstellung von Webseiten in die Tat umsetzen können. Für Hintergrundberechnungen kann auf PHP und ASP.Net zurückgegriffen werden.

Quelle : http://winfuture.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP-Fusion 7.01.04 Final
« Antwort #82 am: 22 Januar, 2011, 12:48 »
PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.

Licence: Freeware

Infos zu dieser Version : http://www.php-fusion.co.uk/news.php?readmore=506

http://www.php-fusion.co.uk/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Typo3: Version 4.5 bietet Long Term Support
« Antwort #83 am: 27 Januar, 2011, 18:09 »
Typo3 4.5 LTS erscheint erstmals als Version mit Long Term Support und wird von den Entwicklern drei Jahre lang mit Updates versorgt. Die neue Version soll ein benutzerfreundlicheres Backend, ein Grid View und ein verbessertes Workflow-Management haben.

Typo3 4.5 besitzt ein überarbeitetes Backend, das für mehr Übersichtlichkeit sorgt. Diese Verwaltungsoberfläche des CMS verfügt über einen neuen Pagetree, der wie bisher auf jeder Backendseite links eingeblendet wird. Allerdings zeigt sich dieser nun ohne Rahmen und ermöglicht dank ExtJS-Komponenten auch Drag & Drop. Neu gestaltet und mit neuen Bezeichnungen versehen, wurden die Felder zum Anlegen oder Bearbeiten von Seiten. Hinzugekommen ist außerdem eine LiveSearch-Box mit Autovervollständigung zum schnelleren Auffinden von Elementen.


Auch der neue Extensionmanager setzt auf ExtJS und hat ein sogenanntes Grid View, mit dem sich leichter festlegen lässt, welches Layout die gerade bearbeitete Seite haben soll. Statt der bisherigen Hilfe-Buttons setzt Typo3 4.5 LTS auf Tooltipps, die beim Überfahren eines Feldes mit der Maus sichtbar werden.

Typo3 sorgt in der aktuellen Version für eine längere Lebensspanne von Typo3-Webseiten, denn die Version wird für die nächsten drei Jahre von den Entwicklern mit Aktualisierungen versorgt. Dadurch sind Webdesigner und Webseitenbetreiber nicht gezwungen, auf die jeweils nächsthöhere Version zu aktualisieren. Im letzten Jahr waren die Entwickler zu einem 6-Monats-Release-Zyklus übergegangen.

Abwärtskompatibilität

Bei Version 4.5 LTS von Typo3 versprechen die Entwickler eine große Abwärtskompatibilität, was das Upgrade von älteren Versionen deutlich vereinfachen soll. Sie wird laut Entwickler außerdem die letzte sein, die im Backend den veralteten Internet Explorer 6 unterstützt. Standardkodierung von Typo3-Installationen ist nun UTF-8, beim Update von älteren Versionen mit anderer Kodierung sind daher einige Modifikationen in der Datei typo3conf/localconf.php des Installationsverzeichnisses nötig.

Enterprise-Funktionen

Typo3 4.5 LTS hat ein verbessertes Workflowmanagement, was insbesondere für den Unternehmenseinsatz interessant ist. Das Workspaces Management Interface wurde von Grund auf neu aufgesetzt und basiert nun auf Extbase und ExtJS. Die Versionierung von Einträgen wurde stabilisiert und benutzerdefinierte Workflowstufen sind hinzugekommen. Eine neue Bibliothek stellt außerdem RFC-Kompatibilität beim Mailversand sicher.

Typo3 4.5 setzt ebenso wie die Vorversion PHP 5.2.x oder höher voraus, sowie eine MySQL-Datenbank ab Version 5.0.x. Die Neuerungen im Detail listen die Release Notes auf. Typo3 4.5 LTS wurde unter der GNU General Public License (GNU GPL) veröffentlicht und kann unter www.typo3.org kostenlos heruntergeladen werden.

Quelle : www.golem.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP-Fusion 7.01.05 Final
« Antwort #84 am: 22 Februar, 2011, 13:01 »
PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.

Licence: Freeware

Infos zu dieser Version : http://www.php-fusion.co.uk/news.php?readmore=509

http://www.php-fusion.co.uk/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP-Fusion 7.02.00 Final
« Antwort #86 am: 11 April, 2011, 12:58 »
PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.

Licence: Freeware

Infos zu dieser Version : http://www.php-fusion.co.uk/news.php?readmore=515

http://www.php-fusion.co.uk/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Drupal 7.2 Final
« Antwort #89 am: 26 Mai, 2011, 10:33 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )