Path to this page:
./
www/typolight28,
Powerful web content management system (CMS)
Branch: pkgsrc-2010Q1,
Version: 2.8.3nb1,
Package name: typolight28-2.8.3nb1,
Maintainer: tacaTYPOlight is an open source content management system (CMS) for people who
want a professional internet presence that is easy to maintain.
The state-of-the-art structure of the system offers a high security standard
and allows you to develop search engine friendly websites that are also
accessible for people with disabilities. Furthermore, the system can be
expanded flexibly and inexpensively. Easy management of user rights, the
Live Update Service, the modern CSS framework and many already integrated
modules (news, calendar, forms, etc.) have quickly made TYPOlight one of the
most popular open source content management systems on the market.
TYPOlight has an intuitive user interface that uses Ajax and Web 2.0
technologies for optimal usability. Multiple back end languages and themes,
a powerful permission system, versioning and undo management, advanced search
and sorting options or the Live Update Service are just a few of many
features that make TYPOlight stand out from other CMS. The TYPOlight front
end is 100% template based and generates accessible XHTML strict output that
meets the W3C/WAI requirements. Search engine friendly URLs, GZip support, a
PDF export function, multi-language support and many more allow you to build
contemporary websites without being a programmer.
* Advanced editing features
* Powerful site structure
* Fine-grained permission system
* Flexible form generator
* Full-text search engine
* Built-in CSS framework
* Built-in file manager
* Built-in news/blog module
* Built-in calendar module
* Built-in newsletter module
* Wide choice of additional modules
* Accessible front and back end
* Easy live update
* Ajax and PHP 5
Note: Live update feature would work with typolight-liveupdate PKG_OPTION
enabled, but it might be conflict with regular pkgsrc maintainous.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2009/12/02 16:06:31 taca Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DIRS="system/config system/drivers system/libraries system/logs \
system/modules system/themes system/config system templates"
case ${STAGE} in
DEINSTALL)
# remove cache files.
${FIND} ${TL_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
${FIND} ${TL_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${TL_WEBDIR}
for d in ${TL_DIRS}; do
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${TL_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
graphics/php-gd] [
converters/php-mbstring] [
databases/php-mysql] [
security/php-mcrypt] [
net/php-soap]
Master sites:
SHA1: 25b5d12120cd30ffafb5d8386c64b041fc199cb7
RMD160: 466a40fc14ad41204a77407c7e2f2965a008a826
Filesize: 4001.531 KB
Version history: (Expand)
- (2010-05-19) Updated to version: typolight28-2.8.3nb1
- (2010-05-03) Updated to version: typolight28-2.8.3
- (2010-04-09) Package added to pkgsrc.se, version typolight28-2.8.1 (created)
CVS history: (Expand)
2010-05-18 23:13:46 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #3125 - requested by taca
www/typolight28: bug fix
Revisions pulled up:
- www/typolight28/Makefile 1.8
---
Module Name: pkgsrc
Committed By: taca
Date: Tue May 18 12:52:01 UTC 2010
Modified Files:
pkgsrc/www/typolight28: Makefile
Log message:
Copy some missing configuration files from example directory.
It should make FancyUpload work.
Bump PKGREVISION.
|
2010-05-03 01:22:11 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3098 - requested by taca
www/typolight28: security update
Revisions pulled up:
- www/typolight28/Makefile 1.6-1.7
- www/typolight28/Makefile.version 1.6
- www/typolight28/PLIST 1.5
- www/typolight28/distinfo 1.6-1.7
---
ommitted By: taca
Date: Sat Apr 17 18:23:35 UTC 2010
Modified Files:
pkgsrc/www/typolight28: Makefile distinfo
Added Files:
pkgsrc/www/typolight28/patches: patch-aa patch-ab patch-ac
Log message:
Add patches to disable autoresize plugin of TinyMCE since it cause
unexpected redisplay with large editing area.
This change is derived from TYPOlight's SVN repository.
(http://dev.typolight.org/projects/typolight/repository/revisions/317
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat May 1 23:42:56 UTC 2010
Modified Files:
pkgsrc/www/typolight28: Makefile Makefile.version PLIST distinfo
Removed Files:
pkgsrc/www/typolight28/patches: patch-aa patch-ab patch-ac
Log message:
Update typolight28 package from 2.8.2 to 2.8.3.
Version 2.8.3 (2010-05-01)
--------------------------
- Removed the TinyMCE autoresize plugin
- Fixed: function idnaEncode() encoded the URL multiple times (#1829)
- Fixed: insert tags were not removed in the page description (#1856)
- Fixed: the download element was not hidden if there was no downloadable file \
(#1853)
- Fixed: ampersand characters were not converted to entities in meta files \
(#1823, #1831)
- Fixed: image paths were converted to absolute URLs during PDF export (#1843)
- Fixed: search index URLs were incorrect when alias usage is disabled (#1864)
- Fixed: automatically deactivate invalid e-mail addresses while sending newsletters
- Fixed: skipFirst had no effect on news lists without pagination (#1872)
- Fixed: the ModuleWizard and TableWizard were dependent on tl_content (#1883)
- Fixed: the XML news/calendar feeds were not updated if modified via Ajax (#1833)
- Fixed: CSV import failed if the Safe Mode Hack was enabled (#1908)
- Fixed a remote code execution vulnerability in the PDF export function
- Fixed some minor issues
|
2010-05-03 01:13:25 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3098 - requested by taca
www/typolight28: security update
Revisions pulled up:
- www/typolight28/Makefile.version 1.5
- www/typolight28/PLIST 1.4
- www/typolight28/distinfo 1.5
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Apr 13 15:43:59 UTC 2010
Modified Files:
pkgsrc/www/typolight28: Makefile.version PLIST distinfo
Log message:
Update typolight28 package to 2.8.2.
Version 2.8.2 (2010-04-13)
--------------------------
- Updated TCPDF to version 4.9.011 (#1802)
- Updated TinyMCE to version 3.3.2 (#1711)
- Updated MooTools More to version 1.2.4.4 (#1697)
- Added: added the white Mediabox theme (#1637)
- Added: DC_Table "oncut_callback" and "oncopy_callback" (#1745)
- Added: added the active record to "ondelete_callbacks" (#1721)
- Added: added class "trail" to the custom navigation module (#1691)
- Added: added the wildcard ##token## to the newsletter subscription
module (#1729)
- Added: added the Russian typolinks translation to TinyMCE (#1744)
- Added: the image resizer now considers the file modification time (#1743)
- Added: added ­ as basic entity (#1768)
- Added: added the "mode" parameter to the image insert tag (#1712)
- Added: added a loadDataContainer hook (#1687)
- Added: added an addComment hook (#1669)
- Fixed: special HTML characters were encoded twice (#1642)
- Fixed: the newsletter reader failed to replace insert tags (#1645)
- Fixed: the subtree navigation did not work in the popup file manager (#1653)
- Fixed: the BBCode parser did not add missing URI protocols (#1658)
- Fixed: PDF exports contained incorrect download links (#1654)
- Fixed: the option "always show in sitemap" did not work for hidden
pages (#1679)
- Fixed: the downloads element did not hide meta.txt files (#1688)
- Fixed: the downloads element did not pass all meta information (#1689)
- Fixed: reverted the changes to the navigation menu (#1635)
- Fixed: the function addToUrl() generated invalid URLs in the front end (#1707)
- Fixed: the Config library did not handle numeric strings correctly (#286)
- Fixed: the Mediabox plugin did not support .jpeg file extensions (#1728)
- Fixed: the file manager allowed invalid file and folder names (#1699)
- Fixed: the news and event reader did not overwrite the page
description (#1702)
- Fixed: regular users were not able to copy/move multiple content
elements (#1715)
- Fixed: the PDF export function did not handle whitespace characters
correctly (#1716)
- Fixed: news headlines appeared twice in link headlines (#1749)
- Fixed: the search module did not remove insert tags from the
keywords string (#1750)
- Fixed: the file tree widget did not validate the mounted paths (#1746)
- Fixed: the task center e-mails contained invalid links (#1753)
- Fixed: the option "show protected pages" also showed guest pages (#1694)
- Fixed: the list wizard did not render correctly if the first item
was empty (#1740)
- Fixed: System::idnaEncode() encoded more than just the domain name (#1748)
- Fixed: the Captcha field was missing class="mandatory" (#1767)
- Fixed: the newsletter recipient importer did not count correctly (#1732)
- Fixed: regular users could not edit comments on unmounted pages (#1659)
- Fixed: the ZipReader class failed to handle empty files (#1804)
- Fixed: the Newsletter module did not embed images correctly (#1799)
- Fixed: parameters passed to the file insert tag were cached by the
Input object (#1818)
- Fixed a possible request forgery vulnerability in the back end
- Fixed some minor issues
|